/*

TemplateMo 580 Woox Travel

https://templatemo.com/tm-580-woox-travel

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #22b3c1;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2a2a2a;
    font-weight: 700;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    color: #afafaf;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #22b3c1;
    color: #fff;
}

::-moz-selection {
    background: #22b3c1;
    color: #fff;
}

.text-button a {
    font-size: 14px;
    color: #22b3c1;
    font-weight: 500;
    transition: all .3s;
}

.text-button a i {
    margin-left: 5px;
    transition: all .3s;
}

.text-button a:hover i {
    margin-left: 10px;
}

.border-button a {
    font-size: 14px;
    color: #22b3c1;
    background-color: transparent;
    border: 1px solid #22b3c1;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.border-button a:hover {
    background-color: #22b3c1;
    color: #fff;
}

.main-button a {
    font-size: 14px;
    color: #fff;
    background-color: #22b3c1;
    border: 1px solid #22b3c1;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.main-button a:hover {
    background-color: #fff;
    color: #22b3c1;
    border: 1px solid #fff;
}

section {
    margin-top: 120px;
}

.section-heading {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 80px;
    text-align: left;
}

.section-heading h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2a2a2a;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
    background-color: #22b3c1 !important;
    height: 70px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area {
    background-color: #22b3c1;
    position: absolute;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    min-height: 70px;
}

.background-header .main-nav {
    padding: 0px 20px;
    background-color: transparent;
}

.header-area .main-nav .logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    background: transparent;
    margin-right: 20px;
}

.header-area .main-nav .logo img {
    width: 96px;
    margin: 3px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    display: block;
}

.background-header .main-nav .logo img {
    width: 102px;
}

.header-area .main-nav .nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    list-style: none;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    padding: 8px 14px;
    position: relative;
    border-radius: 18px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.header-area .main-nav .nav li:hover > a {
    opacity: 0.8;
}

.header-area .main-nav .nav li a.active::after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 15px;
    top: 2px;
}

.background-header .main-nav .nav li:hover > a,
.background-header .main-nav .nav li a.active {
    color: #fff;
    opacity: 1;
}

/* MENU MAIS */
.header-area .main-nav .nav li.menu-mais {
    position: relative;
}

.header-area .main-nav .nav li.menu-mais > a::after {
    content: '▼';
    font-size: 10px;
    margin-left: 6px;
    vertical-align: middle;
}

.header-area .main-nav .nav li.menu-mais .sub-menu-mais {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 190px;
    background: #fff;
    border-radius: 10px;
    padding: 8px 0;
    margin: 10px 0 0 0;
    list-style: none;
    box-shadow: 0 8px 22px rgba(0,0,0,0.15);
    z-index: 9999;
}

.header-area .main-nav .nav li.menu-mais:hover .sub-menu-mais {
    display: block;
    margin: 0;
    top: 100%;
}

.header-area .main-nav .nav li.menu-mais .sub-menu-mais li {
    padding: 0;
}

.header-area .main-nav .nav li.menu-mais .sub-menu-mais li a {
    color: #2a2a2a;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.4;
}

.header-area .main-nav .nav li.menu-mais .sub-menu-mais li a:hover {
    background: rgba(34,179,193,0.08);
    color: #22b3c1;
    opacity: 1;
}

/* BOTÃO MOBILE */
.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 20px;
    display: none;
}





.background-header .main-nav .menu-trigger {
    top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #fff;
}

.header-area.header-sticky {
    min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
    color: #fff;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {

    .header-area.header-sticky {
        height: 70px;
    }

    .header-area {
        top: 0;
        background-color: #22b3c1;
        padding: 0px 0px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .main-nav {
        background-color: transparent;
        border-radius: 0px;
        overflow: hidden;
        padding: 0px;
    }
    .header-area .main-nav .nav {
        height: auto;
        flex-basis: 100%;
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .header-area .main-nav .logo {
        position: absolute;
        left: 30px;
        top: 0px;

    }



    .background-header .main-nav .logo {
        top: 0px;
    }
    .background-header .main-nav .border-button {
        top: 0px !important;
    }
    .header-area .main-nav .border-button {
        position: absolute;
        top: 15px;
        right: 70px;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #22b3c1!important;
        opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 0px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }


    .header-area.header-sticky .nav {
        margin-top: 85px !important;
    }
    .background-header.header-sticky .nav {
        margin-top: 70px !important;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #f7f7f7;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #1e1e1e !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #f7f7f7 !important;
        color: #22b3c1!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }

    .header-area .main-nav .nav.active {
        display: block !important;
    }

    .header-area .main-nav .nav li.menu-mais .sub-menu-mais {
        position: static;
        display: none;
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: #ececec;
    }

    .header-area .main-nav .nav li.menu-mais.open .sub-menu-mais {
        display: block;
    }

    .header-area .main-nav .nav li.menu-mais > a::after {
        float: right;
        margin-right: 20px;
    }

    .header-area .main-nav .nav li.menu-mais .sub-menu-mais li a {
        display: block;
        width: 100%;
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: #FFFFE0 !important;
        color: #1e1e1e !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .header-area .main-nav .nav li.menu-mais .sub-menu-mais li a:hover {
        background: #f7f7f7 !important;
        color: #22b3c1 !important;
    }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

#section-1 {
    margin-top: 0px;
    height: 100vh;
    min-height: 700px;
    color: #fff;
    background-color: #222;
    position: relative;
}
#section-1 .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
}
#section-1 .content-slider input {
    display: none;
}
#section-1 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
}
#section-1 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease;
}
#section-1 .more-info {
    margin-top: 60px;
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 61px;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 130px;
    display: inline-block;
}
#section-1 .more-info i {
    color: #22b3c1;
    font-size: 24px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border: 1px solid #22b3c1;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
