@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&amp;family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,500&amp;family=Sora:wght@400;600;700&amp;family=Ubuntu:wght@400;500;700&amp;display=swap');

/* :root {
    --cor-vermelho: #ccc;
} */

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Sora;
    src: url(../fonts/Sora/Sora-VariableFont_wght.ttf);
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-VariableFont_wght.ttf);
}

@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.ttf);
}

html {
    overflow-x: hidden;
}

/*br {*/
/*    display: none;*/
/*    height: 0 !important;*/
/*}*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
    overflow-y: hidden !important;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

del {
    text-decoration: line-through;
}

hr {
    background: transparent;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0;
}

mark {
    background-color: #ffffb3;
    font-style: italic
}

br {
    display: none;
    height: 0 !important;
}


input,
select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: white;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    cursor: pointer;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

header {
    width: 100%;
    height: 112px;
    max-height: 100%;
}

/* CUSTOM PAGE SCROLLBAR */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #383838;
}

body::-webkit-scrollbar-thumb {
    background: #FAD517;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #FAD517C7;
}

/* END CUSTOM PAGE SCROLLBAR */

/* CUSTOM DIV SCROLLBAR */
div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

div::-webkit-scrollbar-thumb {
    background: #FAD517;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
    background: #FAD517C7;
}

/* END CUSTOM DIV SCROLLBAR */

a.active_menu {
    font-weight: bold;
    color: #1c7430;
    border-bottom: solid 3px #1c7430 !important;
}


.container {
    padding-left: 15vw;
    padding-right: 15vw;
}

.container-left {
    padding-left: 15vw;
}

.container-right {
    padding-right: 15vw;
}

.login-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../assets/img/blob-background-fill.svg);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    object-fit: contain;
    font-family: Poppins, 'Poppins', sans-serif;
}

.login-container .py-4 {
    padding: 0;
}

.login-body {
    position: relative;
    width: 500px;
    max-width: 98%;
    min-height: 400px;
    max-height: 100%;
    margin: auto;
    padding: 20px;
    /* border: solid 1px rgba(0, 0, 0, 0.151); */
    border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.178);
    /* box-shadow: -50px 0 200px 0px #ffde4b, 50px 0 200px 0px #4cfa63; */
}

.login-body .back {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 0 .5rem;

}

.login-body .back svg {
    width: 15px;
    height: 15px;
}

.login-body .back a {
    color: rgb(85, 85, 85);
}

.login-errors {
    width: 100%;
    max-width: 98%;
    margin: 0 auto 1rem;
}

.login-errors span {
    color: #c70000de;
}

.login-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-header a img {
    max-width: 100%;
    max-height: 100%;
}

.login-content {
    width: 400px;
    max-width: 98%;
    margin: auto;
    height: 100%;
    padding: 0 0 30px;
}

.login-content h3 {
    text-align: center;
    font-size: 1.1rem;
    color: #333;
    padding: 2rem;
    text-transform: uppercase;
}

.login-content form {
    color: #56912e;
    font-weight: bold;
}

.login-content form .submit-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.login-content form .manter-conectado {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #4e4e4e;
    opacity: .7;
}

.login-content form .manter-conectado label,
.login-content form .manter-conectado input {
    cursor: pointer;
}

.login-content form .submit-button button {
    padding: 10px;
    min-width: 140px;
    max-width: 95%;
    margin: auto;
    background: #ffd643;
    color: black !important;
    border: transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
    font-weight: bold;
}

.login-content form .submit-button button:hover {
    background: #FAD517;
    border: #FAD517;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}

/* REMOVE A ESTILIZAÇÂO PADRÂO DO CHROME QUANDO O CAMPO É AUTOPREENCHIDO */
.login-content form input:-webkit-autofill,
.login-content form input:-webkit-autofill:hover,
.login-content form input:-webkit-autofill:focus,
.login-content form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgb(255, 255, 255) inset !important;
    border: solid 2px transparent;
    outline: none;
    border-bottom: solid 2px #56912e;
}

.login-content form input.form-item {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    margin: 13px 0;
    border: solid 2px transparent;
    border-bottom: solid 2px #ccc;
    color: #7e7e7e;
    background-color: transparent;
    outline: none;
    transition: border .2s;
}

.login-content form input.form-item:focus {
    border-bottom: solid 2px #56912e;
}

.login-content form input.form-item:valid {
    border: solid 2px transparent;
    outline: none;
    border-bottom: solid 2px #56912e;
}

.login-content form .underline {
    font-size: 12px;
    color: #4e4e4e;
    opacity: .7;
    font-weight: bold;
    padding: 10px 0;
    transition: all .2s;
}

.login-content form .underline:hover {
    opacity: .9;
}

#fallback {
    min-height: 90vh;
    width: 100%;
    font-family: Poppins, 'Poppins', sans-serif;
}

#fallback .flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "texto codigo";
    font-size: 130%;
    width: 100%;
}

.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown svg {
    margin: 0 .6rem 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    color: #333333;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content.active {
    display: block;
    transition: all ease-in-out .2s;
}

.dropdown-content a {
    width: 100%;
    padding: 0.6rem 0 0.6rem 1rem;
    border-bottom: solid 1px #ccc;
    text-align: left;
    justify-content: flex-start !important;
}

.dropdown-content a:hover {
    background: rgb(238, 238, 238);
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: all ease-in-out .2s;
}

#fallback .flex-container .texto {
    grid-area: texto;
}

#fallback .flex-container .codigo {
    grid-area: codigo;
}

#fallback .flex-container h1 {
    text-align: center;
}

.validation_errors_message {
    width: 80%;
    margin: 10px auto;
    color: #ff4848;
    text-align: left;
}

.b-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.btn-adm {
    cursor: pointer;
    min-width: 100px;
    padding: 7px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0 12px 28px 0, rgb(0 0 0 / 10%) 0 2px 4px 0, rgb(255 255 255 / 5%) 0 0 0 1px inset;
    font-weight: bold;
    margin-left: 15px;
}

.btn-adm-edit {
    border: solid 1px #fad517;
    background: #fad517;
}

.btn-adm-delete {
    border: solid 1px #fa1717;
    background: #fa1717;
    color: white;
}

.btn-adm-insert {
    text-align: center;
    min-width: 10px;
    max-width: 200px;
    width: 100%;
    font-size: .8rem;
    border: solid 1px #009c0d;
    background: #009c0d;
    color: white;
}

.owl-stage-outer {
    height: 100%;
}

.owl-item img {
    height: 100%;
    max-width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.planosSwiper {
    box-shadow: none;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #419935;
}

.swiper-button-prev,
.swiper-button-next {
    color: #419935;
}

/*
.owl-stage {
    height: 100%;
} */

#menu {
    max-width: 100vw;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 999;
    display: inline;
    transition: all .5s ease-in-out;
}

#menu-responsivo {
    display: none;
}

#menu-superior {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    height: 40px;
    background-color: #101738;
    display: flex;
    align-items: center;
    justify-content: space-between;
    size: 14px;
    line-height: 16px;
    font-weight: 400;
}

#menu-superior div a {
    color: white;
}

#menu-superior-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}

#menu-superior-item .admin-panel {
    display: flex;
    justify-content: space-evenly;
    background-color: #FBC400;
    align-items: center;
    padding: 0 20px;
    height: 100%;
}


#menu-superior-item .admin-panel a:first-child {
    padding-right: 30px;
}

#menu-superior-item .admin-panel a {
    color: #333;
}

/* Primeiro filho do menu superior da um padding */
#menu-superior-item a:first-child {
    padding-right: 50px;
}

#menu-inferior {
    padding-top: .7rem;
    padding-bottom: .7rem;
    background-color: #F9CF0C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
}

.menu-inferior-item {
    display: flex;
    align-items: center;
    gap: 0 4rem;
}

.menu-inferior-item a {
    padding-bottom: 10px;
    color: #333333;
    display: inline-flex;
    justify-content: center;
}

.actived {
    border-bottom: solid 2px #419935;
}

.flex-column-start {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.btn {
    cursor: pointer;
    padding: .4rem 1rem;
    background-color: #419935;
    color: white;
    border-radius: 1.2rem;
    font-size: .9rem;
    border: 1px solid #419935;
    transition: 0.5s ease;
    height: 40px;
    font-family: Ubuntu, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    background-color: white;
    color: #419935;
    transition: 0.5s ease;
}

.btn-white {
    border: 2px solid #419935;
    background: white;
    color: #419935;
}

.btn-white:hover {
    background: #419935;
    color: white;
    border: 2px solid white;
}

.btn-white-trans {
    border: 2px solid white;
    background: rgba(0, 0, 0, 0);
}

.btn-white-trans:hover {
    background: white;
    color: #419935;
}

.btn-md {
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    height: 40px;
    width: 200px;
}

.btn-lg {
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    height: 40px;
    width: 300px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-200 {
    width: 200px;
}

.btn-scrl {
    position: fixed;
    right: 1%;
    bottom: 2%;
    border-radius: 50%;
    z-index: 9999;
    display: none;
}

.btn-scrl:hover {
    color: inherit;
    background-color: #19680f;
    border: 1px solid #19680f;
}

.btn-scrl a {
    display: flex;
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

#main {
    position: relative;
    max-width: 100vw;
    width: 100vw;
    min-height: 50vh;
}

#plano-personalizado {
    height: auto;
    max-height: 800px;
    background: linear-gradient(264.94deg, #FBD100 45.93%, #FBC400 100%);
    display: flex;
    /* align-items: center; */
    position: relative;
}

#elipses-posicao {
    position: absolute;
    bottom: 10px;
}

#plano-personalizado .flex-container div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #101738;
}

#plano-personalizado .flex-container div:nth-child(2) {
    height: 480px;
    width: 100%;
}


#planos-osir {
    height: auto;
    background: url(../assets/img/sombra-inferior.svg) no-repeat center bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px 0;
    padding-top: 70px;
    padding-bottom: 100px;
}

