/* CSS Original */
/*@import url('https://www.univers-pbm.com.br/beneficioFarmacia/javax.faces.resource/raia-core.css.xhtml?ln=css');*/

/* Slides */
@import "slick.css";
@import "slick-theme.css";

/* Fontes */
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");

/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Open Sans", sans-serif;
}

/* General */
.clear {
    clear: both;
    height: 0;
    border: none;
    margin: 0;
}
.hide {
    display: none;
}
.body-content {
    background-color: #000;
}
.body-content.lerolero {
    background-color: #000;
    opacity: 0.6;
}
.lerolerolero {
    opacity: 0.6;
}

/* Header */
.header-background {
    position: relative;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.34);
}
.header-background.fixed {
    position: sticky;
    z-index: 9;
    top: 0;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.34);
}
.nav-accordion {
    position: relative;
    z-index: 8;
    display: flex;
    color: #fff;
    background: #12817b;
    width: 100%;
    height: 45px;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.34);
    font-family: "Open Sans", sans-serif;
}
.nav-accordion.fixed {
    position: sticky;
    z-index: 8;
    top: 64px;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.34);
}
.nav-accordion ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 2%;
    align-items: center;
    width: 100%;
}
.nav-accordion li {
    margin-right: 10%;
    margin-right: 2%;
    font-size: 14px;
    list-style-type: none;
    text-transform: uppercase;
    cursor: pointer;
}
.nav-accordion li.proposta {
    background: #cf4900;
    height: 100%;
    align-items: center;
    display: flex;
    width: 17%;
    justify-content: center;
    font-weight: 800;
}
.header {
    margin-left: 3%;
    padding: 6px 0 8px;
    position: relative;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
.header h1 {
    display: table;
}
.header h1 a {
    display: block;
    height: 51px;
}
.header h1 img {
    width: 200px;
    transition: 0.4s;
}
.header h1:hover img {
    width: 210px;
}
.social {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 420px;
    top: 15px;
}
.social span {
    color: #007f7b;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
}
.social a {
    color: #007f7b;
    text-align: center;
    vertical-align: top;
    width: 45px;
    height: 45px;
    display: inline-block;
}
.social a img {
    width: 40px;
    transition: 0.4s;
}
.social a:hover img {
    width: 45px;
}
.login {
    position: absolute;
    right: 3%;
    top: 15px;
    list-style: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.login span {
    margin-right: 20px;
    font-size: 14px;
}
.login li {
    display: inline-block;
    cursor: pointer;
    /* position: relative; */
}

.login .name {
    padding: 7px 18px;
    margin: 2px 12px;
    display: block;
    transition: 0.4s;
    background: #06b5ae;
    height: 32px;
    border-radius: 10px;
    font-weight: 800;
}

/* Login */
.login .name.active {
    /* border-radius: 10px 10px 0 0; */
    background-color: #12817b;
}
.login #first {
    color: #fff;
    /* background: #06b5ae;
      height: 32px;
      border-radius: 10px;
      margin-right: 20px; */
}
.login #first .login-content .title:hover,
.login #first .login-content .title.active,
.login #f9irst .login-content .title.active:hover {
    color: #fff;
}
.login #last {
    color: #fff;
    /* background: #06b5ae;
      height: 32px;
      border-radius: 10px; */
}
.login #last .login-content .title:hover,
.login #last .login-content .title.active,
.login #last .login-content .title.active:hover {
    color: #00b9b0;
}
.login-content {
    min-width: 320px;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1;
    border-top: 0;
    top: 50px;
    background: #cf4900;
}
.login-content .title {
    padding: 10px 0;
    transition: 0.4s;
    font-size: 13px;

    font-weight: bold;
    color: #007f7b;
}
.login-content .content {
    display: none;
    margin-top: 20px;
}
.login-content .content.forgot {
    display: block;
}
.login-content .content.forgot-b {
    display: block;
}
.login-content .content.beneficiario {
    display: block;
}
.login-content button.tablink {
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 15px;
    width: 50%;
    box-shadow: inset 0 5px 5px -5px rgba(50, 50, 50, 0.75);
}
.login-content .content.active {
    display: block;
}
.divEsqueciMinhaSenha,
.divAlterarEmail {
    color: white;
    display: none;
    padding: 30px 20px 20px;
    height: 100%;
}
.login-content .content span {
    font-size: 18px;
    color: #fff;

    letter-spacing: 0.03em;
}
.login-content input[type="text"],
.login-content input[type="password"] {
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 45px;
    padding: 0 10px;
    color: #fff;
    background: #cf4900;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.login-content input[type="submit"] {
    text-transform: uppercase;
    color: #cf4900;
    margin: 15px auto 10px;

    font-size: 14px;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    transition: 0.4s;
    display: block;
    border-radius: 5px;
    letter-spacing: 1px;
}
.login-content input[type="submit"]:hover {
    background-color: #06b5ae;
    color: #fff;
}
.login-content .subcontent {
    padding: 30px 20px 20px;
}

