@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');


html,
body {
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
}

/* body{overflow: hidden;} */
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

.mobile-only {
    display: none !important;
}
@media (max-width: 1023px) and (min-resolution: 2dppx) {
    .mobile-only {
        display: block !important;
    }
    .desktop-only {
        display: none;
    }
}
@media (min-width: 1024px) {
    .desktop-only {
        display: block;
    }
}
    
/*offer area*/
.offer-area {
    position: relative;
    z-index: 1;
    /* width: 100%; */
    overflow: hidden;
}

.offer-tab-link {
    text-align: center;
}

.offer-tab-link ul li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 -3px;
}

.offer-tab-link ul li a {
    display: block;
    color: #000;
    font-size: 20px;
    padding: 10px 60px;
    border-bottom: 4px solid #000;
    font-weight: 500;
}

.offer-tab-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    justify-content: center;
}

.offer-tab-link ul li a.active {
    color: #B60009;
    border-color: #B60009;
}

.offer-content p {
    text-align: left;
    margin: 0;
    width: 100%;
}

.offer-content h2 {
    text-align: left;
}

.offerItem {
    padding: 0 15px;
    width: 160px;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
}

.offer-img {
    margin: 0 -10px -15px -15px;
}

.offer-detail {
    width: 800px;
}

.offerItemTitle {
    position: absolute;
    z-index: 1;
    width: 160px;
    height: 100%;
    color: #fff;
    /* transform-origin: left; */
    text-align: center;
    margin: 0 -15px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    display: flex;
}
.offerItemTitle span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    display: block;
}
.offerItem.active {
    width: calc(100% - 6*80px);
}

.offerItem.active .offer-detail {
    width: 1007px;
}

/* .offerItem.active .offer-img {
    max-width: 415px;
} */

.offer-img{
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.offer-img img {
    height: 100%;
    /* Define a altura da imagem como 100% da altura da div */
    width: auto;
    /* Mantém a proporção da imagem */
    object-fit: cover;
    /* Faz a imagem cobrir toda a área da div */
}
.offerItem.active .offer-detail .row .col:first-child {
    max-width: 40% !important;
}

.offer-content {
    max-width: 460px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* .offer-tabs.tab-content {
    padding: 10px 0;
} */

.offerslide:after {
    content: '';
    clear: both;
    display: block;
}

.offer-content p {
    color: #000;
}

.offer-content h2 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}

.offerItemTitle.hide {
    display: none;
}

.offerItem.active .offer-content {
    transition: 0.3s ease;
    opacity: 1;
}

.offer-content a {
    background: #B60009;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    border: 0;
    border-radius: 3px;
}


/*media area*/
@media (max-width:1750px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width:1550px) {
    .container {
        max-width: 1340px;
    }
}

@media (max-width:1450px) {
    .container {
        max-width: 1240px;
    }

    .offer-content {
        margin: 0;
        max-width: 360px;
    }
}


@media (max-width:1280px) {
    .container {
        max-width: 1140px;
    }

    .offerItem.active .offer-detail {
        width: 750px;
    }

    .offer-detail {
        width: 595px;
    }
}


.maritimo{
    background-image: url(../images/site/navio.jpg);
    background-position: center bottom;
    background-size: cover;
}
    
.aereo{
    background-image: url(../images/site/plane.jpg);
    background-size: cover;
    background-position: center bottom;
}
.seguro{
    background-image: url(../images/site/banking_finance_insurance.jpg);
    background-size: cover;
    background-position: center bottom;
}
.eservice{
    background-image: url(../images/site/eservices.jpeg);
    background-size: cover;
    background-position: center bottom;
}