@import url('https://fonts.googleapis.com/css?family=Rototo:300,400,700');

.left{float: left!important;}.right{float: right!important;}
.mg-bt-5{margin-bottom:5px!important}.mg-bt-10{margin-bottom:10px!important}.mg-bt-20{margin-bottom:20px!important}.mg-bt-30{margin-bottom:30px!important}.mg-bt-40{margin-bottom:40px!important}.mg-bt-50{margin-bottom:50px!important}.mg-bt-60{margin-bottom:60px!important}.mg-bt-70{margin-bottom:70px!important}.mg-bt-80{margin-bottom:80px!important}.mg-bt-90{margin-bottom:90px!important}.mg-bt-100{margin-bottom:100px!important}.mg-tp-10{margin-top:10px!important}.mg-tp-20{margin-top:20px!important}.mg-tp-30{margin-top:30px!important}.mg-tp-40{margin-top:40px!important}.mg-tp-50{margin-top:50px!important}.mg-tp-60{margin-top:60px!important}.mg-tp-70{margin-top:70px!important}.mg-tp-80{margin-top:80px!important}.mg-tp-90{margin-top:90px!important}.mg-tp-100{margin-top:100px!important}
.pd-0{padding:0!important}.pd-5{padding:5px!important}.pd-bt-10{padding-bottom:10px!important}.pd-bt-20{padding-bottom:20px!important}.pd-bt-30{padding-bottom:30px!important}.pd-bt-40{padding-bottom:40px!important}.pd-bt-50{padding-bottom:50px!important}.pd-bt-60{padding-bottom:60px!important}.pd-bt-80{padding-bottom:80px!important}.pd-bt-100{padding-bottom:100px!important}.pd-tp-10{padding-top:10px!important}.pd-tp-20{padding-top:20px!important}.pd-tp-30{padding-top:30px!important}.pd-tp-40{padding-top:40px!important}.pd-tp-50{padding-top:50px!important}.pd-tp-60{padding-top:60px!important}.pd-tp-70{padding-top:70px!important}.pd-tp-80{padding-top:80px!important}.pd-tp-90{padding-top:90px!important}.pd-tp-100{padding-top:100px!important}
.txt-left{text-align:left!important;}.txt-right{text-align:right!important;}.txt-center{text-align:center!important;}
.bold{ font-weight:700!important;}.light{font-weight:300!important;}

body{
    font-family: 'Roboto', sans-serif;
    color: #353535;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    background: #fff;
    overflow: hidden;
}

p {
    font-size: 16px;
    line-height: 30px;
}

.container-fluid{
    display: inline-block;
    padding: 0;
}

@media (min-width:1500px) {
    #banner-paginas .container, #banner .container, #home-produto .container, .navbar .container, #contato .container{
        max-width: 1440px
    }
}

html {
    overflow-x: hidden;
}

a:hover, a:focus {
    color: #282828;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #282828;
}

.section {
    padding: 100px 0;
}

.clear {
    clear: both;
}

#ancora-telefone{
    display: none;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

#faleconosco{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 100px;
    z-index: 9999;
}
#faleconosco:hover{
    transform: scale(1.2);
}

/* ====Navbar Style ======= */
.navbar-brand {
    position: relative;
    padding: 0px;
}

.top-nav-collapse {
    z-index: 1000;
    top: 0px !important;
    padding: 0;
    padding-bottom: 15px;
}

