﻿/* GERAL */
body{
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    color: #616161;

}
input.form-control {
    padding-left: 15px;
}
.bt-custom:hover {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}
.flex-fill {
    flex: 1 1 auto;
}
.modal-header {
    padding-bottom: 0px;
    font-weight: 700;
}

.modal-custom .modal-title {
    width: 100%;
    text-align: center;
}
.sublinhado {
    text-decoration: underline;
}

p, a, form, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
a {
    color:#ff6c00;
}
a.branco {
    color:white;
}
h3 {
    font-weight: 600;
}
.card{
    margin-bottom: .8rem;
}
.logo-menu{
    width: 180px;
}
.content-page {
    width: 100%
}

a:hover {
    color: #ab4800;
    text-decoration: none;
}a:visited {
    color: inherit;
}
.sombra{
    box-shadow: 4px 6px 13px 0px rgba(0, 0, 0, 0.37);
}
#content{
    height: 100%;
}

.order-13 {
    -ms-flex-order: 13;
    order: 13;
}
.order-14 {
    -ms-flex-order: 14;
    order: 14;
}
.order-15 {
    -ms-flex-order: 15;
    order: 15;
}
.order-16 {
    -ms-flex-order: 16;
    order: 16;
}
.order-17 {
    -ms-flex-order: 17;
    order: 17;
}
.order-18 {
    -ms-flex-order: 18;
    order: 18;
}
.order-19 {
    -ms-flex-order: 19;
    order: 19;
}
.order-20 {
    -ms-flex-order: 20;
    order: 20;
}
.order-21 {
    -ms-flex-order: 21;
    order: 21;
}
.order-22 {
    -ms-flex-order: 22;
    order: 22;
}
.order-23 {
    -ms-flex-order: 23;
    order: 23;
}
.order-24 {
    -ms-flex-order: 24;
    order: 24;
}
.order-25 {
    -ms-flex-order: 25;
    order: 25;
}


input.error, select.error {
    border-color: #dc3545;
}
label.error {
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
img.load-img{
    margin-left: 34px;
    width: 20px;
}
div#msgAguarde {
    color: #929292;
}

#popUpBanner .modal-header, .modal-custom-img .modal-header {
    border-bottom: none;
    height: 23px;
    padding: 4px 7px;
}

#popUpBanner .modal-header .close span, .modal-custom-img .modal-header .close span {
    color: white;
    text-shadow: none;
}
#popUpBanner .modal-content, .modal-custom-img .modal-content {
    background-color: rgba(0, 0, 0, 0.67);
    border: none;
}
#popUpBanner .modal-body, .modal-custom-img .modal-body {
    padding: 7px;
}
.link-hover, .link-hover-x{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.link-hover:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.link-hover-x:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);

}


/***** Barra Ação *****/

/* para aparecer o rodapé quando estiver com a barra de ação */
.page-template-page-front-template footer.footer-acao {margin-bottom: 87px;}

#barra-acao.navbar {  
    background: #ffffff;
    bottom: -300px;
    border-top: solid 3px #ffb818;
    height: 90px;
}
#barra-acao.acao-show {-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;    backface-visibility: hidden; bottom: 0px;}
#barra-acao.sombra {
    box-shadow: 8px -4px 20px 0px rgba(0, 0, 0, 0.37);
}
#barra-acao .btn-success {
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
    min-width: 300px;
    min-height: 46px;
}
#barra-acao .btn-success:hover {
    color: #fff;
    background-color: #a04501;
    border-color: #a04501;
}
#matricule-se strong.destaque {
    font-size: 1.2em;
}

#barra-acao .selos-front-page img,
#section-map .selos-front-page img{
    cursor:pointer;
    width: 44px;

}
.selos-front-mobile img, .selos-front-mobile img.selos-front:hover {
 
   
}

#barra-acao .selos-front-page img:hover,
#section-map .selos-front-page img:hover{
    -webkit-filter: invert(69%) grayscale(100%) brightness(57%) sepia(100%) hue-rotate(350deg) saturate(400%) contrast(2);
    filter: invert(69%) grayscale(100%) brightness(57%) sepia(100%) hue-rotate(350deg) saturate(400%) contrast(2);
}

/***** Top menu *****/
 
.navbar {-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;    backface-visibility: hidden;}

#primary-menu .navbar { background-color: #FF6C00;}

.navbar.navbar-no-bg { background:#ff913f;}
 
.navbar-dark .navbar-nav {font-size: 15px; color: #fff; text-transform: uppercase;}
 
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); 
    border: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* .navbar.navbar-no-bg {
    background: #444;
    background: rgba(0, 0, 0, 0);
    background-color: #0000007a;
} */
#menu-item-39943{
    color: #ffffff;
    font-weight: 600;
    background-color: #505050;
    border-radius: 3px;
    max-width: 96px;
}
#menu-item-39943 :hover{
    color: #ffb818;
}
.navbar-dark .navbar-nav .nav-link:hover {color: #505050;}

.navbar-dark .navbar-nav .menu-estudar {
    color: #ffffff;
    font-weight: 600;
    background-color: #505050;
    border-radius: 3px;
    max-width: 96px;
    /* padding: 4px 11px !important; */
}
.navbar-dark .navbar-nav .menu-estudar :hover{

}

.navbar-dark .navbar-nav .menu-estudar .nav-link{
    color:white;
}

.navbar-dark .navbar-nav .menu-estudar:hover {
    background-color: #383838;
}
 
.navbar-dark .navbar-nav .nav-link:focus {color: #ffb818; outline: 0;}
 
.navbar-expand-md .navbar-nav .nav-link { 
    padding: 0.2rem; 
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
 
.navbar-brand {width: 166px; border: 0;}

.navbar-brand.logo-grande {
    width: 335px;
}

.logged-in nav#primary-menu { top: 31px;}

#primary-menu.navbar-pequena { padding: 3px; background-color:#ff6c00;  opacity: 0.9;}

#primary-menu.navbar-pequena a {font-size: 0.93em;}

#primary-menu.navbar-pequena .logo-menu.navbar-brand {width: 108px;}

#site-nav h1 {
    font-weight: 900;
    padding-top: 18px;
    border-bottom: solid 1px #ff6c00;
    text-align: right;
}
#site-nav h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: right;
}
#site-nav .titulos {
    min-height: 140px;
}

/* ***FIM MENU** */

.error + .custom-control-label::before {
    background-color: #efa2a9;
}
.error + .custom-control-label {
    color: #dc3545;
}

#loading-checkout .div_loading  {    
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    background-color:white;
    width:100%;
    min-height:100%;
    height:auto;
    opacity: .70;
    filter: alpha(opacity=65);
}

button#troca-cartao {
    font-weight: 700;
    padding: 12px;
    font-size: 1.2em;
}

#loading-checkout .loading-content {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
}
#loading-checkout .loading-content img{
    width: 159px;
    margin-top: 31px;
}
#loading-checkout strong {
    color:#8e8e8e;
}

#bt-estudar-fim{
    color:white;
}
/* FIM GERAL  */

/* HOME MAPA  */
.voltar{
    float: right;
    color:#828282;
    text-transform: uppercase;
    font-size: 1.1em;
}
.conteudo-home .list-inline-item a{
    color:#828282;
}
.cont-botoes-cursos {
    min-width: 100%;
}
.conteudo-home .list-inline-item a:hover {
    color: #ff8f05;
}
#section-map {
    position: relative;
    top:0;
}

#section-map .list-inline {
    width: 80%;
    margin: 0 17%;
}

