[calltrack]{display: none}
.menu_mobile{display: none;}
.no-menu_mobile{display: block;}
@font-face{
    font-family:'FontAwesome';
    src:url('../plugins/font-awesome-4.1.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('../plugins/font-awesome-4.1.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('../plugins/font-awesome-4.1.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('../plugins/font-awesome-4.1.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('../plugins/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('../plugins/font-awesome-4.1.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family: 'Roboto';
    src:url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.woff2") format("ttf"),
        url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Medium';
    src:url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Bold';
    src:url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Gotham_Book_Regular';
    src:url("../fonts/Gotham_Book_Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham_Book_Regular.woff") format("woff"),
    url("../fonts/Gotham_Book_Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Gotham_Bold';
    src:url("../fonts/Gotham_Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham_Bold.woff") format("woff"),
    url("../fonts/Gotham_Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}


/* Padronizar estilos de fonte */
body {
    font-family: 'Roboto';
    color: #6d6d6e;
    font-size: 14px;
}

input,
select {
    font-family: 'Roboto';
    outline: none !important;
}

.d-inline {
    display: inline;
}

.d-flex {
    display: flex;
    align-items: center;
}

.texto-sublinhado {
    text-decoration: underline;
}   

.display-none {
    display: none !important;
}

.v-top {
    vertical-align: top;
}

.custom-select {
    background: #fff url("../imgs/select-arrow.png") no-repeat right 5px center;
    padding-right: 20px;
}

.cart-p {
    padding: 3px;
    background-color: #24537e;
    color: white;
    border-radius: 2px;
}

.pos-rel {
    position: relative;
}

.send-sucess {
  font-size: 15px;
  color: #4aba58;
  text-align: center;
  border: 1px solid #4aba58;
}

.send-sucess i {
  font-size: 25px;
  color: #4aba58;
  margin-right: 10px;
}

.send-error {
  font-size: 15px;
  line-height: 20px;
  color: #ff0033;
  text-align: center;
  border: 1px solid #ff0033;
}

.send-error i {
  font-size: 20px;
  color: #ff0033;
}

.tbl-carrinho {
    border: 1px solid #dee2e6;
    border-top: transparent;
    width: 99%;
    border-collapse: inherit;
}

.tbl-carrinho td, .tbl-carrinho th {
    vertical-align: middle !important;
}

.tbl-carrinho p {
    margin-bottom:  0 !important;
}

.width-95 {
    width: 95% !important;
    max-width: 95% !important;
}

.linha-tbl-carrinho {
    font-weight: bold;
    background-color: #98cc58;
    color: #fff;
}

.icone-lixeira {
    font-size: 20px;
    color: rgb(249, 98, 98)!important;
    font-weight: bold;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.icone-lixeira:hover {
    background: rgb(249, 98, 98)!important;
    color: #fff !important;
    border-radius: 25%;
    -wekbit-border-radius: 25%;
    -moz-border-radius: 25%;
    padding: 5px;
}

.btns-plus-cart {
    color: #6d6d6e;
    font-size: 12px;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    background-color: #dee2e6;
    margin: 2px 1px;
    cursor: pointer;
}

.btn-qtde-cart {
    width: 50px;
    text-align: center;
}

.box-cadastro-usuario {
    padding: 20px;
    border: 1px solid #dee2e6;
}

.texto-titulo-cadastro {
    font-family: 'Roboto';
    margin-top: 30px;
    border: 1px solid #dee2e6;
    width: 100%;
    padding: 10px 20px;
}

#cardh {
    display: none;
    font-size: 10px;
    border-radius: 2px;
    bottom: -13px;
    position: absolute;
    left: 25px;
    text-align: center;
    line-height: 14px;
    min-width: 14px;
}


.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: .5;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  opacity: .5;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
  opacity: .5;
}

.form-control:-moz-placeholder { /* Firefox 18- */
  opacity: .5;
}

.passo-2, .passo-3, .passo-4 {
    display: none;
}

#carregador {
    padding-right: 0;
    border: #6a6a6a 1px solid;
    display: block;
    padding-left: 0px;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    padding-bottom: 16px;
    margin:  0 auto;
    width: 130px;
    color: #000000;
    padding-top: 10px;
    font-family: 'Roboto';
    background-color: #ffffff;
    text-align: left;
}

#carregador img {
    margin-bottom: 10px;
    display: block;
}

#carregador_pai {
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
}

#modalLoading .modal-content {
    background-color: transparent;
    border: 0 !important;
}

.pad-0 {
    padding-left:  0;
    padding-right:  0;
}

.justify-c {
    justify-content: center !important;
}

.pad-2 {
    padding: 2px;
}

.pad-r-0 {
    padding-right: 0 !important;
}

.pad-10 {
    padding: 10px;
}

.e-CNPJ, .e-CPF, .val12, .val24, .val36, #cardh, .ePPM, .ePPA {
    display: none;
}

body, html {
    max-width: 100%;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: inherit;
    transition: all 0.3s ease;
}

button:hover {
    opacity: 0.7
}

ul{
    padding: 0;
    margin: 0;
}
ul li{list-style: none;}
button{
    border: none;
    outline: none;
}
/* input file */
.custom-file-control:before {
    content: "Selecionar";
    font:16px 'Roboto';
}
.custom-file-control:after {
    content: "Selecione o arquivo...";
    font:16px 'Roboto';
}
.custom-file-control.active:after{
    content: "";
}

