@charset "UTF-8";

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /* overflow: hidden; */
    /* width: 118vw; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: AvenirNextLTPro-Bold;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    font-size: 0.875em;
    color: rgba(0, 0, 0, .6);
    line-height: 21px;
}

/* end fix reset */

/* Modals Css content */
.modal-content {
    border: 0;
    box-shadow: 0px 10px 29px -2px rgba(0, 0, 0, .3);
    border-radius: 0;
}

.modal-login {
    display: grid;
    grid-template-columns: 330px calc(100% - 330px);

}

.modal-login .close {
    position: absolute;
    right: 25px;
    top: 14px;
    color: #000;
    opacity: 1;
    z-index: 10;
}

.modal-login > div {
    position: relative;
    overflow: hidden;
    border-right: 1px solid #ECECEC;
}

.modal-login > div:before {
    position: absolute;
   content: "";
    background: url(../images/logo-topo.svg) 0 0 no-repeat;
    top: 25px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-size: 23%;
}

.modal-login > div:after {
    position: absolute;
   content: "";
    background: url(../images/elementos-login.svg) 0 0 no-repeat;
    bottom: 0;
    left: -4px;
    width: 102%;
    height: 72%;
}

.modal-login div + div {
    padding: 14% 20.7%;
    border-right: 0;
}

.modal-login div + div:after,
.modal-login div + div:before {
    content: none;
}

.modal-login .form-group {
    padding: 10px 0;
}

.modal-login a {
    font-size: 12px;
    color: #212223;
    text-decoration: underline;
    display: block;
    margin-top: -10px
}

.modal-login label {
    display: block;
    margin-bottom: 7px;
    font-family: Roboto;
    color: #000000;
    font-size: 14px;
}

.modal-login .btn-blue {
    width: 100% !important;
    display: block !important;
    margin-top: 15% !important;
}

.modal-login input[type="submit"] {
    height: 40px;
    color: #fff;
    background: #212223;
    font-size: 12px;
    border-radius: 31px;
    border: 0;
    cursor: pointer;
}

.modal-login input[type="submit"]:hover {
    background: #DA3232;
    transition: ease-in-out .2s;
}

.modal-login input[type="text"]:focus,
.modal-login input[type="password"]:focus,
.modal-login input[type="submit"]:focus {
    outline: 0;

}

.modal-login input[type="text"],
.modal-login input[type="password"] {
    width: 100%;
    height: 40px;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    color: rgba(0, 0, 0, .49);
    padding: 0 15px;
}

.modal-login input[type="password"] {
    font-size: 30px;
}

.modal-login input[type="password"]::placeholder {
    color: #D6D6D6;
}

.modal-login h1 {
    font-size: 50px;
    color: #191C22;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

/* Validações html modal-login */

.modal-login input[type="text"]:invalid, .modal-login input[type="email"]:invalid, .modal-login input[type="password"]:invalid {
    outline-color: #DA3232;

}


.modal input[type="text"]:valid, .modal input[type="email"]:valid, .modal input[type="password"]:valid {
    background:url(../images/icon-check-form.svg)  no-repeat;
    background-size:15px;
    background-position-y:center;
    background-position-x:97%;
}

/* Modal Compre Agora */
#modalCompreAgora .modal-lg,
#modalFalarVendedor .modal-lg {
    max-width: 973px;
}

#modalCompreAgora .modal-content,
#modalFalarVendedor .modal-content {
    border-radius: 0;
    display: grid;
    grid-template-columns: 310px calc(100% - 310px);
    height: 447px;
}

#modalCompreAgora .modal-content .left,
#modalRecursosNaoProcurados .modal-content .left,
.modal-default .modal-content .left,
#modalFalarVendedor .modal-content .left {
    border-right: 1px solid #C1C1C1;
    position: relative;
    overflow: hidden;
}

#modalCompreAgora .modal-content .left:after {
   content: "";
    position: absolute;
    width: 165px;
    height: 185px;
    background: url(../images/grafismo-modal.svg) 0 0 no-repeat;
    bottom: 0;
    left: 0;
}

#modalCompreAgora .modal-content .left h1,
#modalRecursosNaoProcurados .modal-content .left h1,
.modal-default .modal-content .left h1,
#modalFalarVendedor .modal-content .left h1 {
    color: #DC3131;
    border-bottom: 1px solid #DC3131;
    padding: 15px 20px;
    font-size: 18px;
}

#modalCompreAgora .modal-content .left h3,
#modalRecursosNaoProcurados .modal-content .left h3,
.modal-default .modal-content .left h3,
#modalFalarVendedor .modal-content .left h3 {
    color: #000000;
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}

#modalCompreAgora .modal-content .left h3 span,
#modalRecursosNaoProcurados .modal-content .left h3 span,
.modal-default .modal-content .left h3 span,
#modalFalarVendedor .modal-content .left h3 span {
    font-size: 12px;
    font-family: Roboto;
    color: #000000;
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
}

#modalCompreAgora .modal-content span.iniciado,
#modalRecursosNaoProcurados .modal-content span.iniciado,
.modal-default .modal-content span.iniciado,
#modalFalarVendedor .modal-content span.iniciado {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#modalCompreAgora a.sobre,
#modalRecursosNaoProcurados a.sobre,
.modal-default a.sobre,
#modalFalarVendedor a.sobre {
    top: 23% !important;
}

#modalCompreAgora .detalhes,
#modalRecursosNaoProcurados .detalhes,
.modal-default .detalhes,
#modalFalarVendedor .detalhes {
    margin-top: 20px !important;
}

#modalCompreAgora .modal-content .right,
#modalFalarVendedor .modal-content .right {
    /* position:relative; */
    height: 447px;
}

#modalCompreAgora .modal-content .right button.close,
#modalRecursosNaoProcurados .modal-content .right button.close,
.modal-default .modal-content .right button.close,
#modalFalarVendedor .modal-content .right button.close {
    right: 21px;
    position: absolute;
    top: 18px;
}

#modalCompreAgora .modal-content .right h1,
#modalRecursosNaoProcurados .modal-content .right h1,
.modal-default .modal-content .right h1,
#modalFalarVendedor .modal-content .right h1 {
    font-size: 35px;
    color: #212223;
    padding: 40px 120px 0 60px;
    margin-bottom: 20px;
}

#modalCompreAgora .modal-content .btn-blue,
#modalFalarVendedor .modal-content .btn-blue {
    margin-left: 60px;
    color: white;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    top: 145px;
}

#modalRecursosNaoProcurados .left .btn-blue,
.modal-default .left .btn-blue,
#modalFalarVendedor .left .btn-blue
{
    margin: 0 24px;
    width: 85%;
    display: block;
    position: absolute;
    top: unset;
    bottom: 43px;
}

#modalFalarVendedor .left .opt ,
#modalRecursosNaoProcurados .left .opt,
.modal-default .left .opt
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#modalCompreAgora .box:after
{
   content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    background: url(../images/icon-parcela.svg) left center no-repeat;
}

#modalCompreAgora .box,
#modalRecursosNaoProcurados .box,
.modal-default .box,
#modalFalarVendedor .box {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    background: #F8F8F8;
    padding: 20px 50px 20px 240px;
    margin-bottom: 30px;
    opacity: 0;
    position: absolute;
}

#modalCompreAgora .box p,
#modalRecursosNaoProcurados .box p,
.modal-default .box p,
#modalFalarVendedor .box p {
    font-size: 12px;
}

#modalCompreAgora .btn-group,
#modalRecursosNaoProcurados .btn-group,
.modal-default .btn-group,
#modalFalarVendedor .btn-group {
    width: 100%;
    margin: 0 auto 37px 37px;
}

#modalCompreAgora .btn-group a,
#modalRecursosNaoProcurados .btn-group a,
.modal-default .btn-group a,
#modalFalarVendedor .btn-group a {
    width: 260px !important;
    margin-left: 0 !important;
    height: 60px;
    padding-top: 12px;
}

#modalCompreAgora .btn-group a + a,
#modalRecursosNaoProcurados .btn-group a + a,
.modal-default .btn-group a + a,
#modalFalarVendedor .btn-group a + a {
    margin-left: -1px !important;
}

#modalCompreAgora .btn-group a span,
#modalRecursosNaoProcurados .btn-group a span,
.modal-default .btn-group a span,
#modalFalarVendedor .btn-group a span {
    display: block;
    margin-bottom: 2px;
}

#modalCompreAgora .btn-group a span + span,
#modalRecursosNaoProcurados .btn-group a span + span,
.modal-default .btn-group a span + span,
#modalFalarVendedor .btn-group a span + span {
    font-size: 20px;
    font-family: AvenirNextLTPro-Bold;
}

#modalCompreAgora .final h1 {
    font-size: 40px;
    color: #DC3131 !important;
    line-height: 45px !important;
    padding: 40px 120px 0 60px;
}

#modalCompreAgora a.link-voltar {
    color: #DC3131 !important;
    position: absolute;
    bottom: 15px;
    left: -44%;
    font-size: 14px;
    cursor: pointer;
}

#modalCompreAgora a.link-voltar:hover {
    text-decoration: underline;
}

#modalCompreAgora .final p {
    color: #000;
    font-weight: 500;
    margin: 10px 60px 29px 60px;
    width: 341px;
}

#modalCompreAgora span.escolhido {
    border: 1px solid #DC3131;
    padding: 19px 25px;
    border-radius: 31px;
    font-size: 12px;
    color: #DC3131;
    margin-left: 37px;
}

#modalCompreAgora span.escolhido b {
    font-size: 20px;
    font-family: AvenirNextLTPro-Bold;
    position: relative;
    bottom: -2px;
    left: 2px;
    letter-spacing: -1px;
}

#modalFalarVendedor .opcoes p,
#modalRecursosNaoProcurados .opcoes p
{
    background: #F8F8F8;
    margin: -1px 0;
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    padding: 11px 56px;
}


#modalCompreAgora .modal-content .left,
#modalRecursosNaoProcurados .modal-content .left,
.modal-default .modal-content .left,
#modalFalarVendedor .modal-content .left {
    border-right: 1px solid #C1C1C1;
    position: relative;
    overflow: hidden;
}

#modalCompreAgora .modal-content .left:after {
    content: "";
    position: absolute;
    width: 165px;
    height: 185px;
    background: url(../images/grafismo-modal.svg) 0 0 no-repeat;
    bottom: 0;
    left: 0;
}

#modalCompreAgora .modal-content .left h1,
#modalRecursosNaoProcurados .modal-content .left h1,
.modal-default .modal-content .left h1,
#modalFalarVendedor .modal-content .left h1 {
    color: #DC3131;
    border-bottom: 1px solid #DC3131;
    padding: 15px 20px;
    font-size: 18px;
}

#modalCompreAgora .modal-content .left h3,
#modalRecursosNaoProcurados .modal-content .left h3,
.modal-default .modal-content .left h3,
#modalFalarVendedor .modal-content .left h3 {
    color: #000000;
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}

#modalCompreAgora .modal-content .left h3 span,
#modalRecursosNaoProcurados .modal-content .left h3 span,
.modal-default .modal-content .left h3 span,
#modalFalarVendedor .modal-content .left h3 span {
    font-size: 12px;
    font-family: Roboto;
    color: #000000;
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
}

#modalCompreAgora .modal-content span.iniciado,
#modalRecursosNaoProcurados .modal-content span.iniciado,
.modal-default .modal-content span.iniciado,
#modalFalarVendedor .modal-content span.iniciado {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#modalCompreAgora a.sobre,
#modalRecursosNaoProcurados a.sobre,
.modal-default a.sobre,
#modalFalarVendedor a.sobre {
    top: 23% !important;
}

#modalCompreAgora .detalhes,
#modalRecursosNaoProcurados .detalhes,
.modal-default .detalhes,
#modalFalarVendedor .detalhes {
    margin-top: 20px !important;
}

#modalCompreAgora .modal-content .right,
#modalFalarVendedor .modal-content .right {
    /* position:relative; */
    height: 447px;
}

#modalCompreAgora .modal-content .right button.close,
#modalRecursosNaoProcurados .modal-content .right button.close,
.modal-default .modal-content .right button.close,
#modalFalarVendedor .modal-content .right button.close {
    right: 21px;
    position: absolute;
    top: 18px;
}

#modalCompreAgora .modal-content .right h1,
#modalRecursosNaoProcurados .modal-content .right h1,
.modal-default .modal-content .right h1,
#modalFalarVendedor .modal-content .right h1 {
    font-size: 35px;
    color: #212223;
    padding: 40px 120px 0 60px;
    margin-bottom: 20px;
}

#modalCompreAgora .modal-content .btn-blue,
#modalFalarVendedor .modal-content .btn-blue {
    margin-left: 60px;
    color: white;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    top: 145px;
}

#modalRecursosNaoProcurados .left .btn-blue,
.modal-default .left .btn-blue,
#modalFalarVendedor .left .btn-blue
{
    margin: 0 24px;
    width: 85%;
    display: block;
    position: absolute;
    top: unset;
    bottom: 43px;
}

#modalFalarVendedor .left .opt ,
#modalRecursosNaoProcurados .left .opt,
.modal-default .left .opt
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#modalCompreAgora .box:after
{
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    background: url(../images/icon-parcela.svg) left center no-repeat;
}

#modalCompreAgora .box,
#modalRecursosNaoProcurados .box,
.modal-default .box,
#modalFalarVendedor .box {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    background: #F8F8F8;
    padding: 20px 50px 20px 240px;
    margin-bottom: 30px;
    opacity: 0;
    position: absolute;
}

#modalCompreAgora .box p,
#modalRecursosNaoProcurados .box p,
.modal-default .box p,
#modalFalarVendedor .box p {
    font-size: 12px;
}

#modalCompreAgora .btn-group,
#modalRecursosNaoProcurados .btn-group,
.modal-default .btn-group,
#modalFalarVendedor .btn-group {
    width: 100%;
    margin: 0 auto 37px 37px;
}

#modalCompreAgora .btn-group a,
#modalRecursosNaoProcurados .btn-group a,
.modal-default .btn-group a,
#modalFalarVendedor .btn-group a {
    width: 260px !important;
    margin-left: 0 !important;
    height: 60px;
    padding-top: 12px;
}

#modalCompreAgora .btn-group a + a,
#modalRecursosNaoProcurados .btn-group a + a,
.modal-default .btn-group a + a,
#modalFalarVendedor .btn-group a + a {
    margin-left: -1px !important;
}

#modalCompreAgora .btn-group a span,
#modalRecursosNaoProcurados .btn-group a span,
.modal-default .btn-group a span,
#modalFalarVendedor .btn-group a span {
    display: block;
    margin-bottom: 2px;
}

#modalCompreAgora .btn-group a span + span,
#modalRecursosNaoProcurados .btn-group a span + span,
.modal-default .btn-group a span + span,
#modalFalarVendedor .btn-group a span + span {
    font-size: 20px;
    font-family: AvenirNextLTPro-Bold;
}

#modalCompreAgora .final h1 {
    font-size: 40px;
    color: #DC3131 !important;
    line-height: 45px !important;
    padding: 40px 120px 0 60px;
}

#modalCompreAgora a.link-voltar {
    color: #DC3131 !important;
    position: absolute;
    bottom: 15px;
    left: -44%;
    font-size: 14px;
    cursor: pointer;
}

#modalCompreAgora a.link-voltar:hover {
    text-decoration: underline;
}

#modalCompreAgora .final p {
    color: #000;
    font-weight: 500;
    margin: 10px 60px 29px 60px;
    width: 341px;
}

#modalCompreAgora span.escolhido {
    border: 1px solid #DC3131;
    padding: 19px 25px;
    border-radius: 31px;
    font-size: 12px;
    color: #DC3131;
    margin-left: 37px;
}

#modalCompreAgora span.escolhido b {
    font-size: 20px;
    font-family: AvenirNextLTPro-Bold;
    position: relative;
    bottom: -2px;
    left: 2px;
    letter-spacing: -1px;
}

#modalFalarVendedor .opcoes p,
#modalRecursosNaoProcurados .opcoes p
{
    background: #F8F8F8;
    margin: -1px 0;
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    padding: 11px 56px;
}

#form-whats,
#form-ligacao,
#form-email {
    margin-left: 55px;

}

#form-whats.active,
#form-ligacao.active,
#form-email.active {
    margin-top: 27px;
}

#form-whats label,
#form-ligacao label,
#form-email label {
    margin-right: 5px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    margin-bottom: 8px;
}

#form-whats input[type="submit"],
#form-ligacao input[type="submit"] {
    color: #fff;
    background: #212223;
    border: 0;
    border-radius: 51px;
    width: 200px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding: 11px 0;
    font-size: 12px;
    margin-top: 30px;
}

#form-email input[type="submit"] {
    color: #fff;
    background: #212223;
    border: 0;
    border-radius: 51px;
    width: 200px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding: 11px 0;
    font-size: 12px;
    margin-top: 57px;
}

#form-whats input[type="text"],
#form-whats input[type="email"],
#form-ligacao input[type="text"],
#form-ligacao input[type="email"],
#form-email input[type="text"],
#form-email input[type="email"]
{
    border: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);

}

#form-whats input[type="text"]:focus,
#form-whats input[type="email"]:focus,
#form-ligacao input[type="text"]:focus,
#form-ligacao input[type="email"]:focus,
#form-email input[type="text"]:focus,
#form-email input[type="email"]:focus {
    outline: 0;
}

/* End modals content */
.header-mobile {
    display: none;
}

.pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.pagination a {
    color: #084D94;
    padding: 7px 12px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #084D94;
    margin: 0 9px;
    opacity: 0.6;
}

.pagination a.active {
    opacity: 1;
}

.pagination a:first-child,
.pagination a:last-child {
    border: 0;
}

.pagination .no-border {
    border-color: transparent;
}

.pagination i {
    font-size: 25px;
    position: relative;
}

.pagination i:before {
    position: absolute;
    top: -18px;

}

.chat-up {
    position: fixed;
    right: 5%;
    text-align: center;
    bottom: 5%;
    z-index: 1051;
}

.chat-up:hover i {
    background: #DA3232;
    transition: ease-in-out .2s;
}

/* .chat-up:hover .tooltip-contact {
    opacity: 1;
    visibility: visible;
} */

.chat-up i {
    color: #fff;
    background: #212223;
    padding: 11px;
    border-radius: 21px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
}

.chat-up i:after {
   content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    top: -9px;
    left: -9px;
    border-radius: 51px;
    border: 1px solid #DC3131;
}

.chat-up .up {
    display: block;
    text-align: right;
}

.chat-up .msg {
    display: block;
    text-align: center;
    background: #084D94;
    border-top-left-radius: 30px;
    color: #fff;
    width: 216px;
    height: 40px;
    font-size: 12px;
    padding: 13px 0px;
}

.chat-up .tooltip-contact {
    visibility: hidden;
    width: 156px;
    background-image: linear-gradient(127deg, #535353, #212223);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0px 35px -5px #000;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -154px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: default;
}

.chat-up .tooltip-contact:after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 21px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #DC3131 transparent transparent transparent;
}

