:root {
    --branco: #ffffff;
    --preto: #000000;
    --azul: #04316d;
    --preto-letras: #1E2732;
    --azul-escuro: #0c283b;
    --azul-claro: #2887c7;
    --cinza: #949494;
    --cinza-claro: #E6EAED;
    --amarelo: #fff967;
    --laranja: #E87009;
    --amarelo-escuro:#CA9A3A;
    --amarelo-pastel:#FAB82A;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    outline: none !important;
    font-family: "Georgia", "sans-serif";

}

*:not(.ck-text > p > :nth-child(n+1)){
    text-decoration: none !important;
}

.ck-text{
    width: 80%;
}

.ck-text u{
    line-break: anywhere;
}

/* Nav Bar */

#header .navbar {
    background-color: var(--branco);
    height: 76px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12),
        0px 1px 3px rgba(0, 0, 0, 0.2);
}

.nav-link {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nav-link a {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: var(--azul);
}

#header-logout-button {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: var(--azul);

    cursor: pointer;

    padding-left: 1%;
}

.nav-container-2 {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 990px) {
    .nav-container-2 .nav-logo {
        display: none;
    }

    .nav-container-2 #sistema {
        overflow: auto;
    }

    .nav-container-2 #sistema #header .nav-logo-mobile {
        display: none;
    }

    .nav-container-2 .nav-link a,
    .nav-link-2 a {
        font-weight: 400;
        font-size: 13px;
    }

    .nav-container-2 #sistema #header .logo {
        display: none;
    }

    .nav-container-2 #sistema #header .container {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .nav-logo {
        display: none;
    }
}

@media (min-width: 481px) {
    .nav-logo-mobile {
        display: none;
    }
}
@media (max-width: 480px) {
    #sistema {
        overflow: auto;
    }

    #sistema #header .nav-logo-mobile {
        display: none;
    }

    .nav-link a,
    .nav-link-2 a {
        font-weight: 400;
        font-size: 13px;
    }

    #sistema #header .logo {
        display: none;
    }

    #sistema #header .container {
        justify-content: center !important;
    }
}

/* Footer */

#footer {
    width: 100%;
    height: 112px;
    bottom: 0;
    background-color: var(--branco);
}

#sistema #footer {
    background-color: var(--azul);
}

#footer .container {
    max-width: 624px;
}

#footer .container .row {
    height: 112px;
}

.social {
    flex-direction: column;
}

.social-container div {
    display: flex;
    width: 100%;
    padding: 0 15px 0 15px;
    margin: 0 0 9px 0;
}

.social h3 {
    font-family: "Georgia", "sans-serif";;
    font-weight: 600;
    font-size: 12px;
    color: var(--azul);
    margin: 0px;
}

#sistema #footer .social h3 {
    color: var(--branco);
}

.pesquisa-container h3 {
    font-family: "Georgia", "sans-serif";;
    font-weight: 600;
    font-size: 12px;
    color: var(--azul);
    margin-bottom: 10px;
}

#sistema #footer .pesquisa-container h3 {
    color: var(--branco);
}

.social h4 {
    font-family: "Georgia", "sans-serif";
    font-weight: 275;
    font-size: 12px;
    color: var(--azul);
    margin: 0px;
}

#sistema #footer .social h4 {
    color: var(--branco);
}

.pesquisa-container a {
    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 10px;
    color: var(--azul);
    margin: 2px;
}

#sistema #footer .pesquisa-container a {
    color: var(--branco);
}

.social img {
    margin-right: 8px;
}

#sistema #footer .social img {
    filter: brightness(100);
}

.footer-logo img {
    margin-left: -25px;
}

#sistema #footer .footer-logo img {
    filter: brightness(100);
}

.line {
    background-color: var(--branco);
    width: 1px !important;
    height: 80px;
}

@media (min-width: 771px) {
    .footer-mobile {
        display: none !important;
    }
}

@media (max-width: 770px) {
    .row {
        flex-direction: row;
        flex-wrap: nowrap !important;
    }

    .footer-desktop {
        display: none !important;
    }

    .footer-logo img {
        margin-left: 0px;
    }
}

@media (max-width: 400px) {
    .footer-logo img {
        width: 130px;
    }
}

/* Whatsapp */

.absolute {
    position: absolute;
}

.whatsapp-button {
    border-style: none;
    cursor: pointer;
    position: fixed;
    width: 80px;
    height: 80px;
    left: 24px;
    bottom: 24px;
    background: var(--azul);
    border-radius: 50%;
    z-index: 9998;
}

@media (max-width: 770px) {
    .whatsapp-button {
        display: none;
    }
}

/* Landing Page */

#landing {
    margin: 77px 0 112px 0;
}

.bg-img {
    width: 50%;
}

.text {
    position: absolute;
    display: flex;
    width: 53%;
    height: auto;
    flex-direction: column;
    right: 7%;
    top: 22vw;
    align-items: flex-end;
}

.main-title {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 3.4vw;
    text-align: right;
    color: var(--preto);
}

.main-text {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: right;
    color: var(--preto);
    width: 82%;
    margin-top: 10px;
}

.btns {
    gap: 20px;
}

.main-btn {
    width: 22vw;
    height: 5vw;
    background: var(--azul) !important;
    border-radius: 1.5vw !important;
    font-family: "Glacial Indifference" !important;
    font-weight: 400 !important;
    font-size: 2vw !important;
}
.main-btn:hover {
    background: var(--branco) !important;
    color: var(--azul) !important;
}

@media (min-width: 771px) {
    .bg-img-m {
        display: none;
    }
}

@media (min-width: 1441px) {
    .bg-img-m {
        display: none;
    }
    .main-title {
        font-size: 2.8vw;
    }
    .main-text {
        font-size: 1.5vw;
        line-height: 2vw;
        width: 70%;
    }
    .text {
        width: 53%;
        right: 5%;
        top: 18vw;
    }
    .main-btn {
        width: 18vw;
        height: 3.5vw;
        background: var(--azul) !important;
        border-radius: 1vw !important;
        font-family: "Glacial Indifference" !important;
        font-weight: 300 !important;
        font-size: 1.5vw !important;
    }
}

@media (max-width: 770px) {
    .bg-img {
        display: none;
    }

    .bg-img-m {
        width: 100%;
    }

    .text {
        position: absolute;
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        right: auto;
        top: 70vw;
        align-items: flex-end;
    }

    .main-title {
        font-family: "Georgia", "sans-serif";
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 38px;
        text-align: right;
        padding: 0 20px 0 20px;
    }

    .main-text {
        font-family: "Georgia", "sans-serif";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: right;
        color: var(--preto);
        width: 100%;
        margin-top: 10px;
        padding: 0 20px 0 10px;
    }

    .btns {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .main-btn {
        width: 328px;
        height: 40px;
        background: var(--azul) !important;
        border-radius: 1.5vw !important;
        font-family: "Glacial Indifference" !important;
        font-weight: 700 !important;
        font-size: 12px !important;
    }
}

/* soluções */

.solucoes-dkt {
    width: 100%;
}

.solucoes-mb {
    width: 100%;
}

@media (min-width: 771px) {
    .solucoes-mb {
        display: none;
    }
}

@media (max-width: 770px) {
    .solucoes-dkt {
        display: none;
    }
}

/* login */

#login {
    margin-top: 76px;
    display: flex;
}

