/*
Theme Name: NUMCLICK ASSISTENCIAS
Theme URI: https://www.elroi.com.br/
Description: Tema exclusivo NUMCLICK ASSISTENCIAS
Author: Giordano Magalhaes
Author URI: https://www.elroi.com.br/

font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Fredoka One', cursive;
*/

html, body {
    height: 100%;
}
body {
    background-color: rgba(245, 245, 245, 1.00);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.mainBody {
    margin: auto;
    max-width: 1600px;
    min-height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.30);
}

img {
    max-width: 100%;
}

.wrap {
    max-width: 1200px;
    margin: auto;
}
.wrapShort {
    max-width: 800px;
}

.ncad {
    font-style: italic;
    color: rgb(197, 197, 197);
}
.uc {
    text-transform: uppercase;
}

a {
    color: #ffa500;
    text-decoration: none;
}
a:hover {
    color: #ff4800;
    text-decoration: none;
}

#header-body .wrap {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-fastbuttons {
    display: flex;
}
#header-fastbuttons a {
    max-width: 300px;
    margin: 0 10px;
    padding: 10px;
    display: flex;
}
.header-fastbuttons-la {
    margin-right: 10px;
}
.header-fastbuttons-titulo {
    font-weight: 700;
    color: #153760;
    text-transform: uppercase;
    transition: all 200ms linear;
}
.header-fastbuttons-texto {
    font-size: 14px;
    font-weight: 300;
    color: #5f748e;
}
#header-fastbuttons a:hover .header-fastbuttons-titulo {
    color: #ff4800;
}
#header-fastbuttons a:hover .header-fastbuttons-texto {
    color: #ff4800;
}

#menuprinc-frm {
    background-color: #f5f5f5;
}
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    justify-content: center;
}
#menuprinc a {
    display: block;
    padding: 10px 24px;
    font-weight: 700;
    color: #153760;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a.hot {
    color: #ff0000;
}
#menuprinc a:hover {
    background-color: #eeeeee;
}

#menumob-btn {
    display: none;
}
#menumob {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 99;
    width: 100%; height: 100%;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.98);
    text-align: center;
}
#menumob-close {
    position: absolute; top: 10px; right: 10px;
    font-size: 30px;
    color: rgba(0,52,97,0.4);
    transition: all 200ms linear;
}
#menumob-close:hover {
    color: rgba(0,52,97,1);
    cursor: pointer;
}
#menumob-logo {
    padding: 30px 0;
    margin-bottom: 20px;
}
#menumob-menu ul {
    list-style: none; margin: 0; padding: 0;
}
#menumob-menu li {
    margin: 10px 0;
}
#menumob-menu a {
    display: block;
    max-width: 400px;
    margin: auto;
    padding: 10px 30px;
    background-color: rgba(230,230,230,1.00);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: rgb(20, 41, 110);
    transition: all 200ms linear;
}
#menumob-menu a:hover {
    background-color: rgba(240,240,240,1.00);
    color: rgb(10, 44, 153);
}
#menumob-menu a.hot {
    background-color: rgb(255, 153, 0);
    color: rgb(255, 255, 255);
}

#banners {
    display: flex;
}
#banner-la {
    width: 100%;
    background-image: url(/imagens/banners/assist-auto-banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
#banner-lb {
    width: 50%;
    background-image: url(/imagens/banners/assit-saude-banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#banner-la .banner-box {
    margin: 0 auto;
}
#banner-lb .banner-box {
    margin: 0 auto 0 0;
}
.banner-box {
    max-width: 600px;
    padding: 50px;
}
.banner-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.banner-subtitle {
    margin: 15px 0;
    font-weight: 300;
    color: #FFF;
}
.banner-preco {
    margin: 15px 0;
    font-weight: 300;
    color: #FFF;
}
.banner-preco br {
    display: none;
}
.banner-preco span {
    font-family: 'Raleway', sans-serif;
    font-size: 70px;
    font-weight: 500;
}
.banner-btn a {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#banner-la a {
    background-color: #103c57;
}
#banner-la a:hover {
    background-color: #041d2c;
}
#banner-lb a {
    background-color: #064811;
}
#banner-lb a:hover {
    background-color: #012407;
}