#section-map svg{
    fill: #ff8f05;
    stroke: rgb(255, 255, 255);
    vector-effect: non-scaling-stroke; 
}
#section-map svg .estado{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    
}
#section-map svg .link-estado{
    fill: #d8bc9a;
    stroke: rgb(255, 255, 255);
}
#section-map svg .link-estado{
    cursor: default;
}
#section-map svg .ativo.link-estado{
   cursor: pointer;
}
#section-map svg .link-estado.ativo {
    fill: #ff8f05;
}
#section-map svg .ativo.link-estado:hover .estado{
   fill:#28a745 !important;
}

#section-map .info h2{
    font-size: 3.8em;
    font-weight: 900;
    line-height: 1em;
}
#section-map .info h2 strong{
    color:#ff8f05;
}
#section-map .info p {
    font-size: 1.3em;
}
#section-map .list-inline-item {
    width: 45%;
    margin-top: 2px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
#section-map .list-inline-item:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
}

.row div.btn-img-curso {
    display: inline-block;
    padding: 10px !important;
}

.btn-img-curso-container {
    position: relative;
}
.btn-img-curso .cont-txt-btn {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 13px;
    bottom: 0;
    margin-bottom: 0 !important;
    border-radius: 0.5rem;
}

.cont-txt-btn::before {
    content:'';
    background: linear-gradient(0deg, rgba(0,0,0,1) 56%, rgb(51 51 51 / 6%) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0.5rem;
}

.btn-img-curso:hover a.btn-go-curso, a.btn-go-curso:hover, a.btn-go-back, a.btn-go-back:hover {
    color: #fff;
    background-color: #3c1a00;
    border-color: #3c1a00;
}

a.btn-go-curso {
    border-radius: 5rem;
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
}

a.btn-go-back {

    font-weight: 700;
    line-height: 1.8rem;
    max-width: 280px;
    display: block;
    padding: 5px 25px 5px 25px;
    margin-top: -15px;

    border-radius: 5rem;
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
    float: right;
}

.btn-img-curso .cont a span{
    font-size: 1.2rem;
    text-transform: uppercase;
}

.btn-img-curso .cont a {
    font-weight: 700;
    line-height: 1.8rem;
    max-width: 280px;
    display: block;
    color: white;
    text-align: left;
    margin-bottom: 17px;
}
.btn-img-curso .cont a span{
    text-shadow: -1px 0px 3px rgba(0,0,0,0.81);
}
.btn-img-curso .bg-btn-image{
    overflow: hidden;
    cursor: pointer;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
}
.link-btncursos{
    display: block;
}
.overlay-color{

    background-color: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 3%, rgba(255,255,255,0) 100%);

    /* -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    opacity: 0.85; */

    mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -ms-mix-mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;

    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;

    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.btn-img-curso .bg-btn-image img{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.btn-img-curso:hover .overlay-color{
    background: #ca5400;
    
    -khtml-opacity: 0.79;
    -moz-opacity: 0.79;
    filter: alpha(opacity=79);
    opacity:0.79;
}


.btn-img-curso:hover .bg-btn-image img{

    filter: hue-rotate(-64deg) saturate(1.35) sepia(1) !important;
    -webkit-filter: hue-rotate(-64deg) saturate(1.35) sepia(1) !important;
    -moz-filter: hue-rotate(-64deg) saturate(1.35) sepia(1) !important;

    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
}



/* FIM HOME MAPA  */

/* HOME CURSOS */
.conteudo-home{
    min-height: 571px;
    position: relative;
}

#section-cursos-home{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    position: relative;
    left: 50%;
    top:0;
    transform: translate(-50%, 0);

}
#section-cursos-categoria {
    min-height: 400px;
}
#section-cursos-home h2, 
#section-cursos-categoria h2 {
    font-weight: 900;
}
.btn-curso {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    max-width: 400px;
    margin: 11px auto;
    color: gray;
    background-color: #dadada;
    border-color: #dadada;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
}
.btn-curso:hover {
    background-color: #ff8f05;
    border-color: #ff8f05;
}

.indicacao-ratinho .ratinho-desk {
    content: url(../img/ratinho-indico.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 283px;
}
.indicacao-ratinho .ratinho-mobile {
    content: url(../img/Banner_Ratinho_Indica.png);
    position: relative;
    bottom: -20px;
    padding: 0 !important;
}
/* FIM HOME CURSOS  */

/* TEMPLATE PAGE  */
.btn-edit i a:visited.post-edit-link, .btn-edit i a.post-edit-link {
    color: inherit;
}
/* FIM TEMPLATE PAGE  */

/* PAGE FRONT CURSO */
.section-validacao{
    position: relative;
    padding: 100px 0 50px 0;
    overflow: hidden;
    min-height: 450px;
    background: #FFFFFF;
}

#section-principal .background-main {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
#section-principal .btn-info-doc {
    border-color: #ff6c00;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #ff6c00;
    padding: 0px 11px;
    font-size: 24px;
}
#section-principal .btn-info-doc:hover {
    background-color: #ff6c00;
    color: white;
}
.seta-baixo:before {

    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-top: 23px solid #ff6c00;
    top: -2px;
    position: relative;
    clip-path: polygon(50% 0%, 100% 0, 50% 102%, 0 0);
    -moz-clip-path: polygon(50% 0%, 100% 0, 50% 102%, 0 0);
    -o-clip-path: polygon(50% 0%, 100% 0, 50% 102%, 0 0);
    -ms-clip-path: polygon(50% 0%, 100% 0, 50% 102%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 50% 102%, 0 0);
}
  
  #section-principal .card-header {
    border-bottom: none;
}
.card.sombra {
    border: none;
    border-radius: 0.9em;
}
button#btnEnviar {
    width: 300px;
    font-weight: 900;
    padding: 12px;
    font-size: 1.2em;
}

.bt-form-pagamento {
    background-color: #ff6c00;
    border-color: #ff6c00;
}

.bt-form-pagamento:hover {
    background-color: #d85b00;
    border-color: #d85b00;
}

.bt-form-pagamento:focus {
    box-shadow:0 0 0 0.2rem rgb(216, 92, 1);
}
.bt-form-pagamento:active {
    box-shadow:0 0 0 0.2rem rgb(216, 92, 1);
}

#promocional {
    background-color: white;
	background: white;
	color: #505050;
    border-radius: 5px;
    padding: 34px;
    box-shadow: 4px 6px 13px 0px rgba(0, 0, 0, 0.37);
}

#promocional.box-promo {
    background-color: white;
	background: white;
	color: #505050;
    border-radius: 5px;
    padding: 34px;
    box-shadow: 4px 6px 13px 0px rgba(0, 0, 0, 0.37);
}
#promocional.box-promo h1{
    font-weight: 700;
    line-height: 1.5;

}
#conteudo-promo .box-h1 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 14px 60px 8px 60px;
    border-radius: 0.5em;
    margin: auto auto 27px;
    max-width: 590px;
}

#conteudo-promo .precos .valor .preço-antigo, .btn-img-curso .preço-antigo{
    text-decoration-line: line-through;
    text-decoration-color: #ff6c00;
    font-weight: 900;
    color: #949494;
    font-size: 1.1rem;
}

#conteudo-promo .seta-h1 {
    position: absolute;
    right: 46%;
}
#conteudo-promo .seta-h1:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid;
}

