body{
    margin: 0;
    font-family: 'Lato'!important;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
h2{
    margin: 0;
}
.clearfix{
    clear: both;
}
.flex{
    display: flex;
    justify-content: space-between;
}
header{
    padding-top: 10px;
    background-color: white;
    width: 100%; 
    background-color: #fee100;
}
.container{
    width: 1110px!important;
}
header .container .logo{
    padding-top:15px;
    padding-bottom: 25px;
}
header .container .logo img{
    width:75%;
}
header .container .tel{
    /* float: right; */
    text-align: right;
    margin-top: 20px;
}
header .bgMenu{
    background-color:#d15500;
    padding:15px 0;
}
header .container .tel p{
    color: #d15500;
    font-weight: normal;
    margin-top: 40px;
    font-size: 30px;    
    line-height: 34px;
}
header .container .tel a{
    text-decoration:none!important
}
header .container .tel p strong{
    font-weight:900;
}
header .container .tel span{
    font-size: 30px;
    font-weight: 700;
}
header nav{
    background-color: rgb(165, 66, 0);
    padding: 11px 0;
    margin-top: 20px;
    text-align: center;
}
nav .container a{
    color: #fbfbfd;
    padding: 11px 20px;
    margin-right: 5px;
    text-decoration: none;
}
nav .container a:hover{
    background-color: #d15500!important;
}
.banner .slide img{
    width:100%;
}
.banner .slick-dots li button:before{
    color: white;
    font-size:67px;
}
.banner .slick-dots li.slick-active button:before{
    color:white;
}
.banner .slick-dots{
    bottom:10px;
}
.banner .slick-dotted.slick-slider{
    margin:0;
}
.conteudoInterna{
    background-image: -webkit-linear-gradient(top, rgb(255, 223, 203) 0%, rgb(255, 255, 255) 100%);
    padding: 20px 0;
    background-attachment: fixed;
    padding-top:  230px;
    padding-bottom: 0;
}
.conteudoInterna h3{
    color: #d15500;
    font-weight: normal;
    font-size: 24px;
    margin-top: 0;
}
.conteudoInterna .colContato{
    width: 47%;
}
.linha{
    background-color: #d15500;
    width: 100px;
    height: 5px;
    margin: auto;
    margin-bottom: 15px;
}
form{
    text-align: center;
}
.colContato h3{
    color: rgb(165, 66, 0);
    text-align: center;
}
.colContato h5{
    color: #a54200;
    font-size: 16px;
    margin: 0;

}
input[type="button"]{
    width: auto!important;
    background-color: #d15500!important;
    color: #fbfbfd!important;
    border: none!important;
    padding: 8px 30px!important;
    height: auto!important;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 500;
    font-family: Fira Sans;
}
input[type="button"]:hover{
    background-color: #a54200!important;
}
.colContato p{
    margin:10px 0;
}
.colContato input{
    width: 100%;
    border: 1px solid black;
    background-color: transparent;
    margin-bottom: 15px;
    height: 30px;
    padding-left: 3px;
}
.colContato input::placeholder{
    color: black!important;
    font-family: Fira Sans;
   
}
.colContato textarea{
    width: 100%;
    background-color: transparent;
    border: 1px solid black;
}
.colContato textarea::placeholder{
    color: black;
    font-family: Fira Sans;
}
.slideHome img{
    width: 100%;
}
.colunas{
    padding: 35px 0;
    background-color: #fafafa;
}
.colunas .colInfo h3{
    color: #d15500;
    font-weight: 700;
    font-size: 17px;
}
.colunas .colInfo p{
    font-size: 14px;
    margin: 0 0 10px;
}
.colunas .colInfo a{
    color: #b4a950;
    text-decoration: underline;
}
.newsletter{
    background-color: #d15500;
    padding: 35px 0;
}
.newsletter h2{
    margin: 0;
    color: white;
    font-size: 30px;
}
.newsletter input{
    width: 85%;
    height: 100%;
    border: none;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    color: #d15500;
    padding-left: 10px;
    font-size: 14px;
    outline:none;
}
.newsletter input::placeholder{
    color:#d15500;
}
.newsletter button{
    outline:none;
    width: 14%;
    margin-left: -3px;
    height: 100%;
    vertical-align: top;
    border:none;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
    background-position-x: 28px;
    font-size: 0;
    background-image: url(https://assets.xtechcommerce.com/assets/130917/1562611390/img/seta.png);
    background-color: #fee100;
    background-repeat: no-repeat;
    background-position-y: 11px;
}
.page h1{
    color: #d15500!important;
    font-weight: bold!important;
    padding: 20px 0;
    font-size: 30px;
}
.page h2{
    color: #d15500;
    font-size:23px;
    margin-top:30px;
}
.page img{
    margin-bottom: 30px;
    width:100%;
}
.page{
    margin: 30px 0;
}
.form-group{
    text-align:left;
}
.form-group input, .form-group textarea{
    outline:none!important;
    border-radius:0;
}
.form-group .btn{
    background-color: #d15500!important;
    border: none;
}
.construcao .slick-prev:before, .construcao .slick-next:before{
    color:#000;
}
.construcao .slick-next{
    z-index:123;
}
.bloco, .piscina{
    margin:30px 0;
}
footer{
    padding: 40px 0;
}
footer h2{
    color: #d15500;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: initial;
    font-size: 16px;
    padding-bottom: 0;
}
footer p{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 27px;
}
footer a{
    font-size: 14px;
    margin-bottom: 0;
    color:#000!important;
    text-decoration:none!important;
}
footer .marcas{
    padding-left:50px;
}
footer .marcas img {
    width: 75px;
    margin-right: 13px;
}
footer .bairros{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #d5d2d2;
    text-align:center;
}
footer .contato{
    background: #d15500;
    color: white!important;
    padding: 10px;
    border-radius: 9px;
    margin-top: 10px;
    display: inline-block;
}
@media screen and (max-width:767px){
    header .container .tel p{
        margin-top: 10px;
        text-align: center;
    }
    header .container .logo{
        text-align:center;
    }
    header .container .logo img{
        width:50%;
    }
    .colInfo{
        margin: 20px 0;
    }
    .newsletter input{
        height:37px;
    }
    .newsletter h2{
        margin-bottom:20px;
    }
    footer .m-auto .row div {
        margin: 10px 0;
        padding-left: 15px;
    }
    .container{
        width:100%!important;
    }
}
@media screen and (max-width:510px){
    footer .marcas a{
        display: inherit;
        margin-bottom: 35px;
    }
    footer .marcas .row{
        justify-content: space-around;
    }
}