.chat-up .tooltip-contact p {
    background: #DC3131;
    color: #fff;
    margin-bottom: 0;
    padding: 12px;
    line-height: 15px;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

header {
    background-size: cover;
    position: relative;
    padding-bottom: 75px;

}

header:before {
   content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

header .container-fluid,
header .container {
    z-index: 2;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 75px; */
}

header .back-to-blog {
    color: #fff;
    font-size: 12px;
    z-index: 4;
    position: absolute;
    top: 35px;
    left: 20%;
}

header a.button-header {
    position: absolute;
    top: -8px;
    right: 10px;
    border-radius: 51px;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 8px 33px;
    margin-left: 15px;
    width: 166px;
    height: 30px;
    white-space: nowrap;
}

header .container-fluid.fixed a.button-header {
    border: 1px solid rgb(112, 112, 112) !important;
}

header .container-fluid.fixed a.button-header:hover {
    background: #DA3232;
    color: #fff !important;
    transition: .2s;
    border-color: #DA3232 !important;
}

header a.button-header:hover {
    text-decoration: none;
    color: #DA3232 !important;
    transition: .2s;
    background: #fff;
}

header.home {
    height: 650px;
}

.banner-home {
    height: 100%;
    display: table;
    width: 100%;
}

.cta-home {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.cta-home h1 {
    color: #fff;
    padding: 0;
    font-size: 2.8125em;
}

.cta-home .buttons {
    overflow: hidden;
    padding: 10% 0 0;
}

.cta-home .buttons a {
    width: 240px;
    height: 60px;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-image: linear-gradient(#FC414B, #CB2323);
    text-align: center;
    display: inline-block;
    margin-right: -2px;
    padding: 23px;
    font-size: 14px;
    font-family: AvenirNextLTPro-Regular, Roboto, sans-serif;
}

.cta-home .buttons a + a {
    width: 240px;
    height: 60px;
    color: #000000;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: linear-gradient(#fff, #B2B2B2);
    display: inline-block;
    margin-left: -2px;
    padding: 23px;
    font-size: 14px;
}

.buttons a span {
    display: inline-block;
    position: relative;
}

.buttons .imovel img {
    width: 25px;
    position: absolute;
    left: -18px;
    top: -6px;
}

.buttons .auto img {
    width: 36px;
    position: absolute;
    left: -30px;
    top: -4px;
}

nav {
    padding: 0;
}

nav.nav-conseg a {
    text-transform: uppercase;
    padding: 15px 13px;
    font-weight: 300;
}

.bars-menu-mobile {
    display: none;
}

.mobile-only {
    display: none;
    visibility: hidden;
}

.navbar-nav li.active {
    color: rgb(7, 74, 143);
    font-weight: bold;
    border-bottom: 5px solid #074A8F;
}

.navbar-nav li.active .nav-link {
    color: #0056b3 !important;
}

.navbar-nav li.nav-item {
    margin: 0 20px;
}

.navbar-nav li.nav-item:first-child {
    margin-left: 0;
}

.nav-desktop {
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}

header .container-fluid {
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    padding: 30px 40px 29px 40px;
}

header.home .container-fluid {
    border: 0;
    /* adicionais para menu a cima */
    position: relative;
    z-index: 10;
}

header .container-fluid a {
    font-size: 0.65em;
    color: #f2f2f2 !important;
    cursor: pointer;
    font-family: AvenirNextLTPro-Regular, Roboto, sans-serif;
}

@media (min-width: 1600px) {
    header .container-fluid a {
        font-size: 0.85em;
    }
}

header .container-fluid.fixed a {
    color: rgb(112, 112, 112) !important;
}

.logo-header {
    width: 113px;
}

header .container-fluid.fixed .logo-header {
    display: none;
}

header .container-fluid .logo-header-preto {
    display: none;
}

header .container-fluid.fixed .logo-header-preto {
    display: block;
    width: 113px;
}

.logo-footer {
    position: relative;
    top: -4px;
}

header .container .row .col {
    display: flex;
    margin: 35px auto;
    color: #fff;
}

/* TITLES */
h1.titulo-header {
    display: inline-flex;
    font-size: 60px;
    padding: 0px 25px 0 0;
    max-width: 80%;
}

h3.subtitulo-header {
    display: inline-flex;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0 10px 25px;
    height: 74px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
}

section h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 38px;
}

section h1.tit1 {
    line-height: 52px;
}

/* end titles */

form.search-home {
    width: 100%;
    position: relative;
}

form.search-home input[type="text"] {
    width: 100%;
    padding: 12px 225px 11px 25px;
    border: 0;
    border-radius: 51px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

form.search-home input[type="submit"],
form.form-newsletter input[type="submit"] {
    color: #fff;
    background: #212223;
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
    position: absolute;
    border: 0;
    top: 0;
    right: -3px;
    font-size: 12px;
    padding: 14px 90px 14px 90px;
}

/* navs */
.nav-link {
    color: rgba(7, 74, 143, 0.60);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    padding: 30px 12px 30px 12px;
    margin: 0 15px;
}

.nav-link:first-child {
    margin: 0;
}

/* Interna resultados e sorteios */
.resultados-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    top: -15%;
}

.resultados-carousel .item {
    grid-template-columns: 42.35% 57.5%;
    display: grid;
    height: 100%;
}

.resultados-carousel .item .left {
    display: table;
    height: 100%;
    z-index: 3;
}

.resultados-carousel .item .left h3 {
    font-size: 45px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
}

.resultados-carousel .item .left > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10% 0 20%;
}

header.resultados-e-sorteios {
    height: 650px;
    background-image: linear-gradient(308deg, #212223, #434343);
}

header.resultados-e-sorteios:before {
    content: none;
}

header.resultados-e-sorteios .container-fluid {
    border-bottom: 0;
}

.cta-resultados-e-sorteios {
    display: grid;
    grid-template-columns: 2fr 4fr;
    color: #fff;
    padding-top: 9%;
}

.cta-resultados-e-sorteios h1 {
    color: #FFFFFF;
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.cta-resultados-e-sorteios h1 b {
    color: #DC3131;
    font-family: AvenirNextLTPro-Regular;
}

.cta-resultados-e-sorteios .banner-resultados {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.cta-resultados-e-sorteios .banner-resultados .left {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 27px;
}

.cta-resultados-e-sorteios .banner-resultados .left span {
    background: #DC3131;
    display: block;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-family: AvenirNextLTPro-Bold;
    width: 140px;
    height: 140px;
    padding: 60px 0;
}

.cta-resultados-e-sorteios .banner-resultados .left span span {
    font-family: AvenirNextLTPro-Regular;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 12px;
    left: 12px;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
}

.cta-resultados-e-sorteios .banner-resultados .right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 27px;
    border-left: 1px solid #DC3131;
    margin-left: 20px;
    padding-left: 14px;
    margin-right: 50px;
}

.cta-resultados-e-sorteios .banner-resultados .right span {
    display: block;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-family: AvenirNextLTPro-Bold;
    width: 140px;
    height: 140px;
    padding: 60px 0;
    border: 1px solid #fff;
    margin: 0 auto;
}

.cta-resultados-e-sorteios .banner-resultados .right span span {
    font-family: AvenirNextLTPro-Regular;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 12px;
    left: 12px;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
}

.a-underline {
    text-decoration: underline;
    display: block;
    font-size: 12px;
    margin: 15px 0;
    opacity: 0.7;
}

.a-underline:hover {
    opacity: 1;
}

.w,
.w:hover {
    color: #fff;
}

.b {
    color: #000;
}

.cf-resultados-e-sorteios {
    padding-top: 6%;
}

.cf-resultados-e-sorteios .passo {
    width: 284px;
}

.cf-resultados-e-sorteios .passo .title {
    color: #DC3131;
}

.cf-resultados-e-sorteios .passo .num-bg {
    display: none;
}

.cf-resultados-e-sorteios .como-destaque .title {
    height: 128px;
}

.interna-rs {
    height: 760px;
    padding-top: 90px !important;
    margin-bottom: 84px;
}

.interna-rs video {
    position: relative;
    bottom: -50px;
    width: 100%;
    z-index: 2;
}

.calendario {
    background: #fff;
    position: relative;
    padding: 5% 0;
    border-bottom: 1px solid rgba(112, 112, 112, .1);
}

.calendario:before {
    /*content: ""; */
    position: absolute;
    width: 100%;
    height: 84px;
    background: #fff;
    top: -84px;
    z-index: 1;
}

.calendario .calendario-content {
    display: grid;
    grid-template-columns: 2fr 4fr;
}

.calendario .calendario-content .right {
    margin-left: 104px;
}

.calendario .calendario-content .right .calendar {
    border: 1px solid rgba(178, 178, 178, .4);
    width: 588px;
    float: right;
    margin-top: 40px;
}

.calendario .calendario-content .right .calendar:before {
    font-family: AvenirNextLTPro-Bold;
    content: "Calendário";
    color: #ECECEC;
    font-size: 100px;
    position: absolute;
    top: 68px;
    right: 30px;
}

.calendario .calendario-content .right .calendar .header {
    color: #fff;
    background: #DC3131;
    text-align: center;
    height: 70px;
    padding: 24px;
    margin-bottom: 45px;
    position: relative;
}

.calendario .calendario-content .right .calendar .header i:first-child {
    position: absolute;
    left: 25px;
    top: 25px;
}

.calendario .calendario-content .right .calendar .header i:nth-child(2) {
    position: absolute;
    right: 25px;
    top: 25px;
}

.calendario .calendario-content .right .calendar .header span {
    font-size: 17px;
}

.calendario .calendario-content .right .calendar .header .day {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
    bottom: -50px;
    color: #000;
}

.calendario .calendario-content .right .calendar .header .day span {
    font-size: 15px;
    font-weight: 500;
}

.calendario .calendario-content .right .calendar .days {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-row-gap: 3px;
    grid-column-gap: 3px;
    padding: 22px;
}

.calendario .calendario-content .right .calendar .days span {
    display: block;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    padding: 29px;
}

.calendario .calendario-content p {
    width: 86%;
    margin-bottom: 20px;
}

.calendario .calendario-content .right .calendar .days span.pre-check {
    background: rgba(33, 34, 35, .05);
}

.calendario .calendario-content .right .calendar .days span.check,
.calendario .calendario-content .right .calendar .days span:hover {
    color: #fff;
    background: #DC3131;
    font-weight: 800;
}

.calendario .calendario-content .right .calendar .days span.before {
    color: rgba(33, 34, 35, .43);
}

.calendario .calendario-content .left h2 {
    font-size: 40px;
    color: #000000;
    text-transform: inherit;
    line-height: 45px;
    margin: 15px 0 20px 0;
}

.calendario .calendario-content .proximas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 22px;
    margin-bottom: 20px;
}

.calendario .card-proximas {
    background: #DC3131;
    box-shadow: 0px 0px 25px -13px #000;
    width: 100%;
    height: 160px;
    padding: 25px 20px 20px 20px;
    position: relative;
    border-radius: 4px;
}

.calendario .card-proximas:after {
   content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 16px;

}

.calendario .card-proximas h3 {
    line-height: 17px !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    text-transform: lowercase;
}

.calendario .card-proximas p {
    color: #fff;
    margin: 0;
}

.app-inner-rs {
    padding-top: 3% !important;
    margin-bottom: 0 !Important;
}

.app-inner-rs h3 {
    margin-bottom: 4% !important;
}

.app-inner-rs > div.container-fluid:after {
    background-image: linear-gradient(294deg, #212223, #393939) !important;
}

/* Final */
/* atalhos rapidos */
.atalhos-rapidos .atalhos {
    background: #DC3131;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;

}

.atalhos-rapidos .atalhos h3 {
    visibility: hidden;
    display: none;
}

.atalhos-rapidos .atalhos > div {
    padding: 17% 0;
    border-right: 1px solid #B80E0E;
}

.atalhos-rapidos .atalhos > div:last-child {
    border-right: 0;
}

.atalhos-rapidos .atalhos a {
    color: #fff;
    font-family: AvenirNextLTPro-Bold;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 62px;
    border: 1px solid #fff;
}

.atalhos-rapidos .atalhos a:hover {
    background: #fff;
    color: #DC3131;
    transition: ease-in-out .2s;
    text-decoration: none;
}

.atalhos-rapidos .atalhos a i {
    font-size: 13px;
    margin-left: 10px;
}

/* final atalhos rapidos */
/* FAQ */
header.faq {
    height: 387px;
}

header.faq .container-fluid {
    border-bottom: 0;
}

.search-faq {
    z-index: 2;
    position: relative;
    top: 50%;
    transform: translateY(-70%);
}

.search-faq h1 {
    font-size: 45px;
    color: #fff;
    padding-left: 25px;
}

.search-faq form {
    position: relative;
    margin-top: 25px;
}

.search-faq input[type="text"] {
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 51px;
    padding: 5px 60px 5px 35px;
    font-size: 14px;
}

.search-faq input[type="text"]:focus,
.search-faq input[type="submit"]:focus {
    outline: 0;
}

section.faq {
    position: relative;

}

section.faq:before {
   content: "";
    width: 472px;
    height: 100%;
    background: #f9f9f9;

    left: 0;
    position: absolute;
    z-index: -1;
}

section.faq .faq-grid {
    display: grid;
    grid-template-columns: 32% 68%;
}

section.faq .resultados h3 {
    font-size: 25px !important;
    line-height: 35px;
    width: 90%;
}

section.faq .menu {
    padding: 19% 0;
    background: #f9f9f9;
    border-right: 1px solid rgba(112, 112, 112, .15);
    height: 100%;
}

section.faq .menu h3 {
    color: #212223;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 20px;
}

section.faq .menu h3 b {
    color: #DC3131;
}

section.faq .menu ul {
    border-left: 1px solid rgba(0, 0, 0, .15);
}

section.faq .menu ul li {
    padding: 19px 0;
}

section.faq .menu ul li a {
    color: rgba(112, 112, 112, .5);
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0 5px 18px;
    font-family: AvenirNextLTPro-Bold;
}

section.faq .menu ul li a.active,
section.faq .menu ul li a:hover {
    color: #DC3131;
    border-left: 3px solid #DC3131;
    position: relative;
    left: -2px;
    transition: .2s;
    text-decoration: none;
}

section.faq .content {
    padding: 9% 70px;
}

section.faq .content h2 {
    font-size: 25px;
    color: #DC3131;
}

section.faq .content .card {
    border: 0;
}

section.faq .content .card-body {
    padding: 0;
}

section.faq .content .card-body .video {
    position: relative;
    margin-top: 25px;
}

section.faq .content .card-body .centerbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    display: inline-flex;
    margin: 0 auto;
    left: 29%;
}

section.faq .content .card-body .centerbox .play-txt {
    font-family: AvenirNextLTPro-Bold;
    color: #fff;
    font-size: 21px;
    padding-left: 15px;
    padding-top: 27px;
}

section.faq .content .card-body .centerbox .play-txt span {
    font-weight: 300;
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
    font-family: Roboto;
}

section.faq .content .card-body video {
    width: 100%;
}

section.faq .content .card p {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    line-height: 23px;
    padding-top: 1.25rem;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 20px;
}

section.faq .content .card-header {
    background: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
}

/* section contatos Page/FAQ */
a.cta i.fa-envelope {
    font-size: 13px;
    position: relative;
    left: -5px;
    top: 1px;
}

a.bt-face-sejarepresentante,
a.bt-youtube-sejarepresentante,
a.bt-insta-sejarepresentante {
    border-radius: 21px;
    border: 1px solid #fff;
    width: 43px;
    height: 43px;
    display: inline-block;
    padding: 4px;
    text-align: center;
    margin: 0 10px;
}

a.bt-face-sejarepresentante i,
a.bt-youtube-sejarepresentante i,
a.bt-insta-sejarepresentante i {
    color: #fff;
    font-size: 23px;

}

a.bt-face-sejarepresentante {
    margin-left: 29px;
}

a.bt-face-sejarepresentante i {
    position: relative;
    top: 3px;
    left: 0px;
}

a.bt-insta-sejarepresentante i {
    position: relative;
    top: 3px;
    left: -1px;
}

a.bt-youtube-sejarepresentante i {
    position: relative;
    top: 3px;
    left: 0px;
}

/* arrow down animation */
.faq-grid button {
    width: 100%;
    position: relative;
    text-align: left;
    color: #DC3131;
    padding: 27px 15px 27px 0;
}

.faq-grid button.collapsed {
    color: #DC3131;
}

.faq-grid button.collapsed {
    color: #000;
    text-decoration: none;
}

.faq-grid button:hover {
    text-decoration: none;
    color: #DC3131;
    transition: .2s;

}

.faq-grid button i.fa-sort-down {
    font-size: 20px;
    position: absolute;
    right: 0;
}

.faq-grid button.collapsed i.fa-sort-down {
    transform: rotate(0);
    top: 24px;
    transition: .2s;
    color: #000;
}

.faq-grid button i.fa-sort-down {
    transform: rotate(180deg);
    transition: .2s;
    top: 33px;
    color: #DC3131;
}

/* FAQ NO-RESULTS */
section.faq-no-results {
    height: 460px;
}

section.faq-no-results .middle-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

section.faq-no-results p {
    color: rgba(0, 0, 0, .51);
    font-size: 14px;
    width: 43%;
    margin: 20px 0 0 0;
}

section.faq-no-results h1 {
    color: #212223;
    font-size: 25px;
    width: 46%;
    line-height: 30px;
}

section.faq-no-results h1 b {
    color: #DC3131;
}

/* end */
/* fim FAQ */
/* sections */
.resultados-sorteios-bannercarousel {
    display: table;
}

.resultados-sorteios-bannercarousel > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
}

.banner-carousel h1 {
    color: #fff;
    font-size: 45px;
    width: 35%;
    line-height: 55px;
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;

}

.banner-carousel .video-banner {
    display: flex;
    align-items: center;
}

.banner-carousel .video-banner .play-txt {
    font-family: Roboto;
    font-size: 14px;
    color: #ccc;
    width: 240px;
    padding-left: 20px;
}

.banner-carousel .video-banner .play-txt span {
    font-family: AvenirNextLTPro-Bold;
    color: #fff;
    font-size: 21px;
    margin-bottom: 7px;
    display: block;
    line-height: 23px;
}

section.resultados-sorteios {
    background-image: linear-gradient(#F13030, #DA3232, #DC3131);
    display: flex;
    align-items: center;
    min-height: 145px;
}

section.resultados-sorteios .spacer-date {
    display: inline-flex;
    font-size: 27px;
}

section.resultados-sorteios h1 {
    font-size: 2.125em;
    color: #fff;
    font-weight: 700;
}

section.resultados-sorteios h3 {
    color: rgba(255, 255, 255, .7);
    margin: 0 0 10px 0;
}

section.resultados-sorteios h3 .spacer-line {
    border-top: 1px solid rgba(255, 255, 255, .7);
}

.mtop-btn-results {
    margin-top: 7px;
}

section.resultados-sorteios .date {
    position: relative;
    display: inline-flex;
    color: #fff;
    padding: 15px 21px;
    padding-bottom: 0;
    margin-top: 9px;
    font-family: AvenirNextLTPro-Regular, Roboto, sans-serif;
}

section.resultados-sorteios .date .pref {
    position: absolute;
    top: -7px;
    font-weight: 300;
    font-size: 16px;
    left: 42%
}

section.resultados-sorteios .date .value {
    font-size: 45px;
    font-weight: 700;
    font-family: AvenirNextLTPro-Bold, Roboto, sans-serif;
}

section.area-do-cliente {
    min-height: 56vh;
}

section.area-do-cliente-icones {
    height: 267px;
}

/*------------------------------------*/
/*---------- Underline Styles --------*/
/*------------------------------------*/

.normal-underline,
.custom-underline {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.normal-underline,
.normal-underline:hover {
    color: #444;
    text-decoration: underline;
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
    color: #fff;
    text-decoration: none;
}

.custom-underline:after {
    content: "";
    position: absolute;
}

section.nossas-vantagens {
    background: #DA3232;
    padding: 12% 0 8% 0;
    position: relative;
}

section.nossas-vantagens:after {
   content: "";
    background: url(../images/vantagens_grafismo.svg) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 497px;
    height: 675px;
    z-index: 0;
    opacity: 0.5;
}

section.nossas-vantagens h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 10px;
}

section.nossas-vantagens p {
    margin: 20px 0 20px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 21px;
}

section.nossas-vantagens .boxes-vantagens .col-md-4 {
    position: relative;
    height: 220px;
    z-index: 3;
}

section.nossas-vantagens .boxes-vantagens .col-md-4 span {
    position: absolute;
    font-size: 14px;
    top: 15px;
    right: 15px;
    color: rgba(0, 0, 0, .2);
}

section.nossas-vantagens .boxes-vantagens .col-md-4 a {
    display: block;
    margin: 5px 0;
    color: #DC3131;
    font-size: 14px;
}

section.nossas-vantagens .boxes-vantagens .col-md-4 span.w {
    color: rgba(255, 255, 255, .2);
}

section.nossas-vantagens .row {
    position: relative;
}

section.nossas-vantagens .after-one {

    width: 221px;
    height: 220px;
    top: -45px;
    left: 59px;
    border: none;
    position: absolute;
}

section.nossas-vantagens .bg-white {
    background: #ECECEC;
    padding: 25px;
    position: relative;
}

section.nossas-vantagens .after-two {
    width: 221px;
    height: 220px;
    position: absolute;
    top: -95px;
    right: 60px;
    border: none;
}

section.nossas-vantagens .after-three {
    width: 221px;
    height: 220px;
    top: -55px;
    left: 59px;
    border: none;
    position: absolute;
}

section.nossas-vantagens .boxes-vantagens h3 {
    font-size: 22px;
    color: #191C22;
    text-transform: none;
    padding-top: 10px;
    margin-bottom: 13px;
}

section.nossas-vantagens .boxes-vantagens h3.w,
section.nossas-vantagens .boxes-vantagens p.w {
    color: #fff;
}

section.nossas-vantagens .boxes-vantagens p {
    color: #0B0B0C;
    font-size: 12px;
    margin: 10px 0;
}

section.nossas-vantagens .boxes-vantagens .box-3 {
    background: #353535;
    padding: 25px;
}

section.nossas-vantagens .boxes-vantagens .box-2 {
    background: #212223;
    padding: 25px;
}

section.blog-home {
    padding: 6% 0;
}

section.blog-home a.first-blog-home {
    width: 100%;
    display: grid;
    grid-template-columns: 580px calc(100% - 580px);
    color: inherit;
}

section.blog-home .thumb-ultimas-noticias {
    max-height: 300px;
    height: 300px;
    margin-bottom: 60px;
    padding: 0;
}

section.blog-home h1 {
    font-size: 45px;
    margin: 25px 0 40px 0;
}

section.em-destaque {
    padding: 50px 0;
    position: relative;
}

section.em-destaque:after {

   content: "";
    width: 100%;
    border-left: 25px solid #E83C46;
    background: #F9F9F9;
    height: 255px;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.card-destaque {
    margin: 0 25px;
}

.card-destaque a, .card-home a {
    color: inherit;
}

section.blog-home a.first-blog-home,
.card-destaque a:hover, .card-home a:hover {
    text-decoration: none;
}

.card-destaque:first-child {
    margin-left: 0;
}

.card-destaque:last-child {
    margin-right: 0;
    padding-right: 15px;
}

.card-destaque .thumb-destaque {
    width: 100%;
    height: 160px;
    margin-bottom: 26px;
}

a.first-blog-home .overlay-destaque,
.card-destaque .thumb-destaque .overlay-destaque {
    display: none;
    background: rgba(232, 60, 70, 0.20);
    width: 100%;
    height: 100%;
    transition: ease-in-out .2s;
}

.card-destaque a:hover,
.card-destaque a:hover .card-info span,
section.blog-home a.first-blog-home:hover {
    color: #F13030 !important;
    transition: ease-in-out .2s;

}

a.first-blog-home:hover .spacer-line,
.card-destaque a:hover .spacer-line {
    border-top: 1px solid #F13030 !important;
    transition: ease-in-out .2s;
}

a.first-blog-home:hover .overlay-destaque,
.card-destaque a:hover .overlay-destaque {
    display: block;
}

a.first-blog-home:hover .card-info span,
a.first-blog-home:hover .card-info-bottom span,
a.first-blog-home:hover .card-home p {
    color: #F13030 !important;
}

/* section inner post */
section.inner-post {
    margin: 25px 0;
    overflow: hidden;
}

section.inner-post .left-post {
    text-align: right;
    width: 15%;
}

section.inner-post .left-post a {
    width: 45px;
    height: 45px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    padding: 13px;
    margin-left: -5px;
    margin-bottom: -1px;
}

section.inner-post .left-post a i {
    color: #e5e5e5;
}

section.inner-post .left-post a i.fa-facebook-f:before {
    padding-left: 5px;
}

section.inner-post .left-post p {
    color: #353535;
    font-size: 14px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    padding-bottom: 30px;
    margin-left: 85px;
    margin-bottom: 7px;
}

section.inner-post .left-post span {
    font-size: 14px;
    color: #353535;
    display: block;
    margin: 10px 0;
}

section.inner-post .content-post {
    margin-left: 5%;
    width: 75%;
}

section.inner-post .content-post h2.first-text-post {
    color: rgba(0, 0, 0, .6);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-transform: unset;
    line-height: 35px;
    margin-top: 20px;
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 50px;
}

section.inner-post .content-post h2.first-text-post:after {
   content: "";
    background: url(../images/bg-ultimas-noticias.png) no-repeat;
    background-size: contain;
    width: 716px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: -40%;
}

section.inner-post .content-post h3 {
    font-size: 30px;
    text-transform: inherit;
}

section.inner-post .content-post p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    margin: 20px 0;
}

section.inner-post .content-post p b {
    font-weight: bold;
}

section.inner-post .content-post p a {
    display: inline-block;
    color: #E83C46;
    text-decoration: underline;
}

section.inner-post .content-post ul {
    margin: 30px 0 40px 0;

}

section.inner-post .content-post ul li:before {
    content: "•";
    color: #074A8F;
    padding-right: 10px;
    font-size: 25px;
    margin-top: 10px;
    position: relative;
    top: 3px;
}

section.inner-post .content-post ul li {
    margin: 20px 0;
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    font-style: italic;
}

section.inner-post figure {
    margin: 30px 0 30px -30%;
}

section.inner-post figure figcaption {
    font-size: 14px;
    margin-left: 40%;
    line-height: 22px;
    color: rgba(0, 0, 0, .5);
}

section.inner-post .content-post .video {
    margin: 30px 0 30px -30%;
    text-align: right;
}

section.inner-post .carousel {
    margin: 30px 0 30px -30%;
    height: 470px;
}

section.inner-post .carousel .carousel-inner {
    height: 470px;
}

section.inner-post .carousel .arrows-carousel-mobile {
    position: absolute;
    top: 45%;
    left: -2%;
}

section.inner-post .carousel .arrows-carousel-mobile:last-child {
    right: -2% !important;
    left: unset;
}

section.inner-post .infos-post {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .10);
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

section.inner-post .infos-post .box {
    width: 65%;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
}

section.inner-post .infos-post .profile {
    float: left;
    width: 20%;
}

section.inner-post .infos-post .infos {
    float: left;
    width: 80%;
    padding: 10px 0;
    padding-left: 4%;
}

section.inner-post .infos-post .infos h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, .3);
    font-weight: normal;
    text-transform: unset;
    margin: 0;
}

section.inner-post .infos-post .infos h3 b {
    color: #E83C46;
    font-weight: normal;
}

section.inner-post .infos-post .infos p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
}