#sep1 {
    padding: 80px 0;
    background-color: #f5f5f5;
}
#sep1 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sep1-la {
    width: 70%;
    padding-right: 20px;
    text-align: center;
}
#sep1-la-l1 {
    font-size: 24px;
    color: #52657c;
}
.bigblue {
    font-family: 'Fredoka One', cursive;
    color: #0e315b;
}
.bigoj {
    font-family: 'Fredoka One', cursive;
    color: #ffa800;
}
#sep1-la-l2 {
    font-weight: 300;
    color: #868992;
}
#sep1-lb {
    width: 30%;
    padding-left: 20px;
    text-align: center;
}
#sep1-lb a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ffa200;
    border-radius: 7px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#sep1-lb a:hover {
    background-color: #ff0000;
}

#qs {
    padding: 80px 0;
}
#qs .wrap {
    display: flex;
    justify-content: center;
}
#qs-la-barra {
    width: 80px;
    height: 4px;
    background-color: #ffa200;
}
#qs-la-titulo {
    font-size: 30px;
    font-weight: 800;
    color: #ff5400;
    text-transform: uppercase;
}
#qs-la-subtitulo {
    font-size: 18px;
    font-weight: 300;
    color: #4a4a4a;
}

#qs-lst {
    list-style: none; margin: 30px 0; padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#qs-lst li {
    width: 100%;
    max-width: 200px;
    margin: 10px;
}
.qs-lst-titulo {
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
}
#qs-la-content p {
    font-weight: 300;
    color: #4a4a4a;
}

#qs-executivo {
    margin: -50px 0;
}

#sep2 {
    padding: 40px 0;
    background-image: url(/imagens/sep2-bg.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}
#sep2 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sep2-la {
    font-size: 24px;
    font-weight: 700;
    color: #5e6773;
}
#sep2-lb a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #7e8693;
    border-radius: 7px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#sep2-lb a:hover {
    background-color: #3a537a;
}

footer {
    background-color: #fafafa;
    padding: 50px 0 90px;
    color: #868992;
}
#footer-l1 .wrap {
    display: flex;
    justify-content: space-between;
}
.footer-col:first-child {
    max-width: 400px;
    padding-right: 20px;
}
.footer-col {
    margin: 0 10px;
}
.footer-col-title {
    padding: 30px 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #5e6773;
}
.footer-col-links ul {
    list-style: none; margin: 0; padding: 0;
}
.footer-col-links li {
    margin: 10px 0;
    color: #5e6773;
}
.footer-col-links a {
    color: #5e6773;
}
.footer-col-links a:hover {
    color: #ffa200;
}
#footer-rs {
    display: flex;
}
#footer-rs a {
    position: relative;
    margin-right: 7px;
    width: 40px; height: 40px;
    border-radius: 50%;
    background-color: #b2c1ce;
    transition: all 200ms linear;
}
#footer-rs a [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
}
#footer-rs a:hover {
    background-color: #3f79a8;
}