.login-content .tabcontent {
    color: white;
    display: block;
    padding: 30px 20px 20px;
    height: 100%;
}
.login-content input[type="text"]::placeholder,
.login-content input[type="password"]::placeholder,
.login-content .user-login input[type="text"]::placeholder,
.login-content .user-login input[type="password"]::placeholder {
    color: #fff;
    font-style: italic;
    font-size: 15px;
}

.login-content .user-login {
    margin-top: 10px;
}
.login-content .user-login span {
    display: inline-block;
    width: 70px;
    text-align: right;
}
.login-content .user-login input[type="text"],
.login-content .user-login input[type="password"] {
    width: 100%;
    margin: 10px 0 0 0;
    background: #cf4900;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.login-content .user-login:first-child {
    margin-bottom: 10px;
}

.login-content .user-forgot {
    margin-top: 10px;
}
.login-content .user-forgot span {
    display: block;
    margin-bottom: 4px;
}
.login-content .user-forgot input[type="text"] {
    width: 100%;
}

.login-content .form-login {
    margin-top: 10px;
}
.login-content .form-login:first-child {
    margin-top: 0;
}
.login-content .form-login span {
    display: inline-block;
    width: 130px;
    text-align: center;
}
.login-content .form-login input[type="text"],
.login-content .form-login input[type="password"] {
    width: 100%;
}
.login-content input.error {
    border-color: #ff0000;
    box-shadow: 0 0 2px 0 #ff0000;
}
.login-content .advice {
    display: none;
    color: #ff0000;
    font-size: 10px;
    padding: 3px 0;
    border-radius: 5px;
}
.login-content .gestor .advice,
.login-content .beneficiario .advice {
    padding-right: 35px;
    text-align: center;
}

.login-content .forgot .advice,
.login-content .forgot-b .advice {
    padding-left: 6px;
}
.login-content .register.active {
    padding: 10px;
}
.register .advice {
    padding-left: 140px;
}
.block-gestor {
    left: 7px;
}
.block-gestor #forgot {
    margin-left: 16px;
}
.block-gestor input[type="submit"] {
    background-color: #fff;
}
.block-beneficiario {
    right: 0;
    width: 465px;
}
.block-beneficiario #beneficiario {
    margin: 0 16px;
}
.block-beneficiario button.tablink {
    width: 155px;
}
.block-beneficiario input[type="submit"] {
    background-color: #fff;
}

/* Slide */
.slick-slide {
    height: auto;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 8px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    outline: none;
    content: "";
}
.slick-dots li.slick-active button {
    background: #fff !important;
}
.slick-dots li button:before {
    color: #fff !important;
    content: "";
}
.slick-dots li.slick-active button:before {
    color: #fff !important;
    content: "";
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slide img {
    width: 100%;
}
.regular {
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.34);
    z-index: 7;
}

/* Timeline */
.slider-content {
    position: relative;
}
.slider-content h2 {
    position: absolute;
    font-size: 54px;
    top: 15%;
    right: 15px;
    color: #00b8ae;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
    font-weight: 100;
}

.slider-content .featured-img {
    background-color: #000;
}
.slider-content .featured-img img {
    width: 63%;
}

