/* Generated from tbp_template: afoco_v1-contacto-page */
/*Builder GLOBAL CSS START*/
.themify_builder_content-748 .tb_73ms821{min-height:70px;margin-top:21px;margin-bottom:21px;align-content:inherit;align-items:inherit;align-self:auto;justify-self:auto;border:none;padding:2%;justify-items:center;justify-content:inherit;}
.themify_builder_content-748 .tb_vb5n821.module-text{text-align:center;}
.themify_builder_content-748 .tb_vb5n821.module-text.module .tb_text_wrap h1{font-weight:400;font-family:"ppmori";}
.themify_builder_content-748 .tb_vb5n821.module-text.module h1{font-size:3em;margin-top:10%;margin-bottom:5%;}
.themify_builder_content-748 .tb_nyom87{min-height:70px;margin-top:21px;margin-bottom:21px;align-content:inherit;align-items:inherit;align-self:auto;justify-self:auto;border:none;padding:2%;justify-items:center;justify-content:inherit;}
.themify_builder_content-748 .tb_qihm49.module-text{text-align:center;padding-bottom:2%;padding-top:2%;font-size:1.2em;line-height:1.5em;}
.themify_builder_content-748 .tb_qihm49.module-text p{margin-bottom:0;}
.themify_builder_content-748 .tb_aqzf436{min-height:70px;margin-top:21px;margin-bottom:21px;align-content:inherit;align-items:inherit;align-self:auto;justify-self:auto;border:none;padding:2%;justify-items:center;justify-content:inherit;}

@media(max-width:1024px){
.themify_builder_content-748 .tb_73ms821{padding:5%;margin-bottom:px;margin-top:px;}
.themify_builder_content-748 .tb_nyom87{padding:5%;margin-bottom:px;margin-top:px;}
.themify_builder_content-748 .tb_aqzf436{padding:5%;margin-bottom:px;margin-top:px;}
}
@media(max-width:600px){
.themify_builder_content-748 .tb_vb5n821.module-text.module .tb_text_wrap h1{font-weight:400;font-family:"ppmori";}
.themify_builder_content-748 .tb_vb5n821.module-text.module h1{font-size:2em;margin-top:25%;margin-bottom:5%;}
}/*Builder GLOBAL CSS END*/
.themify_builder_content-748 .tb_qihm49.module-text{text-align:left;font-size:1.6em;max-width:500px}
.themify_builder_content-748 .tb_dlj5122.module-contact input[type="text"],.themify_builder_content-748 .tb_dlj5122.module-contact input[type="email"],.themify_builder_content-748 .tb_dlj5122.module-contact input[type="number"],.themify_builder_content-748 .tb_dlj5122.module-contact textarea,.themify_builder_content-748 .tb_dlj5122.module-contact select,.themify_builder_content-748 .tb_dlj5122.module-contact input[type="tel"],.themify_builder_content-748 .tb_dlj5122.module-contact input[type="file"]{border-left-style:none;border-bottom:1px solid #222;border-right-style:none;border-top:2px solid #222;background-color:#fff;font-style:normal;font-family:"ppmori";font-weight:400;padding:10px 0 8px;color:#9e9e9e;font-size:1em}
.themify_builder_content-748 .tb_dlj5122.module-contact .builder-contact-field-send button{padding:16px;border:none;background-color:#b9eb50}
.themify_builder_content-748 .tb_dlj5122.module-contact input[type="text"]::placeholder,.themify_builder_content-748 .tb_dlj5122.module-contact input[type="email"]::placeholder,.themify_builder_content-748 .tb_dlj5122.module-contact input[type="number"]::placeholder,.themify_builder_content-748 .tb_dlj5122.module-contact textarea::placeholder,.themify_builder_content-748 .tb_dlj5122.module-contact select::placeholder,.themify_builder_content-748 .tb_dlj5122.module-contact input[type="tel"]::placeholder{color:#d2d3d3}
.themify_builder_content-748 .tb_dlj5122.module-contact{line-height:1.9em;font-family:"ppmori";font-weight:400}
.themify_builder_content-748 .tb_dlj5122.module-contact label{background-clip:border-box;background-image:none;color:#222}
.themify_builder_content-748 .tb_dlj5122.module-contact .control-label,.themify_builder_content-748 .tb_dlj5122.module-contact .tb_contact_label{font-family:"ppmori";font-weight:400;color:#000}

@media(max-width:600px){
.themify_builder_content-748 .tb_xc9787{--col:none;--area:var(--aream2_auto)}
}/*Builder Custom CSS START*/
.builder-contact .builder-contact-field-send {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: white;
  border: 1px solid black;
  border-radius: 2em;
  padding: 1px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin: 21px 0;
}

.builder-contact .builder-contact-field-send .btn-primary {
  width: 60%;
  background-color: #bbe765;
  color: bloack;
  border-radius: 2em;
  text-decoration: none;
  padding: 12px 0;
  transition: width 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
}

.builder-contact .builder-contact-field-send:hover .btn-primary {
  width: 100%;
	  padding: 1px;
}

.builder-contact .builder-contact-field-send::after {
  content: "→";
  position: absolute;
  right: 19px;
}

[type=submit]:hover {

    transform: none;

}


.builder-contact-field-extra {
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
}

.builder-contact-field-extra:nth-child(2),
.builder-contact-field-extra:nth-child(3) {
    float: left;
    margin-right: 4%;
}

.builder-contact-field-extra:nth-child(3) {
    margin-right: 0;
}
/*Builder Custom CSS END*/