@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}  
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #424242;
}
p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px !important;
}
h2.titulo {
  font-size: 30px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* form optgroup {
  color: #0c5935;
} */
.row {
  margin-bottom: 0;
}

/* botões */
.btn-default {
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background: #f16840;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 25px;
}
.btn-default img {
    width: 19px !important;
    height: 19px;
    margin-right: 10px;
}
.btn-alternative {
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #f16840;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    border: 1px solid #f16840;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 25px;
}


/* títulos */
.titulo {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #f16840;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.descricao {
    text-align: center;
    margin-bottom: 40px;

}



/* ========== TOPO ========== */
#topo {
    padding-top: 70px;
    height: 206px;
    margin-bottom: -206px;
    z-index: 9;
}

/* ========== BANNER ========== */
#banner {
    width: 100%;
    height: 685px;
    z-index: 1;
    margin-bottom: 80px;
}
#banner .container {
    padding-top: 90px;
}
#banner .container .row>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width:769px){
    #banner.owl-carousel.owl-drag .owl-item {
        height: 625px;
    }
}
#banner .banner-01 {
    background-image: url(../images/01.jpg);
}
#banner .banner-02 {
    background-image: url(../images/02.jpg);
}
#banner .banner-03 {
    background-image: url(../images/03.jpg);
}
#banner .banner-04 {
    background-image: url(../images/04.jpg);
}
#banner .banner-abc {
    background-image: url(../images/abc-atacado.jpg);
}
#banner .banner-castelo {
    background-image: url(../images/castelo-branco.jpg);
}
#banner .destaque {
    text-align: center;
}
#banner .destaque h1,
#banner .destaque h2 {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
}
#banner .destaque h1 {
    font-size: 48px;
    margin-bottom: 15px;
    line-height: 45px;
}
#banner .destaque h1 strong {
    font-size: 36px !important;
    font-weight: 800;
}
#banner .destaque h2 {
    font-size: 16px;
    font-weight: 800;
}
#banner .img-hero {
    width: initial;
}


/* ========== SERVIÇOS ========== */
#servicos {
    margin-top: 0;
    margin-bottom: 80px;
}
#slide-servicos .servico-item {
    position: relative;
    width: 100%;
    height: 318px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#slide-servicos .servico-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/degrade-item-servico.png) no-repeat center bottom;
}
#slide-servicos .servico-item.servico-01 {
    background-image: url(../images/fachada-e-revestimento-em-acm.jpg)
}
#slide-servicos .servico-item.servico-02 {
    background-image: url(../images/letras-em-chapa.jpg)
}
#slide-servicos .servico-item.servico-03 {
    background-image: url(../images/totens-e-sinalizacao.jpg)
}
#slide-servicos .servico-item.servico-04 {
    background-image: url(../images/toldo.jpg)
}
#slide-servicos .servico-item h3 {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
#slide-servicos .servico-item h3 span {
    font-weight: 300;
}


/* ========== FORM ========== */
#form {
    padding: 100px 0;
    /*max-height: 550px;*/
    margin-bottom: 80px;
    background: url(../images/bg-formulario.jpg);
    background-size: cover;
}
#form .titulo {
    color: #fff;
}
#form p {
    color: #fff;
    margin-bottom: 30px;
}
#form .form-input,
#form .form-group-captcha {
    position: relative;
}
#form input {
    background-color: #fff;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #424242;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: none;
}
#form label.error {
    position: absolute;
    top: 12px;
    right: 15px;
    color: red;
    font-size: 12px;
}
#form .form-group-captcha label.error {
    top: 34px;
}
#form button[type='submit'] {
    width: 100%;
    margin: 0 auto;
}


/* ========== NOTÍCIAS ========== */
#noticias {
    margin-bottom: 80px;
}
#noticias .noticia-item {
    transition: 0.3s;
    margin-bottom: 20px;
}
#noticias .noticia-item:hover {
    box-shadow: 0 0 10px #a5a5a5;
    transition: 0.3s;
}
#noticias .noticia-item:hover a>span,
#noticias .noticia-item a>span:hover {
    transition: 0.3s;
    background-color: #f16840;
    color: #fff;
}
#noticias .noticia-item a {
    display: block;
    text-decoration: none;
    color: #424242;
    padding: 30px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 4px;
    transition: 0.3s;
}
#noticias .noticia-item a>img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 4px;
}
#noticias .noticia-item a>h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
#noticias .noticia-item a>span {
    border: 1px solid #f16840;
    border-radius: 4px;
    padding: 6px 20px;
    color: #f16840;
    transition: 0.3s;
    text-transform: uppercase;
}