section.inner-post .infos-post .infos i {
    color: #E83C46;
    font-size: 23px;
}

section.disku {
    height: 348px;
    background: url(../images/bg-disku.png) no-repeat;
    background-position-x: 112%;
    background-position-y: center;
}

/* */
/* box title and date */
.card-info {
    margin: 10px 0 16px 0;
}

.card-info span:first-child {
    /* color: #F13030; */
    text-transform: capitalize;
}

.card-info span {
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 500;
}

.card-info-bottom {
    font-size: 14px;
    margin-top: 16px;
    color: #353535;
}

/* end */
.card-destaque h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}

section.ultimas-noticias {
    padding: 50px 0;
    background: url(../images/bg-ultimas-noticias.png) top right no-repeat;
    background-position-y: 45px;
    background-position-x: 875px;
}

section.ultimas-noticias .thumb-ultimas-noticias {
    height: 300px;

    padding-left: 0;
}

section.ultimas-noticias .m-l-b {
    margin: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 40px;
}

.card-home {
    padding-left: 60px;
    padding-right: 0;
}

.card-home h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
}

.card-home p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    margin-top: 16px;
    line-height: 22px;
}

.inner-newsletter {
    /* background-image: linear-gradient(to left, #F13030, #F13030, #E83C46); */
    background: #DC3131;
    position: relative;
    overflow: hidden;
}

.inner-newsletter .col {
    z-index: 2;
}

.inner-newsletter:after {
   content: "";
    background: url(../images/newsletter.svg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 525px;
    height: 262px;
    z-index: 0;

}

.inner-newsletter h1 {
    font-weight: bold;
    color: #fff;
    padding: 38px 0 0 0;
    margin-bottom: 17px;
}

.inner-newsletter form.form-newsletter {
    width: 46%;
    position: relative;
    /*margin-left: 48px; */
    padding-bottom: 38px;
}

.inner-newsletter form.form-newsletter input[type="text"]:focus,
.inner-newsletter form.form-newsletter input[type="submit"]:focus {
    outline: 0;
}

.inner-newsletter form.form-newsletter input[type="text"] {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);

}

section.results-search {
    background: #353535;
}

section.results-search .container-fluid {
    background: url(../images/bg-results.png) top right no-repeat;
}

section.results-search .header-results-search {
    padding: 30px 0;
}

section.results-search .header-results-search h2 {
    font-weight: 700;
    color: #C4C5C7;
    font-size: 30px;
}

section.results-search .header-results-search h2 b {
    color: #fff;
    font-weight: 700;
}

section.results-search + .container {
    padding: 40px 0;
}

section.sorry h1 {
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 22px 0;
    font-size: 34px;
}

section.sorry p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    margin: 0 0 25px 0;
    line-height: 23px;
}

.pd-results {
    padding: 40px 15px;
}

.no-margin {
    margin: 0 !important;
}

/* layoutAdicional */
.spacer-line {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    width: 51px;
    display: inline-flex;
    padding: 5px 0;
    margin: 0 10px;
}

/* footer */
footer {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 60px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    padding: 10px 0;
}

footer ul li a {
    text-transform: uppercase;
    color: #0B0B0C;
    font-size: 12px;
    letter-spacing: .5px;
}

footer ul li a b {
    font-size: 14px;
    font-weight: bold;
}

footer ul li a:hover {
    text-decoration: none;
    color: #DA3232;
}

footer .contact-footer {
    font-size: 14px;
    font-weight: 300;
    margin: 80px 0;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .8);
    display: inline-flex;
    width: 100%;
    position: relative;
}

footer .contact-footer div.one {
    width: 286px;
}

footer .contact-footer div.two {
    position: relative;
    top: 8px;
    left: 90px;
}

footer .contact-footer div.three {
    position: relative;
    top: 7px;
    right: -184px;
}

footer .contact-footer div.four {
    position: absolute;
    right: 0;
}

footer .contact-footer div.four a {
    display: inline-flex;

}

footer .contact-footer div.four a:hover {
    text-decoration: none;
}

footer .contact-footer div.four a:hover i {
    color: #191C22;
}

footer .contact-footer i {
    color: #E83C46;
    font-size: 21px;
}

footer .contact-footer i.fas.fa-phone {
    font-size: 14px;
    transform: rotate(102deg);

}

footer .contact-footer i.fas.fa-envelope {
    font-size: 15px;

}

footer .last-footer {
    background: #191C22;
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    font-weight: 300;
    padding: 29px 0;
}

footer .last-footer a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 5px;
    display: block;
}

footer p {
    color: rgba(255, 255, 255, 0.45);
}

footer .footer-bottom {
    position: relative;
}

footer a.btn-blue {
    height: 40px;
    padding: 14px;

}

footer ul.app-footer {
    margin-top: 35px;
}

footer ul.app-footer li:first-child {
    padding-right: 63px;
}

footer ul.app-footer a {
    padding-bottom: 10px;
    display: block;
}

/* inner post section */
a.categoria-post {
    font-size: 14px;
    color: rgba(255, 255, 255, .67);
    margin-top: 70px;
    display: block;
}

a.categoria-post b {
    color: #E83C46;
}

.dropdownNav {
    width: 100%;
    position: fixed;
    z-index: 99;
    border-top: solid 0px #DC3131;
    top: 70px;
    transition: 0.2s;
    height: 0;
    background: rgba(0, 0, 0, 0.62);
    overflow: hidden;
    transition: 0.2s ease-in;
}

#menu_aconseg.active,
#menu_produtos.active {
    height: 183px;
    border-top: solid 4px #DC3131;
    box-shadow: 0 40px 80px 5px rgba(0, 0, 0, .45);
}

#menu_aconseg:before,
#menu_produtos:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DC3131;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 492px;
}

.m-produtos-card,
.dropdownNav .m-produtos-card {
    width: 195px;
    display: inline-block;
    background: #F5F5F5;
    height: 183px;
    padding: 16px 13px;
    text-align: center;
    float: left;
    border-right: solid 1px grey;
}

#menu_aconseg .m-produtos-card a {
    text-decoration: none;
    color: #DC3131;
    font-size: 14px;
    border-bottom: 1px solid;
    width: auto;
    display: unset;
}

#menu_produtos .m-produtos-card a {
    text-decoration: none;
    color: #DC3131;
    font-size: 14px;
    border-bottom: 1px solid;
    width: auto;
    display: unset;
    position: relative;
    top: -8px;
}

.dropdownNav .m-produtos-card .title {
    font-size: 18px;
    width: 78%;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-family: AvenirNextLTPro-Bold;
}

.dropdownNav .m-produtos-card:hover .title {
    color: #DC3131;
    transition: .2s;
}

