:root {
    --claro: #FFFFE9;
    --verde: #114E38;
    --verdeClaro: #DADFB9;
    --amarilloVerde: #76A636;
    --blanco: white;
    --texto: 'Montserrat', sans-serif;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    font-size: 1.6 rem;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p {
    font-size: 1rem;
}

/*Estilos golbales*/

h1,
h2,
h3 {
    font-family: var(--texto);
}

p,
a {
    font-family: var(--texto);
}

.contenedor {
    margin: 0 auto;
    max-width: 120rem;
    width: 95%;
}

/*Encabezado*/

.encabezado {
    background-color: var(--claro);
    height: 100vh;
    min-height: 70rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.contenido-navegacion {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: var(--verde);
    box-shadow: 10px 10px 16px -6px var(--verdeClaro);
    margin-bottom: 38.6rem;
}


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

.logo img {
    height: 60px;
    margin-right: 12px;
    margin-right: 10px;
}

.logo h2 {
    font-size: 1.8rem;
    color: var(--verdeClaro);
    text-align: center;
    margin-right: 10px;
}

.logo h2 span {
    font-size: 1.3rem;
}

.logo input {
    color: var(--verdeClaro);
    font-size: 1.1rem;
    border-radius: 5px;
    color: var(--verde);
    padding: 6.5px 80px;
    margin-left: 5rem;
    outline: 2px solid var(--verde);
}

input[type="submit"] {
    background-color: var(--amarilloVerde);
    border: none;
    padding: 7px 20px;
    margin: 0.5rem;
    border-radius: 4px;
    cursor: pointer;

}

input[type="submit"]:hover {
    background-color: var(--verdeClaro);
}

.navegacion a {
    font-size: 1.3rem;
    padding: 0.5rem;
    color: var(--verdeClaro);
    text-decoration: none;
    transition: background-color all .3s ease-in-out;
}

.navegacion a:hover {
    background-color: var(--amarilloVerde);
    color: var(--verdeClaro);

}
.contenido-encabezado {
    background-size: cover;
    background-position: center;
    height: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-encabezado{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.texto-encabezado-izquierdo, .texto-encabezado-derecho{
    flex: 0 0 calc(30% - 1rem);
}
/*Contenido izquierdo*/

.color-30{
    width: 100%;
    height: 100vh; /* 100% de la altura del viewport */
    background-color:  var(--verdeClaro);
    float: left; /* Alinear a la izquierda */
}

.texto-encabezado-izquierdo h1{
    font-size: 3rem;
    text-align: left;
    color: var(--verde); 
    margin-top: 1REM;
    margin-bottom: 2rem;
    margin-left: 5rem;
}
.texto-encabezado-izquierdo a{
    color: black;
    text-decoration: none;
}
.culm p{
    font-size: 1.7rem;
    font-weight: 700;
    margin-left: 5rem;
    margin-bottom: 1rem;
}
.culm1 p{
    font-size: 1.5rem;
    text-align: left;
    color: black;
    margin-left: 5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.linea P{
    font-weight: 700;
    text-align: center;
    color: #BBBBBB;
}
/*Lado derecho*/

.imagenes{
margin-right: 10rem;
}
.imge{
    color: black;
    text-align: left;
}

.imge img{
    width: 25rem; 
    height: 22rem;
    
}

.imge p{
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 500;
    
}



.contenido-imagenes{
    display: grid;
    gap: 10rem;

}

.imagenes1{
margin-right: 10rem;
}

.imagenes, .imagenes1 {
    cursor: pointer;
}