.cadastre-se {
    display: flex;
    flex-direction: column;
    background-color: var(--azul-escuro);
    width: 65%;
    height: 977px;
}

.cadastre-se div {
    height: 33.33%;
}

.login {
    width: 35%;
}

.form-control {
    width: 392px !important;
    height: 64px;
    border: 1px solid #e6eaed !important;
    border-radius: 8px !important;
}

.form-control::placeholder {
    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
}

.form-group .btn,
.next {
    width: 392px;
    height: 64px;
    border-radius: 16px !important;
    background-color: var(--azul) !important;
    font-family: "Glacial Indifference" !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}

.next2 {
    width: 196px !important;
}

.form-group .btn {
    margin-top: 30px;
}

.login-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.login-logo {
    margin: 111px 0 42px 0;
}

.esqueci {
    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #545454;
}

.blue-square {
    bottom: -45px;
    position: relative;
}

.orange-square {
    position: relative;
    top: -65px;
}

.cadastro-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cadastre-se-title {
    font-family: "Georgia", "sans-serif";
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: var(--branco);
    text-align: center;
    margin-bottom: 16px;
}

.cadastre-se-text {
    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: var(--branco);
    text-align: center;
}

.cadastro-container .btn {
    margin-top: 40px;
    width: 391px;
    height: 62px;
    background: var(--azul-escuro);
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    border: 1px solid rgba(248, 182, 42, 1);
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
}

.cadastre-se-2 h2 {
    font-family: "Georgia", "sans-serif";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.cadastre-se-2 a {
    font-family: "Georgia", "sans-serif";
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: #ca9a3a;
}

.triangle {
    top: 0 !important;
    object-fit: scale-down;
}

.square-2 {
    bottom: 0 !important;
    width: 450px;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (min-width: 883px) {
    .cadastre-se-2 {
        display: none;
    }
}

@media (max-width: 1140px) {
    .form-group .btn,
    .next {
        width: 300px;
    }

    .next2 {
        width: 150px !important;
    }

    .form-control {
        width: 300px !important;
    }
}

@media (max-width: 883px) {
    .cadastre-se {
        display: none;
    }
    .cadastre-se-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 60px;
        gap: 26px;
    }
    .login {
        width: 100%;
    }
    .form-group .btn,
    .next {
        width: 328px;
        height: 40px;
        font-family: "Georgia", "sans-serif";
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        letter-spacing: 1.25px !important;
        border-radius: 8px !important;
    }

    .next2 {
        width: 164px !important;
    }

    .form-control {
        width: 328px !important;
        height: 40px;
    }
    .esqueci {
        font-size: 12px;
        line-height: 14px;
    }
    .form-control::placeholder {
        font-size: 14px;
    }
    .login-logo {
        margin: 56px 0 42px 0;
    }
}

/* Perfil */

.nav-link-2 {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: #2887c7;
}

.banner-perfil {
    width: 100%;
    z-index: 999;
}

.banner-perfil-m {
    width: 100%;
    z-index: 999;
}
.perfil {
    position: absolute;
    top: 175px;
    z-index: 999;
    width: 100%;
}

.banner-perfil-img {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}

.yellow-circle {
    position: relative;
    top: -55px;
}

.perfil-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.perfil-img img {
    width: 150px;
}

.perfil-id {
    margin-top: 13px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.perfil-img h2 {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #1e2732;
}

.line-pf {
    background-color: #e6eaed;
    width: 100px !important;
    height: 4px;
    border-radius: 2px;
}

.updateSolutions{
    text-align: center;
    font-size: 20px;
    color: black;
}

#sistema .main-btn {
    width: 355px;
    height: 62px;
    background: var(--branco) !important;
    color: var(--azul);
    border-radius: 16px !important;
    font-family: "Glacial Indifference" !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    margin-top: 16px;
}

.logout {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #52184b;
    margin-top: 16px;
    background: #ffffff00;
}

.tab {
    height: 295px;
    margin-top: -12%;
    margin-bottom: 230px;
}
@media (min-width: 1600px) {
    .perfil {
        position: absolute;
        top: 210px;
        z-index: 999;
        width: 100%;
    }
}
@media (min-width: 481px) {
    .banner-perfil-m {
        display: none;
    }
}

@media (max-width: 480px) {
    .banner-perfil {
        display: none;
    }
    .yellow-circle {
        position: relative;
        top: -20px;
        width: 150px;
    }
    .perfil-img img {
        width: 100px;
        margin-top: 54px;
    }
    .tab {
        margin-top: -2%;
    }
    #sistema .main-btn {
        width: 275px;
        height: 60px;
        font-size: 18px !important;

    }
    .logout{
        margin-top: 10px;
    }
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item img {
    width: 298px;
    height: 191px;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 100%
        ),
        url(.png);
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

.item p {
    width: 298px;
    padding: 8px;
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1E2732;
    overflow: hidden;
    text-align: center;
}

.item-line {
    height: 1px;
    width: 282px;
    background: #ca9a3a;
    margin-top: 8px;
}

.tab > .slick-slide {
    width: 298px !important;
    height: 191px !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: fixed !important;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 552px !important;
    height: 353px !important;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14), 0px 3px 3px rgba(0, 0, 0, 0.12),
        0px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content-text {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.modal-content-text h2 {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1e2732;
}

.modal-content-text > h2 > .info {
    font-weight: 400;
}

@media (max-width: 480px) {
    .modal-content {
        width: 400px !important;
        height: 386px !important;
    }
}

.tabs {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
}

.tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tabs button:hover {
    color: #ca9a3a;
}

.tabs button.active {
    color: #ca9a3a;
    text-decoration-line: underline;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.inDepth {
    margin-top: 10px;
}

/* Solution Screen */
#solutionTitle {
    width: 100%;
    position: absolute;
    margin-top: 2%;

    font-family: "Georgia", "sans-serif";
    font-weight: 700;
    font-size: 5vh;
    line-height: 58px;
    color: var(--branco);
    text-align: center;

    z-index: 2;
}

#solutionTitle p {
    margin-bottom: 0%;
}
#solutionScreen p {
    margin-bottom: 0%;
}

#solutionScreen {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100vh - 76px);
}

#solutionScreen .card {
    background-repeat: no-repeat;
    background-size: cover;

    width: calc(100% / 3);
    height: 100%;
    border-radius: 0;
    border: 0;
    color: var(--branco);

    padding-top: calc(4% + 5vh);

    display: flex;
    flex-direction: column;
    align-items: center;
}

#solutionScreen .cabecalho {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    height: 23%;
}

#solutionScreen .imgTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family: "Georgia", "sans-serif";
    font-weight: 700;
    font-size: 25px;
    line-height: 29.35px;
    color: var(--branco);
    text-align: center;
}

#solutionScreen .imgTitle p {
    margin-top: 1vh;
}

#solutionScreen .imgTitle img {
    filter: invert(100%) sepia(1%) saturate(402%) hue-rotate(260deg)
        brightness(117%) contrast(100%);

    width: 80px;
    height: auto;
}

#solutionScreen .value {
    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--amarelo);
}

#solutionScreen .description {
    justify-self: center;
    margin: auto;
    margin-top: 8%;

    width: 90%;

    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--branco);
    justify-self: center;
}

