
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat/static/Montserrat-ExtraLight.ttf");
}  

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat/static/Montserrat-ExtraBold.ttf");
}  

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf");
}  

html {
  height: 100%;
  line-height: 1.8;
}

body{
  height: 100%;                
  background: white;          
} 

.logo-sobre-imagen {
    position: absolute;
    top: 8%;
    left: 5%;
  }

.flecha-abajo-sobre-imagen {
    margin-top: 2%;
    text-align: center;
  }

  .separador-proyectos {
    height: 2%;
  }

  .separador-novedades {
    height: 100px;
  }

.logo-proyectos {
    position: absolute;
    top: 3%;
    left: 5%;
  }  

.logo {
  width: 100%;
}

.logo_en_navbar {
  width: 92px;
}

.letras-sobre-imagen {
  position: absolute;
  top: 45%;
  left: 5%;
  font-family: 'Montserrat-ExtraBold', sans-serif ;
  color:white; 
  font-weight: 800; 
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 16px;
}

.desarrollamos {  
  animation-name: desarrollamos-animation;
  animation-duration: 4s;
  animation: desarrollamos-animation 5s;
  animation-timing-function: ease-out;
}

@keyframes desarrollamos-animation {
  from {top: 35%; color:transparent; font-size: 1.8rem}
  to {top: 45%; color:white; font-size: 2.3rem;}
}

.creamos {  
  animation-name: creamos-animation;
  animation-duration: 4s;
  animation: creamos-animation 5s;
  animation-timing-function: ease-out;
}

@keyframes creamos-animation {
  from {left: 20%; top:35%; color:transparent;}
  to {left: 5%; color:white;}
}

.materializamos {
  animation-name: materializamos-animation;
  animation-duration: 4s;
  animation: materializamos-animation 4s;
  animation-timing-function: ease-out;
}

@keyframes materializamos-animation {
  from {top: 55%; color:transparent;}
  to {top: 45%; color:white;}
}

.cuidamos {
  animation-name: cuidamos-animation;
  animation-duration: 4s;
  animation: cuidamos-animation 5s;
  animation-timing-function: ease-out;
}

@keyframes cuidamos-animation {
  from {left: 15%; color:transparent; font-size: 1.8rem}
  to {left: 5%; color:white; font-size: 2.3rem}
}

.confiamos {
  animation-name: confiamos-animation;
  animation-duration: 4s;
  animation: confiamos-animation 5s;
  animation-timing-function: ease-out;
}

@keyframes confiamos-animation {
  from {top: 35%; color:transparent;}
  to {top: 45%; color:white;}
}

.proyectamos {
  animation-name: proyectamos-animation;
  animation-duration: 3s;
  animation: proyectamos-animation 3s;
  animation-timing-function: ease-in;
}

@keyframes proyectamos-animation {
  from {left: 5%; color:transparent;}
  to {left: 5%; color:white;}
}



/*.texto-sobre-imagen {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  background-color: gray;
  opacity: 0.5;
  border: 0px solid transparent;
}*/

.barra-sobre-imagen {
  position: absolute;
  top: 0%;
  left: 95%;
  width: 10%;
  height: 100% ;
  background-color: black;
  opacity: 0.8;
  border: 0px solid transparent;
}

.animate-right{
  position:relative;
  animation:animateright 0.9s
  }
  @keyframes animateright{
    from{right:-350px;opacity:0} 
    to{right:0;opacity:1}
  }

.w3-sidebar-custom{
  height:100%;
  width:100px;
  position:fixed!important;
  z-index:1;
  overflow:auto;
  color:#fff!important;
  background-color:#000!important;
}

.sidebar {
  width: 350px;
  font-family: 'Montserrat-Regular', sans-serif ;
  opacity: 0.9;
}
    
.sidebar-item {
  font-family: 'Montserrat-Regular', sans-serif ;
  font-size: 1rem;  
}

.sidebar-item::after{
  font-family: 'Montserrat-Regular', sans-serif ;
  font-size: 1rem;  
  display:block;
  content: '';
  border-bottom: solid 2px #47c3f8;  
  transform: scaleX(0);  
  transition: transform 800ms ease-in-out;
}