.btn-gray-transparent {
    border: 1px solid #6d6d6e;
    border-radius: 30px;
    background: transparent;
    height: 42px;
    color: #6d6d6e;
}

.btn-gray-transparent:hover {
    background-color: #6d6d6e;
    color: white;
    opacity: 1;
}

/* input file /end*/

/* Textarea limite do tamanho, correção bug */
textarea.form-control {
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 200px;
    resize: none;
}
/* OWL */
.owl-carousel{
    display: block!important;
}
.owl-carousel .owl-item{
    overflow: hidden;
}
.owl > li{display: none;}
.owl > li:first-child{display: block;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dot{
    display: inline-block;
    margin: 0 5px;
}
/* BANNER */
.banner-dots-outter{
    background: #f4f4f4;
    padding: 5px 0 10px 0;
    text-align: center;
}
.banner-dot{
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #2c2c2c;
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.banner-dot.active,.banner-dot:hover{background: #ad0c33;}
.banner-nav-outter{top:calc(50% - 90px);}
.owl-banner .banner-nav{
    position: relative;
    z-index: 2;
}
.owl-banner .banner-nav > div{
    font-size: 100px;
    line-height: 75px;
    color: #c5c5c5;
    position: absolute;
    transition: all 0.3s ease;
    cursor: pointer;
}
.owl-banner .banner-nav > div:hover{opacity: 0.7;}
.owl-banner .owl-prev{left: -50px;}
.owl-banner .owl-next{right: -50px;}
/* BANNER /END */
/* OWL /end */
.modal-closet {
    top: 0;
    right: 20px;
    color: #C71443;
    font-size: 25px;
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    z-index: 999999999;
}

.modal-footer, .modal-header {
    border: 0;
}

ul.load-more li{
    display: none;
}

/* --- Transitions --- */

.transition-all {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.transition-color {
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
}

.transition-background {
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}

.transition-border {
    transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
}

.transition-opacity {
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

/* --- End Transitions --- */

/* FONTS & TITLES */
h1,h2,h3,h4,h5,h6{font-family: 'Roboto-Bold';}
.font-90{font-size: 90px;}
.font-53{font-size: 53px;}
.font-45{font-size: 45px;}
.font-42{font-size: 42px;}
.font-40{font-size: 40px;}
.font-36{font-size: 36px;}
.font-33{font-size: 33px;}
.font-30{font-size: 30px;}
.font-25{font-size: 25px;}
.font-24{font-size: 24px;}
.font-23{font-size: 23px;}
.font-22{font-size: 22px;}
.font-21{font-size: 21px;}
.font-20{font-size: 20px;}
.font-18{font-size: 18px;}
.font-17{font-size: 17px;}
.font-16{font-size: 16px;}
.font-15{font-size: 15px;}
.font-14{font-size: 14px;}
.font-13{font-size: 13px;}
.font-12{font-size: 12px;}
.font-10{font-size: 10px;}
.font-9{font-size: 9.5px;}
.bold,strong{font-family: "Roboto-Bold";}

.gotham_regular {
    font-family: 'Gotham_Book_Regular';
}

.gotham_bold {
    font-family: 'Gotham_Bold';
}

.normal,
.regular {
    font-family: "Roboto" !important;
    font-weight: normal;
}

.texto-max-height {
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    justify-content: center;
}

.font-italic {
    font-style: italic;
}

.medium {
    font-family: 'Roboto-Medium';
}

.vt-middle {
    vertical-align: middle;
}

.button:hover {
    opacity: 0.8;
}

.campospj, .linha-desconto {
    display: none;
}

/* FONTS & TITLES */

.color-black { color: #000000; }
.color-brown-dark { color: #181415; }
.color-white { color: #ffffff; }
.color-blue { color:#24537e; }
.color-blue2 { color:#4173a6; }
.color-blue-light { color: #8596c5; }
.color-gray { color: #6d6d6e; }
.color-gray-light { color: #ecedef; }
.color-gray-dark { color: #5b5b5f; }
.color-green { color: #98cc58; }
.color-green-black { color: #2b6775; }
.color-red { color: rgb(249, 98, 98)!important; }


.bg-black { background-color: #000000; }
.bg-brown-dark { background-color: #181415; }
.bg-white { background-color: #ffffff; }
.bg-blue { background-color:#24537e; }
.bg-gray { background-color: #6d6d6e; }
.bg-gray2 { background-color: #aeadb3; }
.bg-gray-light { background-color: #ecedef; }
.bg-green { background-color: #98cc58; }

.mt-0 {
    margin-top: 0;
}

.clear {
    clear: both;
    width: 100%;
}

.border-r {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}

.border-r-5 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* breadcrumb */
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

form .form-control { 
    border: 1px solid #dee2e6;
    padding: 9px .75rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.breadcrumb-container{background: #f5f5f5;}

/* breadcrumb */

/* FORM ONPAGE */
.form-onpage-header h2{
    margin: 0 0 15px 0;
    font-size: 30px;
}
.form-onpage-header p{
    font: 16px/20px 'Roboto';
    margin-bottom: 15px;
}
.form-onpage-header strong{
    font-family: "Roboto-Bold";
}
.form-onpage .font-termos{
    color: black;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: 6px;
}
.custom-control{padding-left: 1.4rem;}
.form-onpage .font-termos:hover{color:#999;}
.form-onpage .btn-orange{width: 100%;}
.form-onpage .form-control{
    height: 38px;
    border-radius: 3px;
    margin-bottom: 20px;
    border-color: #cbcbcb;
    box-shadow: none;
}
.form-onpage label{
    font: 16px/16px 'Roboto-Bold';
}
.form-onpage label.custom-checkbox{
    font: 12px/12px 'Roboto';
    vertical-align: middle;
}
.form-onpage input[type=file].form-control{
    background: transparent;
    border: none;
    padding: 6px 0;
}
.form-onpage input, .form-onpage select{
    color: #767676;
    font: 16px 'Roboto';
}
.form-onpage textarea.form-control{
    height: 100px;
}

.pointer {
    cursor: pointer;
}

/* BUTTONS */
.btn{
    font: 16px'Roboto-Bold';
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn:hover{
    opacity: .5;
}

.classErrorForm {
    border: 1px solid rgb(249, 98, 98) !important;
}

.btn-horarios {
    float: left;
    margin: 5px;
    cursor: pointer;
    padding: 3px 10px;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.btn-horarios:hover {
    opacity: .8;
}

.password-strength {
     display: block;
     width: 100%;
     height: 20px;
     font-size: 13px;
     position: relative
   }

   ..lista-passos {
        list-style-type: none;
    }

    .lista-passos li {
        float: left;
    }

    .numero-passo {
        font-family: 'Roboto';
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: 1px 10px;
        text-align: center;
        float: left;
        background-color: #6d6d6e;
    }

    .passo-atual {
        background-color: #1c537e;
    }

    .lista-passos i {
        font-size: 25px;
        color: #000000;
        float: right;
        margin: 5px 10px 0 0;
    }

    .lista-passos li span {
        font-family: 'Roboto';
        font-size: 15px;
        color: #000000;
        margin: 7px 10px;
        float: left;
    }

    .texto-passo li span {
        font-family: 'Roboto';
        margin: 3px 10px;
        float: left;
    }

   .password-strength::after {
     content: attr(title);
     color: #fff;
     font-size: 13px;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     transition: width 200ms ease-in-out;
     text-align: center
   }

   .password-strength[title='Força da senha']::after {
     background-color: #333;
     width: 100%
   }

   .password-strength[title='fraca']::after {
     background-color: #e74c3c;
     width: 33%
   }

   .password-strength[title='normal']::after {
     background-color: #f1c40f;
     width: 66%
   }

   .password-strength[title='forte']::after {
     background-color: #2ecc71;
     width: 100%
   }

/* BUTTONS /END */

/* POP-UPs */
.mask{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 100;
    overflow: auto;
    display: none;
}
.pop-texto-legal .popup-content{
    padding: 30px;
    background: #fff;
    margin-top: 50px;
    position: relative;
}
.pop-texto-legal .btn-pop-close{
    font-size: 20px;
    opacity: 0.6;
    transition: all 0.3s ease;
    position: absolute;
    right: 8px;
    top: 5px;
    color: #AD0C33;
    cursor: pointer;
}
.pop-texto-legal .btn-pop-close:hover{opacity: 1;}
.pop-texto-legal .popup-content img{margin-bottom: 15px;}
.pop-texto-legal .popup-content p{margin-bottom: 0;}
.pop-texto-legal .popup-content .text{font-size: 14px;}
/* POP-UPs /END */

/* SITE TOP */

header .redes_sociais li {
    background: white;
    height: 40px;
    width: 40px;
    border: 1px solid #003567;
    border-radius: 30px;
    padding: 3px 0px;
    cursor: pointer;
}

header .redes_sociais li:hover {
    background: rgb(255,255,255, 0.1);
    color: white;
    border-color: transparent;
}

.site-top nav li:hover a.color-green {
    color: #a5dc60;
}

.site-top .logo{
    height: 90px;
    line-height: 90px;
}

.site-top nav li a {
    display: block;
    width: 100%;
    border-right: 3px solid white;
}

.site-top nav li a i {
    position: relative;
    top: -3px;
}

.site-top nav li:last-child a {
    border-right: 0px;
}

.site-top .dropdown_box {
    display: none;
    width: 130%;
    text-align: left;
    position: absolute;
    background: white;
    z-index: 61;
    background-color: #24537e;
    padding-top: 3px;
}

.site-top .dropdown_box li {
    height: auto;
    padding: 7px 0px;
    font-size: 13px;
    border: 0px;
}

.site-top .dropdown_box li:hover {
    background: rgb(255,255,255, 0.1);
}

.site-top .dropdown_box.w-150 {
    width: 150%;
}

.site-top .dropdown_box li a {
    border: 0px;
}

.site-top .pentagon_blue {
    position: relative;
    width: 130px;
    margin-top: 68px;
    margin-right: 10px;
    border-width: 77px 25px 0;
    border-style: solid;
    border-color: #1c537e transparent;
}
.site-top .pentagon_blue:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -124px;
    left: -25px;
    border-width: 0 65px 47px;
    border-style: solid;
    border-color: transparent transparent #1c537e;
}

.site-top .pentagon_blue a,
.site-top .pentagon_green a,
.site-top .pentagon_gray a {
    position: absolute;
    top: -100px;
    width: 100%;
    margin-left: -20%;
}

.site-top .pentagon_green {
    position: relative;
    width: 130px;
    margin-top: 68px;
    margin-right: 10px;
    border-width: 77px 25px 0;
    border-style: solid;
    border-color: #98cc58 transparent;
}


.site-top .pentagon_green:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -124px;
    left: -25px;
    border-width: 0 65px 47px;
    border-style: solid;
    border-color: transparent transparent #98cc58;
}

.site-top .pentagon_gray {
    /*position: relative;
    width: 190px;
    margin-top: 70px;
    border-width: 115px 38px 0;
    border-style: solid;*/
    position: relative;
    width: 130px;
    margin-top: 68px;
    margin-right: 10px;
    border-width: 77px 25px 0;
    border-style: solid;
    border-color: #6d6d6e transparent;
}
.site-top .pentagon_gray:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -124px;
    left: -25px;
    border-width: 0 65px 47px;
    border-style: solid;
    border-color: transparent transparent #6d6d6e;
}



.main-menu li{padding: 0 10px;}
.main-menu li:first-child{padding-left: 0;}
.main-menu li:last-child{padding-right: 0;}
.main-menu li a{
    color: #b3b3b3;
    font-size: 15px;
}
/* SITE TOP /END */


.site-map li a:hover{opacity: 0.7; color: white;}



.owl-banner-inner .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}


.owl-banner-inner .owl-dots .owl-dot {
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 15px;
}

.owl-banner-inner .owl-dots .owl-dot.active {
    border: 1px solid white;
    background: transparent;
}

#home_conteudo .links_help li a {
    border-radius: 21px;
}

#home_conteudo .links_help li a:hover {
    color: white
}

.certificado_lista .box_list {
    border-radius: 40px;
    
}

.certificado_lista .item {
    position: relative;
    border-right: 3px solid white;
    min-height: 360px;
}

.certificado_lista .item:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 38px solid white;
    right: -41px;
    top: 50%;
    margin-top: -60px;
    z-index: 1;
}

.certificado_lista .box_list > .item:last-child {
    background: #98cc58;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 410px;
    border-right: 0px;
}

.certificado_lista .box_list > .item:last-child .content {
    border-right: 0px;
}

.certificado_lista .box_list > .item:last-child .content:before {
    display: none;
}

.certificado_lista .item:last-child .content .color-gray {
    color: white;
}

.certificado_lista .item .title {
    border-radius: 20px;
    letter-spacing: 1px;
}

.certificado_lista .item .content button {
    border-radius: 10px;
    display: block;
}

.texto {
    white-space: pre-wrap;
    line-height: 30px;
}

#institucional .box-img img{
    margin-left: -100px;
}

#institucional .side-tabs-menu li {
    border: 1px solid #6d6e6e;
    border-radius: 30px;
    width: auto;
    display: inline-block;
}

#institucional .side-tabs-menu li:hover,
#institucional .side-tabs-menu li.active {
    background-color: #275575;
    color: white;
}

#institucional .overlay-green {
    background: rgba(174, 197, 90, 0.7);
}

.lista-padrao {
    padding-left: 0;
}

.lista-padrao li {
    font-size: 14px;
    margin: 10px 0;
    list-style-type: disc;
}

#institucional .overlay-blue {
    background: rgba(0, 26, 90, 0.7);
}

.box_title_bottom {
    border-top: 7px solid white;
}

.side-tabs-menu {
    border-radius: 20px;
}

#seja_representante .box-depoimentos {
    position: relative;
    overflow: hidden;
}

#seja_representante .box-depoimentos .box-description {
    padding-right: 115px;
}

#seja_representante .box-depoimentos .box-green {
    position: absolute;
    background: #98cc58;
    width: calc(100% + 85px);
    min-height: -webkit-fill-available;
    z-index: -1;
    margin-left: -100px;
}

#seja_representante .lista_check li:before {
    content: "";
    display: inline-block;
    background: url('../imgs/check.png');
    width: 27px;
    height: 23px;
    margin-right: 14px;
    vertical-align: top;
}

#seja_representante .lista_check li {
    margin-bottom: 15px;
}

#seja_representante .lista_check li p {
    display: inline-block;
    width: calc(100% - 45px);
    margin-bottom: 0px;
}

#seja_representante form input {
    border: 1px solid #6d6e6e;
    padding: 9px .75rem;
    border-radius: 12px;
    font-size: 14px;
}

#produtos .card {
    width: auto !important;
}

#produtos .card .button {
    border-radius: 15px;
    color: white !important;
}

#produtos .list_produtos li {
    margin-bottom: 30px;
}

.custom-control {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#tabela-certificados img, .img-produto-cart {
    max-height: 35px;
}

.custom-control-label {
    padding-top: 1px;
}

.custom-control-label i {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #aec55a;
    font-size: 16px;
}

.custom-control-label::before {
    background: transparent;
    border: 1px solid #6d6e6e;
}

.custom-control-label::after {
    cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 1rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: none !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #aec55a;
    color: #aec55a;
    border-color: #aec55a;
}

#filtro_produto button {
    background: transparent;
    border: 1px solid #aec55a;
    border-radius: 12px;
}

#filtro_produto button:hover {
    background: #aec55a;
    color: white;
    opacity: 1;
}

#produtos_interna .custom-control-label::before,
#produtos_interna .custom-control-label::after {
    top: 50%;
    margin-top: -8px;
}

#produtos_interna .prazo .custom-control-label span {
    margin-bottom: -10px;
}

#produtos_interna button[type=submit] {
    border-radius: 12px;
}

#produtos_interna .opcao {
    border-right: 1px solid #edeef0;
}

#home_conteudo .custom-control-label::before,
#home_conteudo .custom-control-label::after {
    top: 50%;
    margin-top: -8px;
    background: transparent;
}