#solutionScreen .escala {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--branco);
}

#solutionScreen .escala p {
    margin-left: 3%;
}

#solutionScreen .linkButton {
    justify-self: flex-end;
    margin: auto;
    margin-bottom: 15%;

    width: 100%;
    height: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#solutionScreen .linkButton a,
#solutionScreen .linkButton form {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#solutionScreen .linkButton button {
    width: 90%;
    height: 100%;
    border: 1px solid var(--azul-claro);
    border-radius: 10px;
    background: none;

    font-family: "Georgia", "sans-serif";
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    text-align: center;
    color: var(--branco);
}

/* Payment Modal */

.modal-pg-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;

    display: none;
    justify-content: center;
    align-items: center;
}

@keyframes modal {
    from {
        opacity: 0;
        transform: translate3d(0, -60px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.show .modal {
    animation: modal 0.3s;
}

.modal-pg-container.show {
    display: flex;
}

.modal-pg-base {
    background: white;
    width: 40%;
    height: 80%;
    border-radius: 15px;

    position: relative;

    display: flex;
    flex-direction: column;
}

.modal-pg-navigation {
    width: 100%;
    height: 10%;
    padding: 5%;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    cursor: pointer;
}

.modal-pg-navigation.wback {
    justify-content: space-between;
}

.modal-pg-content {
    height: 90%;
    padding: 10%;
    padding-top: 0px;

    display: flex;
    flex-direction: column;
}

#modal-pg-title-div {
    width: 100%;
    height: 25%;

    display: flex;
    flex-direction: column;
}

#modal-pg-title-div p {
    margin-bottom: 0px;
}

#modal-page-0,
#modal-page-1,
#modal-page-2,
#modal-page-3,
#modal-page-4 {
    height: 75%;
    width: 100%;

    flex-direction: column;
    align-items: center;
}

#modal-page-1-0,
#modal-page-1-2,
#modal-page-1-1-0,
#modal-page-1-1-1,
#modal-page-1-1-2,
#modal-pg-paymentoptions,
#modal-page-4-wait,
#modal-page-4-confirm,
#modal-page-4-error,
#modal-page-4-cycle {
    height: 100%;
    width: 100%;

    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.modal-pg-paymentoptions {
    display: flex;
}

#modal-page-1-2 {
    justify-content: space-between;
}

.modal-pg-title {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: calc(12px + 0.7vw);
    text-align: center;
}

.modal-pg-solution {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;

    font-size: calc(12px + 0.6vw);
}

#solPrice,
#priceDifference {
    color: #e87009;
}

#modal-pg-cycle-message {
    font-size: calc(12px + 0.6vw);
}

#modal-pg-cards {
    width: 100%;
    height: 85%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    overflow-y: auto;

    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.cartao {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.card-icon {
    width: 20%;
    height: 100%;
}

.modal-pg-card-flag-number {
    width: 100%;
    height: 15%;

    padding-top: 5%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;

    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.modal-pg-card-flag-number p {
    margin-bottom: 0px;
}

.modal-pg-card-flag-number img {
    height: 100%;
    width: auto;
}

.modal-pg-card-cvv {
    width: 80%;

    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.modal-pg-card-cvv label {
    font-size: calc(12px + 1vw);
}

.modal-pg-card-cvv input {
    width: 100% !important;
}

.modal-pg-card-confirm-button {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.modal-pg-card-confirm-button button {
    width: 100% !important;
}

.modal-pg-card-spg {
    width: 100%;
    padding-bottom: 1%;
}

.modal-pg-card-confirm-button label {
    font-size: calc(12px + 0.5vw);
    padding-left: 1%;
}

#modal-page-1-1-0 input,
#modal-page-1-1-1 input,
#modal-page-1-1-2 input {
    width: 100% !important;
}

#modal-page-1-1-0 button,
#modal-page-1-1-1 button,
#modal-page-1-1-2 button,
#modal-page-1-0 button,
.modal-pg-paymentoptions button,
#modal-page-3 button,
#modal-page-1-2 button {
    width: 100% !important;
    height: auto !important;
}

#modal-pg-card-expdate {
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#modal-pg-card-expdate input {
    width: 49% !important;
}

#modal-pg-card-country-state {
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#modal-pg-card-country-state input:nth-child(1) {
    width: 74% !important;
}

#modal-pg-card-country-state input:nth-child(2) {
    width: 24% !important;
}

#modal-page-2 {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;

    font-size: calc(12px + 1vw);
}

#modal-pg-pix-img {
    width: 200px;
    height: 200px;
}

#modal-page-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;

    font-size: calc(12px + 1vw);
}

.modal-pg-wait-symbol {
    width: 200px;
    height: 200px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    background-color: var(--amarelo);
}

.modal-pg-wait-symbol span {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--preto);

    font-size: calc(12px + 5vw);
}

#modal-pg-wait-message {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;

    font-size: calc(12px + 1vw);
}

.modal-pg-confirm-symbol {
    height: 200px;
    width: 200px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    background-color: green;

    font-size: calc(12px + 1vw);
}

.modal-pg-confirm-symbol span {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--preto);

    font-size: calc(12px + 5vw);
}

#modal-pg-confirm-message {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;

    font-size: calc(12px + 1vw);
}

.modal-pg-error-symbol {
    height: 200px;
    width: 200px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    background-color: red;
}

.modal-pg-error-symbol span {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--preto);

    font-size: calc(12px + 5vw);
}

#modal-pg-error-message {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    text-align: center;

    font-size: calc(12px + 1vw);
}

@media (max-width: 680px) {
    .modal-pg-base {
        width: 90%;
        height: 60%;
    }

    #modal-page-0 button {
        font-size: calc(12px + 1.5vw) !important;
    }

    .modal-pg-card-spg label {
        font-size: calc(12px + 0.6vw) !important;
    }

    #modal-page-1-1-0 button,
    #modal-page-1-1-1 button,
    #modal-page-1-1-2 button,
    #modal-page-1-0 button,
    .modal-pg-paymentoptions button,
    #modal-page-3 button,
    #modal-page-1-2 button {
        font-size: calc(12px + 1vw) !important;
    }

    .modal-pg-confirm-symbol,
    .modal-pg-error-symbol,
    .modal-pg-wait-symbol {
        height: 100px;
        width: 100px;
    }

    .modal-pg-confirm-symbol span,
    .modal-pg-error-symbol span,
    .modal-pg-wait-symbol span {
        font-size: calc(12px + 10vw);
    }
    #modal-pg-pix-img {
        width: 150px;
        height: 150px;
    }
}

/* End of Payment Modal */

@media (max-width: 883px) {
    #solutionScreen {
        height: calc(300vh - 76px);
        flex-direction: column;
    }

    #solutionScreen .card {
        width: 100%;
        height: 100%;
    }

    #solutionScreen .card:nth-child(1) {
        padding-top: calc(8% + 5vh);
    }

    #solutionScreen .card:nth-child(2),
    #solutionScreen .card:nth-child(3) {
        padding-top: 5%;
    }

    #solutionTitle {
        margin-left: 5%;
        width: 90%;

        margin-top: 0;
        padding-top: 1.5%;
        padding-bottom: 0.5%;
        font-size: 4vh;

        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;

        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (max-height: 680px) {
    #solutionScreen {
        height: calc(400vh - 76px) !important;
    }

    #solutionScreen .card {
        height: 100%;
        padding-top: calc(15% + 5vh);
    }
}

