html,
body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/whatsapp.svg');
    background-size: 50% auto;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
    animation-delay: 0s;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon {
    cursor: pointer;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.form-search-header {
    background: #eee;
    display: flex;
    border-radius: 20px;
    margin-top: 20px;
}

.form-search-header .form-control {
    background: #eee;
    border-radius: 20px;
    border: none;
}

.form-search-header .form-control:focus {
    box-shadow: none;
}

.form-search-header .btn {
    background: #eee;
    border-radius: 20px;
}

.form-search-header .btn svg {
    fill: #000;
    width: 15px;
}

.main-header {
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-header .logo {
    display: block;
    max-width: 230px;
    margin: 10px 0;
}

.main-navbar .navbar {
    background: #00b684;
    padding: 0;
    z-index: 88;
}

.main-navbar .navbar .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 25px 15px;
    color: #fff;
}

.main-navbar .navbar .nav-link svg {
    width: 15px;
    fill: #fff;
    margin-right: 10px;
}

.main-navbar .navbar .nav-link:hover,
.main-navbar .navbar .nav-link.active {
    background: #05a87b;
}

.menu-navegacao {

    background: #fff;
    border-right: 1px solid #ebebeb;
    z-index: 99;
    padding: 15px;
}

.menu-navegacao#menu-navegacao {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
}

.menu-navegacao img {
    display: block;
    margin: 40px auto;
    width: 180px;
}

.menu-navegacao ul {
    padding: 0;
    margin: 20px 0;
}

.menu-navegacao ul li {
    list-style: none;
    font-weight: 500;
}

.menu-navegacao ul li span {
    cursor: pointer;
    padding: 10px;
    list-style: none;
    font-size: 14px;
    display: block;
}

.menu-navegacao ul li span.active,
.menu-navegacao ul li span:hover {
    background: #ebebeb;
}

.menu-navegacao ul li span svg {
    width: 10px;
    float: right;
    margin-top: 4px;
}

.menu-navegacao ul li ul {
    display: none;
    margin: 0;
}

.menu-navegacao ul li ul.active {
    display: block;
}

.menu-navegacao ul li ul li a {
    padding: 12px;
    color: #282828;
    list-style: none;
    font-size: 12px;
    display: block;
}

.menu-navegacao ul li ul li a:hover {
    background: #ebebeb;
}

.swiper {
    margin-top: -40px;
    height: 74%;
}

.swiper-container {
    height: 100%;
}

.swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container a::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.swiper-container .caption p {
    color: #2b2b2c;
    font: 200 60px/50px "Open Sans", sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.swiper-container .caption p::after {
    background-color: #FF8500;
    color: #fff;
    content: "CONFIRA";
    display: inline-block;
    line-height: initial;
    font-size: 15px;
    padding: 14px 40px;
}

.swiper-container .banner1:nth-child(1) .caption p {
    color: #fff;
    font-size: 50px;
}

.swiper-container .banner1:nth-child(1) .caption em {
    color: #fff;
}

.swiper-container .banner1:nth-child(1) .caption p::after {
    background-color: #349c2a;
}

.swiper-container .banner1:nth-child(2) .caption p::after {
    background-color: #FF8500;
}

.swiper-container .banner1:nth-child(3) .caption p::after {
    background-color: #00B683;
}

.swiper-container .banner1:nth-child(4) .caption p::after {
    background-color: #005ebc;
}

.swiper-container .caption p span {
    display: block;
    width: 100%;
}

.swiper-container .caption em {
    clear: both;
    color: #2b2b2c;
    display: block;
    font: 500 18px "Open Sans", sans-serif;
    margin: 30px 0 20px;
    text-transform: none;
}

.swiper-slide::after {
    background: url(/imagens/layout/back-banner.png) no-repeat scroll center center;
    bottom: -5px;
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
}

.swiper-container .caption * {
    color: #2b2b2c !important
}

.swiper-slide:nth-child(1)::after {
    background: url(/layouts/luftmaxi/assets/img/back-banner-3.png) no-repeat scroll center center;
}

.swiper-slide:nth-child(2)::after {
    background: url(/layouts/luftmaxi/assets/img/back-banner-2.png) no-repeat scroll center center;
}

.swiper-slide:nth-child(3)::after {
    background: url(/layouts/luftmaxi/assets/img/back-banner.png) no-repeat scroll center center;
}

.swiper-slide:nth-child(4)::after {
    background: url(/layouts/luftmaxi/assets/img/back-banner-4.png) no-repeat scroll center center;
}

.home-our-products {
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-our-products header {
    text-align: center;
}

.home-our-products header h1 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
}

.home-our-products header p {
    font-size: 17px;
    margin-bottom: 50px;
    color: #7b7b7b;
}

.home-our-products .items {
    display: flex;
}

.home-our-products .item {
    display: flex;
    width: 25%;
    height: 300px;
}

.home-our-products .item:nth-child(3) {
    height: 600px;
}

.home-our-products {
    padding: 60px 0;
    text-align: center;
}

.home-our-products h1 {
    margin: 0 0 30px;
    text-transform: uppercase;
}

.home-our-products h1::after {
    background: #00b683;
    content: "";
    display: block;
    height: 3px;
    margin: 15px auto 0;
    width: 80px;
}

.home-our-products .container > .row {
    margin-top: 50px;
}

.home-our-products .container > .row > .col-md-3:nth-child(1) .row .box:nth-child(1),
.home-our-products .container > .row > .col-md-3:nth-child(3) .row .box:nth-child(2) {
    height: 265px;
}

.home-our-products .container > .row > .col-md-3:nth-child(1) .row .box:nth-child(2),
.home-our-products .container > .row > .col-md-3:nth-child(3) .row .box:nth-child(1) {
    height: 200px;
}

.home-our-products .container > .row > .col-md-3:nth-child(1) .row .box:nth-child(1),
.home-our-products .container > .row > .col-md-3:nth-child(3) .row .box:nth-child(1) {
    margin-bottom: 30px;
}

.home-our-products .container > .row > .col-md-3:nth-child(1) .row .box:nth-child(1) img,
.home-our-products .container > .row > .col-md-3:nth-child(3) .row .box:nth-child(2) img,
.home-our-products .container > .row > .col-md-3:nth-child(1) .row .box:nth-child(2) img,
.home-our-products .container > .row > .col-md-3:nth-child(3) .row .box:nth-child(1) img {
    max-width: 100%;
}

.home-our-products .container > .row > .col-md-3:nth-child(2),
.home-our-products .container > .row > .col-md-3:nth-child(4) {
    height: 495px;
}

.home-our-products .container > .row > .col-md-3:nth-child(2) a,
.home-our-products .container > .row > .col-md-3:nth-child(4) a {
    display: block;
    overflow: hidden;
}

.home-our-products .box {
    overflow: hidden;
    position: relative;
}

.home-our-products .box::after {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0
}

.home-our-products .box:hover::after {
    background: rgba(0, 0, 0, 0.0);
}

.home-our-products .box > a::after {
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}

.home-our-products .box > a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.home-our-products .box > a img {
    max-width: none;
    transition: all 0.2s ease 0s;
}

.home-our-products .box > a:hover img {
    transform: rotate(0deg) scale(1.04);
}

.home-our-products .box > a:hover + h3,
.home-our-products .box h3:hover {
    background: #eb9630;
}

.home-our-products .box > a:hover + h3 a,
.home-our-products .box h3:hover a {
    color: #fff;
    text-decoration: none;
}

.home-our-products .box h3 {
    background: rgba(0, 182, 131, 0.8);
    bottom: 20px;
    font-size: 17px;
    left: 15px;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 1;
}

.home-our-products .box h3 a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 18px 15px;
}


.prodDest, .prodCat, .prodRelacionado {
    margin-top: 60px;
}

.prodDest img {
    height: 300px;
    object-fit: cover;
}

