@charset "UTF-8";
/* Tema do cliente */
/**  cor-1: #2B8F46;  **/
/**  cor-2: #01C535;  **/
/**  cor-3: #030303;  **/
/**  cor-bg: #E8E8E8;  **/

/* Fonts */
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;

  a{
    color: #FFFC9E!important;
    &:hover{
      color: #38A7EB!important;
    }
  }
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
  &:hover{
  filter: brightness(1.2);
  }
}

@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}

.wpcf7-form-control-wrap{
  display: block;
}

.wpcf7-response-output{
  font-size: 18px;
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
} 

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
}

span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

form iframe{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
  margin-bottom: 20px;    
  display: block;
}

@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (width>=1200px) {
  .container{padding: 0px; 
  } 
}

@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}

@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}

.editor a{
  color: #734397!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: var(--color-1);
}

::-moz-selection{
  background: var(--color-3);
}

::selection{
  background: var(--color-3);
}

.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.lds-ellipsis div{  
  background-color: var(--color-1);
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  width: 100%!important;
  max-width: 1170px!important;
}

.container{
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding: 0px 1.5rem 0px 1.5rem;
  }
}

@media(min-width: 992px){
  .container{
    .row{
      max-width: 100%;
    }
  }
}

.alignleft{
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright{
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.aligncenter{
  display: block;
  margin: 16px auto;
}

:root{
  --fontPadrao: 'Montserrat';

  --color-1: #2B8F46;
  --color-2: #01C535;
  --color-3: #030303;
  --color-bg: #E8E8E8;

  --transition-delay: .3s;
}

/* BUTTONS */

.btn-white-dark{
  display: block;

  width: 100%;
  max-width: 270px;

  background-color: #FFF;
  border: 2px solid #FFF;
  border-radius: 100px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;

  color: #000000;

  transition: all var(--transition-delay) ease-in-out;

  padding: 14px 18px;
}

.btn-white-dark:hover{
  background-color: var(--color-3);
  color: #FFF;  
}

.btn-transparent-green{
  display: block;

  width: 100%;
  max-width: 270px;

  background-color: transparent;
  border: 2px solid #000;
  border-radius: 100px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;

  color: #000000;

  transition: all var(--transition-delay) ease-in-out;

  padding: 14px 18px;
}

.btn-transparent-green:hover{
  background-color: var(--color-1);
  color: #FFF;
  border-color: #FFF;
}

.btn-transparent-green-2{
  display: block;

  width: 100%;
  max-width: 270px;

  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 100px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;

  color: #FFFFFF !important;

  transition: all var(--transition-delay) ease-in-out;

  padding: 14px 18px;
}

.btn-transparent-green-2:hover{
  background-color: var(--color-1);
  color: #FFF;
}

.btn-white-dark-2{
  display: block;

  width: 100%;
  max-width: 270px;

  background-color: #FFF;
  border: 2px solid #000;
  border-radius: 100px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;

  color: #000000;

  transition: all var(--transition-delay) ease-in-out;

  padding: 14px 18px;
}

.btn-white-dark-2:hover{
  background-color: var(--color-3);
  color: #FFF;  
}

.btn-green-light{
  display: inline-block;

  width: auto;

  background-color: var(--color-1);
  border: 2px solid var(--color-1);
  border-radius: 100px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;

  color: #FFF !important;

  transition: all var(--transition-delay) ease-in-out;

  padding: 14px 18px;
}

.btn-green-light:hover{
  border-color: var(--color-2);
  background-color: var(--color-2);
}

/* BUTTONS */

/* HEADER */

.header{
  position: absolute;
  top: 0;
  z-index: 100;

  width: 100%;

  background-color: transparent;
}

.header .container{
  padding-top: 7px;
  padding-bottom: 7px;
}

.header .logo{
  display: block;
  width: 100%;
}

.header .logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

#nav{
  height: 100%;

  justify-content: flex-end;
  align-items: center;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 21px;
}

.menu>li>a{
  display: block;  

  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #FFFFFF;

  padding-right: 0px;

  transition: all var(--transition-delay) ease-in-out;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,
.menu>li>a.active{
  opacity: .6;
}

.menu>li:hover .submenu{
  display: block;
}
/* menu responsivo  2 #444 */ 
  @media (max-width: 991px) {
    #nav{
      height: auto;
      justify-content: unset;
      align-items: unset;
    }
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #222;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #444;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
      border-radius: 10px;
    }

    .menu{   
      width: 100%;
      border-radius: 10px;
    }

    .menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #444;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
      margin-bottom: 10px;
    }

    .menu>li:last-child{
      margin-bottom: 0;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #EFEFEF;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }
    .header .logo{
      text-align: center;
    }

    .header a.logo img{
      width: auto;
      max-height: 100px;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }

    .header{
      height: auto;
    }
    
    /*#menu{
      display: none;
    }*/

    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }

    .susubmenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;
    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }
  }
  @media(max-width: 767px) {
    .header a.logo img{
      max-height: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/

/* /HEADER */

/* FOOTER */

.footer{
  background-color: var(--color-3);
}

.footer .container{
  padding-top: 48px;
  padding-bottom: 91px;
}

.footer .container .row{
  row-gap: 25px;
}

.footer-contato .container{
  padding-top: 18px;
}

.footer-contato .container .row{
  justify-content: center;
}

.footer h4{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #FFFFFF;
  margin-bottom: 21px;
}

.footer .site-map{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px 30px;
}

.footer .site-map a{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #FFFFFF;

  transition: all var(--transition-delay) ease-in-out;
}

.footer .site-map a:hover{
  opacity: .6;
}

.footer .contact-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 11px;
}

.footer .contact-info .info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 9px;
}

