/*Sumário
0 - Reset
1 - Estilos Gerais
2 - Topbar
3 - Menu
4 - Slides
5 - Barra de Serviços
6 - Sobre (Home)
6.1 - Sobre (Interna)
7 - Produtos (Home)
7.1 - Produtos (Interna)
7.2 - Página Reformas e Sob Medida - Produtos (Interna)
7.3 - Galeria Modal - Produtos (Interna)
8 - Blog
8.1 - Blog Interno
8.2 - Postagens
9 - Contato
10 - Footer
11 - Responsivo
*/

/*0 - Reset*/
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #252525;
}

* {
  box-sizing: border-box;
}

h2 {
  color: #252525;
  font-size: 2.25em;
}

.titulo {
  text-align: center;
  margin: 40px 0;
}

.titulo p {
  margin: 0 auto;
  max-width: 460px;
}

.titulo h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #040c34;
  margin: 20px auto;
}

.titulolight p {
  color: white;
  margin-bottom: 40px;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
}

.titulolight h2 {
  color: white;
  text-align: center;
}

.subtitulo {
  font-size: 1em;
}

.titulolight h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #fff;
  margin: 20px auto;
}

/*2 - Topbar*/
.topbar {
  background: #040c34;
  padding: 10px 0;
}

.contato-topbar {
  margin-top: 5px;
  display: block;
  float: left;
  color: white;
}

.separador-topbar {
  border-right: 2px solid #fff;
  padding: 0 10px;
}

.separador-topbar2 {
  padding: 0 10px;
}
.contato-topbar a {
  color: white;
  padding: 0 10px;
  border-right: 2px solid #fff;
}

.redes-topbar {
  float: right;
  display: block;
}

/*3 - Menu*/
.menu {
  padding: 10px 0;
}

a.menu-logo {
  display: block;
  float: left;
}

.menu-nav {
  float: right;
  margin-top: 10px;
}

.menu-nav ul {
  display: inline-block;
}

.menu-nav a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #040c34;
  font-size: 1.125em;
}

.menu-nav a:hover {
  color: #e44036;
}

.menu-nav a.current {
  color: #e44036;
  border-bottom: 1px solid #e44036;
}

.menu-mobile {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}

#checkbox-menu {
  position: absolute;
  opacity: 0;
}

label {
  cursor: pointer;
  position: relative;
  display: block;
  height: 22px;
  width: 30px;
}

label span {
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  border-radius: 30px;
  background: #040c34;
  transition: 0.25s ease-in-out;
}

label span:nth-child(1) {
  top: 0;
}

label span:nth-child(2) {
  top: 8px;
}

label span:nth-child(3) {
  top: 16px;
}

#checkbox-menu:checked + label span:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
}

#checkbox-menu:checked + label span:nth-child(2) {
  opacity: 0;
}

#checkbox-menu:checked + label span:nth-child(3) {
  transform: rotate(45deg);
  top: 8px;
}

/*4 - Slides - Início*/
.mySlides {
  max-width: 100%;
}

/*5 - Barra de Serviços - Início*/
.produtosprincipal {
  background: #040c34;
  padding: 10px;
}

.produtos-item {
  float: left;
  text-align: center;
}

.produtos-item a {
  color: white;
  font-size: 1.125em;

  text-transform: uppercase;
}

.produtos-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
  width: 80px;
  height: 80px;
}

/*6 - Sobre - Início*/

.sobre-item img {
  display: block;
  max-width: 100%;
}

.sobre-item h3 {
  font-size: 2.25em;
  line-height: 1em;
  background: #040c34;
  width: 360px;
  color: #fff;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  padding: 5px 0 10px 0;
  top: -25px;
  position: relative;
}

.sobre {
  padding: 40px 0 80px;
}

.sobre p {
  font-size: 1em;
  padding: 20px 0;
  line-height: 1.4em;
}

.btn-sobre {
  color: #040c34;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-sobre::before {
  content: "➞";
}

.btn-sobre:hover {
  color: #e44036;
}

/*6.1 - Sobre - Página Interna*/
.sobreprod h3 {
  font-size: 1.75em;
  text-align: center;
}

.sobreprod p {
  padding: 30px 0;
  text-align: center;
  font-size: 1em;
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.4em;
}

.sobreprod {
  margin: 0 0 50px 0;
}

.sobreprod img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px auto;
}

