

/*-------------  VARIABLES */
:root{
    --azul: rgb(26 138 137) ;
    --celeste: rgb(184 224 220);
    --azul_oscuro: rgb(1 33 42);
    --amarillo: rgb(184 211 58);
    --gris: rgb(235 239 222); 
    
    --patron_oscuro: url(../img/branding/fondo_patron_oscuro2.png);
    --patron_claro: url(../img/branding/fondo_patron_claro2.png);
    --patron_blanco: url(../img/branding/fondo_patron_blanco.png);

    --collage_servicios:url(../img/servicios/collage_servicios01.png);

    --engranaje_claro:url(../img/engranaje_claro.png);
    --engranaje_oscuro:url(../img/engranaje_oscuro.png);
    --logo_completo_fondo_osc:url(../img/logo_completo_fondo_oscuro.png);
    --logo_completo_fondo_claro:url(../img/logo_completo_fondo_claro.png);
    --logo_simple_oscuro:url(../img/logo_simple_oscuro.png);
    --logo_simple_claro:url(../img/logo_simple_claro.png);

}


/*------------------------- FUENTES  

@font-face {
    font-family: 'poppins_bold';
    src: url('../fonts/fuentes_ingyser/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
   }
   
@font-face {
    font-family: 'poppins';
    src: url('../fonts/fuentes_ingyser/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
   }

 */


 
 @font-face {
    font-family: "selene";
    src: url("../fonts/fuentes_ingyser/Selene-Regular.ttf"); 
  }

  @font-face{        
    font-family: "saxo";
    src: url("../fonts/fuentes_ingyser/SaxoGrammaticusLight.ttf");
  }
/* BODY */
body{
    /*background: var(--patron_blanco) fixed;
    background-size: cover;
    background-repeat: repeat !important;
    /*background-color:red !important;*/
    font-family: 'Lato', sans-serif;
}

/*ENCABEZADO */

#hero-area {
    background: var(--patron_claro);
    background-size:cover;
}


/* NAVBAR  */

/* PARA QUE EL BANNER SE ADAPTE A LA ANIMACIÓN DEL NAV SE AGREGÓ UN BLOQUE EN EL ARCHIVO scrolling-nav.js */
/***********************************************************************************************************/
 .navbar-brand{
    position:absolute;
    top:10px;
    left:100px;
    width:15%;
}

.navbar-brand img {
    width:100%;
}

.navbar{
    background-color: rgba(0, 0, 0, 0.2);
}
.navbar-fondo{ /* SE AGREGA ESTA CLASE A LA PRIMER FUNCION DEL ARCHIVO main.js SOLO PARA Q AGREGUE FONDO AL HACER SCROLL */
    background-image: var(--patron_claro) !important;
}

/* QUIENES SOMOS */

#hero-area .contents h1 {

    font-size:60px;
    font-family: 'Lato', sans-serif;
    margin:10px 0px;
    padding:0px;
}

#hero-area .contents .subtitulo {

    font-size:36px;
    margin:10px 0px;
    padding:0px;
}

#hero-area .contents .lead {

    font-size:24px;
}

.cont-pres{
    padding:0px;
    overflow:hidden;
}

.pres-boxes{
    position:relative;
    padding:20px 5px;
    overflow:hidden;
    height:100%;
    border-right:solid 2px black;
    justify-content: center;
    margin:0px;

}

.pres-boxes p{
    margin:0px 10px;
    text-shadow: black 5px 5px 10px;
    font-size:20px !important;
}

#fondo_vision{

    background-color:var(--azul_oscuro);
    border-radius:0px 0px 0px 50px;
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    margin:0px;

}

.fondo-pres{
    position:absolute;
    width:100%;
    /*left:-60px;
    top:-100px;*/
   /* z-index: -7;*/
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    opacity:0.6;
}

#ceo{
    position:relative;
    background-color:#fff;
    color:var(--azul) !important;
    overflow:hidden;
    border-radius:0px 50px 0px 50px;
    padding:1%;
    margin:0px 5%;
    box-shadow: black 5px 5px 5px;
}

.carta-ceo{
    position:relative;
    color:var(--azul) !important;
    margin:10px 40px;
    text-align: center;    
    text-shadow: black 1px 1px 2px;
    font-size:22px !important;
}


/* ------------ FIRMA-------------- */

