h4 {
    text-align: center;
    font-size: 5rem;
    margin: 3% 0;
    font-style: italic;
}
.boton {
    background-color: #afafaf; 
    color: white; 
    border: none; 
    border-radius: 20px; 
    text-align: center; 
    font-size: 1.2rem; 
    cursor: pointer; 
    display: inline-block; 
    font-weight: bold; 
    width: 40%;
    height: 10%;
    margin-left: 55%;
    margin-top: 5%;
}

.boton:hover {
    background-color: #555; 
}
.imagen1 {
    width: 60%;
    height: auto;
}
.texto1 {
    width: 60%;
    margin-right: 2%;
}

.imagen2 {
    width: 60%;
    height: auto;
    margin-left: 39%;
}
.texto2 {
    width: 60%;
}

.caja2 {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
    margin-left: 2%;
}

.caja1 {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
    margin-left: 2%;
    margin-bottom: 3%;
}
h5 {
    font-size: 4rem;
    margin-bottom: 10px;
}
h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}
h6 {
    font-size: 1.50rem;
    margin-bottom: 10px;
}
.contenedor {
    margin-top: 2%;
}