.top-nav-collapse .navbar-brand {
    top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.top-nav-collapse .img-fulid{
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #B2B0A7;
    font-weight: 700;
    padding: 15px 0 0 30px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #A01F1E;
}

.navbar .nav-link.active {
    color: #A01F1E !important;
}

.dropdown-toggle::after {
    display: none;
}

.slicknav_menu .slicknav_icon-bar {
    background: #282828;
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

.fixed-top {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 992px) {
     .menu-open{
         display: none
     }
    .navbar-header{
        width: 100%;
    }
    .fixed-top {
        padding-bottom: 0;
    }
    .navbar-brand {
        position: absolute;
        padding: 15px;
        top: 0;
    }
    .navbar-brand img{
        width: 329px;
        height: 98px;
    }
    #mobile-menu{
        display: none;
    }
    .indigo{
        background-color: #fff;
        padding: 0;
    }
    .slicknav_menu{
        display: block;
        background-color: #fff;
    }
    .slicknav_nav .active a{
        background: #fff;
        color: #000;
    }
    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #CAEF6C;
    }
    .slicknav_nav .dropdown li a.active {
        color: #CAEF6C;
    }
}

@media (min-width: 993px){
    /********************************MENU******************************************/
    .menu-open{
        position: fixed;
        top: 40px;
        right: 40px;
        font-weight: 700;
        font-size: 22px;
        cursor: pointer;
    }
    .open-index{
        color: #fff;
    }
    .top-nav-collapse .open-index{
        display: none;
    }
    .top-nav-collapse .open-all{
        display: block!important;
    }
    #menu-close{
        position: relative;
        float: right;
        font-weight: 700;
        font-size: 22px;
        cursor: pointer;
        color: #FFF;
    }
    #menu-principal{
        background-color: #484848;
        padding: 40px 40px 40px  90px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1050;
        min-width: 450px;
        overflow: auto;
    }
    #menu-principal ul{
        display: inline-block;
        width: 100%;
    }
    #menu-principal ul li{
        list-style: none;
        font-size: 18px;
        color: #D9D9D9;
    }
    #menu-principal ul li ul{
        margin-bottom: 20px;
    }
    #menu-principal ul li a{
        display: inline-block;
        font-size: 20px;
        color: #CAEF6C;
        margin-bottom: 20px;
    }
    #menu-principal ul li ul li a{
        font-weight: 700;
        margin-bottom: 5px;
    }
}

/********************************HOME******************************************/
#banner{
    float: left;
    position: relative;
    width: 100%;
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

#banner-direita{
    position: absolute;
    height: 100%;
    z-index: 997;
}

#banner h1{
    width: 50%;
    color: #CAEF6C;
    font-weight: 700;
    font-size: 5vh;
    line-height: 6.5vh;
    margin-top: 30px;
}

#banner h3{
    width: 60%;
    color: #CAEF6C;
    font-weight: 300;
    font-size: 5vh;
    line-height: 6vh;
    margin-top: 5px;
}

#banner-detalhe{
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 999;
}

#banner-selo{
    margin-top: 30px;
    max-width: 15vh;
}

.produto-categoria{
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.produto-nome{
    display: inline-block;
    width: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin: 3vh 0;
}

.produto-resumo{
    display: inline-block;
    width: 100%;
    font-weight: 300;
    color: #353535;
    font-size: 16px;
}

#home-produto a{
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin-top: 5vh;
    padding: 8px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
}

#home-produto a:focus, #home-produto a:hover{
    color: #a8cf45;
    background-color: #fff;
}

.slick-prev, .slick-next{
    bottom: 12vh;
    left: 0;
}

#home-categorias h4{
    display: inline-block;
    color: #48887B;
    font-weight: 700;
    font-size: 50px;
}

.categorias-banner{
    z-index: -1;
}
.categorias-banner section{
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #48887B;
    text-align: center;
}

.titulo-padrao{
    display: inline-block;
    color: #48887B;
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
}

#home-asirento{
    position: relative;
    float: left;
    width: 100%;
}

.fundo-asirento{
    display: inline-block;
    width: 100%;
    background-color: #EEF5DA;
}

.botao-verde{
    display: inline-block;
    font-weight: 700;
    color: #A8CF45;
    font-size: 22px;
    margin-top: 30px;
    padding: 8px 30px;
    border: 1px solid #A8CF45;
    border-radius: 10px;
    background: none;
    min-width: 150px;
}

.botao-verde:hover, .botao-verde:focus{
    color: #FFF;
    background-color: #A8CF45;
}