#home_conteudo .custom-control-label::before, 
#produtos_interna .custom-control-label::before {
    background: transparent;
    border: 1px solid #6d6e6e;
}

#home_conteudo .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #aec55a;
    color: #aec55a;
    border-color: #aec55a;
}

#produtos_interna .custom-control-label::after {
    cursor: pointer;
}

#produtos_interna .custom-radio .custom-control-label::before {
    border-radius: 1rem;
}

#produtos_interna .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: none !important;
}

#produtos_interna .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #aec55a;
    color: #aec55a;
    border-color: #aec55a;
}

#produtos_interna .prazo {
    
}

#institucional .box-filtro-lojas select {
    border: 2px solid #6d6e6e;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 15px;
    height: 46px;
    color: #98cc58;
    font-weight: bold;
}

#institucional .box-lojas {
    height: 300px;
    overflow: auto;
}

#institucional .box-lojas li {
    border-bottom: 2px solid #f7f7f8;
    cursor: pointer;
}

#institucional .box-lojas li.active {
    background-color: #ecedef; 
}

#institucional .box-lojas {
    border: 2px solid #6d6e6e;
    padding: 10px 10px;
    margin: 10px 25px;
}

#institucional .box-lojas p {
    display: block;
    width: 100%;
}

#institucional .box-lojas i {
    margin-right: 6px;
}

