@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;
  color: #FBF9FF!important;
  font-family: open-sans;
}
.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%;
  border-color: #FBF9FF;
}
.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, #FBF9FF);
  background: transparent;
  margin: 10px 0 0!important;
   /* 18.9px */
  color: #FBF9FF;

/* p */
  font-family: open-sans!important;
  font-size: 18px!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: flex-start!important;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  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: #080A30;
  border-radius: 327px;
  background: #BEE3DB;
}
.gform_wrapper.gravity-theme #field_submit,.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-self: flex-start;
}

.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: #080A30;
  justify-content: center;
  position: relative;
  height: 60px;
  letter-spacing: 0.8px;
  border: 1px solid #BEE3DB;
  backdrop-filter: blur(2px);
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 327px;
  background: #BEE3DB;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.btn-layout:hover,
.btn-layout:focus {
  color: #BEE3DB;
  background: #080A30;
	border: 1px solid var(--button-gradient, #080A30);
  text-decoration: none;
}


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

.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: #FBF9FF;
  background: #0C1B33;
  border-color: #0C1B33;
  text-decoration: none;
}

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

.btn-layout.hollow-white:hover,
.btn-layout.hollow-white:focus {
  color: #0C1B33;
  background: #FBF9FF;
  border-color: #FBF9FF;
  text-decoration: none;
}


.btn-layout.blue {
  background:#0C1B33;
  color:#BEE3DB;
  border-color:#0C1B33;
  border: 1px solid #0C1B33;
}
p.testi-cta .btn-layout.blue {
    border-color: #0C1B33;
}
.btn-layout.blue:hover,
.btn-layout.blue:focus {
  color: #0C1B33;
  background: #BEE3DB;
  border-color: #BEE3DB;
  text-decoration: none;
}
.homebtn {
    /* padding: 15px 30px; */
    /* height: 77px; */
    /* width: 204px; */
    /* font-size: 20px; */
}

.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;
}

}
 
 

 .gfield input:invalid,
.gfield textarea:invalid,
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 2px solid #F68D6E !important;
  outline: none;
}

 .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;}

 .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: inherit;
  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: var(--button-gradient, linear-gradient(270deg, var(--green, #648B55) 0%, var(--blueish-green, #6C92AA) 100%));
}