#dre{
    display:flex;
    justify-content: center;

}
.title-projeto{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title-projeto > .buttons-projeto{
    display: flex;
    justify-content: space-evenly;
    color: var(--cinza);
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: 100%;
}
.title-projeto > .buttons-projeto > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-projeto > .buttons-projeto > div > a{
    color:var(--cinza);
    font-size: 1.2rem;
}
.table-dre{
    width:50%;
    border: 1px solid var(--azul);
    margin-bottom: 10rem;
}

.tabela-title{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 80px;
    background-color: var(--azul-escuro);
    color: var(--branco);
}
.tabela-title:nth-child(1) > div:nth-child(1){
    position: absolute;
    left: 130px;
}
.tabela-title:nth-child(1) > div:nth-child(2){
    position: absolute;
    left: 570px;
}

.tabela-title > h3{
    font-size: 16px;
}
.campo-de-exemplo{
    display: flex;
    flex-direction:column;
    width:25%;
}
.campo-vazaio-exemplo{
    width: 100%;
    height: 45px;
    border: 1px solid var(--azul);
    border-style: none none solid none;
    background-color: var(--cinza-claro);
}

.text-h3 {
    font-size: 16px;
}
.text-p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.table-subtitle-campo1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100%;
    border: 1px solid var(--azul);
    border-style: none solid solid none;
}
.table-subtitle-campo2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 100%;
    border: 1px solid var(--azul);
    border-style: none none solid none;
    text-align: center;
}

.siglas{
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 30%;
}

.siglas > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: 1px solid var(--azul);
    border-style: none solid solid none;
}

.descricao-das-siglas{
    display: flex;
    flex-direction: column;
    width: 70%;
}
.descricao-das-siglas > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--azul);
    height: 45px;

    border-style: none none solid none;
}

.table-model {
    display: flex;
    align-items: center;
    width: 100%;
}
.table-model-title{
    display: flex;
    background-color: var(--azul-claro);
    color: var(--branco);
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: space-between;
}
.table-receita-liquida > .siglas > div > .text-h3{
    font-size: 14px;
}
.irpj-adicional{
    height: 95px!important;
}
.dados{
    min-width: 125px;
}

.dados-titulo{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    font-size: 10px;
    height: 80px;
    color: var(--branco);
    background-color: var(--amarelo-pastel);
}
.dados-titulo-conteudo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
    width: 100%;
    background-color: var(--amarelo-escuro);
    border: 1px solid var(--laranja);
}
.dados-subtitulo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40%;
    border: 1px solid var(--laranja);
    border-style: none solid solid solid;

}
.dinheiro{
    display: flex;
    width: 100%;
    text-align: center;
    color: black;
}
.data{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
    border: 1px solid var(--azul);
    border-style: solid solid none none;
}
.sem-dados{
    background-color: var(--azul-claro);
    color: white;
}
.dados-titulo-conteudo > .text-h3{
    font-size: 15px;
}
.dados-subtitulo > .text-h3{
    font-size: 10px;
}
.dados-conteudo{
    width: 100%;
}
.tabela-de-dados{
    max-width: 46%;
    overflow-y: auto;
}
.icone-adicionar {
    display: flex;
}
.data-buttons{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 5%;
    margin-top: 5px;
}
.data-buttons .icon{
    background-color:transparent;
}

.dados:hover .data-buttons{
    display: flex;
}
.adicionar-dados{
    display: flex;
    text-decoration: none;
    justify-content: space-around;
    align-items: center;
    top: 1550px;
    right: 40px;
    width: 14%;
    height: 50px;
    color: var(--azul);
    border: 1px solid var(--azul-claro);
    border-radius: 10px;
    position: absolute;
}
#modalAdicionarDados{
    padding: 0;
}
#modalAdicionarDados .modal-content{
    margin: auto;
    width: 420px!important;
    height: auto!important;
    align-items: center;
}
#modalAdicionarDados .modal-header{
    border: none;
    width: 100%;
    flex-direction: column;
    padding: 5px;
}
#modalAdicionarDados .modal-header h5{
    font-weight: 700;
    margin-bottom: 7%;
    font-size: 22px;
}
#modalAdicionarDados .modal-header p{
    font-weight: 500;
}
#modalAdicionarDados .modal-body .row{
    margin-top: 5%;
    flex-wrap: wrap!important;
}
#modalAdicionarDados .modal-footer{
    border: none;
    padding: 0;
}
#form-member .form-group .form-control{
    height: 55px;
}
#form-member .form-group input:-ms-input-placeholder{
    font-size:14px;
}

#form-member .form-group input::-webkit-input-placeholder {
    font-size:14px;
}

#form-member .form-group input:-moz-placeholder {
    font-size:14px;
}

/* firefox 19+ */
#form-member .form-group input::-moz-placeholder {
    font-size:14px;
}

.button-submit{
    display: flex;
    align-items: center;
}
.button-submit .btn {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--azul) !important;
}


@media (max-width: 1650px){
    .text-h3{
        font-size: 14px;
    }
    .table-receita-liquida > .siglas > div > .text-h3{
        font-size: 12px;
    }
    .text-p{
        font-size: 12px;
    }
    .adicionar-dados{
        width: 20%;
    }
    .tabela-title:nth-child(1) > div:nth-child(2){
        left: 520px;
    }
}

@media (max-width:1200px){
    .text-h3 {
        font-size: 12px;
    }
    .text-p {
        font-size: 11px;
    }
    .adicionar-dados{
        width: 22%;
    }
    .tabela-title:nth-child(1) > div:nth-child(2){
        left: 380px;
    }
}

@media (max-width:900px){
    .siglas > div >.text-h3{
        font-size: 11px;
    }
    .table-receita-liquida > .siglas > div > .text-h3 {
        font-size: 10px;
    }
    .tabela-title:nth-child(1) > div:nth-child(1){
        left: 40px;
    }
    .tabela-title:nth-child(1) > div:nth-child(2){
        left: 250px;
    }

}

@media (max-width:700px){
    #dre{
        position: relative;
    }
    .table-dre {

        width: 60%;

    }
    .tabela-de-dados{
        max-width: 40%;
    }
    .text-h3 {
        font-size: 10px;
    }
    .tabela-title:nth-child(1) > div:nth-child(1){
        left: 10px;
    }
    .tabela-title:nth-child(1) > div:nth-child(2){
        left: 130px;
    }
    .table-subtitle-campo1 > h3{
        margin-left: 3px;
    }
    .table-receita-liquida > .siglas > div > .text-h3 {
        font-size: 9px;
    }
    .text-p {
        font-size: 10px;
    }
    .adicionar-dados{
        position: fixed;
        justify-content: space-evenly;
        width: 90%;
        top: 580px;
        right: inherit;
        width: 50%;
    }
    @media (max-height:700px){
        .adicionar-dados{
            top: 600px;
        }
    }
}