#section-1 .more-info h4 {
    text-align: left;
    font-size: 20px;
    color: #22b3c1;
    font-weight: 700;
    line-height: 28px;
}
#section-1 .more-info h4 span {
    font-size: 15px;
    color: #afafaf;
    font-weight: 400;
}
#section-1 .main-button {
    margin-top: 8px;
    text-align: right;
}
#section-1 .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.8;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    box-sizing: border-box;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .main-caption {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
    color: #22b3c1;
    border-color: #22b3c1;
    transition: 0.3s;
}
#section-1 .content-slider .slider #top-banner-1 {
    background: url('../img/banner-01.jpg') no-repeat center center;
    background-size: cover;
}
#section-1 .content-slider .slider #top-banner-2 {
    background: url('../img/banner-02.jpg') no-repeat center center;
    background-size: cover;
}
#section-1 .content-slider .slider #top-banner-3 {
    background: url('../img/banner-03.jpg') no-repeat center center;
    background-size: cover;
}
#section-1 .content-slider .slider #top-banner-4 {
    background: url('../img/banner-04.jpg') no-repeat center center;
    background-size: cover;
}
#section-1 .content-slider nav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 10;
    text-align: center;
}
#section-1 .content-slider nav .controls {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
}
#section-1 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 19.5%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    color: #f6eac5;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
}
#section-1 .content-slider nav .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f6eac5;
    z-index: 100;
}
#section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #22b3c1;
}
#section-1 .content-slider nav .controls label span.text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#section-1 .content-slider nav .controls label:hover {
    color: #22b3c1;
}
#section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
    opacity: 1;
    z-index: 1;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
    cursor: default;
    color: #fff;
    transition: all 0.5s;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
    background: #fff;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
    animation: progressBarFill 5s linear;
}
/* Animations */
@keyframes progressBarFill {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0;
    }
}


/* 
---------------------------------------------
Visit Country Style
--------------------------------------------- 
*/

.visit-country {
    margin-top: 30px;
}

.visit-country .col-lg-6 {
    display: flex;
}

.visit-country .section-heading {
    margin-bottom: 10px;
}

.visit-country .side-bar-map {
    margin-left: 30px;
}

.visit-country .item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    border-bottom: 1px solid #eee;
    border:1px solid #D3D3D3;
    border-radius: 23px;
}

.visit-country .last-item {
    border-bottom: none;
}

.visit-country .item .image img {
    border-radius: 23px;
}

.visit-country .item .right-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.visit-country .item .right-content span {
    font-size: 15px;
    color: #afafaf;
    display: block;
}

.visit-country .item .right-content .main-button {

}

.visit-country .item .right-content .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.8;
}

.visit-country .item .right-content p {
    margin: 18px 0px;
}

.visit-country .item .right-content ul {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
}

.visit-country .item .right-content ul li {
    display: inline-block;
    width: 32%;
    color: #afafaf;
    font-size: 14px;
}

.visit-country .item .right-content ul li:nth-child(2) {
    text-align: center;
}

.visit-country .item .right-content ul li:last-child {
    text-align: right;
}

.visit-country .item .right-content ul li i {
    margin-right: 5px;
    font-size: 16px;
}

.visit-country .item .right-content .text-button {
    margin-top: 20px;
}

.visit-country ul.page-numbers {
    text-align: center;
}

.visit-country ul.page-numbers li {
    display: inline-block;
    margin: 0px 5px;
}

.visit-country ul.page-numbers li a {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 1px solid #22b3c1;
    line-height: 44px;
    color: #22b3c1;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
    transition: all .3s;
}

.visit-country ul.page-numbers li a:hover {
    background-color: #22b3c1;
    color: #fff;
}

.visit-country ul.page-numbers li.active a {
    background-color: #22b3c1;
    color: #fff;
}

.visit-country ul.page-numbers li:first-child a,
.visit-country ul.page-numbers li:last-child a {
    border: none;
}