.footer .contact-info .info .icon{
  flex-shrink: 0;  

  width: 23px;
  height: 23px;
}

.footer .contact-info .info .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .contact-info .info span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #FFFFFF;
}

.footer .logo{
  width: 100%;
  height: 268px;
}

.footer .logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .credits{
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 42px;
}

.footer-contato .credits{
  margin-top: 12px;
}

.footer .credits p{
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.footer .credits .kryzalis{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}

.footer .credits .kryzalis p{
  transform: translateY(5px);
}

.footer .credits .logo-kry{
  width: 50px;
  height: 31px;
}

.footer .credits .logo-kry img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .footer .col-lg-4{
      justify-items: center;
    }
    .footer .site-map{
      text-align: center;
    }
    .footer .contact-info{
      align-items: center;
    }
    .footer .credits{
      flex-direction: column;
      justify-content: flex-start;
      text-align: center;
      row-gap: 15px;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* BANNER */

.banner,
.banner .tns-outer,
.banner .tns-ovh,
.banner .tns-outer,
.banner .tns-inner,
.banner .tns-item{
  max-height: 466px;
}

.banner .tns-outer{
  position: relative;
}

.banner .tns-outer .tns-controls button{
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);

  width: 48px;
  height: 48px;

  background-color: transparent;
  border: none;

  padding: 0;
}

.banner .tns-outer .tns-controls button .banner-control{
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.banner .tns-outer .tns-controls button .banner-control:hover{
  filter: brightness(0) invert(1);
}

.banner .tns-controls button[data-controls="prev"]{
  left: 2.5%;
}
.banner .tns-controls button[data-controls="next"]{
  right: 2.5%;
}

.banner .tns-controls button[data-controls="prev"] .banner-control{
  left: 0;
  background-image: url('../imagens/banner-prev.png');
}

.banner .tns-controls button[data-controls="next"] .banner-control{
  right: 0;
  background-image: url('../imagens/banner-next.png');
}

.banner .slider-banner{
  max-height: 100%;
}

.banner .slider-banner .tns-item{
  aspect-ratio: 1/1;
}

.banner .banner-item{
  --bg-banner: #ccc;

  width: 100%;
  height: 100%;
  max-height: 466px;

  background: 
    linear-gradient(
      rgba(0, 0, 0, .5) 0%,
      rgba(0, 0, 0, .5) 100%
    ),
    var(--bg-banner);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  align-content: center;

  padding-left: 7.5%;
  padding-right: 7.5%;
}

.banner .content{
  text-align: center;
  justify-items: center;
}

.banner .content h1{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;

  color: #FFFFFF;
  margin-top: 31px;
}

.banner .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.banner .content .btn-white-dark{
  margin-top: 12px;
}

/* RESPONSIVO BANNER */

  @media (max-width: 991px) {
    .banner .tns-outer .tns-controls button{
      width: 36px;
      height: 36px;
    }
  }
  @media(max-width: 767px){
    .banner, .banner .tns-outer, .banner .tns-ovh, .banner .tns-outer, .banner .tns-inner, .banner .tns-item, .banner .banner-item{
      max-height: unset;
    }
    .banner .slider-banner .tns-item{
      aspect-ratio: auto;
    }
    .banner .banner-item{
      padding-top: 105px;
      padding-bottom: 50px;

      padding-left: 11.5%;
      padding-right: 11.5%;
    }
    .banner .content h1{
      margin-top: unset;
    }
  }

/* RESPONSIVO BANNER */

/* /BANNER */

/* CONTEUDO TOPO */

.conteudo-topo{
  --bg-topo: #ccc;

  width: 100%;
  height: 100%;
  max-height: 466px;

  background: 
    linear-gradient(
      rgba(0, 0, 0, .5) 0%,
      rgba(0, 0, 0, .5) 100%
    ),
    var(--bg-topo);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  align-content: center;
}

.conteudo-topo .container{
  text-align: center;

  padding-top: 144px;
  padding-bottom: 62px;
}

.conteudo-topo h1{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;

  color: #FFFFFF;
  margin-bottom: 13px;
}

.conteudo-topo .bread,
.conteudo-topo .bread a,
.conteudo-topo .bread span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #FFFFFF;
}

.conteudo-topo .bread span{
  font-weight: 700;
}

/* /CONTEUDO TOPO */

/* HOME */

.fx1_home .container{
  padding-top: 35px;
  padding-bottom: 43px;
}

.fx1_home .form-container{
  margin-bottom: 43px;
}

.form-container .title{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 34px;
}

form .form-wrapper{
  column-count: 2;
  column-gap: 30px;
  max-width: 100%;
}

form .form-group{
  margin-bottom: 32px;
}

.form-filter .form-group,
form .form-group p{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;

  break-inside: avoid;

  margin-bottom: 0px;
}

.form-filter .form-group{
  margin-bottom: 15px;
}

form p{
  width: 100%;
}

form .form-group label{
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 5px;

  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #000000;
  margin-bottom: 0;
}

form .form-group .wpcf7-form-control-wrap{
  flex-grow: 1;
}

form .form-group .wpcf7-form-control-wrap[data-name="foto_1"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_2"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_3"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_4"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_5"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_6"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_7"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_8"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_9"],
form .form-group .wpcf7-form-control-wrap[data-name="foto_10"],
form .form-group .wpcf7-form-control-wrap[data-name="planta"],
form .form-group .wpcf7-form-control-wrap[data-name="documento"],
form .form-group .wpcf7-form-control-wrap[data-name="logomarca"]{
  display: none;
}

.form-group-field-composto-title{
  flex-shrink: 0;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
  width: 100%;
}

form .form-group-title{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;

  color: #000000;
  margin-bottom: 7px;
}

.form-cadastro .form-group-title{
  display: block;
}

form .form-group label input[type="text"],
form .form-group label input[type="email"],
form .form-group label input[type="tel"],
form .form-group label input[type="url"],
form .form-group label input[type="number"]{
  outline: none;
  border: none;

  background-color: transparent;
  border-bottom: 1px solid #000;
}

form .form-group label input[type="text"]:not(.small-input),
form .form-group label input[type="number"]:not(.small-input){
  flex-grow: 1;
}

form .form-group label input[type="text"].small-input,
form .form-group label input[type="number"].small-input{
  width: 100%;
}

form .form-group label input[type="radio"],
form .form-group label input[type="checkbox"]{
  appearance: none;
  -webkit-appearence: none;
  -moz-appearence: none;

  position: relative;

  flex-shrink: 0;

  width: 20px;
  height: 20px;

  background-color: #FFF;
  border: 2px solid #A6A6A6;
  border-radius: 4px;

  cursor: pointer;
  vertical-align: middle;

  margin: 0;
}

form .form-group label input[type="radio"]:checked::before,
form .form-group label input[type="checkbox"]:checked::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  display: block;
  width: 10px;
  height: 10px;

  background-color: #333;
  border-radius: 2px;
}