.botao-verde-escuro{
    display: inline-block;
    font-weight: 700;
    color: #FFF;
    background-color: #48887B;
    font-size: 22px;
    margin-top: 30px;
    padding: 8px 30px;
    border: 1px solid #48887B;
    border-radius: 10px;
}

.botao-verde-escuro:hover, .botao-verde-escuro:focus{
    color: #48887B;
    background-color: #FFF;
}

.botao-verde-escuro-vazado{
    display: inline-block;
    font-weight: 700;
    color: #48887B;
    background-color: none;
    font-size: 22px;
    padding: 8px 30px;
    border: 1px solid #48887B;
    border-radius: 10px;
}

.botao-verde-escuro-vazado:hover, .botao-verde-escuro-vazado:focus{
    color: #FFF;
    background-color: #48887B;
}

.ascirento-imagem{
    position: absolute;
    top: 50px;
    right: 0;
}

.fundo-centro{
    display: inline-block;
    width: 100%;
    background-color: #48887B;
    color: #fff;
}


#home-contato{
    float: left;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    padding: 100px 20px;
    margin-top: -10px;
}

#rodape{
    float: left;
    position: relative;
    width: 100%;
    background-color: #484848;
    padding: 30px 0px;
    text-align: center;
    margin-top: -15px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
#rodape img{
    display: inline-block;
    margin: 15px 10px 20px 10px;
}


/********************************Paginas******************************************/
#banner-paginas{
    float: left;
    position: relative;
    width: 100%;
}

#banner-direita-paginas{
    position: absolute;
    height: 80%;
    z-index: 997;
}

#banner-paginas h5{
    width: 40%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}

#banner-paginas h1{
    width: 60%;
    color: #CAEF6C;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-top: 10px;
}

#banner-paginas h3{
    width: 50%;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
}

#banner-esquerda-paginas{
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 996;
}

#banner-esquerda-contato{
    position: absolute;
    width: 100%;
    z-index: 996;
    bottom: 0;
}

#banner-detalhe-paginas{
    position: absolute;
    bottom: 10%;
    right: 15%;
    z-index: 999;
}

.paginas-blocos{
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 100px;
}
.paginas-blocos h5{
    font-size: 90px;
    color: #A8CF45;
    font-weight: 300;
}
.ascirento-imagem-right img{
    position: absolute;
    right: 0;
}
.ascirento-imagem-left img{
    position: absolute;
    left: 0;
}

#paginas-icones{
    position: relative;
    float: left;
    width: 100%;
    background-color: #EEF5DA;
    font-size: 16px;
    padding: 80px 40px;
    margin-top: -5px
}
#paginas-icones h4{
    font-size: 32px;
    color: #48887B;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}

#pagina-midia{
    position: relative;
    float: left;
    width: 100%;
}

.fundo-asirento-verde{
    display: inline-block;
    width: 100%;
    background-color: #48887B;
}

.branco{
    color: #fff!important;
}
.verde-claro{
    color: #CAEF6C!important;
}

#asirento-produtos{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

#asirento-produtos h4{
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #A8CF45;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 60px;
}

#asirento-produtos img{
    display: inline-block;
    max-width: 100%;
}

.produto-categoria-miniaturas{
    display: inline-block;
    width: 100%;
    font-weight: 300;
    color: #48887B;
    font-size: 20px;
}

.produto-nome-miniaturas{
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #48887B;
    font-size: 24px;
    line-height: 34px;
}
.produto-lista:hover img{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.produto-lista:hover .produto-nome-miniaturas{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #A8CF45;
}
.produto-lista:hover .produto-categoria-miniaturas{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #A8CF45;
}

.pagina-galeria div{
    display: inline-block;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

#paginas-marcas{
    position: relative;
    float: left;
    width: 100%;
    background-color: #EEF5DA;
    font-size: 16px;
    padding: 150px 40px;
    margin-top: -5px;
}

#paginas-marcas img{
    margin: 30px 25px 0 15px;
}

