﻿

.preload1 {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #f8f2ed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.preload1 .titulo {
    font-size: 16px;
    color: #3e6760;
}

.preload1 .add {
    animation-name: preload1;
    animation-duration: 12s;
    animation-iteration-count: 5;
    transform-origin: center;
}

@keyframes preload1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.form-container {
    display: none;
    Esconde o formulário inicialmente
}

.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem;
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #0f234d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-align: center;
    color: white;
}

.track {
    position: relative;
    background-color: #c8c8c8;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

    .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative;
    }

        .track .step.active:before {
            background: #878787;
        }

        .track .step::before {
            height: 7px;
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            top: 18px;
        }

        .track .step.active .icon {
            background: #0009b4;
            color: #fff;
        }

    .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd;
    }

    .track .step.active .text {
        font-weight: 400;
        color: #000;
    }

    .track .text {
        display: block;
        margin-top: 7px;
        font-size: 12px;
        font-weight: bold;
    }

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");

*,
html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    outline: none;
    scroll-behavior: smooth;
}

    * button:focus,
    html button:focus,
    body button:focus {
        outline: none;
        outline: none;
    }

    * a,
    html a,
    body a {
        color: #091129;
    }

        * a:active,
        * a:focus,
        html a:active,
        html a:focus,
        body a:active,
        body a:focus {
            text-decoration: none;
            color: inherit;
        }

        * a:hover,
        html a:hover,
        body a:hover {
            color: inherit;
            text-decoration: none;
        }

    * .form-control:focus,
    html .form-control:focus,
    body .form-control:focus {
        color: inherit;
        background-color: inherit;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }

/*1920x1080 = 6.1%
                                    1680x1050 = 5.1%
                                    1600x900 = 3.8%
                                    1440x900 = 7.3%
                                    1366x768 = 13.5%
                                    1280x1024 = 6.5%
                                    1280x800 = 19.5%
                                    1024x768 = 7.8%
                                    768x1024 = 7.3%
                                    320x480 = 11.4%

                                    em regras de uso
                                    1280x800 = 19.5%
                                    1366x1024 = 13.5%
                                    320x480 = 11.4%
                                    1024x768 = 7.8%
                                    1440x900 = 7.3%
                                    768x1024 = 7.3%
                                    1280x1024 = 6.5%
                                    1920x1080 = 6.1%
                                    1680x1050 = 5.1%*/
1600x900 = 3.8%

* body {
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p {
    line-height: inherit;
}

* a,
* figure,
* label,
* button {
    background-color: transparent;
    margin-bottom: 0;
}

.menu-1 {
    box-shadow: 0px 6px 12px #0000000d;
}

.menu-1 .menu-top {
    background-color: #0f234d;
}

.menu-1 .menu-top .sub-1 {
    font-size: 16px;
    line-height: 25px;
    color: #6f798e;
    margin: 1px 0px;
    padding: 0 11px 0px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.menu-1 .menu-top .sub-1:first-child {
    color: #fff;
}

.menu-1 .menu-top .sub-1::after {
    content: "";
    background-color: #6f798e;
    position: absolute;
    width: 2px;
    height: 40%;
    right: 0;
}

.menu-1 .menu-top .sub-1:last-child::after {
    background-color: transparent;
}

.menu-1 .menu-top .sub-1:hover {
    transition: 0.3s;
    color: #fff;
}

.menu-1 .menu-top .item-1,
.menu-1 .menu-top .item-2 {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .menu-1 .menu-top .item-2 {
        display: none;
    }
}

.menu-1 .menu-top .item-2 .sub-1 {
    color: #fff;
}

    .menu-1 .menu-top .item-2 .sub-1::after {
        content: none;
    }

.menu-1 .menu-top .navbar-nav .nav-link {
    font-size: 16px;
    color: #cfcfcf;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .menu-1 .menu-top .navbar-nav .nav-link {
        font-size: 12px;
    }
}

.menu-1 .menu-top .navbar-nav .nav-link:hover {
    font-size: 16px;
    color: #fff;
}

a.glink span {
    color: #fff;
    margin-left: 4px;
}

    a.glink span:hover {
        color: #fff;
    }

a.glink img {
    opacity: 1;
}

@media (max-width: 992px) {
    .pluginTradutor {
        display: none;
        background-color: #0f234d !important;
    }

    a.glink img {
        margin-right: 0px;
    }

    a.glink span {
        display: none;
    }
}

@media (max-width: 992px) {
    .menu-1 .menu-top .item-1 {
        flex-direction: column;
    }

    a.glink span {
        color: #fff;
        margin-left: 1px;
    }
}

@media (max-width: 992px) {
    .menu-1 .menu {
        width: 100%;
        top: 0;
        z-index: 999;
    }

        .menu-1 .menu::before {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            top: 0;
            height: 92px;
        }
}

#menu-item-397 a {
    color: #fff !important;
    opacity: 0.8;
}

