.footer-home {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer-home #menu-menu-soporte {
    display: flex;
    justify-content: space-evenly;
    font-size: 0.8em;
}
.footer-home .fa {
    font-size: 1.3em;
}
.footer-home h3 {
    display: none;
}
.footer-home .textwidget {
    text-align: right;
    font-size: 0.8em;
}
body {
    overflow: hidden;
}
.carousel img {
    height: 1080px;
    object-fit: cover;
}
.booking-home-container {
    position: absolute;
    top: 24vh;
    left: 23vh;
    background: rgba(251, 251, 251, 0.9);
    width: 26em;
    padding: 0.7em;
    border-radius: 3px;
    font-family: "Arial", Helvetica, sans-serif;
}   
.booking-box label {
    color: #8a8a8a;

}
.booking-home-container h3 {
    font-family: "Arial", Helvetica, sans-serif;
    padding-left: 1em;
    color: #ff8800;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.block-llegada, .block-salida {
    margin-bottom: 1em !important;
}
.form-control {
    font-size: 1.2em !important;
}

.booking-box label {
    margin-top: 0.5em;
    font-size: 1em !important;
}
.carousel-fade .carousel-control {
    z-index: 0;
    height: 100vh;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .carousel img {
        height: 1250px;
        object-fit: cover;
    }
}
@media only screen and (min-width: 921px) {
    .booking-home-container {
        padding: 0.7em;
        border-radius: 3px;
        font-family: "Arial", Helvetica, sans-serif;
    }
    .block-llegada, .block-salida {
        margin-bottom: 1em !important;
    }
}
@media only screen and (max-width: 891px) {
    .footer-home .footer-widget, .footer-home .textwidget {
        text-align: center;
    }

}
@media only screen and (max-width: 800px) and (orientation: portrait) {
    .booking-home-container {
        left: 16vh;
    }
}
@media only screen and (max-width: 790px) {
    .booking-home-container {
        left: 50vw;
        margin-left: -14em;
    }
}
@media only screen and (min-width: 768px) {
    #carouselHome img {
        margin-top: 0;
    }
}
@media only screen and (max-width: 736px) {
    .booking-hide {
        height: auto !important;
    }
    .booking-close {
        display: none;
    }
     body {
        overflow: auto;
    }
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
    .footer-home {
        position: relative;
    }
    .booking-home-container {
        top: 61vh;
    }
    .carousel img {
        height: 174vh;
    }
    .footer-home #menu-menu-soporte {
        flex-direction: column;
    }
    .footer #menu-menu-soporte  a {
        padding: 1.1em 0;
        border-bottom: 1px solid #565656;
    }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
    .footer-home {
        position: relative;
    }
    .booking-home-container {
        top: 61vh;
    }
    .carousel img {
        height: 174vh;
    }
    .footer-home #menu-menu-soporte {
        flex-direction: column;
    }
    .footer #menu-menu-soporte  a {
        padding: 1.1em 0;
        border-bottom: 1px solid #565656;
    }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
    .footer-home {
        position: relative;
    }
    .booking-home-container {
        top: 61vh;
    }
    .carousel img {
        height: 174vh;
    }
    .footer-home #menu-menu-soporte {
        flex-direction: column;
    }
    .footer #menu-menu-soporte  a {
        padding: 1.1em 0;
        border-bottom: 1px solid #565656;
    }
}
@media only screen and (max-width: 414px) and (orientation: portrait) {
    .footer-home {
        position: relative;
    }
    .booking-home-container {
        margin-left: -13em;
        top: 29vh;
    }
    .booking-home-container {
        width: 26em;
    }
    .carousel img {
        height: 73vh;
    }
    .footer-home #menu-menu-soporte {
        flex-direction: column;
    }
    .footer #menu-menu-soporte  a {
        padding: 1.1em 0;
        border-bottom: 1px solid #565656;
    }
}

@media only screen and (max-width: 375px) and (orientation: portrait) {
    .booking-home-container {
        margin-left: -11em;
        width: 22em;
        top: 24vh;
    }
    .footer-home {
        position: relative;
    }
    .carousel img {
        height: 510px;
    }
   
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
    .booking-home-container {
        margin-left: -10em;
    }
    .booking-home-container {
        width: 20em;
        top: 32vh;
    }
    .footer-home {
        position: relative;
    }
    .second-contact-phone-style .phone, .second-contact-phone-style .separador {
        display: none;
    }
    .logo {
        text-align: center;
    }

}