:root {
  --blanco: #ffff;
  --azul: #1A263B;
  --rojo: #CC0035;
  --gris: #F3F8FF;
  --azul-claro: #115099;
  --celeste: #778DA9;
}

/* ==========================================================================
   LAYOUT: ACTION BAR
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: HEADER
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: SUBHEADER
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: FORM
   --------------------------------------------------------------------------
*/
.form_1 {
  border-radius: 12px !important;
  border: var(--stroke-weight-1, 1px) solid var(--color-white-30, rgba(255, 255, 255, 0.3));
  padding: 32px !important;
}

form p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
form p br {
  display: none;
}
form p label input {
  border-radius: 8px !important;
  background: var(--blanco);
}
form p label input::-moz-placeholder {
  color: #363636;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
form p label input::placeholder {
  color: #363636;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
form p label {
  width: 100% !important;
  margin-bottom: 10px;
}
form p label:nth-child(1), form p label:nth-child(3), form p label:nth-child(5), form p label:nth-child(7) {
  width: 49% !important;
}
form p label select {
  width: 100%;
  border-radius: 8px !important;
  background: var(--blanco);
}
form p label textarea {
  border-radius: 8px !important;
  background: var(--blanco);
}
form p label .wpcf7-list-item-label {
  color: var(--blanco);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
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] {
  background-color: var(--rojo) !important;
  color: var(--blanco) !important;
  text-align: center;
  font-family: "Sweet Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  width: 100%;
}

/* ==========================================================================
   LAYOUT: FOOTER
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   WIDGET: BUTTONS
   --------------------------------------------------------------------------
*/
body .column_button a.btn_azul {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='50' viewBox='0 0 250 50' fill='none'><path d='M250 50L31.3442 50L0 2.2182e-05L218.989 0L250 50Z' fill='%231F3E7C'/></svg>");
  display: inline-block;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 8px 40px;
  background-color: transparent !important;
  cursor: pointer;
}
body .column_button a.btn_azul span {
  color: var(--blanco);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .column_button a.btn_azul span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .column_button a.btn_azul span {
    font-size: 14px;
    line-height: 20px;
  }
}
body .column_button a.btn_azul:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='50' viewBox='0 0 250 50' fill='none'><path d='M250 50L31.3442 50L0 2.2182e-05L218.989 0L250 50Z' fill='%231099D6'/></svg>") !important;
}
@media only screen and (max-width: 767px) {
  body .column_button a.btn_azul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body .column_button a.btn_naranja {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='50' viewBox='0 0 250 50' fill='none'><path d='M250 50L31.3442 50L0 2.2182e-05L218.989 0L250 50Z' fill='%23F7921E'/></svg>");
  display: inline-block;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 8px 40px;
  background-color: transparent !important;
  cursor: pointer;
}
body .column_button a.btn_naranja span {
  color: var(--blanco);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body .column_button a.btn_naranja span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .column_button a.btn_naranja {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body .column_button a.btn_celeste {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='50' viewBox='0 0 250 50' fill='none'><path d='M250 50L31.3442 50L0 2.2182e-05L218.989 0L250 50Z' fill='%231099D6'/></svg>");
  display: inline-block;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 8px 40px;
  background-color: transparent !important;
  cursor: pointer;
}
body .column_button a.btn_celeste span {
  color: var(--blanco);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body .column_button a.btn_celeste span {
    font-size: 14px;
    line-height: 20px;
  }
}
body .column_button a.btn_celeste:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='50' viewBox='0 0 250 50' fill='none'><path d='M250 50L31.3442 50L0 2.2182e-05L218.989 0L250 50Z' fill='%231F3E7C'/></svg>") !important;
}
@media only screen and (max-width: 767px) {
  body .column_button a.btn_celeste {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body .page_actualizacion .column_button {
  margin-top: 30px;
}
body .page_actualizacion .column_button a.btn_azul {
  background-size: contain;
}

/* ==========================================================================
   WIDGET: HEADING
   --------------------------------------------------------------------------
*/
body #Content section .section_wrapper .wrap p {
  color: var(--azul);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body #Content section .section_wrapper .wrap ul li {
  color: var(--azul);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body.page-id-112 h2, body.page-id-114 h2 {
  color: var(--azul);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}

/* ==========================================================================
   WIDGET: COUNTER
   --------------------------------------------------------------------------
*/
body .img_redonda img {
  height: 400px;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  body .img_redonda img {
    width: 300px;
    height: 300px;
  }
}

/* ==========================================================================
   PAGE: INICIO
   --------------------------------------------------------------------------
*/
.box_white .elementor-button {
  align-items: center;
}
.box_white .elementor-button .elementor-button-content-wrapper span.elementor-button-icon {
  border-radius: 8px;
  background: #0163D2;
  display: flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 6px;
  justify-content: center;
  align-items: center;
}
.box_white .elementor-button:hover .elementor-button-content-wrapper span.elementor-button-icon {
  background: var(--rojo);
}

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