#planos-osir #solucoes {
    height: 200px;
    width: 100%;
    gap: 0 20px;
    margin-bottom: 90px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 800;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-size: 1.5em;
}

#planos-osir #solucoes a {
    width: 100%;
    margin: 40px 0;
}

#solucao-box1 {
    background-color: #419935;
    color: white;
    padding-right: 130px;
}

#solucao-box1>svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 111px;
    width: 101px;
}

#solucao-box2 {
    background-color: white;
    color: #333333;
    padding-right: 90px;
}

#solucao-box2>svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 123px;
    width: 86px;
}

#solucao-box1,
#solucao-box2 {
    max-width: 100%;
    height: 160px;
    padding-left: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: -0.02em;
    position: relative;
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
}

/* .slides-banner{

    background-size: cover;
    background-position: center;

} */
.owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    bottom: 1%;
    left: 50%;
    transition: 0.5s ease;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #FAD517;
    transition: all .2s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3a3a3a;
    transition: all .2s;
}

/* #elipse1{
    margin-left: 41px;
}   */

#para-sua-empresa {
    font-weight: normal;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    color: #B3B3B3;
    size: 12px
}

#planos-customizados {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
}

/*#planos-customizados .flex-container {*/
/*    gap: 0 3rem;*/
/*}*/

#planos-customizados-esquerda {
    min-height: 300px;
}

#planos-customizados-direita {
    padding: 2% 3%;
    background: #FBC400;
}

#planos-customizados-direita form {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#planos-customizados-direita form .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem 0;
    padding: 0.5rem 0 0;
}

#planos-customizados-direita form .form-group .form-control {
    color: #333333;
}

#planos-customizados-direita form .form-group label {
    font-weight: bold;
    font-size: 13px;
}

#planos-customizados-direita form #plano-personalizado-escolha {
    display: flex;
    flex-direction: column;
}

#planos-customizados-direita form #plano-personalizado-escolha p {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

#planos-customizados-direita form #plano-personalizado-escolha label {
    margin: 0 .5rem 0 0;
}

#planos-customizados-direita form button {
    margin: 1.5rem auto;
}

._helper_text {
    font-size: .8rem;
    color: red;
}

.label-check {
    background: #FFFFFF;
    border-radius: 4px;
    height: 34px;
    padding: 8px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #666666;
    margin-right: 10px;
}

.label-check:hover {
    box-shadow: 0 0 0 2px #008000;
}

label>input[type='checkbox']:checked {
    box-shadow: 0 0 0 1px #419935;
    background: #419935;
}

.label-check>input[type='checkbox']:not(:checked):after {
    box-shadow: none;
}

/* area-do cliente ############ */
#como-podemos-ajudar {
    height: auto;
    box-sizing: content-box;
    min-height: 590px;
    padding-top: 64px;
    display: flex;
    /* justify-content: space-between; */
    align-items: start;
    flex-direction: column;
    background: url(../assets/img/sombra-direita.svg) no-repeat left -243%, url(../assets/img/sombra-esquerda.svg) no-repeat right -85%, linear-gradient(to bottom, #FBC400 0, #FBD100 64%, #f2f2f2 36%);
}

#como-podemos-ajudar h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 62px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #101738;
}

#como-podemos-ajudar-lista {
    display: flex;
}
.como-podemos-ajudar-lista-item{
    flex: 1;
}

.como-podemos-ajudar-caixa {
    height: 100%;
    /* min-height: 283px; */
}

.como-podemos-ajudar-caixa-topo {
    height: 71px;
    border: 1px solid #419935;
    border-radius: 8px 8px 0 0;
    background: #419935;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}

.como-podemos-ajudar-caixa-topo h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.como-podemos-ajudar-caixa-corpo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 20px;
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    height: 80%;
    min-height: 270px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.05)) drop-shadow(0px 5px 40px rgba(0, 0, 0, 0.05));
}

.como-podemos-ajudar-caixa-corpo p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #666666;
}

.como-podemos-ajudar-caixa-corpo button {
    width: 100%;
}

.como-podemos-ajudar-caixa-corpo a.my-1 {
    margin-bottom: 0;
    height: auto;
}

#fale-com-osir {
    max-width: 100vw;
    padding-top: 70px;
    padding-bottom: 50px;
    height: auto;
    background: linear-gradient(to bottom, #F2F2F2 0%, #FFFFFF 100%);

}

#fale-com-osir h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
}

#escolha-seu-atendimento {
    margin-top: 20px;
    width: 70%;
    /* height: 736px;  */
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03), 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px 0;
    padding: 8% 16px;
}

#escolha-seu-atendimento h5 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #419935;
}

.escolha-seu-atendimento-caixa {
    padding-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 33%;
}

.escolha-seu-atendimento-caixa h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.escolha-seu-atendimento-caixa p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #4D4D4D;
}

#central-atendimento {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 50%;
}

#central-atendimento .download-icons {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 12px;
    grid-template-areas: "titulo titulo" "download_android download_ios";
    font-family: Sora, 'Sora', sans-serif;
    margin-top: 40px;
}

#central-atendimento .download-icons .download-titulo {
    grid-area: titulo;
    color: #333;
    font-weight: bold;
}

#central-atendimento .download-icons .android {
    grid-area: download_android;
}

#central-atendimento .download-icons .ios {
    grid-area: download_ios;
}

#central-atendimento h5 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #333333;
}

#central-atendimento p:nth-child(2) {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #666666;
    padding-top: 24px;
    padding-bottom: 18px;
}

#central-atendimento-numero {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #23215F;
    padding-bottom: 62px;
}

#central-atendimento h6 {
    padding-top: 20px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 160%;
    color: #666666;
}

.horarios-atendimento {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #666666;
}

#online-agora {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 9px 8px;
    width: 135px;
    height: 33px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    margin-top: 3px;

}

#online-agora span {
    background: #419935;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

#fale-com-osir-direita {
    background: url('../assets/img/osir-atendimento.png') no-repeat right bottom;
    background-size: 80%;
    min-height: 100%;
    padding-bottom: 25px;
}

/* duvidas frequentes section */
#duvidas-frequentes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 69px;
    padding-bottom: 84px;
    background: #F2F2F2;
    width: 100vw;
}

#duvidas-frequentes h2 {
    width: 100%;
    text-align: left;
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #333333;
    padding-bottom: 24px;
}

#duvidas-frequentes p {
    width: 100%;
    text-align: left;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #666666;
    padding: 1rem;
}

/* acordion da section duvidas frequentes */
.acordeon {
    height: auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    background: rgba(255, 255, 255, 0);
    padding-top: 25px;
}

.drop-down-acordeon {
    height: auto;
    min-height: 40px;
    background: white;
    border-radius: 4px;
    padding: 10px;
}

.acordeon-title {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    height: 100%;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.drop-down-acordeon:hover {
    background: #FBC400;
}

.active_background {
    background: #FBC400;
}

.drop-down {
    max-height: 0;
    overflow: hidden;
}

.activate:checked~.drop-down {
    max-height: 800px;
    user-select: none;
    margin-top: 14px;
    margin-right: -9px;
    margin-left: -9px;
}

.drop-down p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 8px;
    background: white;

}

.drop-down,
.acordeon,
.drop-down-acordeon {
    /* -webkit-transform: translateZ(0);   */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* fim acordion da section duvidas frequentes */
/* ########################### */

.form-control {
    background: #FFFFFF;
    border-radius: 4px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #666666;
    padding: 8px;
    border: none;
    height: 34px;
}


#info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-top: 40px;
    min-width: 40%;
    height: 50%;
}

#info div:first-child {
    display: flex;
    justify-content: start;
    align-items: center;

}

#info div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

}

#info-titulo {
    padding-right: 20%;
}

.info-titulo__green {
    color: #419935 !important;
}

/* Botão Switch HOME */
.switch-container {
    margin: 0;
    width: 50px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch+label {
    box-sizing: content-box;
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch-flat+label {
    padding: 2px;
    width: 40px;
    height: 16px;
    background-color: white;
    border-radius: 140px;
    transition: background 0.4s;
}

.switch-flat+label:before,
.switch-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

.switch-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: white;
    border-radius: 83px;
    transition: background 0.4s;
}

.switch-flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 11px;
    background-color: #419935;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

.switch-flat:checked+label {
    background-color: white;
}

.switch-flat:checked+label:after {
    margin-left: 25px;
    background-color: #419935;
}

.row-space-around {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    clear: both;
    width: 100%;
}

.row-justify-center {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
}

#outras-solucoes {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
}

#outras-solucoes h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333;
}

#outras-solucoes-box {
    justify-content: space-around;
    width: 100%;
}

#empresas-conectamos {
    background: linear-gradient(180deg, #f2f2f200 0%, #F2F2F2 100%);
    width: 100%;
    height: 300px;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#empresas-conectamos .swiper {
    box-shadow: none;
}

#empresas-conectamos h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333;
}

.img-slide-empresa img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.info-item {
    border-left: 8px solid #419935;
    padding-left: 10px;
    padding-right: 20px;
    margin: 5px;
    height: 90px;
    width: 30%;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    background-color: white;
    border-radius: 7px;
    color: #333333;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    line-height: 120%;
    position: relative;
    gap: 10px;

}

.info-item:before {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #419935;
    position: absolute;
    left: -8px;
}

.info-item:after {
    position: absolute;
    width: 300px;
    height: 6px;
    left: 937px;
    top: 1338px;

    background: radial-gradient(50% 50% at 50% 50%, #00000080 0%, #00000000 100%);
    filter: blur(10px);
}

#vantagens {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    background:
        url(../assets/img/sombra-esquerda.svg) no-repeat right top,
        url(../assets/img/sombra-direita.svg) no-repeat left bottom,
        linear-gradient(to bottom, #FBD100 0, #FBD100 100%, #f2f2f2 35%),
        linear-gradient(264.94deg, #FBD100 43.93%, #FBC400 100%);
}

#vantagens-background {
    clear: both;
    /*
    background: url('../assets/img/vantagens-ser-osir.png');
    height:507px;
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:contain;
    */
}

#vantagens-background-responsivo {
    display: none;
    min-height: 48vw;
}