#footer-whatsapp {
    position: fixed; bottom: 20px; right: 20px; z-index: 999;
}
#footer-whatsapp a {
    display: flex;
}
#footer-whatsapp-icon {
    height: 54px;
}
#footer-whatsapp-l1 {
    display: none;
    position: relative;
    background-color: #fff;
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.3);
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 15px;
    color: #000;
    transition: all 200ms linear;
}
#footer-whatsapp a:hover #footer-whatsapp-l1 {
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.4);
    color: #ff5e00;
}
#footer-whatsapp-seta {
    position: absolute; 
    top: 50%; right: -8px; 
    z-index: 9;
    transform: translateY(-50%);
}
#footer-whatsapp-icon {
    animation: tremer 2000ms;
    animation-iteration-count: infinite;
}
@keyframes tremer {
    0% {transform: translateX(0);}
    2% {transform: translateX(3px);}
    4% {transform: translateX(0);}
    6% {transform: translateX(-3px);}
    10% {transform: translateX(0);}
    12% {transform: translateX(3px);}
    14% {transform: translateX(0);}
    16% {transform: translateX(-3px);}
    18% {transform: translateX(0);}
    20% {transform: translateX(3px);}
    22% {transform: translateX(0);}
    24% {transform: translateX(-3px);}
    26% {transform: translateX(0);}
    28% {transform: translateX(3px);}
    30% {transform: translateX(0);}
    32% {transform: translateX(-3px);}
    34% {transform: translateX(0);}
    36% {transform: translateX(3px);}
    38% {transform: translateX(0);}
    40% {transform: translateX(-3px);}
    44% {transform: translateX(0);}
    100% {transform: translateX(0);}
}
#footer-l2 {
    margin-top: 20px;
}
#razao-social, #cnpj {
    margin: 0 10px;
}
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Fredoka One', cursive;
*/
.page-title {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.page-content, .page-content-short {
    padding: 50px 0;
    min-height: 250px;
}
.page-content-short .wrap {
    max-width: 800px;
}
.breadcrumbs {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

/* -> QUEM SOMOS */
.qs-o1 {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qs-o1-o1 {
    font-family: 'Fredoka One', cursive;
    font-size: 40px; line-height: 48px;
    color: #ffa800;
    text-align: right;
}
.qs-o1-o2 {
    margin: 0 30px;
    width: 4px;
    height: 130px;
    background-color: #003461;
}
.qs-o1-o3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #003461;
}
.qs-happy {
    margin: 70px 0;
    text-align: center;
}
.qs-happy-l2 {
    margin-top: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #91a0ae;
}
.qs-mvv {
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.qs-mvv-item {
    width: 100%; max-width: 360px;
    margin: 15px;
}
.qs-mvv-title {
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: uppercase;
}
.qs-mvv-bar {
    margin: 5px 0 2px;
    width: 40px;
    height: 3px;
    background-color: #ffa200;
}
.qs-mvv-content {
    padding: 10px;
}
/* <- QUEM SOMOS */

/* -> PRODUTOS */
#produtos-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.produtos-lst-item {
    margin: 20px;
    padding: 3px;
    width: 100%; 
    max-width: 540px;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #c4c4c4;
}
.produtos-lst-item-l1 {
    position: relative;
}
.produtos-lst-item-l1-grupo {
    position: absolute; top: 175px; left: 10px;
    background-color:#ffa800;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.produtos-lst-item-l1-body {
    width: calc(100% - 50px);
    margin: 0 0 0 auto;
}
.produtos-lst-item-title {
    padding: 2px 14px;
    font-family: 'Fredoka One', cursive;
    font-size: 24px;
    color: #003461;
}
.produtos-lst-item-caracteristicas li {
    margin: 15px 0;
    color: rgb(137, 137, 137);
}
.produtos-lst-item-caracteristicas li .fa-li {
    color: #ffa800;
}
.produtos-lst-item-precos {
    display: flex;
    justify-content: center;
    align-items: center;
}
.produtos-lst-item-preco {
    background-color: #ffead6;
    position: relative;
    padding: 20px 50px 7px;
    border-radius: 30px;
}
.produtos-lst-item-preco-title {
    position: absolute; top: 4px; left: 15px;
    font-size: 11px;
    color: #003461;
}
.produtos-lst-item-preco-p {
    position: relative;
    font-weight: 700;
    color: #003461;
}
.produtos-lst-item-preco-rs {
    position: absolute; top: 0; left: -16px;
    font-size: 12px;
}
.produtos-lst-item-preco-val {
    font-size: 36px;
    line-height: 36px;
}
.produtos-lst-item-preco-ou {
    margin: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #ff5e00;
}
.produtos-lst-item-btn {
    margin: 20px 0;
    text-align: center;
}

.assinaturas-lst-item {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin: 20px 0;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #e9e9e9;
    transition: all 200ms linear;
}
.assinaturas-lst-item:hover {
    box-shadow: 0 0 10px 0 #c4c4c4;
    cursor: pointer;
}
.assinaturas-lst-switch, .assinaturas-lst-preco {
    flex-shrink: 0;
}
.assinaturas-lst-title {
    flex-grow: 1;
    padding: 0 20px;
}
.assinaturas-lst-title, .assinaturas-lst-preco {
    font-weight: 700;
    color: #003461;
}
.assinaturas-lst-descricao-link {
    font-weight: 400;
}
#preco-total {
    padding: 0 10px;
    text-align: right;
}
#preco-total {
    font-weight: 700;
    color: #82919e;
}
#preco-total span {
    font-size: 24px;
    color: #003461;
}

