@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* função que converte uma fonte em px para uma versão 'rem' baseado na fonte de 16px */
/**
* Esse utilitário retorna o valor em 'em'
* deve ser usado em locais onde o valor estiver relacionado ao tamanho da fonte
*/
/**
* Esse utilitário foi feito para simplificar a digitação
* retorna a font-size e line-height configurados com os valores passados
* a variável $scale é opcional, ela permite calcular de maneira simples, quanto
* seria o valor da fonte se aplicado algum modificador
*/
section#banner-container {
    background-image: url("../../img/terminais/banner-containers.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
}

    section#banner-container .mascara {
        background-image: linear-gradient(to right, #0C5FAB -5%, transparent 100%);
        padding-top: 120px;
        padding-bottom: 225px;
        height: 100%;
    }

        section#banner-container .mascara h1 {
            font-family: "robotomedium";
            font-size: 0.875rem;
            line-height: 1.0625rem;
            color: white;
            margin-bottom: 68px;
        }

        section#banner-container .mascara p {
            font-family: "robotomedium";
            font-size: 2.125rem;
            line-height: 2.5rem;
            color: white;
            width: 380px;
            max-width: 100%;
        }

section#initial {
    padding: 60px 0;
}

@media (max-width: 575.98px) {
    section#initial {
        padding-top: 42px;
        padding-bottom: 84px;
    }
}

section#initial .big-text {
    padding: 41px 0 108px;
}

@media (max-width: 575.98px) {
    section#initial .big-text {
        padding: 0px;
        margin-bottom: 50px;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

section#initial .primeiro-texto {
    margin-top: 50px;
}

section#initial .text {
    font-family: "robotoregular";
    max-width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    section#initial .text {
        font-size: 0.875rem;
        line-height: 1.8125rem;
    }
}

section#initial .text-cartaozinho {
    color: #212529;
    font-family: "robotoregular";
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.125rem;
    width: 213px;
    max-width: 100%;
}

    section#initial .text-cartaozinho a {
        margin-right: 5px;
        font-family: "robotoregular";
        font-size: 1rem;
        line-height: 1.125rem;
    }

section#initial .text-diferente {
    font-family: "robotoregular";
    max-width: 100%;
}

@media (max-width: 575.98px) {
    section#initial .text-diferente {
        font-size: 0.875rem;
        line-height: 1.8125rem;
    }
}

section#initial .wrapper-form {
    width: 100%;
    padding-top: 46px;
    min-height: 450px;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
    section#initial .wrapper-form {
        width: 500px;
    }
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form {
        width: 380px;
        height: 345px;
        max-width: 100%;
        margin-top: 61px;
        min-height: 407px;
    }
}

@media (max-width: 575.98px) and (max-width: 400px) {
    section#initial .wrapper-form {
        width: 100%;
    }
}

section#initial .wrapper-form .content {
    margin-left: 68px;
    width: 316px;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .content {
        margin-left: 51px;
        width: 242px;
    }
}

section#initial .wrapper-form .content .title-form {
    font-family: "robotoregular";
    font-size: 1.875rem;
    line-height: 2.1875rem;
    color: #212529;
    padding-bottom: 7px;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .content .title-form {
        font-size: 1.25rem;
        line-height: 1.6875rem;
    }
}

section#initial .wrapper-form .content .description {
    padding-bottom: 22px;
    font-family: "robotoregular";
    color: #464646;
    font-size: 1rem;
    line-height: 1.8125rem;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .content .description {
        font-size: 0.875rem;
        line-height: 1.8125rem;
    }
}

section#initial .wrapper-form .content form .field {
    width: 100%;
    height: 33px;
    border: 1px solid #CECECE;
    border-radius: 16px;
    padding-left: 28px;
    color: #464646;
    margin-bottom: 8px;
    outline: none;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .content form .field {
        width: 243px;
        height: 25px;
    }
}

section#initial .wrapper-form .content form .field option {
    font-size: 1rem;
    line-height: 1.875rem;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .content .text-right .btn {
        width: 100px;
        height: 27px;
        font-size: 0.75rem;
        line-height: 1rem;
        padding-top: 3px;
    }
}

