h4 {
    text-align: center;
    font-size: 5rem;
    margin: 3% 0;
    font-style: italic;
}
h2 {
    color: white;
    width: 3%;
    font-size: 3rem;
}
.LoremGrande {
    position: absolute;
    top: 50%;
    left: 10%;
}
.Carroussel {
    width: 100%;
    height: 70%;
}

.CajaCarroussel {
    width: 60px;
    background-position:bottom; 
    background-size: 100%;
    background-repeat: no-repeat;   
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.carrousel-foto {
    width: 95%;
    height: 140%;
}
.LoremPequeno {
    color: black;
    width: 40%;
}
.cajaDos {
    display: flex;
    margin-top: 100px;
}

.cajaImagenes {
    width: 60%;
    display: flex;
    justify-content: row;
}
.contenedor {
    margin-top: 5%;
}
.boton {
    background-color: #333; 
    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: 20%;
    padding: 2% 0;
    margin-top: 2%;
    margin-left: 55%;
    font-size: 1.5rem;
}

.boton:hover {
    background-color: #555; 
}

.cajaImagenes > div {
    width: 25%;
    height: auto;
    margin-left: 2%;
}
.cajaImagenes img {
    width: 100%;
    height: auto;
    margin-left: 10%;
}
h1 {
    font-size: 1.5rem;
    margin-left: 6%;
}