@media (max-width:600px){
    #dre{
        width: 100%;
    }
    .table-dre {
        width: 80%;
    }
    .tabela-de-dados{
        max-width: 25%;
    }
    .table-receita-liquida > .siglas > div > .text-h3 {
        font-size: 8px;
    }
    .text-p {
        font-size: 9px;
    }
    .siglas > div >.text-h3 {
        font-size: 10px;
    }
    .adicionar-dados{
        width: 80%;
    }
    #modalAdicionarDados .modal-content{
        width: 350px!important;
        position: initial!important;
        margin-top: 10%;
    }
    @media (max-height: 900px) {
        .adicionar-dados{
            top: 700px;
        }
    }
    @media (max-height: 851px) {
        .adicionar-dados{
            top: 600px;
        }
    }
    @media (max-height: 740px) {
        .adicionar-dados{
            top: 550px;
        }
    }
    @media (max-height: 700px) {
        .adicionar-dados{
            top: 500px;
        }
    }
}


#checklist{
    min-height: 100vh;
}

.checklist{
    display:flex;
    justify-content:center;
    gap: 5%;
}

.checklist-card{
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    border-radius: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 5%;

}
.text-h2{
    margin-top: 5%;
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--amarelo-escuro);
}
.checklist-container{
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    justify-content: center;
}

.checklist-content{
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.checklist-title > h2{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: var(--preto-letras);
    cursor: pointer;

}
.checklist-infos > p{
    margin: 0;
}
.checklist-checkbox{
    margin: 4px 12px 0 0;
}
.checklist-checkbox > input{
    width: 18px;
    height: 17px;
}

.checklist-info{
    display: flex;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.checklist-info > p{
    margin: 0;
    font-size: 15px;
    display: none;
}

.button-down{
    display: flex;
    background-color: var(--azul);
    width: 100%;
    height: 45px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 0px 0px 16px 16px;
}
.button-down > i{
    color: var(--branco);
    font-size: 35px;
}

.content-hidden{
    display: none;
}
.hr-dre{
    display: none;
    margin:0;
    width:35px;
    height: 2px;
    background: var(--amarelo-escuro);
    border: 0;
    opacity: 1;

}
.hr-checklist{
    display: flex;
    margin:0;
    width:75px;
    height: 2px;
    background: var(--amarelo-escuro);
    border: 0;
    opacity: 1;
}
.hr-calculadora{
    display: flex;
    margin:0;
    width:185px;
    height: 2px;
    background: var(--amarelo-escuro);
    border: 0;
    opacity: 1;
}
.hr-postagem{
    display: none;
    margin:0;
    width:90px;
    height: 2px;
    background: var(--amarelo-escuro);
    border: 0;
    opacity: 1;

}

.active{
    color: var(--amarelo-escuro)!important;
}


.termos-de-uso{
    text-align: center;
    font-size: 16px;
    word-break: break-word;
    max-width: 390px;
}

@media (max-width: 1500px){
    #checklist{
        width: 100vw;
        gap:8%;
        overflow-x: auto;

    }
    .bureaucracy{
        margin-left: 35vw;
    }
    .financial{
            margin-right: 2%;
    }
}

@media (max-width:1310px){
    #checklist{
        gap: 5%;
    }
}

@media (max-width:1200px){
    #checklist{
        gap: 4%;
    }
    .termos-de-uso{
        max-width: 300px;
        font-size: 14px;
    }
    .checklist-card{
        width: 325px;
    }
    .text-h2{
        font-size: 22px;
    }
    .checklist-title > h2{
        font-size: 17px;
    }
}

@media (max-width:1100px){
    #checklist{
        gap: 3%;
    }
    .checklist-card{
        width: 310px;
    }
    .text-h2{
        font-size: 20px;
    }
    .checklist-title > h2{
        font-size: 16px;
    }
}

@media (max-width:1000px){
    #checklist{
        flex-direction: column;
        align-items: center;
    }
    .bureaucracy{
        margin-left: inherit;
    }
    .financial{
            margin-right:inherit;
    }
    .checklist-card{
        margin-bottom: 10%;
    }
}

@media(max-width:900px){
    .termos-de-uso{
        max-width: 340px;
        font-size: 14px;
    }
}

@media (max-width:450px)
{
    .checklist-card{
        width: 100%;

    }
    .text-h2{
        font-size: 22px;
    }
    .checklist-title > h2{
        font-size: 16px;
    }
    .title-projeto > .buttons-projeto{
        flex-direction: column;
        margin-top: 3%;
        margin-bottom: 4%;

    }
    .title-projeto .buttons-projeto div {
        margin-top: 7%;
    }

    .termos-de-uso{

        max-width: 320px;
        font-size: 14px;
    }

}

@media (max-width:400px)
{
    .checklist-container{
        width: 75%;
    }

}


/* post Escala*/

.contentsPost{
    margin: 7rem 10rem 0 10rem; ;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-family: "Georgia", "sans-serif";
}
.buttonBack{
    position: absolute;
    top: 11px;
    left: -130px;
}
.iconBack{
    font-size: 23px !important;
    align-self: center;
}
.descriptionPost{
    font-weight: 400;
    font-size: 28px;
}
@media(max-width: 768px){
    .buttonBack{
        display: none;
    }
    .contentsPost{
        margin: 7rem 2rem 0 2rem;
    }
}

/* Signature */
.updateFather{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#signature-solution {
    position: relative;
}

.updateSignature{
    margin-bottom: 45vh;
}

.signature {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.signature-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 50px 0;
}

.signature-title {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1E2732;
    margin-bottom: 45px;
}

.signature-text {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1E2732;
}

.signature-item {
    display: flex;
    justify-content: space-between;
    width: 1012px;
    margin-bottom: 75px;
}

.card-text {
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 5px 0 5px 0;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.line-card {
    background-color: #CA9A3A;;
    width: 250px !important;
    height: 1px;
    border-radius: 2px;
}

.card-body-l {
    width: 416px;
    height: 426px;
    background-color: white;
    border-radius: 16px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14))
            drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.12))
            drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
    cursor: pointer;
}

.description-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100px;
    justify-content: space-around;
}

.description-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 198px;
    justify-content: space-around;
    width: 100%;
}

.description-s {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 102px;
    justify-content: space-around;
    width: 100%;
}

.signature-item2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.signature-item3 {
    display: flex;
    width: 1012px;
    justify-content: space-between;
}


.card-body-m {
    width: 532px;
    height: 198px;
    display: flex;
    flex-direction: row;
    background-color: var(--branco);
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14))
            drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.12))
            drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
    border-radius: 16px;
    cursor: pointer;
}

.card-body-s {
    width: 298px;
    height: 305px;
    background-color: white;
    border-radius: 16px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14))
            drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.12))
            drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
    cursor: pointer;
    margin: 0 0 59px 0;
}

.img-l {
    object-fit: cover;
    width: 100%;
    height: 324px;
    border-radius: 16px 16px 0px 0px;
}

.img-m {
    object-fit: cover;
    width: 266px;
    height: 100%;
    border-radius: 16px 0 0 16px;
}

.img-s {
    object-fit: cover;
    width: 100%;
    height: 203px;
    border-radius: 16px 16px 0px 0px;
}

.signature-item4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1012px;
}

#show-more {
    display: flex;
    margin: 0 0 50px 0;
    font-family: "Georgia", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: var(--azul);
    justify-content: center;
    background: white;
}

#more {
    display: none;
}

