@charset "UTF-8"; /*
// - - - - - - - - - - - - - - - - - - - - - - -
// LP BVS ACCONSULTA TEMPLATED V001
// - - - - - - - - - - - - - - - - - - - - - - -
// a BACK2BASICS
// https://back2basics.com.br
// - - - - - - - - - - - - - - - - - - - - - - -
// deploy > v.00bond
// a wizardfly (//wizrdfly.rf.gd)
// - - - - - - - - - - - - - - - - - - - - - - -
// #wf-202211190955
// #wf-202212091253
// - - - - - - - - - - - - - - - - - - - - - - -
*/
/* -- reset -- */
html, body, div, section, ul, li, a, p, strong, em, h1, h2, h3, h4, h5, h6, nav, img, header, footer, form, fieldset, label, input, i, figure, iframe, hr {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

/* -- config -- */
body {
    background: #FFFFFF;
}

.error {
    color: #fff!important;
    background-color: rgba(255,0,2,.6)!important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.grid {
    width: 95%;
    max-width: 1180px;
    min-width: 280px;
    margin: 0 auto;
}

.section {
    width: 100%;
    float: left;
}

.afterClear:after {
    content: '';
    clear: both;
    display: block;
}

a.toTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    background: rgb(50 49 89 / 45%);
    padding: 30px;
    border-radius: 50px;
    text-align: center;
    display: block;
    display: none;
}

a.toTop span {
    position: absolute;
    top: calc(50% - 12.5px);
    left: calc(50% - 10px);
    display: block;
    border-top: 0;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #ffffff;
    border-left: 10px solid transparent;
    pointer-events: none;
}

.btn {
    padding: 11px 40px !important;
    background: #ffbb0d;
    border-radius: 10px;
    color: #FFFFFF !important;
    border: 1px solid #ffbb0d !important;
    transition: color 0.4s, border 0.4s, background 0.4s !important;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover, .btn:focus {
    background: none !important;
    color: #ffbb0d !important;
}

/* -- sprites -- */
.spr {
    display: inline-block;
    background-image: url(/public/upload/gallery/bvs-acconsulta-img/spr.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.spr.iBuy01 {
    width: 79px;
    height: 80px;
    background-position: 0 0;
}

.spr.iBuy02 {
    width: 79px;
    height: 80px;
    background-position: -81px 0;
}

.spr.iBuy03 {
    width: 79px;
    height: 80px;
    background-position: -162px 0;
}

.spr.iBuy04 {
    width: 79px;
    height: 80px;
    background-position: -243px 0;
}

.spr.iBuy05 {
    width: 79px;
    height: 80px;
    background-position: -324px 0;
}

.spr.iBuy06 {
    width: 79px;
    height: 80px;
    background-position: -405px 0;
}

.spr.iPayment {
    width: 78px;
    height: 78px;
    background-position: 0 -82px;
}

.spr.iBtnWhats {
    width: 65px;
    height: 65px;
    background-position: -80px -82px;
}

.spr.iRegister {
    width: 45px;
    height: 45px;
    background-position: -147px -82px;
}

.spr.iMenu {
    width: 35px;
    height: 27px;
    background-position: -194px -82px;
}

.spr.iChecked {
    width: 16px;
    height: 16px;
    background-position: -231px -82px;
}

.spr.iCheck {
    width: 18px;
    height: 15px;
    background-position: -147px -129px;
}

.spr.iWhats {
    width: 17px;
    height: 21px;
    background-position: -249px -82px;
}

.spr.iLocation {
    width: 17px;
    height: 21px;
    background-position: -268px -82px;
}

.spr.iDocument {
    width: 17px;
    height: 21px;
    background-position: -287px -82px;
}

.spr.iLinke {
    width: 17px;
    height: 21px;
    background-position: -306px -82px;
}

.spr.iFaceb {
    width: 17px;
    height: 21px;
    background-position: -325px -82px;
}

.spr.iInsta {
    width: 17px;
    height: 21px;
    background-position: -344px -82px;
}

.spr.iYoutu {
    width: 17px;
    height: 21px;
    background-position: -363px -82px;
}

/* -- header -- */
.section.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.section.header:before {
    content: '';
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(255 255 255 / 90%);
    backdrop-filter: blur(5px);
}

.section.header .grid {
    position: relative;
    z-index: 2;
}

.section.header .left .btnMenu {
    display: none;
    width: 25px;
    position: absolute;
    top: 21px;
    left: 14px;
    z-index: 10;
}

.section.header .left .btnMenu span {
    width: 100%;
    height: 5px;
    display: block;
    background: rgb(0 44 67);
    margin: 0 0 5px;
    pointer-events: none;
    transition: background 0.4s;
}

.section.header .left .btnMenu span:nth-child(1) {
}

.section.header .left .btnMenu span:nth-child(2) {
}

.section.header .left .btnMenu span:nth-child(3) {
    margin: 0;
}

.section.header .left .brand {
    display: inline-block;
}

.section.header .left .brand img {
    display: block;
    transition: opacity 0.4s;
    width: 100%;
    max-width: 186px;
    pointer-events: none;
}

.section.header .left .brand:hover img, .section.header .left .brand:focus img {
    opacity: 0.6;
}

.section.header .right {
    width: calc(100% - 350px);
}

.page .section.header .right {
    padding: 41px 0 0;
}

.section.header .right .btnWhats {
    float: left;
    width: 320px;
}

.section.header .right .btnWhats a {
    display: inline-block;
    padding: 12px 25px 12px 59px;
    color: #002c43;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #ebebeb;
    line-height: 15px;
    font-weight: 800;
    border-radius: 35px;
    position: relative;
    box-shadow: inset 0 0 0px 3px #ffffff;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #11e575;
}

.section.header .right .btnWhats a:hover, .section.header .right .btnWhats a:focus {
    color: #11e575;
    background: none;
}

.section.header .right .btnWhats a i {
    position: absolute;
    top: -9px;
    left: -7px;
    background-position: -69px -71px;
    background-size: 427px;
    width: 58px;
    height: 58px;
}

.section.header .right .btnWhats a em {
    font-style: normal;
}

.section.btnWhatsFloat {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    width: auto;
}

.section.btnWhatsFloat .grid {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.section.btnWhatsFloat a {
    display: block;
}

.section.btnWhatsFloat a:hover i{
    filter: grayscale(100%);
}

.section.btnWhatsFloat a i {
    display: block;
    transition: filter 0.4s;
}

.section.header .right .btnBuy {
    float: right;
    width: 190px;
    text-align: right;
}

.section.header .right .btnBuy a {
    display: inline-block;
    padding: 10px 25px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #0097d4;
    line-height: 15px;
    font-weight: 800;
    border-radius: 35px;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #0097d4;
}

.section.header .right .btnBuy a:hover, .section.header .right .btnBuy a:focus {
    color: #0097d4;
    background: none;
}

.section.header .right .menu {
    width: 100%;
    float: left;
}

.section.header .right .menu .mask {
    display: none;
}

.section.header .right .menu ul {
    width: 100%;
    display: block;
    padding: 10px 0 0;
    border-top: 1px solid #8a8a8a;
    margin: 15px 0 0;
    text-align: center;
}

.section.header .right .menu ul li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.section.header .right .menu ul li:first-child {
    text-align: left;
    float: left;
}

.section.header .right .menu ul li:last-child {
    margin: 0;
    text-align: right;
    float: right;
}

.section.header .right .menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #8a8a8a;
    text-transform: uppercase;
    line-height: 15px;
    transition: border 0.4s;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    font-family: 'Arial';
}

.section.header .right .menu ul li a:hover, .section.header .right .menu ul li a:focus {
    border-color: #eb687d;
}

/* -- combo -- */
.section.combo {
    padding: 135px 0 0;
    background: #ffffff;
    overflow: hidden;
}

.section.combo .grid {
    /* overflow: hidden; */
}

.section.combo .boxNews {
    width: calc(80% - 40px);
    clear: both;
    margin: 50px 10% 30px;
    border-radius: 20px;
    border: 2px solid #002c43;
    padding: 20px;
}

.section.combo .boxNews h3 {
    text-align: center;
    margin: 0 0 20px;
    text-align: center;
    color: #002c43;
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin: 0 auto 12px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.section.combo .boxNews ul {
    margin: 0 auto;
    width: 80%;
}

.section.combo .boxNews ul li {
    float: left;
    width: 48%;
    margin: 1%;
    background: #ffffff;
    padding: 0 0 20px;
    border-radius: 6px;
    color: #FFFFFF;
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.section.combo .boxNews ul li p {
    display: block;
    text-align: center;
    color: #002c43;
    padding: 0;
    margin: 0;
    width: 100%;
}

.section.combo .boxNews ul li p strong {
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
    border-radius: 6px 6px 0 6px;
    background: #59c4c6;
    border: 0;
    text-align: center;
    padding: 5px 0;
    position: relative;
    color: #002c43;
    display: block;
}

.section.combo .boxNews ul li:last-child p strong {
    background: #ffcc00;
}

.section.combo .boxNews ul li p em {
    display: block;
    margin: 0 10px;
    font-style: normal;
}

.section.combo .boxNews ul li p b {
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin: 30px 10px 0;
}

.section.combo .boxNews ul li p a {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 11px 0;
    display: block;
    text-align: center;
    background: #002c43;
    border: 1px solid #002c43;
    color: #FFFFFF;
    transition: color 0.4s, border 0.4s, background 0.4s !important;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
}

.section.combo .boxNews ul li p a:hover, .section.combo .boxNews ul li p a:focus {
    color: #002c43;
    background: none;
}

.section.combo .boxNews ul li p a:hover, .section.combo .boxNews ul li p a:focus {
}

.section.combo .bg {
    background: #ebebeb;
    padding: 35px 0;
}

.section.combo .boxModal, .section.modalUserType .boxModal, .section.modalTerms .boxModal {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
}

.section.combo .boxModal form {
}

.section.combo .boxModal form fieldset {
    font-size: 0;
}

.section.combo .boxModal form fieldset label {
    display: inline-block;
    width: 48%;
    margin: 1%;
    position: relative;
}

.section.combo .boxModal form fieldset label .btn {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 10px !important;
    display: inline-block;
    border-radius: 3px;
    background: #002c43;
    border-color: #002c43 !important;
}

.section.combo .boxModal form fieldset label .btn:hover, .section.combo .boxModal form fieldset label .btn:focus {
    color: #002c43 !important;
}

.section.combo .boxModal form fieldset label.boxTerms {
    width: 98%;
}

.section.combo .boxModal form fieldset label.boxTerms input, .section.combo .boxModal form fieldset label.boxTerms a, .section.combo .boxModal form fieldset label.boxTerms em {
    display: inline-block;
}

.section.combo .boxModal form fieldset label.boxTerms input {
    margin: 0 5px 0 0;
}

.section.combo .boxModal form fieldset label.boxTerms a {
    color: #002c43;
    text-decoration: underline;
}

.section.combo .boxModal form fieldset label.loader {
    pointer-events: none;
}

.section.combo .boxModal form fieldset label.loader:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/public/upload/gallery/bvs-acconsulta-img/cep-loader.gif) no-repeat center / auto 100% rgb(255 255 255 / 25%);
    display: block;
    z-index: 1;
}

.section.combo .boxModal form fieldset label.boxCEP {
    background: rgb(255 187 13 / 35%);
}

.section.combo .boxModal form fieldset label.boxCEP em {
    color: #002c43
}

.section.combo .boxModal form fieldset label.hide {
    display: none;
}

.section.combo .boxModal form fieldset label em {
    font-size: 20px;
    display: block;
    font-style: normal;
    margin: 0 0 5px;
    color: #002c43;
}

.section.combo .boxModal form fieldset label input[type="text"], .section.combo .boxModal form fieldset label select {
    width: calc(100% - 10px);
    background: none;
    border: 0;
    border-bottom: 1px solid #002c43;
    font-size: 17px;
    line-height: 17px;
    color: #002c43;
    padding: 5px;
}

.section.combo .boxModal form fieldset label select {
    width: 100%;
}

.section.combo .boxModal form fieldset input[type="submit"] {
    display: block;
    cursor: pointer;
    margin: 10px 0 0;
}

.section.combo .boxModal form fieldset input[type="submit"] {
    display: block;
    padding: 10px 25px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #002c43;
    line-height: 15px;
    font-weight: 600;
    vertical-align: top;
    pointer-events: all;
    border-radius: 35px;
    cursor: pointer;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #002c43;
    margin: 15px 0 0;
    width: 200px;
}

.section.combo .boxModal form fieldset input[type="submit"]:hover, .section.combo .boxModal form fieldset input[type="submit"]:focus {
    color: #002c43;
    background: none;
}

.section.combo .bg h3 {
    text-align: center;
    margin: 0 0 20px;
    text-align: center;
    color: #002c43;
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin: 0 auto 12px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.section.combo .bg p {
    text-align: center;
    color: #002c43;
    font-size: 27px;
    line-height: 35px;
    width: 90%;
}

.section.combo .bg h4 {
    text-align: center;
    margin: 0 0 20px;
    text-align: center;
    color: #002c43;
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin: 0 auto 12px;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 0 0 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #59c4c6;
}

.section.combo h2 {
    text-align: center;
    color: #002c43;
    display: block;
    font-size: 38px;
    line-height: 40px;
    margin: 0 auto 12px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.section.combo p {
    text-align: center;
    color: #747474;
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 30px;
    display: block;
    width: 83%;
    margin: 0 auto 60px;
}

.section.combo ul {
}

.section.combo ul li {
    float: left;
    width: 23%;
    margin: 1%;
}

.section.combo ul li .box {
    background: #ffffff;
    padding: 0 0 20px;
    border-radius: 6px;
    color: #FFFFFF;
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.section.combo ul li .box h4 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 700;
    border-radius: 6px 6px 0 6px;
    background: #59c4c6;
    border: 0;
    padding: 0;
    text-align: center;
    line-height: 60px;
    position: relative;
    color: #002c43;
}

.section.combo ul li:nth-child(2) .box h4, .section.combo ul li:nth-child(4) .box h4 {
    background: #ffcc00;
}

.section.combo ul li .box h4 em {
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    display: block;
    position: absolute;
    width: 100%;
    top: 6px;
}

.section.combo ul li .box h4 i {
    display: block;
    position: absolute;
    top: -35px;
    right: -60px;
}

.section.combo ul li .box ul {
    padding: 12px;
    min-height: 180px;
}

.section.combo ul li .box ul li {
    width: 100%;
    margin: 0 0 5px;
    color: #363636;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 5px;
}

.section.combo ul li .box ul li:last-child {
    margin: 0;
}

.section.combo ul li .box ul li span {
    display: inline-block;
    background: #59c4c6;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.section.combo ul li:nth-child(2) .box ul li span, .section.combo ul li:nth-child(4) .box ul li span {
    background: #ffcc00;
}

.section.combo ul li .box p {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: left;
}

.section.combo ul li .box p {
    color: #002c43;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}

.section.combo ul li .box p strong {
    display: block;
    font-size: 33px;
    line-height: 33px;
}

.section.combo ul li .box p strong b {
    color: #65c2c9;
}

.section.combo ul li .box a {
    float: none;
    width: 80% !important;
    margin: 0 auto;
    padding: 11px 0 !important;
    display: block;
    text-align: center;
    background: #002c43;
    border-color: #002c43 !important;
}

.section.combo ul li .box a:hover, .section.combo ul li .box a:focus {
    color: #002c43 !important;
}

.section.combo #endereco-info {
    display: none;
}

/* -- boxTop -- */
.section.boxTop {
    padding: 60px 0 20px;
    padding: 185px 0 20px;
}

.section.boxTop .grid {
}

.section.boxTop .left {
    width: calc(55% - 20%);
    background: url(/public/upload/gallery/bvs-acconsulta-img/bg-boxtop.png) no-repeat bottom left / auto 95%;
    text-align: right;
    padding: 0 0 300px 22%;
}

.section.boxTop .left h3 {
    display: block;
    font-size: 23px;
    line-height: 27px;
    color: #0097d4;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.section.boxTop .left p {
    display: inline-block;
    font-size: 21px;
    line-height: 26px;
    color: #002c43;
    width: 90%;
}

.section.boxTop .right {
    width: 40%;
}

.section.boxTop .right .box {
    margin: 0 0 40px;
}

.section.boxTop .right .box:last-child {
    margin: 0;
}

.section.boxTop .right .box p {
    display: block;
    text-align: center;
    color: #002c43;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background: #ebebeb;
    padding: 10px 0;
    margin: 0 0 15px;
}

.section.boxTop .right .box ul {
}

.section.boxTop .right .box ul li {
}

.section.boxTop .right .box ul li p {
    text-align: left;
    color: #002c43;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    background: none;
    padding: 8px 0;
    margin: 0;
    position: relative;
    text-indent: 18px;
}

.section.boxTop .right .box ul li p:before {
    content: '';
    border-radius: 50%;
    display: block;
    background: #ffbb0d;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}

.section.boxTop .right .box ul li p a {
    color: #002c43;
    display: block;
    transition: color 0.4s;
}

.section.boxTop .right .box ul li p a:hover, .section.boxTop .right .box ul li p a:focus {
    color: #0097d4;
    /* font-weight: 600; */
}

.section.boxTop .right .box ul li p span {
    display: block;
    float: right;
    line-height: 26px;
    position: absolute;
    top: 8px;
    right: 0;
    background: #FFFFFF;
    text-indent: 0;
}

.section.boxTop .right .box ul li p span strong {
    display: inline-block;
    color: #002c43;
    font-weight: 600;
    line-height: 26px;
    vertical-align: top;
    margin: 0 10px 0 0;
    text-indent: 0;
}

.section.boxTop .right .box ul li p span button {
    display: inline-block;
    padding: 6px 16px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    background: #002c43;
    line-height: 12px;
    font-weight: 600;
    vertical-align: top;
    border-radius: 35px;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #002c43;
    text-indent: 0;
    cursor: pointer;
}

.section.boxTop .right .box ul li p span button:hover, .section.boxTop .right .box ul li p span button:focus {
    color: #002c43;
    background: none;
}

/* -- line -- */
.section.line {
    padding: 10px 0;
}

.section.line .grid {
}

.section.line hr {
    display: block;
    width: 100%;
    height: 20px;
    background: url(/public/upload/gallery/bvs-acconsulta-img/bg-line.png) no-repeat center / auto 100%;
}

/* -- player -- */
.section.player {
    margin: 30px 0;
}

.section.player .grid {
}

.section.player iframe {
    display: block;
    width: 55%;
    margin: 0 auto;
    box-shadow: 8px 8px 8px 0 rgb(0 0 0 / 35%);
}

/* -- payment -- */
.section.payment {
    padding: 0 0 30px;
}

.section.payment .grid {
}

.section.payment .box {
    padding: 70px 40px;
    background: url(/public/upload/gallery/bvs-acconsulta-img/bg-payment.png) no-repeat center #ebebeb;
    border-radius: 27px;
    width: calc(100% - 80px);
    position: relative;
    overflow: hidden;
}

.section.payment .box .left {
    width: 30%;
}

.section.payment .box .left h3 {
    display: block;
    color: #002c43;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
    padding: 7px 0 7px 95px;
}

.section.payment .box .left h3 i {
    position: absolute;
    top: 0;
    left: 0;
}

.section.payment .box .left p {
    display: block;
    color: #002c43;
    font-size: 23px;
    line-height: 30px;
}

.section.payment .box .left p a {
    display: block;
    padding: 9px 19px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    background: #002c43;
    line-height: 18px;
    font-weight: 600;
    vertical-align: top;
    border-radius: 35px;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #002c43;
    margin: 20px auto 0;
    max-width: 210px;
}

.section.payment .box .left p a:hover, .section.payment .box .left p a:focus {
    color: #002c43;
    background: none;
}

.section.payment .box .right {
    width: 34%;
}

.section.payment .box .right h3 {
    display: block;
    color: #002c43;
    font-size: 42px;
    line-height: 45px;
    margin: 0 0 25px;
}

.section.payment .box .right p {
    display: block;
    color: #002c43;
    font-size: 23px;
    line-height: 30px;
}

/* -- callus -- */
.section.callus {
    padding: 30px 0;
}

.section.callus .grid {
}

.section.callus .box {
    padding: 85px 40px;
    background: url(/public/upload/gallery/bvs-acconsulta-img/bg-callus.png) no-repeat center / cover;
    border-radius: 15px;
    clear: both;
    width: calc(100% - 80px);
    border-radius: 27px;
    overflow: hidden;
}

.section.callus .box .left {
    width: 60%;
}

.section.callus .box .left h3 {
    display: block;
    color: #002c43;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.section.callus .box .left p {
    display: block;
    color: #434343;
    font-size: 23px;
    line-height: 30px;
}

.section.callus .box .left p a {
    display: block;
    padding: 9px 19px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    background: #002c43;
    line-height: 18px;
    font-weight: 600;
    vertical-align: top;
    border-radius: 35px;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #002c43;
    margin: 45px 0 0;
    max-width: 350px;
}

.section.callus .box .left p a:hover, .section.callus .box .left p a:focus {
    color: #002c43;
    background: none;
}

/* -- form -- */
.section.form {
    padding: 50px 0;
    background: #ebebeb;
}

.section.form .grid {
}

.section.form h3 {
    color: #002c43;
    display: block;
    font-size: 30px;
    line-height: 35px;
    padding: 0 15px 45px;
    text-transform: uppercase;
    max-width: 830px;
    width: calc(100% - 30px);
}

.section.form form {
    padding: 0 15px;
}

.section.form form fieldset {
}

.section.form form fieldset div {
    display: block;
    width: calc(100% - 20px);
    float: left;
    margin: 0 10px 20px;
}

.section.form form fieldset .box50 {
    width: calc(50% - 20px);
}

.section.form form fieldset div label {
    display: block;
}

.noPoint {
    pointer-events: none;
}

.section.form form fieldset div em, .section.form form fieldset div label em {
    display: block;
    color: #434343;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 5px;
}

.section.form form fieldset div label input, .section.form form fieldset div select {
    display: block;
    padding: 5px;
    width: calc(100% - 10px);
    background: none;
    border: 0;
    border-bottom: 1px solid #9d9d9d;
    font-size: 17px;
    line-height: 17px;
    color: #888888;
}

.section.form form fieldset div select {
    width: 100%;
}

.section.form form fieldset div label input[type="text"] {
}

.section.form form fieldset div label input[type="tel"] {
}

.section.form form fieldset div label input[type="email"] {
}

.section.form form fieldset div label input[type="radio"] {
}

.section.form form fieldset div label input[type="checkbox"] {
}

.section.form form fieldset div label input[type="submit"] {
    display: inline-block;
    padding: 10px 25px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #002c43;
    line-height: 15px;
    font-weight: 600;
    vertical-align: top;
    pointer-events: all;
    border-radius: 35px;
    cursor: pointer;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #002c43;
    margin: 15px 0 0;
    max-width: 200px;
    /* width: auto; */
}

.section.form form fieldset div label input[type="submit"]:hover, .section.form form fieldset div label input[type="submit"]:focus {
    color: #002c43;
    background: none;
}

.section.form form fieldset div div {
    width: auto;
    margin: 0 15px 0 0;
    padding: 4px 0 0;
    pointer-events: all;
}

.section.form form fieldset div div input[type="radio"] {
    display: inline-block;
    width: auto;
    padding: 0;
    border: 0;
}

.section.form form fieldset div .boxTerms {
}

.section.form form fieldset div .boxTerms input[type="checkbox"] {
    display: inline-block;
    width: auto;
    padding: 0;
    border: 0;
}

.section.form form fieldset div .boxTerms em {
    display: inline-block;
    pointer-events: all;
}

.section.form form fieldset div .boxTerms em a {
    display: inline-block;
    cursor: pointer;
    pointer-events: all;
    color: #000000;
}

.section.form form fieldset div .boxTerms em a:hover, .section.form form fieldset div .boxTerms em a:focus {
    text-decoration: underline;
}

.section.form form fieldset div div em {
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    color: #888888;
}

.section.form form fieldset .cpt {
}

/* -- message -- */
.section.message {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 20;
    background: rgb(101 194 201 / .95);
    height: 100vh;
    text-align: center;
    transition: left .4s,background .4s
}

.section.message.errorSend {
    background: #cf6868
}

.section.message.errorSend h3,.section.message.errorSend p {
    color: #fff
}

.section.message.successSend {
    background: #70cf68
}

.section.message.successSend h3,.section.message.successSend p {
    color: #fff
}

.section.message.active {
    left: 0
}

.section.message h3 {
    margin: 40vh auto 10px;
    display: block;
    color: #002c43;
    transition: color .4s
}

.section.message p {
    font-size: 18px;
    line-height: 18px;
    color: #002c43;
    display: block;
    transition: color .4s
}

/* -- message -- */
.section.message {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 20;
    height: 100vh;
    text-align: center;
    transition: left .4s, background 0.4s;
}

.section.message.errorSend .grid {
    /*background: #cf6868*/
    background: #E13232;
    background: linear-gradient(90deg, #E13232, #DC1616, #E13232);
}

.section.message.errorSend h3, .section.message.errorSend p {
    color: #ffffff;
}

.section.message.successSend .grid {
    /*background: #70cf68*/
    background: #32E13B;
    background: linear-gradient(90deg, #32E13B, #16DC20, #32E13B);
}

.section.message.successSend h3, .section.message.successSend p {
    color: #ffffff;
}

.section.message.infoSend .grid {
    /*background: #70cf68*/
    background: #D6E131;
    background: linear-gradient(90deg, #D6E131, #CFDC15, #D6E131);
}

.section.message.infoSend h3, .section.message.infoSend p {
    color: #ffffff;
}

.section.message.active {
    left: 0
}

.section.message .grid {
    padding: 5% 0;
    margin: calc(45vh - 5%) auto 10px;
    position: relative;
}

.section.message .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #FFFFFF !important;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    display: block;
    margin: 10px;
}

.section.message h3 {
    margin: 0 auto 10px;
    display: block;
    color: #002c43;
    transition: color 0.4s;
}

.section.message p {
    font-size: 18px;
    line-height: 18px;
    color: #002c43;
    displawy: block;
    transition: color 0.4s;
}

.section.message p a.btn {
    font-size: 18px;
    line-height: 18px;
    color: #002c43;
    display: inline-block;
    transition: color 0.4s;
    background: #002C43;
    border-color: #002C43 !important;
    margin: 20px 0 0;
}

.section.message p a.btn:hover, .section.message p a.btn:focus {
    color: #002c43 !important;
}

/* -- community -- */
.section.community {
    padding: 50px 0 361px;
    text-align: center;
    background: url(/public/upload/gallery/bvs-acconsulta-img/bg-community.png) no-repeat bottom center;
}

.section.community .grid {
}

.section.community h3 {
    color: #002c43;
    display: block;
    font-size: 35px;
    line-height: 40px;
    padding: 0 0 20px;
    text-transform: uppercase;
    max-width: 515px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.section.community p {
    color: #002c43;
    display: block;
    font-size: 30px;
    line-height: 35px;
    max-width: 505px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

/* -- footer -- */
.section.footer {
    padding: 50px 0 100px;
    background: #002842;
}

.section.footer .grid {
}

.section.footer ul {
}

.section.footer ul li {
    display: block;
    width: 22%;
    float: left;
    margin: 0 5% 0 0;
    vertical-align: middle;
}

.section.footer ul li .brand {
    display: inline-block;
}

.section.footer ul li .brand img {
    display: block;
    transition: opacity 0.4s;
    width: 100%;
    max-width: 184px;
    pointer-events: none;
}

.section.footer ul li .brand:hover img, .section.footer ul li .brand:focus img {
    opacity: 0.6;
}

.section.footer ul li p {
    color: #FFFFFF;
    display: block;
    margin: 0 0 10px;
    height: 17px;
    font-size: 17px;
    line-height: 17px;
}

.section.footer ul li ul {
}

.section.footer ul li ul li {
    float: none;
    width: 100%;
    padding: 10px 0;
    margin: 0 !important;
}

.section.footer ul li ul li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 19px;
    transition: color 0.4s;
    vertical-align: middle;
}

.section.footer ul li ul li a:hover, .section.footer ul li ul li a:focus {
    color: #00c3c7;
}

.section.footer ul li ul li a i {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.section.footer ul li ul li a i.spr.iLocation {
    margin: 0 5px 20px 0;
    float: left;
}

.section.footer ul li .social {
}

.section.footer ul li .social li {
}

.section.footer ul li .social li a {
}

.section.footer ul li .social li a i {
}

/* -- footerBar -- */
.section.footerBar {
    padding: 30px 0;
    background: #00182b;
}

.section.footerBar .grid {
}

/* -- howBuy -- */
.section.howBuy {
    padding: 185px 0 20px;
}

.section.howBuy .grid {
}

.section.howBuy h3 {
    display: block;
    color: #0097d4;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 33px;
    margin: 0 0 25px;
    font-weight: 800;
}

.section.howBuy ul li {
    display: block;
    width: 15.5%;
    float: left;
    padding: 1% 1% 1% 0;
    position: relative;
}

.section.howBuy ul li:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #ffc838;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.section.howBuy ul li:last-child:before {
    display: none;
}

.section.howBuy ul li p {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #002c43;
    position: relative;
}

.section.howBuy ul li p i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section.howBuy ul li p strong {
    display: block;
    color: #0097d4;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0 0 5px;
    font-weight: 800;
    position: relative;
    padding: 60px 0 0;
    z-index: 1;
}

.section.howBuy ul li p em {
    font-style: normal;
}

/* -- texts -- */
.section.texts {
    padding: 20px 0 0;
    margin: 20px 0 0;
}

.section.texts .grid {
}

.section.texts .left {
    width: 59%;
}

.section.texts .left .title {
    border-top: 2px solid #59c4c6;
    padding: 10px 0 30px;
}

.section.texts .left .title h2 {
    float: left;
    display: block;
    color: #002c43;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 29px;
    width: calc(100% - 190px);
}

.section.texts .left .title p {
    display: block;
    float: right;
    width: 180px;
    color: #59c4c6;
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    line-height: 35px;
}

.section.texts .left .title p em {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #434343;
    margin: 5px 0 0;
}

.section.texts .left .content {
}

.section.texts .left .content p {
    display: block;
    margin: 0 0 5px;
    color: #6c6c6c;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    width: 100%;
}

.section.texts .left .content p:after {
    content: '';
    clear: both;
    display: block;
}

.section.texts .left .content p i {
    float: left;
}

.section.texts .left .content p em {
    float: right;
    width: calc(100% - 26px);
    font-style: normal;
}

.section.texts .left .content h3, .section.texts .left .content h6 {
    display: block;
    margin: 30px 0 10px;
    color: #6c6c6c;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    width: 100%;
}

.section.texts .left .content h3 strong {
    display: block;
}

.section.texts .left .content h6 {
    font-style: italic;
    font-weight: normal;
}

.section.texts .left .content h3:after, .section.texts .left .content h6:after {
    content: '';
    clear: both;
    display: block;
}

.section.texts .left .content ul {
    display: block;
    padding: 0 0 0 30px;
}

.section.texts .left .content ul li {
    display: block;
    margin: 0 0 5px;
    color: #6c6c6c;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    width: 100%;
}

.section.texts .left .content ul li:last-child {
    margin: 0;
}

.section.texts .left .content ul li:after {
    content: '';
    clear: both;
    display: block;
}

.section.texts .left .content ul li i {
    float: left;
}

.section.texts .left .content ul li em {
    float: right;
    width: calc(100% - 26px);
    font-style: normal;
}

.section.texts .right {
    width: 39%;
}

.section.texts .right .box {
    border: 2px solid #59c4c6;
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 10px;
}

.section.texts .right .box:last-child {
    text-align: right;
}

.section.texts .right .box h4 {
    display: block;
    color: #002c43;
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 15px;
    text-align: left;
}

.section.texts .right .box form {
}

.section.texts .right .box form fieldset {
}

.section.texts .right .box form fieldset label {
    display: block;
    margin: 0 0 15px;
    text-align: left;
}

.section.texts .right .box form fieldset label:last-child {
    margin: 0;
    text-align: right;
}

.section.texts .right .box form fieldset label em {
}

.section.texts .right .box form fieldset label a {
    color: #434343;
    font-size: 12px;
    line-height: 12px;
    transition: color 0.4s;
}

.section.texts .right .box form fieldset label a:hover, .section.texts .right .box form fieldset label a:focus {
    color: #0097d4;
}

.section.texts .right .box form fieldset label input {
}

.section.texts .right .box form fieldset label input[type="text"] {
    border: 1px solid #6c6c6c;
    border-radius: 5px;
    display: block;
    width: calc(100% - 12px);
    padding: 5px;
    color: #434343;
    font-size: 14px;
    line-height: 14px;
}

.section.texts .right .box form fieldset label input[type="password"] {
    border: 1px solid #6c6c6c;
    border-radius: 5px;
    display: block;
    width: calc(100% - 12px);
    padding: 5px;
    color: #434343;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 15px;
}

.section.texts .right .box form fieldset label input[type="submit"], .section.texts .right .box form fieldset label input[type="button"] {
    display: inline-block;
    padding: 10px 25px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #0097d4;
    line-height: 15px;
    font-weight: 800;
    border-radius: 35px;
    cursor: pointer;
    pointer-events: all;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #0097d4;
}

.section.texts .right .box form fieldset label input[type="submit"]:hover, .section.texts .right .box form fieldset label input[type="submit"]:focus, .section.texts .right .box form fieldset label input[type="button"]:hover, .section.texts .right .box form fieldset label input[type="button"]:focus {
    color: #0097d4;
    background: none;
}

.section.texts .right .box p {
    display: block;
    color: #434343;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px;
    text-align: left;
}

.section.texts .right .box p strong {
}

.section.texts .right .box a {
    display: inline-block;
}

.section.texts .right .box a.register {
    display: inline-block;
    padding: 4px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 0;
    background: #0097d4;
    font-weight: 800;
    border-radius: 35px;
    cursor: pointer;
    pointer-events: all;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #0097d4;
}

.section.texts .right .box a.register:hover, .section.texts .right .box a.register:focus {
    color: #0097d4;
    background: none;
}

.section.texts .right .box a.register i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.section.texts .right .box a.register em {
    display: inline-block;
    font-style: normal;
    width: 150px;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    vertical-align: middle;
}

/* -- boxBottom -- */
.section.boxBottom {
    padding: 60px 0 20px;
}

.section.boxBottom .grid {
}

.section.boxBottom .box {
    width: 46%;
    float: left;
    margin: 0 2% 40px;
}

.section.boxBottom .box p {
    display: block;
    text-align: center;
    color: #002c43;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background: #ebebeb;
    padding: 10px 0;
    margin: 0 0 15px;
}

.section.boxBottom .box ul {
    padding: 0 15px;
}

.section.boxBottom .box ul li {
}

.section.boxBottom .box ul li p {
    text-align: left;
    color: #002c43;
    text-transform: none;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    background: none;
    padding: 8px 0;
    margin: 0;
    position: relative;
    text-indent: 18px;
}

.section.boxBottom .box ul li p:before {
    content: '';
    border-radius: 50%;
    display: block;
    background: #ffbb0d;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}

.section.boxBottom .box ul li p span {
    display: block;
    float: right;
    line-height: 26px;
    position: absolute;
    top: 8px;
    right: 0;
    background: #FFFFFF;
}

.section.boxBottom .box ul li p span strong {
    display: inline-block;
    color: #002c43;
    font-weight: 600;
    line-height: 26px;
    vertical-align: top;
    margin: 0 10px 0 0;
    text-indent: 0;
}

.section.boxBottom .box ul li p span a {
    display: inline-block;
    padding: 6px 16px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    background: #002c43;
    line-height: 12px;
    font-weight: 600;
    vertical-align: top;
    border-radius: 35px;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #002c43;
    text-indent: 0;
}

.section.boxBottom .box ul li p span a:hover, .section.boxBottom .box ul li p span a:focus {
    color: #002c43;
    background: none;
}

.section.boxBottom .box ul li p a {
    color: #002c43;
    display: block;
    transition: color 0.4s;
}

.section.boxBottom .box ul li p a:hover, .section.boxBottom .box ul li p a:focus {
    color: #0097d4;
    /* font-weight: 600; */
}

.section.boxBottom .box ul li p span button {
    display: inline-block;
    padding: 6px 16px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    background: #002c43;
    line-height: 12px;
    font-weight: 600;
    vertical-align: top;
    border-radius: 35px;
    transition: background 0.4s, color 0.4s;
    border: 1px solid #002c43;
    text-indent: 0;
    cursor: pointer;
}

.section.boxBottom .box ul li p span button:hover, .section.boxBottom .box ul li p span button:focus {
    color: #002c43;
    background: none;
}

/* -- media -- */
@media screen and (max-width: 1040px) {
    .section.header .right {
        width: calc(100% - 230px);
    }

    .section.boxTop .right .box ul li p {
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {
    .section.header {
        padding: 10px 0 50px;
    }

    .section.header .left {
        text-align: center;
    }

    .section.header .left .brand img {
        max-width: 120px;
    }

    .section.boxTop .right .box ul li p {
        font-size: 16px;
    }

    .section.footer ul li .brand img {
        max-width: 120px;
    }

    .section.header .right {
        width: calc(100% - 180px);
        text-align: right;
        padding: 9px 0 0;
    }

    .section.header .right .btnWhats {
        width: auto;
        float: none;
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .section.header .right .btnWhats a {
        padding: 8px 13px 8px 37px;
        font-size: 12px;
        line-height: 12px;
    }

    .section.header .right .btnWhats a i {
        position: absolute;
        top: -6px;
        left: -10px;
        background-position: -47px -48px;
        background-size: 293px;
        width: 40px;
        height: 40px;
    }

    .section.header .right .btnBuy {
        width: auto;
        float: none;
        display: inline-block;
    }

    .section.header .right .btnBuy a {
        padding: 8px 14px;
        font-size: 12px;
        line-height: 12px;
    }

    .section.header .right .menu {
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 1;
    }

    .section.header .right .menu ul {
        padding: 8px 0 0;
        border-top: 1px solid #e1e1e1;
        margin: 0;
    }

    .section.header .right .menu ul li {
        float: none !important;
        text-align: center !important;
        margin: 0 5px !important;
    }

    .section.header .right .menu ul li a {
        font-size: 13px;
        line-height: 13px;
        padding: 0 0 2.5px;
    }

    .section.boxTop {
        padding: 145px 0 20px;
    }

    .section.boxTop .left {
        width: calc(100% - 22%);
        background: url(/public/upload/gallery/bvs-acconsulta-img/bg-boxtop.png) no-repeat bottom left / auto 95%;
        text-align: right;
        padding: 0 0 265px 22%;
        float: none;
        margin: 0 auto 20px;
    }

    .section.boxTop .right {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .section.footer {
        text-align: center;
        padding: 35px 0;
    }

    .section.footer ul li {
        display: block;
        width: auto;
        float: none;
        margin: 0;
    }

    .section.footer ul li:first-child {
        margin: 0 0 30px;
    }

    .section.footer ul li ul li {
        padding: 5px 0;
    }

    .section.footerBar {
        padding: 15px 0;
    }

    .section.payment .box {
        padding: 30px;
        background: url(/public/upload/gallery/bvs-acconsulta-img/bg-payment.png) no-repeat 95% 50% #ebebeb;
        width: calc(100% - 60px);
    }

    .section.payment .box:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: rgb(235 235 235 / 0.75);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .section.payment .box .left {
        width: 100%;
        margin: 0 0 35px;
        position: relative;
        z-index: 2;
    }

    .section.payment .box .left h3 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 5px;
        position: relative;
        padding: 0;
        text-align: center;
    }

    .section.payment .box .left h3 br {
        display: none;
    }

    .section.payment .box .left h3 i {
        position: inherit;
        top: inherit;
        left: inherit;
        margin: 0 auto 20px;
        display: block;
    }

    .section.payment .box .left p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .section.payment .box .left p a {
        padding: 10px 0;
        font-size: 16px;
        line-height: 16px;
        max-width: 90%;
    }

    .section.payment .box .right {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .section.payment .box .right h3 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px;
        text-align: center;
    }

    .section.payment .box .right p {
        font-size: 20px;
        text-align: center;
    }

    .section.callus .box {
        padding: 50px 30px;
        width: calc(100% - 60px);
    }

    .section.callus .box .left {
        width: 90%;
    }

    .section.player iframe {
        width: 100%;
        box-shadow: unset;
    }

    .section.form h3 {
        font-size: 25px;
        line-height: 30px;
        padding: 0 0 45px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .section.form form fieldset .box50 {
        width: calc(100% - 20px);
    }

    .section.community h3 {
        font-size: 30px;
        line-height: 35px;
        padding: 0 0 15px;
        max-width: 100%;
    }

    .section.community p {
        font-size: 25px;
        line-height: 30px;
        max-width: 100%;
    }

    .section.howBuy ul li {
        width: 100%;
        padding: 0 0 2%;
        border-bottom: 1px solid #e1e1e1;
        margin: 0 0 2%;
    }

    .section.howBuy ul li:before {
        display: none;
    }

    .section.howBuy ul li p i {
        display: inline-block;
        position: relative;
        top: inherit;
        left: inherit;
        z-index: inherit;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .section.howBuy ul li p span {
        display: inline-block;
        width: calc(100% - 100px);
        vertical-align: middle;
    }

    .section.howBuy ul li p strong {
        display: inline-block;
        padding: 0;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .section.howBuy ul li p em {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 45px);
    }

    .section.texts .left {
        width: 100%;
        margin: 0 0 30px;
    }

    .section.texts .right {
        width: 100%;
    }

    .section.texts .right .box {
        float: left;
        margin: 5px;
        width: calc(49% - 32px);
    }

    .section.boxBottom .box ul li {
        border-bottom: 1px solid #e1e1e1;
    }

    .section.boxBottom .box ul li:last-child {
        border-bottom: 0;
    }

    .section.boxBottom .box ul li p {
        text-align: center;
    }

    .section.boxBottom .box ul li p:before {
        display: inline-block;
        position: relative;
        left: inherit;
        top: inherit;
    }

    .section.boxBottom .box ul li p span {
        display: block;
        float: none;
        line-height: 26px;
        position: relative;
        top: inherit;
        right: inherit;
        margin: 5px 0 0;
    }
}

@media screen and (max-width: 770px) {
    .section.boxTop .left {
        width: 100%;
        background: none;
        padding: 30px 0;
        position: relative;
    }

    .section.boxTop .left:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: rgb(255 255 255 / 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .section.boxTop .left h3 {
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .section.boxTop .left p {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 650px) {
    .section.header {
        padding: 10px 0;
    }

    .section.header .left .btnMenu {
        display: block;
    }

    .section.header .left .btnMenu:hover span, .section.header .left .btnMenu:focus span {
        background: #878787;
    }

    .section.header .left .brand {
        margin: 0 0 0 50px;
    }

    .section.header .right {
        padding: 4px 0;
    }

    .section.header .right .btnWhats {
        vertical-align: middle;
    }

    .section.header .right .btnWhats a {
        padding: 0;
        margin: 0;
        display: block;
        background: none;
        box-shadow: none;
        border: 0;
    }

    .section.header .right .btnWhats a em {
        display: none;
    }

    .section.header .right .btnWhats a i {
        position: relative;
        top: inherit;
        left: inherit;
        display: block;
    }

    .section.header .right .btnBuy {
        vertical-align: middle;
    }

    .section.header .right .btnBuy a {
        width: 65px;
        padding: 6px 14px;
        line-height: 13px;
    }

    .section.header .right .menu {
        display: block;
        position: fixed;
        top: 67px;
        left: -100vw;
        z-index: 999;
        transition: left 0.4s;
    }

    .section.header .right .menu.active {
        left: 0;
    }

    .section.header .right .menu:after {
        content: '';
        clear: both;
        display: block;
        display: none;
    }

    .section.header .right .menu ul {
        padding: 50px 0;
        border: 0;
        height: calc(100vh - 100px - 67px);
        background: rgb(0 44 67 / 95%);
        backdrop-filter: blur(5px);
    }

    .section.header .right .menu ul li {
        margin: 0 0 20px!important;
        display: block;
    }

    .section.header .right .menu ul li a {
        font-size: 17px;
        line-height: 17px;
        color: #ffffff;
        padding: 0 0 2.5px;
        display: block;
    }
}

@media screen and (max-width: 590px) {
    .section.callus .box .left {
        width: 100%;
    }

    .section.callus .box .left h3 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

    .section.callus .box .left h3 br {
        display: none;
    }

    .section.callus .box .left p {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .section.callus .box .left p br {
        display: none;
    }

    .section.callus .box .left p a {
        display: block;
        padding: 9px 0;
        font-size: 16px;
        line-height: 18px;
        margin: 45px 0 0;
        max-width: 100%;
    }

    .section.boxTop .right .box ul li {
        border-bottom: 1px solid #e1e1e1;
    }

    .section.boxTop .right .box ul li:last-child {
        border-bottom: 0;
    }

    .section.boxTop .right .box ul li p {
        text-align: center;
    }

    .section.boxTop .right .box ul li p:before {
        display: inline-block;
        position: relative;
        left: inherit;
        top: inherit;
    }

    .section.boxTop .right .box ul li p span {
        display: block;
        float: none;
        line-height: 26px;
        position: relative;
        top: inherit;
        right: inherit;
        margin: 5px 0 0;
    }

    .section.texts .right .box {
        float: none;
        margin: 0 0 20px;
        width: calc(100% - 22px);
    }

    .section.boxBottom .box {
        width: 100%;
        margin: 0 0 40px;
    }

    .section.texts .left .title h2 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .section.texts .left .title p {
        float: left;
        width: 100%;
        text-align: center;
    }

    .section.header {
        padding: 10px 0;
    }
}

/* -- media -- */
@media screen and (max-width: 1170px) {
    .section.combo ul li .box ul li {
        font-size:16px;
    }
}

@media screen and (max-width: 1070px) {
    .section.combo ul li .box ul li {
        font-size:15px;
    }
}

@media screen and (max-width: 1025px) {
    .section.combo ul li .box ul li {
        font-size:13px;
    }

    .section.combo ul li .box ul li span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
    }
}

@media screen and (max-width: 900px) {
    .section.combo {
        padding: 60px 0;
        overflow: hidden;
    }

    .section.combo p {
        font-size: 20px;
        width: 100%;
    }

    .section.combo ul li {
        width: 48%;
    }

    .section.combo ul li .box {
        min-height: 280px;
    }

    .section.combo ul li .box h4 {
        min-height: auto;
    }

    .section.combo ul li .box ul li {
        font-size: 18px;
    }

    .section.combo ul li .box ul li span {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: inherit;
    }

    .section.combo ul li .box h4 i {
        display: none;
    }

    .section.combo .boxNews {
        width: calc(100% - 40px);
        margin: 50px 0;
    }

    .section.combo .boxNews ul {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .section.combo .boxNews ul li {
        width: 98%;
        margin: 1% 1% 3%;
    }

    .section.combo .boxModal form fieldset label {
        display: block;
        width: 98%;
    }

    .section.combo .boxModal {
        max-width: unset;
        width: calc(95% - 40px);
        left: 2.5%;
    }
}

@media screen and (max-width: 560px) {
    .section.combo ul li {
        width: 100%;
        margin: 0 0 35px;
    }

    .section.combo ul li .box h4, .section.combo ul li .box p span {
        min-height: auto;
    }

    .section.combo ul li .box p {
        margin: 0 0 25px;
        text-align: center;
    }

    .section.combo ul li .box ul {
        min-height: auto;
        padding-bottom: 20px;
    }
}