.form-cadastro label input[type="text"], 
.form-cadastro label input[type="email"], 
.form-cadastro label input[type="tel"], 
.form-cadastro label input[type="url"], 
.form-cadastro label input[type="number"] {
  flex-grow: 1;
}

form .form-group .user-descricao-input{
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}

form .form-group .user-descricao-input .wpcf7-form-control-wrap{
  width: 100%;
}

form .form-group .file-wrapper{
  margin-bottom: 10px;
}

.form-cadastro .file-wrapper{
  width: 100%;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

form .form-group .file-wrapper:last-child{
  margin-bottom: 0;
}

form .form-group .file-logo-wrap{
  margin-top: -15px;
}

form .form-group .file-wrapper p{
  width: 100%;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

form .form-group .file-wrapper .label-name{
  max-width: 150px;
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #000000;
  margin-bottom: 0;
}

form .form-group .file-wrapper .file-name{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;

  color: #777777;
}

form .form-group .file-wrapper .btn-file{
  width: auto;

  display: block;
  align-items: unset;

  background-color: #D9D9D9;
  border: 1px solid #CCC;
  border-radius: 10px;

  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-align: center;

  color: #000000;

  padding: 0px 24px;
}

form .form-group .file-wrapper input[type="file"]{
  display: none;
}

form .form-group textarea{
  width: 100%;
  height: 120px;

  resize: none;

  background-color: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 8px;
}

form .form-group textarea,
form .form-group textarea::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #000000;
  margin-bottom: 0;
}

form .form-group .label-mensagem{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}

form .form-group .wpcf7-form-control-wrap[data-name="observacoes"],
form .form-group .label-mensagem .wpcf7-form-control-wrap{
  width: 100%;
}

form .form-group .wpcf7-not-valid-tip{
  display: none;
}

form .form-submit{
  justify-items: center;

  margin-top: 34px;
}

form .form-submit .spinner-border{
  --bs-spinner-width: 3rem;
  --bs-spinner-height: 3rem;
  --bs-spinner-border-width: .5rem;

  border-color: var(--color-1);
  border-right-color: transparent;

  margin-right: 8px;
  margin-bottom: -8px;
}

form .form-submit div p{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

form .form-submit .wpcf7-spinner{
  position: absolute;
  top: 50%;
  left: -72px;
  transform: translateY(-50%);
}

form .recaptcha{
  justify-items: center;
}

.form-status-msg{
  width: 100%;
  text-align: center;

  border-radius: 5px;

  padding: 15px 100px;
  margin-top: 20px;
}

.form-status-msg.response-success{
  background-color: var(--color-2);
}

.form-status-msg.response-error{
  background-color: #AA0000;
}

.form-status-msg p{
  font-family: var(--fontPadrao);
  font-size: 22px;
  font-weight: 600;
  color: #FFF;

  margin-bottom: 0;
}

.fx2_cadastro_galpao .btn-wrapper p{
  width: auto;
}

.labelled__field{
  display: flex;
  align-items: flex-end;
  gap: 1ch;
}

/* RESPONSIVO FORMS */

@media (max-width: 991.98px) {
  form .form-wrapper{
    column-count: 1;
    justify-items: center;
  }
  form .form-group{
    width: 85%;
  }
  .form-cadastro .form-group label{
    display: block;
  }
  form .form-group-title{
    justify-content: center;
    text-align: center;
  }
  form .form-group .file-wrapper p,
  .form-cadastro .file-wrapper{
    flex-direction: column;
    row-gap: 5px;
  }
  form .form-group .wpcf7-form-control-wrap{
    width: inherit;
  }
  .outros-wrapper{
    flex-direction: column;
    row-gap: 3px;
  }
  .form-group-field,
  .form-group-field-composto{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-group-field--label,
  .form-group-field-composto-title{
    display: block;
    width: 100%;
  }

  .form-group-field-composto{
    gap: 8px;
    margin-bottom: 1rem;
  }

  .form-cadastro label input[type="text"], 
  .form-cadastro label input[type="email"], 
  .form-cadastro label input[type="tel"], 
  .form-cadastro label input[type="url"], 
  .form-cadastro label input[type="number"]{
    width: 100%;
  }

  .labelled__field{
    display: grid;
    grid-template-columns: 1fr min-content;
    grid-gap: 1ch;
    width: 100%;
  }
  .wpcf7-form-control-wrap[data-name="infraestrutura"] label{
    display: block;
  }
}

@media (min-width: 992px) {
  .small-input{
    max-width: 76px;
  }

  form .form-group label .wpcf7-form-control-wrap[data-name="area_total"],
  form .form-group label .wpcf7-form-control-wrap[data-name="area_construida"],
  form .form-group label .wpcf7-form-control-wrap[data-name="area_armazenagem"],
  form .form-group label .wpcf7-form-control-wrap[data-name="pe_direito"],
  form .form-group label .wpcf7-form-control-wrap[data-name="numero_docas"],
  form .form-group label .wpcf7-form-control-wrap[data-name="valor_locacao_min"],
  form .form-group label .wpcf7-form-control-wrap[data-name="valor_locacao_max"],
  form .form-group label .wpcf7-form-control-wrap[data-name="valor_compra_min"],
  form .form-group label .wpcf7-form-control-wrap[data-name="valor_compra_max"],
  form .form-group label .wpcf7-form-control-wrap[data-name="finalidade"],
  form .form-group label .wpcf7-form-control-wrap[data-name="proximidade"],
  form .form-group label .wpcf7-form-control-wrap[data-name="infraestrutura"],
  form .form-group label .wpcf7-form-control-wrap[data-name="prazo_ocupacao"]{
    flex-grow: 0;
  }
}

/* /RESPONSIVO FORMS */
.fx1_encontre_galpao .form-submit div p{
  position: relative;
}

.fx1_encontre_galpao .form-submit div p .wpcf7-spinner{
  position: absolute;
  left: -72px;
}

.card-banner{
  --bg-card-banner: #ccc;

  background: 
    linear-gradient(
      rgba(0,0,0,0.7),
      rgba(0, 0, 0, .7)
    ),
    var(--bg-card-banner);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;


  padding-top: 57px;
  padding-right: 100px;
  padding-bottom: 49px;
  padding-left: 34px;
}

.card-banner .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.card-banner .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.card-banner .btn-wrapper{
  justify-items: center;
}

.fx2_home .container{
  padding-bottom: 54px;
}

.fx2_home .container .row{
  row-gap: 47px;
}

.fx2_home .content{
  text-align: center;

  margin-bottom: 47px;
}

.fx2_home .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 12px;
}

.fx2_home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #000000;
  margin-bottom: 0;
}

.fx2_home .btn-wrapper{
  justify-items: center;

  margin-top: 54px;
}

.card-galpao{
  display: block;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.card-galpao .img-destaque{
  width: 100%;
  height: 216px;
  max-height: 217px;
  border-radius: 10px;

  margin-bottom: 11px;
}

.card-galpao .img-destaque img{
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.card-galpao p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 5px;
}

.card-galpao .adress{
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 9px;
}

.card-galpao .adress .icon{
  flex-shrink: 0;

  width: 21px;
  height: 21px;
}

.card-galpao .adress .icon img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-galpao .adress span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #000000;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .card-banner{
      flex-direction: column;
      text-align: center;
      row-gap: 20px;

      padding-left: 0;
      padding-right: 0;
    }
  }
  @media(max-width: 767px){
    .form-container .title{
      text-align: center;
    }
    .card-galpao{
      align-items: center;
      text-align: center;
    }
    .card-galpao .adress{
      justify-content: center;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* QUEM SOMOS */

.fx1_quem_somos{
  background-color: var(--color-bg);
}

.fx1_quem_somos .container{
  padding-top: 40px;
  padding-bottom: 40px;
}

.fx1_quem_somos p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
}

.fx1_quem_somos strong,
.fx1_quem_somos b{
  font-weight: 700;
}

.fx1_quem_somos img{
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fx2_quem_somos{
  background-color: var(--color-bg);
}

.fx2_quem_somos .container{
  padding-bottom: 40px;
}

.fx2_quem_somos .container .row{
  row-gap: 30px;
}

.fx2_quem_somos .card-mvv{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.fx2_quem_somos .card-mvv .icon{
  width: 80px;
  height: 80px;

  margin-bottom: 15px;
}

.fx2_quem_somos .card-mvv .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx2_quem_somos .card-mvv p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 10px;
}

.fx2_quem_somos .card-mvv span,
.fx2_quem_somos .card-mvv ul li{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
}

.fx2_quem_somos .card-mvv strong,
.fx2_quem_somos .card-mvv b{
  font-weight: 700;
}

.fx3_quem_somos .container{
  padding-top: 39px;
  padding-bottom: 42px;
}

.fx3_quem_somos .container .row{
  row-gap: 30px;
  align-items: center;
}

.fx3_quem_somos .foto-perfil{
  width: 100%;
  max-width: 169px;
  height: 100%;
  max-height: 169px;
}

.fx3_quem_somos .foto-perfil img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fx3_quem_somos .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 0;
}

.fx3_quem_somos .content strong,
.fx3_quem_somos .content b{
  font-weight: 700;
}

/* RESPONSIVO QUEM SOMOS */

  @media (max-width: 991px) {
    .fx2_quem_somos .col-lg-4{
      justify-items: center;
    }
    .fx2_quem_somos .card-mvv{
      width: 80%;
      text-align: center;
    }
    .fx3_quem_somos .col-lg-2{
      justify-items: center;
    }
    .fx3_quem_somos .content{
      text-align: center;
    }
  }
  @media(max-width: 767px){
    .fx1_quem_somos .content{
      text-align: center;
    }
  }

/* RESPONSIVO QUEM SOMOS */

/* /QUEM SOMOS */

/* PARCEIROS */

.fx1_parceiros{
  background-color: var(--color-bg);
}

.fx1_parceiros .container{
  padding-top: 41px;
  padding-bottom: 50px;
}

.fx1_parceiros .content{
  padding: 0 8px;
}

.fx1_parceiros .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;

  color: #000000;
  margin-bottom: 36px;
}