#vantagens-ser-osir {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
    width: 50%;
    /* width: 266px; */
    min-height: auto;

}

#vantagens-ser-osir h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1A1A1A;
}

#vantagens-ser-osir p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #333333;
}

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

.vantagem-medalha-row {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.vantagem-medalha-col-1 {
    min-width: 90px;
    display: flex;
    align-items: center;
}

.vantagem-medalha-col-2 {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #333333;

}

#medalhas-desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 195px;
}

#medalhas-responsivo {
    display: none;
}

#lista-vantagens {
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-bottom: 10vh;
}

#lista-vantagens #grade-vantagem {
    position: relative;
    top: -40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    border-radius: 10px;
    font-family: Poppins, 'Poppins', sans-serif;
    box-shadow: 0 0 30px #00000033;
}

.box-vantagem-1 {
    width: 33%;
    height: 350px;
    border: 1px solid #E5E5E5;
}

.box-vantagem-1:nth-child(1) .px-5 .titulo-4 {
    padding-top: 20px;
}

.box-vantagem-1:first-child {
    border-top-left-radius: 10px;
}

.box-vantagem-1:nth-child(3) {
    border-top-right-radius: 10px;
}

.box-vantagem-2 {
    width: 33%;
    height: 410px;
    border: 1px solid #E5E5E5;
}

.box-vantagem-2:first-child {
    border-bottom-left-radius: 10px;
}

.box-vantagem-2:last-of-type {
    border-bottom-right-radius: 10px;
}

/* area de atendimento (MAPA OSIR) */
#area-atendimento {
    max-width: 100vw;
    height: auto;
    background: linear-gradient(to top, #FFFFFF 38.44%, #E5E5E5 100%);
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: start;
    padding-bottom: 30px;
}

#area-atendimento-mapa {
    height: 100%;
    padding-bottom: 30px;
    /* position: absolute;
    left: 0px;
    margin-top: -15px; */
}

#area-atendimento-mapa img {
    width: 100%;
}

#area-atendimento-confira-cidade ul {
    display: flex;
    flex-flow: row wrap;
}

.lista-cidade {
    width: 46%;
    list-style: circle outside none;
    color: #999999;
    margin: 7px 5px;
    padding-left: 5px;
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
}

.lista-cidade::marker {
    color: #419935;
    content: "•";
    margin-right: 10px;
}

#area-atendimento-texto {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 40px 60px;
}

#area-atendimento-confira-cidade {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 0 10%; */
}

/* ##################### */
#duas-caixas {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#duas-caixas .flex-container {
    flex-wrap: nowrap;
    gap: 0 50px;
}

#quero-trabalhar-aqui {
    height: 500px;
    display: grid;
    grid-template-areas: "imagem texto";
    grid-template-rows: 1fr;
    grid-auto-columns: 50%;
    flex: 50%;
}

#quero-trabalhar-aqui-imagem,
#responsabilidade-social-imagem {
    grid-area: imagem;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100% 10%;
    background-position: center;
}

#quero-trabalhar-aqui-texto {
    grid-area: texto;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 100%;
    background: #FBD100CC;
    padding: 14% 2rem 0;
}

#responsabilidade-social {
    height: 500px;
    display: grid;
    grid-template-areas: "texto imagem";
    grid-template-rows: 1fr;
    grid-auto-columns: 50%;
    flex: 50%;
}

#responsabilidade-social-texto {
    grid-area: texto;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    background: #419935;
    padding: 14% 2rem 0;
}

#acompanhe-nossas-novidades {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 30px;
}

#caixa-novidade-principal {
    height: 510px;
    flex: 47%;
}

#caixa-novidade-principal-imagem {
    height: 70%;
    width: 100%;
    border-radius: 10px;
}

#acompanhe-nossas-novidades h2 {
    width: 100%;
    padding-bottom: 15px;
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.06em;
    color: #333333;
}

.caixa-novidade-esquerda {
    width: 60%;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    font-size: 75%;
}

.caixa-novidade-legenda {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-family: Ubuntu, 'Ubuntu', sans-serif;

}

.caixa-novidade-legenda div:first-child {
    background: #EEF4F8;
    color: #0055B1;
    border-radius: 10px;
    padding-right: 5px;
    opacity: 0.5;
}

.caixa-novidade-data {
    color: #999999;
}

#lista-caixas-novidade {
    height: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    flex: 47%;
    padding-top: 0;
}

.caixa-novidade {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 2px 20px;

}

.caixa-novidade-imagem {
    height: 120px;
    width: 40%;
    max-width: 200px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000033;
}

.lista-caixa-novidade-legenda {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #333333;
}

#backbone {
    width: auto;
    height: auto;
    background: #23215F;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 60px;
}

#backbone-top {
    height: auto;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#backbone-top-esquerda {
    height: 406px;
}

#backbone-top-direita {
    background: url(../assets/img/sombra-esquerda.svg) no-repeat right top, linear-gradient(to bottom, #FBD100 0, #FBD100 100%, #f2f2f2 35%), linear-gradient(264.94deg, #FBD100 43.93%, #FBC400 100%);
    min-height: 244px;
    padding-top: 68px;
    padding-left: 68px;
    padding-bottom: 68px;
}

#backbone-bottom {
    height: 51vh;
    width: 100%;
}

.backbone-titulo {
    padding-top: 17px;
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #23215F;
    width: 90%;
}

/* ######## SOBRE ############## */

#nossa-historia {
    min-height: 100px;
    padding-top: 10vh;
    background: linear-gradient(to bottom, #FBC400 38%, #ffffff00 0%);
}

#nossa-historia-superior {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    height: 250px;
}

.nossa-historia-superior-titulo {
    font-family: Sora, 'Sora', sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 300;
    line-height: 74px;
    letter-spacing: -0.04em;
    text-align: left;

}

#seu-osir-fundo {
    width: 50%;
    height: 46%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: contain;
    background: #FBC400 no-repeat;
}

.nossa-historia-superior-titulo b {
    font-family: Sora, 'Sora', sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -0.04em;
    text-align: left;

}

#nossa-historia-meio {
    height: 450px;
    background: #FFFFFF;
    display: inline-flex;
    justify-content: center;
}

#nossa-historia-texto h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #333333;
    padding-top: 12px;
    padding-bottom: 8px;
}

#nossa-historia-texto h6 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #B3B3B3;
}

#nossa-historia-texto h5 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #333333;

}

#nossa-historia-texto {
    min-width: 50%;
    height: auto;
    position: relative;
}

.nossa-historia-paragrafo {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #666666;
}

#nossa-historia-inferior {
    height: auto;
    margin-top: 20px;
    padding-top: 20px;
    max-width: 100%;
    margin-bottom: 40px;
}

#nossa-historia-inferior-direita {
    padding-left: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#nossa-historia-inferior-direita h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #333333;
}

#nossa-historia-inferior-esquerda {
    height: 400px;
    box-sizing: border-box;
    border-radius: 4px;
}

#principais-marcos {
    min-height: 600px;
    background: linear-gradient(180deg, #2C7922 0%, #419935 100%);
    padding-top: 20px;
    padding-bottom: 80px;
}

#principais-marcos-titulo {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

/* linha do tempo principais marcos */
*,
*::before,
*::after {
    box-sizing: border-box;
}


.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, #FBC400 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 15px 10px;
    background-repeat: repeat-y;
    top: 65px;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.bloco-linha {
    padding: 2px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.bloco-linha.left {
    left: 0;
}

.bloco-linha.right {
    left: 50%;
}

.bloco-linha::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc(50% - 8px);
    right: -7px;
    background: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    z-index: 1;
}

.bloco-linha.right::after {
    left: -7px;
}

.bloco-linha.right::before {
    left: 8px;
}

.bloco-linha .bloco-linha-data {
    position: absolute;
    display: inline-block;
    top: calc(50% - 14px);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    font-family: Sora, 'Sora', sans-serif;
    color: #FBC400;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 0;

}

.bloco-linha.left .bloco-linha-data {
    right: -120px;
}

.bloco-linha.right .bloco-linha-data {
    left: -120px;
}

.bloco-linha-texto-destaque {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;
}

.bloco-linha .content {
    padding: 30px 2px 30px 30px;
    position: relative;
}

.bloco-linha.right .content {
    padding: 30px 30px 30px 4px;
}

.bloco-linha .content h2 {
    margin: 0 0 10px 0;
    color: white;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}

/* ############################# */
#visao-missao-valores {
    min-height: 540px;
    width: 100%;
    /* background-image: linear-gradient(to bottom, white 0, white 90%, #FBC400 10%); */
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1.875rem;
}

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

.visao-missao-valores-item h6 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333;
}

.visao-missao-valores-item p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #808080;
}

#lista-imagens-valores {
    padding-top: 40px;
}

#lista-imagens-valores div {
    background-size: 100% !important;
}

.missao-visao-valores-imagem-inferior {
    height: 360px;
    width: 30%;
    /* max-width: 30%; */
}

#sobre-responsabilidade-social {
    height: auto;
    background: #FBC400;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* para-voce */
#osir-para-voce,
#osir-empresarial {
    height: auto;
    background: url(../assets/img/sombra-direita.svg) no-repeat left 360%, url(../assets/img/sombra-esquerda.svg) no-repeat right top, linear-gradient(to bottom, #FBC400 0, #FBC400 65%);
}

#clube-de-vantagem {
    background-image: linear-gradient(-280deg, #7eeb07, #29db80);
}


#patrocinios {
    height: auto;
    background: url(../assets/img/sombra-direita.svg) no-repeat left 360%, url(../assets/img/sombra-esquerda.svg) no-repeat right top, linear-gradient(to bottom, #FBC400 0, #FBC400 65%);
}

#clube-de-vantagem .wrapper-body {
    background: none;
}


