body {
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
}

header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.logo {
    width: 200px;
}

section {
    padding: 70px 0;
}

.ppal {
    background: linear-gradient(45deg, #000000a3 10%, transparent 100%), url(../img/slider1.jpg) no-repeat center;
    background-size: cover;
    height: 90vh;
}

.ppal .container,
.ppal .container .row {
    height: 100%;
}

.tit_ppal {
    color: #6600ae;
    font-weight: 800;
    line-height: 1;
}

.subt {
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
}

.tit_tours {
    background-color: #6600ae;
    padding: 35px 0;
}

.tit_tours h2 {
    font-weight: 800;
}

.btnes_ppal {
    gap: 20px;
}

.discover {
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 99px;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.discover.bg-naranjo {
    border: 1px solid #e16b18;
    background-color: #e16b18;
}

.btnFlotante {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}

.contacto>.container {
    max-width: 1140px;
}

.contacto__box {
    flex-direction: row-reverse;
    border-radius: 10px;
    overflow: hidden;
}

.contacto__info {
    background-color: #faf6fd;
    padding: 30px 50px;
}

.content__form {
    /* padding: 30px; */
}

.contacto__bg,
.contacto__info {
    width: 100%;
}

.contacto__bg {
    background: url(../img/galeria/gal4.jpeg) no-repeat center;
    background-size: cover;
}

footer {
    background-color: #500088;
    padding: 45px 0 30px;
}

footer img {
    max-width: 200px;
}

footer p {
    color: #fff;
    font-size: 14px;
}

footer a {
    color: #e16b18;
    font-weight: 700;
    text-decoration: none;
}

iframe {
    border-radius: 10px;
}

@media (max-width:767px) {
    .ppal {
        height: auto;
        padding-top: 200px;
    }

    .btnes_ppal {
        flex-direction: column;
        align-items: flex-start;
    }

    .tit_ppal {
        font-size: 35px;
    }

    .subt {
        font-size: 25px;
    }

    .contacto__bg {
        display: none;
    }


}