.slider-fixed {
    background-color: #007f7b;
    height: 90px;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #fff;
}
.slider-fixed span {
    font-size: 76px;
    padding: 10px 20px;
}
.slider-fixed p {
    font-size: 24px;
    letter-spacing: 0.04em;
}

.slider-nav {
    text-align: center;
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    bottom: 5%;
    height: 16%;
}
.slider-nav > div {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
    position: relative;
    height: auto;
}
.slider-nav img {
    width: 100%;
    height: 100%;
}
.slider-nav h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    height: 50%;
    color: #fff;
    font-weight: 100;
}

.img-clicado {
    display: none;
}
.img-clicado2 {
    display: block;
}

/* BenefÃ­cios */
.beneficio {
    display: flex;
    background-color: #fff;
    width: 100%;
    z-index: 6;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.34);
    position: relative;
}
.beneficio .beneficio-left {
    display: flex;
    align-items: center;
    background: url(../../images/Img-OBeneficio.jpg);
    text-align: left;
    width: 59%;
    background-size: 100%;
    background-repeat: round;
}
.beneficio .beneficio-left h1 {
    font-size: 35px;
    font-weight: 100;
    margin-left: 5%;
    color: #fff;
}
.beneficio .beneficio-right {
    background-color: #fff;
    width: 42%;
}
.beneficio .beneficio-right h1 {
    padding: 10%;
    font-size: 19px;
    font-weight: 500;
    color: #575756;
    margin-top: 15px;
}

/* Como Funciona */
.comoFunciona {
    position: relative;
    background-image: url(../../images/BGcomoFunciona.jpg);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.34);
    z-index: 5;
    background-size: 100%;
    background-repeat: round;
}
.comoFunciona .left {
    position: relative;
}
.comoFunciona .left img {
    width: 100%;
}
.comoFunciona .right {
    text-align: left;
    position: relative;
    width: 100%;
}
.comoFunciona .right .text-box-right {
    text-transform: uppercase;
    margin: 19%;
    color: #1b817b;
}
.comoFunciona .right p {
    font-size: 51px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}
.comoFunciona .right span {
    font-size: 22px;
    text-transform: none;
}

/* Atributos */
.atributos {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    background-color: #00b8ae;
    margin: 0;
    z-index: 4;
}
.atributos .box-atributo {
    text-align: center;
    color: #fff;
    width: 15%;
    padding: 22px;
    margin-top: 2%;
    margin-bottom: 2%;
}

img.icon-atributo {
    width: 50%;
    margin-bottom: 10%;
}
.atributos .box-atributo p {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 5%;
    line-height: 25px;
}
.atributos .box-atributo span {
    font-size: 17px;
}

/* Contact */
.contact {
    background-image: url(../../images/landpage/BGSoliciteProposta.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 3;
    flex-direction: column;
    padding-bottom: 5%;
    padding-top: 4%;
}
.contact.text-box {
    margin-top: 4%;
}
.contact .content {
    padding: 2%;
    transition: 0.6s;
    width: 60%;
    background-color: #12817b;
    margin-top: 30px;
}
.contact h1 {
    color: #fff;
    text-align: center;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 100;
}
.contact ul {
    list-style: none;
}
.contact .cliente-box,
.empresa-box,
.beneficiario-box,
.button-box {
    display: flex;
    justify-content: center;
}
.contact .beneficiario-box {
    display: flex;
    justify-content: center;
}

.contact .empresa-box2 p {
    width: 94%;
    color: white;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
}
.contact .empresa-box2 div {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.contact .beneficiario-box div {
    width: 100%;
}

.contact #contact-qty-client {
    width: 233px;
}

.contact label {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    margin: 1%;
    padding: 0px 30px 0px 0px;
    cursor: pointer;
}

.contact .beneficiario-box label input {
    position: absolute;
    right: 0px;
    top: 15px;
}

.contact .beneficiario-box label::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid white;
    vertical-align: middle;
    background-color: #12817b;
}