#osir-para-voce-item,
#osir-empresarial-item,
#clube-de-vantagem-item,
#patrocinios-item {
    background-image: linear-gradient(to left, #FBC400 0, #FBC400 65%, rgba(255, 255, 255, 0) 35%);
}

#osir-para-voce-texto,
#osir-empresarial-texto,
#clube-de-vantagem-texto,
#patrocinios-texto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    height: 100%;

}

#osir-para-voce-texto,
#osir-empresarial-texto {
    height: auto;
}

#osir-para-voce-texto h3,
#osir-empresarial-texto h3,
#clube-de-vantagem-texto h3,
#patrocinios h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #333333;
    margin: auto;
}

#osir-para-voce-texto p,
#osir-empresarial-texto p,
#clube-de-vantagem-texto p,
#patrocinios p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 160%;
    color: #666666;
}

#osir-para-voce-titulo,
#osir-empresarial-titulo,
#clube-de-vantagem-titulo,
#patrocinios-titulo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

#osir-para-voce h2,
#osir-empresarial h2,
#clube-de-vantagem h2,
#patrocinios h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.5rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #101738;
}

#osir-para-voce-imagem,
#osir-empresarial-imagem,
#clube-de-vantagem-imagem,
#patrocinios-imagem {
    height: 100%;
}

#planos-slider {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background: linear-gradient(180deg, #F2F2F2 0%, #F2F2F2 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    top: -1px;
}

#planos-slider .section_title {
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
}

#planos-slider .slider.planosSwiper {
    flex-direction: unset;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 15px 30px;
    overflow: hidden;
    position: relative;
}

#planos-slider .slider .slides {
    overflow-x: unset;
    gap: 0;
    padding-bottom: 3.2rem;
}

#swiper_pv .slides {
    all: unset;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto;
}

.slider {
    width: 100vw;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.slides {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 70px;
    padding: 0 40px;
}

.slides::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

.slides::-webkit-scrollbar-thumb {
    background: #E5E5E5 !important;
    border-radius: 10px !important;
}

.slides::-webkit-scrollbar-track {
    background: transparent !important;
}

.slides .slide-planos {
    scroll-snap-align: start;
    flex-shrink: 0;
    height: 470px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03), 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: .5rem;
    background: #FFFFFF;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    margin-bottom: 15px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.slides .slide-planos:last-child {
    margin-right: 0 !important;
}

.slides .slide-planos form {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.slide-recomendado form {
    border: 2px solid #FBC400;
}

.slide-recomendado form::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: attr(data-tag);
    background: #FBC400;
    width: 100%;
    height: 39px;
    position: absolute;
    top: -36px;
    left: 0;
    border-radius: 8px 8px 0 0;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #101738;
}

.slide-texto {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 70%;
    width: 100%;
    padding-top: 28px;
}

.slide-texto h4 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.04em;
    color: #101738;
    padding-bottom: 12px;
}

.slide-texto span {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.04em;
    color: #101738;
}

.slide-texto p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    color: #4D4D4D;
}

.slide-footer {
    font-family: Sora, 'Sora', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 30%;
}

.slide-footer p {
    font-size: .8rem;
    color: #4D4D4D;
}

.slide-footer h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #333333;
}

.slide-footer span {
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #333333;
}

.slide-footer .btn {
    width: 90%;
}

#slide-row-btn-escolha {
    cursor: pointer;
    display: none;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    width: 70%;
}

.slide-btn-escolha {
    background-color: #2C7922;
    border: 1px solid #2C7922;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    transition: ease-in 0.5s;
}

.slide-btn-escolha:hover {
    background-color: #FBC400;
    border: 1px solid #2C7922;
    transition: ease-out 0.5s;
}

.slide-texto hr {
    border: 1px solid #E6E6E6;
    width: 100%;
    height: 0;
}

#para-voce-vantagens {
    padding-top: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
    background: #FFFFFE;
}

#para-voce-vantagens #para-voce-vantagens-slider .slides {
    overflow-x: unset;
}

#para-voce-vantagens h2 {
    padding: 40px 0;
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333;
    height: 15%;
}

#para-voce-vantagens-de-ser-osir {
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden;
}

#para-voce-vantagens-de-ser-osir .vantagens {
    display: grid;
    justify-items: stretch;
    justify-content: center;
    align-content: center;
    grid-auto-flow: dense;
    gap: 1rem 3rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    box-sizing: border-box;
    padding: 0 3rem;
}

.para-voce-vantagens-slide {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.para-empresa-vantagens-slide {
    width: min(400px, 96%);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.para-empresa-vantagens-slide-img {
    border-radius: 8px;
    height: 250px;
    width: 100%;
}

.para-voce-vantagens-slide-img {
    border-radius: 8px;
    height: 250px;
    width: 100%;
}

.para-voce-vantagens-slide-texto {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 220px;
}

.para-voce-vantagens-slide-texto h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #333333;
}

.para-voce-vantagens-slide-texto p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #666666;
}

#depoimentos-clientes {
    height: auto;
}

#depoimentos-clientes .icons svg {
    transform: rotate(90deg);
}

#depoimentos-cliente-pergunta {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    flex: 47%;
}

#depoimentos-cliente-pergunta h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #333333;
    margin-top: 15px;
}

#depoimentos-cliente-pergunta p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #666666;
}

#depoimentos-cliente-pergunta span {
    background-size: contain;
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #23215F;
    margin-right: .4rem;

}

#depoimentos-cliente-esquerda {
    flex: 47%;
    min-width: 47%;
    word-wrap: break-word;
}

#depoimentos-cliente-esquerda h3 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #333333;
    margin-top: 25px;
}

.depoimentos-cliente-lista {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}

.depoimentos-cliente-lista .depoimentos-cliente-lista-mensagem {
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 5px 40px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    width: 100%;
}

.depoimentos-cliente-lista div p {
    width: 100%;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #666666;
    padding: 20px 20px 10px;
    height: auto;
    min-height: 80px;
}

.title,
.depoimentos-cliente-lista-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #333333;
    padding: 20px;
    margin-bottom: 20px;
}

.escolha-bolinha-cliente {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    gap: 0 10px;
}

.bolinha-cliente {
    height: 16px;
    width: 16px;
    background: #419935;
    transition: ease-in 0.2s;
    border-radius: 50%;
    border: 1px solid white;
    cursor: pointer;
}

.activ {
    transition: ease-in-out 0.2s;
    border: 4px solid #FBD400;
    padding: 3px;
}

.bolinha-cliente:hover {
    transition: ease-in-out 0.2s;
    background: #2C7922;
}

/* ################################## */

#sobre-responsabilidade-social-esquerda {
    height: 300px;
}

#sobre-responsabilidade-social-direita {
    height: 300px;
    padding: 40px 80px 40px 40px;
}

#sobre-responsabilidade-social-direita p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #4D4D4D;
    padding-bottom: 10px;
}

#trabalhe-conosco {
    height: auto;
    background: linear-gradient(264.94deg, #FBC400 0.03%, #FBF100 100%);

}

#trabalhe-conosco-esquerda {
    height: 336px;
}

#trabalhe-conosco-direita {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px;
    padding-left: 50px;
}

#trabalhe-conosco-img {
    height: 100.5%;
}

#trabalhe-conosco-direita h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.06em;
    color: #23215F;
}

#trabalhe-conosco-direita p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #333333;
}

#internet-para-tudo {
    height: auto;
    background: linear-gradient(to top, #FBC400 0, #FBC400 85%, rgba(255, 255, 255, 0%) 15%);
}

#internet-para-tudo-esquerda {
    height: 380px;
}

#internet-para-tudo-direita {
    height: 320px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    gap: 12px;
    padding-left: 50px;
}

#internet-para-tudo-direita h2 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.06em;
    color: #23215F;
}

#internet-para-tudo-direita p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #333333;
}

#consulte-nossos-planos-imagem {
    height: 100%;
    background-size: contain !important;
}

/* */
/* ############################# */
/* footer */
footer {
    height: auto;
    min-height: 100px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100vw;
    background: #101738;

}

#footer-superior {
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
    height: auto;

}

#footer-box-primeiro {
    color: white;
    display: flex;
    justify-content: start;
    flex-direction: column;
    height: 100%;
    padding-top: 22px;
    padding-bottom: 30px;
}

#footer-box-primeiro img {
    width: 150px;
}

.footer-box {
    color: white;
    min-height: 200px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-politica-privacidade {
    font-family: Sora, 'Sora', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #ffffff80;
}

.footer-titulo {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .8rem;
    line-height: 20px;
    color: white;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-input {
    width: 240px;
    height: 36px;
    border-radius: 36px;
    padding: 6px 52px 6px 16px;
    border: none;
    margin-bottom: 10px
}

.footer-input:focus {
    outline:none;
}

.footer-input__button {
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    width: 46px;
    height: 36px;
    border-radius: 36px;
    background: #419935;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-input__container {
    position: relative;
    width: 260px;
}

.footer-politica-privacidade a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

.link-footer {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: white;
    transition: 0.3s ease-in;
}

.link-footer:hover {
    color: #666666;
    transition: 0.3s ease-out;
}


#assine-nossa-new {
    height: 24px;
    width: 59%;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    color: #666666;
    border-radius: 25px;
    padding: 6px 12px;
    font-size: 15px;
    border: none;
    box-sizing: content-box;
}

#assine-nossa-new-box {
    position: relative;
}

#assine-nossa-new-box #assine-nossa-new-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 51%;
    height: 37px;
}

#footer-inferior {
    height: auto;
    background: #101738;
    background: rgba(0, 0, 0, 0.2);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

#ligue-mande-whats-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#ligue-mande-whats-footer h4 {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

#contato-amarelo {
    font-family: Sora, 'Sora', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FBC400;

}

#icones-footer {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#icones-footer h4 {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

#icones-footer h4 span {
    color: #FBC400;
}

/* fim footer */
/* fim footer */
/* fim footer */


.img-cover {
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-blend-mode: soft-light;

}

