a { font-family: 'dm_sansregular';
    
    }


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 100%;
    max-height: 80%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 75px;
  right: 75px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.mapa {
width: 80%;
float: right;
}

@font-face {
    font-family: "dm_sansbold";
    src: url("dmsans-bold-webfont.woff2") format("woff2"),
         url("dmsans-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "dmbold";
    src: url("DMSans-Bold.ttf") format("truetype");
    font-weight: bold;
  

}



@font-face {
    font-family: 'dm_sansbold_italic';
    src: url('dmsans-bolditalic-webfont.woff2') format('woff2'),
         url('dmsans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dm_sansitalic';
    src: url('dmsans-italic-webfont.woff2') format('woff2'),
         url('dmsans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dm_sansmedium';
    src: url('dmsans-medium-webfont.woff2') format('woff2'),
         url('dmsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dm_sansmedium_italic';
    src: url('dmsans-mediumitalic-webfont.woff2') format('woff2'),
         url('dmsans-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dm_sansregular';
    src: url('dmsans-regular-webfont.woff2') format('woff2'),
         url('dmsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.navbar {
  width: 100%;
  background-color: transparent;
}

.nav-link {
  padding-right: 50px;
  padding-left: 50px;
}

.nav-link.texto_menu {
  float: right;
  font-family: 'dm_sansregular';
  color: grey;
  font-weight: 400;
  text-transform: uppercase;
}

.texto_menu {
  font-family: dmfont, sans-serif;
}

.texto_menu.nav-link {
  float: left;
}

.texto_menu.nav-link.w--current {
  color: #333;
  text-decoration: underline;
}

.image {
  margin-top: 5px;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
  text-align: right;
}

.body {
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-2 {
  padding-right: 50px;
  padding-left: 50px;
}

.div-block {
  width: 281px;
  height: 281px;
  -o-object-fit: cover;
  object-fit: cover;
}

    .solo_desktop {
visibility: hidden;
        
}

.nombre_proyecto {
   position: relative; 
   top: -30px; 
   padding-left: 20px;
   left: 0; 
   width: 100%;
  font-family: 'dm_sansregular';
    font-weight: 100;
   font-size: 12px;
   color: white;
   text-decoration: none;
   text-shadow: 1px 1px 2px black;
}

.div-block.imagen_proyectos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
}

.grid {
  width: 1200px;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-2 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-2 {
  padding: 100px 50px;
    padding-bottom: 20px;
/**margin-right: 130px!important;*/
  margin-left: auto!important;
}

.image-3 {
  margin: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 90%;
  margin: 12px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4:hover {
  -webkit-filter: none;
  filter: none;
}

.text-block {
  position: relative;
  display: inline-block;
  margin-right: auto;
  float: left;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.section-3 {
  display: block;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}







.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}







.div-block-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link_redes {
  width: auto;
  height: 25px;
  margin-right: 15px;
  margin-left: 15px;
  
}

.text-block-2 {
  position: relative;
  display: inline-block;
  margin-right: auto;
  float: right;
  font-family: Lato, sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.link {
  position: relative;
  margin-left: 42px;
  float: right;
  color: #333;
}

.link-2 {
  float: right;
  color: #333;
    
}

.div-block-3 {
  margin-bottom: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  color: #333;
}

.image-5 {
  width: auto;
  height: 25px;
  color: #333;
}

.link_redes-fb {
  width: auto;
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.section-4 {
  border-bottom: 1px solid #333;
}

.link-block {
  text-align: center;
}

.heading {
 font-family: 'dm_sansregular';
  font-weight: 400;
}

.heading-2 {
  display: inline-block;
 font-family: 'dm_sansregular';
  font-weight: 400;
}

.text-block-3 {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.texto_chico {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
 font-family: 'dm_sansregular';
  color: #7a7a7a;
  font-size: 16px;
}

.texto_proyecto {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  clear: none;
 font-family: 'dm_sansregular';
  font-size: 16px;

   line-height: 1.5;
   letter-spacing: 0.08rem;
}

.titulo_proyecto {
 font-family: 'dm_sansregular';
  font-size: 27px;
  font-weight: 400;
}

.link-block-2 {
  width: 230px;
  height:320px;
    margin: 10px;
    object-fit: cover;
    overflow: hidden;
    
}

.link-block-3 {
  width: 23%;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: left;
}

.link_block_proyectos {
  width: 300px;
  height: 300px;
    margin: 15px;
    overflow: hidden;
}

.imagen_proyectos {
  width: 100%;
    height: 100%;
  margin: 0px;
  -webkit-filter: grayscale(100%) opacity(75%);
  filter: grayscale(100%) opacity(75%);
  -o-object-fit: cover;
  object-fit: cover;
}

.imagen_proyectos:hover {
  -webkit-filter: none;
  filter: none;
}

.section-5 {
  margin-right: 0px;
  padding: 50px;
    margin-top: 70px;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: dmbold;
  text-align: right;
}

.image-6 {
  display: block;
  width: 300px;
  float: right;
  clear: both;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-3 {
  text-align: right;
    width:40%;
}

.texto_proyecto_col_der {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
   font-family: 'dm_sansregular';
  font-size: 16px;
  font-weight: 400;
    line-height: 1;
}

a {
    text-decoration: none;
}

.texto_chico-copy {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
 font-family: 'dm_sansregular';
  color: #7a7a7a;
  font-size: 16px;
}

.texto_chico_col_der {
  display: inline-block;
  margin-left: 0px;
 font-family: 'dm_sansregular';
  color: #7a7a7a;
  font-size: 16px;
}

.div-block-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div_datos {
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.instagram {
  padding-top: 100px;
  padding-bottom: 100px;
    padding-left: 70px;
    padding-right: 70px;
}

.link_2 {
  position: relative;
  color: #333;
  display: inline-block;
}

.datos_contacto {
 margin-top: 50px;
}

.text-block-4 {
  position: relative;
  margin-top: 0px;
  margin-left: 42px;
 
}

.html-embed {
  float: right;
}

.heading_chico {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'dm_sansregular';
  font-size: 25px;
  text-align: left;
}

.agradecimientos {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-right: 0px;
 font-family: 'dm_sansregular';
  font-size: 16px;
  line-height: 1.5;
   letter-spacing: 0.08rem;
}

.imagen_trabajando {
  display: block;
  width: 500px;
  float: right;
  clear: both;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu {
  background-color: #fff;
  text-align: right;
}

.image-7 {
 min-width: 100%;
 height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
    cursor: pointer;
}





.image-mason {
 max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}


.video_inicio {
height: 360px;
width: 640px;
margin-left: auto;
margin-right: auto;
margin-top: 50px"
}


.grid-container {
  position: relative;
  float: left;
  columns: 5 200px;
  column-gap: 1.5rem;
  width: 75%;
  padding-left: 10px;
  padding-right: 40px;
    margin: 0 auto; }

.video_container {
  display: grid;
  width: 100px;
  height: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
}


.grid-item {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    

   
   }



.lightbox-link {
  width: 250px;
  height: 350px;
  margin: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-list {
  background-color: #b19b9b;
}

.dropdown-list.w--open {
  background-color: #fff;
  text-align: right;
}

.dropdown-link {
 font-family: 'dm_sansregular';
  text-align: right;
}

.dropdown-link-2 {
  text-align: right;
}

.dropdown {
  float: left;
}

.agradecimiento {
  margin-top: 0px;
  margin-bottom: 0px;
 font-family: 'dm_sansregular';
  font-size: 20px;
  text-align: left;
  margin-right: 40px;
}

.dropdown-list-2 {
  background-color: transparent;
}

.dropdown-list-2.w--open {
  position: relative;
  margin-top: 72px;
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  float: left;
}

.dropdown-toggle.w--open {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.slide {
  background-image: url('../images/Carla-Camuffo---hover.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  height: 600px;
  background-color: transparent;
}

.slide-2 {
  background-image: url('../images/quienes_somos.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/foto_3.JPG');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-2 {
  margin-top: 30px;
}

.idioma {
  display: inline-block;
  font-family: 'dm_sansregular';
  color: #7a7a7a;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.idioma:hover {
  color: #333;
}

.section-6 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.column-4 {
  text-align: center;
}

.image-8 {
  max-width: 500px;
    }
    

@media screen and (max-width: 991px) {
  .nav-link.texto_menu {
    float: left;
    clear: none;
  }

  .div-block.imagen_proyectos {
    width: auto;
  }

  .grid {
    width: 100%;
    min-width: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .texto_proyecto {
    width: auto;
  }

  .heading-3 {
    font-size: 30px;
  }

  .texto_proyecto_col_der {
    width: auto;
  }

  .heading_chico {
    font-size: 30px;
  }

  .agradecimientos {
    width: auto;
  }

  .nav-menu {
    background-color: #fff;
    text-align: left;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .lightbox-link {
    width: 200px;
    height: 300px;
  }
    
    .agradecimiento {
    font-size: 16px;
  }

  .idioma {
    font-size: 12px;
  }

  .image-8 {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.texto_menu {
    float: right;
    clear: none;
  }

  .div-block.imagen_proyectos {
    width: 100%;
    height: auto;
  }

  .grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
.grid-container {
  
    width: 100%;
    margin-top: 30px;
    
    }
      
    
  .section-2 {
    padding-top: 50px;
  }

  .image-4 {
    width: 100%;
  }

  .text-block-2 {
    margin-top: 10px;
  }

  .link {
    margin-top: 10px;
  }

  .texto_proyecto {
    text-align: left;
  }

 
  .column {
    margin-top: 95px;
  }

  .heading-3 {
    text-align: center;
  }

  .image-6 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .column-3 {
    text-align: center;
  }

  .columns {
    text-align: center;
  }

  .texto_proyecto_col_der {
    text-align: left;
  }

  .div_datos {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading_chico {
    text-align: center;
  }

  .agradecimientos {
    text-align: left;
  }

  .imagen_trabajando {
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-7 {
    height:100%;
      min-width: 100%;
      object-fit: cover;
      cursor: pointer;
  }

  .lightbox-link {
    width: 200px;
  }

.agradecimiento {
    text-align: center;
  }

  .idioma {
    text-align: center;
  }

  .column-5 {
    display: none;
  }

  .column-6 {
    display: none;
  }
    }
    
    /* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
    
    
@media screen and (max-width: 479px) {
  .nav-link.texto_menu {
    float: left;
    clear: both;
    border-bottom: 1px solid gray;
      width: 100%;
      margin-left: 15px;
      padding-left: 10px;
   
  }

  .div-block.imagen_proyectos {
    width: 100%;
    height: auto;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

    .column-3 {
  text-align: right;
    width:100%;
}
    
  .section-2 {
    padding: 50px 20px;
  }
    
.mapa {
width: 100%;
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
    
    .idioma_desaparece {
visibility: hidden;
        
}
    
        .solo_desktop {
visibility: visible;
        
}
    .columns-2 {
  padding-top: 10px;
  padding-bottom: 20px;
}
    
  .image-4 {
    width: 100%;
  }
    
    .container {
 
  padding: 5px 10px;

}
    
    .datos_contacto {
 margin-top: 10px;
}
    
    
 .video_inicio {
 width:320px;
 height:180px;
  margin-top:20px;
}
    
    
.section-3 {
    text-align: left;
}
    
     .link {
         display: block;
        float: right;
         text-align: right;
    }
    
    
  .div-block-2 {
    margin-top: 17px;
      margin-bottom: 25px;
  }

  .text-block-2 {
    margin-top: 17px;
    float: none;
  }

  .link {
    display: block;
    margin-top: 15px;
    margin-left: 0px;
    float: none;
  }

  .link-2 {
    font-size: 12px;
    display: inline-block;
  }

  .texto_proyecto {
    margin-top: 25px;
    font-size: 14px;
  }

  .link-block-2 {
    width: 100%;
      height:300px;
      object-fit: cover;
      margin: 0px;
      margin-top: 10px;
  }

  .column {
    margin-top: 100px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 25px;
  }

  .texto_proyecto_col_der {
    margin-top: 0px;
    font-size: 14px;
  }

  .div_datos {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading_chico {
    margin-top: 50px;
    font-size: 20px;
  }

  .agradecimientos {
    margin-top: 0px;
    font-size: 14px;
  }

    .instagram {
  padding-top: 20px;
  padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
    
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lightbox-link {
    width: 100%;
  }
    
  .agradecimiento {
    margin-top: 0px;
    font-size: 20px;
   
  }

  .dropdown-2 {
    text-align: left;
  }

  .idioma {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10px;
      }
    
    .image-8 {
    width: 100%;
  }
    
    .section-3 {
    padding: 20px;
}
    
     .section-5 {
    padding-top: 25px;
}
    
    .slide {

  background-size: cover;
    
}
    
    .slide-2 {

  background-size: cover;
    
}
    
     .slider {

  height: 350px;
    
}
    
}