.yellow-circle2 {
    position: absolute;
    top: -70px;
}
@media (max-width:1500px){
    .signature-header{
        width: 90%;
    }
}
@media(max-width: 1050px) {
    .signature-item {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0px;
        flex-direction: column;
        align-items: center;
    }
    .signature-text{
        font-size: 19px;
    }
    .card-body-l {
        margin-bottom: 32px;
    }

    .card-body-m, .card-body-s {
        display: flex;
        flex-direction: column;
        width: 416px;
        height: 426px;
        margin-bottom: 32px;
    }

    .img-m, .img-s {
        object-fit: cover;
        width: 100%;
        height: 324px;
        border-radius: 16px 16px 0px 0px;
    }

    .description-m, .description-s {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100px;
        justify-content: space-around;
    }

    .signature-item3 {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .signature-item4 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

}
@media (max-width: 980px){
    .yellow-circle2{
        width: 180px;
    }
    .signature-title{
        font-size: 38px;
        line-height: 45px;
        text-align: center;
    }

}
@media(max-width: 520px) {
    .card-body-l {
        margin-bottom: 27px;
    }

    .card-body-l, .card-body-m, .card-body-s {
        display: flex;
        flex-direction: column;
        width: 332px;
        height: 340px;
        margin-bottom: 27px;
    }

    .img-l, .img-m, .img-s {
        object-fit: cover;
        width: 100%;
        height: 259px;
        border-radius: 16px 16px 0px 0px;
    }

    .description-l, .description-m, .description-s {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100px;
        justify-content: space-around;
    }
}
@media(max-width: 450px){
    .yellow-circle2{
        width: 150px;
    }
    .signature-title{
        font-size: 35px;
        line-height: 40px;
    }
}
/* Escala */
.cardScaleNone{
    display: none;
}

.contentScale{
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
.titleScale{
    position: absolute;
    top: 40%;
    color: var(--branco);
    font-weight: 700;
    z-index: 10;
    text-align: center;
    font-size: 147%;
}
.cardScale{
    width: 300px;
    height: 380px;
    justify-self: center;
    font-family: "Georgia", "sans-serif";
}
.cardsScale{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 50px;
}
.imageScale{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.lineScale{
    width: 95%;
    border-top: 2px solid #CA9A3A;
    opacity: 1;
}
.descriptionScale{
    padding: 10px;
    color: var(--preto);
    height: 130px;
}
.headerScale{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 100px 0px 20px 0px;
}
.guideScale{
    margin-bottom: 50px;
    text-align: center;
    font-family: "Georgia", "sans-serif";
    font-weight: 700;
}
.shadowScale{
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.image1Scale{
    transform: rotate(180deg);
    position: absolute;
    left: 0px;
    top: -100px;
    z-index: -1;
    width: 100px;
}
.image2Scale{
    width: 100px; right: 0;
    position: absolute;
    bottom: -90px;
    z-index: -1;
}
.btnReadMoreScale{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.readMoreScale{
    font-weight: 700;
    font-size: 16px;
    color: var(--azul);
    font-family: "Georgia", "sans-serif";
}
.contentCardScale{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.sectionScale{
    position: relative !important;
    margin-bottom: 40px !important;
}
@media(max-width: 768px){
    .guideScale{
        max-width: 390px;
    }
    .image1Scale{
        position: fixed;
        top: 12px;
        left: -20px;
        width: 90px;
    }
    .image2Scale{
        position: fixed;
        bottom: -70px;
        width: 90px;
        right: -20px;
    }
    .contentScale{
        background-color: var(--branco);
        border-radius: 8px;
    }
    .readMoreScale{
        font-weight: 700;
        font-size: 14px;
    }
}

/* instituicoes */
.sectionInst{
    margin-top: 77px;
    background-color: var(--azul-escuro);
    position: relative;
    /* min-height: 90vh; */
    min-height: calc(100vh -189px);
}
.titleInst{
    padding: 100px 0 40px 0;
    font-weight: 500;
    font-size: 36px;
    color: var(--branco);
    text-align: center;
    font-family: "Georgia", "sans-serif";
    font-weight: 700;
}
.textInst{
    font-size: 20px;
    color: var(--branco);
    font-family: "Georgia", "sans-serif";
    margin-bottom: 20px;
}
.paises{
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.pais{
    background-color: var(--branco);
    width: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
    justify-self: center;
}
.paisNone{
    display: none;
    background-color: var(--branco);
    width: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
    justify-self: center;
}
.paisName{
    margin: 0;
    color: var(--preto);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 10px;
    font-family: "Georgia", "sans-serif";
    font-weight: 700;
}
.paisImage{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.image1Inst{
    position: absolute;
    left: 0px;
    width: 150px;
    top: -60px;
}
.image2Inst{
    position: absolute;
    right: 0px;
    width: 230px;
    bottom: 0px;
}
.btnReadMoreInst{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 40px;
}
.readMoreInst{
    background-color: var(--azul-escuro);
    color: var(--branco);
    font-family: "Georgia", "sans-serif";
}
.IconSearchInst{
    position: absolute!important;
    top: 50%!important;
    line-height: 0!important;
    font-size: 25px!important;
    display: flex!important;
    align-items: center!important;
    right: 5!important;
}
.busca{
    border-radius: 20px;
    padding: 4px 25px 4px 10px;
}
.searchDivInst{
    display: flex;
    justify-content: end;
    position: relative;
}
.searchDivInst div{
    position: relative;
    width: 220px;
}
.textEndInst{
    font-size: 20px;
    color: var(--branco);
    font-family: "Georgia", "sans-serif";
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    margin: 0;
    justify-content: center;
    padding: 50px;
    z-index: 100;
}
@media(max-width: 768px){
    .image1Inst{
        width: 120px;
    }
    .image2Inst{
        width: 150px;
    }
    .searchDivInst{
        justify-content: center;
    }
}
/* Codigo */
.sectionCod{
    margin-top: 77px;
    background-color: var(--azul-escuro);
    padding: 10px 0 100px 0;
    min-height: calc(100vh - 189px);
    position: relative;
}
#bandeiraCod{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px;
    position: relative;
}
.bandeiraCod{
    border-radius: 10px;
    width: 200px;
}
.inputCod{
    display: flex;
    margin: auto;
    padding: 6px 40px 6px 10px;
    border-radius: 5px;
}
.codCod{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--branco);
    font-weight: 600;
    font-family: "Georgia", "sans-serif";
    font-size: 25px;
}
.buttonBackCod{
    position: absolute;
    color: var(--branco);
}
.inputCod{
    padding: 10px;
    width: 250px;
    border-radius: 8px;
}
.buttonFormCod{
    background-color: var(--azul-escuro);
    color: var(--branco);
    width: 250px;
    border: 1.2px solid var(--azul-claro);
    border-radius: 15px;
    padding: 10px;
    margin-top: 20px;
}
.shadowCod{
    width: 200px;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.textCod{
    color: white;
    margin-top: 80px;
    font-family: "Georgia", "sans-serif";
}
@media(max-width: 768px){
    .bandeiraCod{
        width: 150px;
    }
    .shadowCod{
        width: 150px;
    }
    .inputCod{
        width: 200px;
    }
    .buttonFormCod{
        width: 200px;
    }
    .codCod{
        font-size: 20px;
    }
}

/* instituicao */

.sectionCountry{
    margin-top: 77px;
    min-height: calc(100vh - 189px);
    position: relative;
}
.buttonBackCountry{
    position: absolute;
}
.bandeiraCountry{
    border-radius: 10px;
    width: 200px;
}
#bandeirasCountry{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 137px 60px 60px;
}
.cardCountry{
    background-color: var(--branco);
    border-radius: 10px;
    /* padding: 0 20px 5px 20px ; */
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 690px;
    display: flex;
}
.cardCountrContents{
    display: flex;
    font-family: "Georgia", "sans-serif";
}
.cardCountryContents1{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.cardCountryContents2{
    display: flex;
    flex-direction: column;
}
.institutionCountry{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image1Country{
    transform: rotate(180deg);
    position: absolute;
    left: 0px;
    top: -130px;
    z-index: -1;
    width: 100px;
}
.image2Country{
    width: 100px; right: 0;
    position: absolute;
    bottom: -70px;
    z-index: -1;
}
.imageCardCountry{
    width: 160px;
    height: 124px;
    border-radius: 0 15px 15px 0;
    object-fit: cover;
    margin-right: 20px;
}
.cardCountryBody{
    padding: 0 20px 5px 20px ;
}
.lineCardCountry{
    display: none;
}
.cardCountryText{
    overflow: hidden;
    height: 24px;
    width: 130px;
    text-overflow: clip;
    white-space: nowrap;
}
.cardCountryText2{
    overflow: hidden;
    height: 24px;
    width: 314px;
    text-overflow: clip;
    white-space: nowrap;
}
.cardCountryTitle{
    font-family: "Georgia", "sans-serif";
    font-weight: 700;
}
@media(max-width: 768px){
    .cardCountry{
        flex-direction: column;
        width: 335px;
    }
    .cardCountrContents{
        flex-direction: column;
    }
    .cardCountryTitle{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .imageCardCountry{
        display: flex;
        margin: 20px auto;
        border-radius: 10px;
    }
    .cardCountryBody{
        padding: 0 10px 5px 10px;
    }
    .lineCardCountry{
        display: block;
        width: 99%;
        height: 4px;
        background-color: var(--amarelo-escuro);
        opacity: 1;
        margin: 0;
        border: none;
    }
    .cardCountryContents1{
        margin-bottom: 10px;
    }
    .bandeiraCountry{
        width: 150px;
    }
}




/* Calculadora */
#calculadora select{
    color: var(--azul-escuro);
    border-color: var(--azul-escuro);
    font-weight: 600;
}
#operacao select{
    border-radius: 0 .375em .375em 0
}
.icon0Menu{
    width: 60px;
}
.icon1Menu{
    position: absolute;
    top: 13px;
    right: 7px;
    width: 45px;
}
.icon2Menu{
    display: none;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 40px;
}
.MenuFixedCalc{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    width: 60px;
}
.divFixedCalc{
    position: fixed;
    right: 11px;
    bottom: 80px;
    visibility: hidden;
    z-index: 100;
}
.ulFixedCalc{
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: end;
}
.ulFixedCalc > li{
    margin: 10px;
}
.aFixedCalc{
    color: var(--branco);
    background-color: var(--azul);
    padding: 10px;
    border-radius: 10px;
    font-family: "Georgia", "sans-serif";
    font-weight: 600;
    font-size: 13px;
}
.aFixedCalc:hover{
    background-color: var(--amarelo-escuro);
    color: var(--azul);
}
.Menu-active{
    visibility: visible;
}
.containerCalc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sectionCalc{
    margin-top: 77px;
    min-height: calc(100vh - 189px);
}
.navCalc{
    background-color: var(--azul);
    display: flex;
}
.lineCalc{
    width: 2px;
    height: 200px;
    opacity: 1;
    background-color: var(--azul-claro);
}
.ulCalc{
    list-style: none;
}
.aNavCalc{
    color: var(--branco);
    font-family: "Georgia", "sans-serif";
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
}
.filtersCalc{
    display: flex;
    align-items: center;
    justify-content: center;
    --bs-link-hover-color: var(--amarelo-escuro);
}
.imageCalc{
    width: 100px;
}
.imageCalc1{
    width: 100px;
    position: absolute;
    top: -1;
}
.titleCalc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    color: var(--branco);
}
.titlecalc{
    background-color: var(--azul);
    width: 300px;
    display: block;
    border-radius: 10px;
}
.titleTextcalc{
    padding: 20px;
    color: var(--branco);
    margin: 0;
    text-align: center;
    font-family: "Georgia", "sans-serif";
    font-weight: 600;
    font-size: 20px;
}
.cardcalc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 2px;
    border-radius: 20px;
}
.subtitleCardcalc{
    /* height: 50px; */
    background-color: var(--azul-claro);
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    justify-content: center;
}
.spanSubtitleCardcalc{
    color: white;
    padding: 10px;
    white-space: nowrap;
    font-family: "Georgia", "sans-serif";
    font-weight: 600;
}
.cardSubCalc{
    display: flex;
    margin: 20px;
    width: 300px;
    border-radius: 10px;
}
    /* card cambio */
#cambio label{
    margin-left: 20px;
    font-weight: 600;
}
#cambio .cardSubCalc{
    margin: 30px;
    width: 400px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px;
}
#cambio .cardcalc{
    padding: 0 20px;
    color: var(--azul-escuro);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputRtoDcalc{
    height: 100%;
    width: 80px;
    color: var(--azul-escuro);
    font-weight: 600;
}
.valueRtoDcalc{
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100px;
    overflow-x: auto;
    font-weight: 600;
}
    /* card frete */
.columnsFreteCalc{
    display: flex;
}
#frete .titleCalc{
    width: 400px;
}
#frete .cardSubCalc{
    width: 390px;
    flex-direction: column;
    align-items: center;
}
#frete .subtitleCardcalc{
    width: 200px;
}
.spanSubtitle2Cardcalc{
    text-align: center;
    color: white;
    padding: 10px;
    font-family: "Georgia", "sans-serif";
    font-weight: 600;
}
.card4SubCalc{
    display: flex;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px;
    border-radius: 10px;
}
.card4SubCalc .spanSubtitleCardcalc{
    color: var(--azul-escuro);
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card5SubCalc{
    width: 300px;
    display: flex;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px;
    border-radius: 10px;
    margin: 20px;
}
#carga .cardcalc{
    margin-top: 100px;
}
.card5SubCalc input{
    width: 100px;
    padding-left: 20px;
    color: var(--azul-escuro);
    align-self: center;
}
#carga .spanSubtitleCardcalc{
    width: 190px;
    text-align: center;
}
#outros .subtitleCardcalc{
    height: auto;
    text-align: center;
}
#outros .cardcalc{
    height: 290px;
}