#acessorios .item .content {
    border: 1px solid rgb(236, 236, 238);
}

#acessorios .item .content .title {
    height: 40px;
    overflow: hidden;
    justify-content: center;
}

#acessorios .item button {
/*     font-size: 25px; */
    border-radius: 12px;
}

#documentacao_necessaria .texto,
#ajuda_suporte .texto,
#faq .texto {
    white-space: pre-line;
}

#ajuda_suporte .icon-box {
    background: #ffffff;
    color: white;
    border-radius: 100%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 20px auto;
}

#ajuda_suporte .menu_sanfona {
    margin-top: 20px;
}

.menu_sanfona {
    width: 100%;
}

[data-toggle="collapse"] {
    background: transparent;
    border: 1px solid #98cc58;
    border-radius: 15px !important;
    text-transform: capitalize;
    width: 100%;
}

[data-toggle="collapse"]:after {
    content: "\f0dd";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    float: right;
    color: #98cc58;
}

[data-toggle="collapse"].collapsed:after {
    content: "\f0de";
    margin-top: 5px;
}

#renovacao .lista_itens li {
    color: #98cc58;
    list-style: decimal;
    font-size: 29px;
    list-style-position: inside;
}

#renovacao .lista_itens li p {
    display: inline-block;
    width: 92%;
    padding-left: 5px;
    line-height: 22px;
    padding-top: 5px;
    vertical-align: text-top;
}