.breadcrumb {
  background: url(../img/sobrebackground.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 80px;
}

.breadcrumb h1 {
  text-transform: uppercase;
  color: #040c34;
  font-weight: bold;
  box-shadow: #040c34;
}

.breadcrumb p {
  color: #e44036;
  font-style: italic;
  font-size: 1.125em;
}

/*7 - Produtos - Inicio*/

.produtos {
  border-top: 5px solid #181c6c;
  border-bottom: 5px solid #181c6c;
  background: #040c34;
  padding: 50px 0 80px 0;
}

.produtos::after,
.produtos::before {
  content: "";
  display: table;
  clear: both;
}

.produtos-imagem {
  margin: 0;
}

.produtos-imagem img {
  padding: 25px 10px 0;
  display: flex;
  max-width: 100%;
  height: auto;
}

.produtos-imagem h3 {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}

.produtos-imagem p {
  max-width: 350px;
  color: white;
  text-align: center;
  margin: 0 auto;
}

.btn-produtos {
  width: 180px;
  border: 3px solid white;
  color: white;
  text-decoration: none;
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0;
}

.btn-produtos:hover {
  color: #e44036;
  border-color: #e44036;
}

.container-button {
  max-width: 460px;
  margin: 0 auto;
}

.btn1 {
  margin-top: 20px;
  float: left;
}
.btn2 {
  margin-top: 20px;
  float: right;
}

/*7.1 - Produtos - Página Interna Produtos*/
.produtosinterna {
  padding: 80px 0 40px 0;
}

.produtosinterna img {
  max-width: 100%;
  height: auto;
}

.produtosinterna p {
  font-size: 1em;
  line-height: 1.4em;
}

.produtosinterna div p a {
  color: #181c6c;
  font-style: italic;
}

.produtosinterna div p a:hover {
  color: #e44036;
  font-style: italic;
  border-bottom: 1px solid #e44036;
}

.btn-produtos-interna {
  width: 180px;
  border: 3px solid #040c34;
  color: #040c34;
  text-decoration: none;
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0;
}

.btn-produtos-interna:hover {
  color: #e44036;
  border-color: #e44036;
}

/*7.2 - Página Reformas e Página Sob Medida*/
.especialista {
  max-width: 400px;
  margin: 0 auto;
}

.quebra {
  background: #040c34;
  padding: 50px;
}

.quebra h2 {
  color: white;
  font-size: 1.8em;
  text-align: center;
}

.especialista p {
  padding: 40px 0 20px;
}

.galeriainterna {
  margin: 50px 0;
}

.btn-prod {
  width: 280px;
  border: 3px solid #040c34;
  color: #040c34;
  text-decoration: none;
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0;
}

.btn-prod:hover {
  color: #e44036;
  border-color: #e44036;
}

.regioes ul li {
  font-size: 1.125em;
  color: #040c34;
  list-style: disc;
}

.regioes ul li a {
  color: #040c34;
}
.regioes ul li a:hover,
.regioes ul li:hover {
  color: #e44036;
}

.regioes {
  margin-bottom: 60px;
}

.regioes ul {
  max-width: 300px;
  margin: 0 auto;
}

/*7.3 - Produtos - Galeria Modal*/
.galeria {
  margin: 100px 0 50px 0;
}

.card_img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 10px 10px;
}

.small_img {
  height: 100%;
  cursor: pointer;
  transition: all linear 0.4s;
  position: relative;
}

.small_img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}

.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#modal_img {
  width: 65vw;
  transform: scale(0);
  transition: all linear 0.3s;
}

.modal_active #modal_img {
  transform: scale(1);
}
.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  visibility: hidden;
  z-index: 2000;
  opacity: 0;
  transition: visibility 0.8s linear, opacity 0.5s linear;
}

.modal_content {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

#bt_close {
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 0px;
  right: 240px;
  padding: 5px 10px;
  font-size: 25px;
  border: solid 1px #fff;
  transition: all ease-out 0.4s;
  cursor: pointer;
}

#bt_close:hover {
  background-color: #f00;
}

.modal_active {
  visibility: visible;
  opacity: 1;
}

/*8 - Blog*/

.blog-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.blog {
  padding: 40px 0 80px 0;
}

.blog p {
  padding: 10px 0 20px 0;
}

.blog a {
  color: #040c34;
}

.btn-blog {
  color: #040c34;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-blog::before {
  content: "➞";
}

.btn-blog:hover {
  color: #e44036;
}

/*8.1 Blog Interno*/
.post .blog-img {
  margin-top: 40px;
}