#contador-regressivo {
    margin: 0px auto;
    max-width: 80%;
    position: relative;
    padding-top: 24px;
    display: flex;
}
#contador-regressivo .seconds .flip-clock-label, 
#contador-regressivo .minutes .flip-clock-label, 
#contador-regressivo .hours .flip-clock-label {
    left: 45px;
}
#contador-regressivo.cout-dias .hours .flip-clock-label {
    left: 65px;
}
#contador-regressivo.cout-dias .minutes .flip-clock-label {
    left: 52px;
}
#contador-regressivo .flip-clock-dot {
    background: #cccccc;
}
#contador-regressivo .flip-clock-divider .flip-clock-label {
    color:white;
    font-size: 1.2em;
    text-transform: uppercase;
}
.promo-relampago {
    background-color: #071f31;
    padding-block: 20px;
    position: relative;
    border-radius: 0.5em;
}
.txt-relampago {
    position: relative;
    z-index: 1;
}
#conteudo-promo .txt-relampago.text-center strong{
    color: #FF6C00;
    font-size: 1.4em; 
    display: inline-block; 
}
#conteudo-promo .titulo-curso {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.1em;
}
#conteudo-promo .titulos-promo span {
    font-weight: 900;
    color:#505050;
    text-transform: uppercase;
    font-size:1rem;
}
#conteudo-promo .titulos-promo h1 {
    font-weight: 900;
    color: #505050;
    line-height: 1.5;
}
#conteudo-promo .titulos-promo h2 {
    font-weight: 900;
    color: #505050;
    font-size: 1.5em;
    margin: 10px 0 16px 0;
}
#conteudo-promo .titulos-promo h3 {
    font-weight: 900;
    color: #FF6C00;
    font-size:1.4rem;
}

#conteudo-promo .precos{
    color:white;
    font-size: 1.48em;
    font-weight: 100;
    /* line-height: 1.4em; */
    letter-spacing: 0.1em;
}

#conteudo-promo .precos strong{
    font-size: 2.3em;
    color:#FF6C00;
    font-weight: 900;
    letter-spacing: 0.05em;  
}

#conteudo-promo .precos div .valor .val-promo.dest-parcela {
    font-size: 1.6em;
    color: #FF6C00;
    font-weight: 900;
}

#conteudo-promo .parcela {
    display: inline-block;
    font-weight: 900;
    color: #FF6C00;
    font-size: 1.2em;
}

#conteudo-promo .precos .promo-relampago .valor,
#conteudo-promo .precos .promo-relampago .parcelas {
    color: white;
}

#conteudo-promo .precos .valor {
    margin-bottom: 0;
    font-size: 0.75em;
    color:#505050;
}

#conteudo-promo .precos .parcelas {
    font-size: 0.8em;
    color:#505050;
    margin: 0px;
}
#conteudo-promo .precos .parcelas strong{
    font-size: 1.4em;
    text-decoration-line: underline

}
#conteudo-promo .precos .parcelas.dest-parcela span{
    font-weight: 900;
    color: #FF6C00;
}
#conteudo-promo .precos .parcelas.dest-parcela .cartao{
    font-weight: 800;
    color:#505050;
}
#conteudo-promo .precos .parcelas.dest-parcela .destaque-parcela{
    font-size: 2.1em;
}
#conteudo-promo .valor.layout-parcela{
    position: relative;
    color:#505050;
    font-size:1rem;
    font-weight: 700;
}
#conteudo-promo .precos .parcelas_destaque .sem-juros{
    font-size: 1.4em;
    color:#505050;
}
#conteudo-promo .precos .parcelas.dest-parcela .x{
    font-size: 1.3em;

}
#conteudo-promo .precos .parcelas.dest-parcela .preco-parcela {
    font-size: 2.1em;
}
#conteudo-promo .precos .parcelas.dest-parcela .preco-parcela .decimal{
    font-size: 0.7em;

}


#consulta-detran .box-t-curso-estado {
    background-color: #2c5c81;
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 10px 0px 1px 0;
    margin-bottom: 6px;
    border-radius: 0.5em;
}

#consulta-detran .seta-bl-estado {
    position: absolute;
    right: 46%;
    bottom: -19px;
    color: #2c5c81;
}
#consulta-detran .seta-bl-estado:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid;
}

#consulta-detran .t-curso-estado {
    text-transform: uppercase;
    font-weight: 600;
}
span.info-consulta {
    width: 300px;
    background-color: #efefef;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
    border-radius: 0.4em;
}

.info-consulta .fone {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    color: green;
}

.info-consulta .whats-link, .info-consulta .whats-link a{
    color: green;
}
.info-consulta .whats-link a strong {
    color: green;
    font-weight: 800;
    letter-spacing: 0.02rem;
    font-size: 1.1rem;
}
/* span.info-consulta{
    width: 300px;
    background-color: #e4e4e4;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: #28a745;
    line-height: 16px;
    border-radius: 0.4em;
} */

.info-consulta span{
    display:block;
} 
.info-consulta .fone-0800 {
    color: #ff6c00;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 0.9em;
    text-transform: uppercase;
    
}
.info-consulta .fone-0800 small {
    font-weight: 600;
    font-size: 0.7em;
}

.info-consulta .fone-0800 .fas.fa-phone {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    font-size: 0.8em;
}

.info-consulta .fone-whats a{
    color:#28a745;
    font-weight: 600;
    font-size: 1.7em;
}
.info-consulta .fone-whats a:hover{
    color:#165d26;
}

#consulta-detran .t-consulta-detran {
    background-color: #ff6c00;
    color: white;
    border-radius: calc(.9rem - 1px) calc(.9rem - 1px) 0 0;
}
#consulta-detran .sbt {
    font-size: 1em;
    color: #838282;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 0 0 0;
    letter-spacing: 1px;
}

#consulta-detran {
    margin: auto;
}

#consulta-detran .t-consulta-detran {
    text-align: center
}
#consulta-detran .t-consulta-detran .cab-inscreva {
    font-size: 1.8em;
    font-weight: 900;
    line-height: 1em;
    position: relative;
    top: 8px;
}

.selos-front-page{
    text-align: center;
}
.selos-front-page-footer .ico-cartoes-footer{
    width: 40px;

}
@media only screen and (max-width: 1280px) {
    .selos-front-page-footer{
        margin-left:164px;
    }
}
.selos-front-page .selos-front {
    width: 82px;
    margin-left: 2px;
}
.selos-front-page img{
    cursor:pointer;

}

.selos-front-page img:hover{
    filter: saturate(32%) invert(87%);
    -webkit-filter: saturate(32%) invert(87%);
    -moz-filter: saturate(32%) invert(87%);
    -o-filter: saturate(32%) invert(87%);
    -ms-filter: saturate(32%) invert(87%);
    
}
/* ***seção2** */
.diagonal-direita-mais {  
    -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); 
    -moz-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); 
    -o-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); 
    -ms-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); 
}
.diagonal-direita-menos {  
    -webkit-clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); 
    -moz-clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); 
    -o-clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); 
    -ms-clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); 
}
.diagonal-esquerda-mais {  
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); 
    -moz-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); 
    -o-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); 
    -ms-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); 
    width: 100%;
    height: 100%;
}


#section-banner .img-banner-1 { padding: 0; position: relative;}
#section-banner .img-sec-banner { width: 100%;}

#section-banner .txt-banner-1 {
    position: relative;
    z-index: 2;
} 
#section-banner .txt-banner-1 h3 {
    font-size: 2.5em;
    color: white;
    padding: 30px 50px;
    text-transform: uppercase;
}

/* ***seção 3*** */
#section-indice-satisfacao .txt-satisfacao {
    height: 202px;
    background-color: #ff6c00;
    overflow: hidden;
}

#section-indice-satisfacao .mapa {
    width: 279px;
    margin: 0 auto;
}

#section-indice-satisfacao .txt-satisfacao h3 {
    margin: auto;
    font-weight: 900;
    text-transform: uppercase;
    color:white;
    font-size: 2.5em;
    line-height: 1.2em;
}
#section-indice-satisfacao .txt-satisfacao h3 span {
    font-size: 1.12em;
}