#contato input,
#contato select {
    border-radius: 15px;
    border: 1px solid #6d6e6e;
    padding: 5px 15px;
    font-size: 18px;
    height: 52px;
    margin-bottom: 15px;
}

#contato textarea {
    font-size: 18px;
    border-radius: 15px;
    border: 1px solid #6d6e6e;
    padding: 15px 15px;
    height: 200px;
}

#contato button,
#agendamento form button {
    background: #98cc58;
    font-family: 'Roboto';
    border-radius: 20px;
    color: white;
}

#contato .redes_sociais li,
#agendamento .redes_sociais li {
    background: #98cc58;
    height: 40px;
    width: 40px;
    border: 1px solid #98cc58;
    border-radius: 30px;
    padding: 3px 0px;
    cursor: pointer;
}

#agendamento .bloco-links {
    position: relative;
}

#agendamento .bloco-links img.seta {
    position: absolute;
    left: -84px;
    top: 15px;
}

#contato .redes_sociais li:hover, 
#agendamento .redes_sociais li:hover {
    background: white;
    color: #98cc58;
}

#agendamento form select {
    height: 52px;
    border-radius: 12px;
    font-size: 18px;
    border: 1px solid #6d6e6e;
    padding: 5px 15px;
}

#central_versoes .side-tabs-menu {
    width: auto;
    margin: -71px auto 0px;
    border-radius: 0px;
}

#requisitos_sistema .side-tabs-menu {
    width: fit-content;
    margin: -54px auto 0px;
    border-radius: 0px;
}

#central_versoes .list-group-item {
    color: #24537e;
    background-color: white;
    border-color: white;
    display: inline-block !important;
    width: 31%;
    margin: 0px 7px 0px !important;
    border-radius: 0px;
    font-size: 30px;
    max-width: 226px;
}

#requisitos_sistema .list-group-item {
    color: #24537e;
    background-color: white;
    border-color: white;
    display: inline !important;
    margin-right: 15px;
    border-radius: 0px;
    font-size: 30px;
}

#central_versoes .list-group-item.active,
#requisitos_sistema .list-group-item.active {
    color: #24537e;
    background-color: white;
    border-color: white;
    border-radius: 0px;
    border-bottom: 5px solid #24537e;
}


#central_versoes .list-group-item i {
    font-size: 40px;
}