.img-contain {
    overflow: hidden;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-blend-mode: soft-light;

}

.link {
    text-decoration: underline;
}

/* CLASSES GLOBAIS FLEX E GRID */
.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.flex-item-left {
    flex: 50%;
}

.flex-item-right {
    flex: 50%;
}

.flex-item-33 {
    flex: 32%;
}

.flex-item-42 {
    flex: 42%;
}

.flex-item-57 {
    flex: 57%;
}

.flex-item-67 {
    flex: 67%;
}

.gap-55 {
    gap: 0 55px;
}

.gap-10 {
    gap: 10px;
}

/* zerando order no desktop */
.order-1 {
    order: 0;
}

.order-2 {
    order: 0;
}

.width-100 {
    width: 100%;
    margin: 6px 0 0;
}

.grid-3 {
    display: grid;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}


.grid {
    display: grid;
    height: 430px;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    grid-template:
        "box column"
        "other column";
    box-sizing: border-box;
}

/*#osir-para-voce .grid,*/
/*#osir-empresarial .grid{*/
/*    grid-template:*/
/*        "box column"*/
/*        "info-text column";*/
/*}*/


.wrapper-head {
    grid-area: box;
    min-width: 50vw;
    box-sizing: border-box;
}

.wrapper-footer {

    grid-area: other;
    min-width: 50vw;
    box-sizing: border-box;
}

.wrapper-body {
    grid-area: column;
    background-image: linear-gradient(to left, #FBC400 0, #FBC400 55%, rgba(255, 255, 255, 0) 45%);
    min-width: 50vw;
    box-sizing: border-box;
}

.box {
    height: 100%;
    min-height: 200px;
    width: 100%;
}

.destaca-texto {
    font-weight: bold;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    size: 12px;
    color: #666666;
    padding-right: 10px;
}

.text-black {
    color: black !important;
}

.text-darkblue {
    color: #101738 !important;
}

.text-white {
    color: #FFFFFF !important;
}

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

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

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

.titulo-1 {
    color: #333333;
    font-size: 2.5em;
    font-weight: 700;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    line-height: 120%;
}

.titulo-2 {
    color: #333333;
    font-size: 1.8em;
    font-weight: 700;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    line-height: 125%;
}

.titulo-3 {
    color: #333333;
    font-size: 1.5em;
    font-weight: 700;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
}

.titulo-4 {
    color: #333333;
    font-size: 1.2em;
    font-weight: 700;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
}

.titulo-5 {
    color: #333333;
    font-size: 1em;
    font-weight: 700;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
}

.subtitulo {
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    vertical-align: top;
}

.subtitulo-bold {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    line-height: 22px;
    text-align: start;
    vertical-align: top;
}

.row {
    display: inline-flex;
    flex-direction: row;
    min-width: 100%;
    clear: both;
}

.row::after {
    content: "";
    clear: both;
    display: flex;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.border-black {
    border: 1px solid black;
}

.py-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-5 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-l-1 {
    padding-right: 5px;
}

.px-l-2 {
    padding-right: 10px;
}

.px-l-3 {
    padding-right: 15px;
}

.px-l-4 {
    padding-right: 20px;
}

.px-l-5 {
    padding-right: 25px;
}

.my-1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-5 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mx-1 {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-4 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-5 {
    margin-left: 25px;
    margin-right: 25px;
}

section#main_content {
    width: 100%;
    font-family: Ubuntu, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.75rem;
}

section.patrocinios,
section.politica-privacidade {
    flex-direction: column;
    align-items: flex-start !important;
}

.patrocinios>.container_header {
    width: 100%;
    max-width: 80vw;
    margin: auto;
    height: 100%;
    min-height: 25vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "header_content header_hero";
}

.politica-privacidade>.container_header {
    width: 100%;
    max-width: 80vw;
    margin: auto;
    height: 100%;
    min-height: 25vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.patrocinios .container_header>._header_content {
    display: flex;
    gap: 1rem 0;
    flex-direction: column;
    padding: 1rem 3rem 1rem 0;
    font-size: 1.3rem;
    line-height: 1.5rem;
    height: 100%;
    color: #666666;
    grid-area: header_content;
}

.politica-privacidade .container_header>._header_content {
    display: flex;
    gap: 1rem 0;
    flex-direction: column;
    padding: 1rem 3rem 1rem 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: 100%;
    color: #666666;
}

.patrocinios .container_header>._header_content h2,
.politica-privacidade .container_header>._header_content h2 {
    color: #333;
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: Poppins, 'Poppins', sans-serif;
}

.patrocinios .container_header>._header_content p,
.politica-privacidade .container_header>._header_content p {
    line-height: 2rem;
}

.patrocinios .container_header ._header_hero,
.politica-privacidade .container_header ._header_hero {
    width: 100%;
    height: 100%;
    background-color: #FBC400;
    border-radius: 1rem;
    position: relative;
}

.patrocinios .container_header ._header_hero img {
    position: absolute;
    width: 68%;
    right: 0;
}

.patrocinios .container_content,
.patrocinios .container_footer,
.politica-privacidade .container_content,
.politica-privacidade .container_footer {
    display: flex;
    font-size: 1rem;
    line-height: 2rem;
    flex-direction: column;
    width: 100%;
    max-width: 80vw;
    margin: 1rem auto 3rem;
    color: #333;
}

.politica-privacidade .container_footer {
    font-size: 1.1rem;
    color: #666;
}

.politica-privacidade .container_footer h2 {
    font-size: 1.5rem;
    color: #053f86;
}

.patrocinios .container_content .directives_section {
    margin: 3rem 0;
}

.patrocinios .container_content .directives_section .directives_levels,
.patrocinios .container_content .supported_categories_section .supported_categories_levels,
.patrocinios .container_footer .container_footer_levels {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .6rem;
}

.patrocinios .container_content .directives_section .directives_levels .level,
.patrocinios .container_content .supported_categories_section .supported_categories_levels .level,
.patrocinios .container_footer_levels .level {
    display: flex;
    gap: 0 .5rem;
}

.patrocinios .container_content .level p span {
    font-weight: bold;
    color: #fb7500;
}

.patrocinios .container_content .directives_section .directives_levels .level span,
.patrocinios .container_footer_levels .level span {
    font-weight: bold;
}

.patrocinios span svg {
    color: #FBC400;
}

.patrocinios .container_content .directives_section .directives_footer {
    margin: 2rem 0;
}

.patrocinios .container_content .directives_section .directives_footer p {
    text-align: center;
    color: #fa1717;
}

.patrocinios .container_content .objective_section h3,
.patrocinios .container_content .supported_categories_section .supported_categories_header h3,
.patrocinios .container_content .directives_section .directives_header h3,
.patrocinios .container_footer .container_header h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #053F86;
    font-family: Poppins, 'Poppins', sans-serif;
    margin-bottom: 1rem;
}

.politica-privacidade .container_content .objective_section h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #053F86;
    font-family: Poppins, 'Poppins', sans-serif;
    margin-bottom: 1rem;
}

.patrocinios .container_content .objective_section p,
.patrocinios .container_content .directives_section .directives_header p,
.patrocinios .container_content .supported_categories_section .supported_categories_header p,
.patrocinios .container_footer .container_header p {
    font-size: 1.2rem;
    width: 60%;
    color: #666666;
}

.politica-privacidade .container_content .objective_section p {
    font-size: 1.1rem;
    color: #666666;
}

.politica-privacidade .container_content .my-2 {
    color: #666;
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 1rem 0;
}

.politica-privacidade .container_content .my-2 h2 {
    font-size: 1.5rem;
    color: #053F86;
}

.politica-privacidade .container_content .my-2 .politica_item {
    color: #555;
}

.politica-privacidade .container_content .my-2 .politica_item p {
    font-size: 1rem;
}

.politica-privacidade .container_content .my-2 ul {
    margin: .6rem 0;
}

.politica-privacidade .container_content .my-2 ul li {
    font-size: .9rem;
}

.politica-privacidade .container_content .my-2 ul svg {
    color: #FBC400;
}


.patrocinios .form_section {
    width: 95%;
    max-width: 1080px;
    margin: 6rem auto 0;
    height: 100%;
    box-sizing: border-box;
    font-family: Sora, 'Sora', sans-serif;
}

.patrocinios .form_section .container_header {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 1rem;
    font-family: Poppins, 'Poppins', sans-serif;
}

.patrocinios .form_section .container_header h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #053F86;
    margin: 0 auto .6rem;
}

.patrocinios .form_section .container_header p {
    line-height: 2rem;
    text-align: center;
    color: #999;
}

.patrocinios .form_section .container_header span {
    color: #fa1717;
}

.patrocinios .form_section form .form-btn {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.patrocinios .form_section form .form-terms {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
}

.patrocinios .btn {
    all: unset;
    padding: 0.7rem;
    font-size: 0.85rem;
    color: #053F86;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    border: solid 1.4px #053F86;
    transition: all .4s;
}

.patrocinios .btn:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.patrocinios .form_section form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.3rem 0;
    color: #333;
}

.patrocinios .form_section form .main_form,
.patrocinios .form_section form .instituition,
.patrocinios .form_section form .partnership_request {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.patrocinios .form_section form .main_form .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 3rem;
    justify-content: flex-start;
    color: #333;
    padding: 8px 0;
}

#type_request_form {
    display: flex;
    flex-direction: column;
    gap: .5rem 0;
}

.patrocinios .form_section form .instituition .form-group,
.patrocinios .form_section form .partnership_request .form-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: .5rem 0;
    gap: 0 1rem;
}

.patrocinios .form_section form .instituition .form-group,
.patrocinios .form_section form .partnership_request .form-group {
    gap: .45rem 0;
    vertical-align: middle;
}

.patrocinios .form_section form .form_description {
    font-weight: bold;
    letter-spacing: .2px;
}

.patrocinios .form_section form .form_description p {
    margin: .5rem 0;
}

p a.btn_politica_privacidade {
    text-decoration: none;
    color: #419935;
}