#totais .subtitleCardcalc{
    width: 170px;
    text-align: center;
    height: auto;
}
#totais .ColBR3calc{
    width: 120px;
    font-family: "Georgia", "sans-serif";
    font-weight: 600;
    color: gray;
}

    /* RESULTADO */
.lineResultcalc{
    display: flex;
}
.lineResultcalc .cardSubCalc{
    width: 390px;
    margin: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px;
}
#resultado .subtitleCardcalc{
    width: 175px;
}
.lineResultcalc .cardSubCalc > span{
    width: 120px;
    color: gray;
    overflow: auto;
    display: flex;
    align-items: center;
}
.lineResultcalc .cardSubCalc > span:nth-child(even){
    border-right: 1px dotted;
}
.spanResultadocalc{
    margin-right: 80px;
    background-color: var(--azul);
    padding: 2px 10px;
    border-radius: 10px 10px 0 0;
    margin-right: 56px;
    color: var(--branco);
    font-weight: 600;
}
#dolaResultcalc{
    position: absolute;
    left: 211px
}
#realResultcalc{
    position: absolute;
    right: -6px
}
#resultado .titlecalc{
    margin-bottom: 30px;
}
    /* brasil */
.brasilCalc1{
    background-color: var(--azul-claro);
    width: 300px;
    color: var(--branco);
    padding: 20px;
    border-radius: 10px 0 0 10px;
}
.brasilCalc2{
    background-color: var(--amarelo-escuro);
    width: 100px;
    color: var(--azul);
    padding: 20px;
}
.brasilCalc3{
    background-color: var(--azul-claro);
    width: 100px;
    color: var(--branco);
    padding: 20px;
    border-radius: 0 10px 10px 0;
}
.lineBrasilcalc{
    display: flex;
    margin: 0 20px 20px 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px;
    border-radius: 10px;
    width: 500px;
    text-align: center;
    font-family: "Georgia", "sans-serif";
    color: gray;
    font-weight: 600;
}
.ColBR1calc{
    background-color: var(--azul-claro);
    padding: 20px;
    color: var(--branco);
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
}
.ColBR2calc{
    background-color: var(--branco);
    color: var(--azul);
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ColBR3calc{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border-radius: 0 10px 10px 0;
}

    /* paises */
#paises .titlecalc{
    margin-bottom: 20px;
}
#paises .brasilCalc1{
    width: 150px;
}
#paises .brasilCalc2{
    width: 150px;
}
#paises .brasilCalc3{
    width: 150px;
}
#paises .lineBrasilcalc{
    width: auto;
}
#paises .ColBR1calc{
    width: 150px;
}
#paises .ColBR3calc{
    width: 150px;
}
#paises .ColBR2calc{
    width: 300px;
    color: gray;
}