.dropdownNav .m-produtos-card .image {
    width: 110px;
    height: 95px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.dropdownNav .m-produtos-card a {
    text-decoration: none;
    color: #212223;
    display: block;
}

.dropdownNav .m-produtos-card span {
    color: #DC3131;
    border-bottom: 1px solid #DC3131;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -9px;
    letter-spacing: .3px;
}

.dropdownNav .m-produtos-card a:focus,
.dropdownNav .m-produtos-card a:hover {
    text-decoration: none;
}

/* Interna Resultados de Sorteios */

section.ultimos-resultados {
    background: #F9F9F9;
    position: relative;
    overflow: hidden;
}

section.ultimos-resultados:before {
   content: "";
    width: 472px;
    height: 100%;
    background-image: linear-gradient(180deg, #434343, #3F3F3F, #222223, #232324, #212223);
    left: -60px;
    position: absolute;
    z-index: 0;
}

section.ultimos-resultados .grid-ultimos-resultados ul.carousel-indicators {
    bottom: 36px;
    right: 88px;
    /* left: unset; */
}

section.ultimos-resultados .grid-ultimos-resultados {
    display: grid;
    grid-template-columns: 32% 96%;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search {
    background-image: linear-gradient(180deg, #434343, #3F3F3F, #222223, #232324, #212223);
    height: 100%;
    padding-top: 57px;
    position: relative;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search h3 {
    color: rgba(255, 255, 255, .29);

}

section.ultimos-resultados .grid-ultimos-resultados .nav-search a.mais-datas,
section.ultimos-resultados .grid-ultimos-resultados .nav-search a.voltar-datas {
    position: absolute;
    bottom: 25px;
    right: 50px;
    font-size: 12px;
    color: rgba(2555, 255, 255, .7);
    text-decoration: underline;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search a.voltar-datas {
    right: auto;
    left: 50px;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search a.voltar-datas:before,
section.ultimos-resultados .grid-ultimos-resultados .nav-search a.mais-datas:after {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 22px;
    padding: 7px;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search a.voltar-datas:before {
    font-family: "Font Awesome 5 free";
    content: "\f053";
    color: #fff;
    background: #38393A;
    font-weight: 700;
    position: relative;
    right: 10px;
    padding-left: 8px;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search a.mais-datas:after {
    font-family: "Font Awesome 5 free";
    content: "\f054";
    color: #fff;
    background: #38393A;
    font-weight: 700;
    position: relative;
    left: 10px;
    padding-left: 8px;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search h3 div.spacer-line {
    border-top-color: rgba(255, 255, 255, .29);
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search form {
    position: relative;
    margin: 15px 0 40px 0;
    margin-left: -25px;
    margin-right: 47px;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search input[type="text"] {
    height: 40px;
    font-size: 14px;
    border-radius: 24px;
    border: 0;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search input[type="text"]:focus,
section.ultimos-resultados .grid-ultimos-resultados .nav-search input[type="submit"]:focus {
    outline: 0;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 49px;
    width: 94px;
    background: rgba(220, 49, 49, 1);
    color: #fff;
    border: 0;
    height: 40px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

section.ultimos-resultados div.retorno-busca {
    background: #2D2D2D;
    padding: 20px;
    z-index: 1;
    position: relative;
}

section.ultimos-resultados div.retorno-busca p {
    color: #707070;
    margin: 15px 0;
    margin-right: 50px;
}

section.ultimos-resultados div.retorno-busca:after {
   content: "";
    position: absolute;
    width: 1px;
    height: 79px;
    background: #707070;
    left: 0;
    top: 27px;
}

section.ultimos-resultados div.retorno-busca:before {
   content: "";
    height: 100%;
    width: 225%;
    background: #2D2D2D;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

section.ultimos-resultados div.retorno-busca h1 {
    font-size: 25px;
    color: #fff;

    line-height: 30px;

}

section.ultimos-resultados div.retorno-busca h1 b {
    color: rgba(220, 49, 49, 1);
}

section.ultimos-resultados div.retorno-busca a {
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
    margin-top: 12px;
    display: block;
}

section.ultimos-resultados .grid-ultimos-resultados .nav-search h2 {
    color: #fff;
    font-size: 25px;
    margin-right: 47px;
    line-height: 30px;
}

section.ultimos-resultados .grid-ultimos-resultados
section.ultimos-resultados ul.nav-results {
    background: #2D2D2D;
}

section.ultimos-resultados ul.nav-results li {
    border-bottom: 1px solid #292929;
    position: relative;
}

section.ultimos-resultados ul.nav-results li.carro:after {
   content: "";
    width: 25px;
    background: url(../images/icone-carro-white.svg) 0 0 no-repeat;
    background-size: 25px;
    position: absolute;
    height: 15px;
    top: 29px;
    right: 41.6%;
}

section.ultimos-resultados ul.nav-results li.casa:after {
   content: "";
    width: 22px;
    background: url(../images/icone-casa.svg) 0 0 no-repeat;
    background-size: 22px;
    position: absolute;
    top: 24px;
    right: 41.5%;
    height: 20px;

}

section.ultimos-resultados ul.nav-results li a {
    color: rgba(255, 255, 255, .7);
    display: block;
    padding: 27px 0;
    position: relative;
    cursor: pointer;
    padding-left: 60%;

}

section.ultimos-resultados ul.nav-results li a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    border-bottom: 7px solid rgba(220, 49, 49, 1);
    transform: rotate(90deg);
    margin: 2px 2px 2px 6px;
    transition: 0.15s ease-in-out;
    position: absolute;
    right: -12px;
    opacity: 0;
    top: 43%;
}

section.ultimos-resultados ul.nav-results li a:hover,
section.ultimos-resultados ul.nav-results li a:active,
section.ultimos-resultados ul.nav-results li.active a {
    background: rgba(220, 49, 49, 1);
    transition: ease-in-out .2s;
    color: rgba(255, 255, 255, 1);
}

section.ultimos-resultados ul.nav-results li a:hover:after,
section.ultimos-resultados ul.nav-results li a:active:after {
    opacity: 1;
}

section.ultimos-resultados ul.nav-results li a span {
    font-size: 18px;
}

section.ultimos-resultados ul.nav-results li a span + span {
    position: absolute;
    top: 28px;
    right: 58px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;

}

section.ultimos-resultados ul.nav-results a.mais-datas {

}

section.ultimos-resultados .grid-ultimos-resultados .right-content {
    min-height: 709px;
    padding: 59px 0 59px 100px;
    position: relative;
    width: 119%;
    /* overflow: hidden; */
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .sem-resultados {
    width: 676px;
    height: 447px;
    background: #fff;
    border: 1px solid #D6D6D6;
    padding: 58px;
    position: relative;
    top: 50%;
    transform: translateY(-60%);
    border-radius: 4px;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .sem-resultados h1 {
    font-size: 30px;
    margin: 20px 0 30px 0;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .card-table {
    width: 624px;
    /* margin: 0 auto; */
    height: auto;
    /* margin-right: 381px; */
    display: inline-block;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .card-table .header {
    position: relative;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .card-table .header h4 {
    color: rgba(33, 34, 35, 1);
    font-size: 12px;
    font-family: AvenirNextLTPro-Bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .card-table .header h4 span {
    font-family: Roboto;
    color: rgba(33, 34, 35, .43);
    text-transform: none;
    margin-left: 5px;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .card-table .header h1 {
    font-size: 30px;
    color: rgba(220, 49, 49, 1);
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .card-table a.condicoes-sorteio {
    color: rgba(33, 34, 35, .6);
    font-size: 12px;
    text-decoration: underline;
    top: -50px;
    display: block;
    position: relative;
}

section.ultimos-resultados .grid-ultimos-resultados ul.bolas {
    display: grid;
    grid-template-columns: 95px 111px 105px 105px 111px 100px;
    background: #DC3131;
    color: rgba(255, 255, 255, .7);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 15px 0 20px 0;
    height: 51px;
}

section.ultimos-resultados .button-video {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
}

section.ultimos-resultados .button-video .play-btn {
    width: 54px;
    height: 54px;
}

section.ultimos-resultados .button-video .play-btn i {
    width: 37px;
    height: 37px;
    font-size: 14px;
    padding: 14px;
    position: relative;
    top: -22px;
}

section.ultimos-resultados .button-video .play-btn i.fa-play:before {
    position: relative;
    top: -2px;
}

section.ultimos-resultados .button-video .play-txt {
    font-size: 16px;
    color: rgba(33, 34, 35, 1);
    font-family: AvenirNextLTPro-Bold;
    padding: 9px 8px;
}

section.ultimos-resultados .button-video .play-txt span {
    font-family: Roboto;
    font-weight: 300;
    color: rgba(33, 34, 35, .55);
    font-size: 14px;
    display: block;
    margin-top: 8px;
}

section.ultimos-resultados .grid-ultimos-resultados ul.bolas li {
    text-align: left;
    padding: 10px 15px;
    border-right: 1px solid #AD2A2A;
}

section.ultimos-resultados .grid-ultimos-resultados ul.bolas li:first-child {
    background: #CB2D2D;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

section.ultimos-resultados .grid-ultimos-resultados ul.bolas li:last-child {
    border-right: 0;
}

section.ultimos-resultados .grid-ultimos-resultados ul.bolas li span {
    font-weight: 900;
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-top: 5px;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .box-results {
    border: 1px solid rgba(0, 0, 0, .19);
    border-radius: 4px;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .box-results .title {
    display: grid;
    grid-template-columns: 86px 81px 83px 77px 73px 101px 126px;
    background: #000;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    height: 44px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .box-results .title > div {
    padding: 15px 0;
    border-right: 1px solid #373839
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .box-results .row-results {
    display: grid;
    grid-template-columns: 86px 81px 83px 77px 73px 101px 126px;
    text-align: center;
    font-size: 12px;
    height: 41px;
    border-top: 1px solid #E2E2E2;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .box-results .row-results > div {
    padding: 14px 0;
    border-right: 1px solid #E2E2E2;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content .box-results .title > div:last-child,
section.ultimos-resultados .grid-ultimos-resultados .right-content .box-results .row-results > div:last-child {
    border-right: 0;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content span.inform {
    font-size: 12px;
    height: 41px;
    background: rgba(165, 165, 165, 0.08);
    color: #000;
    display: block;
    padding: 14px 24px;
    border-top: 1px solid #E2E2E2;
}

section.ultimos-resultados .grid-ultimos-resultados .right-content span.inform b {

}

/* CAROUSEL - NOSSOS SERVIÇOS */
section.nossos-servicos .carousel-indicators li {

    border-color: #fff;
    font-size: 14px;
    font-weight: 300;
}

section.nossos-servicos {
    min-height: 33.2em;
    position: relative;
}

section.nossos-servicos:before {
   content: "";
    width: 100%;
    height: 230px;
    background-image: linear-gradient(to right, #DC3131, #DA3232);
    position: absolute;
    z-index: -1;
    bottom: 0;
}

section.nossos-servicos:after {
   content: "";
    background: url(../images/nossos-servicos_grafismo.svg) no-repeat;
    position: absolute;
    right: 0;
    background-position: bottom;
    width: 237px;
    height: 375px;
    z-index: -1;
    opacity: 1;
    bottom: 0;
}

section.nossos-servicos div.container:first-child {
    position: relative;
}

section.nossos-servicos .bg-text {
    color: #ECECEC;
    font-size: 9.375em;
    font-weight: 700;
    position: absolute;
    left: 117px;
    top: 61px;
    overflow: hidden;
    width: auto;
    z-index: -1;
}

section.nossos-servicos ul.carousel-indicators {
    width: 35%;
    margin: 0 auto;
}

section.nossos-servicos ul.carousel-indicators li:nth-child(3) {
    margin-right: 0;
}

section.nossos-servicos .carousel-control-prev-icon,
section.nossos-servicos .carousel-control-next-icon {
    visibility: hidden
}

section.nossos-servicos .carousel-control-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #fff;
}

section.nossos-servicos .carousel-control-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
}

section.nossos-servicos h3 {
    margin-bottom: 8%;
}

.carousel-indicators {
    bottom: -52px;
    position: absolute;
    height: 30px;
    background: #DC3131;
}

.carousel-indicators {
    background: transparent;
}

.melhores-resultados-mob .carousel-indicators {
    bottom: 26px;
}

.outros-resultados-mob .carousel-indicators {
    bottom: 36px;
}

.carousel-indicators .active {
    opacity: 1;
    background: transparent !important;
}

.carousel-indicators li {
    height: 30px;
    text-indent: 0;
    width: 30px;
    background: #da3131 !important;
    border: solid 1px #ffffff;
    color: #ffffff;
    opacity: 0.5;
    padding: 7px 10px;
    margin-right: 70px;
    text-align: center;
    font-size: 14px;
    display: none;
    z-index: 2;
    position: relative;
}

.banner-carousel .carousel-indicators.hideall {
    right: 92px !important;
}

.right-content .carousel-indicators.hideall li {
    margin-right: 21px;
}

.carousel-indicators li:first-of-type,
.carousel-indicators li:last-of-type,
.carousel-indicators .pre-active,
.carousel-indicators .active,
.carousel-indicators .active + li,
.carousel-indicators .active:first-of-type + li + li,
.carousel-indicators:not(.hideall) li {
    display: list-item !important;
}

section.como-funciona .carousel-indicators li {
    border: solid 1px #000;
    margin-right: 26px;
    color: #000;
    background: white !important;
}

.melhores-resultados-mob .carousel-indicators li {
    border: solid 1px #fff;
    margin-right: 20px;
    color: #fff;
}

.outros-resultados-mob .carousel-indicators li {
    border: solid 1px #084D94;
    margin-right: 20px;
    color: #084D94;
}

.carousel-indicators li:first-child:before {
    display: none;
}

.carousel-indicators .active:before {
    opacity: 0.5;
}

.carousel-indicators li:before {
    content: "";
    height: 1px;
    opacity: 1;
    background: #ffffff;
    width: 73px;
    position: absolute;
    z-index: -1;
    left: -74px;
    top: 15px;
}

.carousel-indicators.hideall li:before {
    background: #000;
    width: 25px;
    position: absolute;
    left: -25px;
    top: 15px;
}

.carousel-indicators li:first-of-type:before {
    display: none;
}

.carousel-indicators.hideall li.pre-active:before,
.carousel-indicators.hideall li:last-of-type:before,
.carousel-indicators.hideall li.active:nth-of-type(3):before,
.carousel-indicators.hideall li.pre-pre-active:nth-last-child(5):before {
    content: ". . .";
    background: transparent;
    top: 5px;
}

.carousel-indicators.hideall li.active + li:last-of-type:before,
.carousel-indicators.hideall li.post-active + li:last-of-type:before,
.carousel-indicators.hideall li.active:last-of-type:before,
.carousel-indicators.hideall li:nth-of-type(2):before,
.carousel-indicators.hideall li.active:nth-last-child(2):before,
.carousel-indicators.hideall li.pre-active:nth-last-child(4):before {
    background: #000 !important;
    top: 16px !important;
    content: "" !important;
}

.carousel-indicators.hideall li.pre-active:nth-of-type(2) {
    display: none !important;
}

.carousel-indicators.hideall li.pre-pre-active:nth-last-child(5) {
    display: list-item !important;
}

section.como-funciona .carousel-indicators li:before {
    /* background: #084D94; */
    width: 30px;
    left: -30px;
}

section.nossos-servicos .container.mobile-only .carousel-item .col-md-12 {
    padding: 0px !important;
}

section.nossos-servicos .container.mobile-only {
    padding: 0px !important;
}

.como-destaque {
    position: absolute;
    transition: 1s;
    opacity: 0;
    right: -58px;
    z-index: 1;
}

.como-destaque:after {
   content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    z-index: -1;
    background: #191C22;
    top: 0;
    right: 0;
    transform: scale(1.2);
}

.como-destaque.show {
    opacity: 1 !important;
}

.como-destaque .imagem-destaque {
    width: 722px;
    height: 454px;
    background-size: cover;
    background-position: center;
}

.como-destaque .suptitle {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 15px;
    font-weight: normal;
}

.como-destaque .title {
    width: 357px;
    height: 158px;
    background: #DC3131;
    position: absolute;
    right: -55px;
    bottom: 30px;
    padding: 28px 34px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    line-height: 32px;
    box-shadow: -5px 0px 32px -2px rgba(0, 0, 0, .4);
    font-family: 'AvenirNextLTPro-Bold';
}

.depoimentos .carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #000;
}

.depoimentos .carousel-control-next {

    right: -70px;
}

.depoimentos .carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #000;
}

.como-funciona .carousel-control-prev-icon,
.como-funciona .carousel-control-next-icon {
    visibility: hidden;
}

.como-funciona .carousel-control-prev {

    left: -42%;
}

.como-funciona .carousel-control-next {

    right: -20%;
}

.historia-conseg .carousel-control-prev {

    left: -27%;
}

.como-funciona .carousel-control-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #000;
}

.historia-conseg .carousel-control-next {

    right: -11%;
}

.como-funciona .carousel-control-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #000;
}

.passo {
    width: 260px;
    margin-top: 13%;
    position: relative;
}

.passo .num-bg {
    position: absolute;
    color: #EEEEEE;
    font-size: 9.375em;
    font-weight: 700;
    z-index: -1;
    font-family: 'AvenirNextLTPro-Bold';
    top: -23px;
    left: -9px;
}

.passo .title {
    padding-top: 50px;
    width: 238px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'AvenirNextLTPro-Bold';

}

.passo .content {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    line-height: 20px;
    margin: 10% 0;
}

.passo .btn-blue {
    height: 40px;
    padding: 13px;
}

.text-cta-mobile {
    display: none;
    visibility: hidden;
}

.servico-card {
    height: 240px;
    /* width: 124%; */
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.servico-card:hover .imagem-destaque {
    transition: ease-in-out .2s;
    -ms-transform: scale(1.10);
    /* IE 9 */
    -webkit-transform: scale(1.10);
    /* Safari 3-8 */
    transform: scale(1.10);

}

.servico-card:hover {
}

.servico-card:after {
   content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.servico-card .num {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    background-image: linear-gradient(to bottom, #24272D, #0D0D0E);
    text-align: center;
    color: #43464A;
    font-weight: 600;
    padding-top: 15px;
}

.servico-card .icon {
    height: 19px;
    margin-top: 38px;
    margin-left: 46px;
}

.servico-card .icon-casa {
    height: 23px;
    margin-top: 33px;
    margin-left: 46px;
}

.servico-card .title {
    margin-left: 46px;
    font-size: 34px;
    width: 60%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
    color: #fff;
}

.servico-card .imagem-destaque {
    height: 240px;
    width: 240px;
    position: absolute;
    right: 32px;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.servico-card .btn-blue {
    margin-left: 46px;
    height: 40px;
    padding: 13px;
    background: transparent;
    border: 1px solid #fff;
}

.servico-card .btn-blue:hover {
    color: #DA3232;
    text-decoration: none;
    transition: .2s;
    background: #fff;
}

section.como-funciona {
}

section.pagconsorcio {
    background-size: 100%;
    position: relative;
    min-height: 399px;
    z-index: 1;
    display: flex;
    align-items: center;
}

section.pagconsorcio img {
    max-width: 344px;
}

section.pagconsorcio:hover {
    transition: all .3s ease-in-out;
    background-size: 110%;

}

section.pagconsorcio:after {
   content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

section.pagconsorcio h3 {
    font-size: 34px;
    font-weight: bold;
    text-transform: inherit;
    color: #fff;
}

section.pagconsorcio p {
    color: #fff;
    margin-top: 13px;
}

/* section marcas */
section.marcas {
    padding: 7% 0;

}

.marcas-grid-mobile {
    visibility: hidden;
    display: none;
}

section.marcas .col-md-8 {
    padding-top: 4%;

}

section.app {
    background: url(../images/image-app.png) left bottom no-repeat;
    position: relative;
    padding: 0;
    height: 500px;
    /* margin-bottom: 5%; */
    background-position-x: -10%;
    margin-top: 5%;
}

section.app div.container {
    z-index: 2;
    position: relative;
}

section.app h3 {
    margin-bottom: 8%;
}

section.app > div.container-fluid:before {
   content: "";
    width: 50%;
    height: 226px;
    background: #090A08;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

section.app > div.container-fluid:after {
   content: "";
    width: 61%;
    height: 226px;
    background-image: linear-gradient(to right, #DA3232, #DC3131);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

section.app h1 {
    font-size: 45px;
    color: #191C22;
    margin-bottom: 18%;
    position: relative;
    bottom: -15px;
}

section.app .box-app {
    display: flex;
}

section.app .box-app p {
    width: 43%;
    color: rgba(255, 255, 255, .6);
    margin-right: 6%;
    margin-top: 0;

}

section.app .box-app div a:first-child img {
    height: 43px;
}

section.app .box-app h4 {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    font-family: AvenirNextLTPro-Bold;
}

section.app .box-app h4:before {
   content: "";
    width: 14px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
}

section.app .box-app a {
    display: inline-block;
}

section.app .box-app a + {
}

.depoimentos {
    position: relative;
}

.depoimentos:after {
   content: "";
    background: url(../images/depoimentos_grafismo.svg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 346px;
    height: 660px;
    z-index: 0;
}

.depoimentos .owl-nav {
    top: -8px;
}

.depoimentos .owl-dots {
    top: -39px;
}

.depoimentos button.owl-prev:hover,
.depoimentos button.owl-next:hover {
    background: 0 !important;
}

.depoimentos button.owl-prev:focus,
.depoimentos button.owl-next:focus {
    outline: 0;
}

.owl-carousel .owl-stage-outer {
    padding-top: 8%;
    padding-bottom: 3%;
}

.owl-item {
    text-align: center;
    width: 490px;
}

.owl-nav {
    position: relative;
    top: 30px;
    z-index: 1;
}

.owl-nav .owl-prev {
    left: -220px;
    position: relative;
}

.owl-nav .owl-next {

    position: relative;

    left: 220px;

}

.owl-theme .owl-nav button:hover
{
    background: none !important;
}

.owl-dots .owl-dot {
    opacity: 0;
    width: 0;
}

.owl-dots .owl-dot.active:nth-child(1) + .owl-dot + .owl-dot,
.owl-dots .owl-dot.active,
.owl-dots .owl-dot.pre-active:nth-last-child(3),
.owl-dots .owl-dot.pre-pre-active:nth-last-child(3),
.owl-dots .owl-dot.pre-active:nth-last-child(2),
.owl-dots .owl-dot.active + .owl-dot,
.owl-dots .owl-dot:first-of-type,
.owl-dots .owl-dot:last-of-type {
    opacity: 1;
    width: 60px;
}

.owl-dots {
    counter-reset: dots;
    display: inline-block;
    z-index: 3;
    margin: 0 calc(50% - 150px);
    width: 300px;
    position: relative;
}

.owl-dot {
    position: relative;
    outline: 0;
}

.owl-dot:focus {
    outline: 0 !important;
}

.owl-dot span {
    display: none !important;
}

.owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    border: solid 1px #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    /* margin-right: 30px; */
    opacity: 0.5;
}

.owl-dot.active:before {
    opacity: 1;
}

.owl-dot:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    opacity: 0.30;
    position: absolute;
    left: 45px;
    display: inline-block;
    top: 15px;
}

.owl-dot.active:first-child + .owl-dot + .owl-dot:after,
.owl-dot.post-active:after,
.owl-dot:first-child:after {
    content: ". . .";
    background: transparent;
    top: 4px;
    color: #000000;
}

.owl-dot.post-active:nth-child(2):after,
.owl-dot:first-child.active:after,
.owl-dot:first-child.pre-active:after {
    content: "";
    background: #000;
    top: 15px;
}

.owl-dot:last-child:after {
    display: none;
}

.center .depoimento-card {

    width: 490px;
    height: 350px;
    display: inline-block;
    text-align: center;
    border: solid 1px #D6D6D6;
    background: #191C22;
    border-top: 30px solid #DC3131;
    position: relative;
    /* transition: all .3s ease; */
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .3);
}

.center .depoimento-card > div:first-child {
    background: url(../images/aspas-avatar-r.svg) 0 0 no-repeat;
}

.center .depoimento-card .avatar {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background-size: cover;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    box-shadow: 0 10px 21px -5px #000;
    left: 38%;
}

.center .depoimento-card .content {
    text-align: left;
    height: 119px;
    margin: 13% auto 0 auto;
    width: 377px;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 19px;

}

.center .depoimento-card .content a {
    color: #DC3131;
    text-decoration: underline;
}

.center .depoimento-card .quem {
    width: 222px;
    min-height: 62px;
    border: solid 1px #DC3131;
    border-radius: 100px;
    display: inline-block;
    padding: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    bottom: -30px;
}

.center .depoimento-card .quem > div:first-child {
    background: url(../images/aspas-quemr.svg) 0 0 no-repeat;
    position: absolute;
    width: 31px;
    height: 30px;
    z-index: 1;
    top: -8px;
    left: 78%;
}

.depoimento-card {
    width: 490px;
    height: 350px;
    display: inline-block;
    text-align: center;
    border: solid 1px #D6D6D6;
    background: #fff;
    position: relative;
    transition: all 0.2s;
}

.depoimento-card .avatar {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background-size: cover;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 38%;
    z-index: 2;
}

.depoimento-card > div:first-child {
    background: url(../images/aspas-avatar-c.svg) 0 0 no-repeat;
    position: absolute;
    width: 180px;
    height: 165px;
    z-index: 1;
    top: -93px;
    left: 12%;

    transition: all 0.2s;
}

.depoimento-card .content {
    text-align: left;
    height: 119px;
    margin: 13% auto 0 auto;
    margin-top: calc(13% + 30px);
    width: 377px;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 19px;

}

.depoimento-card .content a {
    color: #DC3131;
    text-decoration: underline;
}

.depoimento-card .quem {
    width: 222px;
    min-height: 62px;
    border: solid 1px #D6D6D6;
    border-radius: 100px;
    display: inline-block;
    padding: 14px;
    color: #d6d6d6;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    bottom: -30px;
}

.depoimento-card .quem .nome {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.seja-representante {
    background-size: cover;
    position: relative;
    height: 380px;
    /* padding-top: 6%; */
    z-index: 1;
}

.seja-representante .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.seja-representante:after {
   content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.seja-representante h1 {
    font-size: 45px;
    color: #fff;

}

.seja-representante p {
    color: #fff;
}

img {
    max-width: 100%;
}

/* CSS SIMULADOR 1366px */
.simulador {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    height: 100vh;
}

.simulador .logo-header {
    margin: 20px 0 0 30px;
}

.header-resultado-simulacao .left-side:before,
.header-resultado-simulacao .left-side:after {
    display: none !important;
}

.simulador .left-side {
    background: url(../images/bg-simulador.png) 0 0 no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.simulador .left-side:after {
   content: "";
    background: url(../images/barrinhas.svg) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    width: 238px;
    height: 200px;
    left: -30%;
    background-size: cover;
}

.simulador .left-side:before {
   content: "";
    background: url(../images/linhas.svg) 0 0 no-repeat;
    position: absolute;
    top: 2%;
    right: -65%;
    width: 100%;
    height: 100%;
}

.simulador .left-side a {
    background-image: linear-gradient(to right, #000, #383839);
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 20px 25px;
    position: absolute;
    bottom: 10%;
    left: 25px;
    z-index: 4;
}

.simulador .left-side a:before {
   content: "";
    width: 25px;
    height: 100%;
    position: absolute;
    background: #DC3131;
    top: 0;
    left: -25px;

}

.simulador .left-side a i {
    padding-right: 5px;
}

.simulador .right-side {
    height: 100vh;
    /* background: url(../images/barras-horizontais.svg) right center no-repeat;
    background-size: contain;
    background-position-x: 210%; */
}

.simulador .right-side .tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.simulador .right-side .tab .checked {
    border-right: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .4);
    background: #212223;
    outline: 0;
}

.simulador button.tablinks {
    background: #fff;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 21px 0 21px 30px;
    font-size: 14px;
    position: relative;
    text-align: left;

    color: #fff;
    background: #212223;
    outline: 0;
    font-weight: 700;
}

.simulador button.tablinks i {
    font-size: 12px;
    padding-right: 5px;
}

.simulador .right-side .tab .active + button,
.simulador .right-side .tab .active + button + button {
    background: #fff;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
}

.simulador .right-side .tab .active {
    color: #fff;
    background: #212223;
    outline: 0;
    font-weight: 700;
}

.simulador .right-side .tab .active:before {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #212223;
    position: absolute;
    bottom: -9px;
    left: 9%;
    transform: rotate(180deg);
}

.simulador .right-side .tab .checked:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    right: 8px;
    background: #474748;
    padding: 7px;
    border-radius: 15px;
    font-size: 12px;
    top: 15px;
}

.simulador .right-side .contents-tabs {
    position: relative;

}

.bt_grey_left {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    border: 1px solid #EDEDED;
    border-right: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 23px 0 23px 50px;
    width: 308px;
    background-image: linear-gradient(to top, #EEEEEE, #fff);
    margin-left: -30px;
    /* background: green; */
    /* border-radius: 40px; */
    cursor: pointer;
    /* border-bottom-left-radius: 40px; */
}

.bt_grey_right {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    border: 1px solid #EDEDED;
    border-right: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 23px 0 23px 50px;
    width: 308px;
    background-image: linear-gradient(to top, #EEEEEE, #fff);
    margin-left: -5px;
    cursor: pointer;
    transition: 1s;
}

.bt_red_right {
    display: inline-block;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #ededed;
    border-left: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 23px 0 23px 50px;
    width: 308px;
    background-image: linear-gradient(to top, #CA2323, #FA3A3A);
    margin-left: -4px;
    cursor: pointer;
}

.bt_red_left {
    display: inline-block;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #ededed;
    border-left: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 23px 0 23px 50px;
    width: 308px;
    background-image: linear-gradient(to top, #CA2323, #FA3A3A);
    margin-left: -30px;
    cursor: pointer;
}

.simulador .right-side .contents-tabs .tabcontent {
    padding: 3% 10% 0 10%;
    /* padding:10% 10% 0 10%; */
    animation: fadeEffect 1s;
    display: none;
}

.simulador .right-side .contents-tabs .tabcontent.active {
    display: block;
}

.simulador input[type='submit'].btn-blue,
.simulador button.btn-blue {
    cursor: pointer;
    color: #fff;
    background: #212223;
    border: 0;
    border-radius: 51px;
    width: 238px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 11px 0;
    font-size: 12px;
    margin-top: 5%;
}

.simulador h1 {
    font-size: 39px;
    color: #000000;
    text-align: left;
    margin: 40px 0;
}

.simulador h1 a.tooltip-quest {
    font-size: 15px;
    color: #000;
    position: relative;
    display: inline-block;

}

.simulador h1 a.tooltip-quest .tooltip-quest-content {
    visibility: hidden;
    width: 156px;
    background-image: linear-gradient(to right, #1D1F24, #2B2B2B);
    color: #fff;
    text-align: center;

    border-radius: 6px;
    box-shadow: 0px 0px 34px -12px #000;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    right: -1150%;
    top: -30%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    cursor: default;
}

.simulador h1 a.tooltip-quest .tooltip-quest-content:after {
    content: "";
    position: absolute;
    top: 13%;
    left: -8%;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent #1D1F24 transparent transparent;
}

.simulador h1 a.tooltip-quest:hover .tooltip-quest-content {
    visibility: visible;
    opacity: 1;
}

.simulador h1 a.tooltip-quest:hover i {
    color: #C1C1C1;
}

.simulador h1 a.tooltip-quest .tooltip-quest-content img {
    width: 69%;
    padding-top: 16px;
}

.simulador h1 a.tooltip-quest .tooltip-quest-content p {
    color: #fff;
    background: #DC3131;
    font-weight: 400;
    font-size: 12px;
    font-family: Roboto;
    text-align: left;
    padding: 11px;
    margin: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 18px;
}

.simulador h1 b {
    color: #F13030;
}

.simulador .pre-select-desktop {
    font-size: 12px;
    border: 1px solid #F13030;
    border-radius: 40px;
    padding: 12px 16px;
    color: rgba(0, 0, 0, .8);
    width: 80%;
}

.simulador .pre-select-desktop i {
    padding-right: 5px;
    position: relative;
}

.simulador .pre-select-desktop i.fa-home:before {
   content: "";
    background: url(../images/house-outline-red.svg) no-repeat;
    position: absolute;
    top: -12px;
    width: 16px;
    height: 16px;
    left: -18px;
}

.fa-calendar-day:before {
   content: "";
    background: url(../images/calendar-red.svg) no-repeat;
    position: absolute;
    top: -14px;
    width: 16px;
    height: 16px;
    left: -18px;
}

.simulador .pre-select-desktop span {
    color: #F13030;
    font-weight: 700;
    padding-left: 30px;
}

.simulador label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 7px;
    letter-spacing: .6px;
}

.simulador input[type="text"],
.simulador input[type="email"] {
    border: 0;
    border-bottom: 1px solid #212223;
    margin-left: 10px;
    padding: 3px 1px;
    color: #212223;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    opacity: 0.5;
}

.simulador .inputs-slider input {
    width: 65px;
}



.simulador input[type="text"]:focus,
.simulador input[type="email"]:focus {
    outline: 0;
}

.simulador .form-row {
    margin: 15px 0;
}

.header-resultado-simulacao {
    grid-template-columns: 1fr 5fr;
    height: 58px;
    border-bottom: 1px solid #E5E5E5;
}

.header-resultado-simulacao .left-side,
.header-resultado-simulacao .right-side {
    height: 58px;
    background: none;
}

/* SIMULADOR FILTRO SECTIONS TITLE CHOICE */

.simulador-filtros {
    padding: 1% 0 2% 0;
    position: relative;
    /* overflow: hidden; */
}

.simulador-filtros .rounded-select {
    height: 37px;
    margin-top: 12px;
}

.simulador-filtros .rounded-select .rounded-select__label {
    border-color: #DC3131;
    color: #DC3131;
}

.simulador-filtros .rounded-select .rounded-select__icon {
    top: 12px;
}

.simulador-filtros .rounded-select.open .rounded-select__icon {
    top: 15px;
}

/* .simulador-filtros:before {
   content: "";
    position: absolute;
    background: url(../images/bg-ultimas-noticias.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    top: 19px;
    right: -92%;
}

.simulador-filtros:after {
   content: "";
    position: absolute;
    background: url(../images/bg-ultimas-noticias.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    top: 19px;
    z-index: -1;
    left: -35%;
} */

.simulador-filtros h1 {
    font-size: 30px;
    letter-spacing: -1px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    bottom: -5px;
}

/* .simulador-filtros select {
        border: 1px solid #DC3131;
        border-radius: 37px;
        font-size: 14px;
        height: 39px;
        padding: 5px 18px;
        color: #DC3131;
        width: 314px;
        position: relative;
        display: inline-block;
    } */
/* SIMULADOR MELHORES RESULTADOS */

section.melhores-resultados {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* margin-bottom: 1%; */
}

.melhores-resultados > div,
.outros-resultados > div {
    position: relative;
    padding: 60px 66px 90px 66px;
    border: 1px solid rgba(116, 116, 116, 0.2);
}

.melhores-resultados > div > span:first-child {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    top: 37px;
    left: 103px;
    position: absolute;
}

.melhores-resultados > div:first-child {
    background-image: linear-gradient(180deg, #DC3131, #BE2424);
    z-index: 3;
}

.melhores-resultados > div:first-child:after {
    content: "1";
    position: absolute;
    left: -5%;
    top: 0;
    font-family: AvenirNextLTPro-Bold;
    font-size: 250px;
    /* -webkit-text-stroke: 1px rgb(255, 255, 255, .7); */
    color: rgb(172, 31, 31);
    z-index: -1;
}

.melhores-resultados > div:nth-child(2) {
    background-image: linear-gradient(180deg, #EAEAEA, #C4C4C4);
    z-index: 2;
}

.melhores-resultados > div:nth-child(2):after {
    content: "2";
    position: absolute;
    left: -5%;
    top: 0;
    font-family: AvenirNextLTPro-Bold;
    font-size: 250px;
    /* -webkit-text-stroke: 1px #AFAFAF; */
    color: #C2C2C2;
}

.melhores-resultados > div:nth-child(3) {
    background-image: linear-gradient(180deg, #F2F2F2, #E2E2E2);
}

.melhores-resultados > div:nth-child(3):after {
    content: "3";
    position: absolute;
    left: -4%;
    top: 0;
    font-family: AvenirNextLTPro-Bold;
    font-size: 250px;
    /* -webkit-text-stroke: 1px #C1C1C1; */
    color: #D5D5D5;
}

.outros-resultados {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1%;
    background: rgba(236, 236, 236, .3);
}

.outros-resultados .card-resultado {
    box-shadow: 0px 10px 70px -36px #000;
}

.card-resultado {
    border: 1px solid #D2D2D2;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 40px -23px #000;
    z-index: 4;
}

.card-resultado .fa-home:before {
   content: "";
    background: url(../images/icone-casa-red.svg) 0 0 no-repeat;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 1px;

}

.card-resultado .fa-home-auto:before {
   content: "";
    background: url(../images/icone-carro-red.svg) 0 0 no-repeat;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 5px;

}

.card-resultado h1 i {
    width: 20px;
    height: 17px;
    position: relative;
    margin-right: 4px;
}

.card-resultado .selo-taxa {
    position: absolute;
    top: -35px;
    right: -40px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    background-image: linear-gradient(180deg, #FFFFFF, #CECECE);
    border: 1px solid #D0D0D0;
    border-radius: 51%;
    width: 105px;
    height: 105px;
    text-align: center;
    padding-top: 26px;
    line-height: 16px;
    z-index: 4;
}

.card-resultado .selo-taxa b {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    display: block;
}

.card-resultado .selo-taxa:before {
   content: "";
    position: absolute;
    width: 84px;
    height: 84px;
    background-image: linear-gradient(0deg, #262728, #505050);
    z-index: -1;
    border-radius: 51%;
    border: 1px solid #EC2222;
    top: 9px;
    left: 10px;
    box-shadow: 0px 0px 17px -3px #000;
}

.card-resultado h1 {
    color: #DA3232;
    font-size: 16px;
    position: relative;
    padding: 5% 6%;
}

.card-resultado h1:after {
   content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DA3232;
    left: 0;
    bottom: 0;
}

.card-resultado h3 {
    font-size: 18px;
    color: #191C22;
    padding: 6%;
    position: relative;
    margin: 0;
    letter-spacing: -.6px;
}

.card-resultado h3:after {
   content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(240, 240, 240);
    bottom: 0;
    left: 0;

}

#modalCompreAgora div.detalhes,
#modalFalarVendedor div.detalhes,
#modalRecursosNaoProcurados div.detalhes,
.modal-default div.detalhes,
.card-resultado div.detalhes {
    display: block;
    background-image: linear-gradient(0deg, #191C22, #434343);
    margin: 0 -1px;
    padding: 7% 6%;
    /* margin-top: -5px; */
    overflow: hidden;
    transition: 0.4s;
    z-index: 2;
    position: relative;
}

#modalCompreAgora div.detalhes i,
#modalFalarVendedor div.detalhes i,
#modalRecursosNaoProcurados div.detalhes i,
.modal-default div.detalhes i,
.card-resultado div.detalhes i {
    color: #DA3232;
    margin-right: 5px;
}

#modalCompreAgora div.detalhes span,
#modalFalarVendedor div.detalhes span,
#modalRecursosNaoProcurados div.detalhes span,
.modal-default div.detalhes span,
.card-resultado div.detalhes span {
    color: #fff;
    margin-bottom: 10px;
}

#modalCompreAgora div.detalhes span b,
#modalFalarVendedor div.detalhes span b,
#modalRecursosNaoProcurados div.detalhes span b,
.modal-default div.detalhes span b,
.card-resultado div.detalhes span b {
    font-weight: 700;
}

#modalCompreAgora div.detalhes p,
#modalFalarVendedor div.detalhes p,
#modalRecursosNaoProcurados div.detalhes p,
.modal-default div.detalhes p,
.card-resultado div.detalhes p {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    margin: -2px 0;
}

.card-resultado h3.parcelas {
    padding: 20px 6%;
    margin: 0;
    text-transform: lowercase;
}

.card-resultado h3.parcelas:after {
    content: none;
}

#modalCompreAgora a.sobre:after,
#modalFalarVendedor a.sobre:after,
#modalRecursosNaoProcurados a.sobre:after,
.modal-default a.sobre:after,
.card-resultado a.sobre:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    border-bottom: 4px solid #DA3232;
    transform: rotate(180deg);
    margin: 2px 2px 2px 6px;
    transition: 0.25s ease-in-out;
    position: absolute;
    top: 10px;
}

#modalCompreAgora a.sobre.opened:after,
#modalFalarVendedor a.sobre.opened:after,
#modalRecursosNaoProcurados a.sobre.opened:after,
.modal-default a.sobre.opened:after,
.card-resultado a.sobre.opened:after {
    transform: rotate(0);
    top: 9px;
    border-bottom: 4px solid #fff;
}

#modalCompreAgora a.sobre,
#modalFalarVendedor a.sobre,
#modalRecursosNaoProcurados a.sobre,
.modal-default a.sobre,
.card-resultado a.sobre {
    background: transparent;
    color: #DA3232;
    font-size: 12px;
    padding: 7px 25px 7px 15px;
    border-radius: 16px;
    position: absolute;
    top: 20%;
    right: 5%;
    border: 1px solid #DA3232;

}

#modalCompreAgora a.sobre:hover,
#modalFalarVendedor a.sobre:hover,
#modalRecursosNaoProcurados a.sobre:hover,
.modal-default a.sobre:hover,
.card-resultado a.sobre:hover {
    color: #fff;
    background: #DA3232;
}

.card-resultado .opened {
    top: 14% !important;
    background: #DA3232 !important;
    color: #fff !important;
}

#modalCompreAgora .detalhes > span,
#modalFalarVendedor .detalhes > span,
#modalRecursosNaoProcurados .detalhes > span,
.modal-default .detalhes > span,
.card-resultado h3 span,
.card-resultado div > span {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    text-transform: none;
    display: block;
    margin-bottom: 4px;
    letter-spacing: 0;
}

.card-resultado div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 6%;
    margin-bottom: 3%;
}

.card-resultado div > div {
    display: block;
    padding: 0;
}

.card-resultado div > h3 {
    padding: 0;
    margin: 0;
}

.card-resultado div > h3:after {
    content: none;

}

.card-resultado span.taxa-adm {
    font-size: 12px;
    color: #212223;
    display: block;
    padding: 0 6%;
    margin-bottom: 4px;
    letter-spacing: .4px;
}

.card-resultado span.fundo-reserva {
    color: #878787;
    font-size: 12px;
    display: block;
    padding: 0 6%;
    letter-spacing: .4px;
}

.card-resultado a.btn-blue {
    width: auto;
    display: block;
    margin: 8% 6% 4% 6%;
    height: 40px;
    padding: 12px;
}

.card-resultado .btn-to-talk {
    color: #191C22;
    border: 1px solid #191C22;
    width: auto;
    display: block;
    border-radius: 51px;
    height: 40px;
    margin: 0 6% 8% 6%;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.card-resultado .btn-to-talk:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 15px;
    color: #191C22;
}

.simulador .pre-select-mobile {
    display: none;
}

.carregar-mais {
    text-align: center;
    padding: 2% 0 4% 0;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
    width: 100%;
}

.carregar-mais .btn-blue {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    width: 263px;
    height: 40px;
    padding: 13px;
    margin: 0 auto;
}

.carregar-mais i {
    display: block;
    color: #000;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 8px;
    margin-bottom: 8px;
    font-size: 13px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* SIMULADOR */
.simulador .right-side .contents-tabs .tabcontent {
    display: none;
}

.simulador .right-side .contents-tabs .tabcontent.active {
    display: block;
}

.simulador #credito-form-section {
    display: none;

}

.simulador #investimento-form-section .noUi-handle:before,
.simulador #credito-form-section .noUi-handle:before {
    content: attr(aria-valuetext-format);
    position: absolute;
    top: -24px;
    left: 0;
    width: 200px;
}

.simulador #three {
    position: relative;
    /* min-height: 90vh; */
    height: calc(100vh - 58px);
}

.simulador #three .progressbar {
    background: #E2373D;
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    transition: width 5s ease-out;
}

.simulador #three .progressbar.full {
    width: 100%;
}

/* CSS simulador */
.inputs-slider {
    margin: 3% -14px;
}

.inputs-slider input {
    width: auto;
}

.inputs-slider input + input {
    float: right;
}

.noUi-horizontal {
    height: 5px !important;
}

.noUi-target {
    background: rgba(33, 34, 35, .15) !important;
    border: 0 !important;
}

.noUi-connects {
    border-radius: 21px !important;
}

.noUi-handle:after,
.noUi-handle:before {
    background: none !important;
    color: #DC3131;
    font-weight: bold;
}

.noUi-connect {
    background-image: linear-gradient(to right, #FF6770, #D4202B) !important;
}

.noUi-handle {
    background: #DC3131 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.noUi-handle:focus {
    outline: 0 !important;
}

.noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    border-radius: 21px !important;
    top: -5px !important;
}

section.simulador .noUi-horizontal {
    height: 5px !important;
}

section.simulador .noUi-connect {

}

section.simulador .noUi-connects {
    width: 100%
}

#credito-form-section,
#investimento-form-section {
    font-size: 14px;
    width: 69%;
    margin: 5% 0;
    font-weight: 500;
}

#investimentoSlider,
#creditoSlider {
    margin-top: 8%;
}

/* SOBRE / DETALHES ============================ */
a.sobre {
    transition: .4s;
    cursor: pointer;
}

.card-resultado div.detalhes {
    transition: .4s;
    overflow: hidden;
}

.card-resultado div.detalhes.closed {
    height: 0px;
    padding: 0% 6%;
}

/* FULLBANNER CARROSSEL ======================== */

.fullbanner-carrossel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    overflow-y: hidden;
}

.fullbanner-carrossel .item {
    display: grid;
    grid-template-columns: 40% 60%;
    height: 100%;
}

.fullbanner-carrossel .item h3 {
    font-size: 2.563em;
    color: #fff;
    line-height: 48px;
    margin-bottom: 20px;
}

.fullbanner-carrossel .item .cta {
    margin-top: 30px;
}

.fullbanner-carrossel .item h3 b {
    color: #DC3131;
}

.fullbanner-carrossel .item .left {
    background-image: linear-gradient(319deg, #212223, #232324, #434343);
    height: 100%;
    display: table;
    width: 100%;
}

.fullbanner-carrossel .item .left > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 9% 0 24%;
}

/* nossos valores */
.nossos-valores {
    height: 567px;
    width: 100%;
    overflow: hidden;
}

.nossos-valores .col-lg-4 > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nossos-valores .middle-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nossos-valores h1 {
    margin-bottom: 18px;
}

.nossos-valores p {
    width: 82%;

}

.nossos-valores .owl-stage {
    right: 200px;
}

.nossos-pilares .owl-stage {
    right: 0;
}

.nossos-pilares .owl-stage-outer {
    left: 0;
    padding-bottom: 0;
    padding-top: 1.5%;
}

.nossos-valores .box-valores {
    width: 470px;
    height: 325px;
    background: #fff;
    border: 1px solid #D4D4D4;
    padding: 40px;
    position: relative;
    left: 56px;
    text-align: left;
}

.nossos-valores .active .box-valores {
    background: #212223;
    border-color: #212223;
}

.nossos-valores .active .box-valores h1 {
    color: #fff;
}

.nossos-valores .active .box-valores p {
    color: rgba(255, 255, 255, .6);
}

.nossos-valores .active .box-valores h3 {
    color: #777878;
}

.nossos-valores .active .box-valores h3 div.spacer-line {
    border-top-color: #595A5A;
}

.nossos-valores .box-valores h1 {
    margin-bottom: 15px;
}

.nossos-valores .box-valores .content {
    position: absolute;
    bottom: 30px;
}

.nossos-valores .box-valores a.next-slide {
    background: #DC3131;
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: -23px;
    top: 135px;
    padding-top: 14px;
    padding-left: 17px;
}

.nossos-valores .box-valores span {
    font-family: AvenirNextLTPro-Bold;

    font-size: 150px;

    letter-spacing: -5px;

    position: absolute;

    top: -54px;

    right: -61px;

    z-index: -1;

    color: #ECECEC;
}

/* Nossos pilares + A conseg + seja parceiro */

.nossos-pilares {
    background: #F5F5F5;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.nossos-pilares .left {
    background: #DC3131;
    z-index: 1;
    padding: 55px 10px 90px 0;
}

.nossos-pilares .left:before {
   content: "";
    width: 225%;
    position: absolute;
    background: #DC3131;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.nossos-pilares .left h3 {
    color: #EB8B8B;
}

.nossos-pilares .left h3 div.spacer-line {
    border-top-color: #EC8C8C;
}

.nossos-pilares .left h1 {
    font-size: 45px;
    color: #fff;
    margin: 27px 0 0 0;

}

.nossos-pilares .right ul.nav {
    height: 73px;
    background: #212223;
    margin: 0 -15px;
    border-bottom: solid 2px #DC3131;
    position: relative;
    z-index: 2;
}

.nossos-pilares .right ul.nav li {
    border-right: 1px solid #28282A;
    cursor: pointer;
}

.nossos-pilares .right a.next-slide {
    background: #000;
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: -23px;
    top: 50%;
    padding-top: 14px;
    padding-left: 17px;
}

.nossos-pilares .right ul.nav:before {
    position: absolute;
   content: "";
    height: 73px;
    border-bottom: solid 2px #DC3131;
    width: 225%;
    left: 0;
    background: #212223;
}

.nossos-pilares .right ul.nav a:hover,
.nossos-pilares .right ul.nav a.active {
    border-bottom: 5px solid #DC3131;
    text-decoration: none;
    opacity: 1;
}

.nossos-pilares .right ul.nav li a {
    position: relative;
    font-family: AvenirNextLTPro-Bold;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 39px 48px 12px 45px;
    opacity: 0.5;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.nossos-pilares .right ul.nav li a span {
    position: absolute;
    font-family: AvenirNextLTPro-Regular;
    top: 19px;
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

.nossos-pilares .right .box-nossos-pilares {
    padding: 0 80px 0 25px;
    display: table;
    height: 87%;

}

/* .nossos-pilares .right .box-nossos-pilares > div {
    display: table-cell;
    vertical-align: middle;
    width: 425px;
    position: relative;
    top: -25px;
} */
.nossos-pilares .right .box-nossos-pilares h3 {
    font-size: 45px;
    color: #212223;
    text-transform: capitalize;
    letter-spacing: -0.7px;
    margin: 5px 0 10px;
}

/* Pilares carousel */

.pilares-carousel .inner-pilar img {
    width: unset !important;
    display: unset !important;
    margin-bottom: 20px;
}

.a-conseg .item,
.seja-parceiro .item,
.contatos-ouvidoria {
    grid-template-columns: 42.35% 57.5%;
    display: grid;
}

.a-conseg .item .left {
    padding: 21% 0 0 23%;
}

.a-conseg .item .left:after,
.seja-parceiro .item .left:after,
.produtos .item .left:after {
   content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/grafismo-topo.svg) bottom left no-repeat;
}

.a-conseg .item .left h3.quemsomos {
    width: 80%;
}

.contatos .item .left p {
    padding-bottom: 34px;
}

.item .left p {
    color: rgba(255, 255, 255, .4);
    width: 80%;
}

img.logo-txt-banner, img.logo-txt-banner-preto {
    height: 32px;
}

.contatos-ouvidoria img.logo-txt-banner {
    display: none;
}

.historia-conseg {
    background: #DC3131;
    padding-top: 5%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.historia-conseg h3 {
    color: rgba(255, 255, 255, .64);
    padding-left: 13px;
    margin-bottom: 52px;
}

.historia-conseg h3 .spacer-line {
    border-top-color: rgba(255, 255, 255, .64);
}

.historia-conseg .como-destaque:after {
    content: none;
}

.historia-conseg .como-destaque {
    right: -40px;
}

.historia-conseg .banner-prev {
    left: 8.5%;
    background: #212223;
    width: 45px;
    height: 45px;
    z-index: 2;
    top: 50%;
}

.historia-conseg .banner-prev,
.historia-conseg .banner-next {
    display: none;
}

.historia-conseg .banner-prev span.carousel-control-prev-icon,
.historia-conseg .banner-next span.carousel-control-next-icon {
    display: none;
}

.historia-conseg .banner-next {
    right: -8.5%;
    background: #212223;
    width: 45px;
    height: 45px;
    z-index: 2;
    top: 50%;
}

.historia-conseg .como-destaque .title {
    bottom: 0;
    right: 0;
    width: 228px;
    height: 118px;
    background-image: linear-gradient(305deg, #212223, #434343);
    box-shadow: none;
    font-size: 65px;
    font-family: 'AvenirNextLTPro-Bold';
    padding-top: 43px;

}

.historia-conseg .como-destaque .title span {
    text-shadow: 0px 10px 30px rgba(0, 0, 0, .52);
}

.historia-conseg .passo {
    width: auto;
    padding-left: 35px;
    position: relative;
}

.historia-conseg .passo .num-bg {
    color: rgba(183, 35, 35, .73);
    letter-spacing: -7px;
    font-size: 125px;
    left: 20px;
    top: -57px;
    position: absolute;
}

.historia-conseg .passo .title {
    color: #fff;
    width: auto;
    padding-top: 0;
    line-height: 55px;
}

.historia-conseg .passo .content {
    color: rgba(255, 255, 255, .60);
    font-weight: 300;
    width: 285px;
    margin: 5% 0;
}

.historia-conseg div.carousel {
    left: -7%;
}

.historia-conseg .carousel-indicators li {
    border: solid 1px #fff;
    margin-right: 20px;
    color: #fff;
    background: none !important;
}

/* interna seja um parceiro */

.entenda-parceiro {
    display: grid;
    grid-template-columns: 42.5% 57.5%;
    height: 428px;

}

.entenda-parceiro h1,
.cadastre-se h1 {
    color: #fff;
    font-size: 45px;
}

.entenda-parceiro p,
.entenda-parceiro h3,
.cadastre-se p {
    color: rgba(255, 255, 255, .6);
}

.entenda-parceiro p {
    width: 77%;
    font-weight: 300;
}

.entenda-parceiro h3 .spacer-line {
    border-top-color: rgba(255, 255, 255, .6);
}

.entenda-parceiro .left {
    background: #DC3131;
    position: relative;
    display: table;
    height: 100%;
}

.entenda-parceiro .left > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15% 0 22%;
}

.entenda-parceiro .left h1 {
    margin: 25px 0;
}

.entenda-parceiro .left p {
    margin: 0;
}

.entenda-parceiro .left:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    display: inline-block;
    border-bottom: 14px solid #DC3131;
    transform: rotate(90deg);
    margin: 2px 2px 2px 6px;
    position: absolute;
    right: -21px;
    top: 50%;
}

.entenda-parceiro .right {
    background-image: linear-gradient(295deg, #222324, #2D2D2E);
    padding: 6% 14% 1% 12%;
}

.entenda-parceiro .right .content {
    position: relative;
    z-index: 1;
    margin: 50px;
}

.entenda-parceiro .right .content .bg {
    color: #F13030;
    font-size: 150px;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -50px;
    font-family: AvenirNextLTPro-Bold;
}

.entenda-parceiro .carousel-indicators {
    margin-left: 10px;
    bottom: -9px;
}

.entenda-parceiro .carousel-control-next-icon,
.entenda-parceiro .carousel-control-prev-icon {
    visibility: hidden;
}

.entenda-parceiro .carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
    visibility: visible;
}

.entenda-parceiro .carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #fff;
    visibility: visible;
}

.entenda-parceiro .carousel-control-prev {
    left: -35px;
    top: 3px;
}

.entenda-parceiro .carousel-control-next {
    text-align: left;
    right: 20px;
    top: 3px;

}

/* Form contato Ouvidoria */
.ouvidoria-form {
    height: 600px;
    background-size: cover;
    position: relative;
    padding: 0 !important;
}

.ouvidoria-form:before {
   content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}

.ouvidoria-form .box {
    grid-template-columns: 521px 588px !important;
    padding-top: 0 !important;
    height: 600px !important;
}

.ouvidoria-form .box .left {
    background: none !important;
    padding: 0 !important;
}

.ouvidoria-form .box .left div.middle-div {
    position: relative;
    top: 50%;
    transform: translateY(-52%);
    width: 80%
}

.ouvidoria-form .box .left div h3 {
    color: #9D9D9D !important;
}

.ouvidoria-form .box .left div h1 {
    margin: 28px 0px;
}

.ouvidoria-form .box .left div h3 div.spacer-line {
    border-top-color: #98999A;
}

.ouvidoria-form .box .left:before {
    display: none !important;
}

.ouvidoria-form .box .right {
    background: none !important;
    padding: 0% 5% !important;

}

.ouvidoria-form label {
    color: #fff !important;
}

.ouvidoria-form input[type="text"],
.ouvidoria-form input[type="email"] {
    background: transparent;
    border-bottom-color: #fff;
}

.ouvidoria-form input[type="submit"].cta {
    width: 200px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 31px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 12px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    background: transparent;
    float: right;
}

.ouvidoria-form textarea {
    border-color: #fff !important;
    background: transparent !important;
    padding: 15px;
    height: 77px !important;
}

.ouvidoria-form .form-two-row {
    display: grid;
    grid-template-columns: 40% calc(60% - 35px);
    grid-column-gap: 35px;
}

.ouvidoria-form div.middle-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* Section cadastre-se desktop */
.cadastre-se {
    background: #F2F2F2;
    padding: 3% 0 7% 0;
}

.cadastre-se .bg-text {
    color: #E5E5E5;
    font-size: 130px;
    font-family: AvenirNextLTPro-Bold;
    position: absolute;
}

.cadastre-se p {
    width: 70%;
    font-weight: 300;
}

.cadastre-se .box {
    display: grid;
    grid-template-columns: 660px 421px;
    height: auto;
    padding-top: 7.5%;

}

.cadastre-se .box .left {
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 10% 29% 5% 12%;
}

.cadastre-se .box .left-mobile {
    display: none;
}

.cadastre-se .box .left:before {
    width: 100%;
    height: 100%;
   content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.cadastre-se .box .right {
    background: #fff;
    padding: 17% 14%;
    z-index: 1;
}

.cadastre-se label {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.cadastre-se input {
    width: 100%;
    margin-bottom: 26px;
    border: 0;
    border-bottom: 1px solid #212223;
    height: 30px;
    font-weight: 300;
    font-size: 14px;
    padding: 0 3px;
}

.cadastre-se input:focus {
    outline: 0;
}

.cadastre-se input[type="submit"] {
    margin-bottom: 0;
    height: 50px;
    background: #212223;
    cursor: pointer;
    border-bottom: 0;
    font-size: 12px;
}

.cadastre-se input[type="submit"]:hover {
    transition: .2s;
    background: #DA3232;

}

.cadastre-se textarea {
    border: 1px solid #000;
    width: 100%;
    height: 111px;
    margin: 10px 0 20px 0;
}



.social-banner span {
    color: rgba(255, 255, 255, .4);
    display: block;
    font-size: 15px;
    margin: 19px 0;
    letter-spacing: 1px;
    font-weight: 300;
}

.social-banner i {
    color: #DC3131;
}

.social-banner i.fab.fa-whatsapp {
    font-size: 22px;
}

.social-banner i.fas.fa-envelope {
    font-size: 17px;
}

.social-banner a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 51%;
    width: 60px;
    height: 60px;
    margin: 0 10px;
    text-align: center;
    padding-top: 14px;
    cursor: pointer;
    z-index: 2;

}

.social-banner a:hover {
    border-color: #DA3232;
    background: #DA3232;
    color: #fff;
    transition: ease-in-out .2s;

}

.social-banner a:hover i {
    color: #fff;
}

.social-banner > div {
    display: grid;
    grid-template-columns: 77px 87px 80px;
    padding-top: 4%;
}

.social-banner i.fa-phone {
    transform: rotateY(180deg);
}

.social-banner a i {
    font-size: 25px;
}

.social-banner a i.fab.fa-youtube {
    font-size: 29px;
}

.social-banner a.face {
    margin-left: 0;
    padding-top: 12px;
}

.social-banner a.insta {
    padding-top: 12px;
}

.social-banner a.face i,
.social-banner a.insta i {
    font-size: 30px;
}

/* Chat baloon  */
.chat-online {
    position: absolute;
    right: 5%;
    text-align: center;
    bottom: 5%;
}

.chat-online i {
    color: #fff;
    background: #084D94;
    padding: 11px;
    border-radius: 21px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
}

.chat-online i:after {
   content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    top: -8px;
    left: -8px;
    border-radius: 51px;
    border: 1px solid #DC3131;
}

.chat-online h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.chat-online span {
    color: rgba(146, 146, 146, .6);
    font-size: 12px;
}

/* section ouvidoria desktop */
.contatos-ouvidoria h1 {
    font-size: 45px;
    color: #212223;
}

.contatos-ouvidoria .left {
    padding: 11% 13% 11% 23%;
}

.contatos-ouvidoria .right .box {
    border: 1px solid #C5C5C5;

    width: 615px;

    height: 203px;

    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
}

.contatos-ouvidoria .right .box span,
.contatos-ouvidoria .right .box a
{
    display: block;
    font-family: AvenirNextLTPro-Bold, Roboto, sans-serif;
    font-size: 35px;
    margin: 28px 0;
    color: #202428;
    text-decoration: none;
}

.contatos-ouvidoria .right .box span i,
.contatos-ouvidoria .right .box a i
{
    color: #DC3131;
    font-size: 30px;
}

.contatos-ouvidoria .right .box span i.fa-phone,
.contatos-ouvidoria .right .box a i.fa-phone
{
    transform: rotateY(180deg);
}

@media (min-width: 576px) {
    .no-desk {
        display: none !important;
    }



    .como-destaque {
        margin-top: 40px;
    }
}

/* interna seja parceiro desktop  */
section.nossas-vantagens-carousel {
    margin: 5% 0 0 0;
}

section.nossas-vantagens-carousel .owl-stage-outer {
    padding-top: 3%;
}

section.nossas-vantagens-carousel .vantagem-card-container {
    width: 817px;
    height: 428px;
}

section.nossas-vantagens-carousel .owl-item .image {
    height: 432px;
    float: left;
    width: 300px;
}

section.nossas-vantagens-carousel .vantagem-card {
    width: 817px;
    height: 428px;
    background: #212223;
    margin: 0;
    display: block;
    grid-template-columns: 271px calc(100% - 271px);
    overflow: hidden;
    position: relative;
    left: calc(50% - 410px);
}

section.nossas-vantagens-carousel .vantagem-card:after {
   content: "";
    background: url(../images/vantagens_grafismo_carousel.svg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 172px;
    height: 330px;
    z-index: 0;
    background-size: cover;
}

section.nossas-vantagens-carousel .vantagem-card .content {
    text-align: left;
    width: 311px;
    top: 61px;
    left: -25px;
    position: relative;
    display: inline-block;
}

section.nossas-vantagens-carousel .vantagem-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    font-weight: 300;
}

section.nossas-vantagens-carousel .owl-item {
    text-align: center;
}

section.nossas-vantagens-carousel .owl-dot:focus {
    outline: 0;
}

section.nossas-vantagens-carousel .owl-dots {
    right: -272px;
    text-align: right;
    top: -74px;
}

section.nossas-vantagens-carousel .owl-nav {
    z-index: 999;
    top: -305px;
    position: relative;
    /* background: green; */
}

section.nossas-vantagens-carousel .carousel-control-prev-icon,
section.nossas-vantagens-carousel .carousel-control-next-icon {
    visibility: hidden;
}

section.nossas-vantagens-carousel .owl-prev:focus,
section.nossas-vantagens-carousel .owl-next:focus {
    outline: 0;
}

section.nossas-vantagens-carousel .carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #fff;
    visibility: visible;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

section.nossas-vantagens-carousel .carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
    visibility: visible;
    margin-left: 2px;
    position: relative;
    top: 1px;
}

section.nossas-vantagens-carousel .owl-nav .owl-prev {
    position: relative;
    left: -381px;
    background: #DC3131 !important;
    width: 45px;
    height: 45px;
    border-radius: 0;
}

section.nossas-vantagens-carousel .owl-nav .owl-next {
    position: relative;
    left: 379px;
    background: #DC3131 !important;
    width: 45px;
    height: 45px;
    border-radius: 0;
}

section.entenda-parceiro .carousel-indicators li {
    background: transparent !important;
    border-color: #fff;
    font-weight: 300;
}

section.entenda-parceiro .carousel-indicators li:before {
    background: white !important;
    width: 74px;
    left: -75px;
}

section.entenda-parceiro .carousel-indicators.hideall li.active + li:last-of-type:before,
section.entenda-parceiro .carousel-indicators.hideall li.post-active + li:last-of-type:before,
section.entenda-parceiro .carousel-indicators.hideall li.active:last-of-type:before,
section.entenda-parceiro .carousel-indicators.hideall li:nth-of-type(2):before,
section.entenda-parceiro .carousel-indicators.hideall li.active:nth-last-child(2):before,
section.entenda-parceiro .carousel-indicators.hideall li.pre-active:nth-last-child(4):before {
    background: white !important;
    /* width: 100px; */
    /* left: 100px; */
}

/* align div in middle  */
div.middle-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* END CSS SIMULADOR 1366px */
section.simulador-celular {
    position: relative;
    padding: 104px 0;
}

section.simulador-celular img {
    max-width: unset;
    width: 399px;
}

section.simulador-celular div.middle-align {
    left: 10%;
}

section.simulador-celular:before {
   content: "";
    width: 100%;
    height: 388px;
    background: #F1F1F1;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    position: absolute;
    top: 168px;
}

/* Section conseg em números */
section.conseg-em-numeros {
    background-image: linear-gradient(294deg, #212223, #232324, #434343);
    height: 623px;
    padding: 0;
    position: relative;
}

/* section.conseg-em-numeros .title {
    width: 80%;
    position: relative;

    bottom: -100px;
} */
section.conseg-em-numeros .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;

    grid-column-gap: 10%;
}

section.conseg-em-numeros .grid {

}

section.conseg-em-numeros .title h3 {
    color: #959596;
}

section.conseg-em-numeros .title h3 div.spacer-line {
    border-top-color: #959595;
}

section.conseg-em-numeros .grid div > .plus-icon {
    color: #DC3131;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    padding-left: 11px;
    padding-top: 9px;
    position: relative;
    bottom: -30px;
}

section.conseg-em-numeros .grid div > .plus-icon:before {
   content: "";
    position: absolute;
    top: -3px;
    right: -4px;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
}

section.conseg-em-numeros .grid div > h1 {
    font-size: 130px;
    color: #DC3131;
    position: relative;
    letter-spacing: -5px;
}

section.conseg-em-numeros .grid div > h3 {
    font-size: 45px;
    color: #fff;
    text-transform: inherit;
    position: relative;
    top: -50px;
}

section.conseg-em-numeros .grid div > p {
    color: #A7A7A8;
    font-size: 14px;
    width: 270px;
    margin-top: -40px;
}

/* Estilização counts do carrossel */
section.conseg-em-numeros .owl-dot:before {
    border-color: #fff;
}

section.conseg-em-numeros .owl-dot.post-active:nth-child(2):after,
section.conseg-em-numeros .owl-dot:first-child.active:after,
section.conseg-em-numeros .owl-dot:first-child.pre-active:after {
    background: #fff;
}

section.conseg-em-numeros .owl-dot.active:first-child + .owl-dot + .owl-dot:after,
section.conseg-em-numeros .owl-dot.post-active:after,
section.conseg-em-numeros .owl-dot:first-child:after {
    color: #fff;
}

section.conseg-em-numeros .owl-dot.pre-pre-active:first-child:after {
    background: none;
}

section.conseg-em-numeros .owl-dot:nth-child(2):after,
section.conseg-em-numeros .owl-dot.pre-active:after,
section.conseg-em-numeros .owl-dot.pre-pre-active:after,
section.conseg-em-numeros .owl-dot.active:after {
    background: #fff;
}

section.conseg-em-numeros .owl-nav {
    top: 50%;
    height: 27px;
    position: absolute;
    width: 100%;
}

section.conseg-em-numeros .owl-dots {
    top: -60px
}

section.conseg-em-numeros .owl-theme .owl-dots .owl-dot {
    color: #fff;
    font-weight: 300;
}

section.conseg-em-numeros .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
}

section.conseg-em-numeros .owl-nav button.owl-prev span,
section.conseg-em-numeros .owl-nav button.owl-next span {
    display: none;
}

section.conseg-em-numeros .owl-nav button.owl-next {
    right: 0;
    position: absolute;
    left: unset;
}

section.conseg-em-numeros .owl-nav button.owl-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #fff;
}

section.conseg-em-numeros .owl-nav button.owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
}

section.conseg-em-numeros .owl-stage-outer {
    margin: 0 6%;
}

section.sobre-consorcio .owl-nav button.owl-prev:before,
section.sobre-consorcio .owl-nav button.owl-next:before {
    color: #DC3131 !important;
}

section.conseg-em-numeros .owl-nav button.owl-next:focus,
section.conseg-em-numeros .owl-nav button.owl-prev:focus,
section.sobre-consorcio .owl-nav button.owl-next:focus,
section.sobre-consorcio .owl-nav button.owl-prev:focus {
    outline: 0;
}

section.conseg-em-numeros .owl-nav button.owl-next:hover,
section.conseg-em-numeros .owl-nav button.owl-prev:hover {
    background: #DC3131;
}

section.sobre-consorcio .owl-nav button.owl-next,
section.sobre-consorcio .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    background: #fff !important;
    border-radius: 0;
}

section.conseg-em-numeros .owl-nav button.owl-next,
section.conseg-em-numeros .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    background: #DC3131;
    border-radius: 0;
}

.sobre-consorcio {
    background: #DC3131 !important;
    height: 526px !important;
}

.sobre-consorcio p {
    color: rgba(255, 255, 255, .66) !important;
}

.sobre-consorcio .grid div > .plus-icon {
    bottom: 60px !important;
    padding-left: 13px !important;
    transform: rotate(3deg) !important;
    background: #CE2424 !important;
    color: #fff !important;
}

.sobre-consorcio div.title {
    margin-bottom: 120px;
}

.sobre-consorcio div.title h3 {
    color: #EC9393;
}

.sobre-consorcio div.title h3 div.spacer-line {
    border-top-color: #EC9393;
}

.sobre-consorcio div.middle-align {
    transform: translateY(-74%);
}

.simulador #botao_voltar {
    display: none;
}

/* SVG ICON FOOTER */

.footer__copyright-icon {
    height: 35px;
    float: right;
}

.footer__copyright-icon .cls-1 {
    opacity: 0.5;
}

.footer__copyright-icon .cls-2 {
    fill: #fff;
}

.footer__copyright-icon .cls-3 {
    fill: none;
    stroke: #9a9a9a;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
}

/* custom select */

.rounded-select {
    position: relative;
    /* max-width: 277px; */
    display: inline-block;
    width: 277px;
    border-radius: 20px;
    text-align: left;
    height: 45px;
}

.rounded-select:hover .rounded-select__label,
.rounded-select:hover .rounded-select__list {
    border-color: #000;
}

.rounded-select:focus .rounded-select__label,
.rounded-select.open .rounded-select__label,
.rounded-select:focus .rounded-select__label:hover,
.rounded-select.open .rounded-select__label:hover,
.rounded-select:focus .rounded-select__list,
.rounded-select.open .rounded-select__list {
    border-color: #781974;
}

.rounded-select.open .rounded-select__label {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

    border-bottom: 0;
}

.rounded-select .rounded-select__label {
    background-color: #fff;
    height: 100%;
    width: 100%;
    border: 1px solid #191C22;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 2.2% 15px;
    color: rgba(112, 112, 112, .6);
    display: block;
    cursor: pointer;
    border-radius: 20px;
    /* border-bottom: 0; */
}

.rounded-select.open .rounded-select__label {
    color: #DC3131;
    border-color: #084D94;
}

.rounded-select .rounded-select__label:hover {
    border-color: #DC3131;
}

.rounded-select .rounded-select__icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #DA3232;
    border-right: 2px solid #DA3232;
    transition: all 0.3s ease;
    transform: rotate(45deg);
}

.rounded-select .rounded-select__list {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    border: 1px solid #ffffff;
    border-top: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
}

.rounded-select .rounded-select__list li {
    padding: 10px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #084D94;
    cursor: pointer;
    border-top: solid 1px rgba(8, 77, 148, .26);
}

.rounded-select .rounded-select__list li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.rounded-select .rounded-select__list li:hover {
    color: #fff;
    background: #DA3232;
}

.rounded-select.open .rounded-select__icon {
    transform: rotate(-135deg);
}

.rounded-select.open .rounded-select__list {
    display: block;
    z-index: 9999;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #084D94;
}

.melhores-resultados-mob {
    width: 100%;
}

.melhores-resultados-mob .melhores-resultados > div:first-child {
    background: transparent;
}

.outros-resultados-mob .melhores-resultados > div:first-child {
    background: rgba(236, 236, 236, .3);
}

.melhores-resultados-mob .melhores-resultados:first-child > div {
    background-image: linear-gradient(180deg, #DC3131, #BE2424);
}

.melhores-resultados-mob .melhores-resultados:nth-child(2) > div {
    background-image: linear-gradient(180deg, #EAEAEA, #C4C4C4)
}

.melhores-resultados-mob .melhores-resultados:nth-child(3) > div {
    background-image: linear-gradient(180deg, #F2F2F2, #E2E2E2);
}

.melhores-resultados-mob .melhores-resultados:first-child > div:after {
    content: "1";
    position: absolute;
    left: -5%;
    top: 0;
    font-family: AvenirNextLTPro-Bold;
    font-size: 250px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .7);
    color: transparent;
    z-index: -1;
}

.melhores-resultados-mob .melhores-resultados:nth-child(2) > div:after {
    content: "2";
    position: absolute;
    left: -5%;
    top: 0;
    font-family: AvenirNextLTPro-Bold;
    font-size: 250px;
    -webkit-text-stroke: 1px #AFAFAF;
    color: transparent;
}

.melhores-resultados-mob .melhores-resultados > div:nth-child(2):after {
    content: none;
}

.melhores-resultados-mob .melhores-resultados:nth-child(3) > div:after {
    content: "3";
    position: absolute;
    left: -4%;
    top: 0;
    font-family: AvenirNextLTPro-Bold;
    font-size: 250px;
    -webkit-text-stroke: 1px #C1C1C1;
    color: transparent;
}

.melhores-resultados-mob .melhores-resultados > div:nth-child(3):after {
    content: none;
}

.outros-resultados-mob {
    width: 100%;
}

.carousel-indicators li {
    background: rgba(8, 77, 148, 0.5);
}

.carousel-indicators li.active {
    background: #084D94;
}

.carousel-control-prev,
.carousel-control-next {
    color: #084D94;
}

.bg-darkgrey {
    background: #333;
    margin-top: -4px;
    padding: 7% 20px;
}

/* FIX BUGS RESOLUTIONS */
@media (max-width: 375px) {
    section.app > div.container-fluid:after {
        bottom: 130px;
    }
}

@media (max-width: 320px) {
    section.app > div.container-fluid:after {
        bottom: 110px;
    }

}

@media (min-width: 1441px) {
    section.app {
        background-position-x: 10%;
    }

    .cta-home .buttons {
        padding: 6% 0 0;
    }

}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 3px !important;
}

.hamburger-inner {
    width: 24px !important;
}

.hamburger-inner:after {
    width: 15px !important;
    top: 12px !important;
}

.hamburger-inner:before {
    width: 20px !important;
    top: 6px !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #E73131 !important;
}

nav .sub {
    height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

nav a.opened + .sub {
    height: 100%;
    overflow: hidden;
}

#menu_mob_button .hamburger-inner:before {
    width: 30px;
}

#menu_mob_button .hamburger-inner:after {
    width: 20px;
    transition: 0.25s;
}

#menu_mob_button.is-active .hamburger-inner:after {
    width: 24px !important;
    top: 20px !important;
}

#menu_mob_button.is-active .hamburger-box {
    top: -4px;
}

#main_menu {
    transition: 0.5s ease-out;
}

#main_menu.fixed {
    position: fixed;
    background: #fff;
    z-index: 999;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

.header-mobile {
    transition: 0.5s ease-out;
}

.header-mobile.fixed {
    position: fixed;
    background: #fff;
    z-index: 999;
}

button#menu_mob_button {
    border-right: 1px solid #F1F1F1;
    width: 60px;
    padding: 17px 17px 5px 17px;
}

button#menu_mob_button:focus,
button#menu_mob_button:active {
    outline: 0;
}

#menu_aconseg_button:after,
#menu_produtos_button:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    border-bottom: 4px solid #fff;
    transform: rotate(180deg);
    margin: 2px 2px 2px 6px;
    transition: 0.25s ease-in-out;
}

header .container-fluid.fixed a#menu_aconseg_button:after,
header .container-fluid.fixed a#menu_produtos_button:after {
    border-bottom: 4px solid rgba(112, 112, 112) !important;
}

#menu_aconseg_button.active:after,
#menu_produtos_button.active:after {
    transform: rotate(360deg);
}

#menu_aconseg_mob:after,
#menu_produtos_mob:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    border-bottom: 7px solid #E73131;
    transform: rotate(180deg);
    margin: 2px;
    transition: 0.25s ease-in-out;
    float: right;
    margin-top: 6px;
}

#menu_aconseg_mob.opened:after,
#menu_produtos_mob.opened:after {
    transform: rotate(360deg);
    border-bottom-color: #fff;
}

/* SPECIFIC ICONS FAWESOM TO SVG */
.bt_red_left,
.bt_grey_right,
.bt_red_right,
.bt_grey_left {
    position: relative;
}

.bt_red_left:hover,
.bt_grey_right:hover,
.bt_red_right:hover,
.bt_grey_left:hover {
    text-decoration: none;
}

.bt_grey_left .fa-calendar-day:before {
   content: "";
    background: url(../images/calendar-grey-icon.svg) no-repeat;
    position: absolute;
    top: 17px;
    width: 18px;
    height: 20px;
    background-size: 113%;
    left: 25px;
}

.bt_red_left .fa-calendar-day:before {
   content: "";
    background: url(../images/calendar-white-icon.svg) no-repeat;
    position: absolute;
    top: 17px;
    width: 18px;
    height: 20px;
    background-size: 113%;
    left: 25px;
}

.bt_red_right .fa-dollar-sign:before {
   content: "";
    background: url(../images/money-icon-white.svg) no-repeat;
    position: absolute;
    top: 18px;
    width: 22px;
    height: 22px;
    background-size: cover;
    left: 23px;
}

.bt_grey_right .fa-dollar-sign:before {
   content: "";
    background: url(../images/money-icon-grey.svg) no-repeat;
    position: absolute;
    top: 18px;
    width: 22px;
    height: 22px;
    background-size: cover;
    left: 23px;
}

section.historia-conseg .carousel-indicators li {
    background: transparent !important;
    border-color: white;
    color: white;
    font-weight: 300;
}

section.historia-conseg .carousel-indicators.hideall li.active + li:last-of-type:before,
section.historia-conseg .carousel-indicators.hideall li.post-active + li:last-of-type:before,
section.historia-conseg .carousel-indicators.hideall li.active:last-of-type:before,
section.historia-conseg .carousel-indicators.hideall li:nth-of-type(2):before,
section.historia-conseg .carousel-indicators.hideall li.active:nth-last-child(2):before,
section.historia-conseg .carousel-indicators.hideall li.pre-active:nth-last-child(4):before {
    background: white !important;
}

.carousel-indicators.hideall li.pre-active:before,
.carousel-indicators.hideall li:last-of-type:before,
.carousel-indicators.hideall li.active:nth-of-type(3):before,
.carousel-indicators.hideall li.pre-pre-active:nth-last-child(5):before {
    background: transparent !important;
}

section.historia-conseg .carousel-indicators li:before {
    background: white !important;
}

section.historia-conseg .carousel-control-next:after,
section.historia-conseg .carousel-control-prev:after {
    color: white;
}

section.video {
    position: relative;
}

section.video video {
    width: 100%;
}

.play-btn {
    height: 96px;
    width: 96px;
    border: solid 1px #DC3131;
    border-radius: 100%;
    color: white;
    font-weight: 900;
    font-size: 66px;
    text-align: center;
    cursor: pointer;
    z-index: 107;

}

.centerbox .play-btn {
    margin: 0 auto;
}

.play-btn i {
    color: #DA3232;
    font-size: 20px;
    background-image: linear-gradient(180deg, #F0F0F0, #CFCFCF);
    padding: 25px 2px 0 7px;
    width: 66px;
    height: 66px;
    border-radius: 36px;
}

.play-btn:before {
    position: relative;
    top: -2px;
}

section.video .play-txt {
    text-align: center;
    color: white;
    font-weight: 300;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
}

section.video .play-txt span {
    font-weight: bold;
    font-size: 21px;
    font-family: AvenirNextLTPro-Bold;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

section.video .centerbox {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    transition: 1s;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    background: rgba(0, 0, 0, .75);
}

section.video .centerbox:hover {
    background: rgba(218, 50, 50, 0.2);
}

.prod-form {
    padding: 20px 50px;
    text-align: center;
}

.prod-form .noUi-horizontal {
    height: 5px !important;
}

.prod-form .noUi-horizontal .noUi-base,
.prod-form .noUi-horizontal .noUi-base .noUi-connects {
    width: 100%;
}

.prod-form .btn-group a {
    height: 40px;
    /* margin-bottom: 10px; */
    /* height: 58px; */
}

.prod-form a.bt_grey_left,
.prod-form a.bt_red_left {
    border: 1px solid #cdcdcd;
    border-right: 0;
}

.prod-form a.bt_grey_right,
.prod-form a.bt_red_right {
    border: 1px solid #cdcdcd;
    border-left: 0;
}

.prod-form i.fa-home:before {
   content: "";
    background: url(../images/icone-casa-grey.svg) 0 0;
    width: 24px;
    height: 21px;
    position: absolute;
    top: 8px;
    left: 28px;
}

.prod-form a.bt_red_left i.fa-home:before {
    background: url(../images/icone-casa.svg) 0 0;
}

.prod-form a.bt_red_left {
    border-right: 0;
    border-left: 1px solid #ededed;
}

.prod-form a.bt_grey_right {
    border-left: 0;
}

.prod-form i.fa-car:before {
   content: "";
    background: url(../images/icone-carro-white.svg) 0 0;
    width: 34px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 17px;
}

.prod-form a.bt_grey_right i.fa-car:before {
    background: url(../images/icone-carro-grey.svg) 0 0;
}

.prod-form #categoria_select > div:first-of-type,
.prod-form #preco_select > div:first-of-type,
.prod-form #ordem_select > div:first-of-type {
    display: block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
    color: #B4B5B5;
    padding-left: 18px;
}

.prod-form #categoria_select {
    display: inline-block;
}

.prod-form #preco_select {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.prod-form #categoria_select .btn-group {
    width: 145px;
    height: 40px;
}

.prod-form #categoria_select .btn-group a {
    width: 72px;
    padding: 14px;
    height: 40px;
    text-align: center;
    margin-left: 0;
    color: #bbb;
}

.prod-form #preco_select .btn-group {
    width: 190px;
    height: 40px;
}

.prod-form #preco_select .btn-group a {
    width: 95px;
    height: 40px;
    padding: 0 23px;
    text-align: center;
    margin-left: 0;
    color: rgba(112, 112, 112, .6);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.prod-form #range_select {
    width: 320px;
    display: inline-block;
    top: -12px;
    position: relative;
    margin-left: 15px;
}

.prod-form #range_select #investimentoSliderMin {
    width: 96px;
    height: 17px;
    float: left;
    left: 7px;
}

.prod-form #range_select #investimentoSliderMax {
    width: 96px;
    height: 17px;
    right: 8px;
}

.prod-form #range_select #investimentoSliderMin,
.prod-form #range_select #investimentoSliderMax {
    border: 0;
    border-bottom: solid 1px #B4B5B5;
    position: relative;
    color: rgba(112, 112, 112, .6);
    font-size: 14px;
}

.prod-form #range_select #investimentoSlider .noUi-base {
    /* position: relative; */
    left: -10px;
}

.prod-form #range_select #investimentoSlider .noUi-connects {
    left: 10px;
}

.noUi-connect {
    /* position: relative; */
    left: -20px;
}

.prod-form .rounded-select .rounded-select__label {
    padding-left: 25px;
}

.prod-form #ordem_select {
    width: 320px;
    display: inline-block;
    margin-left: 114px;
}

.prod-form #ordem_select .rounded-select {
    left: -30px;
    height: 39px;
}

.prod-form #ordem_select .rounded-select li span {
    font-size: 0.7em;
}

@media (max-width: 576px) {
    .prod-form #ordem_select {
        margin-left: 0;
    }

    .prod-form #ordem_select > div:first-child {
        display: none;

    }
}

#modalCompreAgora .right.final img {
    position: relative;
    left: 60px;
    top: 36px;
    margin-top: 35px;
}

