/*
Theme Name: DNS Industrial
Author: Veci
*/
/* Reset do Navegador */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 100%;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* FONT */
* {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

/* CSS DEFAULT */
body {
  background-color: #f0f0f0;
}

.container {
  width: 93%;
  margin: 0 auto;
}

.clearFix {
  clear: both;
}

button, a {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

p, h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* VARIABLES */
/* HEADER */
.logo {
  padding: 10px;
}

.logo img {
  width: 70%;
  max-width: 270px;
  margin: 0 auto;
}

.menu {
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px;
  z-index: 9;
}
.menu button {
  display: block;
  font-size: 2rem;
  width: 190px;
  border: 0;
  padding: 3px 10.5px;
  margin: 0 auto;
}
.menu nav {
  display: none;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #f0f0f0;
  padding: 13px 0 0;
  margin: 13px 0 0;
}
.menu li {
  padding: 10px 0;
}
.menu li:hover {
  background-color: rgba(255, 0, 0, 0.3);
}

/* MAIN */
section {
  padding: 60px 0;
}

section:nth-child(even) {
  background-color: #032032;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #032032;
  margin: 0 0 30px;
}

section:nth-child(even) h2 {
  color: #f0f0f0;
}

section.banner {
  padding: 0;
}

.services .card h3 {
  margin: 0 0 10px;
}
.services p {
  font-size: 1rem;
  margin: 45px;
}
.services button {
  font-size: 1rem;
  padding: 7px 11px;
  border: 1px solid #0038ff;
  border-radius: 10px;
  transition: all 500ms ease;
}
.services button:hover {
  background-color: #000929;
  border-color: #f0f0f0;
}

.services-wrap .card {
  margin: 0 0 30px;
}

.contact-wrap > div {
  margin: 0 0 30px;
}

.contact h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #032032;
  margin: 0 0 19px;
}

.contact-wrap .map iframe {
  width: 100%;
}

.contact-info i, .contact-info li, .contact-info a {
  color: #032032;
}

.desktop {
  display: none;
}

.mobile {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 430px;
  margin: 0 auto;
}
.mobile i, .mobile li, .mobile a {
  color: #f0f0f0;
}
.mobile li {
  width: 46px;
  font-size: 2rem;
  text-align: center;
  background-color: #032032;
}

.bg-whatsapp {
  background-color: #25D366;
}

.bg-facebook {
  background-color: #4267B2;
}

.bg-instagram {
  background: linear-gradient(to bottom, #405DE6 0% 10%, #5B51D8 10% 20%, #833AB4 20% 30%, #C13584 30% 40%, #E1306C 40% 50%, #FD1D1D 60% 70%, #F56040 70% 80%, #F77737 80% 90%, #FCAF45 90% 100%, #FFDC80 94% 99%);
}

.about-text p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.about-img, .card img {
  border-radius: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.card {
  text-align: center;
  padding: 0 10px;
}
.card h3 {
  font-size: 1rem;
  font-weight: bold;
}

.portfolio .card h3 {
  color: #032032;
}

/* FOOTER */
footer {
  border-bottom: 30px solid #032032;
}

.made {
  margin: 17px 0;
}
.made img {
  width: 90px;
  margin: 0 auto;
}
.made p {
  text-align: center;
  color: #032032;
}

/* SLICK */
.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-prev, .slick-next {
  top: initial !important;
  bottom: -70px;
  width: 62px !important;
  height: 56px !important;
  z-index: 9;
}

.slick-prev::before, .slick-next::before {
  font-size: 4rem !important;
}

.portfolio .slick-prev::before, .portfolio .slick-next::before {
  color: #032032;
}

/* YT RESPONSIVE */
.video-container {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* GALERIA */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modalContainer {
  position: relative;
  background-color: #fefefe;
  margin: 118px auto 0; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px; /* Could be more or less, depending on screen size */
}

.buttonFechar {
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 10px;
  border: 0;
  background-color: #032032;
  color: #f0f0f0;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.modalContainer button:hover {
  background-color: #000;
}

.buttonVai, .buttonVolta {
  position: absolute;
  top: 45%;
  border: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px 20px;
  color: #FFF;
  cursor: pointer;
}

.buttonVolta {
  left: 0;
}

.buttonVai {
  right: 0;
}

.modal img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.gallery {
  margin: 0 0 20px !important;
}

#gallery-1 img {
  border: 0 !important;
}

/* READ */
.read {
  background-color: #f0f0f0;
  color: #032032;
  padding: 0 0 70px;
}
.read img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
}
.read h1, .read h2, .read h3, .read h4, .read h5 {
  font-weight: bold;
  color: #032032;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.read h1 {
  font-size: 2.3rem;
  margin: 30px 0;
}
.read h2 {
  font-size: 1.6rem;
}
.read h3 {
  font-size: 1.5rem;
}
.read h4 {
  font-size: 1.4rem;
}
.read h5 {
  font-size: 1.3rem;
}
.read p {
  font-size: 1.3rem;
  color: #032032;
  margin: 0 0 10px;
}
.read em, .read b {
  color: #032032;
}
.read .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  margin: 45px 0;
}
.read .wp-block-gallery figure {
  width: 45%;
}
.read .wp-block-gallery img {
  margin: 0;
}

/* ARCHIVE */
.search {
  background-color: #032032;
}
.search h2 {
  color: #f0f0f0;
}

.searchWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  margin: 45px 0;
}
.searchWrap article {
  width: 45%;
}
.searchWrap .card {
  padding: 0;
}
.searchWrap h3 {
  margin: 0 0 15px;
}