#firma-ceo{
    font-size:18px !important;
    color:var(--azul) !important;
    text-shadow: black 1px 1px 2px;
}

svg{
	width:15%;
}

.cls-1{
	fill:none;
	stroke:#000;
	stroke-miterlimit:10;
	stroke-width:6px;
	transform: translate(-20.76px, -5.64px);
}

.letra_a{
	stroke-dasharray: 1550;
  	animation: firma1 1.5s normal linear;
}

.resto_letras{
	stroke-dasharray: 1950;
  	animation: firma2 4s normal linear;
}

@keyframes firma1 {
    0% {
        stroke-dashoffset: 1550;
    }
    50% {
        stroke-dashoffset: 0;
    }
}



@keyframes firma2 {
    0%, 30% {
        stroke-dashoffset: 1950;
    }

    40%{

        stroke-dashoffset: 1200;
    }

    70%{
        stroke-dashoffset: 500;

    }

    76%{
        stroke-dashoffset: 0;
    }
}


.fondo-ceo{
    position:absolute;
    width:20%;
    opacity:0.5;
}

#fondo_ceo1{
    left:-70px;
    bottom:-120px;
}


#fondo_ceo2{
    right:-70px;
    top:-120px;
}

#fondo_ceo3{
    right:-70px;
    top:-120px;
}

/* SERVICIOS*/

.section-header .section-title{
    color:white;
}

.section-header .section-subtitle {
    color: white;
  }

#services{
    position:relative;
    overflow: hidden !important;
    /*background-color: var(--amarillo);*/
    background: url(../img/servicios/fondo_servicios_e.png) fixed no-repeat;
    background-size:cover;
    color:white;
}

.item-boxes{
    
    border:solid 3px var(--amarillo);
    border-radius: 0 50px 0 0 ;
    padding: 0px 15px;
    /*background:var(--patron_blanco);
    background-size:250%;*/
    background-color:rgba(255,255,255,0.2);
    transition:ease-in-out 0.5s;
    overflow: hidden !important;
    text-shadow: black 5px 5px 5px;
    height:95%;
    margin:20px 0px;

}

.item-boxes p{
    font-size:18px;
    margin:0;
}

.item-boxes-mouse-enter{
    background:var(--patron_oscuro);
    
}

.desc-servicios{
     margin-top:20px;
}

.detalle-servicios{
    position:absolute;
    bottom:-100px;
    left:5%;
    right:0;
    opacity:0;
    width:90%;
    float:left;
}

#fondo_servicios{

    position:absolute;
    bottom:-180px;
    left:-50px;
}
#fondo_servicios2{
    
    position:absolute;
    right:-50px;
    bottom:-160px;
    left:-20px;
}
#fondo_servicios3{
    
    position:absolute;
    top:-180px;
    right:-120px;
}
/* --------- PROYECTOS */

#portfolios{
    background: url(../img/proyectos/fondo_proyectos_e.png) fixed no-repeat;
    background-size:cover;
    overflow:hidden;
    position:relative;

}


#fondo_portfolios{
    position:absolute;
    left:-150px;
    top:10%;
    scale:1.2;


}

#fondo_portfolios2{
    position:absolute;
    bottom:-80px;
    right:-50px;
    scale:1.3;
    
}
#fondo_portfolios3{
    position:absolute;
    top:1%;
    right:-50px;
}
/* BOTON WHATSAPP */

.fab {
    padding: 0px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    /* display: none; */
    position: fixed;
    bottom: 18px;
    /*right: 80px;*/
    right:5%;
    z-index:7;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    transition:ease-in-out 0.5s;
    
}

.fab img{
    width:50px;
    aspect-ratio: 1;
    transform:rotate(15deg);
    cursor:pointer;
    transition:ease-in-out 0.5s;
}


#btn-whatsapp{
    width:50px;
    height:50px;
    background-image: url(../img/logo-wasap.png);
    background-size:cover;

}

#btn-calendly-dummy{

    width: 120px;
    height:50px;
    background-color:var(--azul);
    border-radius: 25px;
    font-size:12px;
    color:white;
    padding:3%;
}

.btn-contacto{
    transition:ease-in-out 0.3s;
    display:none;
    opacity:0;
}


.fa-whatsapp {
background: #45bbff;
color: white;
}


/* SECCION DE CLIENTES*/