#modalCompreAgora .right,
#modalCompreAgora .right,
#modalFalarVendedor .right {
    opacity: 0;
    position: absolute !important;
    left: 310px;
    transition: 1s;
}

#modalCompreAgora .active.right,
#modalRecursosNaoProcurados .active.right,
#modalFalarVendedor .active.right {
    opacity: 1;
    z-index: 999;
}

#modalCompreAgora .bt_grey_right:hover .hover_helper,
#modalRecursosNaoProcurados .bt_grey_right:hover .hover_helper,
#modalFalarVendedor .bt_grey_right:hover .hover_helper {
    opacity: 1;
}

#modalCompreAgora .bt_grey_right:active .hover_helper,
#modalRecursosNaoProcurados .bt_grey_right:active .hover_helper,
#modalFalarVendedor .bt_grey_right:active .hover_helper {
    transition: 0s;
    background: #DA3232;
}

#modalCompreAgora .bt_grey_right .hover_helper,
#modalRecursosNaoProcurados .bt_grey_right .hover_helper,
#modalFalarVendedor .bt_grey_right .hover_helper {
    display: inline-block;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #ededed;
    border-left: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 11px 0 23px 54px;
    width: 308px;
    background-image: linear-gradient(to top, #CA2323, #FA3A3A);
    margin-left: -4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    pointer-events: none;
}

