html {
    overflow-x: hidden;
}

.off-screen-menu {
    background-color: white;
    color: white;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    transition: .3s ease;
    z-index: 99;
}

.off-screen-menu ul li {
    list-style-type: none;
    margin: 10px 0px;
}

.off-screen-menu.active{
    right: 0;
}

nav {
    padding: 1rem;
    display: flex;
    align-items: center;
    background-color: white;
}

.ham-menu {
    height: 50px;
    width: 50px;
    margin-left: auto;
    position: relative;
    margin-right: 20px;
    z-index: 100;
}

.ham-menu span{
    height: 5px;
    width: 100%;
    background-color: #bf8034;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.ham-menu span:nth-child(1) {
    top: 25%;
}

.ham-menu span:nth-child(3) {
    top: 75%;
}

.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
    opacity: 0;
}

.ham-menu.active span:nth-child(3) {
    top: 43%;
    transform: translate(-50%, 50%) rotate(-45deg);
}
.ham-menu.active span {
    background-color: rgba(195,126,42,255);
}

nav img {
    height: 100px;
    margin-left: 15px;
}

.link {
    text-decoration: none;
    color:#bf8034;
}

.mural {
    display: grid;
    grid-template-columns: 305px 305px 305px 305px 305px;
    grid-template-rows: 200px 205px 200px ;
}

.dorado {
    background-color: rgba(195,126,42,255);
}

.azul {
    background-color: #1d2448;
}

.img {
    height: 200px;
    width: 305px;
}

.banner {
    grid-column: span 5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bf8034;
}

.banner h1 {
    font-family: "Birthstone";
    font-size: 75px;
}

.nosotros {
    margin-top: 500px;
    width: 100%;
    height: 40vh;
    background-color: rgb(248, 249, 250);
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.description {
    width: 50%;
}

.description h2{
    font-size: 3rem;
    font-family: "Playfair Display";
    color: #bf8034;
}

.description p{
    font-size: 25px;
}


.nosotros img {
    height: 90%;
    border-radius: 5px;
}

.reviews {
    display: flex;
    height: 80vh;
}

.pregunta {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("img/pregunta3.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 10% 30%
}

.pregunta h1{
    color: white;
    font-family: "Birthstone";
    font-size: 60px;
}

.review-col {
    width: 80%;
    background-color: #1d2448;
}

.user-review {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.user-review h6 {
    width: 80%;
    text-align: center;
    font-family: "Playfair Display";
}

.user-review p {
    color: #bf8034;
    font-size: 35px;
    font-family: "Birthstone";
}

.user-review span {
    font-style: italic;
}

.right {
    padding-bottom: 80px;
}

.left {
    padding-top: 80px;
}

.span {
    font-style: italic;
}




@media(max-width:1200px){

    nav img {
        height: 70px;
    }

    .ham-menu {
        width: 40px;
    }

    .mural{
    grid-template-columns: 230px 230px 230px 230px 231px;
    grid-template-rows: 150px 160px 150px;
    }

    .img {
        width: 230px;
        height: 150px;
    }

    .description h2 {
        font-size: 2rem;
    }

    .description p {
        font-size: 20px;
    }

    .reviews {
        height: 80vh;
    }

    .pregunta h1 {
        font-size: 45px;
    }
}

@media (max-width: 860px) {

    .mural {
        grid-template-columns: 160px 160px 160px 160px 160px;
        grid-template-rows: 100px 110px 100px;
    }

    .img {
        height: 100px;
        width: 160px;
    }

    .banner h1{
        font-size: 50px;
    }

    .nosotros {
        height: 50vh;
    }

    .description {
        width: 60%;
        padding-left: 15px;
    }

    .description h2 {
        font-size: 2rem;
    }

    .description p{
        font-size: 17px;
    }

    .reviews {
        height: 90vh;
    }

    .pregunta h1 {
        font-size: 32px;
    }

    .user-review h6 {
        font-size: 10px;
    }

    .user-review p {
        font-size: 20px;
    }

    .user-review svg {
        height: 30px;
        width: 30px;
    }

    .left {
        padding-top: 0px;
    }

    .right {
        padding-bottom: 0px;
    }

    .long {
        padding-top: 25px;
    }

}

@media (max-width: 730px) {

    .mural {
        grid-template-columns: 144px 144px 144px 144px 144px;
    }

    .img {
        width: 144px;
    }
    .nosotros {
        height: 35vh;
        display: block;
        text-align: center;
        padding-top: 20px;
        margin-top: 0px;
    }

    .nosotros img {
        height: 60%;
    }

    .description {
        text-align: center;
        width: 100%;
    }
    

    .reviews {
        height: 37vh;
    }

    .pregunta h1 {
        font-size: 27px;
    }

    .long {
        padding-top: 35px;
    }

}

@media (max-width: 450px) {

    .mural {
        grid-template-columns: 82px 82px 80px 82px 82px;
        grid-template-rows: 50px 60px 50px;
    }

    .img {
        width: 82px;
        height: 50px;
    }

    .banner h1 {
        font-size: 32px;
    }
    .nosotros {
        height: 28vh;
    }

    .nosotros img {
        height: 50%;
    }

    .description h2 {
        font-size: 1rem;
    }

    .description p{
        font-size: 12px;
    }

    .reviews {
        height: 45vh;
        display: block;
    }

    .pregunta {
        height: 30%;
    }

    .review-col {
        width: 100%;
    }

    .user-review h6 {
        font-size: 13px;
    }

    .user-review p {
        font-size: 28px;
    }

    .user-review svg {
        height: 40px;
        width: 40px;
    }

    .long {
        padding-top: 0px;
    }

}
