@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap%27');

:root{
    --bg-dark:#0D0D0D;
    --color-sp:#3B97E5;
    --bg-light-gray:#F4F4F4;
    --bg-str-gray:#E8E8E8;
    --section-padding-y: 1.8rem;
    --width-max:1280px;
    --font-size-small: 12px;
    --font-size-medium: 15px;
    --font-titles-small: 20px;
    --font-titles-medium: 24px;
    --blue: #1B4E9B;
    --blue-claro: #1A75B9;
    --shadow-1: 0 1px 2px 0 rgba(105, 103, 103, 0.3), 0 1px 2px 0 rgba(116, 112, 112, 0.3);
}
html{
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding, 67px);
    overflow-x: hidden;

}
body{
    
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-small);
    overflow-x: hidden;
}
/* 
--------------------------------------------------------------------------------------- 
-----------------------inicio----------------------------------------------------------
--------------------------------------------------------------------------------------- 

*/

#INICIO{
   
    color: white;
}


.header{
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display:flex;
    flex-direction: column;
    z-index:3;
    transition: background-color linear .3s;
    align-items: center;
    background-color: white;
    box-shadow: var(--shadow-1);
}
.header__ul{
    /* display: none;  */
    
} 
.header__li{
    list-style: none;
}
.header__img{
} 
.header__nav{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2% 4.5vw;
    box-sizing: border-box;
    max-width: var(--width-max);
    width: 100%;
}
.nav__logo{
    height:4rem;
  
}



.nav__burguer{
    display: flex;
    flex-direction: column;
    width: 3rem;
    height: 3.2rem;
    justify-content: center;
    z-index: 5;
}
.nav__vector{
    height: .3rem;
    width: 2rem;
    background-color: var(--bg-dark);
}
.nav__vector--1{
    height: .3rem;
    width: 3rem;
    margin-bottom: .5rem;
}
.nav__vector--2{

}
.nav__vector--3{
    height: .3rem;
    width: 3rem;
    margin-top: .5rem;

}

.nav__ul{
    position: absolute;
    left: 110%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    /* margin: 1rem 0 -20px 0; */
    animation: show alternate .3s;
    transition: all .5s;
    padding: 6rem 0 0 0;
    margin: 0;
    background-color: var(--bg-light-gray);
    height: 100vh;
    width: 100%;
    box-shadow: var(--bg-dark);
}
.nav__li{
    list-style: none;
    /* .4rem clamp(.7rem, 3vw, 1.2rem) */
   
    /* max-width: 100px; */
}


/*hover esp*/
.nav__li--small{
    margin-bottom: 1rem;
}

.nav__a{
    padding: 0 1rem;
    color: var(--blue);
    text-decoration: none;
    transition:  color .3s;
    font-weight: 500;
}
.nav__a:hover{
    color: var(--blue-claro);
}
.nav__li--esp{
  
}
.nav__li--esp:hover::before{
    content: unset;

}

.nav__li--esp:hover{
    transform: scale(1.05);
}

.main{
    margin: 100px auto 0 auto;
    max-width: calc( 1.5 * var(--width-max));
    color: black;
}
.main__row{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    

}
.main__desc{
    grid-column: 1/3;
    padding: 0 10%;

}
.main__link{
    color: var(--blue-claro);
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.main__svg{
    height: 25px;
}
.main__h3{
    color: var(--blue);
}
.main__h2{
    
}
.main__ul{
}
.main__li{
    color: var(--blue);

}
.main__p{
    color: var(--blue-claro);

}
.main__li{
    text-align: justify;
}
.main__h4{
    color: var(--blue-claro);
}
.main__p{
    color: black;
}
.main__li:first-child{
    list-style: none;
}



/*SWIPER*/

.swiper {
    grid-column: 1/3;
    height: 100%;
    width: 100%;
    z-index: 0;
    max-width: 800px;
  }

  .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 500px;

  }
  
  .swiper__img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .swiper__message{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    padding: 0 14vw;
  }
  .slide__h2{

  }
.swiper-button-next{
    display: none;
    right: 10px;
    font-weight: 900;

}
.swiper-button-prev{
    display: none;
    left: calc(50% + 10px);
    font-weight: 900;
}
  .mover{
    left: 50%;
  }