/*** onoff ***/
.onoff input.toggle {
    display: none;
}
.onoff input.toggle + label {
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    height: 30px;
    width: 60px;
    border-radius: 30px;
}
.onoff input.toggle + label:before {
    content: "";
    display: block;
    height: 30px;
    width: 60px;
    border-radius: 30px;
    background: rgba(255, 165, 0, 0.20);
    transition: 0.1s ease-in-out;
}
.onoff input.toggle + label:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0px;
    border-radius: 30px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 165, 0, 0.9), 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.1s ease-in-out;
}
.onoff input.toggle:checked + label:before {
    width: 60px;
    background: #13bf11;
}
.onoff input.toggle:checked + label:after {
    left: 30px;
    box-shadow: inset 0 0 0 1px #13bf11, 0 2px 4px rgba(0, 0, 0, 0.2);
}

/*** switch ***/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

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

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

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

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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

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

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

/*** modal ***/
.assistencia-saude-detalhes-modal-item {
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.40);
}
.assistencia-saude-detalhes-modal h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}
.assistencia-saude-detalhes-modal h2 {
    font-size: 24px;
    font-weight: 700;
}

.btn-act {
    display: flex;
    align-items: center;
    margin: auto;
}
.spinner-grow {
    margin-right: 10px;
}
.ml-0 {
    margin-left: 0;
}

/* <- PRODUTOS */

/* -> FALE CONOSCO */
.contatos {
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 10px 0 #E6E6E6;
    padding: 30px 0;
}
.contatos-item {
    padding: 10px 20px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}
.contatos-item:nth-child(2) {
    border-left: #e8e8e8 solid 1px;
    border-right: #e8e8e8 solid 1px;
}
.contatos-icone {
    font-size: 30px;
    color: #004790;
}
.contatos-txt {
    padding-left: 10px;
    font-weight: 700;
    color: #004790;
}
.contatos-mini {
    font-size: 14px;
    font-weight: 400;
    color: #ff5e00;
}
.contatos-form {
    margin-top: 100px;
}
/* <- FALE CONOSCO */

/* -> ALERT BAR */
#alertBar {
    position: fixed; bottom: 80px; right: 20px;
    max-width: 400px;
}
/* <- ALERT BAR */

/* -> CHECKOUT */
.checkout-title {
    margin: 40px 0 20px;
    border-bottom: #ff5400 solid 1px;
    font-size: 20px;
    font-weight: 700;
}
#checkout-formaPagto-table tr:hover {
    cursor: pointer;
}
.invalid {
    background-color: rgb(255, 221, 221);
}
.checkout-produtos-remover-cell {
    width: 50px;
}
.checkout-remover-produto {
    font-size: 24px;
}
.checkout-produtos-precos {
    white-space: nowrap;
}
/* <- CHECKOUT */

/* -> COMPRAR */
#produtosTable {
    position: relative;
}
.comprarLoadingOverlay {
    display: none;
    position: absolute; top: 0; left: 0; z-index: 9;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.90);
}
.comprarLoadingOverlayContent {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
/* <- COMPRAR */

/* -> PAGAMENTO */
#card_name {
    text-transform: uppercase;
}
/* <- PAGAMENTO */

/* -> SUCESSO */
.sucesso-item {
    padding: 10px;
    margin: 20px 0;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #e9e9e9;
    transition: all 200ms linear;
}
/* <- SUCESSO */

/* -> FAQS */
.faqs-item {
    padding: 10px;
    margin: 20px 0;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #e9e9e9;
    transition: all 200ms linear;
}
.faqs-title {
    display: flex;
    justify-content: space-between;
}
.faqs-title-txt {
    font-weight: 700;
}
.faqs-title-icon {
    width: 28px; height: 28px;
    background-color: #edf1f5e6;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    transition: all 200ms linear;
}
.faqs-title-icon:hover {
    background-color: #dee7f0e6;
    cursor: pointer;
}
.faqs-content {
    display: none;
    margin-top: 20px;
    padding: 20px;
    border-top: #dfe2e6 solid 1px;
}
/* <- FAQS */

/* -> 404 */
.p404-l1 {
    font-size: 120px;
    font-weight: 700;
    color: #232324;
    text-align: center;
}
.p404-l2 {
    font-size: 24px;
    font-weight: 700;
    color: #103564;
    text-align: center;
}
.p404-l3 {
    margin: 30px 0;
    text-align: center;
}
/* <- 404 */