:root{
    /* color-scheme: light dark; */
    --color-blanco: #E4E7EE;
    --color-azul: #3879af;
    --color-azul-oscuro: #364272 ;
    --color-negro: #06111e;
    --color-dorado: #e7a90c;
    --logo-scala: url(../imagenes/LogoSP.svg) no-repeat center;
    --height-inicio:calc(100vw / 16 * 6.5);
    /* --color-gris: #333333; */
    /* --color-rojo: #ff0000; */

    --color--background: var(--color-blanco);
    --color--texto: var(--color-negro);
    --color--targets: var(--color-azul);
    --border--targets: 2px solid var(--color--targets);
}
@font-face{
    font-family: 'scala';
    src: url(../fonts/AGENCYB.TTF)
 }
 *{
    transition: all .5s;
	scroll-behavior: smooth;
	scroll-margin-top: 90px;
	box-sizing: content-box;
}
main{
    min-height: calc(100vw/16*7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.body{
    font-size: clamp(11px, 1.15vw, 20px);
    background: var(--color--background);
    color: var(--color--texto);
}
a{
    text-decoration: none;
    border: none;
    cursor: pointer;
}
button{
    border: none;
    cursor: pointer;
} 
.sub_cont{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.line{
    width: 65vw;
    height: 5px;
    background: #e8eaec;
}
/* .dark{

 } */
.header{
    width: 100%;
    height: 70px;
    /* background: #c0c0cc; */
    display: flex;
    justify-content: space-around;
    position: fixed;
    z-index: 1000;
    background: #e8eaec1f;
    background: linear-gradient(to top, #e8eaec00 30%, #e8eaec 100%);
    transition: all .5s;
}
.scroll .header{
     background: #e8eaec;
 }
 .logo_container{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    filter: drop-shadow(2px 1px 5px #ffffff);
 }
 .scroll .logo_container{
    filter: initial;
 }
 .logo_header{
    background: var(--logo-scala);
    width: 50px;
    height: 50px;
    background-size: contain;
 }
 .logo_name{
    color: var(--color-azul-oscuro);
    font-size: clamp(30px, 2.5vw, 65px);
    font-family: 'scala';
}
.scroll .logo_name{
    font-size: clamp(30px, 2.1vw, 65px);
    color: var(--color-azul-oscuro);
}
.logo_a_container{
    display: flex;
}
.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.nav_ul{
    display: flex;
    gap: 1.5vw;
}
/* .nav_li{

} */
.nav_link{
    color: #e8eaec;
    font-family: "Squada One", sans-serif;
    font-size: clamp(11px, 1.8vw , 35px );
}
.scroll.movC .header{
    border-bottom: var(--border--targets);
}
.movC .nav_link{
    color: var(--color-azul-oscuro);
}
.scroll .nav_link:hover,
.nav_link:hover{
    color: #f3ae2e;
}
.scroll .nav_link{
    color: var(--color-azul);
}

.inicio{
    background: url(../imagenes/back_g_inicio\ -\ copia.jpeg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: var(--height-inicio);
    display: flex;
    align-items: center;
}
.inicio::before{
    inset: 0;
    content: "";
    position: absolute;
    /* padding: 150px 0 60px 0; */
    /* height: var(--height_inicio); */
    background: linear-gradient(341deg, #364272db 37%, #3879af78 65%);  
    pointer-events: none;
    height: var(--height-inicio);
}
.text_inicio{
    font-size: clamp(20px, 3vw, 75px);
    font-weight: bolder;
    color: white;
    z-index: 1;
    margin-left: 10vw;
    line-height: 1.5;
}
.val{
    display: flex;
    width: 65%;
    max-width: 900px;
    margin: 2vw auto;
    justify-content: space-around;
}
.val_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
}
.nos_icon{
    color: var(--color-azul-oscuro);
    width: 6vw;
}
.val span{
    color: var(--color-azul-oscuro);
    font-size: clamp(15px, 1.5vw, 25px);
    font-weight: bold;
}

.nos_res{
    min-height: 12.5vw;
    background: var(--color-azul) url(../imagenes/fon_edif.png) no-repeat center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    color: white;
    padding: 2vw;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.subt{
    font-weight: bold;
    font-size: clamp(18px, 3.5vw, 50px);
    text-align: center;
    color: white;
}
.valCert .subt,
.contacto .subt,
.team .subt,
.proyectos .subt,
.servis .subt {
    color: var(--color-azul);
}
.nos_res p{
    width: 75%;
    
}
.nost_cont_targ{
    width: 90%;
    margin: auto;
}
.nost_targ{
    width: 100%;
    justify-content: space-between;
    display: flex;
    /* background: #f3ae    2e; */
    align-items: center;
    gap: 2.5vw;
    padding: 2.5vw;
    box-sizing: border-box;
}
.nost_targ:nth-child(2n){
    flex-direction: row-reverse;
}
.nost_targ p{
    width: 60vw;
    margin: auto;
}
.nost_desc{
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.nost_targ_subt,
.nost_subt, .serv_targ_subt{
    text-align: center;
    font-weight: bold;
    color: var(--color-azul);
    font-size: clamp(12px, 1.2vw, 35px);
}
.nost_subt{
    padding: 2vw 0;
}
.nost_img{
    width: 25vw;
    height: calc(25vw / 16 * 9);
    object-fit: cover;
    border-radius: 10px;
}
.serv_cont_targ{
   width: 90%;
   margin: auto;
   /* background: gray; */
   display: flex;
   flex-wrap: wrap;
   gap: 2vw;
   justify-content: space-evenly;
   padding: 3vw 0;
}
.serv_targ{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #364272;
    padding-bottom: 2vw;
    box-shadow: 1px 1px 15px var(--color-azul-oscuro);
    width: 28vw;
}
.serv_targ img{
    width: 100%;
    height: calc(28vw * 9 / 16);
    object-fit: cover;
}
.cert{
    padding: 2vw 0;
    width: calc(100vw - 15px);
    background: var(--color-azul) url(../imagenes/fon_line_plan.png) no-repeat center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.cert_cont_icon{
    width: 70%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    padding: 2VW 0;
}
.cert_icon{
    /* color: var(--color-azul-oscuro); */
    width: 11vw;
    color: white;
}
.cert_a_button{
    display: flex;
    justify-content: center;
}
.cert_button{
    margin: auto;
    color: #e8eaec;
    background: none;
    width: 10vw;
    height: 2vw;
    border-radius: 5px;
    border: 3px solid var(--color-azul-oscuro);
    font-size: 22px;
    font-weight: bold;
}
.cert_button:hover{
    background-color: #364272;
    border-color: #e8eaec;
    
}
.proyectos{
    padding: 2.5vw 0 ;
}
.prueba_client{
    width: calc(100vw - 15px);
    margin: auto;
    overflow: hidden;
}
.clien_cont{
    display: flex;
    gap: 20px;
    will-change: transform;
    animation: slider 20s ease-in-out infinite alternate;

}
.clien_img{
    height: 180px;
    flex-shrink: 0;
    border-radius: 50%; 
    transform: translate(100px);
}

@keyframes slider {
  from {
    transform: translateX(-100px);
  }
  to {
    transform: translateX(calc(-8*180px));
  }
}
.proy_cont{
    display: flex;
    gap: 2vw;
    width: 95%;
    margin: auto;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: center;
}
.pryctrack_proy{
    /* background-color: #3879af; */
    padding: 20px;
    box-sizing: content-box;
    width: 15vw;
    border: 3px solid var(--color-azul-oscuro);
    border-radius: 10px;
    text-align:center ;
}
.pryctrack_proy.mostrar {
    width: 42vw;
    display: flex;
    gap: 20px;
    justify-items: center;
    align-items: center;
}
.pryctrack_det{
    display: none;
}
.pryctrack_proy.mostrar .pryctrack_det{
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    height: calc(100% + 40px);
    justify-content: space-around;
    border-left: 3px solid var(--color-azul-oscuro);
}
.pryctrack_img{
    width: calc(15vw);
    background-color: #364272;
    height: calc(15vw);
    border-radius: 5px;
    /* flex: 0; */
    object-fit: cover;
}
.pryctrack_ubi{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.pryctrack_targ{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.pryctrack_verMas{
    background: #3879af;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
}

.clientes{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: var(--color-azul);
}
.errorTitle{
    font-size: 5vw;
    font-family: "scala";
    text-align: center;
}
.errorImg{
    margin: auto;
    height: 40vw;
}
.errorText{
    padding: 3vw;
    font-size: 30px;
}


.footer{
    width: 100%;
    height: 10vw;
    background: var(--color-azul-oscuro);
    display: flex;
    flex-direction: column;
    padding: 1vw;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    color: #e8eaec;
}
.footerIcons{
    font-size: clamp(25px, 2.1vw , 45px);
    /* font-size: 45px; */
    color: #e8eaec;
}
.footerRedesRociales{
    display: flex;
    gap: 1vw;
}
.footerUser{
    color: #f3ae2e;
}
@media (max-width: 855px) {
}
@media (max-width: 650px) {

}
@media (max-width: 500px) {

}