/* 
--------------------------------------------------------------------------------------- 
--------------------proyectos----------------------------------------------------------
--------------------------------------------------------------------------------------- 

*/



/* 
--------------------------------------------------------------------------------------- 
------------------nosotros-------------------------------------------------------------
--------------------------------------------------------------------------------------- 
*/


/* 
--------------------------------------------------------------------------------------- 
------------------certificaciones----------------------------------------------------------
--------------------------------------------------------------------------------------- 

*/


.main__row--certificaciones{
    max-width: 1024px;
    margin: 0 auto;
    padding: 90px 0;
    grid-template-columns: 1fr 1fr; 
    justify-items: center;
    gap: 2rem;
}
.certificado__div{
    max-width: 450px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    justify-items: center;
    box-shadow: var(--shadow-1);
    align-items: center;
    padding: 1rem .5rem;
    border-radius: 1rem;
}
.certificado__img{
    grid-column: 1/2;
    transform: scale(1.15);
    width: 120px;
}
.certificado__desc{
    grid-column: 2/3;
}
.certificado__h2{
    font-size: var(--font-titles-small);
}


/*
--------------------------------------------------------------------------------------- 
------------------contacto-------------------------------------------------------------
--------------------------------------------------------------------------------------- 
*/
#CONTACTO{

    background-color: var(--bg-light-gray);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacto__img{
    
}
.contacto__row{
    display: flex;
    width: 100%;
    max-width: calc(var(--width-max) * 1.5 );

    flex-direction: column;
    align-items: center;
    background-color: var(--bg-light-gray);
    color: black;
}
.contacto__h2{
    font-size: var(--font-titles-medium);
    text-align: center;
    margin: 0 0 1.5rem 0;
    grid-column: 1/3;

}
.contacto__span{
    color: var(--color-sp);
}
.contacto__form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    gap: .8rem;
    padding: var(--section-padding-y) 0;
}
.form__div{ 
    display: flex;
    flex-direction: column;
    grid-column: 1/3;
    justify-content: flex-end;
}
.form__div--first{
    grid-column: 1/3;

}
.form__div--second{
    grid-column: 1/3;
}
.form__label{
    margin-bottom: .5rem;
}
.form__input{   
    box-sizing: border-box;

    background-color: var(--bg-str-gray);
    padding: 1.2rem 1rem ;
    border: none;
    border-radius: 1rem;
    height: 3rem;
}
.form__input:focus{
    outline: none;
}
.form__textarea{
    height: 70px;
    /* box-sizing: border-box; */
    background-color: var(--bg-str-gray);
    padding: 1.2rem 1rem ;
    border: none;
    border-radius: 1rem;

}
.form__textarea:focus{
    outline: none;
}
.form__submit{
    justify-self: center;
    border: none;
    background-color: var(--blue);
    color: white;
    font-weight: bold;
    grid-column: 1/3;
    width: 50%;
    height: 2rem;
    border-radius: 1rem;
    transition: all .3s;
    height: 2.5rem;
    cursor: pointer;
}
.form__submit:hover{
    transform: scale(1.04, 1.1);
    background-color: var(--bg-dark);
}
.contacto__footer{
    padding-top: var(--section-padding-y);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--blue);
}
.contacto__ul--logos{
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
}
.contacto__li--logos{
    list-style: none;
    margin: 0;
    padding-bottom: 1rem;
}
.contacto__img--logos{
    height: 3rem;

}

.contacto__ul--links{
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
}
.contacto__li{
    margin-top: -1rem;
    padding-bottom: 2rem;
    list-style: none;
}
.contacto__a{
    color: white;
    text-decoration: none;
}
.contacto__h4{
    padding-bottom: var(--section-padding-y);
    font-weight: normal;
    text-align: center;
    margin:0;
    width: 100%;
    background-color: var(--blue);
}


/* 
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
------------------CLASES ESP---------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
*/
.servan{
    height: 2.5rem;
}

.servan1{
    height: 2.2rem;
}
.espDisplay{
    display: flex;
}
.noDisplay{
    display: none;
}
.preventDisplay{
    display: none;
}
.nosotros__li--active{
    background-color: var(--color-sp);
}
.proyectos__li--active{
    background-color: var(--color-sp);
    color: white;
}
.header__nav--scroll{
    background-color: white;
    box-shadow: var(--shadow-1);
}
.nav__vector--scroll{
    background-color: var(--bg-dark);
}

