@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body,
p {
    color: #6f716e;
}

body,
div.loader img,
hr {
    position: relative;
}

.container,
.loader,
.nav-bar-mobile .around-hr hr,
.row .ex-lg,
.width-100 {
    width: 100%;
}

.decoration-underline,
.hiper-link,
.text-decoration-underline {
    text-decoration: underline !important;
}

.fs-14,
.fs-15 {
    line-height: 20px;
}

body {
    font-family: 'Open Sans';
}

.container,
.interna .container {
    max-width: 1450px;
    min-height: calc(100vh - 230px);
}

.container,
.interna .container,
section.page-whatsapp {
    min-height: calc(100vh - 230px);
}

:root {
    --title: 20px;
    --sub-title: 18px;
    --text: 14px;
    --text-center: center;
    --text-color: #000;
    --grey: #f1f1f1;
    --green: #1D4C43;
    --mid-green: #DAFE83;
    --lighter-green: #E0ECE6;
    --orange: #f68c51;
    --yellow: #ebb424;
    --red: #e94235;
}

@font-face {
    font-family: "remodia";
    src: url("../css/fonts/remodia/remodia.otf");
    font-style: normal;
}

@-webkit-keyframes gradientMoviment {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
    appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    margin: 0 auto;
    overflow-x: hidden;
    font-weight: 400;
    background-attachment: scroll;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

p {
    font-size: 14px;
    line-height: 24px;
}

hr {
    top: 0;
    width: 98%;
    display: block;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: var(--mid-green);
}

.page-calculadora-impacto.interna,
.page-corrida,
.page-dev-carrinho.page-new-carrinho,
.page-empresa-sem-descartavel,
.page-evento-sem-descartavel,
.page-higienizacao,
.page-login-cadastro,
.page-pedido,
.page-perfil.interna,
.page-personalizacao-individual.interna,
.page-portfolio.interna,
.page-servicos.servicos-primeiro,
.page-servicos.servicos-segundo,
.personalizacao-online,
.sou-mce-cliente.interna {
    margin-top: 95px;
}

.container,
.mg-0-auto {
    margin: 0 auto;
}

.loader {
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.button-radius,
.orange-button,
.white-button {
    height: 40px;
    cursor: pointer;
    font-size: 16px !important;
    text-transform: uppercase;
}

div.loader img {
    border-radius: 50%;
    width: 70px;
    left: calc(50% - 70px);
    top: calc(40%);
    /* -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin; */
}

a.floating-whats {
    right: 2vw;
    z-index: 5;
    bottom: 4vh;
    position: fixed;
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.row .lg,
.width-50 {
    width: 50%;
}

.width-33 {
    width: 33.33%;
}

.bg-grey {
    background-color: var(--grey);
}

.bg-white {
    background-color: #fff !important;
}

.bg-green {
    background-color: var(--green);
}

.bg-lighter-green {
    background-color: #189ea5;
}

.bg-orange {
    background-color: var(--orange);
}

.bg-mid-green {
    background-color: var(--mid-green);
}

.bg-yellow {
    background-color: var(--yellow);
}

.orange-color {
    color: var(--orange);
}

.black-color {
    color: var(--text-color) !important;
}

.soft-black-color {
    color: #4e4e4ee0;
}

.white-color {
    color: #fff !important;
}

.grey-color {
    color: var(--grey) !important;
}

.green-color {
    color: var(--green) !important;
}

.orange-color {
    color: var(--orange) !important;
}

.yellow-color {
    color: var(--yellow) !important;
}

.orange-button {
    background-color: var(--orange);
    color: #fff;
    padding: 0 10px;
}

.white-button {
    background-color: #fff;
    color: #000;
    padding: 0 10px;
}

.button-radius {
    color: #000;
    padding: 0 15px;
    border-radius: 19px;
    display: flex;
    align-items: center;
}

.text,
.title {
    color: var(--text-color);
}

.green-border {
    border: 2px solid #007b8b;
}

.mg-btm-0 {
    margin-bottom: 0 !important;
}

.mg-btm-5 {
    margin-bottom: 5px !important;
}

.mg-btm-10 {
    margin-bottom: 10px !important;
}

.mg-btm-15 {
    margin-bottom: 15px !important;
}

.mg-btm-20 {
    margin-bottom: 20px !important;
}

.mg-btm-30 {
    margin-bottom: 30px !important;
}

.mg-btm-40 {
    margin-bottom: 40px !important;
}

.mg-btm-50 {
    margin-bottom: 50px !important;
}

.mg-btm-60 {
    margin-bottom: 60px !important;
}

.mg-btm-70 {
    margin-bottom: 70px !important;
}

.mg-top-0 {
    margin-top: 0 !important;
}

.mg-top-5 {
    margin-top: 5px !important;
}

.mg-top-10 {
    margin-top: 10px !important;
}

.mg-top-20 {
    margin-top: 20px !important;
}

.mg-top-30 {
    margin-top: 30px !important;
}

.mg-top-40 {
    margin-top: 40px !important;
}

.mg-top-50 {
    margin-top: 50px !important;
}

.mg-top-70 {
    margin-top: 70px !important;
}

.mg-rgt-0 {
    margin-right: 0 !important;
}

.mg-rgt-1 {
    margin-right: 1% !important;
}

.mg-rgt-5 {
    margin-right: 5px !important;
}

.mg-rgt-10 {
    margin-right: 10px !important;
}

.mg-rgt-15 {
    margin-right: 15px !important;
}

.mg-rgt-20 {
    margin-right: 20px !important;
}

.mg-rgt-30 {
    margin-right: 30px !important;
}

.mg-rgt-40 {
    margin-right: 40px !important;
}

.mg-rgt-60 {
    margin-right: 60px !important;
}

.mg-rgt-70 {
    margin-right: 70px !important;
}

.mg-lft-0 {
    margin-left: 0 !important;
}

.mg-lft-1 {
    margin-left: 1% !important;
}

.mg-lft-5 {
    margin-left: 5px !important;
}

.mg-lft-10 {
    margin-left: 10px !important;
}

.mg-lft-20 {
    margin-left: 20px !important;
}

.mg-lft-30 {
    margin-left: 30px !important;
}

.mg-lft-40 {
    margin-left: 40px !important;
}

.mg-lft-60 {
    margin-left: 60px !important;
}

.mg-lft-70 {
    margin-left: 70px !important;
}

.flex {
    display: flex;
}

.display-none,
.grecaptcha-badge,
.nav-bar-mobile .container-large-mobile .container-features .bag-content .msg-carrinho,
.nav-bar-mobile .container-large-mobile .nav-menu .navbar-nav .lista-submenu,
.skiptranslate {
    display: none;
}

.block,
.content-checkbox input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

.content-space-between {
    justify-content: space-between;
}

.content-center {
    justify-content: center;
}

.content-end {
    justify-content: end;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.flex-column {
    flex-direction: column;
}

.title {
    font-weight: 500;
    font-size: var(--title) !important;
}

.text {
    font-weight: 400;
    font-size: var(--text);
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

.text-start {
    text-align: start;
}

.text-lighter {
    font-weight: lighter !important;
}

.text-light {
    font-weight: 300 !important;
}

.text-medium {
    font-weight: 400 !important;
}

.text-semi-bold {
    font-weight: 500 !important;
}

.text-bold {
    font-weight: bold !important;
    opacity: 0.87;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

.hiper-link {
    color: var(--green);
    font-size: var(--text);
}

.fs-70 {
    font-size: 70px !important;
}

.fs-65 {
    font-size: 65px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-20 {
    font-size: var(--title) !important;
}

.fs-18 {
    font-size: var(--sub-title) !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: var(--text) !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.content-checkbox,
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.row {
    margin-bottom: 10px;
}

.row input,
.row select {
    height: 46px;
    padding-left: 15px;
    background-color: #fff;
    color: #000;
    margin: 0 1% 0 0;
    border: none;
    appearance: auto;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px !important;
    cursor: pointer;
}

.row input:last-of-type,
.row select:last-of-type {
    margin-right: 0;
}

.row .md {
    width: 40.5%;
}

.row .quatro {
    width: 25%;
}

.row .sm {
    width: 17.5%;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    appearance: radio;
    -moz-appearance: radio;
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    color: #000;
    width: 20px;
    height: 20px;
    z-index: 2;
    position: relative;
    background-color: transparent;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px !important;
    height: 18px;
    background-color: #fff;
    z-index: 1;
    border-radius: 2px;
}

.content-checkbox:hover input[type="checkbox"]~.checkmark {
    background-color: #dadada;
}

.content-checkbox input[type="checkbox"]:checked~.checkmark {
    background-color: #000;
}

.content-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-shadow {
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.cursor-pointer,
button[type="submit"] {
    cursor: pointer;
}

section.page-whatsapp {
    padding: 0 14%;
    margin-top: 75px;
}

.page-whatsapp h2 {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 20px;
    color: #262526;
}

.page-whatsapp p {
    text-align: center;
    color: #111;
}

section.page-corrida-eco {
    padding: 10px 20%;
}

.nav-bar-mobile {
    background-color: transparent;
    /* max-width: 600px; */
}

.outter-mobile {
    top: 70px;
    left: unset;
    right: 0;
    z-index: 9;
    width: 250px;
    height: 100%;
    display: none;
    position: fixed;
}

.nav-bar-mobile .outter-mobile.from-menu {
    background: 0 0;
    right: 0;
    left: unset;
    top: 70px;
}

.nav-bar-mobile .outter-mobile.from-menu .nav-blur {
    /* backdrop-filter: blur(2px); */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: unset;
    z-index: 1;
}

.nav-bar-mobile .container-large-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 75px;
    padding: 0 20px;
    background: var(--green);
}

.nav-bar-mobile .container-large-mobile .image-logo {
    width: 80px;
    height: 40px;
}

.nav-bar-mobile .container-large-mobile .nav-menu .navbar-nav {
    z-index: 2;
    position: relative;
    background-color: var(--green);
    box-shadow: 3px 8px 10px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

.nav-bar-mobile .container-large-mobile .container-features .bag-content {
    width: 40px;
    height: 40px;
    position: relative;
}

.nav-bar-mobile .container-large-mobile .container-features .bag-content #cartNumber {
    right: 2px;
    bottom: 19px;
    display: block;
    font-size: 10px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    font-weight: 800;
    background: #f68c51;
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.nav-bar-mobile .container-large-mobile .container-features .hamburger-mobile {
    width: 40px;
    height: 40px;
}

.nav-bar-mobile .container-large-mobile .nav-menu .navbar-nav .category-arrow {
    transition: 0.3s ease-in-out;
}

.nav-bar-mobile .around-hr {
    margin: 0 -20px;
    padding: 10px;
}

.nav-bar-mobile .comprar .comprar-header {
    width: 100px;
    height: 25px;
    text-transform: uppercase;
    border-radius: 19px;
}

.nav-bar-mobile .close-menu-mobile {
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.nav-bar-mobile .dropbtn {
    background-color: transparent;
}

.nav-bar-mobile .translator {
    position: relative;
    width: 40px;
}

.nav-bar-mobile .translator .linguagens {
    background-color: #f1f1f1;
    height: 100px;
    width: 100%;
    padding: 8px;
    position: absolute;
    left: 0;
    display: none;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}

.nav-bar-mobile .categoria {
    color: white;
    font-size: 14px;
    letter-spacing: 0.089em;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-thumb {
    background-color: #189ea5;
}

body::-webkit-scrollbar-track {
    background: 0 0;
}

.interna .container .lateral {
    min-width: 350px;
    max-width: 25%;
}

.interna .container .lateral h3 {
    color: #000;
    display: block;
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.interna .container .lateral .lista-produtos {
    margin: 15px auto auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.interna .container .lateral .lista-produtos .item-produto {
    display: flex;
    position: relative;
    justify-content: center;
}

.interna .container .lateral .lista-produtos .item-produto .div-icone {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interna .container .lateral .lista-produtos .item-produto .categoria {
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    color: #1D4C43;
    padding: 0 15px;
    border-radius: 20px;
}

.interna .container .lateral .lista-produtos .item-produto:last-of-type {
    justify-content: center;
    margin-top: 40px;
}

.interna .container .lateral .lista-produtos .item-produto:hover:before {
    width: 75px;
}

.interna .container .lateral .lista-produtos .btn.white-btn:hover {
    background-color: #F3F6F5 !important;
}

@media (max-width: 900px) {
    .page-perfil.interna .container {
        display: block;
    }

    .interna .container .lateral {
        display: block;
        background: 0 0;
        overflow: hidden;
        min-width: 100%;
        max-width: 100%;
    }

    .interna .container .lateral .slideable {
        text-align: initial;
        display: block;
        margin-bottom: 20px;
        height: auto;
        font-size: 18px;
        font-weight: 500;
        padding-left: 0;
    }

    .interna .container .lateral .lista-produtos {
        display: flex !important;
        flex-direction: unset;
        width: 100%;
        margin-top: auto;
        gap: 15px;
        padding: 0 20px;
        overflow: auto;
    }

    .interna .container .lateral .lista-produtos::-webkit-scrollbar {
        display: none;
    }

    .interna .container .lateral .lista-produtos .item-produto {
        display: flex !important;
        height: 35px;
        border: 0;
        border-radius: 0;
    }

    .interna .container .lateral .lista-produtos .item-produto:hover:before {
        display: none;
    }

    .interna .container .lateral .lista-produtos .item-produto .div-icone {
        padding-left: 5px;
    }

    .page-perfil.interna .container .lateral .categoria {
        display: flex;
        text-align: center;
        justify-content: center;
        text-transform: uppercase;
        white-space: pre;
        width: 100%;
        height: 100%;
    }

    .interna .container .lateral .lista-produtos .item-produto:last-of-type {
        margin-top: 0;
    }

    .page-perfil.interna .container .lateral [aria-disabled] {
        background-color: #F3F6F5 !important;
    }
}

.interna .container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 100px;
}

.tiny-banner {
    width: 100%;
    height: 190px;
    margin: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.tiny-banner.sustentabilidade-mce {
    background-image: url(/assets/site/images/banners/tiny-banners/sustentabilidade.jpg);
}

.tiny-banner.corrida-eco {
    background-image: url(/assets/site/images/banners/tiny-banners/corrida-eco.jpg);
}

.tiny-banner.evento-sem-descartaveis {
    background-image: url(/assets/site/images/banners/tiny-banners/evento-sem-descartaveis.jpg);
}

.tiny-banner.empresa-sem-descartaveis {
    background-image: url(/assets/site/images/banners/tiny-banners/empresa-sem-descartaveis.jpg);
}

.tiny-banner.kit-comunicacao {
    background-color: #007b8b;
}

.tiny-banner.copo-eco-personalizado {
    background-image: url(/assets/site/images/banners/tiny-banners/copo-eco-personalizado.jpg);
}

.tiny-banner .redirect-click {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.tiny-banner .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 0 40px;
    position: absolute;
    top: calc(80% - 80px);
}

.tiny-banner .content .button-block,
.tiny-banner .content .text-block {
    display: flex;
    align-items: end;
}

.tiny-banner .content .text-block hr {
    background-color: #fff;
    width: 8px;
    height: 75px;
    margin-right: 20px;
}

.tiny-banner.corrida-eco .content .text-block hr,
.tiny-banner.kit-comunicacao .content .text-block hr {
    height: 40px;
}

.tiny-banner .content .text-block .title {
    font-size: 32px !important;
    font-weight: 600;
    color: #fff;
}

.tiny-banner .content .text-block .sub-title {
    font-size: 32px !important;
    font-weight: 300;
    color: #fff;
}

.tiny-banner .content .button-block p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 40px;
    margin-bottom: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid;
}

@media (max-width: 600px) {
    .tiny-banner .content {
        flex-direction: column;
        height: 100%;
        top: unset;
        position: relative;
        padding: 20px 30px;
        justify-content: space-between;
    }
}

.around-progress-bar {
    max-width: 1200px;
    margin-bottom: 40px;
}

.around-progress-bar .progress-bar {
    position: relative;
    width: 100%;
    max-width: 756px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.around-progress-bar .progress-bar .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 122px;
}

.around-progress-bar .progress-bar .step p {
    color: #000;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
    font-size: 12px !important;
}

.around-progress-bar .progress-bar .step .circle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #007b8b;
    background-color: #fff;
}

.around-progress-bar .progress-bar .step .green {
    background: url("../../site/images/icons/selected.svg") 0 0 / contain;
}

.around-progress-bar .progress-bar .step .green-selected {
    box-shadow: 0 0 0 7px rgb(0 123 139 / 20%);
}

.around-progress-bar .progress-bar hr {
    position: absolute;
    z-index: -1;
    top: 9px;
    width: calc(100% - 122px);
    left: 66px;
    border-width: 2px 0 0;
    border-color: #007b8b;
}

p.retorno_form {
    width: 100%;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    background: var(--mid-green);
    color: var(--green);
    margin: 0 auto 20px !important;
    text-indent: 0 !important;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

p.retorno_form.error {
    background: var(--red) !important;
    color: var(--grey);
}

@media (max-width: 450px) {
    .around-progress-bar {
        display: none;
    }
}

div#etapa-individualizado {
    position: absolute;
    text-align: center;
    z-index: 1;
    margin-left: 15px;
}

div#etapa-individualizado img {
    width: 40px;
}

div#border-etapa {
    border: 3px solid #007b8b;
    padding: 6px;
    border-radius: 8px;
}

div#flexible {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 105px;
    background-color: #fff;
    border: 3px solid #007b8b;
    border-radius: 8px;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div#etapa-individualizado:hover div#flexible {
    width: 400px;
    opacity: 1;
}

div#flexible .content-block {
    width: 120px;
    padding: 10px 0;
    transition: 1.5s ease-in-out;
    display: none;
}

div#etapa-individualizado:hover div#flexible .content-block {
    display: unset;
    -webkit-animation: 0.8s fadeIn;
    animation: 0.8s fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

div#flexible .content-block p {
    line-height: 17px !important;
    color: #000 !important;
    font-size: 12px !important;
}

div#flexible .active {
    background-color: #bfdee2;
}

div#etapa-individualizado p {
    color: #007b8b;
    font-weight: 700;
    font-size: 14px !important;
    margin: 0;
}

div#etapa-individualizado p.label {
    color: #000;
    font-weight: 400;
    margin: 0;
    font-size: 10px !important;
    line-height: 12px;
}

.confirmar-dados .conteudo .ajuda p,
.page-painel-dados .conteudo .ajuda p,
.page-personalizacao-individual .conteudo .ajuda p {
    color: #fff;
}

.confirmar-dados .conteudo .ajuda .caminhos-ajuda,
.page-painel-dados .conteudo .ajuda .caminhos-ajuda,
.page-personalizacao-individual .conteudo .ajuda .caminhos-ajuda {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.confirmar-dados .conteudo .ajuda .caminhos-ajuda a,
.page-painel-dados .conteudo .ajuda .caminhos-ajuda a,
.page-personalizacao-individual .conteudo .ajuda .caminhos-ajuda a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    font-size: 14px;
    background-color: #fff;
    height: 25px;
    width: 100px;
    margin-bottom: 0.5rem;
}

.confirmar-dados .conteudo .ajuda:hover,
.page-painel-dados .conteudo .ajuda:hover,
.page-personalizacao-individual .conteudo .ajuda:hover {
    height: 133px;
}

.confirmar-dados .conteudo .ajuda:hover .caminhos-ajuda,
.page-painel-dados .conteudo .ajuda:hover .caminhos-ajuda,
.page-personalizacao-individual .conteudo .ajuda:hover .caminhos-ajuda {
    opacity: 1;
    visibility: visible;
}

.page-painel-dados .container a.retornar {
    padding: 10px 28px;
    color: #333;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    margin-top: 10px;
}

.page-painel-dados .container a.confirmar {
    padding: 10px 28px;
    background: #f68c51;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.loader-box {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7) !important;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
    border-radius: 20px;
}

.loader-box img {
    width: 40px;
}

.btn {
    background-color: transparent;
    border-radius: 30px;
    min-width: 109px;
    height: 35px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.089em;
    transition: 0.2s ease-in-out;
}

.btn.green-btn {
    color: var(--green);
    border: 1px solid #1D4C43;
}

.btn.mid-green-btn {
    color: var(--green);
    background-color: var(--mid-green);
}

.btn.white-btn {
    color: var(--green);
    border: 1.5px solid #E3E9E8;
    background-color: transparent !important;
}

.btn:hover {
    /* background: #f2f2f2; */
    box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
}

.btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: unset;
    color: #9E9E9E;
}

@media only screen and (max-width: 500px) {
    .interna .container .lateral h3 {
        padding: 0 20px;
        justify-content: start;
    }
}