/* GLOBAL */

@import url('./css/css/bootstrap.min.css');
@import url('./css/css/bootstrap-theme.min.css');
@import url('./css/fonts/font-awesome/css/font-awesome.css');
@import url('./plugin/fancy/source/jquery.fancybox.css?v=2.1.5');
@import url('./plugin/fancy/source/helpers/jquery.fancybox-buttons.css?v=1.0.5');
@import url('./plugin/owl-jcarousel/owl.carousel.css');
@import url('./plugin/owl-jcarousel/owl.theme.css');
@import url('./css/forms/forms.css');
@import url('./css/buttons/buttons.css');
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700&display=swap');
body {
    color: #000;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
}

/* ------------ configurações padrão ------------ */

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-radius {
    border-radius: 0px !important;
}

.auto {
    margin: auto;
}

.table-row {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.no-text-decoration {
    text-decoration: none !important;
}

.owl-banner {
    box-shadow: none !important;
}

#overlay {
    height: 500px;
}

.mg-bot {
    margin-bottom: 30px;
}

/* ---------- configurações padrão fim ---------- */

/* ----------------- back to top ---------------- */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(186, 186, 186, 0.8) url(./images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s 0s, visibility 0s .3s;
    -moz-transition: all .3s 0s, visibility 0s .3s;
    transition: all .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background: rgba(255, 204, 204, 1) url(./images/cd-top-arrow.svg) no-repeat center 50%;
    opacity: 1;
}