.post h3 {
  font-size: 1.4em;
  color: #040c34;
  line-height: 1.4em;
}

/*8.2 - Postagens*/
.post a {
  color: #181c6c;
}
.post {
  line-height: 1.4em;
  margin-bottom: 30px;
}

.post ul li {
  list-style: disc;
}

.post h3 {
  text-align: center;
}

.post p a:hover {
  color: #e44036;
  border-bottom: 1px solid #e44036;
}

.header-post {
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  display: block;
}

.titulo-post {
  color: #252525;
  margin: 40px auto 20px;
  text-align: center;
}

.titulo-post p a {
  color: #181c6c;
}

.titulo-post p a:hover {
  color: #e44036;
  border-bottom: 1px solid #e44036;
}
/*9 - Contato*/

.contato {
  padding: 30px 0;
}

.contato_form label {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 4px;
  width: 100%;
  height: 100%;
}

.contato_form input {
  display: block;
  width: 80%;
  border: 4px solid #040c34;
  background: none;
  padding: 7px 10px;
  margin-bottom: 10px;
  outline: none;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", serif;
}

.contato_form textarea {
  display: block;
  width: 80%;
  height: 120px;
  border: 4px solid #040c34;
  background: none;
  padding: 7px 10px;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", serif;
}

.contato_form button {
  padding: 7px 40px;
  background: none;
  width: 180px;
  border: 3px solid #040c34;
  color: #040c34;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0;
  cursor: pointer;
}

.contato_form button:hover {
  color: #e44036;
  border-color: #e44036;
  cursor: pointer;
}

.orcamento_dados {
  color: #fff;
}

.contato_dados h3 {
  font-size: 18px;
  margin: 20px 0;
  line-height: 25px;
  text-transform: uppercase;
  color: #040c34;
  font-weight: bold;
}

.contato_dados span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: Georgia, "Times New Roman", serif;
}

.contato_dados ul {
  margin-top: 10px;
}

.contato_dados ul li {
  display: inline-block;
  margin-right: 10px;
}

.contato_dados ul li a {
  display: block;
}

.contato_dados ul li a:hover {
  border-color: #000;
}

.nao-aparece {
  visibility: hidden;
  position: absolute;
  height: 0px;
  max-width: 100px;
}

#form-sucesso {
  color: #31aa39;
}

#form-erro {
  color: #f64540;
}

.contato_form .no-style {
  border: 0px;
}

.contato_form .anexo {
  font-size: 0.8em;
  width: 80%;
}
/*10 - Foooter*/

.footer-info {
  background: #040c34;
  padding: 40px 0;
}

.footer-sobre {
  color: white;
}

.footer-sobre h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 1.75em;
  margin: 0 0 10px 0;
}

.footer-contato {
  color: #fff;
}

.footer-contato h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 1.75em;
  margin: 0 0 10px 0;
}

.footer-contato p {
  font-size: 1.125em;
}

.footer-contato p img {
  padding: 0 10px;
  height: 15px;
}

.footer {
  background: #181c6c;
  padding: 10px 0;
}

.footer p {
  float: left;
  margin: 5px 10px;
  font-size: 0.9em;
  line-height: 1.4em;
  color: white;
}

.footer img {
  float: right;
  margin: 0 10px;
  display: block;
}

/*11 - Responsivo*/
/*Tablets*/
@media (min-width: 740px) and (max-width: 980px) {
  .sobre p {
    padding: 0;
  }
  .sobre-item h3 {
    width: 100%;
  }

  .produtos-imagem p {
    max-width: 200px;
  }

  .blog h3 {
    font-size: 1em;
  }
}

@media (max-width: 739px) {
  .menu-mobile {
    display: flex;
  }
  .menu-nav {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .menu-nav a {
    text-align: center;
  }
  .menu-nav a.current {
    border: 0;
  }

  .menu-nav.show {
    display: flex;
  }

  a.menu-logo {
    float: none;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }

  .produtos-item {
    display: none;
  }
  .produtosprincipal {
    display: none;
  }

  .sobre-item h3 {
    max-width: 100%;
    font-size: 1.5em;
  }

  .footer img {
    float: none;
    margin: 0 auto;
  }
  .footer p {
    float: none;
    text-align: center;
    margin: 0;
  }

  .produtos-imagem img {
    margin: 0 auto;
    display: block;
  }

  .contato-topbar {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }

  .contato-topbar a {
    border: 0px;
  }

  .redes-topbar {
    display: none;
  }

  #bt_close {
    right: 50px;
  }
}