.prodDest h2, .prodRelacionado h2 {
    font-size: 22px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.prodDest ul, .prodCat ul, .prodRelacionado ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prodDest ul li, .prodCat ul li, .prodRelacionado ul li {
    margin-bottom: 40px;
}

.prodDest ul li:nth-child(3n+1), .prodCat ul li:nth-child(3n+1), .prodRelacionado ul li:nth-child(3n+1) {
    clear: both;
}

.prodDest ul li .contentLi, .prodCat ul li .contentLi, .prodRelacionado ul li .contentLi {
    position: relative;
    text-align: center;
    box-shadow: 1px 7px 8px -2px rgba(0, 0, 0, .07);
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.prodDest ul li .prod-lancamento::before,
.prodCat ul li .prod-lancamento::before,
.prodRelacionado ul li .prod-lancamento::before,
.fotos-produto .prod-lancamento .imgPrincipal::before {
    content: 'Destaque';
    font: 14px/14px 'Nunito Sans', sans-serif;
    position: relative;
    top: 0;
    background: #384566;
    padding: 10px 14px;
    color: #fff;
    width: 130px;
    border-radius: 0 0 16px 16px;
    z-index: 1;
    display: block;
    margin: auto;
}

.fotos-produto .prod-lancamento .imgPrincipal {
    padding-top: 0 !important;
}

.prodDest ul li .contentLi span, .prodCat ul li .contentLi span, .prodRelacionado ul li .contentLi span {
    display: block;
    overflow: hidden;
}

.prodDest ul li .contentLi span a, .prodCat ul li .contentLi span a, .prodRelacionado ul li .contentLi span a {
    display: block; /* height: 326px;*/
    padding: 40px 20px;
    position: relative;
}

.prodDest ul li .contentLi span a:hover::after, .prodCat ul li .contentLi span a:hover::after, .prodRelacionado ul li .contentLi span a:hover::after {
    background: rgba(253, 188, 62, 0.9);
    bottom: 0;
    color: #fff;
    content: "CONFIRA";
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
}

.prodDest ul li .contentLi span a img, .prodCat ul li .contentLi span a img, .prodRelacionado ul li .contentLi span a img {
    max-height: 100%;
    mix-blend-mode: multiply;
    transition: all .2s ease 0s;
}

.contentLi span:hover > a img {
    transform: rotate(0deg) scale(1.04);
}

.prodDest ul li .contentLi div, .prodCat ul li .contentLi div, .prodRelacionado ul li .contentLi div {
    padding: 15px 20px 40px 20px;
}

.prodDest ul li p, .prodCat ul li p, .prodRelacionado ul li p {
    color: #aaa;
    font-style: italic;
}

.prodDest ul li h3, .prodCat ul li h3, .prodRelacionado ul li h3 {
    font-size: 17px;
    margin-top: 0;
}

.prodDest ul li h3 a, .prodCat ul li h3 a, .prodRelacionado ul li h3 a {
    color: #333;
    text-decoration: none;
}

.prodDest ul li p a.bg-success, .prodCat ul li p a.bg-success, .prodRelacionado ul li p a.bg-success {
    background: #3dc15e;
    color: #fff;
    transition: all .15s;
    font-style: normal;
}

.prodDest ul li p a.bg-success:hover, .prodCat ul li p a.bg-success:hover, .prodRelacionado ul li p a.bg-success:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.prodCat ul {
    margin-left: -15px;
    margin-right: -15px;
}

.prodCat ul li .contentLi span a img {
    max-height: 230px;
}

.prodCat ul li .contentLi span a {
    height: auto;
}

.prodHome h1::after, .prodDest h2::after, .prodRelacionado h2::after {
    background: #00b683;
    content: "";
    display: block;
    height: 3px;
    margin: 15px auto 0;
    width: 80px;
}

.prodDest h2 {
    font-size: 22px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.prodDest h2 small {
    font-size: 15px;
}

.page-header {
    background: #171d2c;
    overflow: hidden;
    position: relative;
    padding: 90px 0 50px 0;
    margin-top: -40px;
}

.page-header h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.main-footer {
    background-image: url(../img/bg_rodape.jpg);
    background-position: center;
    background-size: cover;
    padding: 30px 10px;
}

.main-footer h3 {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
}

.main-footer ul {
    padding: 0;
}

.main-footer ul li {
    list-style: none;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.main-footer ul li a {
    font-weight: bold;
    color: #282828;
}

.main-footer p {
    margin-bottom: 3px;
    font-weight: 600;
}

.main-footer img {
    display: block;
    margin: 25px 0;
}

.main-footer .contatos {
    padding: 0;
    margin: 20px 0;
    display: block;
    float: left;
    width: 100%;
}

.main-footer .contatos:after {
    clear: both;
    display: block;
}

.main-footer .contatos li {
    width: 50%;
    font-weight: 600;
    font-size: 14px;
    float: left;
    list-style: none;
    margin-bottom: 4px;
}

.prodText h1 {
    font-size: 25px;
    margin: 0 0 30px;
}

.prodText .boxInterno {
    margin-top: 50px;
    text-align: center;
}

.prodText .boxInterno .solicOrcamento {
    background: #ffa800;
    border-bottom: 3px solid #e08900;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 17px;
    min-width: 220px;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 15px;
}

.prodText .boxInterno a.btnWhatsApp {
    background: #4caf50;
    border-bottom: 3px solid #3b873e;
}

.prodText .boxInterno a.btnWhatsApp svg {
    width: 20px;
    margin-right: 5px;
    fill: #fff;
}

.prodText .boxInterno .solicOrcamento {
    background: #ffa800;
    border-bottom: 3px solid #e08900;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 17px;
    min-width: 220px;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 15px;
}

.prodText .boxInterno .solicOrcamento svg {
    width: 15px;
    margin-right: 5px;
    fill: #fff;
}

.telDet {
    background: url(../img/icon-central-atendimento.png) no-repeat left center;
    color: #959595;
    display: inline-block;
    padding-left: 48px !important;
    text-align: left;
    cursor: pointer;
}

.telDet > span {
    display: block;
    font-size: 17px;
    text-align: left;
}

.telDet .btn {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    pointer-events: none;
}

.prodDesc {
    background: #f6f6f6;
    margin-top: 50px;
    padding: 60px 0;
}

.btn-social {
    display: inline-block;
    padding: 10px;
    color: #444;
}

.btn-social:hover {
    color: #000;
}

@media screen and (max-width: 1020px) {

    .main-header .telDet {
        display: none;
    }

    .main-navbar {
        padding: 0;
    }

    .main-navbar .navbar {
        padding: 20px 0;
    }

    .main-navbar .navbar .navbar-nav {
        margin-top: 10px;
    }

    .main-navbar .navbar .nav-link {
        padding: 10px;
    }

    .form-search-header {
        display: none;
    }

    .home-slide {
        margin-top: 0;
    }

    .swiper-container .banner1 .caption p {
        line-height: 42px !important;
    }
}