/* 
---------------------------------------------
Call To Action Style
--------------------------------------------- 
*/

.call-to-action {
    margin-top: 120px;
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 75px 0px;
}

.call-to-action h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.call-to-action h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.call-to-action .border-button {
    text-align: right;
    margin-top: 20px;
}

.call-to-action .border-button a {
    color: #fff;
    border-color: #fff
}

.call-to-action .border-button a:hover {
    background-color: #fff;
    color: #22b3c1;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
    background-color: #22b3c1;
    text-align: center;
    padding: 25px 0px;
}

footer p {
    color: #fff;
}

footer p a {
    color: #fff;
    font-weight: 500;
    transition: all .3s;
}

footer p a:hover {
    color: #fff;
    opacity: 0.75;
}



/* 
---------------------------------------------
About Page Style
--------------------------------------------- 
*/

.about-main-content {
    margin-top: 70px;

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0px 200px 0px;
}

.blur-bg {
    width: 100%;
    height: 100%;

    background-size: cover;
    filter: blur(8px) brightness(80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.about-main-content .content {
    border-radius: 23px;
    text-align: center;
    padding: 120px 60px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.about-main-content .content h2 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 50px;
    margin-bottom: 25px;
}

.about-main-content .content .line-dec {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 2px;
    background-color: rgba(250,250,250,0.3);
    margin: 20px auto;
}

.about-main-content .content h4 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 400;
}

.about-main-content .content p {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0px 15%;
}

.about-main-content .content .main-button {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.about-main-content .content .main-button a {
    background-color: #fff;
    color: #22b3c1;
    border-color: #fff;
}

.about-main-content .content .main-button a:hover {
    opacity: 0.9;
}

.cities-town .slider-content {
    min-height: 100%;
    max-height: 100%;
    position: relative;
    margin-top: -70px;
    background-color: #fff;
    border-radius: 23px;
    padding: 0px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.cities-town .slider-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.cities-town .slider-content h2 em {
    font-style: normal;
    color: #22b3c1;
}

.cities-town .slider-content .item .thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.cities-town .slider-content .item .thumb h4 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.cities-town .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.cities-town .owl-nav .owl-next span {
    display: none;
}

.cities-town .owl-nav .owl-next::after {
    font-family: "FontAwesome";
    content: '\f061';
    color: #cdcdcd;
    font-size: 20px;
    transition: all .3s;
}

.cities-town .owl-nav .owl-prev span {
    display: none;
}

.cities-town .owl-nav .owl-prev::after {
    font-family: "FontAwesome";
    content: '\f060';
    color: #cdcdcd;
    margin-right: 15px;
    font-size: 20px;
    transition: all .3s;
}

.cities-town .owl-nav .owl-prev:hover::after,
.cities-town .owl-nav .owl-next:hover::after {
    color: #22b3c1;
}

.weekly-offers {
    padding-bottom: 120px;
    margin-top: 120px;
    border-bottom: 1px solid #eee;
}

.weekly-offers .container-fluid {
    padding: 0px 80px;
}

.weekly-offers .item {
    margin: 0px 15px;
    position: relative;
    min-height: 420px;
}

.weekly-offers .item .thumb img {
    padding-right: 160px;
    border-radius: 23px;
}

.weekly-offers .item .thumb .text {
    position: absolute;
    background-color: #fff;
    border-radius: 23px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    padding: 30px;
}

.weekly-offers .item .thumb .text h4 {
    font-size: 20px;
    display: inline-block;
}

.weekly-offers .item .thumb .text h6 {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 20px;
    color: #22b3c1;
}

.weekly-offers .item .thumb .text h4 span,
.weekly-offers .item .thumb .text h6 span {
    font-size: 15px;
    color: #afafaf;
    font-weight: 400;
}

.weekly-offers .item .thumb .text ul {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 25px;
}

.weekly-offers .item .thumb .text ul li {
    color: #afafaf;
    font-size: 14px;
    margin-bottom: 10px;
}

.weekly-offers .item .thumb .text ul li:first-child {
    color: #2a2a2a;
    font-weight: 600;
}

.weekly-offers .item .thumb .text .main-button {
    margin-top: 30px;
}

.weekly-offers .item .thumb .text .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.85;
}

.weekly-offers .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.weekly-offers .owl-nav .owl-next span {
    display: none;
}

.weekly-offers .owl-nav .owl-next::after {
    font-family: "FontAwesome";
    content: '\f061';
    color: #22b3c1;
    font-size: 20px;
    width: 46px;
    height: 46px;
    text-align: center;
    border: 1px solid #22b3c1;
    display: inline-block;
    line-height: 44px;
    border-radius: 50%;
    transition: all .3s;
    margin-left: 5px;
}

.weekly-offers .owl-nav .owl-prev span {
    display: none;
}

.weekly-offers .owl-nav .owl-prev::after {
    font-family: "FontAwesome";
    content: '\f060';
    color: #22b3c1;
    font-size: 20px;
    width: 46px;
    height: 46px;
    text-align: center;
    border: 1px solid #22b3c1;
    display: inline-block;
    line-height: 44px;
    border-radius: 50%;
    transition: all .3s;
    margin-right: 5px;
}

.weekly-offers .owl-nav .owl-prev:hover::after,
.weekly-offers .owl-nav .owl-next:hover::after {
    color: #fff;
    background-color: #22b3c1;
}

.more-about {
    margin-top: 30px;
    padding-bottom: 120px;
    border-bottom: 1px solid #eee;
}

.more-about .left-image {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* mesma proporção 16:9 */
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.more-about .left-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; /* preenche sem distorcer */
}


.more-about .left-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.more-about .left-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.more-about .section-heading {
    margin-bottom: 40px;
}

.more-about .info-item {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.more-about .info-item h4 {
    font-size: 20px;
}

.more-about .info-item span {
    color: #22b3c1;
    font-size: 15px;
}

.more-about .main-button {
    margin-top: 30px;
}

.more-about .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.85;
}

.best-locations {
    margin-top: 120px;
}

body #user-button {
    z-index: 1000;
    bottom: 1rem !important;
    right: 1rem !important;
    color: var(--user-button-text);
    transition: 1s 0s ease-out;
    -webkit-animation: slide 3s ease-out forwards;
    animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
    0%, 50% {
        opacity: 0;
        display: block !important;
    }
    100% {
        opacity: 1;
        display: block !important;
    }
}
@keyframes slide {
    0%, 50% {
        opacity: 0;
        display: block !important;
    }
    100% {
        opacity: 1;
        display: block !important;
    }
}
body #user-button .u-card {
    border-radius: 100%;
    box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
body #user-button .u-main {
    cursor: pointer;
    --user-button-background:var(--user-button-main, #EC87C0);
}
body #user-button .u-main img {
    height: 100%;
    width: 100%;
}
body #user-button .u-main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    transition: 0s 4s;
}
body #user-button .u-icons {
    position: relative;
    z-index: 950;
    transform: translate(-50%, -50%);
    background: var(--user-button-circle);
    box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
    border-radius: 100%;
    transition: 0.25s;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /*&:before {
       z-index:-1;
       position:absolute;
       top:0; right:0; bottom:0; left:0;
       content:'';
  
       backdrop-filter: blur(10px);
    }*/
}
body #user-button .u-icons a {
    color: inherit;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
}
body #user-button .u-icons a div {
    padding: 0.5rem;
    transition: 0s;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
    position: relative;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
    content: "Middle Click";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    white-space: pre;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease-in;
    background: #fffc;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
    opacity: 1;
    transition: 0.25s ease-out;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
    color: #1da1f2;
}
body #user-button .u-icons a[href="https://codepen.io/z-"] div {
    background: black;
    color: white;
}
body #user-button .u-icons a.u-random div {
    position: relative;
    top: -1px;
    -webkit-animation: diespin 2s linear infinite;
    animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes diespin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