/***********Produto*************/
#banner-esquerda-produto{
    position: absolute;
    width: 100%;
    bottom: 7%;
    z-index: 996;
}
#banner-detalhe-produto{
    position: absolute;
    bottom: 10vh;
    right: 10%;
    z-index: 999;
    max-width: 500px;
}
.titulo-produto{
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: #48887B;
    margin-bottom: 20px;
}
#descricao-produto ul li{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #48887B;
    list-style-image: url(../img/bull.png);
}
.titulo-tabela{
    display: inline-block;
    background: #A8CF45;
    color: #FFF;
    font-size: 26px;
    width: 100%;
    font-weight: 700;
    padding: 12px 25px;
    margin-top: 50px;
}
#descricao-produto table{
     width: 100%;
     border-bottom: 2px solid #A8CF45;
}
#descricao-produto table tr{
    border-bottom: 1px solid #A8CF45;
    width: 100%;
}
#descricao-produto table tr td{
    font-size: 20px;
    color: #48887B;
    font-weight: 300;
    padding: 10px 25px;
}
.resultados img{
    max-width: 100%;
}
#banner-detalhe-texto{
    position: absolute;
    top: 60%;
    right: 15%;
    z-index: 999;
    max-width: 500px;
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
}
#banner-detalhe-texto p{
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
}
#banner-texto h5{
    width: 40%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
#contato{
    background: #EEF5DA;
    float: left;
    width: 100%;
    padding: 160px 40px 40px 40px;
    margin-top: -100px;
}
#contato-produto{
    background: #EEF5DA;
    float: left;
    width: 100%;
    padding: 80px 40px 100px 40px;
    margin-top: 80px;
}
#formcontato label{
    font-weight: 400;
    font-size: 18px;
    margin-top: 25px;
    color: #48887B;
}
#formcontato input, #formcontato textarea, #formcontato select{
    border-radius: 0;
    border: none;
    border-bottom: #48887B 2px solid;
    color: #48887B;
    background-color: #EEF5DA;
    font-weight: 300;
    font-size: 20px;
    padding: 10px 0;
    height: 48px;
}

#formcontato a.botao{
    display: inline-block;
    color: #48887B;
    font-size: 22px;
    margin-top: 30px;
    padding: 8px 30px;
    border: 1px solid #48887B;
    border-radius: 10px;
    background: none;
    width: 250px;
    font-weight: 400;
}
#formcontato a.botao:hover{
        color: #EEF5DA;
        background: #48887B;
}

.contato-texto{
    background-color: #48887B;
    text-align: center;
    padding: 50px 20px;
    color: #fff;
}
.contato-texto p, .contato-texto{
    font-size: 20px;
    color: #fff;
}
.campooculto{
    display: none;
}

.modal-dialog {
    margin: 0;
    top: 40%;
    left: 50%;
    transform: translate(-50%)!important;
}
.modal-footer {
    justify-content: center;
    border-top: none;
    padding-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #48887B;
    border-color: #007bff;
}
.bootbox-body{
    padding-top: 40px;
    text-align: center;
    font-size: 24px;
    color: #48887B;
}


@media (max-width: 768px) {
    #banner-detalhe {
        width: 55%;
    }
    #banner h1 {
        font-size: 46px;
        line-height: 56px;
        margin-top: 0px;
    }
    #banner-selo {
        margin-top: 30px;
        max-width: 20vw;
    }
    #banner-paginas h1 {
        width: 100%;
        font-size: 28px;
        line-height: 36px;
    }
    #banner-paginas h3{
        width: 90%;
        font-size: 18px;
        line-height: 26px;
    }
    .tabelas, .tabelas div{
        margin: 0;
        padding: 0;
    }
    .banner-contato{
        width: 100%!important;
        left: 0!important;
    }
    #banner-detalhe-texto{
        left: 20px;
        top: 75%;
    }
    #contato {
        float: left;
        width: 100%;
        margin-top: -140px;
        padding: 100px 40px 40px 40px;
    }
}