#section-indice-satisfacao .indice-satisfacao .progress {
    height: 39px;
    border: solid 1px #bfbfbf;
}
#section-indice-satisfacao {
    background-color: white;
}
#section-indice-satisfacao .titulo-indice-2{
    margin-bottom: 15px;
}

#section-indice-satisfacao .indice-satisfacao .titulo-indice-2 span{
    font-weight: 700 !important;
}
#section-indice-satisfacao .indice-satisfacao .titulo-indice-2 small {
    font-size: 95%;
}
#section-indice-satisfacao .indice-satisfacao span {
    width: 140px;
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1em;
}

#section-indice-satisfacao .percent-number {
    position: absolute;
    font-weight: 900;
    font-size: 2.2em;
    left: 52%;
}

.indice-satisfacao .alinha-centro {
    width: 580px;
    margin: auto;
}

.indice-satisfacao .otimo,
.indice-satisfacao .otimo .progress-bar{
    color:green;
}
.indice-satisfacao .otimo .percent-number{
    color:#183e20;
}
.indice-satisfacao .regular,
.indice-satisfacao .regular .progress-bar{
    color:#d2a00c;
}
.indice-satisfacao .ruim,
.indice-satisfacao .ruim .progress-bar{
    color:#a72834;
}
#section-indice-satisfacao .indice-satisfacao .progress .progress-bar {
    font-weight: 900;
    font-size: 1.8em;
    position: relative;
    width: 0;
    opacity:0;
}
.indice-satisfacao .otimo, 
.indice-satisfacao .regular{
    margin-bottom: 8px; 
}
.indice-satisfacao .ruim {
    margin-bottom: 7px;
}

/* **seção 4** MELHOR CURSO*/
#section-melhor-curso .ico-curso{
    margin-bottom: 20px;
}
#section-melhor-curso span{
    display: inline-block;
}

/* **seção 5** MELHOR ATENDIMENTO*/
#section-melhor-atendimento{
    background-color: #ff6c00;
    color:white;
}

#section-melhor-atendimento h3{
    color: white;
}
#section-melhor-atendimento .img-banner-2{
    width: 100%;
}
#section-melhor-atendimento p {
    line-height: 1.2em;
}
#section-melhor-atendimento p strong {
    font-size: 1em;
}

#section-melhor-atendimento h3,
#section-melhor-atendimento p{
    line-height: 1.2em;
}
#section-melhor-atendimento strong {
    font-size: 1.7em;
}
.txt-banner-2 {
    height: 100%;
    margin: auto;
}

/* **seção 6** SOBRE O CURSO*/
#section-sobre-curso h4{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    width: 100%;
}
#section-sobre-curso .ico-box-info {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    display:none;
    background-color: #ff6c00;
    border-radius: 0.8em;
    padding: 17px 21px;
    color: white;
    position: absolute;
    z-index: 9999;
    
}

#section-sobre-curso .ico-box-info::before{
    content: url('../img/elementos/elemento-balao-laranja.png');
    position: absolute;
    top: -16px;
    left: 45%;
    transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
}
#section-sobre-curso .ico-box:hover .ico-box-info{
    display: block;
}

#section-sobre-curso .ico-sobre,
#section-melhor-curso .ico-curso{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
#section-sobre-curso .ico-box:hover .ico-sobre,
#section-melhor-curso .ico-box:hover .ico-curso {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

#section-sobre-curso .ico-box-info a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

/* ***SEÇÂO 9*** PERGUNTAS FREQUENTES*/

#section-perguntas-frequentes {
    background-color: #ececec;
    color:black;
}

.accordion .card {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}.accordion .card-header {
    background-color: transparent;
    padding: 2rem;
    border: none;
}.accordion.accordion-bordered .card {
    border-top: 1px solid #cecece;
    border-radius: 0
}.accordion.accordion-bordered .card:first-of-type {
    border-top: 0;
}.accordion h5 button {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    font-weight: 600;
    color: #565656;
    text-decoration: none;
}.accordion .btn-perguntas{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}.accordion .btn-perguntas:hover {
    color: #ff6c00;
    text-decoration: none;
    background-color: transparent;

}.accordion .btn-perguntas:visited {
    text-decoration: none;
}.accordion .btn-perguntas.focus, 
.accordion .btn-perguntas:focus {
    text-decoration: none;
}.accordion .card-body {
    padding: 10px 10px 15px 30px;
}.accordion .btn-perguntas {
    color: #d25900;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9em;
}.accordion .btn-perguntas.collapsed {
    color: #616161;
}
.accordion .btn-perguntas.collapsed:hover {
    color: #ff6c00;
}
.accordion .seta-perguntas {
    position: absolute;
    right: 7px;
    top: 40px;
    background-color: #ff6c00;
    color: white;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.accordion .seta-perguntas:before {
    position: relative;
    right: -3.6px;
    top: -1.1px;
}
.accordion .collapsed .seta-perguntas:before {
    right: -3.8px;
}
.accordion .collapsed .seta-perguntas {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
button#toggle-perguntas {
    background-color: #ff6c00;
    border-color: #ff6c00;
    font-weight: 600;
    padding: 9px 26px 9px 19px;
    font-size: 1.3em;
}
button#toggle-perguntas:focus {
    box-shadow:none;
}
#toggle-perguntas span {
    width: 23px;
    height: 23px;
    background-color: white;
    display: inline-block;
    border-radius: 35px;
    position: relative;
    top: 3px;
    margin-left: 3px;
    margin-right: 6px;
}
#toggle-perguntas span i {
    color: #ff6c00;
    position: relative;
    top: -1px;
    font-size: 1.1em;
}

/* ***SEÇÂO 10*** PASSO A PASSO */
#section-passo-a-passo {
    background-color: #FF6C00;
    color:white;
}
#section-passo-a-passo .ms-slide {
    opacity: 0.2;
}
#section-passo-a-passo .ms-slide.ms-sl-selected {
    opacity:1;
}

#section-passo-a-passo h3 {
    font-weight: 400;
}
#section-passo-a-passo .ms-slide-info h6 {
    position: absolute;
    top: -330px;
    left: 47%;
}
#section-passo-a-passo .ms-slide-info h4{
    font-size: 1.3em;
    font-weight: 700;
    color:white;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
#section-passo-a-passo .ms-slide-info p,
#section-passo-a-passo .ms-slide-info div{
    font-size: 1em;
    text-align: center;
}
#section-passo-a-passo .ms-slide .ms-slide-bgcont img {
    margin-top: -3px !important;
    margin-left: -8px !important;
}

/* #section-passo-a-passo .ms-container::before {
    border-bottom: solid 4px white;
    content: '';
    width: 80%;
    display: block;
    position: relative;
    top: calc(15vw / 2);
    margin: auto;
} */
#section-passo-a-passo .ms-staff-carousel .ms-nav-next,
#section-passo-a-passo .ms-staff-carousel .ms-nav-prev {
    background-image: url(../img/seletor.png);
    background-color: #ff6c00;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-position: 0px;
    margin-top: -32px;
   
}
#section-passo-a-passo .ms-staff-carousel .ms-nav-next {
    right: -135px;
}
#section-passo-a-passo .ms-staff-carousel .ms-nav-prev {
    left: -135px;
    transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
}

/* ***SEÇÂO 11*** DEPOIMENTOS*/
#section-depoimentos .ms-staff-carousel.ms-round .ms-slide-bgcont {
    border: solid 8px #ff6c00;
}

/* ***SEÇÂO 12*** NEWSLLATER*/
#section-newslatter {
    background-color:#335c6f;
    color:white;
}
#section-newslatter .form-newslatter-home{
    margin: auto;
}
#section-newslatter .container-botao{
    text-align: center
}
#section-newslatter button{
    width: 367px;
    height: 53px;
    margin-bottom: 36px;
    margin-top: 16px;
    letter-spacing: 0.2em;
    font-weight: 700;
}