.fx1_parceiros .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

  color: #000000;
  margin-bottom: 0;
}

.fx2_parceiros .container{
  padding-top: 37px;
  padding-bottom: 40px;
}

.fx2_parceiros .container .row{
  row-gap: 32px;
}

.fx2_parceiros .card-parceiro{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 9px;
}

.fx2_parceiros .card-parceiro .img-destaque{
  width: 100%;
  height: 180px;
}

.fx2_parceiros .card-parceiro .img-destaque img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fx2_parceiros .card-parceiro p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;

  color: #000000;
  margin-bottom: 0;
}

/* RESPONSIVO PARCEIROS */

  @media(max-width: 767px){
    .fx2_parceiros .col-lg-3{
      justify-items: center;
    }
    .fx2_parceiros .card-parceiro{
      width: 85%;
    }
  }

/* RESPONSIVO PARCEIROS */

/* /PARCEIROS */

/* PARCEIROS SINGLE */

.fx1_single_parceiros{
  background-color: var(--color-bg);
}

.fx1_single_parceiros .container{
  padding-top: 37px;
  padding-bottom: 39px;
}

.fx1_single_parceiros .container .row{
  align-items: center;
  row-gap: 30px;
}

.fx1_single_parceiros .img-destaque{
  width: 100%;
  max-width: 540px;
  height: 180px;
}