section#initial .wrapper-form .content .link {
    margin-top: 6px;
    color: #0C5FAB;
    font-size: 0.75rem;
    line-height: 1rem;
    font-family: "robotoregular";
    padding-left: 14px;
}

section#initial .wrapper-form .content .btn {
    margin-top: 22px;
    display: block;
    margin-left: auto;
}

section#initial .wrapper-form .wrapper-access {
    background-color: #D0DA89;
    padding: 20px 67px;
    width: 100%;
    margin-top: 33px;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .wrapper-access {
        display: inline-flex;
    }
}

section#initial .wrapper-form .wrapper-access .img {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .wrapper-access .img {
        width: 55px;
        height: 35px;
        max-width: 100%;
    }
}

section#initial .wrapper-form .wrapper-access .text {
    color: #212529;
    font-family: "robotoregular";
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.125rem;
    width: 213px;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    section#initial .wrapper-form .wrapper-access .text {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
}

section#initial .wrapper-form .wrapper-access .text a {
    text-decoration: underline;
    color: #212529;
    cursor: pointer;
}

section#all-terminals {
    padding: 101px 0 110px;
    background: #0C5FAB;
}

@media (max-width: 575.98px) {
    section#all-terminals {
        padding: 78px 0px 93px;
    }
}

section#all-terminals .long-title {
    color: #FFFFFF;
    padding-bottom: 52px;
    font-size: 1.25rem;
    line-height: 1.8125rem;
    font-family: "robotomedium";
    letter-spacing: 0.5px;
}

@media (max-width: 575.98px) {
    section#all-terminals .long-title {
        font-size: 1.125rem;
        line-height: 1.8125rem;
    }
}

section#all-terminals .text {
    color: #CBCC2A;
    padding-bottom: 50px;
    max-width: 100%;
}

section#all-terminals .terminals-list .link {
    display: block;
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 18px;
    font-family: "robotolight";
    font-size: 0.9375rem;
    line-height: 1.125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

section#all-terminals video {
    width: 695px;
    height: 536px;
}

@media (max-width: 1199.98px) {
    section#all-terminals video {
        width: 577px;
    }
}

@media (max-width: 991.98px) {
    section#all-terminals video {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    section#all-terminals video {
        width: 100vw;
        max-width: 100vw;
        height: 400px;
    }
}

section#all-terminals .abount-video {
    width: 695px;
    height: 536px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21%;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1450px) {
    section#all-terminals .abount-video {
        left: 6%;
    }
}

@media (max-width: 1199.98px) {
    section#all-terminals .abount-video {
        left: 0%;
        width: 577px;
    }
}

@media (max-width: 991.98px) {
    section#all-terminals .abount-video {
        position: initial;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    section#all-terminals .abount-video {
        margin-top: 45px;
        max-width: 100%;
        height: 400px;
    }
}

section#all-terminals .abount-video .box-video {
    overflow: hidden;
    background-image: url("../../img/terminais/video-mask.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 695px;
    height: 536px;
    transition: all 0.4s ease;
}

@media (max-width: 1199.98px) {
    section#all-terminals .abount-video .box-video {
        width: 577px;
    }
}

@media (max-width: 991.98px) {
    section#all-terminals .abount-video .box-video {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    section#all-terminals .abount-video .box-video {
        max-width: 700px;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    section#all-terminals .abount-video .box-video {
        max-width: 100%;
        background-position-x: center;
        height: 400px;
    }
}

section#all-terminals .abount-video .box-video .play {
    height: 129px;
    position: absolute;
    top: 0;
    bottom: -8%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

    section#all-terminals .abount-video .box-video .play .play-button {
        transition: 0.8s;
    }

        section#all-terminals .abount-video .box-video .play .play-button:hover {
            cursor: pointer;
            transition: 0.5s;
            transform: scale(0.9);
        }

    section#all-terminals .abount-video .box-video .play svg {
        stroke: #FFFFFF;
        fill: #FFFFFF;
    }

        section#all-terminals .abount-video .box-video .play svg:hover {
            fill: #55A237;
            stroke: #55A237;
        }