.sidebar-item:hover:after {
  transform: scaleX(1);
}

.sidebar-item:hover {
  font-family: 'Montserrat-Regular', sans-serif ;  
  font-weight: bold;
  color:#47c3f8 !important;
  background-color:#000!important;
}

.sidebar-subitem {
  font-family: 'Montserrat-Regular', sans-serif ;
  font-size: 0.9rem;
  color:#c5c4c4;
  margin-left: 25%;
}

.sidebar-subitem::after{
  font-family: 'Montserrat-Regular', sans-serif ;
  font-size: 0.9rem;  
  display:block;
  content: '';
  border-bottom: solid 2px #47c3f8;  
  transform: scaleX(0);  
  transition: transform 800ms ease-in-out;
}

.sidebar-subitem:hover {
  font-family: 'Montserrat-Regular', sans-serif ;  
  font-weight: bold;
  color:#47c3f8 !important;
  background-color:#000!important;
  margin-left: 25%;
}

.sidebar-subitem:hover:after {
  transform: scaleX(1);
}

.sidebar-burger {
    font-size: 2.2rem;
    padding: 8px 20px;
    color:#c5c4c4;
}

.sidebar-burger:hover {
  color:#47c3f8 !important;
  background-color:#000!important;
}

  i.fab {
    font-size: 2rem;
    font-style: normal;
    font-family: fontawesome;
  }
  
  .fa-instagram:before {
    color: transparent;
    position: absolute; 
    left: 15%; 
    top: 30%;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #5BC4F1,#517FBF);
  }

  .fa-youtube:before {
    color: transparent;
    position: absolute; 
    left: 13.5%; 
    top: 36%;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #5BC4F1,#517FBF);
    font-size: 2rem;
    font-style: normal;
  }

  .fa-facebook:before {
    color: transparent;
    position: absolute; 
    left: 16%; 
    top: 42%;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #5BC4F1,#517FBF);
  }

  .fa-whatsapp:before {
    color: transparent;
    position: absolute; 
    left: 14%; 
    top: 48%;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #5BC4F1,#517FBF);
    font-size: 2.4rem;
  }

  .titulo-grande {
    font-size: 2.5rem; 
    font-family: 'Montserrat-ExtraBold', sans-serif; 
    letter-spacing: 12px;
  }

  .titulo-novedades {
    font-size: 2.5rem; 
    font-family: 'Montserrat-ExtraBold', sans-serif; 
    letter-spacing: 12px;
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .nombre-proyecto {
    font-size: 0.9rem; 
    font-family: 'Montserrat-Regular', sans-serif; 
    letter-spacing: 4px;
  }

  .pipeline {
    color:#47c3f8; 
    font-family: 'Montserrat-ExtraBold', sans-serif; 
    font-size: 1.2rem; 
  }

  .sombra {
    box-shadow: 10px 10px 10px rgb(139, 137, 137) !important;
  }

  .zoom {
    transition: transform .8s; 
  }

  .zoom:hover {
     transform: scale(1.5);      
  }
  
  .fondo-texto-foto-proyecto{
      position:absolute;
      right:0;
      bottom:0;
      background-color:#575656;
      opacity: 0.5;
      width: 100%;            
    }

    .texto-foto-proyecto {
      font-family: 'Montserrat-ExtraBold', sans-serif ;
      color:white; 
      font-size: 1.6rem;
      letter-spacing: 7px;   
      padding-top: 2%;   
    }

    .carousel-control-prev {
      margin-left: -45px; 
      width: 0% !important; 
      top: -30%;
    }

    .carousel-control-next {
      margin-right: -35px; 
      width: 0% !important;
      top: -30%;
    }

    .flecha-anterior {
      font-size: 3rem; 
      width: 0% !important;
    }

    .flecha-siguiente {
      font-size: 3rem; 
      width: 0% !important;
    }

    .texto-publicidad-vos-sonias {
      position: absolute;
      top:32%; 
      left: 5%;     
      font-family: 'Montserrat-Regular'; 
      font-size: 2.5rem; 
      color: white;   
      letter-spacing: 2px;    
    }

    .texto-publicidad-nosotros {
      position: absolute;
      top:40%; 
      left: 5%;     
      font-family: 'Montserrat-ExtraBold'; 
      font-size: 1.8rem; 
      color: white; 
      letter-spacing: 2.5px;      
    }

    .en-tu-terreno {
      position: absolute;
      top:46%;
      left:5%;
    }

    .img-en-tu-terreno {
      width:420px; 
      height: auto;
    }

    .img-publicidad {
      width:250px; 
      height: auto;
    }

    .div-financiacion {       
      position: absolute; 
      top:20%; 
      right: 0;   
    }

    .div-entrega {      
       position: absolute; 
       top:31%; 
       right:0;
    }

    .div-personalizacion {      
      position: absolute; 
      top:42%; 
      right:0;
    }

    .letras-tu-suenio {
      position: absolute;
      top:62%; 
      left: 5%; 
      font-family: 'Montserrat-ExtraBold';       
      font-size: 4.7rem; 
      color: #5BC4F1;
      letter-spacing: 2px;
    }

    .texto-financiacion {
      font-family: 'Montserrat-Regular'; 
      font-size: medium; 
      padding-left:20%; 
      padding-right: 20%;
      line-height: 30px;
    }


    .smart-home {
      animation-name: smart-home-animation;
      animation: smart-home-animation 3s ;
      animation-timing-function: ease-out;
    }   

    @keyframes smart-home-animation {
      from {left: 25%; opacity:0;}
      to {left: 0%; opacity: 1;}
    }

  .texto-smart-home {
    position: absolute; 
    top: 35%; 
    left: 24%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat-ExtraBold', sans-serif ;
    color:black; 
    font-weight: 800; 
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 10px;
  }

  .texto-smart-home-small {
    position: absolute; 
    top: 60%; 
    left: 24%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat-Light', sans-serif ;
    color:white; 
    font-size: 1rem;
    line-height: 1.5;   
    letter-spacing: 1px;     
  }


  .sustentabilidad {
    animation-name: sustentabilidad-animation;
    animation: sustentabilidad-animation 3s;
    animation-timing-function: ease-out;
  }
  
  @keyframes sustentabilidad-animation {
    from {right: 25%; opacity:0;}
    to {right: 0%; opacity: 1;}
  }

  .texto-sustentabilidad {
    position: absolute; 
    top: 35%; 
    left: 76%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat-ExtraBold', sans-serif ;
    color:black; 
    font-weight: 800; 
    font-size: 2.7rem;
    line-height: 1.2;
    letter-spacing: 10px;
  }

  .texto-sustentabilidad-small {
    position: absolute; 
    top: 70%; 
    left: 76%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat-Light', sans-serif ;
    color:white; 
    font-size: 1rem;
    line-height: 1.5;   
    letter-spacing: 1px;     
  }

  .linea-iconos-contacto {
    position: absolute; 
    display: inline-block;
    top: 35%; 
    left: 0px;
    text-align: center;
    color: white; 
    font-size: 4rem; 
    letter-spacing: 23px;
    width:100%;
  }

  .link-icono-contacto {
    text-decoration: none;
  }

  .link-icono-contacto:hover {
    text-decoration: none;
    color:white;
  }

  /*.icono-contacto:hover {
    color: #47c3f8;  
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 20px; 
    transition: transform .9s;    
  }*/

  .icono-contacto {
    width:65px;
    height: 65px;
  }

  .linea-textos-contacto {
    position: absolute; 
    display: inline-block;
    top: 70%; 
    left: 0px;
    font-family: 'Montserrat-Regular', sans-serif ;
    text-align: center;
    color: white; 
    font-size: 1.1rem; 
    letter-spacing: 4px;
    width:100%;       
  }


 /* .circle-icon {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 10px;
}*/


  .social-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: rgb(64, 179, 224);
    text-align:center;
    border-radius: 50%;
    padding:.5em .3em 0 .3em;
    background-color:#ffffff;
    margin:.5em;
    /*color: rgba(255, 255, 255, 0.8);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .pie-de-pagina {
    background-color: black; 
    margin-top: 0px;
    text-align: start;
    padding: 30px;    
    --bs-gutter-x: 0rem;
  }

  .link-pie-de-pagina {
    font-family: 'Montserrat-Regular', sans-serif;
    color: white;
    text-decoration: none;
  }

  .link-pie-de-pagina:hover {
    color: #47c3f8;
    font-weight: bold;
  }

  .red-pie-de-pagina {
    font-size: 1.6rem; 
    color: white;   
  }

  .red-pie-de-pagina:hover {
    color: #47c3f8;
  }

  .pie-1 {
    padding-left: 5%;
    padding-bottom:20px;
  }

  .pie-2 {
    text-align: end;
    padding-right: 5%;
    padding-bottom:20px;
    font-size: 1.6rem;
  }

  .texto-copyright {
    font-family: 'Montserrat-Regular', sans-serif; 
    color: #47c3f8;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .logo-proveedor {
    height: 80px;
  }

/* ---------------------------------*/

@media screen and (max-width: 768px) {
  .logo-sobre-imagen {
    position: absolute;
    top: 2%;
    left: 5%;
  }

  .logo {
    width: 30%;
  }

  .flecha-abajo-sobre-imagen {
    display:none;
  }

  .separador-proyectos {
    height: 50px;
  }

  .separador-novedades {
    height: 50px;
  }

  .logo_en_navbar {
    width: 42px;
  }

  .barra-sobre-imagen {
    position: absolute;
    top: 0%;
    left: 92%;
    width: 10%;
    height: 100% ;
    background-color: black;
    opacity: 0.8;
    border: 0px solid transparent;
  }

  i.fab {
    font-size: 1.2rem;
  }

  .fa-instagram:before {
    position: absolute; 
    left: 20%; 
    top: 32%;
    font-size: 1rem;
  }

  .fa-youtube:before {
    color: transparent;
    position: absolute; 
    left: 18%; 
    top: 43%;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #5BC4F1,#517FBF);
    font-size: 1rem;
    font-style: normal;
  }

  .fa-facebook:before {
    color: transparent;
    position: absolute; 
    left: 23%; 
    top: 54%;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #5BC4F1,#517FBF);
    font-size: 1rem;
  }

  .fa-whatsapp:before {
    color: transparent;
    position: absolute; 
    left: 21%; 
    top: 63%;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #5BC4F1,#517FBF);
    font-size: 1rem;
  }

  /*.fa-whatsapp:before {
    position: absolute; 
    left: 20%; 
    bottom: 10%; 
    font-size: 1.5rem;
  }

  .hola-texto {
    color: white;
    position: absolute; 
    left: 13%; 
    bottom: 4%; 
    font-size: 0.7rem;    
  }*/

  .animate-right{
    position:relative;
    animation:animateright 0.9s
    }
    @keyframes animateright{
      from{right:-400px;opacity:0} 
      to{right:0;opacity:1}
    }

    .w3-sidebar-custom{
      height:100%;
      width:100px;
      position:fixed!important;
      z-index:1;
      overflow:inherit;
      color:#fff!important;
      background-color:#000!important;
    }

  .sidebar {
    width: 300px;
    font-family: 'Montserrat-Regular', sans-serif ;
    opacity: 0.9;
  }

  .sidebar-item {
      font-size: 0.7rem;
    }

  .sidebar-subitem {
      font-size: 0.6rem;
      margin-left: 15%;
  }

  .sidebar-burger {
        font-size: 1.2rem;
        padding-top:10px;
        padding-right: 8px;
    }  

  .letras-sobre-imagen {
    position: absolute;
    top: 50%;
    left: 5%;
    font-size: 0.7rem;
    letter-spacing: 4px;
  }
 
  @keyframes desarrollamos-animation {
    from {top: 40%; color:transparent; font-size: 0.4rem}
    to {top: 50%; color:white; font-size: 0.7rem;}
  }

  @keyframes creamos-animation {
    from {left: 20%; top:40%; color:transparent;}
    to {left: 5%; top:50%; color:white;}
  }
 
  @keyframes cuidamos-animation {
    from {left: 15%; color:transparent; font-size: 0.4rem}
    to {left: 5%; color:white; font-size: 0.7rem}
  }

  @keyframes materializamos-animation {
    from {top: 60%; color:transparent;}
    to {top: 50%; color:white;}
  }

  @keyframes confiamos-animation {
    from {top: 40%; color:transparent;}
    to {top: 50%; color:white;}
  }

  .titulo-grande {
    font-size: 1.2rem; 
    font-family: 'Montserrat-ExtraBold', sans-serif; 
    letter-spacing: 10px;
  }

  .titulo-novedades {
    font-size: 1.2rem; 
    font-family: 'Montserrat-ExtraBold', sans-serif; 
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .nombre-proyecto {
    display: none;
  }

  .texto-foto-proyecto {
    font-size: 0.6rem;
    letter-spacing: 7px;   
    padding-top: 2%;   
    padding-bottom: 0; 
    margin-bottom:2%;  
  }

  .carousel-control-prev {
    margin-left: -15px; 
    width: 0% !important; 
    top: -30%;
  }

  .carousel-control-next {
    margin-right: -15px; 
    width: 0% !important;
    top: -30%;
  }

  .flecha-anterior {
    font-size: 2rem; 
    width: 0% !important;
  }

  .flecha-siguiente {
    font-size: 2rem; 
    width: 0% !important;
  }

  .rectangulo-foto-proyecto{
    width: 60%; 
    height: 25%;           
  }

  .texto-publicidad-vos-sonias {
    position: absolute;
    top:32%; 
    left: 4%;     
    font-family: 'Montserrat-Regular'; 
    font-size: 0.7rem; 
    color: white;   
    letter-spacing: 2px;    
  }

  .texto-publicidad-nosotros {
    position: absolute;
    top:40%; 
    left: 4%;     
    font-family: 'Montserrat-ExtraBold'; 
    font-size: 0.5rem; 
    color: white; 
    letter-spacing: 2px;      
  }

  .en-tu-terreno {
    position: absolute;
    top:46%;
    left: 4%;
  }

  .img-en-tu-terreno {
    width:140px; 
    height: auto;
  }

  .img-publicidad {
    width:80px; 
    height: auto;
  }

  .div-financiacion {       
    position: absolute; 
    top:12%; 
    right: 0;
  }

  .div-entrega {      
     position: absolute; 
     top:27%; 
     right:0;
  }

  .div-personalizacion {      
    position: absolute; 
    top:42%; 
    right:0;
  }

  .letras-tu-suenio {
    position: absolute;
    top:63%; 
    left: 4%; 
    font-family: 'Montserrat-ExtraBold';       
    font-size: 1.5rem; 
    color: #5BC4F1;
    letter-spacing: 2px;
  }

  
  .texto-financiacion {
    font-family: 'Montserrat-Regular'; 
    font-size: small; 
    padding-left:20%; 
    padding-right: 20%;
    line-height: 25px;
  }

  .texto-smart-home {
    position: absolute; 
    top: 50%; 
    left: 24%;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 10px;
  }

  .texto-smart-home-small {
    font-size: 0rem;   
  }

  .texto-sustentabilidad {
    position: absolute; 
    top: 50%; 
    left: 76%;    
    font-size: 1.2rem;
    letter-spacing: 10px;
  }

  .texto-sustentabilidad-small {
    font-size: 0rem;    
  }

  .linea-iconos-contacto {
    font-size: 1.5rem;    
    letter-spacing: 20px;
  }

  .icono-contacto {
    width:25px;
    height: 25px;
  }

  .pie-de-pagina {
    text-align: center;
  }

  .pie-de-pagina {
    padding: 10px;
    padding-top: 20px;   
    padding-bottom: 20px;  
  }

  .link-pie-de-pagina {
    font-size: 0.6rem;    
  }

  .red-pie-de-pagina {
    font-size: 1rem; 
    color: white;   
  }

  .pie-1 {
    padding-left: 0%;
  }

  .pie-2 {
    text-align: center;
    padding-right: 0%;    
  }

  .texto-copyright {
    font-size: 0.7rem;   
  }

  .logo-proveedor {
    height: 25px;
  }
}

/*
@media screen and (min-width:537px) and (max-width: 768px) {

    .sidebar-item {
      font-size: 1.1rem;
    }

    .sidebar-burger {
      font-size: 1.3rem;
      padding:10px 15px;
    }
}*/
