.contact{
    border-top: 3px #e8dcca solid;
    background-image: linear-gradient(rgba(04, 34, 34, 0.9), rgba(04, 34, 34, 0.9)), url("../imgs/fondo.webp");
    height:fit-content;
    color: #fff;
    padding: 5% 0 10% 0;
}
.contact-flex{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    color: #fff;
    height: 100%;
    padding: 3%;
    flex-wrap: wrap;
}
.cont-div{
    width: 450px;
    margin-bottom: 5%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.cont-h4{
    font-size: 40px;
    font-family: charm,sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2%;
    align-self: flex-start;
}

.schedules-p{
    font-size: 30px;
    line-height: 150%;
    font-family: charm;
    font-weight: 200;
}
.ubication-div{
    width: 100%;
    height: 500px;
}
.ubication-div iframe{
   width: 100%;
   height: 100%;
   border: solid 7px #b8ac9a;
}

.copy{
    border-top: 2px #dbe4e3 solid;
    background-color: #033;
    height: 10vh;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
}
.copy-p{
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-family: charm;
}
.copy-p a{
    color: #fff;
}
.whatsapp-div p{
    font-size: 25px;
    font-family: charm;
    font-weight: 200;
}
.whatsapp-div p a{
    color: #fff;
}
.whatsapp{
    font-size: 80px;
    cursor: pointer;
    margin: 5%;
}

    
@media only screen and (max-width:700px){
    .contact{
        background-image: linear-gradient(rgba(24,28,28, 0.75), rgba(24, 28, 28, 0.75)), url("../imgs/back2.webp");
        background-position: center;
    }
}
@media only screen and (max-width:850px){
    .contact{
        padding: 15% 0 10% 0;
    }
    .cont-h4{
        font-size: 25px;
    }
    .whatsapp-div p{
        font-size: 15px;
    }
    .schedules-p{
        font-size: 20px;
    }
    .copy{
        padding: 5%;
    }
    .whatsapp{
        font-size: 55px;
    }
}

@media only screen and (max-width:600px){
    .contact{
        padding: 20% 0 10% 0;
    }
}
@media only screen and (max-width:450px){
    .contact{
        padding: 25% 0 10% 0;
    }
}