body #user-button .u-icons a.u-random:not(:hover) div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
body #user-button .u-icons > * {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--singlecolour);
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: 0.25s -0.05s;
}
body #user-button .u-icons > *:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body #user-button .u-icons > *:hover, body #user-button .u-icons > *:focus-within {
    background: var(--hcolour);
}
body #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
    left: 25%;
    top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
    left: 37.5%;
    top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
    left: 18.75%;
    top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
    left: 50%;
    top: 15.625%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
    left: 25%;
    top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
    left: 15.625%;
    top: 50%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
    left: 62.5%;
    top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
    left: 37.5%;
    top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
    left: 18.75%;
    top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
    left: 18.75%;
    top: 62.5%;
}
body #user-button:hover .u-icons, body #user-button:focus-within .u-icons {
    width: 300% !important;
    height: 300% !important;
}

@media (prefers-color-scheme: dark) {
    body:not(.light) {
        background: #232223;
        color: white;
    }
}
body .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit;
}
body .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    width: calc(100% - 0px);
    height: 400px;
}
@media screen and (max-width: 718px) {
    body .options {
        min-width: 520px;
    }
    body .options .option:nth-child(5) {
        display: none;
    }
}
@media screen and (max-width: 638px) {
    body .options {
        min-width: 440px;
    }
    body .options .option:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 558px) {
    body .options {
        min-width: 360px;
    }
    body .options .option:nth-child(3) {
        display: block;
        border-radius: 15px !important;
    }
    body .options .option {
        border-radius: 15px !important;
    }
}
@media screen and (max-width: 478px) {
    body .options {
        min-width: 280px;
    }
    body .options .option:nth-child(2) {
        display: block;
        border-radius: 15px !important;
    }
}
body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 0px 10px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option {
    --defaultBackground:#22b3c1;
}
body .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 600px;
    margin: 0px;
    border-radius: 40px;
    background-size: auto 100%;
    /*&:active {
       transform:scale(0.9);
    }*/
}
body .options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
body .options .option.active .label {
    bottom: 20px;
    left: 20px;
}
body .options .option.active .label .info > div {
    left: 0px;
    opacity: 1;
}
body .options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
}
body .options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
body .options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
}
body .options .option:not(.active) .label .info > div {
    left: 20px;
    opacity: 0;
}
body .options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option .label {
    display: flex;
    position: absolute;
    right: 0px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
}
body .options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
}
body .options .option .label .info > div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
body .options .option .label .info .main {
    font-size: 20px;
    font-weight: 700;
}
body .options .option .label .info .sub {
    font-size: 14px;
    font-weight: 500;
    transition-delay: 0.1s;
}