.subtitleBuro{
    display: flex;
    background-color: var(--azul-claro);
    padding: 20px;
    margin-top: 20px;
    /* justify-content: space-around; */
    color: var(--branco);
    font-weight: 600;
    font-family: "Glacial Indifference";
    border-radius: 10px;
}
.legendaBuro{
    width: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.divContentBuro{
    display: flex;
    padding: 20px;
}
.contentBuro{
    width: 152px!important;
    display: flex;
    color: var(--azul-escuro);
    justify-content: center;
    word-break: break-all;
    padding: 2px;
    font-weight: 600;
    font-family: "Glacial Indifference";
    min-height: 52px;
    margin: 0 20px;
    width: 112px!important;
}
.allContentBuro{
    display: flex;
    overflow-x: auto;
    width: 800px;
}
#burocratico select{
    height: 30px;
    min-height: 0;
    padding: 0 .2rem!important;
}
#burocratico .cardcalc{
    box-shadow: rgb(0 0 0 / 24%) 1px 2px 2px;
}
#logistico .cardcalc{
    padding: 0 20px;
}

.produtosBuro{
    display:flex
}
@media(max-width:1008px){
    .allContentBuro{
        flex-direction: column;
        width: auto;
    }
    .card0Buro{
        display: flex;
    }
    .subtitleBuro{
        width: auto;
        flex-direction: column;
    }
    #logistico .subtitleBuro{
        flex-direction: row;
    }
    #logistico .divContentBuro{
        flex-direction: row;
    }
    #logistico .cardContentBuro{
        width: auto;
        display: block;
    }
    .legendaBuro{
        height: 52px;
    }
    .cardContentBuro{
        display: flex;
        overflow-x: auto;
        margin-top: 20px;
    }
    .divContentBuro{
        flex-direction: column;
        width: auto;
    }
    .contentBuro{
        text-align: center;
        align-items: center;
    }
    #burocratico select{
        height: 52px;
    }
    .ulCalc > li{
        padding-top: 5px;
    }
    .aNavCalc{
        padding: 0;
        font-size: 12px;
    }
    .produtosBuro{
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 880px){
    .columnsFreteCalc{
        flex-direction: column;
    }
    .lineResultcalc{
        flex-direction: column;
    }
    #resultado #dolaResultcalc{
        display: none;
    }
    .filtersCalc, .lineCalc{
        display: none;
    }
    .icon0Menu{
        width: 50px;
    }
    .icon1Menu {
        top: 11px;
        right: 17px;
        width: 35px;
    }
    .icon2Menu {
        top: 9px;
        right: 20px;
        width: 30px;
    }
    .divFixedCalc {
        right: 18px;
        bottom: 63px;
    }
    .aFixedCalc{
        font-size: 11px;
    }
    .legendaBuro {
        width: 110px;
    }
    #logistico .divContentBuro{
        width: 370px;
    }
    .contentBuro{
        margin: 0px 1px;
    }

}
@media(max-width: 540px){
    .ColBR2calc{
        width: 73px;
        word-break: break-all;
    }
    .ColBR3calc, .ColBR1calc{
        width: 73px;
    }
    .lineBrasilcalc{
        width: 300px;
    }
    #paises .ColBR1calc {
        width: 90px;
    }
    #paises .ColBR3calc {
        width: 90px;
    }
    #paises .brasilCalc1{
        width: 90px;
    }
    #paises .brasilCalc2{
        width: 90px;
    }
    #paises .brasilCalc3 {
        width: 90px;
    }
    #paises .lineBrasilcalc {
        width: 270px;
    }
    #cambio .cardSubCalc {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 30px 10px;
    }
    #cambio .inputRtoDcalc{
        width: 65px;
    }
    #cambio .spanSubtitleCardcalc {
        white-space: break-spaces;
        width: 100px;
    }
    #cambio .inputRtoDcalc {
        height: auto;
        margin:  0 10px;
    }
    #cambio label {
        margin-left: 10px;
    }
    #cambio .cardcalc {
        width: auto;
    }
    .lineResultcalc .cardSubCalc {
        width: 307px;
    }
    #frete .subtitleCardcalc {
        width: 130px;
        height: auto;
    }
    #frete .cardSubCalc {
        width: auto;
    }
    #resultado .spanResultadocalc{
        margin-right: 27px;
    }
    #realResultcalc{
        right: 10px;
    }
    .subtitleBuro{
        padding: 5px;
    }
    .divContentBuro {
        padding: 5px;
    }
    #logistico .subtitleBuro{
        width: 270px;
    }
    #logistico .divContentBuro{
        width: 270px;
    }
    #logistico .contentBuro{
        width: 100px;
        margin: 1px;
    }
    #logistico select{
        margin: 1px;
        width: 70px!important;
    }
}

.campo-bloqueado{
    background-color: var(--azul-escuro);
    border-radius: 0 10px 10px 0;
}
.button-result{
    background-color: var(--azul-escuro);
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-family: "Glacial Indifference";
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 10px auto;
}
.button-result:hover{
    background-color: var(--azul);
    transform: scale(1.02);
}

.alert-modified{
    background-color: #139645!important;
    color: white!important;
    margin: 10px 10px 0 10px!important;
    transition: all 0.5s ease-in-out;
}