@media (max-width: 991px) {
    .indigo .container{
        width: 100%;
        max-width: initial;
    }
    .hidden-mobile{
        display: none;
    }
    .only-mobile{
        display: block;
    }
    .menu-open{
        display: none;
    }
    #banner-direita {
        height: 90%;
        right: -30vw;
        max-width: 220vw;
        top: 60px;
    }
    #banner-detalhe {
        bottom: 20px;
        right: 0;
    }
    #banner-detalhe-produto{
        bottom: 0;
        width: 70%;
        margin-left: -35%;
        left: 50%;
    }
    #banner h1 {
        width: 100%;
    }
    #banner h3 {
        font-size: 46px;
        line-height: 56px;
    }
    #home-produto{
        float: left;
        position: relative;
        width: 100%;
        background-color: #A8CF45;
        margin-top: -15vh;
        padding-top: 20vh;
    }
    .produto-nome {
        font-size: 40px;
        line-height: 50px;
    }
    #home-produto a{
        width: 100%;
        text-align: center;
        margin-bottom: 140px;
    }
    .slick-prev{
        left: 35%;
        transform: translateX(-35%)!important;
        z-index: 999;
        bottom: 5vh;
    }
    .slick-next{
        left: 65%;
        transform: translateX(-65%)!important;
        z-index: 998;
        bottom: 5vh;
    }
    #home-categorias h4 {
        font-size: 30px;
        margin-top: 60px; 
    }
    .multiple-categorias div{
        display: inline-block;
        width: 100%;
        height: 40vw;
        background-size: cover;
        border-radius: 20px;
    }
    .categorias-banner section{
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        height: 54px;
    }
    .titulo-padrao{
        font-size: 30px;
        line-height: 40px;
    }
    .botao-verde, .botao-verde-escuro{
        width: 100%;
        text-align: center;
    }
    .fundo-centro{
        padding-bottom: 70px;
    }
    #home-contato{
        background-image: none!important;
        background-color: #EEF5DA;
    }
    #banner-paginas{
        margin-top: 60px;
    }
    #banner-direita-paginas{
        max-height: 90%;
        right: -45vw;
        width: 300vw;
    }
    #banner-texto-paginas{
        position: relative;
        z-index: 998;
    }
    #banner-texto{
        position: relative;
        z-index: 998;
        top: 100px;
    }
    #banner-paginas h5{
        width: 100%;
    }
    #banner-detalhe-paginas{
        right: 5%;
        width: 60%;
        bottom: 0;
    }
    #banner-esquerda-paginas, #banner-esquerda-contato{
        width: 260%;
        bottom: 0;
    }
    .paginas-blocos{
        margin-bottom: 10px;
    }
    .paginas-blocos h5 {
        font-size: 50px;
    }
    .ascirento-imagem-left, .ascirento-imagem-right{
        padding: 0;
    }
    .ascirento-imagem-left img, .ascirento-imagem-right img{
        max-width: 80%;
        width: 100%;
        position: relative;
        margin-top: 40px;
    }
    .ascirento-imagem-left img{
        float: left;
    }
    .ascirento-imagem-right img{
        float: right;
    }
    .ascirento-imagem{
        position: relative;
        top: 0;
        padding: 0;
    }
    .fundo-asirento .mapa{
        margin-top: -60px;
        text-align: center;
    }
    .produto-categoria-miniaturas{
        font-size: 16px;
        line-height: 22px;
    }
    .produto-nome-miniaturas{
        font-size: 20px;
    }
    .pagina-galeria div{
        height: 40vw;
        padding: 0;
        margin-top: -5px;
    }
    #paginas-marcas{
        padding: 100px 40px;
    }
    #paginas-marcas span{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .titulo-produto{
        font-size: 32px;
        margin-top: 50px;
    }
    
    .titulo-tabela{
        font-size: 20px;
    }
    .resultados, .resultados div{
        padding: 0;
    }
    #banner-detalhe-texto p{
        text-align: left;
    }
    #contato .mapa{
        float: left;
        width: 100%;
        padding: 0;
    }
    .banner-contato{
        /*max-height: 70%!important;*/
    }
    .mg-bt-50 {
        margin-bottom: 30px!important;
    }
    .pd-tp-80 {
        padding-top: 60px!important;
    }
    .pd-bt-60 {
        padding-bottom: 40px!important;
    }
    .mg-bt-100 {
        margin-bottom: 70px!important;
    }
    .mg-tp-100 {
        margin-top: 70px!important;
    }
    .mg-tp-80 {
        margin-top: 60px!important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .fixed-top {
        padding-left: 0;
        padding-right: 0;
    }
    #banner-detalhe {
        width: 45%;
    }
    #banner h3 {
            width: 80%;
    }
    #banner-paginas h1{
        width: 90%;
    }
    #banner-paginas h3{
        width: 80%;
    }
 #banner-detalhe-texto{
        left: 20px;
        bottom: 5vw;
    }
    #contato{
        float: left;
        margin-top: 80px;
        width: 100%;
    }
}

