* {	
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #f8f8f8;
    line-height: 1.6;
    overflow-x: hidden;
}

ul{
    list-style:none;
}

a{
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'lato', sans-serif;
}

p{
    text-align: justify;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

.line{
    position: relative;
}

.line::before{
    position: absolute;
    content: '';
    width: 145px;
    height: 4px;
    bottom: -10px;
    left: 0;
    background-color: #006cb4;
}

.button{
    width: 165px;
    font-family: 'lato', sans-serif;
    font-size: 15px;
    background-color: #28a2e3;
    color: #fff;
    font-weight: 900;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    outline: none;
}

.button:hover{
    cursor: pointer;
    background-color: #006cb5;
}

/*content*/
.content-header-background{
    background-image: url(../img/empresa-header-.jpg);
}

.content{
    background-image: url(../img/empresa-.jpg);
    font-size: cover;
}

.content-title{
    background-image: url(../img/empresa-header-title.jpg);
}

.content-title h1{
    font-size: 40px;
    color: #fff;
    padding: 45px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.content-title .line::before{
    background-color: #28a2e3;
    bottom: -53px;
    left: calc(50% - 145px / 2);
}

.content-slider{
    background-color: #fff;
    margin-top: 45px;
}

.content-slider h1{
    font-size: 32px;
    text-transform: uppercase;
    color: #006cb3;
    font-weight: 900;
    text-align: center;
    padding-top: 45px;
}

.content-slider .line::before{
    left: calc(50% - 145px / 2);
}
/* HEADER */
/*header-menu*/
.header-line-main{
    width: 100%;
    height: 8px;
    background-image: url(../img/header-line.jpg);
}

.header-menu-index{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 2;
    margin-top: 30px;
}

.header-menu{
    position: relative;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.header-logo {
    position: absolute;
    width: 500px;
    height: 167px;
    background-color: #fff;
    border-radius: 0 82px 100px 0px;
    box-shadow: 0px 0px 40px rgba(0,0,0,.2);
    margin-top: -4px;
    z-index: 1;
}

.header-logo a{
    float: right;
    padding: 30px 60px 30px 15px;
}

.nav ul{
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.nav li a{
    display: block;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'lato', sans-serif;
    color: #fff;
    padding: 20px 22px;
}

.nav li a:hover,
.nav li a.active{
    background-color: #28a2e3;
    border-radius: 50px;
}

.nav .divider{
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.index .header-nav{
    /* margin-right: -300px;*/
}

/*header-menu-responsivo*/
.header-nav.is-visible, 
.produtos-left.is-visible{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.nav-icon, 
.nav-icon-close, 
.nav-filtro, 
.nav-filtro-close{
    display: none;
}

@media screen and (max-width: 1500px){
    .header-logo {
        width: 200px;
    }

    .header-logo a{
        padding: 37px 20px 30px 15px;
    }
}

@media screen and (max-width: 1250px){
    .nav a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px){
    /*menu*/
    .nav ul {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding-top: 60px;
    }

    .nav li a:hover,
    .nav li a.active{
        background-color: #1a508c;
        border-radius: 0px;
    }

    .nav li a{
        padding: 0 22px;
    }

    .nav .divider {
        display: none;
    }

    /*menu responsivo*/
    .header-nav, .produtos-left{
        position: fixed;
        z-index: 20;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 80, 140, 0.8);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s;
        line-height: 3.5;
    }

    .produtos-left{
        overflow: auto;
    }

    .nav-icon, 
    .nav-icon-close{
        position: absolute;
        top: 45px;
        display: block;
        right: 20px;
        width: 30px;
        height: 30px;
        background-image: url('../img/icons-nav.png');
        background-position: 0 0;
        z-index: 2;
    }

    .nav-icon-close{
        top: 45px;
        right: 21px;
        background-repeat: no-repeat;
        background-position: -30px 0;
    }

    /*filtro*/
    .nav-filtro, 
    .nav-filtro-close{
        background-image: none;
        background-color: #1a508c;
        position: relative;
        top: 15px;
        display: block;
        right: 0px;
        width: 100%;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 800;
        padding: 7px;
    }

    .nav-filtro-close{
        background-image: url('../img/icons-nav.png');
        background-position: -25px -6px;
        background-repeat: no-repeat;
        background-size: 54px;
        top: 27px;
        right: calc(-90% - 1px / 2);
        height: 45px;
        background-color: transparent;
    }

    .produtos{
        display: inline;
        margin-top: 50px;
        width: 100%;
    }

    .content-produtos .produtos-search {
        width: 45%;
    }

    .produtos-right{
        margin-top: 30px;
    }

    .produtos-left-box{
        padding-top: 50px;
    }
}

@media screen and (max-width: 650px){
    .header-logo {
        height: 116px;
    }

    .header-logo a {
        padding: 12px 20px 30px 15px;
    }
}

/********************* INDEX *********************/
.index h1{
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    width: 65%;
    line-height: 120%;
}

/*slider*/
.slider-principal{
    position: relative;
    background-color: #006bc4;
}

.slider-principal .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.7;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet{
    background-color: #d6d6d6;
    opacity: 0.7;
    width: 12px;
    height: 12px;
}

.slider-principal .swiper-pagination-bullet-active{
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../img/slider-button.fw.png);
}

.swiper-pagination-bullet-active{
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../img/slider-button.fw.png);
}

.slider-text{
    position: absolute;
    bottom: calc(20% - 1px / 2);
    padding: 45px 66px 45px 25px;
    border-radius: 0 140px 140px 0px;
    box-shadow: 77px 0px 105px rgba(0,0,0,.2);
    margin-top: -4px;
}

.slider-text .line::before{
    width: 198px;
    height: 7px;
    background-color: #fff;
    bottom: -20px;
}

.slider-text h1{
    font-size: 55px;
    color: #fff;
}

/* content-produtos */
.content-produtos{
    background-image: url(../img/index-produtos-.jpg);
    padding-top: 65px;
}

.produtos{
    margin-top: 50px;
}

.produtos h1{
    font-size: 32px;
    width: 100%;
    text-align: center;
    color: #006cb4;
    font-weight: 900;
}

.produtos h1:hover{
    color: #006bc4;
}

.produtos h1 .line::before{
    left: calc(50% - 145px / 2);
}

.produtos h2{
    font-size: 16px;
    color: #7e797e;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

.slider{
    margin-top: 40px;
}

.swiper-slide-produtos img{
    border-radius: 10px;
}

.swiper-slide-produtos h2{
    font-size: 16px;
    color: #7e797e;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    padding-top: 10px;
}

.swiper-slide-produtos h2:hover{
    color: #006cb4
}

/*content-empresa*/
.content-index-empresa{
    background-image: url(../img/index-empresa-.jpg);
    background-repeat: no-repeat;
}

.index-empresa{
    justify-content: space-between;
    display: flex;
    padding: 65px 0;
}

.index-empresa-left img{
    border-radius: 10px;
}

.index-empresa-right{
    width: 50%;
    margin-left: 65px;
}

.index-empresa-right h1{
    color: #fff;
}

.index-empresa-right .line::before{
    background-color: #fff;
}

.index-empresa-right p{
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.index-empresa-button{
    margin: 35px 0;
    width: 280px;
}

/*index-marcas*/
.content-marcas{
    background-color: #fff;
}

.index-marcas{
    justify-content: space-between;
    display: flex;
    padding: 40px 0;
}

.index-marcas-left{
    width: 30%;
}

.index-marcas-left h1{
    color: #006cb4;
}

.index-marcas-left .line::before{
    background-color: #006cb4;
}

.index-marcas-left p{
    font-size: 16px;
    color: #797979;
    margin-top: 30px;
}

.slider-marcas{
    width: 65%;
}

.swiper-slide-marcas{
    padding: 50px;
    border: 1px solid #d6d6d6;
}

.swiper-slide-marcas img, .marcas-right-item img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.swiper-slide-marcas img:hover, .marcas-right-item img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}

@media screen and (max-width: 1500px){
    .slider-text{
        bottom: calc(5% - 1px / 2);
    }

    .slider-text h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px){
    .slider-text h1 {
        font-size: 30px;
    }

    .header-logo-index{
        width: 15%;
    }
}

@media screen and (max-width: 1024px){
    .index-empresa, .index-marcas{
        display: inline;
    }

    .index-empresa-left,
    .index-empresa-right{
        text-align: center;
        margin: 0;
        width: 100%;
        padding: 20px;
        background-image: url(../img/index-empresa-.jpg);
    }

    .content-index-empresa{
        background-image: none;
    }

    .index-marcas-left h1{
        text-align: center;
    }

    .index-marcas-left, .slider-marcas{
        width: 100%;
        margin-top: 20px;
    }

    /*logo*/
    .header-logo-index{
        width: 100%;
        text-align: center;
    }

    .slider-principal{
        padding-top: 150px;
    }

    .header-logo-index img{
        width: 150px;
    }

    .header-menu-index{
        position: relative;
        background-color: #1a508c;
        padding: 20px;
        margin: 0;
    }
}

@media screen and (max-width: 650px){
    .slider-principal .swiper-slide img{
        height: 256px !important;
    }

    .slider-text h1 {
        font-size: 20px;
    }

    .slider-text .line::before{
        width: 70px;
        height: 3px;
        bottom: -5px;
    }

    .slider-text {
        bottom: calc(-5% - 1px / 2);
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        display: none;
    }
}

/********************* EMPRESA *********************/
.empresa{
    justify-content: space-between;
    display: flex;
    padding-top: 50px;
}

.empresa-left{
    width: 48%;
}

.empresa h1{
    font-size: 25px;
    color: #006cb2;
    text-transform: uppercase;
}

.empresa-left-item{
    background-color: #fff;
    padding: 25px;
    margin: 20px 0;
}

.empresa-left-item .line::before{
    width: 55px;
    height: 3px;
    bottom: 0px;
}

.empresa p{
    font-size: 17px;
    color: #5a5a5a;
    margin-top: 20px;
}

.empresa p:nth-child(1){
    margin-top: 0;
}

.empresa-right{
    width: 50%;
}

.empresa-right img{
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1024px){
    .empresa{
        display: inline-block;
    }

    .empresa-left,
    .empresa-right{
        width: 100%;
    }

    .empresa-right img{
        display: none;
    }
}	

@media screen and (max-width: 660px){
    .content-slider, .slider-marcas {
        padding: 45px 0;
    }
}

/********************* PRODUTOS *********************/
.produtos,
.produtosD{
    width: 100%;
    display: grid;
    grid-template-columns: auto 70%;
    grid-gap: 10px;
}

.produtos-left li{
    margin: 5px;
}

.produtos-left li a{
    display: block;
    border: 1px solid #e8e8e8;
    padding: 15px 25px;
    margin-bottom: 5px;
    border-radius: 50px; 
    background-color: #fff;
    color: #a1a1a1;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    color: #a1a1a1;
}

.produtos-left li a:hover{
    background-color: #1a508c;
    color: #fff;
}

.produtos-left li a.ativo{
    background-color: #1a508c;
    color: #fff;
}

/* .collapsible-body {
	display: none;
	padding: 10px 0;
}

.collapsible-header{
    outline: none;
}

.produtos-left li .collapsible-text a{
    font-family: 'lato', sans-serif;
    font-size: 12px;
    color: #A0A0A0;
    font-weight: 900;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    margin-left: 20px;
}

.produtos-left li .collapsible-text a:hover,
.produtos-left li .collapsible-text a.active{
    color: #1A508C;
} */

/*collapsible*/
.produtos-collapsible .collapsible {
    width: 100%;
    font-family: 'lato', sans-serif;
    font-size: 12px;
    color: #A0A0A0;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 35px;
    padding: 15px 25px;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: start;
    outline: none;
}

.produtos-collapsible .collapsible.active, 
.produtos-collapsible .collapsible:hover {
    background-color: #1A508C;
    color: #fff;
}

.produtos-collapsible .content {
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.produtos-collapsible .content a{
    display: block;
    font-family: 'lato', sans-serif;
    margin-top: 10px;
    font-size: 12px;
    color: #A0A0A0;
    font-weight: 900;
    padding: 0 30px;
    text-align: start;
    text-transform: uppercase;
}
 
.produtos-collapsible .content a:hover,
.produtos-collapsible .content a.active{
    color: #1A508C;
}

.produtos-collapsible .collapsible:after {
    width: 15px;
    height: 6px;
    background-image: url(../img/icon-produtos.png);
    background-repeat: no-repeat;
    content: '';
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.produtos-collapsible .active:after {
    content: ' ';
    background-position: -15px;
}

/**/

.produtos-right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.produtos-right-item{
    width: 32%;
}

/*button-next*/
.button-next{
    width: 100%;
    text-align: center;
    margin: 45px 0;
}

.button-next a{
    background-color: #cdcdcd;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}

.button-next a:hover{
    background-color: #016eb6;
    color: #fff;
}

.button-next a.ativo{
    background-color: #016eb6;
    color: #fff;
}

.nav-filter,
.nav-filter-close {
    display: none;
}

@media screen and (max-width: 1024px){
    .produtos{
        display: inline-block;
        margin: 0;
    }

    .produtos-right{
        width: 100%;
    }

    .produtos-left{
        width: 100%;
    }

    /* produto-filtro*/
    .produtos-left,
    .produtos-left ul {
        flex-direction: column;
        display: inline-flex;
        text-align: center;
    }

    .produtos-left ul{
        padding-top: 80px;
    }

    .produtos-left li a{
        height: 35px;
        border-radius: 0px;
        margin: 0px;
        padding: 0;
        box-shadow: 0 0 0;
        color: #fff;
        padding: 23px 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .produtos-collapsible .collapsible{
        border-radius: 0;
    }

    .content{
        background-image: none;
    }

    .produtos-collapsible .content p{
        color: #fff;
    }

    .produtos-collapsible .content a:hover p,
    .produtos-collapsible .content a.active p{
        color: #cecece;
    }
}

@media screen and (max-width: 700px){
    .produtos-right-item {
        width: 49%;
    }
}

@media screen and (max-width: 400px){
    .produtos-right-item {
        width: 100%;
    }
}

/********************* PRODUTOS DETALHES *********************/
.produtosD{
    margin-top: 50px;
}

.produtosD-right{
    width: 100%;
}

.produtosD-right h1{
    font-size: 25px;
    color: #006cb2;
    text-align: start;
    margin-bottom: 45px;
}

.produtosD-text .line::before{
    width: 55px;
    left: 0px;
}

.produtosD-info{
    width: 100%;
    /* justify-content: space-between;
    display: flex; */
    display: grid;
	grid-template-columns: auto 50%;
    grid-gap: 10px;
}

.produtosD-text p{
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 35px;
}

.produtosD-info .slider-principal img{
    border-radius: 10px;
}

.slider-produtos_detalhes{
    background-color: transparent;
}

@media screen and (max-width: 1024px){
    .produtosD{
        width: 100%;
        display: inline-block;
    }

    .produtosD-right{
        width: 100%;
    }

    .slider-principal{
        padding: 0;
    }
}

@media screen and (max-width: 700px){
    .produtosD-info{
        width: 100%;
        display: inline-block;
    }

    .produtosD-text, .produtosD-info .slider-principal{
        width: 100%;
    }


}

/********************* SERVICOS *********************/
.servicos{
    display:grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    margin-bottom: 40px;
    align-items: center;
}

.servicos, .marcas{
    margin-top: 50px;
}

#pageobras .servicos{
    display:flex;
    width:100%;
}

#pageobras .servicos-right{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#pageobras .servicos-right div.ob{
    width:32%;
}

/**/
.servicos-left ul{
    list-style: square inside url("../img/lista-servicos.png");
}

.servicos-left li{
    font-family: 'lato', sans-serif;
    font-size: 17px;
    color: #595959;
    margin-bottom: 20px;
    font-weight: 400;
}

.servicos .slider-principal{
    background-color: transparent;
}

/**/
/* .servicos-right{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
} */

.servicos-right-item-link{
    width: 32%;
    margin-bottom: 30px;
    color: #7e797e;
}

.servicos-right-item-link img{
    width: 100%;
}

.servicos-right-item-link:hover{
    color: #006cb2;
    cursor: pointer;
}

.servicos-right-item-link img{
    width: 100%;
}

.servicos-right-item-link h1{
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

@media screen and (max-width: 900px){
    .servicos-right-item-link{
        width: 49%;
    }
}

@media screen and (max-width: 550px){
    .servicos-right-item-link{
        width: 100%;
    }
}

/********************* MARCAS *********************/
.marcas{
    margin-bottom: 65px;
}

.marcas-right{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.marcas-right-item{
    width: 23%;
    padding: 50px;
    background-color: #fff;
    margin: 5px;
}

@media screen and (max-width: 1024px){
    .marcas-right-item{
        width: 32%;
    }
}

@media screen and (max-width: 800px){
    .marcas-right-item{
        width: 48%;
    }
}

@media screen and (max-width: 550px){
    .marcas-right-item{
        width: 100%;
    }
}

/********************* CONTATO *********************/
.contato-container{
    margin: 55px 0;
}

.contato{
    justify-content: space-between;
    display: flex;
}

.contato-container p{
    color: #595959;
}

.contato-left{
    margin-right: 50px;
}

.formulario{
    justify-content: space-between;
    display: flex;
}

input, textarea, select{
    font-family: 'lato', sans-serif;
    width: 100%;
    padding: 15px 25px;
    margin-top: 10px;
    border-radius: 50px;
    border: 1px solid #d6d6d6;
    outline: none;
    font-size: 16px;
}

::-webkit-input-placeholder {color: #646464;}
:-moz-placeholder {color: #646464;} 
::-moz-placeholder {color: #646464;}
:-ms-input-placeholder {color: #646464;}

textarea{
    border-radius: 10px;
    height: 133px;
}

select{
    background-image: url(../img/contato-select.png);
    background-repeat: no-repeat;
    background-position: 270px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #646464;
}

.contato-right{
    width: 50%;
}

.contato .button{
    float: right;
    width: 210px;
}

@media screen and (max-width: 750px){
    .contato{
        display: inline;
    }

    .contato-left{
        margin: 0;
    }

    .contato-right{
        width: 100%;
        margin-top: 100px;
    }

    .map iframe{
        width: 100%;
    }
}

/********************* FOOTER *********************/
footer{
    background-image: url(../img/footer-.jpg);
}

.footer-container{
    justify-content: start;
    display: flex;
    align-items: center;
    padding: 85px 0;
}

.footer-container h1{
    font-size: 29px;
    color: #fff;
    padding-bottom: 20px;
}

.footer-container .line::before{
    background-color: #fff;
    width: 39px;
    bottom: -5px;
}

.footer-container h2{
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    line-height: 1.0;
}

.footer-container p, .footer-container a{
    font-size: 16px;
    color: #fff;
}

.footer-container a:hover{
    text-decoration: underline;
}

.footer-info{
    margin-right: 120px;
}

.footer-item{
    justify-content: space-between;
    display: flex;
    margin-right: 80px;
}

.footer-item-icon{
    width: 30px;
    height: 30px;
    background-image: url(../img/footer-icon.png);
    background-repeat: no-repeat;
    margin-right: 15px;
}

.footer-item-icon-social{
    width: 32px;
    height: 35px;
    background-image: url(../img/footer-icons-social.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}

.social-instagram{background-position: -40px;}
.social-facebook{background-position: -80px;}

/*last-page*/
.last-page{
    background-color: #1e5fa6;
}

.last-page-item{
    justify-content: space-between;
    display: flex;
    padding: 25px 0;
}

.last-page-item p, 
.last-page-item a{
    color: #fff;
}

.header-logo-footer {
    position: absolute;
    width: 500px;
    height: 167px;
    background-color: #fff;
    border-radius: 100px 0 0px 100px;
    box-shadow: 0px 0px 40px rgba(0,0,0,.2);
    margin-top: -85px;
    right: 0;
}

.header-logo-footer a{
    float: left;
    padding: 30px 15px 30px 60px;
}

@media screen and (max-width: 1500px){
    .header-logo-footer{
        width: 200px;
    }

    .header-logo-footer a {
        padding: 40px 19px 40px 24px;
    }
}

@media screen and (max-width: 1200px){
    .footer-info {
        margin-right: 60px;
    }

    .footer-item{
        margin-right: 30px;
    }
}

@media screen and (max-width: 1024px){
    .footer-container{
        width: 100%;
        display: inline-block;
    }

    .footer-item{
        justify-content: start;
        margin-top: 50px;
    }

    .header-logo-footer{
        margin-top: -230px;
    }

    .last-page-item{
        display: inline-block;
    }
}

@media screen and (max-width: 520px){
    .header-logo-footer{
        position: relative;
        margin-top: 20px;
    }

    .header-logo-footer{
        width: 200px;
        border-radius: 0;
    }

    .footer-item{
        margin-right: 0;
    }
}
/* .dr-menu.dr-menu-open ul li:nth-child(2) {transition-delay: 35ms;}
.dr-menu.dr-menu-open ul li:nth-child(3) {transition-delay: 70ms;}
.dr-menu.dr-menu-open ul li:nth-child(4) {transition-delay: 105ms;}
.dr-menu.dr-menu-open ul li:nth-child(5) {transition-delay: 140ms;}
.dr-menu.dr-menu-open ul li:nth-child(6) {transition-delay: 175ms;}
.dr-menu.dr-menu-open ul li:nth-child(7) {transition-delay: 205ms;} */

.alert{  
    border-radius: 10px;  
    padding: 20px 30px;
    text-align: center;
    background: #28a2e3;
    color: #fff;
}

@media screen and (max-width:800px){
    #pageobras .servicos-right div.ob{
        width:49%;
    }
}

@media screen and (max-width:599px){
    .produtos-right-item{
        width:100%;
    }

    #pageobras .servicos-right div.ob{
        width:100%;
    }
}


    /* Botão Flutuante */

    body {
        font-family: lato, sans-serif;

    }

    #btnWhatsapp {
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        background-color: #34AF23;
        border: none;
        border-radius: 50%;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.2s ease-in-out;
    }

    #btnWhatsapp:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }

    #btnWhatsapp img {
        width: 30px;
        height: 30px;
    }

    /* Sobreposição (overlay) */
    #popupWhatsapp {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    /* Caixa de formulário */
    .box {
        background:
            linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            /* sombra sobre a imagem */
            url("https://lp.splashpiscinas.com/assets/uploads/sites/96/2023/07/BG-WPP.webp");
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
        width: 90%;
        max-width: 400px;
        color: #ffffff;
        background-size: cover;
        background-position: center;
    }


    .box h2 {
        margin-top: 0;
        text-align: center;
    }

    .box label {
        display: block;
        margin-top: 15px;
    }

    .box input {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        box-sizing: border-box;
    }

    .box button {
        width: 100%;
        margin-top: 20px;
        padding: 12px;
        background-color: #61ce70;
        border: none;
        color: white;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
    }