.contact .beneficiario-box .is-checked::before {
    content: "";
    position: absolute;
    z-index: 2;
    vertical-align: middle;
    right: 5.5px;
    height: 6px;
    width: 8px;
    margin-top: -2px;
    border-left: 1.5px solid;
    border-bottom: 1.5px solid;
    border-color: white;
    transform: rotate(-45deg);
}

.contact .beneficiario-box label input[type="checkbox"]:checked + .contact .beneficiario-box label::before {
    content: "testes";
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="number"],
.contact input[type="tel"],
.contact textarea,
.contact select {
    width: 100%;
    height: 42px;
    border: none;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    background-color: #12817b;
    box-sizing: border-box;
    margin: 1%;
    border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background: rgba(255, 255, 255, 10%);
}
option {
    background-color: #12817b;
}
.contact input[type="submit"] {
    width: 31%;
    background-color: #fff;
    color: #12817b;
    font-size: 21px;
    border: none;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.contact input[type="submit"]:hover {
    background-color: #00b9b0;
    color: #fff;
}
.contact .additional {
    display: block;
}
.contact .additional.checkbox {
    height: 79px;
}
.contact .additional.textarea {
    clear: left;
    width: 100%;
    margin-left: 0;
}
.contact .active {
    max-height: 600px;
}
.contact .active .button {
    clear: left;
    width: 100%;
    text-align: center;
}
.contact .active .button input[type="submit"] {
    width: 22%;
}
.contact .checkbox label {
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 8px;
}
.contact .checkbox input[type="checkbox"] + label:before {
    border: 1px solid #007f7b;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 0.25em 0 -20px;
    padding: 0;
    vertical-align: top;
    width: 16px;
    border-radius: 4px;
    background-color: #fff;
}
.contact .checkbox input[type="checkbox"]:checked + label:after {
    color: #f37021;
    content: "\2713";
    font-size: 24px;
    position: absolute;
    left: 1px;
    font-weight: bold;
    top: 16px;
}
.contact .active .additional.checkbox {
    display: table;
}
.contact .textarea textarea {
    padding: 15px;
    height: 100px;
}
.contact input.error {
    box-shadow: none;
}
.contact .advice {
    position: absolute;
    left: 3px;
    bottom: -20px;
    display: none;
    color: #fff;
    font-size: 10px;
    padding: 3px 0;
    border-radius: 5px;
}
.contact hr {
    margin-top: 3%;
    margin-bottom: 3%;
}
.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact input[type="tel"]::placeholder,
.contact input[type="number"]::placeholder {
    color: #fff;
    font-style: italic;
}

.contact input[type="number"]::-webkit-inner-spin-button,
.contact input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Footer */
.footer-background {
    background-color: #fff;
    width: 100%;
    z-index: 2;
}
.footer {
    width: 100%;
    /* height: 100%; */
    color: #007f7b;
    display: flex;
    flex-flow: column;
}
.footer .brands {
    text-align: center;
    margin: 0 5%;
    display: flex;
    align-items: center;
    padding-top: 5%;
    justify-content: center;
}
.footer .hr {
    height: 98px;
    border: 1px solid #06b5ae;
}
.footer a img {
    text-align: center;
    width: 70%;
}
.footer h2 {
    color: #007f7b;

    margin-bottom: 20px;
    font-size: 15px;
}
.footer hr {
    border: 1px solid #06b5ae;
    width: 100%;
    margin-top: 5%;
}
.footer p {
    font-size: 25px;
    margin: 3% 0 2% 0;
    text-transform: uppercase;
}
.footer span {
    font-size: 16px;
}
.brands {
    text-align: center;
    margin: 4% 0 3%;
}
.footer .brands .brand-text {
    width: 20%;
    text-align: left;
    font-size: 18px;
}
.footer .brands .brand-text span {
    font-size: 18px;
}
.footer .brands .brand-icons {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer a {
    margin: 0;
}
.footer .footer-text-box {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 4%;
    margin-bottom: 5%;
}
.separator {
    height: 100px;
    border: 1px solid #06b5ae;
}

/* Modal */
.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0px;
    left: 0px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
}

.modal .modal-content {
    max-width: 380px;
    background-color: white;
    text-align: center;
    border-radius: 11px;
    box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.75);
}