.best-locations .main-button {
    margin-top: 60px;
}

.best-locations .main-button a:hover {
    background-color: #22b3c1;
    color: #fff;
    border-color: #22b3c1;
    opacity: 0.85;
}




/* 
---------------------------------------------
Deals Page Style
--------------------------------------------- 
*/

.page-heading {
    background-image: url(../img/heading-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0px 190px 0px;
    text-align: center;
}

.page-heading h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.page-heading h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.page-heading .border-button a {
    border-color: #fff;
    color: #fff;
}

.page-heading .border-button a:hover {
    border-color: #22b3c1;
}

.search-form #search-form {
    background-color: #22b3c1;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    padding: 35px 60px;
}

.search-form #search-form h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.search-form #search-form select {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    cursor: pointer;
}

.search-form #search-form option {
    background-color: #1ea0ad;
}

.search-form #search-form button {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.search-form #search-form button:hover {
    background-color: #fff;
    color: #22b3c1;
}

.amazing-deals {
    margin-top: 30px;
}

.amazing-deals .col-lg-6 {
    display: flex;
}


.amazing-deals .ladoDireito {
    padding-left: 30px;
    border-right: 1px solid #9BCD9B;
}



.amazing-deals .item .image {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    overflow: hidden;
}

.amazing-deals .item {
    background-color: #FAFFFA;
    border-radius: 23px;
    padding-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #9BCD9B;
}

.amazing-deals .item span.info {
    color: #22b3c1;
    font-size: 15px;
    margin-bottom: 2px;
    display: block;
}

.amazing-deals .item span.infoB {
    color: #4A708B;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
}

.amazing-deals .item span.infoC {
    color: #4A708B;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    display: block;
}

.amazing-deals .item span.infoD {
    padding: 2px;
    background: #fff;
    color: #444;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.2s ease;

    color: #4A708B;
    font-size: 10px;
    margin-top: 2px;
    display: block;
    float:left;
}

.amazing-deals .item h4 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.amazing-deals .item h4 span {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.amazing-deals .item i {
    color: #36648B;
    margin-right: 5px;
}

.amazing-deals .item b {
    color: #36648B;
    margin-right: 5px;
}

.amazing-deals .item span.list {
    font-size: 15px;
    color: #afafaf;
    font-weight: 500;
}

.amazing-deals .item .content {
    padding: 5px 0px;
}

.amazing-deals .item p {
    padding-top: 25px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}

.amazing-deals ul.page-numbers {
    text-align: center;
    margin-top: 30px;
}

.amazing-deals ul.page-numbers li {
    display: inline-block;
    margin: 0px 5px;
}

.amazing-deals ul.page-numbers li a {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 1px solid #22b3c1;
    line-height: 44px;
    color: #22b3c1;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
    transition: all .3s;
}

.amazing-deals ul.page-numbers li.active a,
.amazing-deals ul.page-numbers li a:hover {
    background-color: #22b3c1;
    color: #fff;
}

.amazing-deals ul.page-numbers li:first-child a,
.amazing-deals ul.page-numbers li:last-child a {
    border: none;
}

.horarios-lista {
    display: flex;
    flex-wrap: wrap;
}

.horarios-lista > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.horario-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #E0EEE0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    overflow: hidden;
}
.horario-card.horario-cardSelec {

    background: #E0FFFF;
}



.horario-card .list {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.radio-boxHora {
    display: block;
    margin-bottom: 8px;
}

.radio-boxHora input[type="radio"] {
    display: none;
}

.radio-boxHora span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #22b3c1;
    border-radius: 24px;
    color: #4A708B;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.radio-boxHora input[type="radio"]:checked + span {
    background: #22b3c1;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.radio-boxHora span:hover {
    background: rgba(34,179,193,0.08);
}

.info-botoes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.info-spam {
    padding: 6px 12px;
    background: #fff;
    color: #444;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.2s ease;
}

.info-btn {
    padding: 6px 12px;
    background: #fff;
    color: #444;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.2s ease;

}

.info-btn.tipoTranspSemiTerrestre {
    background: #2E8B57;
    color: #fff;
}