/* ========== PORQUE ========== */
#porque {
    margin-bottom: 80px;
}
#porque .img-fachada {
    border-radius: 4px;
}
.diferenciais {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
}
.diferenciais li {
    float: left;
    width: 18%;
    margin: 0 1%;
    padding: 25px 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 4px;
}
.diferenciais li:nth-child(1) {
    margin: 0 1% 0 0;
}
.diferenciais li:nth-child(5) {
    margin: 0 0 0 1%;
}
.diferenciais li img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}
.diferenciais li strong {
    font-weight: 700;
}


/* ========== RODAPÉ ========== */
footer {
    background-color: #f2f2f2;
    padding: 40px 0;
}
footer .contatos {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .contatos li {
    float: left;
    margin: 0;
    padding: 25px 0;
    line-height: 20px;
}
footer .contatos li:nth-child(1) {
    width: 25%;
}
footer .contatos li:nth-child(2) {
    width: 40%;
}
footer .contatos li:nth-child(3) {
    width: 35%;
}
footer .contatos li img {
    margin-right: 10px;
}
footer .contatos li div {
    float: left;
    margin-right: 15px;
}
footer .contatos li a {
    padding-top: 10px;
    float: left;
    transition: 0.3s;
    color: #424242;
    text-decoration: none;
    line-height: 20px;
}
footer .contatos li a:hover {
    transition: 0.3s;
    color: #f16840;
}


/* ========== TOPO INTERNA ========== */
#topo-interna {
    color: #fff;
    background-color: #424242;
    padding: 40px;
    margin-bottom: 40px;
}
#topo-interna h1 {
    margin-top: 40px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}


/* ========== NOTÍCIA DETALHE ========== */
#noticia-detalhe {
    margin-bottom: 60px;
}
#noticia-detalhe .foto>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
}
#noticia-detalhe .btn-default,
#noticia-detalhe .btn-alternative {
    margin-top: 10px;
    display: block;
    text-align: center;
}



@media(min-width:769px) {
    #servicos p {
        padding: 0 200px;
    }


}


@media(max-width:768px) {
    .mobile-dnone {
        display: none!important;
    }
    
    #banner {
        height: initial;
        margin-bottom: 40px;
    }
    #banner .container {
        padding-top: 230px;
        padding-bottom: 60px;
    }
    #banner .banner-item {
        background-position: center center !important;
    }
    #banner .destaque h1 {
        line-height: 40px;
        text-shadow: 0 0 11px #00000087;
    }

    #servicos {
        margin-bottom: 40px;
    }

    #form {
        padding: 60px 0;
        margin-bottom: 40px;
    }

    #porque .img-fachada {
        width: 100%;
        margin-bottom: 20px;
    }
    #porque p br {
        display: none;
    }

    #noticias {
        margin-bottom: 30px;
    }

    .diferenciais {
        margin-top: 0;
    }
    .diferenciais li {
        float: left;
        width: 47%;
        height: 150px;
        padding: 15px;
    }
    .diferenciais li:nth-child(1) {
        margin: 0 10px 20px 0;
    }
    .diferenciais li:nth-child(2) {
        margin: 0 0 20px 10px;
    }
    .diferenciais li:nth-child(3) {
        margin: 0 10px 20px 0;
    }
    .diferenciais li:nth-child(4) {
        margin: 0 0 20px 10px;
    }
    .diferenciais li:nth-child(5) {
        margin: 0;
    }
    
    footer .contatos li {
        margin-bottom: 30px;
    }
    footer .contatos li {
        width: 100% !important;
        margin-bottom: 0 !important;
        padding: 10px 0;
    }

    #topo-interna {
        padding: 30px;
        margin-bottom: 30px;
    }
    #noticia-detalhe {
        margin-bottom: 30px;
    }


}