.menu-1 .navbar-nav .active a {
    color: #f26b61 !important;
}

.menu-1 .menu .navbar .nav-link:active,
.menu-1 .menu .navbar .nav-link:hover {
    color: #f26b61;
}

.menu-1 .menu .navbar .icon-bar:first-of-type {
    margin-top: 0;
}

.menu-1 .menu .navbar .icon-bar {
    width: 30px;
    height: 4px;
    background-color: #0f234d;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
    border-radius: 0px;
}

.menu-1 .menu .navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #0f234d;
}

.menu-1 .menu .navbar .navbar-toggler {
    border: none;
    background: transparent !important;
}

    .menu-1 .menu .navbar .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

.menu-1 .menu .navbar .navbar-toggler,
.menu-1 .menu .navbar .top-bar,
.menu-1 .menu .navbar .middle-bar,
.menu-1 .menu .navbar .bottom-bar {
    transition: 0.4s;
}

    .menu-1 .menu .navbar .navbar-toggler .middle-bar {
        opacity: 0;
    }

    .menu-1 .menu .navbar .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .menu-1 .menu .navbar .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .menu-1 .menu .navbar .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }

    .menu-1 .menu .navbar .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }

@media (max-width: 992px) {
    .menu-1 .menu .social {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 50vh;
        display: flex;
        align-self: center;
    }
}

.menu-1 .menu .social .btn-1 {
    margin-right: 5px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .menu-1 .menu .social .btn-1 {
        margin-right: 0;
    }
}

.menu-1 .menu .social .btn-1 img {
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 1px;
}

@media (max-width: 992px) {
    .menu-1 .menu .social .btn-1 img {
        border-radius: 0;
    }
}

#menu {
    justify-content: space-between;
}

.menu-last {
    display: none;
}

@media (max-width: 992px) {
    #menu {
        justify-content: initial;
    }

    .mover {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        .mover .menu-last {
            display: block;
        }
}

.menu-1 .telContato {
    background-color: #0f234d !important;
}

    .menu-1 .telContato .sub-1 {
        color: #fff;
    }

        .menu-1 .telContato .sub-1:first-child:after {
            content: "|";
        }

.menu-1 .menu .telefone .btn-1 {
    display: flex;
    justify-content: center;
    color: #fff;
}

.menu-1 .menu .telefone .btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: #fff;
    background-color: #f26b61;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    width: 97px;
    height: 30px;
    width: 160px;
    height: 40px;
    margin-left: 14px;
}

    .menu-1 .menu .telefone .btn-2:hover {
        transition: 0.3s;
        border-color: #f26b61;
    }

.menu-1 .menu .flag .btn-1 {
    margin-right: 25px;
}

.menu-1 .menu .navbar-brand {
    width: 160px;
}

@media (max-width: 1050px) and (min-width: 992px) {
    .menu-1 .menu .navbar-brand {
        width: 100px;
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .menu-1 .menu .navbar-brand {
        width: 164px;
        margin-left: 33%;
        margin-right: auto;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .menu-1 .menu .navbar-brand {
        margin-left: 5%;
    }
}

.menu-1 .menu .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
    color: #091129;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .menu-1 .menu .navbar-nav .nav-link {
        color: #fff;
        text-transform: capitalize;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .menu-1 .menu .navbar-collapse {
        position: relative;
        display: block;
        left: -100%;
        transition: 0.1s;
        background-color: rgba(0, 0, 0, 0.8);
        background-color: #fff;
        height: 0;
    }

        .menu-1 .menu .navbar-collapse .navbar-nav {
            width: 100%;
            background-color: #0f234d;
            background-color: #fff;
        }

            .menu-1 .menu .navbar-collapse .navbar-nav .nav-item {
                padding-left: 25px;
                padding-bottom: 15px;
            }

        .menu-1 .menu .navbar-collapse.show {
            height: 100vh;
            height: 76vh;
        }

        .menu-1 .menu .navbar-collapse.show {
            transition: 0.2s;
            left: 0;
            display: flex;
            flex-direction: column;
        }
}

.rodape-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-bottom: 0;
    background-color: #0f234d;
}

@media (max-width: 992px) {
    .rodape-1 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 992px) {
    .rodape-1 {
        padding-bottom: 0;
    }
}

.rodape-1 .titulo {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 0.4px;
}

.rodape-1 .sub-1 {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.32px;
    color: #fff;
    transition: 0.2s;
}

    .rodape-1 .sub-1:hover {
        transition: 0.2s;
        text-decoration: underline;
    }

.rodape-1 .sub-2 {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}

    .rodape-1 .sub-2 a {
        text-decoration: underline;
        color: #fff;
    }

.rodape-1 .sub-3 {
    font-size: 12px;
    line-height: 22px;
    color: #7b7979;
    text-align: center;
}

.rodape-1 .telefone {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    flex-wrap: wrap;
    background-image: url("../img/shared/14.svg");
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 15px;
}