.modal .modal-content h3 {
    margin-top: 20px;
    background-color: #cf4900;
    color: white;
    font-size: 18px;
    padding: 15px 40px;
}

.modal .modal-content p {
    margin: 30px 0px;
    padding: 0px 40px;
    color: #12817b;
    font-size: 14px;
}
button:focus {
    border: none;
    outline: none;
}

.modal .modal-content button {
    margin: 0px 0px 20px;
    padding: 0px 40px;
    background-color: #12817b;
    color: white;
    font-size: 14px;
    border: none;
    padding: 10px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 11px;
    cursor: pointer;
}
.portal-beneficiario-mobile,
.maior-rede-mobile,
.login-content .mobile {
    display: none;
}
/* Crossbrowser */
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .login-content {
        margin: 0;
    }
    .login-content .title {
        font-size: 14px;
    }
    .block-beneficiario #beneficiario {
        margin: 0 11px;
    }
    .slide-content {
        min-width: 1280px;
    }
    .slide-content .anchor {
        display: block;
        max-width: 166px;
    }
    .contact .checkbox input[type="checkbox"]:checked + label:after {
        top: 18px;
    }
}
/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .block-beneficiario #beneficiario {
        margin: 0 14px;
    }
    .login-content .form-login span {
        width: 129px;
    }
    .slide-content .anchor {
        left: 50%;
        margin-left: -108px;
    }
    .attributes ul li.active img.hide {
        margin: 0 auto;
        display: block;
    }
}