section#all-terminals .abount-video .box-video .video {
    position: absolute;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    border: none;
    display: none;
}

@media (max-width: 1199.98px) {
    section#all-terminals .abount-video .box-video .video {
        width: 577px;
    }
}

@media (max-width: 991.98px) {
    section#all-terminals .abount-video .box-video .video {
        height: 100%;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    section#all-terminals .abount-video .box-video .video {
        max-width: 700px;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    section#all-terminals .abount-video .box-video .video {
        height: 400px;
    }
}

section#all-terminals .abount-video .box-video .video .close-video {
    position: absolute;
    right: 26px;
    top: 18px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

    section#all-terminals .abount-video .box-video .video .close-video:hover {
        transform: rotate(180deg);
    }

    section#all-terminals .abount-video .box-video .video .close-video .cls-1, section#all-terminals .abount-video .box-video .video .close-video .cls-3 {
        fill: white;
    }

    section#all-terminals .abount-video .box-video .video .close-video .cls-2 {
        -webkit-clip-path: url(#clip-path);
        clip-path: url(#clip-path);
    }

    section#all-terminals .abount-video .box-video .video .close-video .cls-3 {
        stroke: #FFFFFF;
        stroke-width: 3px;
    }

section#all-terminals .wrapper-video {
    position: relative;
    width: 695px;
    height: 454px;
    background-image: url("../../img/terminais/video-mask.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    section#all-terminals .wrapper-video {
        height: 293px;
        margin-top: 73px;
    }
}

section#all-terminals .wrapper-video::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #212529;
    opacity: 0;
    content: "";
    transition: all ease 0.5s;
}

section#all-terminals .wrapper-video video {
    width: 100%;
    height: 100%;
}

section#all-terminals .wrapper-video #play-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 0.6;
    transition: all ease 0.3s;
}

section#all-terminals .wrapper-video:hover::after {
    opacity: 0.5;
}

section#all-terminals .wrapper-video:hover #play-btn {
    opacity: 1;
    transform: scale(1.1);
    transform-origin: center;
}

section.terminal {
    position: relative;
}

    section.terminal .about-terminal {
        position: relative;
        padding: 96px 0 170px;
        min-height: 570px;
    }

@media (max-width: 991.98px) {
    section.terminal .about-terminal {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 575.98px) {
    section.terminal .about-terminal {
        padding: 90px 0px 60px;
    }
}

section.terminal .about-terminal .title {
    color: #212529;
    font-size: 2.125rem;
    line-height: 2.25rem;
    padding-bottom: 54px;
    font-family: "robotomedium";
}

section.terminal .about-terminal .text {
    font-family: "robotoregular";
    font-size: 1rem;
    line-height: 1.8125rem;
    color: #212529;
    max-width: 100%;
}

@media (max-width: 1739.98px) and (max-width: 1400px) {
    section.terminal .about-terminal .text {
        width: 400px;
    }
}

section.terminal .about-terminal .wrapper-imgs {
    position: absolute;
    top: 160px;
    width: 800px;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 329px;
    text-align: right;
}

@media (max-width: 1739.98px) and (max-width: 1400px) {
    section.terminal .about-terminal .wrapper-imgs {
        width: 700px;
    }
}

@media (max-width: 1199.98px) {
    section.terminal .about-terminal .wrapper-imgs {
        width: 550px;
    }
}

@media (max-width: 991.98px) {
    section.terminal .about-terminal .wrapper-imgs {
        width: 700px;
        position: relative;
        top: 5px;
        margin-top: 45px;
    }
}
@media (max-width: 575.98px) {
    section.terminal .about-terminal .wrapper-imgs { width: 320px; }
}
section.terminal .about-terminal .wrapper-imgs .slick-next-arrow,
section.terminal .about-terminal .wrapper-imgs .slick-prev-arrow,
section.terminal img.arrow {
    position: absolute;
    width: 36px!important;
    height: 36px!important;
    top: 50%;
    bottom: 0;
    z-index: 9;
    transform: translateY(-50%);
    cursor: pointer;
}
section.terminal .about-terminal .wrapper-imgs .slick-next-arrow, section.terminal img.arrow.right {
    right: 30px; margin-top: 18px;
}
section.terminal .about-terminal .wrapper-imgs .slick-prev-arrow, section.terminal img.arrow.left {
    left: 30px; transform: rotate(180deg);
}
section.terminal .about-terminal .wrapper-imgs img {
    display: inline-block; margin-right: 16px; max-width: 100%; height: 100%;
}
section.terminal div.slick-track { opacity:1;width:20000px;transform:translate3d(-808px,0px,0px); }
@media screen and (max-width: 1400px) {
    section .terminal .about-terminal .wrapper-imgs img { width: 335px; }
}
@media (max-width: 1199.98px) {
    section.terminal .about-terminal .wrapper-imgs img {
        width: auto;
    }
}

@media (max-width: 991.98px) {
    section.terminal .about-terminal .wrapper-imgs img {
        height: 100%;
    }
}

@media (max-width: 575.98px) {
    section.terminal .about-terminal .wrapper-imgs img {
        margin-right: 0px;
        margin-left: 16px;
    }
}

@media (max-width: 575.98px) {
    section.terminal .about-terminal .wrapper-imgs::-webkit-scrollbar {
        width: 0px;
    }
}

section.terminal .about-terminal .quick-access {
    position: absolute;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.08);
    margin: auto;
}