#modalCompreAgora div.detalhes.closed,
#modalRecursosNaoProcurados div.detalhes.closed,
.modal-default div.detalhes.closed,
#modalFalarVendedor div.detalhes.closed {
    height: 0;
    padding: 0% 6%;
}

#modalCompreAgora .bt_grey_left:hover .hover_helper,
#modalRecursosNaoProcurados .bt_grey_left:hover .hover_helper,
.modal-default .bt_grey_left:hover .hover_helper,
#modalFalarVendedor .bt_grey_left:hover .hover_helper {
    opacity: 1;
}

#modalCompreAgora .bt_grey_left:active .hover_helper,
#modalRecursosNaoProcurados .bt_grey_left:active .hover_helper,
.modal-default .bt_grey_left:active .hover_helper,
#modalFalarVendedor .bt_grey_left:active .hover_helper {
    transition: 0s;
    background: #DA3232;
}

#modalCompreAgora .bt_red_left .hover_helper,
#modalCompreAgora .bt_red_right .hover_helper,
#modalRecursosNaoProcurados .bt_red_left .hover_helper,
.modal-default .bt_red_left .hover_helper,
#modalRecursosNaoProcurados .bt_red_right .hover_helper,
.modal-default .bt_red_right .hover_helper,
#modalFalarVendedor .bt_red_left .hover_helper,
#modalFalarVendedor .bt_red_right .hover_helper {
    display: none;
}