.btn000Lg{
    text-transform:uppercase;
    background-color: #c05221;
    border-radius: 6px;
    color: white;
    border: none;
    padding: 8px;
    margin-top: 25px;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    font-weight:600;
    letter-spacing: 0.04em;
}
.btn000Lg{
    text-transform:uppercase;
    background-color: #c05221;
    border-radius: 6px;
    color: white;
    border: none;
    padding: 8px;
    margin-top: 25px;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    font-weight:600;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 720px) {
    .header {
        margin: 0;
        height: 114px;
    }
    .header h1 {
        display: block;
        text-align: center;
    }
    .login {
        position: absolute;
        justify-content: center;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        background-color: #39b0aa;
    }
    .login span {
        margin-right: 0px;
        font-size: 14px;
    }
    .login .login-span {
        color: #fff;
        font-weight: bold;
    }
    .login #last,
    .login #first {
        margin: 8px;
        border-radius: 8px;
        background-color: #1c7e7c;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .login #last .name,
    .login #first .name {
        background-color: transparent;
    }
    .nav-accordion {
        display: none;
    }
    .body-content {
        background-color: transparent;
    }
    .body-content .regular.slider {
        display: none;
    }
    .body-content .beneficio {
        flex-direction: column;
    }
    .body-content .beneficio .beneficio-right,
    .body-content .beneficio .beneficio-left {
        width: 100%;
    }
    .body-content .beneficio .beneficio-left {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .body-content .beneficio .beneficio-left h1 {
        margin: 5%;
    }
    .body-content .beneficio .beneficio-right h1 {
        text-align: right;
        font-size: 24px;
        margin: 0;
    }
    .body-content .comoFunciona {
        background-image: url(../../images/BG-home-mobile.jpg);

        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .body-content .comoFunciona .left {
        text-align: center;
        margin: 5% 0;
    }
    .body-content .comoFunciona .left img {
        width: 50%;
    }
    .body-content .comoFunciona .right .text-box-right {
        text-align: center;
        margin: 0% 4% 6% 4%;
    }
    .body-content .comoFunciona .right p {
        font-size: 26px;
        font-weight: bold;
    }
    .body-content .comoFunciona .right .text-box-right span {
        color: #4c4c4c;
    }
    .body-content .atributos {
        flex-direction: column;
    }
    .body-content .atributos .box-atributo {
        width: 100%;
        padding: 8px 14px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .atributos .box-atributo .box-atributo-title {
        display: flex;
        align-items: center;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .body-content .atributos .box-atributo img.icon-atributo {
        width: 28px;
        margin-bottom: 0;
    }
    .body-content .atributos .box-atributo p {
        margin-bottom: 0;
        font-size: 20px;
        padding-left: 4px;
    }
    .body-content .atributos .box-atributo span {
        width: 100%;
        text-align: center;
    }
    .body-content .atributos .box-atributo .box-atributo-description,
    .body-content .atributos .box-atributo .portal-beneficiario-mobile,
    .body-content .atributos .box-atributo .maior-rede-mobile,
    .body-content .atributos .box-atributo .comunicacao-clara-mobile,
    .body-content .atributos .box-atributo .atendimento-especializado-mobile {
        display: block;
        padding: 0 20px;
    }
    .body-content .atributos .box-atributo .portal-beneficiario-desktop,
    .body-content .atributos .box-atributo .maior-rede-desktop,
    .body-content .atributos .box-atributo .atendimento-especializado-desktop,
    .body-content .atributos .box-atributo .comunicacao-clara-desktop {
        display: none;
    }
    .body-content .slider-content.linha-do-tempo {
        display: none;
    }

    .body-content .contact {
        background-size: cover;
    }
    .body-content .contact .text-box h1 {
        font-size: 21px;
        font-weight: bold;
    }
    .body-content .contact .content {
        width: 90%;
        padding: 3% 2%;
    }
    .body-content .contact .cliente-box,
    .empresa-box,
    .beneficiario-box,
    .button-box {
        flex-direction: column;
    }
    .body-content .contact .beneficiario-box label input {
        position: absolute;
        right: 20px;
        top: 0px;
    }
    .body-content .contact .beneficiario-box label::after {
        content: "";
        position: absolute;
        right: 18px;
        width: 17px;
        height: 17px;
        border: 1px solid white;
        vertical-align: middle;
        background-color: #12817b;
    }
    .body-content .contact .beneficiario-box .is-checked::before {
        content: "";
        position: absolute;
        z-index: 2;
        vertical-align: middle;
        right: 23.5px;
        height: 6px;
        width: 8px;
        margin-top: -2px;
        border-left: 1.5px solid;
        border-bottom: 1.5px solid;
        border-color: white;
        transform: rotate(-45deg);
    }
    .contact input[type="text"],
    .contact input[type="email"],
    .contact input[type="number"],
    .contact input[type="tel"],
    .contact textarea,
    .contact select {
        width: 98%;
    }
    .contact .empresa-box2 div {
        flex-direction: column;
    }

    .body-content .contact .content .button-box {
        align-items: center;
    }
    .footer-background .footer .brands {
        flex-direction: column;
    }
    .footer-background .footer .brands .brand-text {
        color: #4c4c4c;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .brands .brand-text span {
        font-size: 26px;
    }
    .footer-background .footer .brands .brand-icons {
        width: 100%;
        margin: 8px 0;
    }
    .footer-background .footer .brands .brand-icons .separator {
        height: 36px;
        margin: 0 16px;
    }
    .footer .footer-text-box p {
        font-weight: bold;
    }
    .footer .footer-text-box span {
        color: #4c4c4c;
        font-size: 19px;
    }
    .login-content.block-beneficiario {
        width: 100%;
    }
    .block-beneficiario button.tablink {
        width: 33.333%;
    }
    .login-content.block-gestor {
        left: 0;
    }
    .login-content.block-beneficiario .cadastrar-btn {
        height: 54px;
    }
    .login-content .mobile {
        display: block;
    }
    #mobile h1 {
        padding: 20px;
    }
    #mobile a {
        padding: 20px;
        width: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        display: block;
        box-sizing: border-box;
    }
    #mobile .store-img {
        display: flex;
        justify-content: space-evenly;
    }
    #mobile .store-img img {
        width: auto;
        height: 50px;
    }
    .contact input[type="submit"]{
        width: 98%;
    }
    .btn000Lg{
        width: 100%;
        max-width: 500px;
        padding: 10px 0;
        font-size: 32px;
    }
}