#central_versoes .my-tabs-content p {
    font-size: 18px;
    border-bottom: 1px solid black;
    padding: 15px;
    margin-bottom: 0px;
}

#central_versoes .my-tabs-content li,
#requisitos_sistema .my-tabs-content li {
    border: 1px solid;
    padding: 0px;
}

#requisitos_sistema .lista_requisitos {

}

#requisitos_sistema .lista_requisitos li {
    list-style: disc;
    border: 0px;
    list-style-position: inside;
    font-size: 25px;
}

#requisitos_sistema .lista_requisitos p {
    border: 0px;
    display: inline-block;
    width: 85%;
    padding: 10px 0px 0px 22px;
    margin-top: -3px;
    margin-left: -40px;
    margin-bottom: -10px;
    vertical-align: top;
}

#requisitos_sistema .my-tabs-content .title-list {
    font-size: 25px;
    margin-top: 30px;
}

#requisitos_sistema .my-tabs-content .lista_requisitos p.font-18 {
    font-size: 18px;
    padding: 0px;
    display: inline-block;
    width: 85%;
    margin-left: -25px;
    vertical-align: text-top;
}

#central_versoes .my-tabs-content li img {
    margin: 30px 0px;
}

#central_versoes .info,
#requisitos_sistema .info {
    border: 1px solid #CCC;
}

#central_versoes .nav-tabs .active {
    background-color: #f1f1f1;
} 

#central_versoes .nav-tabs .active p {
    font-weight: bold;
} 

.table-versoes {
    border-top: 1px solid #CCC;
}

.table th {
    padding: 0.40rem !important;
}

.table td {
    padding: 0.70rem !important;
}

.table-versoes a {
    text-decoration: underline;
}

.table-versoes tbody td {
    border-top: 1px solid #CCC;
}

#revogacao a {
    border-radius: 10px;
    padding: 6px 30px;
    font-size: 12px;
}

#revogacao .text    {
    white-space: pre-line;
    line-height: 30px;
}

#blog .box-noticia button {
    border-radius: 12px;
    width: 100%;
}

#blog .busca_palavra {

}

#blog .busca_palavra input[type=text]{
    background-color: #edeef0;
    height: 45px;
}

#blog .busca_palavra button {
    height: 45px;
}

#blog .form-comentarios textarea {
    height: 120px;
}

#blog .redes_sociais li {
    background: #003567;
    height: 40px;
    width: 40px;
    border: 1px solid #003567;
    border-radius: 30px;
    padding: 3px 0px;
    cursor: pointer;
}

#blog .redes_sociais li:hover {
    background: white;
    height: 40px;
    width: 40px;
    border: 1px solid #003567;
    border-radius: 30px;
    color: #003567;
    padding: 3px 0px;
    cursor: pointer;
}

#guia_instalacao .section {
    border-bottom: 10px solid white;
}

#guia_instalacao .instalacao ul li {
    list-style: decimal;
    list-style-position: inside;
    font-size: 20px;
}

#institucional .box-img-bottom {
    width: 50%;
}

.bloco-links ul li {
    margin-bottom: 10px;
}

.bloco-links ul li p {
    margin: 5px 0px 10px;
}

footer {
    padding: 15px 0 0 0;
    border-top: 5px solid white;
}

@media all and (max-width: 1200px){
    #institucional .box-img img {
        margin-left: -150px;
    }
}

@media all and (min-width: 1025px){
    
    .mx-0-mob {
        margin-right: -15px;
        margin-left: -15px;
    }

    .main-menu ul{height: 90px;}
    .main-menu li a:hover{color: #fff;}

    #produtos .box_title_bottom {
        background: url('../imgs/bg-custom.png') #98cc58 -30px top no-repeat;
        background-size: 100%;
    }

    #faq .box_title_bottom,
    #contato .box_title_bottom,
    #agendamento .box_title_bottom {
        background: url('../imgs/agendamento.png') #98cc58 center bottom no-repeat;
        background-size: 100%;
    }

    .list_produtos li .border-box {
        border-right: 1px solid #eeefee;
    }

    /* .list_produtos li:nth-child(4n + 4) .border-box {
        border-right: 0px;
    } */

    #produtos_interna .box_title_bottom.bg-green {
        background: url('../imgs/seta.png') #98cc58 no-repeat left top;
    }

    #produtos_interna .box_title_bottom.bg-blue {
        background: url('../imgs/seta.png') #24537e no-repeat left top;
    }

    #institucional .box-filtro-lojas .no-right {
        padding-right: 0px;
    }

    #institucional .box-filtro-lojas .no-left {
        padding-left: 0px;
    }

    #institucional .box-filtro-lojas [name="ESTADO"]{
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-right: 0px;
    }

    #institucional .box-filtro-lojas [name="CIDADE"]{
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    #central_versoes .box_title_bottom,
    #requisitos_sistema .box_title_bottom  {
        background: url('../imgs/sistema.png') #24537e center no-repeat;
        background-size: initial;
    }

    #central_versoes .my-tabs-content li:not(:last-child),
    #requisitos_sistema .my-tabs-content li:not(:last-child) {
        border-right: 0px;
    }

    #requisitos_sistema .my-tabs-content .border-right {
        border-right: 2px solid #6d6d6e !important;
    }

    #guia_instalacao .links-box  a {
        border-right: 2px solid white;
        padding: 0px 10px 0px;
    }

    #guia_instalacao .links-box  a:first-child {
        padding-left: 0px;
    }

    #guia_instalacao .links-box  a:last-child {
        border-right: 0px;
    }

    #blog .bg-custom {
        background: url('../imgs/blog.png') #ecedef 10px 10px no-repeat;
    }

    #institucional .box-img-bottom.left {
        width: calc( 50% + 100px);
        margin-left: -100px;
    }


    #institucional .box-img-bottom.right {
        width: calc( 50% + 100px);
        margin-right: -100px;
    }
}