@media (min-width: 768px){
    .only-mobile{
        display: none;
    }
    #pagina-midia{
        margin-top: -100px;
    }
}

@media (max-width: 500px){
    #banner h1 {
        width: 100%;
        font-size: 7vw;
        line-height: 9.5vw;
    }
    #banner h3, #home-categorias h4, .titulo-padrao{
        font-size: 8vw;
        line-height: 9.5vw;
    }
    #banner-paginas h5{
        font-size: 16px;
    }
    #banner-detalhe-texto p, #banner-detalhe-texto{
        font-size: 18px;
        line-height: 24px;
    }
    #paginas-icones {
        padding: 60px 0px;
    }
    #paginas-icones .titulo-produto {
        font-size: 28px;
        margin-top: 0;
        line-height: 40px;
    }
    .pagina-galeria {
        margin-top: -6px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    #banner-direita {
        right: 30%;
        margin-right: -40%;
    }
}

@media (min-width: 992px){
    .logo-interna img{
        position: relative;
        z-index: 1000;
        max-height: 15vh;
        margin-bottom: 90px;
    }
    .banner-contato{
        height: 100%!important;
    }
}

@media (min-width: 993px) and (max-width: 1199px){
    .menu-open {
        display: none!important;
    }
    .fixed-top {
        padding-left: 0!important;
        padding-right: 15px!important;
    }
    .img-fulid {
        width: 320px!important;
        margin-bottom: 50px!important;
    }
    #home-produto {
        background-size: 100% 90%!important;
    }
    .slick-prev {
        margin-left: 15px!important;
    }
    .slick-next {
    margin-left: 85px!important;
    }
    .slick-slider{
        height: 100%;
    }
    #banner-direita{
        margin-left: -20%;
    }
}

