/* variabless */
:root {
  --whitePrimary: #f6f6f6;
  --white:#ffffff;
  --black:#000000;
  --bluePrimary:#1a2d5c;
  --grayDarken:#282828;
  --orange:#e16d20;
  --font-regular:400;
  --font-medium:500;
  --font-bold:700;
  --font-black:900;
}
/*reset ul*/
ul{
  list-style: none !important;
}
/* Helpers class */
.textAzulPrimary{
  color:var(--bluePrimary) !important;
}
.title-page{
  font-size:64px;
  font-weight: var(--font-bold);
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom:50px;
}
.page .title-padrao{
 color:var(--grayDarken) !important;
 font-weight: var(--font-bold) !important;
 font-size:52px !important;
}
.page .paragrafo-padrao{
  font-weight: var(--font-regular) !important;
  font-size:23px !important;
  line-height:28px !important;
  color:#767676 !important;
  margin-bottom:30px;
}
.btn-padrao a{
  max-width:530px;
  width:100% !important;
  font-size:22px !important;
  font-weight: var(--font-black);
  text-align: center;
  text-transform: uppercase;
  min-height:74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:15px 10px !important;
  border:2px solid var(--orange);
  transition: all 0.4s ease-in-out;
}
.btn-padrao a:hover,.btn-padrao a:focus{
  color: var(--orange) !important;
  background-color:var(--white) !important;
}
/* Comuns elements*/
/*Header*/
.row-head-top{
  background-color: var(--orange);
  width:100%;
  min-height:30px;
}
.row-head-bottom{
  background-image: url('../img/row-header-bottom.png');
  background-repeat:no-repeat;
  background-position:center center;
  min-height: 80px;
  width: 100%;
}
/* nav */
.row-head-middle{
  min-height:130px;
  background-image: url('../img/nav-top-bg.png');
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
}
@media(max-width:620px){
  .header-front-page .navbar{
    min-height:10px !important;
  }
}
nav #menu-menu{
  display: flex;
  padding-left:0;
  list-style: none;
}
nav #menu-menu li{
  margin-left:62px;
  padding:6px;
  transition:all 0.4s ease-in-out;
}
nav #menu-menu li:hover{
  background-color: var(--bluePrimary);
}
nav #menu-menu li.menu-item-type-post_type:hover a{
  color:#fff !important;
}
nav #menu-menu li.menu-item-type-post_type:hover svg{
   filter:  brightness(0) invert(1);
}
nav #menu-menu a{
  color:var(--bluePrimary);
  font-size:15px;
  font-weight: var(--font-medium);
  display: flex;
  align-items: center;
}
nav #menu-menu svg{
  margin-right:3px;
}
/*header front-page*/
.header-front-page{
  position: relative;
}
.header-front-page img:hover{
    opacity:0.9;

}
.header-top{
    background-color: var(--orange);
    height: 33px;
}
.header-front-page .navbar{
  top:70px;
  position: absolute;
  z-index:1010;
  left:50%;
  width: 100%;
  transform: translateX(-50%);
  background-image: none !important;
  background: transparent !important;
}
@media(max-width:1024px){
  .row-head-middle img{
    width:100%;
    max-width:100%;
    height:auto;
  }
  nav #menu-menu li{margin-left:33px;}
  nav #menu-menu a {font-size:15px;}
  .page .title-page{
    font-size:38px !important;
  }
  .page .title-padrao{
    font-size:28px !important;
    text-align: center !important;
  }
  .page .paragrafo-padrao{
      font-size:16px !important;
      line-height:20px !important;
      text-align:center !important;
  }
  .page .btn-padrao a{
    width:100% !important;
    font-size:14px !important;
  }
  .navbar-collapse{
      background-color:#ffffff;
  }
  .navbar-light .navbar-toggler{
    background-color: var(--orange) !important;
  }
}
@media(max-width:767px){
  .column-category h3{
    font-size:18px;
  }
  .column-category ul a{
    font-size: 12px;
  }
  .row-valor .title-valor {
    font-size:25px;
  }
  .page .btn-padrao a{
      font-size:12px !important;
      padding:15px 5px !important;
  }
}
@media(max-width:576px){
  .list-product .col-6{
    margin-bottom:18px;
  }
  .list-product h2 {
    font-size:12px !important;
  }
  .btn-show-product{
      height:25px !important;
      font-size:12px !important;
  }
  .col-inner-product h2{
    font-size: 22px !important;
    text-align: center !important;
  }
}
.slider-topo{
  margin-top:-38px;
}
.slider-top .swiper-slide{
box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.item-slide{
  max-width: 360px;
  width:100%;
  min-height:260px;
  padding:25px;
}
/*page quem somos style especifico*/
.row-content-quem-somos{
  margin-bottom:60px !important;
}
.row-valor{
  padding-top:52px;
  padding-bottom:82px
}
.title-valor{
  color: var(--grayDarken);
  font-weight:var(--font-bold);
  font-size:48px;
  position:relative;
  margin-top:-25px;
}
.title-valor:after{
  content:"";
  display: block;
  background-color: var(--grayDarken);
  position: absolute;
  max-width:318px;
  width:100%;
  height:4px;
  bottom:-10px;
}
.roundend{
  display: flex;
  align-items: center;
  justify-content: center;
  width:75px;
  height:75px;
  border:2px solid var(--bluePrimary);
  border-radius:50px;
}
.item-valor{
  margin-right:75px;
}
.item-valor h4{
  display:flex;
  align-items: center;
  font-size:21px;
  font-weight: var(--font-regular) !important;
  margin-left: 15px;
}
@media(max-width:1024px){
    .row-content-quem-somos{
      flex-direction: column-reverse;
      align-items: center;
    }
    .row-valor{
      flex-direction: column;
      align-items: center;
    }
    .row-valor .title-valor{
      margin-bottom:30px;
      text-align: center;
    }
    .wrapper-icons-valores{
      flex-direction: column !important;
      align-items: center !important;
    }
    .wrapper-icons-valores .item-valor{
        margin-right: 0;
        margin-bottom:20px !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .wrapper-icons-valores .item-valor h4{
      margin-left: 0 !important;
    }
}
/*especific page fale conosco*/
.page-id-16 .title-page{
  margin-bottom:10px;
}
.page-id-16 .wrapper-icons-valores{
  padding:110px 0;
}
/*page onde estamos*/
.imagem-mapa{
  position: absolute;
}
.content-page{
  max-width:480px;
  width:100%;
}
.badges-pages{
  margin-top:52px;
  max-width:480px;
}
.page-id-14 .title-page.text-left{
  margin-top:40px;
  text-align: left !important;
  margin-bottom:10px;
  color:var(--bluePrimary);

}
.endereco{
  margin-left:25px;
  font-weight: var(--font-black);
  color:var(--white);
  font-size:18px;
  line-height:25px;
}
@media(max-width:1200px){
  address .imagem-mapa{
    position:relative !important;
  }
}
@media(max-width:767px){
  .column-onde-estamos{
    flex-direction: column-reverse;
    align-items:center;
    margin:0 auto !important;
    justify-content: center;
    }
  }
/*form*/
.wrapper-form{
  padding-bottom:30px;
}
.wrapper-form input{
  height:74px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#f3f3f3;
  border-color:#f3f3f3 !important;
}
.wrapper-form textarea{
  min-height:160px;
  background-color:#f3f3f3;
  border-color:#f3f3f3;
}
.wrapper-form .wpcf7-submit{
  width:220px;
  height:74px;
  display:flex;
  align-items: center;
  justify-content: center;
  border:2px solid var(--orange);
  background-color: var(--orange);
  color:var(--white);
  margin:0 auto;
  font-size:18px;
  font-weight:var(--font-bold);
  transition: all 0.4s ease-in-out;
}
.wrapper-form .wpcf7-submit:hover,.wrapper-form .wpcf7-submit:focus{
  background-color: var(--white);
  color: var(--orange);
}
@media(max-width:767px){
  .wpcf7-form .mx-auto{
    max-width:85% !important;
  }
  .wrapper-icons-valores{
    flex-direction:column;
  }
}
@media(max-width:520px){
  .title-page {
    font-size:34px;
  }

}
/*swipper pagina quem somos*/
.my-swipper-quem-somos img{
  display: block;
  margin: 0 auto;
}
.my-swipper-quem-somos .swiper-button-next, .my-swipper-quem-somos .swiper-button-prev{
  color:#203360;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  border-radius:0 !important;
}
.swiper-pagination-bullet-active{
  background-color:#e16d20 !important;
}
/*page produtos*/
.list-product{
  margin-top:25px;
}
.item_feature a{
  display: flex;
  flex-direction: column;
  min-height:140px;
  align-items: center;
  justify-content: flex-end;
}
.item_feature img{
  max-width:55px;
  width:100%;
}
.list-product h2{
  color: var(--bluePrimary);
  font-weight: var(--font-black);
  font-size:18px;
}
.btn-show-product{
  width:120px;
  height:30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background-color: var(--orange);
  font-size:13px;
  border:1px solid var(--orange);
  border-radius:25px;
  margin-top:10px;
  margin-bottom:30px;
}
/*Single Product*/
.column-category h3{
  text-align: center;
  color: var(--bluePrimary);
  font-weight: var(--font-bold);
}
.column-category ul{
  padding:30px 10px;
  background-color:#f3f3f3;
}
.column-category ul li{
  margin-bottom:8px;
}
.column-category ul a{
  color: var(--bluePrimary) !important;
  font-size:14px;
  font-weight:var(--font-bold);
}
.column-category ul a:hover{
    color:#ff6d0e !important;
    text-decoration: underline;
}
.col-inner-product h2{
  color: var(--bluePrimary);
  margin:22px auto;
}
.col-inner-product p{
  color: #777777 !important;
  margin-bottom:3px;
}
.features-produtos{
  margin-top:30px;
}
.item_feature img{
  display: block;
  margin:0 auto;
}
.item_feature h3{
  color:#777777;
  font-size: 14px;
  font-weight: var(--font-bold);
  text-align: center;
}
.features-produtos {
  max-width: 800px;
  justify-content:flex-start;

}
/*front-page*/
.section-insta{
  padding:60px 0;
  width: 100%;
  min-height:705px;
  background:var(--orange);
}
.title-insta{
  font-weight: var(--font-black);
  font-size: 33px;
}
.sec-news{
  min-height: 466px;
  background-image: url("../img/bg-newsletter.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec-news h2{
  color: var(--bluePrimary);
  font-size:48px;
  font-weight: var(--font-bold);
  line-height:64px;
}
.sec-news .btn-inscreva-se{
  max-width: 200px;
  widows: 100%;
  height:55px;
  color: var(--white);
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: var(--font-bold);
  padding: 12px;
  border: 1px solid var(--orange);
  border-radius: 12px;
  transition: all 0.4s ease-in;
}
.sec-news .btn-inscreva-se:hover{
  color: var(--orange);
  background-color: var(--white);
}
.btn-marca-single{
  display: inline-flex;
      align-items: center;
      justify-content: center;
      max-width: 100%;
      height: 30px;
      background-color: var(--orange);
      border: 1px solid var(--orange);
      font-size: 16px;
      text-align: center;
      border-radius: 25px;
      width: auto;
      padding: 5px 15px;
      line-height: 30px;
      color: #ffffff !important;
      transition:all 0.3s ease-in-out;
}
.btn-marca-single:hover{
  opacity: 0.7;
}
.row-buttons-whatsapp {
  padding-top:30px;
  padding-bottom:30px;
}
.row-buttons-whatsapp a{
  max-width:530px;
  width:100%;
  min-height:77px;
  display: flex;
  align-items:center;
  justify-content: center;
  text-align:center;
  margin:0 auto;
  background-color:#29d166;
  color:#ffffff;
  text-transform: uppercase;
  font-size:24px;
  font-weight:700;
  border:1px solid #29d166;
  border-radius:50px;
    transition: all 0.4s ease-in;
}
.row-buttons-whatsapp a:hover{
  color:#ffffff;
  opacity: 0.8;
}
@media(max-width:1024px){
  .row-buttons-whatsapp a{
    font-size:14px;
  }
}
.row-buttons-single{
  margin-top:40px;
}
.btn-back-single{
  max-width:120px;
  width:100%;
  min-height:47px;
  display:flex;
  align-items: center;
  text-align: center;
  background-color: var(--bluePrimary);
  border:1px solid  var(--bluePrimary);
  border-radius:50px;
  color:#ffffff;
  text-transform: uppercase;
  font-size:16px;
  transition: all 0.4s ease-in;
}
.btn-back-single:hover{
  opacity:0.8;
  color:#ffffff;
}
.btn-back-single img{
  max-width:21px;
  min-height:21px;
  margin-left:15px;
  margin-right:4px;
}
@media(max-width:520px){
  .navbar-brand{
    width:60%;
  }
  .header-front-page .container{
    position: absolute;
    top:-25px;
  }
  .sec-news h2{
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  .sec-news .btn-inscreva-se{
    margin:0 auto;
  }
}
.sec-maps{
  padding: 35px 0;
  min-height: 740px;
  background-color: var(--bluePrimary);
}
.bg-mapa{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height:620px;
}
.sec-onde-estamos-home{
  min-height: 600px;
  background-color:#f6f6f6;
}
.sec-onde-estamos-home h2{
  color: var(--grayDarken);
  font-size: 48px;
  font-weight: var(--font-bold);

}
.sec-onde-estamos-home p{
  font-size:17px;
  line-height: 24px;
  font-weight: var(--font-regular);
  color: #767676;
  max-width: 738px;
  width: 100%;
}
.sec-onde-estamos-home .btn-solicite-orcamento{
  max-width: 545px;
  width: 100%;
  min-height:65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  border: 1px solid var(--orange);
  background-color: var(--orange);
  border-radius: 45px;
  margin: 20px auto;
  font-weight: var(--font-black);
  font-size: 24px;
  transition: all 0.4s ease-in-out
}
.sec-onde-estamos-home .btn-solicite-orcamento:hover{
  background-color: var(--white);
  color: var(--orange);
}
.sec-onde-estamos-home .badges-pages{
  margin: 40px auto;
}
.slider-topo{
  min-height: 315px;
  background-image: url("../img/bg-cards-home-slider.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size:cover;
}
.slider-topo .item-slide{
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.slider-topo .swiper-slide{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  transition:all 0.4s ease-in-out;
}
.slider-topo .swiper-slide:hover{
  background-image: none !important;
  background-color:var(--orange) !important;
}
.slider-topo .swiper-slide:hover h2,
.slider-topo .swiper-slide:hover p{
  color:var(--white) !important;
}
.slider-topo .swiper-slide:hover a{
  background-color: var(--white);
  color: var(--black);
  border:1px solid var(--black);
}
.slider-topo .swiper-button-next,
.slider-topo .swiper-button-prev{
  color:var(--white) !important;
}
.slider-topo .swiper-button-next{
  right: 100px;
}
.slider-topo .swiper-button-prev{
  left:100px;
}
@media(max-width:767px){
  .swiper-button-prev{
    left: 10px !important;
  }
  .swiper-button-next{
    right:10px !important;
  }
}
.item-1{
  background-image: url("../img/bg-item-1.png") !important;
}
.item-2{
  background-image: url("../img/bg-item-2.png")!important;
}
.item-3{
  background-image: url("../img/bg-item-3.png")!important;'
}
.item-4{
  background-image: url("../img/bg-item-4.png")!important;'
}
.item-5{
  background-image: url("../img/bg-item-5.png")!important;'
}
.item-6{
  background-image: url("../img/bg-item-6.png")!important;'
}
.slider-topo .item-slide h2{
  font-size: 30px;
  font-weight:var(--font-bold);
  color:var(--grayDarken);
  text-align: left;
}
.slider-topo .item-slide p{
  color:#7d7d7d;
  font-size: 14px;
  font-weight: var(--font-regular);
  text-align: left;
}
.slider-topo .item-slide a{
  width:126px;
  height:48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:var(--white);
  border-radius: 25px;
  background-color: var(--orange);
  font-weight: var(--font-bold);
  border:1px solid var(--orange);
  transition:all 0.4s;
}
.slider-topo .item-slide a:hover{
  background-color: var(--white);
  color: var(--black);
  border:1px solid var(--black);
}
.home .swiper {
        width: 100%;
        height: 100%;
      }

      .home .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .home .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .home .swiper-slide a{
        display: flex;
        max-width: 100%;
        width:100%;
      }
@media(max-width:480px){
  .home .swiper-slide{
    width:100% !important
  }
}
/*footer*/
footer{
  background-color:var(--whitePrimary);
  padding-bottom:50px;
}
footer figure{
  margin-top:40px;
  margin-bottom:30px;
}
footer p{
  color:var(--bluePrimary);
  font-size:25px;
  line-height:30px;
}
footer .blockCopy{
  margin-top:68px;
}
footer .blockCopy p{
  margin-bottom:0;
}
footer .blockCopy ul{
  list-style: none;
  padding-left: 0;
  margin-left:50px;
}
footer .blockCopy ul li{
  margin-left:18px;
  transition:all 0.4s ease-in-out;
}
footer .blockCopy ul li:hover{opacity: 0.5;}
@media(max-width:480px){
  footer p{
    font-size:15px;
    line-height:20px;
  }
  footer .blockCopy{
    margin-top: 30px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  footer .blockCopy ul{
    margin:10px auto;
  }
}
@media(max-width:767px){
    .home .mySwiperHero{
      margin-top: 65px;
    }
  }
  .section-insta article{
    display: none;
  }
}

header .custom-logo-link img {
  max-width: 90px !important;
}