.fx1_single_parceiros .img-destaque img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fx1_single_parceiros .info-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 27px;
}

.fx1_single_parceiros .info-wrapper p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 0px;
}

.fx1_single_parceiros .info-wrapper .parceiros-dados{
  display: flex;
  align-items: center;
  column-gap: 54px;
}

.fx1_single_parceiros .info-wrapper .parceiros-dados .dado{
  min-width: 153px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.info-wrapper .parceiros-dados .dado .icon{
  flex-shrink: 0;
  width: 23px;
  height: 23px;
}

.info-wrapper .parceiros-dados .dado .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-wrapper .parceiros-dados .dado span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #000000;
}

.fx2_single_parceiros .container{
  padding-top: 38px;
  padding-bottom: 25px;
}

.fx2_single_parceiros .container .row{
  row-gap: 47px;
}

.fx2_single_parceiros h2{
  font-family: var(--fontPadrao);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

  color: #000000;
  margin-bottom: 40px;
}

.fx2_single_parceiros .btn-wrapper{
  margin-top: 42px;
}

.fx2_single_parceiros .btn-wrapper .btn-transparent-green{
  max-width: 135px;
}

/* RESPONSIVO SINGLE PARCEIROS */

  @media (max-width: 991px) {
    .fx1_single_parceiros .col-lg-3,
    .fx1_single_parceiros .col-lg-9,
    .fx2_single_parceiros .btn-wrapper{
      justify-items: center;
    }
    .fx1_single_parceiros .info-wrapper{
      width: 85%;
      align-items: center;
      text-align: center;
    }
    .fx1_single_parceiros .info-wrapper .parceiros-dados{
      flex-direction: column;
      row-gap: 12px;
    }
  }

/* /RESPONSIVO SINGLE PARCEIROS */

/* /PARCEIROS SINGLE */

/* GALPOES */

.fx1_galpoes .container{
  padding-top: 41px;
  padding-bottom: 66px;
}

.fx1_galpoes .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1_galpoes h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

  color: #000000;
  margin-bottom: 66px;
}

.fx1_galpoes .col-lg-5{
  justify-items: center;
}

.fx1_galpoes .card-option{
  --bg-card-option: #CCC;

  display: block;
  width: 100%;
  max-width: 470px;
  height: 340px;

  text-align: center;
  align-content: flex-end;

  background: 
    linear-gradient(
      rgba(0, 0, 0, .0),
      rgba(0, 0, 0, 1.0)
    ),
    var(--bg-card-option);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;

  padding: 25px 80px;
}

.fx1_galpoes .card-option p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #FFFFFF;
  margin-bottom: 0;
}

