@import url('https://fonts.googleapis.com/css2? family= Abril+Fatface & family= Montserrat:wght@500 & display=swap');

@import url('https://fonts.googleapis.com/css2? family= Abril+Fatface & family= Montserrat:wght@500;700 & display=swap');

@import url('https://fonts.googleapis.com/css2? family= Montserrat:wght@200 & display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#contenedor-menu{
    display: flex;
    width: 100%;
    background-color: #4D3C8A;
    justify-content: space-evenly;
}

 header #contenedor-menu{ 
    height: 10vh;
    align-items: center;  
} 

.logo img{
    width: 190px;
}

/* .logo{
    background-color: brown;
}
 */

nav a{
    text-decoration: none;
    font-size: 18px;
    margin: 0px 15px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    /* background-color: aqua; */
    padding: 0px 15px; 
}

nav a:hover{
    background-color: white;
    color: #4D3C8A;
    border-radius: 10px;
}

#caja1{
    background-color: blueviolet;
    height: 60vh;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(Fondo\ Caja1Recurso\ 3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cont1{
    text-align: center;
    padding-top: 150px;
}

.cont1 h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2em;
    color: white;
}

#caja1 p{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    padding-top: 25px;
}

.caja1-btn{
    width: 20vh;
    height: 5vh;
    margin-top: 60px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid;
    border: none;
}

.caja1-btn a{
    font-family: 'Montserrat', sans-serif ;
    text-decoration: none;
    font-size: 1.4em;
}

.caja1-btn:hover{
    background-color: #4D3C8A;
}
.caja1-btn a:hover{
    color: #ffffff;
}

#caja2{
    background-color:#4D3C8A;
    height: 50vh;
    text-align: center;
    padding-top: 5vh;
}

#caja2 h3{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
}
#caja2 h2{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
}
.cont-img{
    margin: auto;
    padding-top: 5vh;
    width: 60%;
    display: flex;
    justify-content: space-evenly;
    text-align: center;

}

.uno p{
    font-family:'Montserrat', sans-serif;
    font-size: 0.9em;
    color: white;
}

.btn2{
    margin-top: 2vh;
    width: 10vh;
    height: 3vh;
    border-radius: 15px;
    background-color:#ffffff;
}

.btn2 a{
    text-decoration: none;
    font-size: 1.3em;
    font-family:'Montserrat', sans-serif ;
    color:#4D3C8A;
    border: 1px solid;
    border: none;
}

.btn2:hover:hover{
    background-color:#1D1D1B;
}

.btn2 a:hover{
    color:#ffffff;
}

#caja3{
    height: 70vh;
}
#caja3 h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    text-align: center;
    padding-top: 50px;
}

.cont-caja2{
    margin-top: 40px;
    justify-content: space-evenly;
    height: vh;
}
.cont-caja2 img{
    width: 450px;
}

.Información{
    width: 30%;
}

.Información p{
    margin-top: 15px;
}

.btn-empresa{
    text-align: center;
    background-color: #4D3C8A;
    border-radius: 15px;
    padding-top: 5px;
    margin: auto;
    height: 40px;
    width: 25vh;
}

.btn-empresa:hover{
    background-color: #1D1D1B;
}
.btn-empresa a{
    text-decoration: none;
    padding: 15px 20px;
    font-family:'Montserrat', sans-serif ;
    font-size: 1.4em;
    color: white;
}



.cont-caja2{
    display: flex;
}

 #caja5{
    background-color: #1D1D1B;
    height: 50vh;
    text-align: center;
    padding-top: 5vh;
}

#caja5 h3{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
}
#caja5 h2{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
}
.cont-img5{
    margin: auto;
    padding-top: 5vh;
    width: 60%;
    display: flex;
    justify-content: space-evenly;
    text-align: center;

}

.cuatro p{
    font-family:'Montserrat', sans-serif;
    font-size: 0.9em;
    color: white;
}

.btn5{
    margin-top: 2vh;
    width: 10vh;
    height: 3vh;
    border-radius: 15px;
    background-color: #4D3C8A;
    
}

.btn5 a{
    text-decoration: none;
    font-size: 1.3em;
    font-family:'Montserrat', sans-serif ;
    color: white;
   
    
}

.btn5:hover:hover{
    background-color: #ffffff;
}

.btn5 a:hover{
    color: #4D3C8A;
}  

#datos{
    display: flex;
    height: 80vh;
    justify-content: space-evenly;
}
.formulario{
    height:40vh;
    padding-top: 30px;
    background-color: white;
}

.formulario_contenedor h2{
    font-family:'Montserrat', sans-serif;
    color: #ffffff;
}
.formulario_contenedor{
    background:#4D3C8A;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    margin: auto;
    padding: 3.5em 2.5em;
    display: grid;
    gap: 1em;
    grid-column: .4em;
}

.formulario_titulo{
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: .4em;
}

.formulario_input{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    padding: .4em 1em;
    outline: none;
    border: none;
    border: 1px solid rgb(92,92,92);
    border-radius: .6em;
    margin-bottom: .5em;
}

.formulario_input--mensaje{
    resize: none;
    padding: 1.8em 1em;
    margin-bottom: .5em;
}

.formulario_cta{
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    background:#ffffff;
    color:#4D3C8A;
    border-radius: 1em;
    width: 200px;
    margin: auto;
}

.img-form img{
    width: 600px;
    margin-top: 10vh;
}

footer{
    background-color:#1D1D1B;
    bottom: 0%;
    height: 41vh;
}

#cabeza-footer img{
    width: 150px;
    margin-left: 45%;
    padding-top: 25px;
}

#pie-pagina{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.caja_izq{
    width: 20%;
    font-family:'Montserrat', sans-serif;
}

.caja_izq p{
    margin-top: 15px;
}

.rsociales{
    margin-top: 25px;
}
.rsociales a{
    text-decoration: none;
    margin: 15px 10px;
}
.rsociales a img{
    width: 80px;
}

.direc1 img{
    width: 70px;
}

.list-footer{
    margin-top: 20px;
}

#pie-pagina{
    margin-top: 5px;
}
#pie-pagina h3{
    color: #ffffff;
    font-family:'Montserrat', sans-serif ;
}

#pie-pagina p{
    color: white;
}

.caja_der{
    width: 20%;
}
.formulario_contenedor2 input{
    width: 25vh;
    padding: 10px 15px;
    border-radius: 10px;
    font-family:'Montserrat', sans-serif;
    border: none;
}

.formulario_contenedor2 p{
    margin-top: 15px;
}

#caja_der p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px ;
}

.btn_cta:hover{
    background-color: #4D3C8A;
}