@media all and (max-width: 1024px){

    .m_btn-menu {
        font-size: 30px !important;
        vertical-align: middle;
    }

    .mx-0-mob {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .site-top .main-menu {
        display: none;
        position: absolute;
        background-color: white;
        z-index: 999;
        border-top: 5px solid #6d6d6e;
        border-bottom: 5px solid #6d6d6e;
        background-color: #24537e;
    }

    .main-menu li:last-child {
        border: 0px;
    }

    .site-top nav li a {
        border: 0px;
        color: white;
    }

    .site-top .dropdown_box {
        position: relative;
        width: 100%;
        background: white;
        border-top: 1px solid #6d6d6e;
    }

    .site-top .dropdown_box.w-150 {
        width: 100%;
    }

    .site-top .dropdown_item.active {
        padding-bottom: 13px;
    }

    .site-top .dropdown_box li {
        padding: 7px 15px;
        border-bottom: 1px solid #24537e;
    }

    .site-top .dropdown_box li a {
        color: #24537e;
        padding: 0px 15px;
    }

    .main-menu ul:not(.dropdown_box) {
        display: block !important;
        height: auto;
    }
    .main-menu li {
        padding: 15px 30px;
        border-bottom: 1px solid white;
    }

    .site-top li .dropdown_item:before {
        content: "\f0dd";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        float: right;
        color: white;
    }

    .site-top .dropdown_box li:last-child {
        border-bottom: 0px; 
    }

    .site-top .logo,.m_btn-menu-wrapper{
        height: 60px;
        line-height: 60px;
        display: block !important;
    }
    
    .site-top .owl-phones .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 100%;
    }

    .site-top .owl-phones .owl-nav [class*=owl-] {
        background: transparent;
        font-size: 26px;
        padding: 0px;
        margin: 0px;
    }

    .site-top .owl-phones .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
    }

    .site-top .owl-phones .owl-nav .owl-next {
        position: absolute;
        right: 0px;
    }


    .certificado_lista .item .content {
        border-right: 0px;
    }

    .certificado_lista .item .content:before {
        display: none;
    }

    .certificado_lista .box_list > .item:last-child {
        border-radius: 0px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #institucional .box-img img{
        max-width: 100%;
        margin-left: 0px;
    }

    .list_produtos .card-img-top {
        display: block;
        width: auto;
        margin: 0 auto;
    }

    #institucional .box-lojas {
        margin: 10px 0px;
    }

    #institucional .box-filtro-lojas select {
        border: 2px solid #6d6e6e;
        margin-bottom: 15px;
        border-radius: 20px;
        padding: 5px 20px;
        font-size: 15px;
        height: 46px;
        color: #98cc58;
        font-weight: bold;
    }

    #institucional .box-lojas li img {
        display: block;
        margin: 20px auto;
    }

    #institucional .box-img-bottom {
        width: 100%;
    }

    #ajuda_suporte .menu_sanfona {
        margin-top: 20px;
        margin-bottom: 40px;
     }

    #acessorios .item button {
        width: 100% !important;
    }

    #documentacao_necessaria .font-25 {
        font-size: 18px;
    }

    .texto {
        white-space: pre-line;
    }

    .text-left {
        text-align: left;
    }

    #seja_representante .box-depoimentos .box-green {
        display: none;
    }

    #seja_representante .box-depoimentos .box-description {
        padding: 0px 15px;
        background-color: #98cc58;
    }

    #contato .text-box p {
        text-align: left;
    }

    #agendamento .bloco-links img.seta {
        display: none;
    }

    #requisitos_sistema .list-group-item {
        display: block !important;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 0px !important;
    }

    #central_versoes .menu-tabs, 
    #requisitos_sistema .menu-tabs {
        background: #24537e;
        padding: 20px 0px;
    }


    #requisitos_sistema .side-tabs-menu {
        width: 100%;
    }

    #central_versoes .list-group-item {
        width: 100%;
        max-width: 100%;
        margin: 0px !important;
    }

    #central_versoes .info div, 
    #requisitos_sistema .info div {
        padding: 0px 0px;
    }

    #central_versoes .info .font-18,
    #requisitos_sistema .info .font-18 {
        border-bottom: 1px solid black;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding: 12px 0px;
    }

    #central_versoes .info .item .font-18:last-child,
    #requisitos_sistema .info .item .font-18:last-child {
        border-bottom: 2px solid black;
    }

    #requisitos_sistema .info a {

    }

    #requisitos_sistema .tabela-header div {
        border-bottom: 1px solid white;
    }

    #revogacao img {
        display: none;
    }

    #revogacao a {
        padding: 10px 30px;
        font-size: 14px;
        display: block;
        width: 100%;
    }

    #guia_instalacao img {
        margin: 15px 0px;
        max-width: 100%;
    }

    #guia_instalacao .links-box {
        display: block !important;
        text-align: center;
    }

    #guia_instalacao .links-box a {
        width: 100% !important;
        display: block !important;
        clear: both !important;
    }

    #blog .box-bottom a {
        font-size: 20px;
    }
}
@media all and (max-width: 768px) {

    .pt-4-m {
        padding-top: 1.5rem!important;
    }
    
    .social-footer {
        text-align: center;
    }
    
    .owl-theme .owl-dots .owl-dot {
        margin: 0px;
    }

    .box-endereco .owl-dots .owl-dot span {
        background: transparent;
        border: 2px solid white;
    }

    .owl-theme .owl-dots .owl-dot.active span, 
    .owl-theme .owl-dots .owl-dot:hover span {
        background: white;
    }

    .banner-nav-outter{top: calc(50% - 30px);}
    .list-opcionais-seminovos li{width: 100%;}
    .padding-bot-60{padding-top: 30px;}
    .font-40{font-size: 24px;}
    .font-30{font-size: 20px;}
    .logo-lf{text-align: center;}
    .owl-banner .banner-nav > div{
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 700px) {

    .certificado_lista .item {
        min-height: auto;
    }

    .certificado_lista .item .title {
        padding: 10px !important;
    }

    /* .tbl-carrinho tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .tbl-carrinho thead {
        display: none;
    }
    .cart_delete {
        text-align: center;
        content: attr(data-title) " ";
    }
    .tbl-carrinho tr td {
        display: block;
        text-align: right !important;
    }
    .texto-total-label, .texto-subtotal-label, .noptotal2 {
        display: none;
    } */
}
#tabela-certificados .divRes .content p,
#tabela-certificados .divRes .content dl dt{color:#FFF!important;}


#tabela-certificados .divRes .content form button {
    background-color: #FFF!important;
    color:#003271!important;
}
#tabela-certificados .divRes .content form button:hover{
    background-color: #FFF!important;
    color:#003271!important;
}