/* RESPONSIVO GALPOES */

  @media(max-width: 767px){
    .fx1_galpoes .card-option{
      padding: 25px 21.27%;
    }
  }

/* /RESPONSIVO GALPOES */

/* /GALPOES */

/* ARCHIVE GALPOES */

.fx1_archive_galpoes .container{
  padding-top: 40px;
  padding-bottom: 54px;
}

.fx1_archive_galpoes .container .row{
  row-gap: 32px;
}

.fx1_archive_galpoes .content{
  justify-items: center;
  text-align: center;
  padding-bottom: 50px;
}

.fx1_archive_galpoes .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 15px;
}

.fx1_archive_galpoes .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 0;
}

.fx1_archive_galpoes .btn-toggle-wrapper{
  width: 100%;
  max-width: 570px;

  background-color: #000;
  border: 2px solid #000;
  border-radius: 100px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 39px;
}

.fx1_archive_galpoes .btn-toggle-wrapper button{
  width: 100%;

  background-color: #000;
  border: none;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;

  color: #FFFFFF;

  padding: 14px 0;

  transition: all var(--transition-delay) ease-in-out;
}

.fx1_archive_galpoes .btn-toggle-wrapper button:first-child{
  border-radius: 100px 0 0 100px;
  /*border-right: 1px solid #000;*/
}
.fx1_archive_galpoes .btn-toggle-wrapper button:last-child{
  border-radius: 0 100px 100px 0;
  /*border-right: 1px solid #000;*/
}

.fx1_archive_galpoes .btn-toggle-wrapper button:hover,
.fx1_archive_galpoes .btn-toggle-wrapper button[data-toggle="true"]{
  background-color: var(--color-1);
  color: #FFF;
}

.fx1_archive_galpoes .pagenavi-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 58px;
}

.fx1_archive_galpoes #listComprar{
  display: flex;
}

.fx1_archive_galpoes #listAlugar{
  display: none;
}

.wp-pagenavi{
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  color: #8D8D8D;
  transition: all var(--transition-delay) linear;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover{
  color: #000;
}


.fx1_archive_galpoes .legenda h3{
  font-family: var(--fontPadrao);
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;

  color: #000000;
  margin-bottom: -10px;
}

.fx1_archive_galpoes .legenda h3 span{
  font-weight: 700;
  font-size: 20px;
}

.fx2_archive_galpoes{
  background-color: var(--color-bg);
}

.fx2_archive_galpoes .container{
  padding-top: 41px;
  padding-bottom: 45px;
}

/* RESPONSIVO */

  @media(max-width: 991px){
    .fx1_archive_galpoes .legenda{
      text-align: center;
    }
  }

/* /RESPONSIVO */

/* /ARCHIVE GALPOES */

/* SINGLE GALPAO */

.banner-galpao .container{
  position: relative;

  padding-top: 41px;
  padding-bottom: 36px;
}

.banner-galpao .tns-outer,
.banner-galpao .tns-ovh,
.banner-galpao .tns-outer,
.banner-galpao .tns-inner,
.banner-galpao .tns-item,
.banner-galpao .col-10{
  height: 100%;
  max-height: 393px;
}

.banner-galpao .tns-item{
  aspect-ratio: 1/1;
  justify-items: center;
}

.banner-galpao .img-carousel{
  width: 100%;
  height: 393px;
  border-radius: 10px;

  padding: 0 8.547008%;
}

.banner-galpao .img-carousel img{
  width: 100%;
  height: 100%;
  max-height: 393px;
  object-fit: cover;
  border-radius: 10px;
}

.banner-galpao .tns-outer .tns-controls button{
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);

  width: 55px;
  height: 55px;

  background-color: transparent;
  border: none;

  padding: 0;
}

.banner-galpao .tns-outer .tns-controls button .banner-control{
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  filter: brightness(0) saturate(100%);

  transition: all var(--menu-transition-delay) ease-in-out;
}

.banner-galpao .tns-outer .tns-controls button .banner-control:hover{
  filter: unset;
}

.banner-galpao .tns-controls button[data-controls="prev"]{
  left: 5px;
}

.banner-galpao .tns-controls button[data-controls="next"]{
  right: 5px;
}

.banner-galpao .tns-controls button[data-controls="prev"] .banner-control{
  background-image: url('../imagens/banner-galpao-prev.png');
}

.banner-galpao .tns-controls button[data-controls="next"] .banner-control{
  background-image: url('../imagens/banner-galpao-next.png');
}

.fx1_single_galpao{
  background-color: var(--color-bg);
}

.fx1_single_galpao .container{
  padding-top: 35px;
  padding-bottom: 46px;
}

.fx1_single_galpao .container .row{
  row-gap: 25px;
  justify-content: center;
}

.fx1_single_galpao .venda-locacao-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 138px;
  margin-bottom: 47px;
}

.fx1_single_galpao .venda-locacao-wrapper .item-venda-locacao{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.fx1_single_galpao .venda-locacao-wrapper .item-venda-locacao h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 13px;
}

.fx1_single_galpao .venda-locacao-wrapper .item-venda-locacao p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 25px;

  color: var(--color-1);
}

.fx1_single_galpao .venda-locacao-wrapper .item-venda-locacao span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
}