/* ***SEÇÂO 13*** CONTATO*/

#section-contato-curso {      
    background-color: #ff6c00;
    color:white;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 680px;  
    background-image: url(../img/img-contato-gradiente.jpg);
    background-size: contain;
}
#section-contato-curso span {
    display: inline-block;
    width: 100%;
}
#section-contato-curso .h-atendimento button {
    width: 200px;
}
#section-contato-curso .canais-atendimento span {
    font-size: 1.8em;
    font-weight: 700;
}
#section-contato-curso .canais-atendimento span.email {
    font-size: 1.3em;
    font-weight: 400;
}
span.email{
    font-size: 1.3em;
    font-weight: 400;
}
#section-contato-curso .online{
    color: #4ee671;
}
#section-contato-curso .offline {
    color: #cc0000;
}
#section-contato-curso a {
    color: white;
}
#section-contato-curso .cont-contato {
    padding-top: 5em;
}


/* FIM PAGE FRONT ESTADO */

/* PAGE INSCRIÇÃO */
#frmInscricao .mod-obtigado{
    text-align: center;
}
#frmInscricao .mod-obtigado span{
    position: relative;
    bottom: 5px;
}
#frmInscricao .mod-obtigado i{
    font-size: 32px;
    position: relative;
    top: 7px;
}
#frmInscricao span.obrigatorio {
    color: red;
}
#frmInscricao input {
    padding-left: 10px;
}
#frmInscricao .campos-flex {
    padding-left: 6px;
    padding-right: 6px;
}
#frmInscricao #captcha {
    width: 230px;
}
#dados-pessoais hr{
    width: 100%;
    border-color: #dfdfdf;
    margin-top: 0px;
}
#termos .list-group-item {
    padding: 2px;
    font-size: 14px;
    font-style: italic;
}
#termos ul.list-group.list-group-flush {
    padding-left: 17px;
}
#reconhecimento-facial h4{
    text-align: left;
}
#reconhecimento-facial #results {
    height: 251.25px;
    width: 335px;
    background-color: #525252;
    margin: 0 auto;
}
#reconhecimento-facial #my_camera {
    height: 251.25px;
    width: 335px;
    margin: 0 auto;
    position:relative;
}
#reconhecimento-facial .webcam {
    text-align: center;
}
#reconhecimento-facial .webcam button{
    margin-top:15px;
}
#reconhecimento-facial .container-cam {
    position: relative;
    margin: 0 auto;
}
#reconhecimento-facial .mascara-cam {
    position: absolute;
    z-index: 2;   
    width: 335px;
}
#reconhecimento-facial .mascara-cam.hidden-desc {
   display:none; 
}
.destaque {
    font-weight: 700;
}
#check-outros .custom-control-label::before{
    margin-left: 4px;
    border: solid 1px #ced4da;
}
#check-outros .custom-control-label::after{
    left: -1.28rem;
}
/* PAGAMENTO */
#font-pagamento .bandeiras{
	display: inline-block;
	width: 100%;
}
#font-pagamento .precos {
    line-height: 0.8em;
    font-size: 1.8em;
}
#font-pagamento .precos .valor .preço-antigo{
    text-decoration-line: line-through;
    text-decoration-color: #ff6c00;
    font-weight: 700;
    color: #949494;
}
.alert-desconto {
    text-align: center;
    font-size: 2em;
}

.preco-promo, .total-parcelas {
    color: #ff6c00;
    font-size: 1.2em;
    font-weight: 900;
}

#font-pagamento .precos strong{
    color: #ff6c00;
    font-weight: 900;
}
#font-pagamento .precos .parcelas {
    font-size: 0.8em;
}
.bandeiras.selecionavel a {
    cursor: pointer;
}
.bandeiras.selecionavel a:hover{
	background-color:#ddd !important;	
}
.bandeiras.selecionavel a.selected{
	background-color: #ffda31 !important;
    border-radius: 4px;
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.26);
}
#font-pagamento .bandeiras a {
    color: #fff;
    /* cursor: pointer; */
    display: inline-block;
    float: left;
    height: 51px;
    width: 69px;
    margin: 0;
    /* text-indent: -1000em; */
    box-sizing: border-box;
    text-align: center;
}
.txt-boleto-itau {
    position: relative;
    bottom: 10px;
}
.logo-visa {
    background: url(../img/pagamentos/visa.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-itau {
    background: url(../img/pagamentos/itau.svg);
    background-repeat: no-repeat;
    background-position: 9px 5px;
    display: inline-block;
    width: 50px;
    height: 36px;
}

.logo-master {
    background: url(../img/pagamentos/master.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-amex {
    background: url(../img/pagamentos/amex.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-diners {
    background: url(../img/pagamentos/diners.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-elo {
    background: url(../img/pagamentos/elo.svg) no-repeat!important;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 9px;
}

.logo-aura {
    background: url(../img/pagamentos/aura.svg) no-repeat!important;
    background-position: 50% 50%;
    display: inline-block;
    width: 42px;
    height: 50px;
    position: relative;
    top: 11px;
}


.logo-hipercard {
    background: url(../img/pagamentos/hipercard.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}
 .logo-boleto{
    background: transparent url(../img/pagamentos/boleto-itau.png) center no-repeat;
    display: inline-block;
    width: 70px;
    height: 50px;
    background-size: 62px;
}
/*
.bandeiras #boleto-itau{
	background:transparent url("../img/pagamentos/boleto-itau.png") no-repeat scroll 9px 12px / 90px auto;
	width: 104px !important;
}
.bandeiras #shopline{
	background:transparent url("../img/pagamentos/boleto-itau.png") no-repeat scroll 9px 12px / 90px auto;
	width: 125px !important;
}
.bandeiras #itau{
	background:transparent url(../img/pagamentos/itau.png) left top no-repeat;
}
.bandeiras #visa{
	background:transparent url(../img/pagamentos/visa.png) left top no-repeat;
}
.bandeiras #visa_eletron{
	background:transparent url(../img/pagamentos/visa_eletron.png) left top no-repeat;
}
.bandeiras #mastercard{
	background:transparent url(../img/pagamentos/mastercard.png) left top no-repeat;
}
.bandeiras #diners{
	background:transparent url(../img/pagamentos/dinners.png) left top no-repeat;
}
.bandeiras #elo{
	background:transparent url(../img/pagamentos/elo.png) left top no-repeat;
}
.bandeiras #pagseguro{
	background:transparent url(../img/pagamentos/pagseguro.png) left top no-repeat;
}
.bandeiras #amex{
	background:transparent url(../img/pagamentos/amex.png) left top no-repeat;
}
.bandeiras #aura{
	background:transparent url(../img/pagamentos/aura.png) left top no-repeat;
}
.bandeiras #hiper{
	background:transparent url(../img/pagamentos/hiper.png) left top no-repeat;
}
.bandeiras #hipercard{
	background:transparent url(../img/pagamentos/hipercard.png) left top no-repeat;
}
.bandeiras #pague-depois{
	background:transparent url(../img/pagamentos/paguedepois.png) left top no-repeat;
} */
/* #font-pagamento .bandeiras a:hover{
	background-color:#ddd !important;	
}
#font-pagamento .bandeiras a.selected{
	background-color: #ffda31 !important;
    border-radius: 4px;
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.26);
} */
/* FIM PAGE INSCRIÇÃO */


/* FOOTER - RODAPÉ */

#footer-site{
    background-color: #525252;
    width: 100%;
    position: relative;
    bottom:0;
    left:0;
    color:white;
    text-align: center
}
#footer-site .footer-direitos{
    background-color: #383838;
    font-size: 15px;
}
.footer-endereco{
    font-size: 13px;
}

#footer-site h4{
    font-size:1.1em;
    margin-bottom: 30px;
}

#footer-site #gera-certificado input {
    width: 257px;
    border-radius: 0;
    background-color: transparent;
    color: white;
    padding: 5px 61px;
}
#footer-site #gera-certificado input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
#footer-site #gera-certificado input::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
#footer-site #gera-certificado input:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
#footer-site #gera-certificado input:-moz-placeholder { /* Firefox 18- */
    color: white;
}
#footer-site #cpf-certificado {
    width: 257px;
    border-radius: 0;
    color: #ff6c00;
    font-weight: 700;
    padding: 6px 0;
}
#footer-site #btn-suporte {
    width: 257px;
    border-radius: 0;
    color: white;
    font-weight: 700;
    padding: 6px 0;
}
#footer-site .ico-cartoes-footer {
    width: 50px;
}
#footer-site .ico-social {
    width: 35px;
}