#planos-customizados-direita>p:last-child {
    width: 100%;
    font-size: .8rem;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    text-align: center;
}

.patrocinios .form_section form .form-group .form-item {
    font-size: .9rem;
}

.patrocinios .form_section form .main_form .form-group .form-item label {
    font-size: 1rem;
}

.patrocinios .form_section form .instituition .form-group .form-item label,
.patrocinios .form_section form .partnership_request .form-group .form-item label {
    margin: 3px 0 4px;
}

.patrocinios .form_section form .instituition .form-group .form-item input[type='checkbox'],
.patrocinios .form_section form .partnership_request .form-group .form-item input[type='checkbox'] {
    margin: 0 4px 4px;
    cursor: pointer;
}

.patrocinios .form_section form .instituition .form-group .form-item input[type="text"],
.patrocinios .form_section form .partnership_request .form-group .form-item input[type="text"] {
    all: unset;
    width: 100%;
    max-width: 500px;
    border-bottom: solid 2px #ccc;
    box-sizing: border-box;
    font-size: 1rem;
    outline: none;
    transition: .5s all;
    padding: .2rem .6rem;
    margin-left: 0.5rem;
    cursor: text;
}

.patrocinios .form_section form .partnership_request .form-group .form-item textarea {
    all: unset;
    width: 100%;
    max-width: 100%;
    border: solid 2px #ccc;
    box-sizing: border-box;
    font-size: .8rem;
    height: 6rem;
    outline: none;
    transition: .5s all;
    padding: .6rem;
}

.patrocinios .form_section form .main_form .form-group .form-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    gap: .6rem 0;
}

.patrocinios .form_section form .main_form .form-group .form-item input {
    height: 2rem;
    width: 100%;
    outline: none;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0.2rem 0.6rem;
    color: #464646;
    border: none;
    border-bottom: solid 2px #ccc;
    transition: .5s all;
}

.patrocinios .form_section form .main_form .form-group .form-item input:focus {
    border-color: #053F86;
}

input[type="file" i] {
    width: 100%;
    padding: .6rem;
    font-family: Sora, 'Sora', sans-serif;
    color: #333;
}

.form_section form h4 {
    font-size: 1.3rem;
    color: #053f86;
}

.form_section form .form_description p span,
.form_section form label>span {
    color: #fa1717;
    font-weight: bold;
}

.grid-container {
    height: 100%;
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.grid-container .grid-content_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 2rem;
}

.grid-container .grid-content_title .my-2 {
    vertical-align: middle;
    height: 100%;
}

.grid-container .grid-content_title .my-2 a {
    width: 100%;
    color: #053f86;
    font-size: clamp(.9rem, .8vw, 1vw);
    font-weight: bold;
    box-sizing: border-box;
    padding: .7rem 1rem;
    border: solid 1px #053f86;
    border-radius: .7rem;
}

.grid-container .grid-content_title h2 {
    width: 100%;
    text-align: left;
    font-size: clamp(1.6rem, 1.2vw, 1.3vw);
    color: #333;
}

#main_content .main_benefit_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    grid-gap: 0 2rem;
}

#main_content .cards.empresas {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(10px, auto));
}

#main_content .cards.empresas .card {
    flex-direction: column;
    max-height: 100%;
    overflow: visible;
}

#main_content .cards .card {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Sora, 'Sora', sans-serif;
    justify-content: space-between;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    width: 100%;
    max-height: 200px;
    min-height: 100px;
}

.card .card-infos {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
}


#main_content .card.expired,
.expired {
    filter: grayscale(1);
    opacity: .5;
}

#main_content .cards .card .buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_content .cards .card .header_image {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 280px;
    height: 100%;
    max-height: 200px;
    border-radius: 1rem;
    position: relative;
    background-color: #fffbfb;
    -webkit-box-shadow: 0 0 25px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 25px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 25px 2px rgb(0 0 0 / 10%);
}

#main_content .cards .card .header_image::after {
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(1.06);
}


#main_content .cards .card .header_image img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

#main_content .cards .card .small-text {
    width: 100%;
    height: 100%;
    max-height: 80px;
    color: rgb(84, 84, 84);
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#main_content .cards .card .header_title {
    display: flex;
    font-size: clamp(.7rem, 1rem, 1.1rem);
    justify-content: space-between;
    margin-bottom: .5rem;
    line-height: 1rem;
    color: #333;
    background-color: #fff;
    width: 100%;
}

.select2-container--open .select2-dropdown--below {
    z-index: 100001;
}

#main_content .cards .card .header_title .cities {
    font-size: .9rem;
    max-height: 16px;
    max-width: 100px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-line-break: after-white-space;
    -webkit-box-orient: vertical;
}

#main_content .cards.empresas .card .small-text {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 2rem;
    line-height: 20px;
    padding: 1rem 2.6rem 1rem 1rem;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
    font-style: italic;
    max-height: 100%;
}

#main_content .cards.empresas .card .benefits {
    width: 100%;
    /*padding: 1rem 28px;*/
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
}

#main_content .cards.empresas .card .benefits .scores {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

#main_content .cards.empresas .card .benefits .scores .my-2 {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
    gap: 0 1rem;
    margin: 10px auto;
}

#main_content .cards.empresas .card .benefits h1 {
    font-size: 1.5rem;
    color: #858585;
    text-align: center;
    min-width: 30px;
}

#main_content .cards.empresas .card .benefits span {
    font-size: .9rem;
    width: 100%;
    max-width: 180px;
}

#main_content .cards .card .action-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
    text-align: center;
    margin-top: .5rem;
}

#main_content .cards.empresas .card .action-button {
    width: auto;
}

#main_content .cards .card .validation-date {
    font-size: .65rem;
    /*padding: 20px 20px 10px;*/
    color: #858585;
    text-align: center;
}

#main_content .cards .card .limit_count span {
    color: #053f86;
    font-weight: bold;
}

#main_content .cards.c-d-v .card .action-button button,
#main_content .cards.beneficios .card .action-button button {
    all: unset;
}

#main_content .cards.c-d-v .card .action-button .action,
#main_content .cards.beneficios .card .action-button .action {
    width: 100%;
    font-size: .9rem;
    max-width: 100px;
    padding: .5rem;
    border: solid 1px #009c0d;
    font-weight: bold;
    color: #009c0d;
    background-color: #fff;
    border-radius: .5rem;
    cursor: pointer;
}

#main_content .cards .card.soon {
    background-color: #cccccc;
}

#main_content .cards .card.soon .action-button button {
    color: #777 !important;
    border-color: #777 !important;
}

#main_content .cards .card.soon .header_title {
    background: none;
}

#formularios_planos {
    padding: 0;
    font-family: Sora, 'Sora', sans-serif;
}

#formularios_planos .grid-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
}

.form_container {
    max-width: 600px;
    margin: 0 auto;
}

ul.select2-selection__rendered {
    flex-wrap: wrap;
    gap: .25rem 0;
}

#formularios_planos .grid-container .form_levels {
    width: 50%;
    background-color: #0055B1;
    color: #fff;
}

#formularios_planos .grid-container .grid-content {
    width: 50%;
    height: 100%;
    padding: 3rem;
}

#formularios_planos .grid-container .grid-content h3 {
    text-align: center;
    font-size: 1.2rem;
}

#formularios_planos .grid-container .grid-content h3:first-child {
    margin-bottom: 1rem;
}

#formularios_planos .grid-container .grid-content .form-group {
    width: 80%;
    max-width: 95%;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 3rem;
}

#formularios_planos .grid-container .grid-content .form-group .form-items {
    gap: .5rem;
    width: 100%;
}

#formularios_planos .grid-container .grid-content .form-group .form-items input {
    outline: none;
    font-size: .9rem;
    box-sizing: border-box;
    padding: .3rem .6rem;
    color: #464646;
}

#formularios_planos .grid-container .grid-content .form-group .form-items .form-item:focus {
    border-color: #0055B1;
}

#formularios_planos .grid-container .grid-content .form_group_3 {
    width: 80%;
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form_active {
    padding-top: 3rem;
    /* display: flex; */
    align-items: center;
    justify-items: center;
    flex-direction: column;
    gap: 1rem 0;
}

/* MODAL */

[hidden] {
    display: none !important;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
    height: 102vh;
    width: 102vw;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: scroll;
    font-style: normal;
    font-family: Ubuntu, sans-serif;
    box-sizing: border-box;
    padding: 20px;
}

.modal-header {
    width: 100%;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
}

.modal-body {
    width: 100%;
    padding: 0 10px;
}

.modal-body label,
.modal-body span:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
}

.modal-body input,
.form_container form .my-2 select {
    width: 100%;
    padding: 8px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-top: 10px;
    transition: all .2s;
    outline: none;
}

.form_container form textarea {
    text-align: left;
    width: 100%;
    resize: none;
}

.modal-body textarea {
    resize: none;
    height: 40%;
    min-height: 120px;
    padding: 8px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-top: 10px;
    transition: all .2s;
    outline: none;
    font-size: 13px;
    font-family: Ubuntu, sans-serif;
}

.modal-body .file-label svg {
    display: none;
}

.modal-header h2 {
    font-size: 26px;
    letter-spacing: -1px;
    color: #626262;
}

.modal-body .my-2:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.modal-body .my-2 button[type="submit"] {
    min-width: 100px;
    max-width: 90%;
    margin: auto;
    padding: 6px;
    background-color: #009c0d;
    border: solid 1px #009c0d;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s;
}

.modal-body .my-2 button[type="submit"]:hover {
    background-color: #19680f;
    border: solid 1px #19680f;
}

.modal-body .info-input {
    color: #fa1717;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.modal-body .info-input span {
    font-size: 12px;
    font-weight: normal;
}

.fechar-modal {
    z-index: 999999999;
    cursor: pointer;
    padding: 1px 8px;
    background-color: #cdcdcd;
    font-size: 1.4rem;
    border: none;
    border-radius: 0.3rem;
    color: #4e4e4e;
    opacity: .5;
    transition: all .2s;
}

