:root {
  --blanco: #ffff;
  --verde: #002E23;
  --beige: #FAF3ED;
  --negro: #000;
}

/* ==========================================================================
   LAYOUT: ACTION BAR
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: HEADER
   --------------------------------------------------------------------------
*/
.elementor-element-19cbbc52 {
  transition: all 0.3s ease;
}

.elementor-element-19cbbc52.scroll-active {
  background-color: var(--verde) !important;
}

.elementor-item.elementor-item-active {
  color: var(--blanco) !important;
}

.elementor-item.elementor-item-active::after {
  background-color: var(--blanco) !important;
}

body .elementor-nav-menu.elementor-item {
  font-size: 22px !important;
}
@media only screen and (max-width: 1024px) {
  body #icon_whatsapp {
    bottom: 5px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  body #header_form {
    padding-top: 350px !important;
  }
  body #header_form #form1 {
    gap: 10px 0 !important;
    row-gap: 10px !important;
  }
  body #header_form #form1 h1 {
    font-size: 50px !important;
  }
  body #header_form #form1 p {
    font-size: 25px !important;
    margin-bottom: 0 !important;
  }
  body #header_form #form1 p label {
    font-size: 16px !important;
  }
  body #header_form #form1 p .wpcf7-list-item-label {
    font-size: 16px !important;
  }
}

/* ==========================================================================
   LAYOUT: SUBHEADER
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: FORM
   --------------------------------------------------------------------------
*/
.form_consultas form p {
  width: 100% !important;
}
.form_consultas form p label {
  color: var(--negro) !important;
  font-family: "Futura Round Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  width: 100%;
}
.form_consultas form p label .wpcf7-list-item {
  margin-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100% !important;
}
.form_consultas form p label textarea {
  width: 100% !important;
  outline: none !important;
}
.form_consultas form p .wpcf7-list-item-label {
  color: var(--negro) !important;
  font-family: "Futura Round Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  width: 100% !important;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@supports not (gap: 8px) {
  form {
    margin: -4px;
  }
  form > p {
    margin: 4px;
  }
}
form p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0 !important;
  width: 100% !important;
}
form p br {
  display: none;
}
form p input,
form p select,
form p textarea,
form p button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
form p input {
  border-radius: 0px !important;
  background: var(--blanco);
  border: none !important;
  outline: none !important;
  height: 51px;
}
form p input::-moz-placeholder {
  color: #363636;
  font-family: "Futura Round Regular", Sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form p input::placeholder {
  color: #363636;
  font-family: "Futura Round Regular", Sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  form p input {
    height: 41px;
  }
}
form p input[type=checkbox] {
  height: auto;
  margin-bottom: 15px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
form p {
  margin-bottom: 10px;
}
form p:nth-child(2), form p:nth-child(3), form p:nth-child(4), form p:nth-child(5) {
  width: 49% !important;
}
@media only screen and (max-width: 1024px) {
  form p:nth-child(2), form p:nth-child(3), form p:nth-child(4), form p:nth-child(5) {
    width: 100% !important;
  }
}
form p select {
  width: 100%;
  border-radius: 0px !important;
  background: var(--blanco);
  outline: none !important;
  border: none !important;
  height: 51px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: none;
}
form p select::-moz-placeholder {
  color: #363636;
  font-family: "Futura Round Regular", Sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form p select::placeholder {
  color: #363636;
  font-family: "Futura Round Regular", Sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form p textarea {
  border-radius: 0px !important;
  background: var(--blanco);
  outline: none !important;
  border: none !important;
  height: 129px;
  resize: none;
}
form p textarea::-moz-placeholder {
  color: #363636;
  font-family: "Futura Round Regular", Sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form p textarea::placeholder {
  color: #363636;
  font-family: "Futura Round Regular", Sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form p .wpcf7-list-item-label {
  color: var(--blanco);
  font-family: "Futura Round Regular", Sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 20px 0 !important;
}
@media only screen and (max-width: 767px) {
  form p .wpcf7-list-item-label {
    color: var(--negro);
  }
}
form p:nth-child(3) label, form p:nth-child(4) label, form p:nth-child(5) label {
  width: 100% !important;
}
form p input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background-color: var(--verde) !important;
  border-color: var(--verde) !important;
  border-radius: 0 !important;
  text-align: center;
  font-family: "Futura Round Demi", Sans-serif;
  color: #FAF4EC !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  outline: none !important;
  width: 276px;
  height: 51px;
  padding-left: 45px !important;
}
form p input[type=submit]:hover {
  background-color: rgba(0, 46, 35, 0.8) !important;
  border-color: rgba(0, 46, 35, 0.8) !important;
}
@media only screen and (max-width: 767px) {
  form p input[type=submit] {
    width: 100% !important;
  }
}

.form_header form {
  gap: 16px 8px !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .form_header form {
    gap: 10px 8px !important;
  }
}
.form_header form p label {
  color: var(--blanco);
  font-family: "Futura Round Regular", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .form_header form p label {
    color: var(--negro);
    font-size: 16px;
  }
}
.form_header form p label input {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .form_header form p label input {
    border: 1px solid #707070 !important;
  }
}
.form_header form p:nth-child(2), .form_header form p:nth-child(3), .form_header form p:nth-child(4) {
  width: 32% !important;
}
@media only screen and (max-width: 767px) {
  .form_header form p:nth-child(2), .form_header form p:nth-child(3), .form_header form p:nth-child(4) {
    width: 100% !important;
  }
}
.form_header form p:nth-child(5) {
  width: 100% !important;
}

.wpcf7-form p {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form p {
    width: 100%;
  }
}

.custom-submit-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .custom-submit-wrapper {
    width: 100%;
  }
}

.custom-submit-icon {
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .custom-submit-icon {
    left: 85px;
  }
}

.custom-submit-icon svg {
  width: 22px;
  height: 18px;
  fill: #fff;
}

/* ==========================================================================
   LAYOUT: FOOTER
   --------------------------------------------------------------------------
*/
footer .elementor-social-icon {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  background-color: var(--blanco) !important;
}
footer .elementor-social-icon svg {
  width: 25px !important;
}
footer .elementor-item.elementor-item-active::after {
  border: none !important;
  background-color: transparent !important;
}
footer .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: transparent !important;
}
footer .elementor-nav-menu--main .elementor-nav-menu a {
  padding-right: 0 !important;
}

/* ==========================================================================
   WIDGET: BUTTONS
   --------------------------------------------------------------------------
*/
.elementor-button-icon .e-font-icon-svg {
  height: 30px !important;
  width: auto !important;
}

.elementor-button-content-wrapper {
  align-items: center !important;
}

/* ==========================================================================
   WIDGET: HEADING
   --------------------------------------------------------------------------
*/
body div h2 {
  width: -moz-fit-content;
  width: fit-content;
}
body div h2::after {
  content: "";
  background-color: #B79257 !important;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 16px;
}
body div.el_frances h2 {
  width: -moz-fit-content;
  width: fit-content;
}
body div.el_frances h2::after {
  content: "";
  background-color: transparent !important;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 16px;
}

/* ==========================================================================
   WIDGET: COUNTER
   --------------------------------------------------------------------------
*/
#contador1 .elementor-counter-number-wrapper {
  align-items: end;
  margin-top: -17px;
}

#contador1 .elementor-counter-number-suffix {
  position: relative;
}

#contador1 .elementor-counter-number-suffix::after {
  content: "2";
  font-size: 0.6em;
  vertical-align: super;
  position: relative;
  top: -0.1em;
  margin-left: 1px;
}

