@import "cookie_style.css";
@import "search_country_landing.css";
@import "search_mounth_landing.css";
@import "why_choose_us_icons.css";
@import "slider.css";
@import "footer-logos.css";
@import "modal-style.css";

.text-muted {
    color: #808080;
}

.justified {
    text-align: justify;
}

.mt-2 {
    margin-top: 20px;
}
.mt-3 {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 40px;
}
.mt-5 {
    margin-top: 50px;
}

.mb-2 {
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}
.mb-5 {
    margin-bottom: 50px;
}

.text-center {
    text-align: center;
}

h1 {
    font-size:30px !important;
}
h2 {
    font-size:26px !important;
}
h3 {
    font-size:24px !important;
}
h2.ppb_title {
    font-size: 30px !important;
    text-transform: none;
    letter-spacing: 0;
}
#page_caption.hasbg {
    height: 495px;
    margin-bottom: 40px;
}

.text-white {
    color: #fff !important;
}

.text-shadow {
    text-shadow: 2px 2px #000;
}
.h1-mobile-home {
    font-size: 17px !important;
}

@media only screen and (max-width: 767px) {
    .slogan {
        display: none;
    }
    h1 {
        font-size:20px !important;
    }
    h2 {
        font-size:18px !important;
    }
    h3 {
        font-size:16px !important;
    }
    h2.ppb_title {
        font-size: 20px !important;
    }
    #page_caption.hasbg {
        height: 495px;
    }
}
.slogan {
    font-family: 'vag', Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-shadow: none;
    margin-left: 12px;
}
.slogan-scroll {
    color: #00549e;
}
.slogan-navbar {
    position: relative;
    top: -9px;
}
.input-newsletter, .btn-newsletter {
    width: 100%;
}

.tour_search_form {
    border-radius: 0 !important;
}

.slick-slide {
    margin: 0 5px;
}
h2.ppb_title {
    font-size: 30px;
    text-transform: none;
    letter-spacing: 0;
}
.styleLinkTypeOfTraveller {
    color: black;
}
.styleLinkTypeOfTraveller:hover {
    text-decoration: none;
    transition: ease-in-out 0.1s;
}

.subtitle_custom {
    font-size: 17px;
}

.modal-content-form {
    display: none;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 170px;
    text-align: center;
    width: 300px;
    height: 300px;
    border: 2px solid #226294;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 990;
}

.buttons-plaine {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 95px;
    font-size: 3em;
    color: #226294;
    z-index: 991;
    background: rgba(255,255,255,0);
}
.buttons-plaine span {
    display: none;
    margin: 0 7px;
}

.faplane {
    position: relative;
    margin-left: -14px;
    margin-right: auto;
    top: 40px;
    font-size: 3em;
    color: #226294;
    z-index: 999;
}

.bottomposition {
    position: absolute;
    bottom: 10px;
    padding: 10px 20px;
}
.contain-covid {
    display:block;
}
.contain-covid-mobile {
    display: none;
}

#tour_search_form .one_fourth > span, .tour_search_form .one_fourth > span {
    right: 11px;
}

/*
Tabs Home vacaciones
*/

@media screen and (max-width: 767px) {
    .ul-tabs-guide {
        overflow: auto;
        display: -webkit-inline-box;
        height: 45px;
    }
    .ui-tab_homepage li {
        width: 30%;
    }
    .ui-tabs .ui-tabs-nav li a {
        font-size: 15px;
        padding: 10px 16px 7px 12px;
    }
    .subtitle_custom {
        font-size: 15px;
    }
   .ui-tabs-nav .tabsOfLandingContent_ex {
        width: 100px;

    }
    .ui-tabs-nav .tabsOfLandingContent {
        width: 100px;
    }
    .contain-covid {
        display:none;
    }
    .contain-covid-mobile {
        display: block;
    }
    .contain-covid-mobile p {
        text-align: justify;
    }
}
@media screen and (max-width: 400px) {
    .ui-tabs .ui-tabs-nav li a {
        padding: 10px 16px 7px 0px;
    }
}

.page_tagline.commentsOfUsers{
    color: #222222;
}

#homevideobg {
    background: center no-repeat url('/images/home/home3.jpg');
}

@media screen and (max-width: 767px) {
    .searcherFormWithValidation{
        min-height: 350px;
    }    
    .one.withsmallpadding.ppb_tour_search_youtube.parallax.withbg {
        min-height: 530px !important; 
    }

    #homevideobg {
        background: center no-repeat url('/images/home/home3c.webp');
    }
}

.searcherFormWithValidation{
    min-height: 20px;
}    

.alert-success {
    text-align: center;
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    width: 70%;
    border-radius: 5px;
    margin: auto; 
}

.header_style_wrapper {
    z-index: 12;
}

div.whatsapp_button {
    position: absolute;
    right: 20px;
    top: 430px;
}
.social_wrapper.shortcode ul li.whatsapp a {
    background: green;
}