.fx1_single_galpao .items-destaques{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.fx1_single_galpao .items-destaques .icon{
  width: 80px;
  height: 80px;

  margin-bottom: 5px;
}

.fx1_single_galpao .items-destaques .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx1_single_galpao .items-destaques p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;

  color: var(--color-1);
  margin-bottom: 9px;
}

.fx1_single_galpao .items-destaques span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
}

.fx2_single_galpao .container{
  padding-top: 25px;
  padding-bottom: 34px;
}

.fx2_single_galpao .container .row{
  row-gap: 25px;
}

.fx2_single_galpao .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 21px;
}

.fx2_single_galpao .content p,
.fx2_single_galpao .content ul li{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
}

.fx2_single_galpao .content strong,
.fx2_single_galpao .content b{
  font-weight: 700;
}

.fx2_single_galpao .contato-container{
  width: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  background-color: #F4F4F4;
  border-radius: 10px;

  padding: 31px 14px;
}

.fx2_single_galpao .contato-container h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;

  color: var(--color-1);
  margin-bottom: 18px;
}

.fx2_single_galpao .contato-container .nome{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-decoration-line: underline;

  color: #000000;
  margin-bottom: 25px;
}

.fx2_single_galpao .contato-container .main-info{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  margin-bottom: 30px;
}

.fx2_single_galpao .contato-container .main-info .main-info-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 5px;
}

.fx2_single_galpao .contato-container .main-info .main-info-item p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 0;
}

.fx2_single_galpao .contato-container .main-info .main-info-item span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
}

.fx2_single_galpao .contato-container .social-media{
  display: flex;
  align-items: center;
  column-gap: 9px;
}

.fx2_single_galpao .contato-container .social-media .icon{
  display: block;
  width: 32px;
  height: 32px;
}

.fx2_single_galpao .contato-container .social-media .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-banner-2{
  --bg-card-banner-2: #ccc;

  background: 
    linear-gradient(
      rgba(0,0,0,0.7),
      rgba(0, 0, 0, .7)
    ),
    var(--bg-card-banner-2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 12px;

  padding-top: 27px;
  padding-right: 100px;
  padding-bottom: 39px;
  padding-left: 34px;
  margin-top: 61px;
}

.card-banner-2 .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.card-banner-2 .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.card-banner-2 .link-card-banner{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration-line: underline !important;

  color: #FFFFFF;
}

.fx2_single_galpao .btn-wrapper{
  margin-top: 30px;
}

.fx2_single_galpao .btn-wrapper .btn-transparent-green{
  max-width: 135px;
}

/* RESPONSIVO SINGLE GALPAO */

  @media (max-width: 991px) {
    .banner-galpao .tns-outer .tns-controls button{
      width: 36px;
      height: 36px;
    }
    .fx1_single_galpao .venda-locacao-wrapper{
      flex-direction: column;
      justify-content: flex-start;
      row-gap: 25px;

      padding: 0 69px;
    }
    .fx2_single_galpao .content{
      justify-items: center;
      text-align: center;
    }
    .fx2_single_galpao .col-lg-4{
      justify-items: center;
    }
    .fx2_single_galpao .contato-container{
      align-items: center;
      text-align: center;
    }
    .card-banner-2{
      flex-direction: column;
      text-align: center;
      align-items: center;
      row-gap: 20px;

      padding-left: 0;
      padding-right: 0;
    }
    .fx2_single_galpao .btn-wrapper{
      justify-items: center;
    }
  }
  @media(max-width: 480px){
    .banner-galpao .img-carousel{
      padding: 0 11.547008%;
    }
  }

/* /RESPONSIVO SINGLE GALPAO */

/* /SINGLE GALPAO */

/* ENCONTRE GALPAO */

.fx1_encontre_galpao .container{
  padding-top: 41px;
  padding-bottom: 45px;
}

.fx1_encontre_galpao .form-container .title{
  text-align: center;
}

/* /ENCONTRE GALPAO */

/* CADASTRO GALPAO */

.fx1_cadastro_galpao{
  background-color: var(--color-bg);
}

.fx1_cadastro_galpao .container{
  padding-top: 41px;
  padding-bottom: 54px;
}

.fx1_cadastro_galpao .content{
  text-align: center;
}

.fx1_cadastro_galpao .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 37px;
}

.fx1_cadastro_galpao .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 0;
}

.fx1_cadastro_galpao .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;

  color: #000000;
  margin-top: 57px;
  margin-bottom: 0;
}

.fx2_cadastro_galpao .container{
  padding-top: 45px;
  padding-bottom: 85px;
}

.fx2_cadastro_galpao .btn-wrapper{
  margin-top: 34px;
}

.fx2_cadastro_galpao .btn-transparent-green{
  max-width: 135px;
}

.fx2_cadastro_galpao form .form-submit{
  justify-items: flex-end;
  margin-top: 17px;
}

/* RESPONSIVO */

  @media(max-width: 991px){
    .fx2_cadastro_galpao .btn-wrapper,
    .fx2_cadastro_galpao form .form-submit{
      justify-items: center;
    }
  }

/* /RESPONSIVO */

/* /CADASTRO GALPAO */

/* SEGUROS */

.fx1_seguros .container{
  padding-top: 36px;
  padding-bottom: 39px;
}

.fx1_seguros .container .row{
  row-gap: 25px;
  align-items: center;
}

.fx1_seguros .img-fx1{
  width: 100%;
  max-width: 170px;
}

.fx1_seguros .img-fx1 img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fx1_seguros .content{
  text-align: left;
}