/* ==========================================================================
   PAGE: INICIO
   --------------------------------------------------------------------------
*/
@media only screen and (max-width: 768px) {
  body #ubicacion #img_ubicacion {
    order: 2;
    margin-top: 20px;
  }
  body #ubicacion #text_ubicacion {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  body .elementor-button-link {
    width: 100% !important;
  }
}
body #el_frances h2::after {
  display: none !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  body #el_frances {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
  body #el_frances p {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  body #ubicacion, body #el_proyecto, body #contacto {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  body #el_frances h2, body #la_entrada h2, body #el_proyecto h2, body #ubicacion h2, body #contacto h2 {
    font-size: 35px !important;
  }
  body #el_frances p, body #la_entrada p, body #el_proyecto p, body #ubicacion p, body #contacto p {
    font-size: 17px !important;
  }
  body #el_frances form label, body #la_entrada form label, body #el_proyecto form label, body #ubicacion form label, body #contacto form label {
    font-size: 17px !important;
  }
  body #el_frances form .wpcf7-list-item-label, body #la_entrada form .wpcf7-list-item-label, body #el_proyecto form .wpcf7-list-item-label, body #ubicacion form .wpcf7-list-item-label, body #contacto form .wpcf7-list-item-label {
    font-size: 17px !important;
  }
  body #el_frances form p input[type=submit], body #la_entrada form p input[type=submit], body #el_proyecto form p input[type=submit], body #ubicacion form p input[type=submit], body #contacto form p input[type=submit] {
    font-size: 17px !important;
  }
  body #el_frances ul li .elementor-icon-list-text, body #la_entrada ul li .elementor-icon-list-text, body #el_proyecto ul li .elementor-icon-list-text, body #ubicacion ul li .elementor-icon-list-text, body #contacto ul li .elementor-icon-list-text {
    font-size: 17px !important;
  }
  body #el_frances .elementor-button span, body #la_entrada .elementor-button span, body #el_proyecto .elementor-button span, body #ubicacion .elementor-button span, body #contacto .elementor-button span {
    font-size: 17px !important;
  }
  body #contadores p {
    font-size: 25px !important;
  }
  body #contadores .elementor-counter-number-wrapper {
    font-size: 58px !important;
  }
  body #contadores #contador4 p {
    font-size: 40px !important;
  }
}

/* ==========================================================================
   CONTAINERS: PRODUCTOS
   --------------------------------------------------------------------------
*//*# sourceMappingURL=custom.css.map */