@charset "utf-8";
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/

.gform_legacy_markup_wrapper {
  margin-top: 0!important;
}
.gfield {
  display: grid !important;
  grid-template-areas:
    "label validation"
    "input input";
  grid-template-columns: 1fr auto;
  column-gap: 0.5rem;
  align-items: center;
}
.gfield_label {
  grid-area: label;
}
.validation_message {
  grid-area: validation;
  align-self: end;
  font-size: 0.875rem;
  color: red;
  white-space: nowrap;
}
.ginput_complex,
.ginput_container {
  grid-area: input;
  width: 100%;
}
.ginput_complex input,
.ginput_container input {
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	border: none!important;
	background: none!important;
	padding: 0!important
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	margin: 0 0 50px!important;
}

.gform_wrapper.gravity-theme .gfield_description {
	margin: 0 0 7px
}

.gfield_required {display: none!important;opacity: 0;}
label,
.gfield_label {
  margin-bottom: 5px;
  text-transform: unset;
  font-size: 18px!important;
  font-weight: 600!important;
  letter-spacing: 0.22px;
  margin: 0!important;
  color: #230704;

/* p */
  font-family: montserrat;
  font-style: normal;
  line-height: normal;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='number'],
input[type='date'],
textarea,
select {
  height: 50px;
  border-radius: 4px;
  border: 1px solid var(--dark-green, #7B7B7B);
  background: transparent;
  margin: 10px 0 0!important;
   /* 18.9px */
  color: #1E1E1E;

/* p */
  font-family: Barlow;
  font-size: 20px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
textarea {
  min-height: 120px;
}
.custom-checkRad {
  position: relative;
  padding-left: 27px;
  margin: 0;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label:before,
.custom-checkRad input[type="radio"] + label:before{
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.custom-checkRad input[type="checkbox"],
.custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label:before {
  content: '\f0c8';
}
.custom-checkRad input[type="radio"] + label:before {
  content: '\f111';
}
.custom-checkRad input[type="checkbox"]:checked + label:before {
  content: '\f14a';
}
.custom-checkRad input[type="radio"]:checked + label:before {
  content: '\f058';
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  backdrop-filter: blur(2px);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
/* se você usa CSS Modules, senão: */
  display:inline-block;
  border:0;
  cursor:pointer;
  border-radius: 999px;
  padding: 15px 30px;
  color:#fff;
  border-radius: 327px;
  background: var(--button-gradient, linear-gradient(270deg, var(--green, #648B55) 0%, var(--blueish-green, #6C92AA) 100%));
}
.gform_wrapper.gravity-theme #field_submit,.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-self: center;
}

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: var(--main, #0E385E);
  background-color: transparent;
  border-color: var(--main, #0E385E);
  text-decoration: none;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}
@media screen and (max-width: 600px) {
    #wpadminbar {
           position: fixed;
    }

  }

/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  justify-content: center;
  position: relative;
  height: 60px;
  letter-spacing: 0.8px;
  border: rgb(117, 161, 133);
  backdrop-filter: blur(2px);
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 327px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  background: linear-gradient(270deg, #275444 0%, #75A171 100%);
}
.btn-layout:hover,
.btn-layout:focus {
  color: #648B55;
  background: #FFF;
  
border: 1px solid var(--button-gradient, #648B55);


  text-decoration: none;
}


.btn-layout.hollow {
  background:transparent;
  color:#EBF5EE;
  border-color:#EBF5EE;
  border: 1px solid #EBF5EE;
}

.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: #12B6E1;
  background: #EBF5EE;
  border-color: #EBF5EE;
  text-decoration: none;
}

.homebtn {
    padding: 15px 30px;
    height: 77px;
    width: 204px;
    font-size: 20px;
}

.btn-layout.cream {
   
  color:#230704;
  background: #F7EEE5;
  border: solid 1px #F7EEE5;
}
.btn-layout.cream:hover,
.btn-layout.cream:focus {
  color:  #EFD9AF;
  background-color: #230704;
  border-color: #230704;
  text-decoration: none;
}
.btn-layout.cream.hollow {
  color: #F2EBE6;
  background-color: transparent;
  border-color: #F2EBE6;
}
.btn-layout.cream.hollow:hover,
.btn-layout.cream.hollow:focus {
  color: #230704;
  background-color: #F2EBE6;
  border-color: #F2EBE6;
  text-decoration: none;
}
.btn-layout.champ {
  color: #230704;
  background-color: #EFD9AF;
  border-color: #EFD9AF;
}
.btn-layout.champ:hover,
.btn-layout.champ:focus {
  color: #EFD9AF;
  background-color: #230704;
  border-color: #230704;
  text-decoration: none;
}

.btn-layout.champ.hollow {
  color: #230704;
  background-color: transparent;
  border-color: #EFD9AF;
}
.btn-layout.champ.hollow:hover,
.btn-layout.champ.hollow:focus {
  color: #230704;
  background-color: transparent;
  border-color: #EFD9AF;
  text-decoration: none;
}
.white.hollow {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border: 1px solid white;
  line-height: normal;
  background-color: transparent;
  border-color: white;
  border-radius: 300px;
}
.white.hollow:hover,
.white.hollow:focus {
  color: #230704;
  background-color: #F2EBE6;
  border-color: #F2EBE6;
  text-decoration: none;
}

.btn-layout.small {
  padding: 8px 15px;
  text-align: center;
}
 

.link-arrow {
	display: inline-block;
	position: relative;
	color: var(--teal, #0677A1);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none!important;
	font-family: "indivisible", sans-serif;
}
.link-arrow:after {
	content: '\f178';
	font-size: 0.8em;
	font-family: "Font Awesome 6 Pro";
	margin-left: 7px;
}
.link-arrow:before {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.link-arrow:hover:before,
.link-arrow:focus:before {
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--teal, #0677A1);
}

.btn-layout i.fa-solid.fa-arrow-right-long {
   
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 166.667% */
}


@media (max-width:521px){
.menu .logo-nav {
  max-width: 100%;
  width: 200px;
  height: auto;
  flex-shrink: 1;
}

}
 
 

/* Erro destacado nos campos */
.gfield input:invalid,
.gfield textarea:invalid,
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 2px solid #F68D6E !important;
  outline: none;
}

/* Mensagem de erro estilo tooltip abaixo */
.gform_wrapper .validation_message {
  background-color: #F68D6E;
  color: white;
  font-size: 0.85rem;
  padding: 4px 8px;
  border-radius: 3px;
  margin-top: 4px;
  display: inline-block;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.contact-block{padding: clamp(24px, 6vw, 72px) 0;}
.gf-wrap{max-width: 820px;margin: 18px auto 0;}

/* inputs básicos do GF para combinar com o layout atual */
.gf-wrap .gform_wrapper input[type="text"],
.gf-wrap .gform_wrapper input[type="email"],
.gf-wrap .gform_wrapper input[type="tel"],
.gf-wrap .gform_wrapper textarea{
  width: 100%;
  border: 1px solid #A0A7AD;
  border-radius: 6px;
  padding: 10px 12px;
  font-family: 'open-sans';
  background: transparent;
}
.gf-wrap .gform_wrapper textarea{ min-height: 140px; }

.gf-wrap .gform_wrapper .gform_footer input[type="submit"],
.gf-wrap .gform_wrapper .gform_page_footer input[type="submit"]{
  display:inline-block;
  border:0;
  cursor:pointer;
  border-radius: 999px;
  padding: 15px 30px;
  color:#fff;
  border-radius: 327px;
  background: rgb(117, 161, 133);
  background: linear-gradient(270deg, #275444 0%, #75A171 100%);
  
}

.gform_confirmation_message {
    color: var(--dark, #333);
    font-family: "Open-Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}