#modalCompreAgora .bt_grey_left .hover_helper,
#modalRecursosNaoProcurados .bt_grey_left .hover_helper,
.modal-default .bt_grey_left .hover_helper,
#modalFalarVendedor .bt_grey_left .hover_helper {
    display: inline-block;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #ededed;
    border-left: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 11px 0 23px 54px;
    width: 308px;
    background-image: linear-gradient(to top, #CA2323, #FA3A3A);
    margin-left: -4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    pointer-events: none;
}

#modalCompreAgora .box.active,
#modalRecursosNaoProcurados .box.active,
.modal-default .box.active,
#modalFalarVendedor .box.active {
    opacity: 1;
}

#modalFalarVendedor form
{
    opacity: 0;
    overflow: hidden;
    transition: 1s;
    height: 0px;
}

#modalFalarVendedor form.active
{
    opacity: 1;
    height: auto;
}

#sidebarMenu {
    width: 294px;
    background-color: #434343;
    min-height: 100vh;
    position: relative;
    transition: 1s;
    overflow-x: hidden;
}

#sidebarMenu .topo {
    color: rgba(0, 0, 0, 1);
    transition: 1s;
    height: 195px;
}

#sidebarMenu #button-retract-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    padding: 10px;
    cursor: pointer;
}

#sidebarMenu ul {
    width: 294px;
}