@media (max-width: 1281px) {
    .rodape-1 .telefone {
        background-position: left 13px;
        background-image: none;
    }
}

.rodape-1 .telefone .sub-1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: center;
    line-height: 22px;
    text-align: left;
    width: 50%;
}

@media (max-width: 992px) {
    .rodape-1 .telefone .sub-1 {
        text-align: center;
        line-height: 35px;
        margin: 0 auto;
    }
}

.rodape-1 .telefone .sub-1:after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 55%;
    background-color: #fff;
}

.rodape-1 .telefone .sub-1:nth-child(2n):after {
    content: none;
}

.rodape-1 .telefone .sub-1:last-child:after {
    content: none;
}

.rodape-1 .enredeco {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    flex-wrap: wrap;
    background-image: url("../img/shared/15.svg");
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 13px;
}

@media (max-width: 1281px) {
    .rodape-1 .enredeco {
        background-image: none;
    }
}

.rodape-1 .enredeco .sub-1 {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
    line-height: 22px;
}

@media (max-width: 1140px) and (min-width: 992px) {
    .rodape-1 .enredeco .sub-1 {
        padding-left: 13px;
    }
}

.rodape-1 .enredeco .sub-1:last-child {
    margin-top: 10px;
}

.rodape-1 .enredeco .sub-1:first-child {
    margin-top: 0;
}

.rodape-1 .email {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    flex-wrap: wrap;
    background-image: url("../img/shared/16.svg");
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 16px;
}

@media (max-width: 1281px) {
    .rodape-1 .email {
        background-image: none;
    }
}

@media (max-width: 992px) {
    .rodape-1 .email {
        justify-content: center;
    }
}

.rodape-1 .email .sub-1 {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
    line-height: 22px;
}

@media (max-width: 1140px) and (min-width: 992px) {
    .rodape-1 .email .sub-1 {
        padding-left: 13px;
    }
}

@media (max-width: 992px) {
    .rodape-1 .email .sub-1 {
        margin-bottom: 10px;
    }
}

.rodape-1 .social .btn-1 {
    margin-right: 5px;
}

    .rodape-1 .social .btn-1 img {
        transition: 0.3s;
        border: 1px solid transparent;
        border-radius: 100%;
        padding: 1px;
    }

.rodape-1 .selo .btn-1 {
    width: 48%;
    margin-bottom: 10px;
}

.rodape-1 .newsletter {
    display: flex;
    flex-direction: column;
}

    .rodape-1 .newsletter .form-control {
        background-color: #fff;
        border-radius: 0;
        color: #707070;
        font-size: 14px;
    }

        .rodape-1 .newsletter .form-control::placeholder {
            color: #707070;
            font-size: 14px;
        }

    .rodape-1 .newsletter .btn-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        color: #fff;
        background-color: #f26b61;
        border-radius: 6px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        width: 97px;
        height: 30px;
        float: right;
    }

        .rodape-1 .newsletter .btn-2:hover {
            transition: 0.3s;
            border-color: #f26b61;
        }

.rodape-1 .rodape-bottom {
    background-color: #fff;
}

.rodape-1 .widgettitle {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.4px;
    font-weight: bold;
}

.rodape-1 .widget li {
    list-style-type: none;
    color: #fff;
}

.rodape-1 .widget a {
    color: #fff;
}

.slideshow-container img {
    display: none; /* Esconde as imagens inicialmente */
    width: 100%; /* Faz com que as imagens ocupem 100% da largura do contêiner */
    height: auto; /* Mantém a proporção da imagem */
    object-fit: cover; /* Corta as imagens para cobrir totalmente o contêiner */
    border: none; /* Remove qualquer borda */
    margin: 0; /* Remove margens */
    padding: 0; /* Remove preenchimento */
    background-color: transparent; /* Garante que o fundo seja transparente */
}
.slideshow-container {
    width: 100%; /* Define a largura total do contêiner */
    height: auto; /* Ajusta a altura automaticamente */
    overflow: hidden; /* Garante que as imagens não saiam do contêiner */
    background-color: transparent; /* Define o fundo como transparente */
    border: none; /* Remove qualquer borda */
}
.slideshow-container img {
    object-fit: cover; /* Ajusta a imagem para cobrir o contêiner */
    object-position: center; /* Centraliza a imagem dentro do contêiner */
}
body {
    background-color: #fff; /* Define o fundo do body como preto para TVs */
    margin: 0;
    padding: 0;
}

/*OLHO NO TEXTBOX DA SENHA*/
.input-group-text {
    background: #f8f9fa;
    border-left: 0;
    border-radius: 0 .25rem .25rem 0;
    padding: 0 0.75rem;
    font-size: 1.25rem;
    color: #888;
    transition: color 0.2s;
}

    .input-group-text:hover {
        color: #007bff;
        background: #eef4fb;
    }

/*OLHO NO TEXTBOX DA SENHA*/