@media (max-width: 991.98px) {
    section.terminal .about-terminal .quick-access {
        padding: 10px 0px;
        height: auto;
    }
}
@media (max-width: 575.98px) {
    section.terminal .about-terminal .quick-access {
        height: auto;
        position: static;
        padding: 60px 0px 60px;
        transform: translateY(80px);
    }
}
section.terminal .about-terminal .quick-access .wrapper-content {
    width: 95%;
    max-width: 95%;
    display: flex;
    height: 100%;
    align-items: center;
    margin: auto;
}
@media (max-width: 991.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content { flex-direction: column; }
}
@media (max-width: 575.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content { display: block; text-align: center; }
}
section.terminal .about-terminal .quick-access .wrapper-content .title {
    color: #0C5FAB;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-family: "robotomedium";
    text-transform: uppercase;
    padding: 0 10px 0 0;
}

@media (max-width: 991.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .title {
        margin-bottom: 20px;
        padding: 0px;
    }
}

@media (max-width: 575.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .title {
        margin-bottom: 30px;
    }
}

section.terminal .about-terminal .quick-access .wrapper-content .separator {
    height: 30px;
    margin: 0 25px;
    background-color: #0C5FAB;
    width: 2px;
}

@media (max-width: 991.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .separator {
        width: 50%;
        height: 2px;
    }
}

@media (max-width: 575.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .separator {
        display: none;
    }
}

section.terminal .about-terminal .quick-access .wrapper-content .wrapper-btns {
    display: flex;
    gap: 14px;
}

@media (max-width: 991.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .wrapper-btns {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .wrapper-btns {
        align-items: center;
        flex-direction: column;
    }
}

section.terminal .about-terminal .quick-access .wrapper-content .wrapper-btns .btn {
    width: auto;
    padding: 0 30px;
}

@media (max-width: 767.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .wrapper-btns .btn {
        padding: 0 8px;
    }
}

@media (max-width: 575.98px) {
    section.terminal .about-terminal .quick-access .wrapper-content .wrapper-btns .btn {
        width: 200px;
        margin-bottom: 10px;
    }
}

section.terminal .terminal-info {
    padding: 130px 0 60px;
    background-color: #F7F7F7;
}

@media (max-width: 767.98px) {
    section.terminal .terminal-info {
        padding: 90px 0px 40px;
    }
}

section.terminal .terminal-info .wrapper-img {
    width: 494px;
    max-width: 100%;
    height: 326px;
    background-color: gray;
    margin-top: 91px;
}

    section.terminal .terminal-info .wrapper-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

section.terminal .terminal-info .items {
    display: flex;
    gap: 30px;
    text-align: center;
    align-items: baseline;
}

@media (max-width: 991.98px) {
    section.terminal .terminal-info .items {
        display: none;
    }
}

section.terminal .terminal-info .items .item .text {
    padding-top: 10px;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    max-width: 100%;
}

section.terminal .terminal-info .items .teste-tec-conde {
    width: 20%;
}

section.terminal .terminal-info .items .teste-tcg-imbituba {
    width: 20%;
}

section.terminal .terminal-info .items-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    section.terminal .terminal-info .items-mobile {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
    }
}