#section-contato{      
    background-color: #ff6c00;
    color:white;
    background-repeat: no-repeat;
    background-position: right;
}
#section-contato .titulo{
    background-color: #ffb818;
    color:black;
}
#section-contato .titulo h2{
    font-weight: 900;
}
#section-contato .conteudo span{
    display: inline-block;
}
#section-contato .conteudo .contato{
    font-size: 1.8em;
    font-weight: 900;
    letter-spacing: 0.1em
}
#section-contato .conteudo .atendimento{
    font-size: 1.1em;
    letter-spacing: 0.1em
}

/* #cupom .card-body {
    background-color: #f5da9e;
} */
#cupom_validar{
    margin-left:5px;
    font-weight:bold;
    position:relative;
    top:11px;
}

.block-cupom {
    font-size: 1.2em;
    padding-left: 3px;
    color: #ff6c00;
}
#modal-nao-va .modal-content {
    background-color: #232323;
    border-radius: 0.4em !important;
    border: solid 2px #ffad01;
    color: white;
}
#modal-nao-va .close {
    text-align: right;
    padding-right: 16px;
    padding-top: 7px;
}
#modal-nao-va .close span {
    color: white;
}
#modal-nao-va .modal-header {
    border: none;
    padding: 18px;
    font-size: 1.5em;
    font-weight: 700;
    background-color: #ff7404;
    width: 93%;
    border-radius: 0 0.5em 0.5em 0;
    line-height: 1.2em;
    position: relative;
}

/*IZIMODAL*/
#modal-prospect.prospect-2 {
    background-color: #232323;
    height: 301px !important;
    border-radius: 0.4em !important;
    border: solid 2px #ffad01;
    color: white;
}
#modal-prospect.prospect-1 {
    background-color: #232323;
    border-radius: 0.4em !important;
    border: solid 2px #ffad01;
    color: white;
}
#modal-nao-vai-embora,
#modal-prospect {
    border-radius: 0.4em !important;
}
#modal-nao-vai-embora .modal-body,
#modal-prospect.prospect-2 .modal-body{
    width: 438px;
}
#modal-prospect.prospect-2 .titulo {
    padding: 18px;
    font-size: 1.5em;
    font-weight: 700;
    background-color: #ff7404;
    width: 377px;
    border-radius: 0 0.5em 0.5em 0;
    line-height: 1.2em;
    position: relative;
    right: 18px;
}
#modal-prospect.prospect-1 .titulo {
    padding: 18px;
    font-size: 1.5em;
    font-weight: 700;
    background-color: #ff7404;
    border-radius: 0 0.5em 0.5em 0;
    line-height: 1.2em;
    position: relative;
    right: 18px;
}
#modal-prospect.prospect-1 .retorno_detran {
    font-weight: 300;
    font-size: 0.9em;
}
#modal-prospect.prospect-2 .msg {
    font-size: 1.2em;
    padding: 25px 38px 5px;
}
#modal-prospect.prospect-1 .msg {
    font-size: 1em;
    padding: 12px 15px;
}
#modal-prospect .enviar-cel, #modal-prospect .enviar-docs {
    position: relative;
    bottom: 16px;
    width: 300px;
}
#modal-prospect .fa-hand-point-left {

    color: #ffb20c;
    font-size: 2.0em;
    position: absolute;
    bottom: 4px;
}
#modal-prospect #fone_cel, #modal-prospect .input-prospect  {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: inherit;
    color: white;


}
#modal-prospect #fone_cel:focus, #modal-prospect .input-prospect:focus {
    border-bottom-color: #ffad01;
    outline-color: transparent;
}
#modal-prospect .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #ff7404;
}
#modal-prospect .msg {
    font-size: 1.2em;
    padding: 10px 38px;
}
#modal-prospect .celular {

    position: relative;
    top: 2px;
}

#modal-prospect.prospect-2 .iziModal-wrap{
    background-image: url(../img/img_atendente_pop_up.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    height: 297px !important; 
    border-radius: 0.4em !important;
}

#modal-nao-vai-embora .iziModal-wrap,
#modal-prospect .iziModal-wrap {
    border-radius: 0.4em !important;
}

#modal-nao-vai-embora .iziModal-content section button, 
#modal-prospect .iziModal-content section button{
background: #28CA97;
color: white;
margin: 0;
border: 0;
cursor: pointer;
width: 50%;
float: left;
}
#modal-nao-vai-embora .iziModal-content section button:hover, 
#modal-prospect .iziModal-content section button:hover{
    opacity: 0.8;
}
#modal-nao-vai-embora .iziModal-content section button:nth-child(1), 
#modal-prospect .iziModal-content section button:nth-child(1){
    border-radius: 3px 0 0 3px;
    background: #aaa;
}
#modal-nao-vai-embora .iziModal-content section button:nth-child(2), 
#modal-prospect .iziModal-content section button:nth-child(2){
    border-radius: 0 3px 3px 0;
}
#modal-nao-vai-embora .iziModal-content .icon-close, 
#modal-prospect .iziModal-content .icon-close{
    background: #FFF;
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
    z-index: 999;
}



.bk-convert {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.93);
    z-index: 999;
    position: absolute;
    top: 0;
}