.fechar-modal:hover {
    opacity: 1;
}

#modal-conteudo {
    z-index: 99999;
    width: 700px;
    max-width: 98%;
    margin: auto;
    height: auto;
    background: #fffbfb;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

/* Modal 'Clube de Vantagens' */
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.modal-container #modal-content {
    all: unset;
    position: relative;
    display: flex;
    width: 70%;
    max-height: 70%;
    max-width: 50rem;
    min-height: 200px;
    padding: 2.3rem 2.6rem;
    border-radius: 1rem;
    background-color: #fff;
    font-family: Poppins, 'Poppins', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#modal-politica-de-privacidade #modal-content {
    height: 80%;
    overflow-y: scroll;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2 h2 {
    color: #053F86;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2 .fechar-modal:last-child {
    background: #419935;
    color: white;
    padding: .5rem 1rem;
    opacity: 1;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2 .fechar-modal:last-child:hover {
    opacity: .5;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2#modal_submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2 .politica_item {
    margin: 1rem 0;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2 .politica_item ul li {
    margin-left: 1rem;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2 svg {
    width: 10px;
    height: 10px;
    color: #419935;
    margin: 2px 0;
}

#modal-politica-de-privacidade #modal-content .modal-body .my-2 .politica_item h2 {
    margin: 1rem 0 0;
    font-size: 14px;
    color: #333333;
}

.modal-container #modal-content::before {
    content: "";
    width: 12rem;
    height: 15rem;
    border-radius: 5%;
    transform: rotate(50deg);
    position: absolute;
    background-color: #FBC400;
    top: -8rem;
    left: -5.4rem;
    opacity: 0.7;
}

#modal-area-de-atendimento #modal-content::before,
#modal-planos-excluir #modal-content::before {
    content: "";
    width: 12rem;
    height: 15rem;
    border-radius: 5%;
    transform: rotate(50deg);
    position: absolute;
    background-color: #0055B1;
    top: -8rem;
    left: -5.4rem;
}

#modal-area-de-atendimento h3,
#modal-planos-excluir h3 {
    text-align: center;
}

.modal-container #modal-content .my-2 {
    margin-bottom: 0;
    margin-top: 3rem;
}

#submit_vantagem {
    all: unset;
    text-align: center;
    width: 160px;
    max-width: 90%;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    border: .1rem solid #009c0d;
    color: #009c0d;
    background-color: #fff;
    transition: all .2s;
    cursor: pointer;
}

.modal-container #modal-content .my-2 a {
    text-decoration: none;
    text-align: center;
    width: 160px;
    max-width: 90%;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    border: .1rem solid #009c0d;
    color: #009c0d;
    background-color: #fff;
    transition: all .2s;
}

.modal-container #modal-content .my-2 #submit_vantagem:hover {
    opacity: .8;
    font-weight: bold;
}

.modal-container #modal-content .modal-header {
    border: none;
    justify-content: flex-end;
}

.modal-container #modal-content .modal-body {
    scroll-behavior: smooth;
    line-height: 1.3rem;
    font-size: 100%;
    margin-top: 0;
    padding: 1em 2em;
}

.modal-container #modal-content .modal-body .description {
    font-size: .9rem;
    color: #333;
}

.modal-container #modal-content .modal-body .description h3 {
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: .7rem;
}

.modal-container #modal-content .modal-body .description p {
    line-height: 1.3rem;
    font-size: .85rem;
}

#modal-area-do-cliente-atendimentos #modal-content .modal-body form .form-group {
    display: flex;
    gap: 1rem;
    margin: 1rem;
}

#modal-area-do-cliente-atendimentos #modal-content .modal-body form .form-group .form-items {
    flex: 1 0 0;
    gap: 0;
}

#authentication_page {
    display: grid;
    grid-template-areas:
        'heading';
    width: 100%;
}

#authentication_page .grid-heading,
#authentication_page .grid-content,
#partner_authentication_page .grid-content {
    width: 100%;
}

#authentication_page .grid-heading {
    grid-area: heading;
    height: 100%;
}

#authentication_page .grid-heading .grid-description,
#partner_authentication_page .grid-heading .grid-description {
    font-size: 1.2em;
    line-height: 1.5em;
}

#authentication_page .grid-heading .grid-description p span {
    font-weight: bold;
    color: #009c0d;
    text-transform: uppercase;
}

#authentication_page .grid-content,
#partner_authentication_page .grid-content {
    display: flex;
    grid-area: content;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 0;
}

#partner_authentication_page .grid-content {
    align-items: center;
}

#authentication_page .grid-content form .form-items p {
    color: #666666;
    font-size: 0.7rem;
}

#authentication_page .grid-content form .form-items p span {
    font-weight: bold;
    color: #fa1717;
}

#authentication_page .grid-image {
    grid-area: image;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#authentication_page .grid-content form,
#partner_authentication_page .grid-content form {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 30rem;
    padding: 2.6rem 0;
}

.form-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: .9rem;
}

.form-items .form-item {
    width: 100%;
    padding: .5rem;
    border: solid 2px #ccc;
    transition: .3s all;
}

.form-items .form-item:focus {
    border-color: #009c0d;
    outline: none;
    border-radius: .3rem;
}

.form-items .my-2 {
    text-align: center;
}

.invalid-return {
    display: none;
}

#visao-missao-valores .flex-container {
    flex-wrap: nowrap !important;
    width: 100vw;
    padding: 40px 30px 0;
}

#lista-imagens-valores div {
    border-radius: 12px;
}

.invalid-feedback {
    font-size: .8rem;
    color: #c70000de;
}

.form_container .invalid-feedback {
    font-size: .8rem;
    color: #c70000de;
    background-color: #ffe4e4;
    width: 100%;
    padding: 1rem;
    margin: 1rem;
    font-family: 'Sora', Sora, sans-serif;
}

#modal-cv-empresas-adicionar .btn {
    margin: auto;
}

p.form_helper_text,
.my-2 ul.form_helper_text {
    width: 98%;
    font-size: .75rem;
    color: #8a8a8a;
    margin: .5rem auto;
}

.my-2 ul.form_helper_text li {
    padding: .12rem;
}


.my-2 ul.form_helper_text li::marker {
    content: '- ';
    padding: .5rem 0;
}

.form_container .invalid-feedback ul {
    display: flex;
    flex-direction: column;
    gap: .5rem 0;
}

.valid-feedback {
    all: unset;
    font-size: .8rem;
    color: #009c0d;
}

#partner_authentication_page .valid-feedback {
    all: inherit;
    color: #009c0d;
    background: #41993540 !important;
    height: 100%;
    width: 80%;
    padding: 1rem;
    font-size: 1.2rem;
    margin: 0 auto 1.6rem;
    border-radius: .7rem;
}

.swal-modal {
    font-family: Ubuntu, sans-serif;
    z-index: 99999;
}

.swal-text {
    font-size: 1rem;
    line-height: 1.2;
    padding: 1rem;
    text-align: center;
}

.swal-text br {
    display: block;
}

.swal-button {
    background-color: #009c0d;
    transition: .3s;
    outline: none;
    font-size: .9rem;
}

.swal-button:not([disabled]):hover {
    background-color: #009c0d;
    opacity: .8;
}

.swal-icon--success__ring {
    border: 4px solid hsl(98deg 55% 69% / 50%);
}

.swal-icon--success__line {
    background-color: #419935;
}

#authentication_button {
    margin-top: 2rem;
}

input[type='checkbox'],
input[type='radio'] {
    border: 1px solid #808080;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    text-align: center;
    height: 15px !important;
    width: 15px !important;
    position: relative;
    margin-top: 0;
}

input[type='checkbox']:checked:after,
input[type='radio']:checked:after {
    content: '✔';
    position: absolute;
    background: #419935;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    color: white;
    border-radius: 50%;
    text-align: center;
}

.form_container form .radio-buttons .form-item {
    margin: 5px 0 10px;
}

.form_container form .my-2 input,
.form_container form .my-2 select,
.form_container form .my-2 textarea {
    font-family: 'Ubuntu', Ubuntu, sans-serif;
    font-size: .9rem;
    color: rgb(65, 65, 65);
}

.form_container form .my-2 input[type='radio']~label {
    font-weight: normal;
}

.disabled {
    display: none;
}

.success_benefits_container {
    font-family: Poppins, 'Poppins', sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 2rem 0;
    border: solid 2px #ccc;
    border-radius: 1rem;
}

.success_benefits_container .valid-feedback {
    font-size: 1.1rem;
    color: #333;
}

.success_benefits_container .benefits-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success_benefits_container form {
    align-items: center !important;
}

.success_benefits_container form button.btn {
    width: 100%;
    max-width: 200px;
    background: #419935;
    color: white;
    border: 2px solid;
    font-size: 1.2rem;
    font-weight: normal;
}

.many_contracts_header p {
    font-size: 1.1rem;
    color: #101738;
}

.many_contracts_items h1 {
    margin-top: 2rem;
    font-weight: normal;
    color: #333;
}

.many_contracts_items form {
    padding-top: 1rem;
    margin: auto;
}

.many_contracts_items form select {
    width: 100%;
    border: solid 2px #ccc;
    padding: 0.5rem;
    font-family: Poppins, 'Poppins', sans-serif;
    box-sizing: border-box;
    margin-bottom: 1rem;
    color: #333;
}

.benefit_token_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    border: solid 2px #ccc;
    border-radius: 1rem;
}

.benefit_token_container .benefit_token_helper_text {
    font-size: 1.1rem;
    color: #333;
    font-family: Poppins, 'Poppins', sans-serif;
}

.benefit_token_container .benefit_token_helper_text p {
    margin: .5rem 0;
    line-height: 1rem;
}

.benefit_token_container .benefit_token_helper_text p:nth-child(1) {
    text-align: center;
    font-weight: bold;
}

.benefit_token_container .benefit_token_helper_text p:nth-child(2) {
    padding: 1rem 0;
}

