/*
Theme Name: Jade Construtora
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: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

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

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

.clearFix {
  clear: both;
}

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

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* VARIABLES */
/* HEADER */
header {
  background-color: #000;
}

.logo {
  padding: 10px;
}

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

.menu {
  position: relative;
  background-color: #fff;
  padding: 17px;
  z-index: 9;
}
.menu button {
  display: block;
  font-size: 2rem;
  width: 190px;
  border: 0;
  padding: 3px 10.5px;
  margin: 0 auto;
}
.menu button i{
  color: #000;
}
.menu nav {
  display: none;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #fff;
  padding: 13px 0 0;
  margin: 13px 0 0;
}
.menu li {
  padding: 10px 0;
}
.menu li:hover {
  background-color: rgba(255, 215, 0, 0.3);
}
.menu a{
  color: #000;
  line-height: 30px;
}
/* MAIN */
section {
  padding: 60px 0;
}

section:nth-child(odd) {
  background-color: #042133;
}
h2 {
  font-family: "Merriweather", serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #042133;
  margin: 0 0 30px;
}
section:nth-child(odd) h2 {
  color: #fff;
}
section.banner {
  padding: 0;
}
section.about{
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
}
.about-text p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  color: #042133;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
  margin: 0 0 7px;
}
.info-servicos-show{
  position: relative;
  z-index: 999999;
}
.info-servicos{
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  padding: 10px 15px;
}
.info-servicos i{
  display: block;
  font-size: 1.9rem;
  text-align: right;
  cursor: pointer;
}
.services-img{
  height: 270px;
}
.services .services-img img {
  width: 200px;
}
.services .services-img img:nth-child(2) {
  position: relative;
  top: -70px;
  left: 70px;
}
.services h2 {
  color: #fff;
}
.services .card-wrap {
  background-color: #fff;
}
.services .card h3{
  word-break: break-word;
  margin: 0 0 10px;
}
.services p {
  font-size: 1rem;
  margin: 0 0 20px;
}
.services .card-text button {
  font-size: 1rem;
  font-weight: bold;
  color: #042133;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 5px solid #daa501;
  transition: all 500ms ease;
}
.services .card-text button:hover {
  border-color: #fb9a25;
}
.services-wrap .card-text {
  color: #042133;
  padding: 0 15px 30px;
}
.corporativo-wrap .card-img {
  position: relative;
  max-width: 300px;
  margin: 0 auto 50px;
  z-index: 5;
}
.corporativo-wrap .card-img::before {
  content: " ";
  position: absolute;
  width: 170px;
  height: 230px;
  background-color: #000;
  z-index: -1;
  top: -10px;
  left: -10px;
}
.corporativo-wrap .card-img h3 {
  position: absolute;
  bottom: -37px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #042133;
  text-align: center;
  padding: 10px 5px;
  z-index: 9;
}
.corporativo-wrap .card-text {
  padding: 0 5px;
}
.corporativo-wrap .card-text p{
  margin: 0 0 15px;
}
.contact-wrap > div {
  margin: 0 0 30px;
}
.contact h3 {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 19px;
}
.desktop {
  display: none;
}
.mobile {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 430px;
  padding: 30px 0 45px;
  margin: 0 auto;
}
.mobile i, .mobile li, .mobile a {
  color: #fff;
}
.mobile li {
  width: 46px;
  font-size: 2rem;
  text-align: center;
  background-color: #042133;
}
.form-wrap label, #obrigatorioContato{
  display: none;
}
.form-wrap input, .form-wrap textarea{
  width: 100%;
  padding: 10px;
  margin: 0 0 15px;
}
.form-wrap button{
  font-size: 1rem;
  font-weight: 600;
  display: block;
  width: 150px;
  border: 0;
  padding: 10px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #daa501;
}
.card img {
  margin: 0 auto 30px;
  overflow: hidden;
}
.card h3,.info-servicos h3 {
  font-size: 1rem;
  font-weight: bold;
}
.endereco {
  text-align: center;
}
.i-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #daa501;
  border-radius: 100%;
  margin: 0 auto 10px;
}
.endereco i {
  color: #daa501;
}
.endereco p{
  margin: 0 0 30px;
}
.endereco .map {
  border-radius: 15px;
  border: 1px solid #000;
  overflow: hidden;
}
.endereco .map iframe {
  width: 100%;
}
.portfolio {
  background-color: #fff !important;
  padding: 0 0 40px;
}
.portfolio-wrap{
  top: -50px;
}
.portfolio .card h3 {
  color: #042133;
}
/* FOOTER */
footer {
  border-bottom: 30px solid #042133;
}
.made {
  margin: 17px 0;
}
.made img {
  width: 90px;
  margin: 0 auto;
}
.made p {
  text-align: center;
  color: #042133;
}
/* SLICK */
.slick-prev {
  left: 0 !important;
}
.slick-next {
  right: 0 !important;
}
.slick-prev, .slick-next {
  top: initial !important;
  bottom: -90px;
  width: 62px !important;
  height: 56px !important;
  z-index: 9;
}
.slick-prev::before, .slick-next::before {
  font-size: 4rem !important;
}
.corporativo .slick-list .card-wrap{
  width: 130px !important;
  left: 10px;
}
.portfolio .slick-prev::before, .portfolio .slick-next::before {
  color: #042133;
}
.portfolio .slick-list .card{
  width: auto !important;
}
.portfolio .slick-list img{
  width: 130px !important;
  height: 80px !important;
  overflow: hidden !important;
  margin: 9px 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #000;
}
/* YT RESPONSIVE */
.video-container {
  clear: both;
  position: relative;
  padding-bottom: 25.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.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: #042133;
  color: #fff;
  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 */
/* ARCHIVE */
/* RESPONSIVE */
@media all and (min-width: 480px) {
  .services .slick-list .card-wrap{
    width: 210px !important;
  }
}
/*/mediaquery*/
@media all and (min-width: 560px) {
  .services .slick-list .card-wrap{
    width: 240px !important;
  }
}
/*/mediaquery*/
@media all and (min-width: 640px) {
  .container {
    width: 610px;
  }
  .services-wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .services .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .services-img{
    height: 390px;
  }
  .services .services-img img{
    width: 300px;
  }
  .services .services-img img:nth-child(2) {
    top: -100px;
  }
  .services .slick-list .card-wrap{
    width: 190px !important;
  }
  .corporativo-wrap .card-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .corporativo-wrap .card-img{
    margin: 0;
  }
  .corporativo-wrap .card-img::before {
    width: 70px;
    height: 90px;
  }
  .corporativo-wrap .card-img h3{
    bottom: -10px;
  }
  .control-form{
    display: flex;
    justify-content: space-between;
  }
  .control-form input{
    width: 49%;
  }
  .form-wrap textarea{
    height: 130px;
  }
} /*/mediaquery*/
@media all and (min-width: 768px) {
  .container {
    width: 735px;
  }
  .logo img{
    width: 370px;
    max-width: none;
  }
  .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;
  }
  section.about{
    background-size: 70%;
  }
  .services h2{
    font-size: 3rem;
    width: 310px;
  }
  .services .slick-list .card-wrap, .corporativo .slick-list .card-wrap{
    width: 230px !important;
  }
  .info-servicos{
    padding: 15px 25px;
  }
  .contact-wrap {
    display: flex;
    justify-content: space-evenly;
  }
  .contact-wrap > div {
    width: 50%;
    margin: 0;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .desktop li, .desktop a {
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .desktop i {
    width: 46px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #032032;
    padding: 10px;
  }
} /*/mediaquery*/
@media all and (min-width: 1024px) {
  .container {
    width: 975px;
  }
  .logo img{
    width: 430px;
  }
  .menu nav {
    font-weight: bold;
  }
  .menu nav li{
    font-size: 1.3rem;
  }
  section.about{
    background-size: 50%;
  }
  .services-img{
    height: 630px;
  }
  .services .services-img img:nth-child(2) {
    top: -160px;
    left: 90px;
  }
  .services h2{
    font-size: 3rem;
    width: 370px;
  }
  .services .services-img img{
    width: 490px;
  }
  .services-wrap .card {
    width: 22%;
    margin: 0;
  }
  .corporativo-wrap .card-img::before {
    width: 90px;
    height: 120px;
  }
  .desktop{
    margin-left: 90px;
  }
  .portfolio .card h3 {
    font-size: 1.3rem;
  }
  .portfolio .slick-list img{
    width: 190px !important;
    height: 120px !important;
  }
} /*/mediaquery*/
@media all and (min-width: 1280px) {
  .container {
    width: 1200px;
  }
  section.about{
    background-size: 40%;
  }
  .services h2{
    width: 700px;
    font-size: 4rem;
  }
  .corporativo-wrap .card-img::before {
    width: 110px;
    height: 160px;
  }
  .portfolio .slick-list img{
    width: 290px !important;
    height: 175px !important;
  }
}/*/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;
}