/* PROMO */
#sticky-container {
    position: relative;
}
.balao-promo-cupom{
    width: 375px;
    height: 169px;
    bottom: 0;
    right: 8px;
    overflow: hidden;
    z-index: 1500;
    margin: -179px 0 10px 10px;
    border-radius: .35rem;
    box-shadow: none;
    position:sticky;
    bottom:0;
    float:right;
}
.balao-promo-cupom.anima-flutuante{
    box-shadow: none;
    position:sticky;
    background-color: white;
}
.balao-promo-cupom .preco{
    font-size: 2em;
    font-weight: 800;
    color: #ff3d00;
    line-height: 1.1em;
}
.balao-promo-cupom .clique{
    color: #ff3d00;
    font-weight: 800;
}
.balao-promo-cupom .btn-cupom{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    display: inline-block;
}
.balao-promo-cupom .msg1 {
    padding-top: 24px;
    font-size: 1.05em;
}
#txtCupom {
    color: #ec6400;
    font-weight: 800;
}
.balao-promo-cupom .btn-cupom:hover{
transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
}
.balao-promo-cupom .cont-colemar{
    position: absolute;
    bottom: 0;
    right: 0;
}
.conteudo-gif {
    position: absolute;
    bottom: 0;
    height: 119px;
    width: 100%;
    z-index: -1;
    background-color: #f3d48f;
    background: linear-gradient(45deg, rgba(232,173,39) 0%,rgba(255,255,255,1) 117%);
    -webkit-background: linear-gradient(45deg, rgba(232,173,39) 0%,rgba(255,255,255,1) 117%);
    -moz-background: linear-gradient(45deg, rgba(232,173,39) 0%,rgba(255,255,255,1) 117%);
    -o-background: linear-gradient(45deg, rgba(232,173,39) 0%,rgba(255,255,255,1) 117%);
    -ms-background: linear-gradient(45deg, rgba(232,173,39) 0%,rgba(255,255,255,1) 117%);
}
.conteudo-gif p {
    padding: 15px 145px 7px 10px;
    text-align: center;
    height: 100%;
    font-size: 1.05em;
    line-height: 1.4em;
}
a.btn-cupom {
    margin-top: 5px;
    font-size: 1.1em;
}
a#btClose {
    position: absolute;
    right: 2px;
    z-index: 999;
    color: #6f6f6f;
    top: -3px;
}
.sompra-balao{
    width: 375px;
    height: 119px;
    border-radius: .35rem;
    position: sticky;
    float: right;
    right: 8px;
    bottom: 0;
    margin: -129px 0 10px 10px;
}
.sompra-balao.anima-flutuante{
    margin: -129px 0 10px 10px;
    position:sticky;
    z-index: 0;
}
.msg-uso {
    position: relative;
    left: -35px;
    top: 13px;
    font-size: 0.8em;
    color: #87817d;
}
.msg-uso strong {
    font-size: 1.3em;
}
.msg-uso .txtprimeiro {
    bottom: 10px;
    position: relative;
    right: 28px;
}

/* ANIMAÇÃO */

.wobble-hor-bottom {
    animation: wobble-hor-bottom 0.8s both;
    -moz-animation: wobble-hor-bottom 0.8s both;
    -o-animation: wobble-hor-bottom 0.8s both;
    -ms-animation: wobble-hor-bottom 0.8s both;
	-webkit-animation: wobble-hor-bottom 0.8s both;
}
.anima-flutuante {
    -webkit-animation: floating 6s ease-in-out infinite;
    -moz-animation: floating 6s ease-in-out infinite;
    -o-animation: floating 6s ease-in-out infinite;
    -ms-animation: floating 6s ease-in-out infinite;
    animation: floating 6s ease-in-out infinite;
    -webkit-box-shadow: -10px 10px 25px rgba(0,0,0,0.2);
    -moz-box-shadow: -10px 10px 25px rgba(0,0,0,0.2);
    -o-box-shadow: -10px 10px 25px rgba(0,0,0,0.2);
    -ms-box-shadow: -10px 10px 25px rgba(0,0,0,0.2);
    box-shadow: -10px 10px 25px rgba(0,0,0,0.2);
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.shake-preco {
	-webkit-animation: shake-preco 3s  infinite ease-in-out;
	        animation: shake-preco 3s  infinite ease-in-out;
}

.kenburns-top {
	-webkit-animation: kenburns-top 30s ease-out infinite both;
	        animation: kenburns-top 30s ease-out infinite both;
}
.val-promo{
    display:inline-block;
}
.kenburns-top {
	-webkit-animation: kenburns-top 20s ease-out infinite both;
	        animation: kenburns-top 20s ease-out infinite both;
}
.anima-atencao {
	-webkit-animation: anima-atencao 0.8s 1s 2 both;
	        animation: anima-atencao 0.8s 1s 2 both;
}
.bounce-in-right {
	-webkit-animation: bounce-in-right 1.1s 1s both;
	        animation: bounce-in-right 1.1s 1s both;
}
.kenburns-bottom {
	-webkit-animation: kenburns-bottom 600ms ease-out both;
	        animation: kenburns-bottom 600ms ease-out both;
}

/* ZENVIA CHAT*/

.znv-float-button {
    right: initial !important;
    width: 198px !important;
    border-radius: 5em !important;
    left: 40px;
    padding-right: 31px;
    padding-left: 33px;
    bottom: 12px !important;
}
.znv-float-button:before {
    content: "Posso te Ajudar?";
    color: white;
    font-weight: 700;
    position: relative;
    left: 52px;
    top: 5px;
    text-transform: uppercase;
}
.znv-chat-container {
    right: initial !important;
    left: 40px;
}
.znv-chat .znv-float-button {
    background-image: url(../img/Avatar-64x64-png.png) !important;
}


@-webkit-keyframes kenburns-bottom-out {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 84%;
              transform-origin: 50% 84%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(15px);
              transform: scale(1.25) translateY(15px);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
    }
  }
  @keyframes kenburns-bottom-out {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 84%;
              transform-origin: 50% 84%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(15px);
              transform: scale(1.25) translateY(15px);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
    }
  }
  


@-webkit-keyframes shake-preco {
    0%,
    33%,
    66%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    38%{
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    48%,
    58% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    63% {
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
    }
    43%,
    53% {
        -webkit-transform: rotate(-4deg);
                transform: rotate(-4deg);
    }
  }
  @keyframes shake-preco {
    0%,
    33%,
    66%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    38%{
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    48%,
    58% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    63% {
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg);
    }
    43%,
    53% {
        -webkit-transform: rotate(-4deg);
                transform: rotate(-4deg);
    }
  }
  

@-webkit-keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }
  @keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }


@-webkit-keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }
  @keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 16%;
              transform-origin: 50% 16%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(-15px);
              transform: scale(1.25) translateY(-15px);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
  }

  @keyframes floating { 
    0%,100%{ 
        /* -webkit-box-shadow:-5px 5px 15px rgba(0,0,0,0.3);
        box-shadow:-5px 5px 15px rgba(0,0,0,0.3);-webkit-transform:translatey(0); */
        -moz-transform:translatey(0);-o-transform:translatey(0);-ms-transform:translatey(0);/* transform:translatey(0); */
    }
    50%{
        /* //-webkit-box-shadow:-5px 25px 25px rgba(0,0,0,0.1);
        //box-shadow:-5px 25px 25px rgba(0,0,0,0.1); */
        -webkit-transform:translatey(-20px);-moz-transform:translatey(-20px);
        -o-transform:translatey(-20px);
        -ms-transform:translatey(-20px);
        transform:translatey(-20px); 
    }
}

 @-webkit-keyframes anima-atencao {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  @keyframes anima-atencao {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }

@-webkit-keyframes bounce-in-right {
    0% {
      -webkit-transform: translateX(600px);
              transform: translateX(600px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateX(68px);
              transform: translateX(68px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateX(32px);
              transform: translateX(32px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-right {
    0% {
      -webkit-transform: translateX(600px);
              transform: translateX(600px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateX(68px);
              transform: translateX(68px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateX(32px);
              transform: translateX(32px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }

  @-webkit-keyframes kenburns-bottom {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 84%;
              transform-origin: 50% 84%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(15px);
              transform: scale(1.25) translateY(15px);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
    }
  }
  @keyframes kenburns-bottom {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      -webkit-transform-origin: 50% 84%;
              transform-origin: 50% 84%;
    }
    100% {
      -webkit-transform: scale(1.25) translateY(15px);
              transform: scale(1.25) translateY(15px);
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
    }
  }
  

  /* BLOG */
  .tagcloud a {
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px!important;
    margin-bottom:10px
  }

  h2.t-blog-all a {
    color: #de7d25;
}
.content-blog-posts{
    padding: 17px;
}
.bt-blog-mais {
    background-color: #de7d25;
    padding: 10px;
    color: white;
    font-weight: 700;
}

a.bt-blog-mais:visited {
    color:white; 
}

a.post-thumbnail.thumb-list-blog {
    width: 203px;
    float: left;
    position: relative;
    margin-top: 30px;
    margin-right: 19px;
}
  h2.t-blog-all {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.8em;
    background-color: #f1f1f1;
    padding: 36px;
}
  
  .tagcloud {
    margin-bottom: 50px;
  }
  .tagcloud:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .tagcloud a {
    margin-left:15px;
    margin-right:10px;
    padding:0 10px 0 12px;
    color:#fff!important;
    background:#bababa;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
  }
  
  .tagcloud a:before {
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #bababa transparent transparent;
    border-style:solid;
    border-width:12px 12px 12px 0;
  }
  
  .tagcloud a:after {
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #666;
    -webkit-box-shadow:-1px -1px 2px #666;
    box-shadow:-1px -1px 2px #666;
  }
  
  .tagcloud a:hover{background:#666;}
  .tagcloud a:hover:before{border-color:transparent #666 transparent transparent;}

  
  .hentry {
    margin: 0 0 2em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1em;
  }

  .btn-destaque-blog {
    background-color: #ffc346;
    border-color: #ffc346;
    white-space: normal;
    color: black;
    font-weight: 600;
    width: 100%;
    padding: 17px 10px;
  }
  .btn-destaque-blog:visited {
    color: black;
  }
  
/*DATAS COMEMORATIVAS*/
#lnk-logo {
    position: relative;
}
img.october {
    width: 45px;
    position: absolute;
    right: -1px;
    top: 35px;
    transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
img.novembro-azul {
    width: 40px;
    position: absolute;
    right: -1px;
    top: 35px;
    transform: rotate(-23deg);
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.navbar-pequena img.novembro-azul {
    width: 30px;
}

#primary-menu.navbar-pequena img.october {
    width: 30px;
    right: 0;
}

.box-october-pink {
    background: #bb6074;
    color: #fff;
    width: 360px;
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
    max-width: 100%;
}

a.lnk-modal {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

/* BLOG */

#comments {
    border: solid 1px #e6e6e6;
    padding: 37px 0;
    background-color: #f7f7f7;
}
ol.comment-list {
    margin-top: 35px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
ol.children {
    padding-left: 0px;
    list-style: none;
}
ol.children li.comment {
    padding-left: 18px;
}
ol.children li.comment:nth-child(odd) {
    background-color: #f7f7f7;
}
h2.comments-title {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    padding:0 37px;
}
h2.comments-title span {
    font-weight: 400;
    font-style: italic;
}
.comment-list li.comment:nth-child(odd) {
    background-color: white;
}
.comment-list li.comment {
    padding: 32px 0 32px 37px;
}
div#respond {
    padding: 30px 35px 0;
}
p.comment-notes {
    font-size: 0.9em;
}

.lgpd-consulta label {
    font-size: 0.8rem;
    position: relative;
}
.lgpd-consulta label a {
    text-decoration: underline;
    color: #9a9a9a;
}
.termo_lgpd_insc label a {
    text-decoration: underline;
    color: #8c8c8c;
}

.lgpd-consulta .custom-control-label::before, .lgpd-consulta .custom-control-label::after {
    top:2px;
}

#cookieModal .politica {
    font-weight: 600;
    text-decoration: underline;
}
#cookieModal.disclaimer-container {
	background-color: #555;
    color: #fff;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
}
#cookieModal.disclaimer-container.show {
  display: block;
}
#cookieModal.disclaimer-container .disclaimer-text {
	padding: 8px;
}
#cookieModal.disclaimer-container .disclaimer-text p {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  text-align: center;
}
#cookieModal.disclaimer-container .disclaimer-text p span:before {
  color: #fff;
}
#cookieModal.disclaimer-container .disclaimer-text p a {
  color: #fff;
}
#cookieModal.disclaimer-container .disclaimer-button {
  background-color: #ddd;
  color: #555;
  cursor: pointer;
  display: inline-block;
  margin-left: 16px;
  padding: 2px 8px;
}
#cookieModal.disclaimer-container .disclaimer-button:hover {
  background-color: #ad0f5b;
  color: #fff;
}

.precos .sel_uf_preco
{
    color: #505050;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: normal;
}

.precos .sel_uf_preco .destaque
{
    font-size: 1.3em;
    font-weight: 900;
}

.card-header .info-seguranca
{
    font-weight: 700;
    color: #a75d28;
}

.card-header .h3.titulo
{
    font-weight: 600;
}

#section-prova {
    background-color:#eee;
}
  
/* Roulette */

@import url('https://fonts.googleapis.com/css?family=Material+Icons|Work+Sans:400,700,900');

.roulette{
 
    font-family: 'Work Sans', sans-serif;

    display: block;

    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -1 * 400px * .5;
    margin-left: 450px;
}

.roulette .shadow{
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    border-radius: 50%;
    box-shadow: 0 .3em 0 rgba(0,0,0,.25) inset;
  }

.roulette .markers{
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    top: -1px; left: -1px;
    right: -1px; bottom: -1px;
    overflow: hidden;
    border-radius: 100%;
} 

.roulette .markers .marker{
      position: absolute;
      width: 0;
      height: 0;
      top: 0px; 
      left: 400px;
      transform-origin: 0% 200px;
      border: 0 solid transparent;
}

.roulette .markers .triangle{
      width: 0;
      height: 0;
      
      border-style: solid;
      border-width: 1em 0 1em 1em;
      border-color: transparent transparent transparent #007bff;
      position: absolute;
      border-left-color: #FFF;
      top: 50%;
      left: -1px;
      margin-top: -1em;
      filter: drop-shadow(0 0.25em 0 rgba(0, 0, 0, 0.25));
}

.spinner{
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    transform: rotateZ(0deg);
    /*performance boost*/
    backface-visibility: hidden;
}
    
    .spinner .item{
        width: 400px;
        height: 400px;
      position: absolute;
      width: 0;
      height: 0;
      top: -200px; 
      left: 200px;
      transform-origin: 0% 400px;

      border: 0 solid transparent;
    } 
      .spinner .item .label{
        display: block;
        position: absolute;
        color: #FFF;
        font-weight: 800;
        top: -8px;
        left: -20px;
        white-space: nowrap;
        transform-origin: 0 0;
        font-size: .8em;
      }

        .spinner .item .label i, .spinner .item .label .text{
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          font-size: 1em;
          text-indent: 0;
        }

        .spinner .item .label i{
          margin-right: 0.1em;
        }
  
  .button{
    width: 10em;
    height: 10em;
    line-height: 10em;
    top: 50%;
    left: 60%;
    margin-left: -5em;
    margin-top: -5em;
    font-weight: 800;
    z-index: 998;
    position: absolute;
    background: #FFF;
    border: none;
    border-radius: 100%;
    color: #999;
    outline: none;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 .4em 0 rgba(0,0,0,.25);;
    text-align: center;
    transition: transform 0.15s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .button:hover{
    color: inherit;
  }
  
  .button span{
    font-size: 1.6em;
    letter-spacing: -0.05em;
  }
  
  .busy .button{
    transform: scale(0.9);
    box-shadow: 0 .15em 0 rgba(0,0,0,.25);
    color: #999;
    cursor: default;
  }
    

  @media screen and (max-width: 1200px){
    .button{ 
        left: 50%;
    }
  }

  @media screen and (max-width: 992px){
    .button{ 
        left: 120%;
    }
  }
  @media screen and (max-width: 773px){
    .button{ 
        left: 80%;
    }
  }

  @media screen and (max-width: 576px){
    .button{ 
        left: 40%;
    }
  }

  @media screen and (max-width: 576px){
    a.btn-go-back{ 
        float: none;
        margin: auto;
    }
  }
.indicacao-ratinho{
    display: none;
}

.ms-info a{color: white !important; font-weight: bold;}