@media (min-width: 993px){
    img{
        max-width: 100%;
    }
    #home-produto{
        float: left;
        position: relative;
        width: 100%;
        background-image: url(../img/home-produto.png);
        background-repeat: no-repeat;
        background-size: 100% 85%;
        background-position: right top;
        margin-top: -15vh;
    }
    #home-produto .container{
        position: absolute!important;
        bottom: 8vh;
        left: 50%;
        transform: translateX(-50%);
    }
    #home-asirento img{
        max-width: initial;
    }
    #pagina-midia img{
        max-width: initial;
        margin-top: -100px;
    }
    #pagina-midia{
        margin-top: -70px;
    }
    .slick-prev{
        margin-left: 9.33333333%;
        z-index: 999;
    }
    .slick-next{
        margin-left: 15.33333333%;
        z-index: 998;
    } 
    #home-categorias h4{
        width: 85%;
    }
    .multiple-categorias div{
        display: inline-block;
        width: 230px;
        height: 230px;
        background-size: cover;
        border-radius: 20px;
    }
    .categorias-banner section{
        width: 230px;
    }
    #home-asirento .embed-responsive{
        margin-top: -130px;
        margin-left: 5px;
    }
    .paginas-icone{
        padding: 30px;
    }
    #asirento-produtos .col-xl-3{
        padding: 0 30px;
    }
    #banner-texto-paginas{
        position: relative;
        z-index: 998;
        /*top: 50%;
        transform: translateY(-50%);*/
        top: 50px;
    }
    .contato h1{
        width: 60%!important;
        margin-top: 10px!important;
    }
    #banner-texto{
        position: relative;
        z-index: 998;
        top: 50px;
    }
    #contato .mapa{
        padding: 0;
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1100px){
    .ascirento-imagem-right img{
        margin-right: -70%;
        height: 40vh;
        max-width: initial;
    }
    .ascirento-imagem-left img{
        margin-left: -70%;
        height: 40vh;
        max-width: initial;
    }
    .paginas-blocos .titulo-padrao {
        font-size: 30px;
        line-height: 30px;
    }
    .paginas-blocos h5 {
        font-size: 50px;
    }
}

@media (min-width: 1101px) and (max-width: 1200px){
    .ascirento-imagem-right img{
        margin-right: -50%;
        height: 40vh;
        max-width: initial;
    }
    .ascirento-imagem-left img{
        margin-left: -50%;
        height: 40vh;
        max-width: initial;
    }
    .paginas-blocos .titulo-padrao {
        font-size: 30px;
        line-height: 30px;
    }
    .paginas-blocos h5 {
        font-size: 60px;
    }
}

@media (min-width: 1201px) and (max-width: 1300px){
    .ascirento-imagem-right img{
        margin-right: -45%;
        height: 45vh;
        max-width: initial;
    }
    .ascirento-imagem-left img{
        margin-left: -45%;
        height: 45vh;
        max-width: initial;
    }
    .paginas-blocos .titulo-padrao {
        font-size: 30px;
        line-height: 30px;
    }
    .paginas-blocos h5 {
        font-size: 70px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px){
    .ascirento-imagem-right img{
        margin-right: -40%;
        height: 45vh;
        max-width: initial;
    }
    .ascirento-imagem-left img{
        margin-left: -40%;
        height: 45vh;
        max-width: initial;
    }
    .paginas-blocos .titulo-padrao {
        font-size: 34px;
        line-height: 34px;
    }
    .paginas-blocos h5 {
        font-size: 70px;
    }
}

@media (min-width: 1401px) and (max-width: 1500px){
    .ascirento-imagem-right img{
        margin-right: -30%;
        height: 40vh;
        max-width: initial;
    }
    .ascirento-imagem-left img{
        margin-left: -30%;
       height: 40vh;
        max-width: initial;
    }
}

@media (min-width: 1501px) and (max-width: 1600px){
    .ascirento-imagem-right img{
        margin-right: -15%;
        max-width: initial;
    }
    .ascirento-imagem-left img{
        margin-left: -15%;
        max-width: initial;
    }
}

@media (min-width: 1601px) and (max-width: 1750px){
    .ascirento-imagem-right img{
        margin-right: -15%;
    }
    .ascirento-imagem-left img{
        margin-left: -15%;
    }
    .paginas-blocos .titulo-padrao {
        font-size: 40px;
        line-height: 40px;
    }
    .paginas-blocos h5 {
        font-size: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1600px){
    #banner-detalhe-paginas{
        max-width: 30%;
        right: 10%;
    }
}

@media (min-width:992px) and (max-height:700px){
    #banner-paginas h1{
        font-size: 40px;
        line-height: 50px;
    }
    #banner-paginas h3{
        font-size: 20px;
        line-height: 30px;
    }
    .logo-interna img {
        margin-bottom: 50px;
    }
}

@media (min-width: 1400px){
    #banner-detalhe-produto{
        bottom: 15vh;
        right: 14vw;
    }
}