section.terminal .terminal-info .items-mobile .item {
    margin-bottom: 35px;
}

    section.terminal .terminal-info .items-mobile .item img {
        margin-bottom: 11px;
        height: 70px;
    }

section.terminal .terminal-info .tabsheet {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    width: 575px;
}

@media (max-width: 767.98px) {
    section.terminal .terminal-info .tabsheet {
        width: 100%;
        max-width: 100%;
    }
}

section.terminal .terminal-info .tabsheet .tab {
    color: #7B7B7B;
    font-family: "robotomedium";
    font-size: 1.125rem;
    line-height: 2.25rem;
    position: relative;
    cursor: pointer;
    transition: color ease 0.3s;
}

    section.terminal .terminal-info .tabsheet .tab::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        background-color: #0C5FAB;
        transition: all ease 0.3s;
    }

    section.terminal .terminal-info .tabsheet .tab:hover {
        color: #212529;
    }

    section.terminal .terminal-info .tabsheet .tab.active {
        color: #0C5FAB;
    }

        section.terminal .terminal-info .tabsheet .tab.active::after {
            width: 100%;
        }

section.terminal .terminal-info .tabsheet-content .div-second-list {
    margin-top: 128px;
}

@media (max-width: 991.98px) {
    section.terminal .terminal-info .tabsheet-content .div-second-list {
        margin-top: 0px;
    }
}

section.terminal .terminal-info .tabsheet-content ol {
    width: 391px;
    max-width: 100%;
}

    section.terminal .terminal-info .tabsheet-content ol.more-space {
        width: 100%;
    }

    section.terminal .terminal-info .tabsheet-content ol li {
        line-height: 40px;
        border-bottom: 1px solid #CECECE;
    }

section.terminal .terminal-info .tabsheet-content .link {
    font-family: "robotolight";
    margin-top: 36px;
    text-decoration: underline;
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
}

section.terminal .primes-and-links {
    padding: 97px 0 45px;
    background-color: #F7F7F7;
}

@media (max-width: 991.98px) {
    section.terminal .primes-and-links {
        padding-top: 45px;
    }
}

section.terminal .primes-and-links .title {
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #212529;
    padding-bottom: 40px;
    font-family: "robotomedium";
}

@media (max-width: 991.98px) {
    section.terminal .primes-and-links .title {
        padding-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    section.terminal .primes-and-links .title-mobile {
        margin-top: 40px;
    }
}

section.terminal .primes-and-links .wrapper-primes {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
}

section.terminal .primes-and-links .wrapper-links-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    section.terminal .primes-and-links .wrapper-links-btns {
        flex-direction: column;
    }
}

section.terminal .primes-and-links .wrapper-link {
    margin-bottom: 22px;
}

@media (max-width: 1199.98px) {
    section.terminal .primes-and-links .wrapper-link {
        display: inline-flex;
    }
}

section.terminal .primes-and-links .wrapper-link .icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

section.terminal .primes-and-links .wrapper-link a {
    display: inline-block;
    vertical-align: middle;
    font-family: "robotolight";
    font-size: 1rem;
    line-height: 1.875rem;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    section.terminal .primes-and-links .wrapper-link a {
        font-size: 0.9375rem;
        line-height: 1.875rem;
    }
}

@media (max-width: 575.98px) {
    section.terminal .primes-and-links .wrapper-link a {
        font-size: 0.875rem;
        line-height: 1.8125rem;
    }
}

section.terminal .primes-and-links .wrapper-link a.link-conde-tabela-preco {
    font-size: 0.9375rem;
    line-height: 1.875rem;
}