.info-btn.tipoTranspSemiPrivativo {
    background: #104E8B;
    color: #fff;
}

.info-btn.tipoTranspCatamara {
    background: #696969;
    color: #fff;
}

.info-btn.tipoTranspLanchaRapida {
    background: #2F4F4F;
    color: #fff;
}

.info-btn.tipoTranspEscuna {
    background: #8B008B;
    color: #fff;
}


.info-btn.tipoTranspTerrestre {
    background: #008B8B;
    color: #fff;
}


.info-btn.alertaVoo {
    background: #FFFF00;
    color: #000;
}


.info-btn.excluirHorario {
    background: #800;
    color: #fff;
}


.info-btn.finalizarCompra {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(135deg, #191970, #2a2a9a);
    color: #fff;
}


/* hover */
.info-btn:hover {
    background: #22b3c1;
    color: #fff;
    border-color: #22b3c1;
}

/* estado ativo (IMPORTANTE para JS depois) */
.info-btn.active {
    background: #22b3c1;
    color: #fff;
    border-color: #22b3c1;
}

.modal-body {
    scrollbar-width: thin;
    max-height: 60vh;
}
.hotel-item {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.hotel-item:hover {
    background: #f7f7f7;
}

/* 
---------------------------------------------
Reservation Page Style
--------------------------------------------- 
*/

.second-page-heading {
    background-image: url(../img/heading-bg-02.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0px 190px 0px;
    text-align: center;
}

.second-page-heading h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 25px;
}

.second-page-heading h4::after {
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: rgba(250, 250, 250, 0.3);
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50px);
}

.second-page-heading h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.second-page-heading p {
    padding: 0px 15%;
    color: #fff;
    margin-bottom: 30px;
}

.second-page-heading .main-button a {
    border-color: #fff;
    color: #22b3c1;
    background-color: #fff;
}

.second-page-heading .main-button a:hover {
    border-color: #22b3c1;
    background-color: #22b3c1;
    color: #fff;
}

.reservation-info {
    margin-top: -99px;
}

.more-info .info-item {
    background-color: #fff;
    border-radius: 23px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    text-align: center;
    padding: 30px;
}

.more-info .info-item i {
    background-color: #f0f0f0;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    color: #22b3c1;
    font-size: 20px;
    margin-bottom: 20px;
}

.more-info .info-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.more-info .info-item a {
    font-size: 15px;
    color: #22b3c1;
}

.reservation-form {
    margin: 80px 0 0 0;

}

.reservation-form #map {
    margin-bottom: -6px;
}


.reservation-form #reservation-form h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.reservation-form #reservation-form h4 em {
    font-style: normal;
    color: #22b3c1;
}

.reservation-form #reservation-form {
    padding: 60px 120px;
    background-color: #f9f9f9;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}

.reservation-form #reservation-form label {
    font-size: 15px;
    color: #afafaf;
}

.reservation-form #reservation-form input,
.reservation-form #reservation-form select {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border-radius: 23px;
    border: 1px solid #e0e0e0;
    padding: 0px 20px;
    cursor: pointer;
    margin-bottom: 30px;
}

.reservation-form #reservation-form input.date {
    color: #aaa;
}

.reservation-form #reservation-form button {
    font-size: 14px;
    color: #fff;
    background-color: #22b3c1;
    border: 1px solid #22b3c1;
    padding: 12px 30px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.reservation-form #reservation-form button:hover {
    opacity: 0.8;
}


/* 
---------------------------------------------
Style da Busca
--------------------------------------------- 
*/

.reservation-form #reservation-formSearch h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    padding:0;
    margin:0 0 10px 0;
    color: #FFFFE0;
}

.reservation-form #reservation-formSearch h4 em {
    font-style: normal;
    color: #EEE8AA;
}

.reservation-form #reservation-formSearch {
    padding: 60px 120px;
    background-color: #f9f9f9;
    border-radius: 23px;
    padding:15px 25px;

    background:
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url('../img/IT_pesquisar2.jpg') center center no-repeat;
    background-size: cover;
}

.reservation-form #reservation-formSearch label {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin:0 0 0 15px;
}

.reservation-form #reservation-formSearch input,
.reservation-form #reservation-formSearch select{
    width: 100%;
    height: 36px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 0px 20px;
    cursor: pointer;
    margin-bottom: 3px;
}

.radio-options {
    display: flex;
    gap: 8px;
}

.radio-box input[type="radio"] {
    display: none;
}

.radio-box span {
    display: inline-block;
    padding: 6px 12px;            /* menor */
    border: 1px solid #22b3c1;
    border-radius: 20px;          /* botão arredondado */
    color: #22b3c1;
    font-size: 13px;              /* menor */
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;

}

.radio-box input[type="radio"]:checked + span {
    background: #22b3c1;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.radio-box span:hover {
    background: rgba(34,179,193,0.1);
}