.fx1_seguros .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;

  color: #000000;
  margin-bottom: 24px;
}

.fx1_seguros .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  color: #000000;
  margin-bottom: 0;
}

.fx2_seguros{
  background-color: var(--color-bg);
}

.fx2_seguros .container{
  padding-top: 46px;
  padding-bottom: 46px;
}

.fx2_seguros .container .row{
  row-gap: 25px;
  align-items: center;
}

.fx2_seguros .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 9px;
}

.fx2_seguros .content ul{
  margin-bottom: 28px;
}

.fx2_seguros .content ul li,
.fx2_seguros .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 31px;

  color: #000000;
  margin-bottom: 0;
}

.fx2_seguros .content ul li::marker{
  font-size: 9px;
}

.fx2_seguros .btn-green-light{
  margin-top: 17px;
  color: #FFF;
}

.fx2_seguros .img-fx2{
  width: 100%;
  max-width: 470px;
}

.fx2_seguros .img-fx2 img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

/* RESPONSIVO SEGUROS */

  @media (max-width: 991px) {
    .fx1_seguros .col-lg-2,
    .fx2_seguros .col-lg-5{
      justify-items: center;
    }
    .fx1_seguros .content,
    .fx2_seguros .content{
      text-align: center;
      justify-items: center;
    }
  }

/* /RESPONSIVO SEGUROS */

/* /SEGUROS */

/* FALE CONOSCO */

.fx1_fale_conosco .container{
  padding-top: 41px;
  padding-bottom: 67px;
}

.fx1_fale_conosco .content p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: #000000;
  margin-bottom: 34px;
}

.fx1_fale_conosco form .form-submit{
  justify-content: unset;
  justify-items: flex-end;
  text-align: right;
  margin-top: 14px;
}

.fx1_fale_conosco form p{
  margin-bottom: 0;
}

.fx1_fale_conosco .contato-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 17px;

  margin-bottom: 29px;
}

.fx1_fale_conosco .contato-wrapper .info{
  display: flex;
  align-items: center;
  column-gap: 9px;
}

.fx1_fale_conosco .contato-wrapper .info .icon{
  flex-shrink: 0;
  width: 23px;
  height: 23px;
}

.fx1_fale_conosco .contato-wrapper .info .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx1_fale_conosco .contato-wrapper .info span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;

  color: var(--color-3);
}

.fx1_fale_conosco .redes-sociais{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}

.fx1_fale_conosco .redes-sociais .icon{
  display: inline-block;

  width: 32px;
  height: 32px;
}

.fx1_fale_conosco .redes-sociais .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx2_fale_conosco .mapa-container{
  width: 100%;
  height: 345px;
}

.fx2_fale_conosco .mapa-container iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVO FALE CONOSCO */

  @media (max-width: 991px) {
    .fx1_fale_conosco .container .row{
      row-gap: 25px;
    }
    .fx1_fale_conosco .content p{
      text-align: center;
    }
    .fx1_fale_conosco form{
      justify-items: center;
    }
    .fx1_fale_conosco .contato-wrapper{
      align-items: center;
    }
    .fx1_fale_conosco .redes-sociais{
      justify-content: center;
    }
    .fx1_fale_conosco form .form-group label{
      flex-direction: column;
      align-items: flex-start;
    }
  }

/* /RESPONSIVO FALE CONOSCO */

/* /FALE CONOSCO */

/* SEARCH */

.fx1_search .container{
  padding-top: 45px;
  padding-bottom: 45px;
}

.fx1_search .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx1_search h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: var(--color-3);
  text-align: center;
  margin-bottom: 30px;
}

.fx1_search .empty-args h3{
  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 24px;
  color: var(--color-3);
  margin-bottom: 15px;
}

.fx1_search .empty-args p{
  font-family: var(--fontPadrao);
  font-weight: 500;
  font-size: 19px;
  color: var(--color-3);
  margin-bottom: 10px;
}

/* /SEARCH */

/* 404 */

.pg-404 {
  background-color: var(--color-bg);
  color: var(--color-3);
  font-family: var(--fontPadrao), sans-serif;
  text-align: center;
  padding: 80px 20px;
}

.pg-404 h1 {
  font-size: 8rem;
  margin: 0;
  color: var(--color-1);
  font-weight: 700;
  line-height: 1;
  transition: color var(--transition-delay);
}

.pg-404 h1:hover {
  color: var(--color-2);
}

.pg-404 h2 {
  font-size: 1.8rem;
  margin: 20px 0 10px;
  color: var(--color-3);
  font-weight: 600;
}

.pg-404 .editor {
  font-size: 1.7rem;
  max-width: 600px;
  margin: 20px auto;
  color: var(--color-3);
}

.pg-404 .editor a {
  color: var(--color-1);
  text-decoration: underline;
  transition: color var(--transition-delay);
}

.pg-404 .editor a:hover {
  color: var(--color-2);
}

/* Responsivo */
@media (max-width: 768px) {
  .pg-404 h1 {
    font-size: 5rem;
  }

  .pg-404 h2 {
    font-size: 1.5rem;
  }

  .pg-404 .editor {
    font-size: 1rem;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .pg-404 h1 {
    font-size: 4rem;
  }

  .pg-404 h2 {
    font-size: 1.2rem;
  }

  .pg-404 .editor {
    font-size: 0.95rem;
  }
}

/* /404 */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/