#testimonial{
    background:url(../img/clientes/fondo_clientes_e.png) fixed no-repeat !important;
    /*background-size:130%;*/
    background-size:cover !important;
    background-position:bottom;
    position:relative;
}

.cont-logo-serv{
    width: 33%;
    aspect-ratio: 1;
    border: 3px solid #fff;
    /*height: 120px;*/
    border-radius: 50%;
    overflow:hidden;
    margin:10% 33%;
    background-color:rgba(255, 255, 255, 0.7);
    border-color:rgba(184,211,58,0.7);

}

.cont-logo-serv img{

    /* width:80%;
    margin:10%; */

    width:100%;
    margin:0%;

}

#fondo_clientes{

    position:absolute;
    width:20%;
    bottom:-50px;
    left:-100px;

}

#fondo_clientes2{

    position:absolute;
    width:20%;
    top:-50px;
    right:-100px;

}

#fondo_clientes3{

    position:absolute;
    width:20%;
    top:-30px;
    right:-100px;

}

/* BOTONERA FILTRO SERVICIOS */ 

.filter.btn.btn-common{

    padding:1%;

}


/* FORMULARIO DE CONTACTO */
#contact{
    overflow:hidden;
    background: var(--patron_oscuro);
    background-size:100%;
    background-repeat: repeat;
}
#fondo_contacto{
    position:absolute;
    bottom:-150px;
    left:-50px;
}
#fondo_contacto2{
    position:absolute;
    top:-150px;
    right:-50px;
    scale: 0.5;
}

.contact-us{
    color: var(--amarillo) !important;
}

.contact-us p span{
    color:var(--celeste);
}

form input, form textarea{
    border:solid 2px var(--amarillo) !important;
    border-radius: 0 25px 0 0 !important;
    
}

.btn-common{
    background-color:var(--azul) !important;
    border:solid 2px var(--azul);
}

.btn-common:hover {
    color: var(--azul_oscuro);
    background: var(--gris) !important;
    border-color: var(--azul) !important;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

#firma-lps{
    display:inline;
    width:18%;

}

.titulo-saxo{
    display:inline; 
    margin:0; 
    font-family: 'saxo'; 
    font-size:75px;
}


.titulo-selene{
    display:inline; 
    margin:0; 
    font-family: 'selene'; 
    font-size:68px;
}

#exampleModal{
    color:var(--azul);
    top:30px;
}

#exampleModal h5{
    font-size:24px;
}

#indc_img_carr_modal{
    scale:3;
    bottom:0;
}





@media (min-width: 300px) and (max-width: 991px) {
    
    #nav-main li a.nav-link {
      padding-top: 18px;
    }

    .text-center h1{
        font-size:25px !important;
    }

    .titulo-saxo{
        font-size:45px !important;
        letter-spacing: 0px;
    }
    
    
    .titulo-selene{
        font-size:41px !important;
        letter-spacing: 0px;
    }

    #exampleModal{
        top:60px;
    }

    .carta-ceo{
        margin:5px;
        text-align: center;    
        text-shadow: black 1px 1px 2px;
        font-size:18px !important;
        line-height: 0.5px;
    }

    svg{
        width:30%;
    }
  }

  .controls {
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: left;
  }
  
  .slider-container {
    margin-top: 50px; /* adjust this value to match the height of the "Todos" element */
    width: 100%;
  }
  
  .slider-wrapper {
    display: flex;
    align-items: center;
  }


  .slider {
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* enable touch scrolling on iOS */
    scrollbar-width: none; /* hide scrollbar for non-webkit browsers */
    -ms-overflow-style: none; /* hide scrollbar for IE and Edge */
    margin-left: 10px;
    align-items: stretch; /* stretch child elements to fill full height of container */
  }
  .slider::-webkit-scrollbar {
    display: none; /* hide scrollbar for webkit browsers */
  }

  .sticky {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .filter.active {
    background-color: #333;
    color: #fff;
    display: inline-block;
    position: sticky;
    top: 50px; /* adjust this value to match the height of the container */
  }

  #todos{
    float:left;
    margin-left: 170px;
  }

  @media screen and (max-width: 768px) {

    /* AGREGADO PARA ADAPTAR TAMAÑO A RESPONSIVE*/
    #todos{
        float:left;
        margin-left: 15px;
      }
    }