#sidebarMenu ul li {
    height: 50px;
    position: relative;
}

#sidebarMenu ul li.title {
    color: red;
    transition: 1s;
    padding: 15px 21px 16px 34px;
}

#sidebarMenu ul li:not(.title) {
    color: white;
}

#sidebarMenu ul li.active:not(.title):before {
   content: "";
    background-color: #E83C46;
    width: 4px;
    z-index: 999;
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0;
}

#sidebarMenu ul li:not(.title) a {
    display: inline-block;
    transition: 1s;
    width: 190px;
    padding-left: 0px;
}

#sidebarMenu ul li:not(.title) .icon {
    display: inline-block;
    margin: 15px 21px 16px 34px;
}

#sidebarMenu.retracted {
    width: 84px;
}

#sidebarMenu.retracted .topo {
    color: rgba(0, 0, 0, 0);
    height: 127px;
}

#sidebarMenu.retracted ul li:not(.title) a {
    padding-left: 5px;
}

#sidebarMenu.retracted {
    width: 84px;
}

#sidebarMenu.retracted ul li.title {
    background-color: #494949;
    height: 2px;
    color: transparent;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #212223;
    font-size: 14px;
    font-weight: 500;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #DC3131;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:not(:checked) + label:before {
    border: 1px solid #212223;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #DC3131;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.scrolling-carousel-indicators {
    bottom: 90px;
    left: 0px;
    right: -20px;
    display: flex;
    z-index: 999;
}

.scrolling-carousel-indicators .carousel-control-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #084D94;
}

.scrolling-carousel-indicators .carousel-control-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #084D94;
}

.scrolling-carousel-indicators li {

    margin-right: 22px;
    border: 1px solid #084D94 !important;
    color: #084D94;
    background: white !important;
    font-size: 14px;
}

.scrolling-carousel-indicators .carousel-control-prev {
    left: -18px;
}

.scrolling-carousel-indicators .carousel-control-next {
    right: -18px;
}

.scrolling-carousel-indicators .carousel-control-next-icon,
.scrolling-carousel-indicators .carousel-control-prev-icon {
    visibility: hidden;
}

.carousel-indicators li {

    background-color: transparent !important;
    border-color: black;
}

.carousel-tabs {
    opacity: 0;
    position: absolute;
    transition: 0.25s ease-out;
    /* height: 600px; */
}

.carousel-tabs.active {
    opacity: 1;
    transition: 1.25s ease-in;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.carousel-tabs .carousel-control-prev {
    display: none;
}

.carousel-tabs .carousel-control-next {
    width: 45px;
    height: 45px;
    background: #000;
    right: 17%;
    opacity: 1;
    top: -255px;
}

.carousel-tabs .carousel-control-next-icon {
    background: none;
}

.carousel-tabs .carousel-control-next-icon:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
}

.carousel-tabs .carousel-indicators li {
    color: black;
    /* display: none; */
}

.carousel-tabs .carousel-indicators li:before {
    background: black;
}

.nav-results {
    opacity: 0;
    position: absolute;
    transition: 0.25s ease-out;
    width: 225%;
    background: rgba(56, 56, 56, .5);
    direction: rtl;
    right: 0;

}

.nav-results.active {
    opacity: 1;
    transition: 1.25s ease-in;
}

.carousel-tabs .carousel-inner .carousel-item .card-table:nth-child(2) {
    opacity: 0.3; /* margin-left: 5%; */
}

.carousel-tabs .carousel-inner .carousel-item .card-table:nth-child(1) {
    /* margin-right: 5%; */
}

.carousel-tabs .carousel-inner .carousel-item-left.active {
    transform: translateX(-63%);
}

.carousel-tabs .carousel-inner .carousel-item-right.active {
    transform: translateX(63%);
}

.carousel-tabs .carousel-inner .carousel-item-left.active {
    opacity: 0.5;
}

.carousel-tabs .carousel-inner .carousel-item-next {
    transform: translateX(63%)
}

.carousel-tabs .carousel-inner .carousel-item-prev {
    transform: translateX(-63%)
}

.carousel-tabs .carousel-inner .carousel-item-right,
.carousel-tabs .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-tabs .carousel-item .card-table:nth-child(2) {
    position: absolute;
    left: 62%;
}

.carousel-tabs .carousel-item {
    width: 100%;
}

.numeros-carousel .grid {
    text-align: left;
}

.numeros-carousel .grid {
    display: inline-block !important;
}

.numeros-carousel .carousel-control-next-icon {
    /* background-color: red;
    right: -30vw;
    top: -50px;
    position: absolute;
    z-index: 9999; */
}

.valores-carousel {
    width: 1146px !important;
}

.valores-carousel .owl-item {
    opacity: 0.5;
}

.valores-carousel .owl-item.active {
    width: 560px !important;
    transition: .2s;
    opacity: 1;
}

.valores-carousel .owl-nav .owl-next {
    background: #DC3131 !important;
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: -27px;
    top: 0px;
    padding-top: 14px;
    padding-left: 17px;
    border-radius: 0 !important;
    left: unset;
}

.valores-carousel .owl-dots,
.valores-carousel .owl-nav .owl-prev {
    display: none !important;
}

.valores-carousel .owl-nav {
    position: absolute;
    width: 470px !important;
    margin: 0 auto;
    left: 56px;
    top: 217px;
    height: 45px;
}

.valores-carousel .carousel-control-prev-icon,
.valores-carousel .carousel-control-next-icon {
    visibility: hidden;
}

.valores-carousel .owl-next:focus {
    outline: 0;
}

.valores-carousel .owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
    position: relative;
    left: 10px;
    top: -3px;
}

.inner-pilar {
    width: 636px;
    display: inline-block;
    padding-left: 200px;
    opacity: 0.5;
}

div.active .inner-pilar {
    opacity: 1;
}

.pilares-carousel .owl-item {
    text-align: left;
    left: -150px;
}

.pilares-carousel .owl-next .carousel-control-next-icon {
    visibility: hidden;
}

.pilares-carousel .owl-prev {
    display: none !important;
}

.pilares-carousel .owl-next {
    background: #000 !important;
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: -27px;
    top: 0px;
    padding-top: 14px;
    padding-left: 17px;
    border-radius: 0 !important;
    left: unset;
}

.pilares-carousel .owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
    position: relative;
    left: 10px;
    top: -3px;
}

.pilares-carousel .owl-nav {
    width: 16% !important;
    top: -183px;
}

.pilares-carousel .owl-dots {
    margin: 0;
    left: 6px;
    margin-top: 4px;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.banner-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-carousel .carousel-inner {
    width: 100%;
    height: 100%;
}

.banner-carousel .carousel-item {
    width: 100%;
    height: 100%;
}

.banner-carousel .middle-banner {
    position: relative;
    top: 50%;
    transform: translateY(-55%);
    padding: 0 5.5%;
}

.banner-carousel .carousel-indicators li {
    border-color: #fff;
}

.banner-carousel .carousel-control-prev {
    transform: rotate(90deg);
    right: 64px;
    left: unset;
    top: 10%;
    height: 30px;
    width: auto;
    z-index: 16;
    cursor: pointer;
}

.banner-carousel .carousel-control-prev .carousel-control-prev-icon {
    background: none;
    transform: rotate(180deg);
}

.banner-carousel .carousel-control-prev .carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
}

.banner-carousel .carousel-control-next {
    transform: rotate(180deg);
    right: 64px;
    left: unset;
    bottom: 17%;
    width: auto;
    z-index: 16;
    height: 30px;
    top: unset;
    cursor: pointer;
}

.banner-carousel .carousel-control-next .carousel-control-next-icon {
    background: none;
    transform: rotate(90deg);
}

.banner-carousel .carousel-control-next .carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #fff;
}

.banner-carousel .carousel-indicators {
    right: -78px;
    width: auto;
    left: unset;
    height: fit-content;
    list-style: none;
    transform: rotateZ(90deg);
    top: 50%;
    margin: 0 auto;
}

.banner-carousel .carousel-indicators li {

    /* display: block !important; */

    width: 100%;

    transform: rotateZ(-90deg);
}

.banner-carousel .carousel-indicators li:after, .banner-carousel .carousel-indicators li:before {
    transform: rotateZ(90deg) translateX(-52px) translateY(-52px);
}

.numeros-carousel .owl-item {
    /* width:435px!important; */
}

/*  */
/* MOBILE STYLE STYLESHEET */

.prox_etapa {
    display: none;
}