.reservation-form #reservation-formSearch input.date {
    color: #aaa;
}

.reservation-form #reservation-formSearch button {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #8B1A1A;
    border: 3px solid #FFFF00;
    padding: 12px 30px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    margin-top: 14px;
}


.reservation-form #reservation-formSearch button:hover {
    opacity: 0.8;
}


/* 
---------------------------------------------
Rodape Style
--------------------------------------------- 
*/

.pagamento h4,
.contato-box h4,
.review-box h4 {
    margin-bottom: 15px;
    color: #fff;
}

.pagamento-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.pagamento-logos img {
    height: 55px;
    width: 100px;
    object-fit: contain;
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pagamento-logos img:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.contato-box,
.review-box {
    display: block;
    background: rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 10px;
    min-height: 100%;
    text-decoration: none;
    color: #fff;
}

.contato-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.contato-icone {
    width: 22px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.contato-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.contato-link:hover {
    text-decoration: underline;
}

.contato-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.2s ease;
}

.contato-whatsapp:hover {
    background: #1ebe5d;
    color: #fff;
}

.review-box {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    color: #fff;
}

.review-topo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.review-topo img {
    width: 55px;
    height: auto;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
}

.review-topo span {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.review-nota {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.review-numero {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.review-estrelas {
    font-size: 20px;
    color: #FFD700;
    letter-spacing: 2px;
}

.review-total {
    font-size: 15px;
    color: #f1f1f1;
}


/*
----------------------------------------------
 Anuncio Style
----------------------------------------------
*/

.oferta-anuncio {
    background: #ffffff;
    border-radius: 14px;
    padding: 8px 0 8px 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border-left: 5px solid #22b3c1;
    margin-bottom: 20px;
}

.oferta-descricao {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
    margin-bottom: 2px;
}

.oferta-descricao strong {
    color: #22b3c1;
    font-size: 14px;
}

.oferta-preco {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
    margin-bottom: 5px;
}

.oferta-preco strong {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold;
}

.oferta-horarios {
    margin-bottom: 1px;
}

.oferta-linha {
    margin-bottom: 2px;
    line-height: 1.5;
}

.oferta-linha i {
    color: #22b3c1;
    margin-right: 5px;
}

.oferta-linha .titulo {
    display: inline-block;
    font-weight: 600;
    color: #555;
    min-width: 85px;
}

.oferta-linha .horas {
    color: #777;
    font-weight: 500;
}

.oferta-promocao {
    background: rgba(34,179,193,0.10);
    color: #0d7f8a;
    padding: 1px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.oferta-aviso {
    background: rgba(234,179,193,0.10);
    color: #e16a00;
    padding: 1px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* 
---------------------------------------------
Logar Style
--------------------------------------------- 
*/

.auth-area {
    padding: 0px 0;
}

.auth-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.auth-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.auth-card-highlight {
    border-color: rgba(34,179,193,0.35);
    box-shadow: 0 8px 24px rgba(34,179,193,0.10);
}

.auth-card h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #2a2a2a;
}

.auth-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 20px;
}

.auth-separator {
    position: relative;
    text-align: center;
    margin: 18px 0 20px;
}

.auth-separator::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e6e6e6;
}

.auth-separator span {
    position: relative;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    color: #888;
}

.btn-google {
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    border-radius: 14px;
    padding: 0px 16px 16px 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.google-btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

/* força o botão a respeitar o container */
.g-signin2,
.g-signin2 > div {
    width: 100% !important;
    max-width: 320px;
}

/* botão interno do Google */
.abcRioButton {
    width: 100% !important;
    max-width: 320px;
    border-radius: 14px !important;
    overflow: hidden;
}



.btn-auth-primary {
    background: #22b3c1;
    border: 1px solid #22b3c1;
    color: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-auth-primary:hover {
    background: #1a9eab;
    border-color: #1a9eab;
    color: #fff;
}

.btn-auth-outline {
    background: #fff;
    border: 1px solid #22b3c1;
    color: #22b3c1;
    border-radius: 14px;
    padding: 12px 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-auth-outline:hover {
    background: #22b3c1;
    color: #fff;
}

.auth-card .form-label {
    font-weight: 500;
    color: #444;
    margin-bottom: 8px;
}

.auth-card .form-control {
    border-radius: 12px;
    min-height: 48px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.auth-card .form-control:focus {
    border-color: #22b3c1;
    box-shadow: 0 0 0 0.2rem rgba(34,179,193,0.15);
}

.auth-note {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}

.auth-note i {
    color: #22b3c1;
    margin-right: 6px;
}

.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

/* controla tamanho do captcha */
.g-recaptcha {
    transform: scale(1);
    transform-origin: center;
}

.country-search-box {
    position: relative;
}

.country-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 260px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.10);
    z-index: 999;
    display: none;
    margin-top: 6px;
}

.country-item {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.country-item:hover {
    background: #f7f7f7;
}

.country-code {
    min-width: 55px;
    font-weight: 700;
    color: #22b3c1;
}

.country-name {
    color: #444;
    font-size: 14px;
}

.telefone-completo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.codigo-selecionado {
    min-width: 72px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #f8f9fa;
    font-weight: 600;
    color: #22b3c1;
    padding: 0 12px;
}

#cadTelefone {
    flex: 1;
}




















/* ajuste automático para telas menores */
@media (max-width: 576px) {
        .g-signin2,
    .g-signin2 > div,
    .abcRioButton {
        max-width: 100%;
    }
    
    .g-recaptcha {
        transform: scale(0.85);
    }
    
        .telefone-completo {
        flex-direction: column;
        align-items: stretch;
    }

    .codigo-selecionado {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.75);
    }
}

@media (max-width: 991px) {
    .auth-area {
        padding: 0px 0;
    }

    .auth-box {
        padding: 20px;
    }

    .auth-card {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .pagamento,
    .contato-box,
    .review-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pagamento,
    .contato-box,
    .review-box {
        text-align: center;
    }

    .pagamento-logos {
        justify-content: center;
    }

    .contato-item,
    .review-topo,
    .review-nota {
        justify-content: center;
    }
}

/* icones de whatapp e selecionado */

.whatsapp-float {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 40px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;

    display: flex;              /* 👈 chave */
    align-items: center;        /* central vertical */
    justify-content: center;    /* central horizontal */

    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: 0.3s;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

.fab-float {
    position: fixed;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.fab-float:hover {
    transform: scale(1.1);
}

/* TEXTO */
.fab-text {
    font-size: 11px;
    line-height: 1;
    margin-top: 2px;
}

/* BOTÃO CARRINHO */
.fab-carrinho {
    bottom: 130px;
    background: linear-gradient(135deg, #191970, #2a2a9a);
}

/* BOTÃO LIMPAR */
.fab-limpar {
    bottom: 220px;
    background: linear-gradient(135deg, #880000, #bb0000);
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
    overflow-x: hidden;
}

@media (max-width: 575px) {

}


@media (max-width: 767px) {
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 120px;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
        font-size: 15px;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
        font-size: 36px;
    }
    #section-1 .more-info {
        padding: 30px;
        margin-top: 30px !important;
        border-radius: 23px;
        bottom: 110px;
        width: 95%;
        left: 2.5%;
    }
    #section-1 .more-info i {
        width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 18px;
        margin-right: 10px;
        margin-top: 8px;
    }
    .visit-country .item .right-content .main-button a {
        font-size: 14px;
        padding: 12px 15px;
    }
    .main-button a {
        text-align: center;
    }
    #section-1 .more-info h4 {
        font-size: 14px !important;
    }
    #section-1 .content-slider nav .controls label {
        width: 7% !important;
    }
    .visit-country .item .right-content ul li {
        width: 30%;
    }
    .visit-country .item .right-content h4 {
        margin-top: 20px;
    }

}

@media (max-width: 992px) {
    #section-1 .more-info {
        margin-top: 60px;
    }
    #section-1 .more-info h4 span {
        font-size: 15px;
    }
    #section-1 .more-info h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #section-1 .main-button {
        text-align: left;
    }
    #section-1 .content-slider nav .controls label {
        width: 15%;
    }
    .visit-country .item .right-content ul li {
        width: 30% !important;
    }
    .visit-country .item .right-content {
        position: relative;
    }

    .visit-country .side-bar-map {
        margin-left: 0px;
        margin-top: 60px;
    }
    .call-to-action h2,
    .call-to-action h4 {
        text-align: center;
    }
    .call-to-action .border-button {
        text-align: center;
        margin-top: 30px;
    }
    .about-main-content .content p {
        padding: 0px 5%;
    }
    .weekly-offers .container-fluid {
        padding: 0px;
    }
    .more-about .left-image {
        margin-right: 0px;
        margin-bottom: 60px;
    }
    .search-form #search-form h4 {
        margin-bottom: 15px;
    }
    .search-form #search-form select {
        margin-bottom: 30px;
    }
    .amazing-deals .ladoDireito {
        padding-left: 10px;
    }
    .amazing-deals .item .image {
        border-top-right-radius: 23px;
        border-bottom-left-radius: 0px;
    }
    .amazing-deals .item {
        padding-right: 0px;
    }
    .amazing-deals .item .content {
        padding: 30px !important;
    }
    .more-info .info-item {
        margin-bottom: 30px;
    }
    .reservation-form #reservation-form {
        padding: 45px 30px;
    }
}

@media (max-width: 1200px) {
    #section-1 .more-info h4 span {
        font-size: 12px;
    }
    #section-1 .more-info h4 {
        font-size: 15px;
    }
    .weekly-offers .container-fluid {
        padding: 0px;
    }
}