.cd-top:hover {
    background: rgba(255, 204, 204, 1) url(./images/cd-top-arrow.svg) no-repeat center 50%;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/* ---------- formulário de contato ------------*/

.bx-alert {
    top: 30px;
    right: 30px;
    width: 300px;
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    text-align: center;
    border-radius: 0px;
    /*box-shadow: 2px 2px 5px #cdcdcd;*/
}

.geRecaptcha1 {
    transform: scale(0.82);
    transform-origin: 0 0;
    box-shadow: none !important;
    -webkit-transform: scale(0.82);
    -webkit-transform-origin: 0 0;
}

/* ------------ centraliza colunas ------------ */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.col-fixed {
    /* custom width */
    width: 320px;
}

.col-min {
    /* custom min width */
    min-width: 320px;
}

.col-max {
    /* custom max width */
    max-width: 320px;
}

/* --------------- rede social ---------------- */

.social {
    width: 35px;
    height: 35px;
    background: #fff;
    padding-top: 0px;
    margin-right: 0px;
    border-radius: 28px !important;
    display: inline-block;
    text-decoration: none !important;
}

.socialBlock {
    width: 35px;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    position: relative;
}

.socialRod {
    width: 28px;
    height: 28px;
    background: #fff;
    padding-top: 0px;
    margin-right: 0px;
    border-radius: 28px !important;
    display: inline-block;
    /*border: solid 1px #242323;*/
    text-decoration: none !important;
}

.socialRodBlock {
    width: 28px;
    height: 28px;
    padding-top: 5px;
    text-align: center;
    position: relative;
}

.socialRod-small {
    width: 30px;
    font-size: 18px;
    background: #fff;
    padding-top: 3px;
    margin-right: 0px;
    text-align: center;
    padding-bottom: 3px;
    display: inline-block;
    text-decoration: none !important;
}

.socialRodBlock-small {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    position: relative;
}

.social-small {
    width: 30px;
    font-size: 18px;
    margin-left: 5px;
    text-align: center;
    background: #1b75bc;
    margin-bottom: 10px;
    display: inline-block;
    padding: 2px 0px 1.5px 0px;
    text-decoration: none !important;
}

/* ------------- whats -------------- */

.a-whats-g {
    bottom: 0px;
    right: 15px;
    width: 210px;
    position: fixed;
    font-size: 14px;
    padding-top: 6px;
    text-align: right;
    background: #0e3e14;
    padding-bottom: 5px;
    padding-right: 25px;
    color: #fff !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none !important;
}

.a-whats-g .fa-whats {
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    padding-top: 2.3px;
    text-align: center;
    position: absolute;
    background: #0e7519;
    border-top-left-radius: 4px;
}

.a-whats-xs {
    left: 15px;
    z-index: 5;
    width: 40px;
    height: 40px;
    bottom: 15px;
    position: fixed;
    font-size: 22px;
    padding-top: 4.2px;
    text-align: center;
    background: #147118;
    border-radius: 40px;
    color: #fff !important;
    text-decoration: none !important;
}

/*---*/

.bg-home {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.a-logo {
    display: inline-block;
    margin-bottom: -4px;
    margin-right: -4px;
}

/*---*/

.bg-topo {
    background: #fff200;
}

.box-topo {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-topo-info {
    color: #ffffff;
    margin-top: 13px;
    padding: 3px 15px 3px 0px;
    margin-bottom: 12px;
    background: #1b75bc;
    display: inline-block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.box-topo-info span {
    margin-left: 15px;
}

.box-topo-info span i {
    color: #fff200;
}

.box-topo-info span .fa-phone {
    transform: rotate(-100deg);
}

.box-topo-social {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.menu-btn {
    top: 10px;
    left: 15px;
    width: 25px;
    height: 28px;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.menu-btn a {
    color: #1b75bc;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.mm-navbar {
    border-color: #1b75bc;
}

.mm-title {
    color: #1b75bc !important;
    font-weight: 600;
    text-transform: uppercase;
}

.mm-navbar, .mm-listview, .mm-opened {
    background: #fff200;
}

.menu-btn a:hover {
    color: #1b75bc;
}

.mm-listview>li>a, .mm-listview>li>span {
    color: #1b75bc;
}

.mm-listview>li:not(.mm-divider):after {
    border-color: #1b75bc;
}

/*---*/

.bg-menu {
    position: relative;
    background: #1b75bc;
}

.box-menu {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    padding-bottom: 10px;
}

.pipe {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

.a-menu, .a-menu:focus, .a-menu:active {
    color: #fff;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-menu-active {
    color: #fff200;
}

.a-menu:hover {
    color: #fff200;
}

/*---*/

.bg-rodape {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
    background: #3c68af;
}

.box-rodape-info {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.h1-titulo-rod {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.box-social-rodape {
    margin-bottom: 30px;
}

.a-rod-menu, .a-rod-menu:focus, .a-rod-menu:active {
    color: #fff;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-rod-menu:hover {
    color: #fff200;
}

.a-rod-menu-active {
    color: #fff200;
}

.box-rodape-info p {
    margin-bottom: 2px;
}

.rotateEn {
    color: #fff200;
    transform: rotate(-100deg);
}

.En {
    color: #fff200;
}

.h2-amarelo {
    color: #fff200;
}

.info-rod {
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    position: relative;
}

/*---*/

.bg-direito {
    color: #1b75bc;
    font-size: 12px;
    padding-top: 10px;
    background: #fff200;
    padding-bottom: 10px;
}

.a-ydeal, .a-ydeal:focus, .a-ydeal:active {
    color: #1b75bc;
    transition: all 0.2s ease-in-out;
}

/*---*/

.bg-h-produto {
    padding-top: 40px;
    padding-bottom: 10px;
}

.box-titulo {
    width: 100%;
    color: #4674b8;
    font-size: 30px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.box-titulo .titulo {
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}

/*---*/

.bg-h-empresa {
    padding-top: 40px;
    background: #4674b7;
    padding-bottom: 10px;
}

.tit-amarelo {
    color: #fff200;
}

.desc-texto {
    color: #969696;
    margin-bottom: 30px;
}

.box-form-contato {
    width: 100%;
    margin: auto;
    overflow: hidden;
    max-width: 700px;
    position: relative;
    margin-bottom: 20px;
}

.box-recapctha2 {
    width: 248px;
    height: 63px;
    margin: auto;
}

.box-info-contato {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.mapa {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.height-desc-home {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.color-white {
    color: #fff;
}

.botao-saibamais {
    margin-bottom: 30px;
}

.box-img-home-emp {
    width: 100%;
    overflow: hidden;
    max-width: 500px;
    position: relative;
    margin-bottom: 30px;
}

/*---*/

.bg-empresa {
    padding-top: 40px;
    padding-bottom: 10px;
}

.box-img-emp {
    width: 100%;
    margin: auto;
    max-width: 500px;
    margin-bottom: 30px;
}

/*---*/

.box-menu-open {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.menu-mob {
    width: 100%;
    padding: 20px;
    color: #3b579d;
    overflow: hidden;
    position: relative;
    background: #fff200;
}

.box-h-busca {
    display: none;
}

.a-post, .a-post:focus, .a-post:active {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.info-post {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.info-post .titulo h1 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #4674b8;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 20px;
}

.info-post .descricao {
    width: 100%;
    height: 100px;
    color: #9d9d9d;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.info-post .descricao-all {
    width: 100%;
    color: #9d9d9d;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.info-post .data {
    color: #9d9d9d;
    margin-bottom: 20px;
}

.info-post .compartilhar {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.compartilhar a {
    color: #9d9d9d;
    font-size: 30px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.compartilhar .fa-facebook-square, .compartilhar .fa-twitter-square {
    transition: all 0.2s ease-in-out;
}

.compartilhar .fa-facebook-square:hover {
    color: #3b579d;
}

.compartilhar .fa-twitter-square:hover {
    color: #1da1f2;
}

.a-post:hover .btn-padrao {
    color: #1da1f2;
    background: #fff200;
}

/*---*/

.box-blog-categoria {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.box-blog-categoria h1 {
    margin: 0px;
    width: 100%;
    padding: 0px;
    color: #4674b8;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.box-blog-categoria h1 {
    padding-bottom: 5px;
    border-bottom: solid 2px #4674b8;
}

.box-form {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ipt-serach {
    width: 100%;
    height: 35px;
    border-radius: 0px;
}

.btn-search {
    top: 2px;
    right: 2px;
    width: 30px;
    border: 0px;
    height: 30px;
    background: #fff;
    position: absolute;
}

.a-blog-cat, .a-blog-cat:focus, .a-blog-cat:active {
    color: #9d9d9d;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

.a-blog-cat:hover {
    color: #4674b8;
}

.a-blog-cat-active {
    color: #4674b8;
}

.a-blog-cat .fa-chevron-right {
    font-size: 12px;
}

.box-galeria {
    position: relative;
    margin-bottom: 30px;
}

.a-fancy, .a-fancy:focus, .a-fancy:active {
    width: 100%;
    padding: 2px;
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 2px #3b579d;
    transition: all 0.2s ease-in-out;
}

.a-fancy:hover {
    border-color: #fff200;
}

/*---*/

.box-sejabemvindo {
    top: 16px;
    left: 0px;
    z-index: 2;
    color: #1b75bc;
    position: absolute;
}

.box-procura {
    left: 0px;
    width: 60%;
    z-index: 2;
    height: 30px;
    bottom: 10px;
    position: absolute;
}

.ipt-busca, .ipt-busca:focus, .ipt-busca:active {
    border: 0px;
    width: 100%;
    height: 30px;
    background: #fff;
    padding-left: 10px;
    border-radius: 0px;
}

.btn-busca, .btn-busca:focus, .btn-busca:active {
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 30px;
    border: 0px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    border-radius: 0px;
    background: #1b75bc;
}

/*---*/

.min-height {
    min-height: 480px;
}

/*---*/

.box-produto {
    width: 100%;
    padding: 3px 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #3c68af;
    border-radius: 20px;
    /*    border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/
}

.max-img {
    z-index: 2;
    /*max-width: 200px;*/
    /*max-width: 165px;*/
    max-height: 255px;
    border-radius: 17px;
}

.max-img-mob {
    z-index: 2;
    max-width: 200px;
    border-radius: 17px;
}

.box-img-full-bg{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 200px;
    background: #fff;
    position: absolute;
    border-radius: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.head-tabela {
    font-size: 16px;
    padding-top: 4px;
    font-weight: 500;
    padding-bottom: 6px;
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
}

.box-carac {
    margin-top: 3px;
    min-height: 208px;
    border-radius: 17px;
    background: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
}

.box-prod-titulo {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #1b75bc;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 17px;
    padding-bottom: 8px;
    padding-right: 10px;
    background: #fff200;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.box-prod-titulo span{
    font-size: 14px;
}
.box-prod-titulo-mob {
    width: 100%;
    font-size: 20px;
    margin-top: 3px;
    font-weight: 500;
    color: #1b75bc;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 17px;
    padding-bottom: 8px;
    padding-right: 10px;
    background: #fff200;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.box-prod-titulo-mob span{
    font-size: 14px;
}
.box-prod-img-mob{
    width: 100%;
    background: #fff;
    border-radius: 17px;
}

.content-tabela {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
}

.no-head-border {
    border-right: 0px;
}

.no-head-border-bottom{
    border-bottom: 0px;
}
/*---*/
.a-marca, .a-marca:active, .a-marca:focus{
    width: 100%;
    padding: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    border: solid 1px #cdcdcd;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}
.a-marca-nolink, .a-marca-nolink:focus, .a-marca-nolink:active{
    width: 100%;
    padding: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    border: solid 1px #cdcdcd;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}
.a-marca:hover{
    border: solid 1px #4674b8;
}
/*---*/
.box-filtro{
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: #1b75bc;
    margin-bottom: 30px;
    border-radius: 10px;
}
.box-filtro select{
    border: 0px;
    border-radius: 0px;
    box-shadow: none !important;
}
/*---*/
.tabela-responsiva{
    width: 100%;
    margin: auto;
    max-width: 440px;
    position: relative;
    overflow-y: scroll;
}
/*---*/
.box-popup-whats {
    margin: auto;
    overflow: hidden;
    max-width: 600px;
    position: relative;
    padding: 0 0 30px;
    background: #fff;
}
.box-popup-whats .close {
    position: absolute;
    top: 10px;
    right: 15px;
    float: unset;
    color: #fff;
    opacity: 1;
}
.desc-popup-whats {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 25px 30px;
    margin-bottom: 30px;
    background-color: #4674b7;
}
.form-popup-whats {
    margin: 0 20px;
}
/*---*/
.modalPopup {
    text-align: center;
    padding: 0!important;
}
.bg-modal-popup {
    text-align: center;
    padding: 0!important;
    background: transparent;
}
.modalPopup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}
.modalPopup .modal-dialog {
    width: auto !important;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*---*/
@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1088px) {}

@media only screen and (max-width: 991px) {
    .align-logo-mob {
        text-align: center;
    }
    .btn-mob-filtro{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .desc-popup-whats {
        padding: 30px 50px !important;
        margin-bottom: 20px !important;
    }
    .form-popup-whats {
        padding: 15px !important;
        margin: 0 20px !important;
    }
    .box-logo {
        text-align: center;
    }
    .align-mobile {
        text-align: center;
    }
    .align-table-mob {
        margin: auto;
    }
}

@media only screen and (max-width: 500px) {
    .ipt-mob-filtro{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 499px) {
    .tabela-responsiva{
        max-width: 330px;
    }
}
@media only screen and (max-width: 399px) {
    .desc-popup-whats {
        padding: 30px 38px !important;
        margin-bottom: 10px !important;
    }
    .form-popup-whats {
        padding: 5px 5px 16px !important;
        margin: 0 10px !important;
    }
}
@media only screen and (max-width: 320px) {
    .tabela-responsiva{
        max-width: 240px;
    }
}