section.terminal .primes-and-links .wrapper-link button {
    display: inline-block;
    vertical-align: middle;
    font-family: "robotolight";
    font-size: 1rem;
    line-height: 1.875rem;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    section.terminal .primes-and-links .wrapper-link button {
        font-size: 0.875rem;
        line-height: 1.8125rem;
    }
}

section.terminal#terminal-2 .about-terminal .wrapper-imgs, section.terminal#terminal-4 .about-terminal .wrapper-imgs, section.terminal#terminal-5 .about-terminal .wrapper-imgs, section.terminal#terminal-6 .about-terminal .wrapper-imgs, section.terminal#terminal-7 .about-terminal .wrapper-imgs {
    top: 96px;
}

@media (max-width: 991.98px) {
    section.terminal#terminal-2 .about-terminal .wrapper-imgs, section.terminal#terminal-4 .about-terminal .wrapper-imgs, section.terminal#terminal-5 .about-terminal .wrapper-imgs, section.terminal#terminal-6 .about-terminal .wrapper-imgs, section.terminal#terminal-7 .about-terminal .wrapper-imgs {
        top: 0px;
    }
}

section.terminal#terminal-2 .terminal-info .wrapper-img, section.terminal#terminal-4 .terminal-info .wrapper-img, section.terminal#terminal-5 .terminal-info .wrapper-img, section.terminal#terminal-6 .terminal-info .wrapper-img, section.terminal#terminal-7 .terminal-info .wrapper-img {
    margin-top: 0;
}

@media (max-width: 575.98px) {
    section.terminal#terminal-2 .terminal-info .wrapper-img, section.terminal#terminal-4 .terminal-info .wrapper-img, section.terminal#terminal-5 .terminal-info .wrapper-img, section.terminal#terminal-6 .terminal-info .wrapper-img, section.terminal#terminal-7 .terminal-info .wrapper-img {
        margin-top: 60px;
    }
}

section.terminal .section-gray {
    background-color: #F7F7F7;
}

section.terminal .section-white {
    background-color: #FFFFFF;
}

#terminal-2 .terminal-info {
    height: calc(326px + 60px + 130px);
}

@media (max-width: 991.98px) {
    #terminal-2 .terminal-info {
        height: auto;
    }
}

@media (max-width: 1199.98px) {
    #terminal-2 .wrapper-img {
        margin-top: 100px !important;
        height: 250px;
    }
}

@media (max-width: 1199.98px) {
    #terminal-3 .terminal-info .wrapper-img {
        margin-top: 120px !important;
    }
}

@media (max-width: 1199.98px) {
    #terminal-4 .terminal-info .wrapper-img {
        height: 250px;
        margin-top: 120px !important;
    }
}

@media (max-width: 1199.98px) {
    #terminal-5 .terminal-info .wrapper-img {
        height: 250px;
        margin-top: 120px !important;
    }
}

@media (max-width: 1199.98px) {
    #terminal-6 .terminal-info .wrapper-img {
        height: 250px;
        margin-top: 115px !important;
    }
}

@media (max-width: 767.98px) {
    #terminal-7 .about-terminal {
        min-height: auto;
        height: auto;
        padding: 60px 0px;
    }
}

@media (max-width: 767.98px) {
    #terminal-7 .about-terminal .wrapper-imgs {
        height: auto;
    }
}

#terminal-7 .about-terminal .wrapper-imgs img {
    width: 85%;
}

@media (max-width: 991.98px) {
    #terminal-7 .about-terminal .wrapper-imgs img {
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 575.98px) {
    #terminal-7 .about-terminal .wrapper-imgs img {
        width: 100%;
        height: auto;
    }
}

.terminal-separator {
    height: 40px;
    background-color: #0C5FAB;
    width: 100%;
}

@media (max-width: 767.98px) {
    .terminal-separator {
        display: none;
    }
}

section#terminal-8 {
    padding: 121px 0 80px;
}

@media (max-width: 767.98px) {
    section#terminal-8 {
        padding: 60px 0px;
    }
}

section#terminal-8 .title {
    font-size: 2.125rem;
    line-height: 2.25rem;
    font-family: "robotomedium";
    color: #212529;
    padding-bottom: 41px;
}