span#token {
    color: #053f86;
    font-family: Poppins, 'Poppins', sans-serif;
    font-synthesis: none;
}

#blip-chat-container #blip-chat-open-iframe {
    bottom: 15px !important;
    right: 20px !important;
}

#user_management {
    font-family: 'Poppins', Poppins, sans-serif;
}

#user_management .section_title {
    font-size: 1.3em;
    color: #333;
    margin: 2rem 0;
}

#user_management .section_title span {
    font-weight: bold;
    color: #419935;
    font-size: 1.5rem;
}

.users_table .titulo-3 {
    margin: 0 0 1rem;
    font-family: Poppins, 'Poppins', sans-serif;
    font-size: 1rem;
}

.users_table form {
    padding: 0 0 4rem;
}

.users_table table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.users_table table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.users_table table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.users_table table th,
.users_table table td {
    padding: .625em;
    text-align: center;
}

.users_table table td {
    color: #1A1A1A;
    padding: 1rem;
}

.users_table table td a {
    text-decoration: none;
    min-width: 100px;
    color: #1A1A1A;
    padding: .3em 1.5em;
    margin-left: 0;
}

.users_table table th {
    background: #101738;
    color: #f8f8f8;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.switch_permission {
    position: relative;
    display: flex;
    width: 40px;
    height: 24px;
}

.switch_permission>p {
    padding-left: 80px;
}

.switch_permission input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_permission {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_permission:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider_permission {
    background-color: #053f86;
}

input:focus+.slider_permission {
    box-shadow: 0 0 1px #053f86;
}

input:checked+.slider_permission:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider_permission.round {
    border-radius: 34px;
}

.slider_permission.round:before {
    border-radius: 50%;
}

.column {
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-wrap: wrap;
}

.column>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 200px;
    margin-bottom: 15px;
}

.column>div label {
    margin-right: 20px;
}

.column p {
    font-size: .9rem;
    width: 200px;
}

.breadcrumb {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    font-family: Poppins, 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 1rem 0 0;
}

.breadcrumb a {
    all: unset;
    text-decoration: none;
    font-size: 1rem;
    color: #666;
    cursor: pointer;
    border: solid 1px #666;
    padding: .5rem;
}

#aviso-cookies {
    z-index: 100000;
    display: flex;
    width: 100%;
    position: fixed;
    flex-direction: column;
    bottom: 0;
    left: 0;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgb(0 0 0 / 50%);
    justify-content: center;
    align-items: center;
}

#texto-cookies {
    font-family: Poppins, 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0 20px 0 0;
    line-height: 1.25rem;
    text-align: center;
}

#texto-cookies a {
    color: #053f86;
    text-decoration: underline #053f86;
    text-transform: uppercase;
    font-weight: bold;
}

#texto-cookies * {
    font-family: Poppins, 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.25rem;
}

#entendi-cookies {
    font-family: Poppins, 'Poppins', sans-serif;
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    margin-top: 20px;
    padding: 6px 14px;
    cursor: pointer;
    line-height: 19px;
}

#modal-cv-beneficios-editar #modal-conteudo .modal-body form .my-2,
#benefit_form_register .my-2 {
    margin-bottom: 30px;
}

/*.header_image.limited {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    box-sizing: content-box;*/
/*}*/

.limiter {
    width: 100%;
    box-sizing: border-box;
}

.limited {
    width: 100%;
    text-align: center;
    background: #053f86;
    padding: .4rem .6rem;
    height: 25px;
    font-size: .8rem;
    color: white;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.header_image img {
    width: 100%;
    height: 100%;
    max-height: 170px;
    object-position: top;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.bot_image {
    max-width: 100vw;
    max-height: 100vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.select2-container {
    margin-top: 12px !important;
}

.select2-container span {
    max-height: 100%;
    height: 2rem;
    font-family: Ubuntu, 'Ubuntu', sans-serif !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px !important;
}

.select2-results__options {
    background-color: white;
}

.select2-selection.select2-selection--multiple {
    display: flex !important;
    align-content: center !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #aaa !important;
}

ul.select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}


.table,
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 1rem 0 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.table tr,
table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.table th,
table th,
.table td,
table td {
    padding: .625em;
    text-align: center;
}

.table th,
table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* CRM */
#crm {
    box-sizing: border-box;
    font-family: Sora, 'Sora', sans-serif;
}

#crm .form_section {
    width: 95%;
    max-width: 1080px;
    margin: 6rem auto 0;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
}

#crm .form_section .container_header {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 1rem;
    font-family: Poppins, 'Poppins', sans-serif;
}

#crm .form_section .container_header h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #053F86;
    margin: 0 auto 0.6rem;
}

#crm .form_section .container_header p {
    line-height: 2rem;
    text-align: center;
    color: #999;
}

#crm .form_section .container_header span {
    color: #fa1717;
}

#crm form,
#crm form #endereco_do_contrato_diferente_do_cliente {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.3rem 0;
    color: #333;
}

#crm form #endereco_do_contrato_diferente_do_cliente {
    width: 100%;
}

#crm form .form-group {
    display: flex;
    align-items: center;
    gap: 0 3rem;
    justify-content: flex-start;
    color: #333;
    padding: 8px 0;
    width: 100%;
}

#crm form .form-group .form-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    gap: 0.6rem 0;
    width: 100%;
}

#crm form .form-group .form-item input,
#crm form .form-group .form-item select {
    height: 2rem;
    outline: none;
    font-size: 1rem;
    padding: 0.2rem 0.6rem;
    color: #464646;
    border: none;
    border-bottom: solid 2px #ccc;
    transition: .5s all;
    width: 100%;
}

#crm form .form-group .form-item input[type="checkbox"] {
    transition: none;
}

#crm form .form-group .form-item input:focus {
    border-color: #053F86;
}

#crm form .form-group .form-item input[type="checkbox"]:not(:checked) {
    border: 1px solid #ccc;
}

#crm form .form-group .form-item label>span {
    color: #fa1717;
    font-weight: bold;
}

#crm form #div_mesmo_endereco,
#crm form #div_mesmo_endereco input,
#crm form #div_mesmo_endereco label {
    cursor: pointer;
    width: 100%;
}

#main_content .cards .card.soon {
    background-color: #cccccc;
}

#main_content .cards .card.soon .header_title {
    background: none;
}

#main_content .cards .card.soon .action-button {
    color: #777 !important;
    border-color: #777 !important;
}

.filter-section {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.filter-section .filter-container {
    border-radius: 1rem;
    border: solid 1px #ccc;
}

.filter-header {
    width: 100%;
    text-align: center;
    padding: .5rem 0;
}

.filter-header span {
    font-weight: bold;
}

#main_content .cards {
    width: 100%;
    height: 100%;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    gap: 3rem;
}

.form-checkbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .1rem;
    padding: 0 1rem .5rem .3rem;
}

.filter_footer {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.filter_footer button {
    height: 30px;
    border-radius: .4rem;
    padding: .2rem .5rem;
}

.city_filter span {
    padding-left: .5rem;
}

.form-checkbox-group {
    width: 100%;
    display: grid;
    grid-template: "input label";
    grid-template-columns: min-content 1fr;
}

.form-checkbox-group input {
    grid-area: input;
}

.form-checkbox-group label {
    width: 100%;
    font-size: .8rem;
    grid-area: label;
    margin-left: .3rem;
}

.btn-area-cliente {
    background-color: #1D2064;
    border: 1px solid #1D2064;
}

.btn-area-cliente .fa-angle-down {
    margin-left: 10px;
}

.btn-area-cliente:hover {
    background-color: white;
    color: #1D2064;
    transition: 0.5s ease;
}

#vantagens-internet__card {
    position: relative;
    width: 313px;
    height: 96px;
    border-radius: 8px;
    border-left: 6px solid #419935;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#vantagens-internet__bola {
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #419935;
    border-radius: 50%;
}

#vantagens-internet__conteudo {
    display: flex; gap: 20px; align-items: center;
}

#vantagens-internet__conteudo img {
    width: 64px;
    height: 64px;
}

#vantagens-internet__conteudo p {
    font-weight: 500;
    line-height: 19px;
    max-width: 189px;
    font-size: 15px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
}

#vantagens-internet__sombra {
    position: absolute;
    width: 300px;
    height: 6px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: blur(.25rem);
    border-radius: 50%;
}

.nav-tabs__labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.nav-tabs__labels label {
    cursor: pointer;
    color: #B6B0B0;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
}

.nav-tabs__labels li {
    display: flex;
    flex-direction:column;
}

.nav-tabs__checkbox {
    display: none;
}

.nav-tabs__checkbox:checked + label {
    color: #439F46;
    border-bottom: 2px solid #439F46;
}

.nav-tabs__button {
    min-width: 40px;
    z-index: 100;
    position: relative;
}

#nav-tabs__services {
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content, max-content));
    padding: 20px 0px 20px 0px;
    gap: 15px;
    width: max-content;
    margin: 0px auto;
}

.nav-tabs__service-box {
    color: black;
    font-size: .8em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 60px;
}

#nav-tabs__advantages {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 20px;
    width: max-content;
    margin: 0px auto;
}

.nav-tabs__advantage-box {
    color: black;
    font-size: .8em;
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-tabs__advantage-box img {
    width: 25px;
}

.nav-tabs__advantage-box p {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-align: start;
    max-width: 200px;
}

.nav-tabs__observation {
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 10px !important;
    text-align: center;
}

.info-button__whatsapp {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1;
}

.info-button__phone {
    position: fixed;
    bottom: 12px;
    right: 20px;
    z-index: 1;
}

.info-button {
    fill: white;
    width: 60px;
    height: 60px;
    padding: 3px;
    background-color: #419935;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 2px 32px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.info-button svg {
    width: 32px;
    height: 32px;
    font-size: 32px;
}

.info-button:hover {
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}

.info-button__badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fe3d2e;
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 500;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    min-width: 20px;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#blip-chat-open-iframe {
    height: 60px !important;
    width: 60px !important;
}