/* lg */

@media (min-width: 1200px) {

}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .menu_mobile{display: block;}
    .header-mobile {border-bottom: 1px solid #e8e8e8;}
    .no-menu_mobile{display: none;}
    .logo img{height: 50px}
    .owl-banner{display: none;}
    #home_conteudo{
        padding-top: 0rem!important;
    }
    .position-relative {
          transition: transform 200ms ease-in-out;
        transform: translateX(-100%);
        box-shadow: none; 
        z-index: 666
    }
    .position-relative.open {
        transform: translateX(0);
        top: 0;
        position: fixed;
        height: calc(100vh);
        background: #fff;
    }
    .site-top nav li a {
        border-right: 0!important;
    }
    .main-menu li {
        padding: 15px 0px 0px 0px!important;
        border-bottom: 1px solid white;
    }
    .site-top .main-menu{
        border:0!important;
    }
    .site-top .dropdown_box {
        background: rgba(0, 0, 0, 0.17)!important;
        border-top: 1px solid #ffffff;
    }
    .site-top nav li a {
        padding: 0px 15px 15px 15px!important;
    }
}

/* xs */

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    header .redes_sociais li {
        height: 34px;
        width: 34px;
        padding: 0px 0px;
    }
    .menu_mobile{display: block;}
    .header-mobile {border-bottom: 1px solid #e8e8e8;}
    .no-menu_mobile{display: none;}
    .logo img{height: 50px}
    .owl-banner{display: none;}
    #home_conteudo{
        padding-top: 0rem!important;
    }
    .position-relative {
          transition: transform 200ms ease-in-out;
        transform: translateX(-100%);
        box-shadow: none; 
        z-index: 666
    }
    .position-relative.open {
        transform: translateX(0);
        top: 0;
        position: fixed;
        height: calc(100vh);
        background: #fff;
    }
    .site-top nav li a {
        border-right: 0!important;
    }
    .main-menu li {
        padding: 15px 0px 0px 0px!important;
        border-bottom: 1px solid white;
    }
    .site-top .main-menu{
        border:0!important;
    }
    .site-top .dropdown_box {
        background: rgba(0, 0, 0, 0.17)!important;
        border-top: 1px solid #ffffff;
    }
    .site-top nav li a {
        padding: 0px 15px 15px 15px!important;
    }
    
}



/* XS Portrait */

@media (max-width: 480px) {
    .menu_mobile{display: block;}
    .header-mobile {border-bottom: 1px solid #e8e8e8;}
    .no-menu_mobile{display: none;}
    .logo img {
        height: 40px;
        width: 100px;
    }
    .owl-banner{display: none;}
    #home_conteudo{
        padding-top: 0rem!important;
    }
    .position-relative {
          transition: transform 200ms ease-in-out;
        transform: translateX(-100%);
        box-shadow: none; 
        z-index: 666
    }
    .position-relative.open {
        transform: translateX(0);
        top: 0;
        position: fixed;
        height: calc(100vh);
        background: #fff;
    }
    .site-top nav li a {
        border-right: 0!important;
    }
    .main-menu li {
        padding: 15px 0px 0px 0px!important;
        border-bottom: 1px solid white;
    }
    .site-top .main-menu{
        border:0!important;
    }
    .site-top .dropdown_box {
        background: rgba(0, 0, 0, 0.17)!important;
        border-top: 1px solid #ffffff;
    }
    .site-top nav li a {
        padding: 0px 15px 15px 15px!important;
    }
}