/* 
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
------------------BREAKPOINTS---------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
*/


/*Guerra*/
@media (min-width: 768px) {
    :root{
        --font-size-small: 16.5px;
        --font-size-medium: 18px;
        --font-titles-small: 22px;
        --font-titles-medium: 26px;
    }
    .slide__h2{
        font-size: calc( 1.3 * var(--font-titles-medium));
        max-width: 400px;
    }
    .form__div{ 
        display: flex;
        flex-direction: column;
        grid-column: 1/3;
        justify-content: flex-end;
    }
    .form__div--first{
        grid-column: 1/2;
    
    }
    .form__div--second{
        grid-column: 2/3;
    }
    .contacto__form{
        padding: 2rem 2%;
    }

    
}

@media (min-width: 1024px) {

/*
--------------------------------------------------------------------------------------- 
------------------INICIO---------------------------------------------------------------
--------------------------------------------------------------------------------------- 
*/
html{
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding, 90px);  
}


.header{
    position: fixed;
    top: 0;
    left: 0;
     z-index: 11;
}

.header__nav{
    padding: clamp(.5rem,1.5vw ,1rem) 4.5vw;

}
.header__ul{
 
}
.header__li{
}
.header__img{
}
.servan{
}

.header__nav{
}
.nav__ul{
  
}
.nav__ul--1024{

}
.nav__li{
    display: flex;
    align-items: center;
}



.main__desc{
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 0 10%;
}
.main__link{
    margin-top: 50px;

}
.main__svg{
    height: 25px;
}
.main__h3{
}
.main__h2{
}
.main__ul{
}
.main__li{
}
.main__p{
}
.main__li{
}
.main__h4{
}
.main__p{
}
.main__li{
}
.main__img{
    width: 100%;
    height: 80vh;
    background-image: url("/images/Proyectos/2\ Principal\ Museo.jpg");
    background-size: cover;
}

/*SWIPER*/

.swiper {
    grid-column: 2/3;
    height: 100%;
    width: 100%;
    z-index: 0;
  }

  .swiper-slide {
    max-height: unset;
    height: 100vh;
  }
  
  .swiper__img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .swiper__message{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    padding: 0 14vw;
  }
  .slide__h2{

  }
.swiper-button-next{
    display: block;
    right: 10px;
    font-weight: 900;

}
.swiper-button-prev{
    display: block;
    left: calc(50% + 10px);
    font-weight: 900;
}
  .mover{
    left: 50%;
  }
/*
--------------------------------------------------------------------------------------- 
------------------Nosotros-------------------------------------------------------------
--------------------------------------------------------------------------------------- 
*/


/*
--------------------------------------------------------------------------------------- 
------------------Servicios------------------------------------------------------------
--------------------------------------------------------------------------------------- 
*/
.servicios__figure{
   
}
.servicios__description{
  
}

/*
--------------------------------------------------------------------------------------- 
------------------contacto-------------------------------------------------------------
--------------------------------------------------------------------------------------- 
*/
.contacto__row{
    flex-direction: row;
    height: 100%;
    width: 100%;
}
.contacto__form{
    box-sizing: border-box;
    width: 50%;

}
.contacto__h2{
    text-align: left;

}
.contacto__img{
    position: relative;
    height: 100%;
    width: 50%;
    box-shadow: var(--shadow-1);
    
}
.contacto__ul--links{
    flex-direction: row;
}
.contacto__li{
    padding: 2rem 2rem;
}
.contacto__ul--logos{
    flex-direction: row;
    align-items: center;
}
.contacto__li--logos{
    padding: 0 2vw;
}

/*
--------------------------------------------------------------------------------------- 
------------------CAMBIO CLASES ESP----------------------------------------------------
--------------------------------------------------------------------------------------- 
*/

/* .header__nav--scroll{
    box-shadow: unset;
    background-color: unset;
    border-radius: 0;
} */
.nav__ul--scroll{
    width: 100%;
    /* background-color: red; */
}
.espDisplay{
    display: none;
}
.noDisplay{   
    display: flex;
}

.fixed{
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    justify-content: center;
}
}   


@media (max-width: 576px){
    .main__row--certificaciones{
        grid-template-columns: 1fr;
    }

    .certificado__img{
        transform: scale(1);
    }
}