/* RESPONSIVE */
/*/mediaquery*/
@media all and (min-width: 640px) {
  .container {
    width: 610px;
  }
  .services-wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .services-wrap .card {
    width: 45%;
    margin: 0 0 30px;
  }
  .read .wp-block-gallery figure {
    width: 30%;
  }
  .searchWrap article {
    width: 30%;
  }
  .searchWrap .card {
    padding: 0 5px;
  }
} /*/mediaquery*/
@media all and (min-width: 768px) {
  .container {
    width: 735px;
  }
  .logo img {
    margin: 0;
  }
  .menu {
    background-color: rgba(0, 0, 0, 0.73);
    padding: 15px;
  }
  .menu button {
    display: none;
  }
  .menu nav {
    display: block;
    border-top: 0;
    padding: 0;
    margin: 0;
  }
  .menu nav li {
    display: inline;
    padding: 13px;
  }
  section.banner {
    margin: -50px 0 0;
  }
  .card {
    padding: 0 20px;
  }
  .contact-wrap {
    display: flex;
    justify-content: space-evenly;
  }
  .contact-wrap > div {
    width: 50%;
    margin: 0;
  }
  .about-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .about-wrap > div {
    width: 47%;
  }
  .searchWrap .card {
    padding: 0 10px;
  }
  .read h2, .read h3, .read h4, .read h5 {
    text-align: left;
  }
} /*/mediaquery*/
@media all and (min-width: 1024px) {
  .container {
    width: 975px;
  }
  .menu nav {
    font-weight: bold;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .desktop li {
    font-size: 1.3rem;
    margin: 0 0 10px 90px;
  }
  .desktop i {
    width: 46px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #032032;
    padding: 10px;
  }
  .desktop i.bg-whatsapp {
    background: #25D366;
  }
  .desktop i.bg-facebook {
    background: #4267B2;
  }
  .desktop i.bg-instagram {
    background: linear-gradient(to bottom, #405DE6 0% 10%, #5B51D8 10% 20%, #833AB4 20% 30%, #C13584 30% 40%, #E1306C 40% 50%, #FD1D1D 60% 70%, #F56040 70% 80%, #F77737 80% 90%, #FCAF45 90% 100%, #FFDC80 94% 99%);
  }
  .services-wrap .card {
    width: 22%;
    padding: 0 5px;
    margin: 0;
  }
  .card {
    padding: 0 30px;
  }
  .portfolio .card h3 {
    font-size: 1.3rem;
  }
  .read .wp-block-gallery figure {
    width: 23%;
  }
  .searchWrap article {
    width: 23%;
  }
} /*/mediaquery*/
@media all and (min-width: 1280px) {
  .container {
    width: 1200px;
  }
} /*/mediaquery*/
/*WP-CORE ALIGN*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=style.css.map */