section#terminal-8 .text {
    width: 455px;
    max-width: 100%;
}

section#terminal-8 a {
    color: #0C5FAB;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    section#terminal-8 .wrapper-img img {
        max-width: 100%;
        margin-top: 74px;
    }
}

#wrapper-btn-mobile {
    display: none;
    padding-top: 110px;
}

@media (max-width: 767.98px) {
    #wrapper-btn-mobile {
        display: flex;
        justify-content: center;
    }
}

#wrapper-btn-mobile button {
    width: 207px;
    height: 38px;
    border-radius: 20px;
    background-color: #0C5FAB;
    border: none;
    cursor: pointer;
}

    #wrapper-btn-mobile button a {
        color: white;
        font-size: 0.875rem;
        line-height: 1.1875rem;
        text-decoration: none;
    }

.ativo {
    color: #CBCC2A;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 18px;
    font-family: "robotolight";
    font-size: 0.9375rem;
    line-height: 1.125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 767.98px) {
    .div-top {
        display: none;
    }
}

section.horarios {
    background-color: #7B7B7B;
    padding-top: 50px;
    padding-bottom: 220px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    overflow-y: scroll;
}

@media (max-width: 575.98px) {
    section.horarios {
        overflow: auto;
    }
}

section.horarios .wrapper-xis {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 143px;
}

    section.horarios .wrapper-xis img {
        cursor: pointer;
    }

@media (max-width: 575.98px) {
    section.horarios .wrapper-xis {
        width: 650px;
    }
}

section.horarios h5 {
    font-family: "robotoregular";
    font-size: 1.8125rem;
    line-height: 2.0625rem;
    color: white;
    margin-bottom: 40px;
    width: 100%;
}

@media (max-width: 575.98px) {
    section.horarios h5 {
        width: 700px;
    }
}

section.horarios table {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    section.horarios table {
        width: 700px;
        max-width: 700px;
    }
}

section.horarios table th {
    font-family: "robotoregular";
    font-size: 1.375rem;
    line-height: 2.0625rem;
    color: white;
    padding-bottom: 15px;
}

section.horarios table .th-sabado {
    padding-left: 50px;
    padding-right: 50px;
}

section.horarios table td {
    font-family: "robotoregular";
    font-size: 1.375rem;
    line-height: 2.0625rem;
    color: white;
    border: 1px solid white;
}

section.horarios table .alinha-horarios {
    text-align: center;
}

section.horarios table .teste {
    text-align: center;
}

section.mapa {
    background-color: #7B7B7B;
    padding-top: 50px;
    padding-bottom: 150px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    overflow-y: scroll;
}

    section.mapa .wrapper-xis {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 90px;
    }

        section.mapa .wrapper-xis img {
            cursor: pointer;
        }

    section.mapa .wrapper-mapa {
        display: flex;
        justify-content: center;
    }

.horario-hidden {
    display: none;
}

.mapa-hidden {
    display: none;
}

.teste-saboo2 {
    display: flex;
}

@media (max-width: 991.98px) {
    .teste-saboo2 {
        flex-direction: column;
        flex-flow: wrap;
    }

        .teste-saboo2 .text {
            width: auto;
        }
}

.teste-saboo2 .wrapper-horario-teste {
    margin-right: 30px;
}

.item-tecon-imbituba {
    width: 170px;
}

#wrapper-horario .icon {
    margin-right: 0px;
}

.mostra-senha {
    width: 20px;
    height: 20px;
    background-image: url("../../img/area_cliente/view_hide_icon_124813.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transform: translate(280px, -34px);
}

@media (max-width: 575.98px) {
    .mostra-senha {
        width: 18px;
        height: 18px;
        transform: translate(213px, -29px);
    }
}

.oculta-senha {
    width: 20px;
    height: 20px;
    background-image: url("../../img/area_cliente/olho-visivel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transform: translate(280px, -34px);
}

@media (max-width: 575.98px) {
    .oculta-senha {
        width: 18px;
        height: 18px;
        transform: translate(213px, -29px);
    }
}
