@charset "UTF-8";
/*
Variables de:
  - colores
  - anchos de contenedores
  - ptos. ruptura
*/
/* Muy importante. El mapeada de tamaños debe de ir de mayor ancho de pantalla a menor obligatioramente!!!
  ejemplo: $font-sizes: ( 1024px: 19px, 640px : 17px, 480px : 16px );*/
h1 {
  background-image: linear-gradient(175deg, #161f4b 0, #002bdb 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1:after {
  -webkit-text-fill-color: #161f4b !important;
}

body {
  overflow-x: hidden !important;
}
body #page-container {
  overflow-x: hidden !important;
  padding-top: 0px;
}
body .container {
  padding-left: 0px;
  padding-right: 0px;
}
body .et_pb_row {
  width: 95%;
  width: calc(100% - 5rem);
}
body #main-content .container:before {
  content: none;
}
body header > .container {
  width: calc(100vw - 6rem);
}
body footer .container {
  width: calc(100vw - 6rem);
}

body #main-header > .container {
  width: calc(100% - 5rem) !important;
}

@media only screen and (max-width: 1120px) {
  body #main-header > .container {
    width: 100% !important;
  }
}
body .et_pb_section .et_pb_row .et_pb_module.contenedor_100pcien_pantalla {
  width: 100vw !important;
  position: relative !important;
  margin-left: -50vw !important;
  overflow: hidden !important;
  margin-top: 0px;
  margin-bottom: 0px;
  left: 50%;
}

body.et-db #et-boc .et-l .et_pb_row.vitamina-row-mas-ancha {
  width: calc(100% - 6rem) !important;
}

body .et_section_regular .et_pb_row.vitamina-row-mas-ancha, body .et_section_regular .et-db #et-boc .et_pb_row.vitamina-row-mas-ancha, body.single .et_section_regular .et_pb_row.vitamina-row-mas-ancha, body.single .et_section_regular .et-db #et-boc .et_pb_row.vitamina-row-mas-ancha, body.archive .et_section_regular .et_pb_row.vitamina-row-mas-ancha, body.archive .et_section_regular .et-db #et-boc .et_pb_row.vitamina-row-mas-ancha {
  max-width: 1490px !important;
  margin: auto;
}

@media all and (max-width: 980px) {
  body.page .vitamina-row-mas-ancha .et_pb_column {
    width: 100% !important;
    margin-right: 0% !important;
  }
}
@media all and (max-width: 1120px) {
  body .et_section_regular .et_pb_row.vitamina-row-mas-ancha {
    width: calc(100% - 6rem);
  }
  body.et-db #et-boc .et-l .et_pb_row.vitamina-row-mas-ancha {
    width: calc(100% - 6rem) !important;
  }
}
.vitamina-no-padding-no-margin-todasdirecciones {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100% !important;
}

.et_pb_section.vitamina-seccion_100pcient-pantalla {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  left: 50%;
}
.et_pb_section.vitamina-seccion_100pcient-pantalla .vitamina-row-100pcien {
  width: 100% !important;
  max-width: 100% !important;
}

/* Anchos controlados*/
body .et_pb_module.vtm-max-width-750 {
  max-width: 876px !important;
}

body .et_pb_module.vtm-max-width-800 {
  max-width: 800px !important;
  margin-inline: auto !important;
}

body .et_pb_module:has(.vtm-max-width-800) {
  max-width: 800px !important;
  margin-inline: auto !important;
}

body .entry-content .et_pb_section .et_pb_row.vtm-row-max-width-800 {
  max-width: 800px !important;
  margin-inline: auto !important;
}

/*
 1. Botones sin icono mixins
*/
/*
 2. Botones con icono mixins
*/
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jquery-modal.blocker {
  z-index: 999999999;
}
.jquery-modal.blocker #staff-member-modal.modal {
  width: 95%;
  max-width: 1130px;
  padding: 0px !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.jquery-modal.blocker #staff-member-modal.modal a.close-modal {
  top: 40px;
  right: 40px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container .staff-member-container-inner {
  max-width: 935px !important;
  margin-left: min(10px + 3vw, 30px) !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior {
  background: #f2f4f8 !important;
  padding: 60px 30px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: min(10px + 3vw, 30px);
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-imagen {
  margin-bottom: 20px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-imagen img {
  object-fit: cover;
  width: 250px;
  aspect-ratio: 1;
  border-radius: 5px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-job-position {
  font-size: 1.6rem;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  color: #161f4b !important;
  font-weight: 500 !important;
  margin-bottom: 6px;
  max-width: 250px;
}
@media screen and (max-width: 680px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-job-position {
    font-size: 1.5rem;
  }
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-spacer {
  height: 1px;
  width: 100%;
  max-width: 250px;
  background-color: #D8E3EE;
  margin-bottom: 8px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-email {
  font-size: 1.6rem;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  color: #002bdb !important;
  font-weight: 500 !important;
  margin-bottom: 6px;
}
@media screen and (max-width: 680px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-email {
    font-size: 1.5rem;
  }
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-izquierda .staff-member-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px !important;
  text-decoration: none !important;
  color: #002bdb;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha .staff-member-nombre {
  font-size: 3.8rem;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: "Inter";
  color: #161f4b !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 1420px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha .staff-member-nombre {
    font-size: 3rem;
  }
}
@media screen and (max-width: 980px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha .staff-member-nombre {
    font-size: 2.7rem;
  }
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion {
  padding-top: 0px !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h1 {
  font-size: 5rem;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  font-family: "Inter";
}
@media screen and (max-width: 1420px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 680px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h1 {
    font-size: 3.5rem;
  }
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h2 {
  font-size: 3.8rem;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: "Inter";
}
@media screen and (max-width: 1420px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 980px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h2 {
    font-size: 2.7rem;
  }
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h3 {
  font-size: 2.8rem;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: "Inter";
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h4 {
  font-size: 2.2rem;
  line-height: 1.17 !important;
  font-weight: 600 !important;
  font-family: "Inter";
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion p, .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ul li, .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ol li {
  font-size: 1.8rem;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  font-family: "Inter";
}
@media screen and (max-width: 680px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion p, .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ul li, .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ol li {
    font-size: 1.6rem;
  }
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h2,
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h3,
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h4 {
  margin-bottom: 0px !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion h2 {
  margin-top: 10px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion blockquote {
  margin-left: min(10px + 6vw, 60px) !important;
  max-width: 500px;
  margin-top: 24px !important;
  margin-bottom: 28px !important;
  padding-left: 32px;
  max-width: 600px;
  border-left: 0px solid #002bdb;
  position: relative;
  padding-top: 10px;
  padding-bottom: 4px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion blockquote,
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion blockquote p {
  font-size: 2.8rem;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: "Inter";
  font-weight: 600 !important;
  color: #161f4b !important;
  font-family: "Inter";
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion blockquote:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: linear-gradient(to top, #002bdb 50%, rgba(255, 255, 255, 0) 0%) !important;
  height: 100%;
  width: 3px;
  background-size: 3px 20px !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ul {
  margin-left: 4ch !important;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ul li {
  text-indent: -14px;
  margin-bottom: 12px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ul li:before {
  position: relative;
  content: "\f061" !important;
  color: #ffce00 !important;
  font-size: 15px !important;
  top: 0px !important;
  left: -10px !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ol {
  padding-left: 10px !important;
  list-style-type: none !important;
  counter-reset: li !important;
  margin-left: 4rem !important;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ol li {
  display: inline-block;
  flex-direction: row;
  counter-increment: li;
  text-indent: -8px;
  margin-bottom: 12px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ol li:before {
  position: relative;
  content: counter(li) ".";
  display: inline-block !important;
  color: #ffce00;
  left: -10px;
  top: 0px;
  font-size: 1.8rem;
  font-weight: 700;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion p {
  margin-bottom: 0px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion .wp-caption {
  background-color: transparent !important;
  border: transparent;
  max-width: 100%;
  margin-bottom: 20px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion .wp-caption p {
  text-align: right !important;
  font-size: 14px !important;
  margin-top: 10px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ul li,
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion ol li {
  display: block;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion p:not(.has-background):last-of-type {
  padding-bottom: 10px;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion a {
  font-weight: 700;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion .big-button {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  padding: 16px 22px;
  font-family: "Inter" !important;
  background-color: #002bdb;
  border: 2px solid #002bdb;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.43 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  font-weight: 700 !important;
  width: 100%;
  max-width: 200px;
  background: linear-gradient(to right, #161f4b 0%, #161f4b 50%, #002bdb 51%, #002bdb 100%) !important;
  background-size: 225% 100% !important; /* Double the width for smooth transition */
  transition: background-position 0.4s ease-in-out !important;
  background-position: 100% 50% !important;
  border-width: 0px !important;
  color: #fff !important;
  max-width: initial !important;
  width: auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion .big-button:after {
  display: none !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion .big-button:hover {
  text-decoration: none !important;
  background-color: #fff !important;
  color: #002bdb !important;
  color: #fff !important;
  background-color: #161f4b !important;
  background-position: 0% 50% !important;
  border-color: #161f4b !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion .big-button:hover:after {
  content: "";
  display: none !important;
}
.jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha #staff-member-descripcion .separador-mini {
  margin-bottom: 20px;
}
@media all and (max-width: 980px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner #staff-member-derecha {
    padding-top: 20px;
  }
  .jquery-modal.blocker #staff-member-izquierda {
    display: flex;
    gap: 30px;
  }
  .jquery-modal.blocker #staff-member-izquierda img {
    max-width: 150px !important;
  }
  .jquery-modal.blocker #staff-member-modal.modal a.close-modal {
    top: 35px;
    right: 35px;
  }
}
@media all and (max-width: 580px) {
  .jquery-modal.blocker #staff-member-modal.modal #staff-member-modal-inner.staff-member-container #staff-member-zona-superior .staff-member-container-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .jquery-modal.blocker #staff-member-izquierda {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .jquery-modal.blocker #staff-member-izquierda img {
    max-width: 250px !important;
  }
  .jquery-modal.blocker #staff-member-modal.modal a.close-modal {
    top: 35px;
    right: 35px;
  }
}
body.post-type-archive-staff-members #zona-breadcrumbs {
  padding-top: 54px;
  padding-bottom: 40px !important;
}
body.post-type-archive-staff-members #zona-breadcrumbs .vtm-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.post-type-archive-staff-members #zona-breadcrumbs .breadcrumbs-wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.43 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  color: #161f4b !important;
}
body.post-type-archive-staff-members #zona-breadcrumbs .breadcrumbs-wrapper a {
  font-size: 1.4rem;
  line-height: 1.43 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  color: #002bdb !important;
  font-weight: 700 !important;
  position: relative;
}
body.post-type-archive-staff-members #zona-titulo-y-descripcion {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 10px;
  margin-bottom: 10px;
}
body.post-type-archive-staff-members #zona-titulo-y-descripcion .vtm-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.post-type-archive-staff-members #zona-titulo-y-descripcion .vtm-row h1 {
  font-size: 5rem;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  font-family: "Inter";
}
@media screen and (max-width: 1420px) {
  body.post-type-archive-staff-members #zona-titulo-y-descripcion .vtm-row h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 680px) {
  body.post-type-archive-staff-members #zona-titulo-y-descripcion .vtm-row h1 {
    font-size: 3.5rem;
  }
}
body.post-type-archive-staff-members #zona-staff-members-grid {
  padding-top: min(10px + 4vw, 40px) !important;
  padding-bottom: min(10px + 9vw, 90px) !important;
  position: relative;
}
body.post-type-archive-staff-members #zona-staff-members-grid .vtm-row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.post-type-archive-staff-members #zona-staff-members-grid .vtm-row h2 {
  font-size: 2.8rem;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: "Inter";
  margin-bottom: 20px;
}
body.post-type-archive-staff-members #zona-staff-members-grid:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../png/bdva-geometry-3.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: clamp(40px, 10px + 20vw, 200px);
  height: 250px;
  position: absolute;
  right: -50px;
  top: 100px;
  transform: rotate(-39deg);
}
body.post-type-archive-staff-members #zona-staff-members-grid:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../png/bdva-geometry-2.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: clamp(40px, 10px + 20vw, 200px);
  height: 250px;
  position: absolute;
  left: -50px;
  bottom: 100px;
  transform: rotate(-150deg);
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: min(10px + 9vw, 90px);
  row-gap: min(10px + 10vw, 100px);
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 29px;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0px;
  min-width: 240px;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen img {
  display: flex;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  transition: all 0.2s linear;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos {
  max-width: min(90vw, 300px);
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__fullname {
  font-size: 2.8rem;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  font-family: "Inter";
  color: #161f4b !important;
  margin-bottom: 4px;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
  font-size: 1.6rem;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  color: #161f4b !important;
  font-weight: 500 !important;
  margin-bottom: 9px;
  max-width: min(90vw, 280px);
}
@media screen and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    font-size: 1.5rem;
  }
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__spacer {
  height: 1px;
  width: 100%;
  background-color: #D8E3EE;
  margin-bottom: 12px;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__email {
  font-size: 1.6rem;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  color: #002bdb !important;
  font-weight: 500 !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__email {
    font-size: 1.5rem;
  }
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about {
  font-size: 1.6rem;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: "Inter";
  color: #fff !important;
  font-weight: 600 !important;
  margin-bottom: 16px;
  padding: 10px 20px 10px 12px;
  background: #002bdb;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  gap: 10px;
  background: linear-gradient(to right, #161f4b 0%, #161f4b 50%, #002bdb 51%, #002bdb 100%) !important;
  background-size: 225% 100% !important;
  /* Double the width for smooth transition */
  transition: background-position 0.4s ease-in-out !important;
  background-position: 100% 50% !important;
}
@media screen and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about {
    font-size: 1.5rem;
  }
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-size: 2rem !important;
  line-height: 20px !important;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:hover {
  background-color: #F1F0F2;
  color: #002bdb !important;
  color: #fff !important;
  background-color: #161f4b !important;
  background-position: 0% 50% !important;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:hover:before {
  color: #002bdb !important;
  color: #fff !important;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__social {
  margin-bottom: 0px;
}
body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__social a i {
  font-size: 2.4rem !important;
  color: #002bdb !important;
}
@media (min-width: 767px) and (max-width: 1380px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    grid-template-columns: 1fr 2fr;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    min-width: 0px !important;
  }
}
@media (max-width: 540px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    max-width: 200px !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos {
    max-width: 100% !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    max-width: 100% !important;
  }
}
@media (max-width: 1380px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(10px + 4vw, 40px);
    row-gap: min(10px + 40vw, 40px);
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 29px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
    min-width: 240px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen img {
    display: flex;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
    transition: all 0.2s linear;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos {
    max-width: min(90vw, 300px);
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__fullname {
    font-size: 2.8rem;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: "Inter";
    color: #161f4b !important;
    margin-bottom: 4px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    font-size: 1.6rem;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: "Inter";
    color: #161f4b !important;
    font-weight: 500 !important;
    margin-bottom: 9px;
    max-width: min(90vw, 280px);
  }
}
@media screen and (max-width: 1380px) and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    font-size: 1.5rem;
  }
}
@media (max-width: 1380px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__spacer {
    height: 1px;
    width: 100%;
    background-color: #D8E3EE;
    margin-bottom: 12px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__email {
    font-size: 1.6rem;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: "Inter";
    color: #002bdb !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__email {
    font-size: 1.5rem;
  }
}
@media (max-width: 1380px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about {
    font-size: 1.6rem;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: "Inter";
    color: #fff !important;
    font-weight: 600 !important;
    margin-bottom: 16px;
    padding: 10px 20px 10px 12px;
    background: #002bdb;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    gap: 10px;
    background: linear-gradient(to right, #161f4b 0%, #161f4b 50%, #002bdb 51%, #002bdb 100%) !important;
    background-size: 225% 100% !important;
    /* Double the width for smooth transition */
    transition: background-position 0.4s ease-in-out !important;
    background-position: 100% 50% !important;
  }
}
@media screen and (max-width: 1380px) and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about {
    font-size: 1.5rem;
  }
}
@media (max-width: 1380px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:before {
    content: "+";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 2rem !important;
    line-height: 20px !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:hover {
    background-color: #F1F0F2;
    color: #002bdb !important;
    color: #fff !important;
    background-color: #161f4b !important;
    background-position: 0% 50% !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:hover:before {
    color: #002bdb !important;
    color: #fff !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__social {
    margin-bottom: 0px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__social a i {
    font-size: 2.4rem !important;
    color: #002bdb !important;
  }
}
@media (max-width: 1380px) and (min-width: 767px) and (max-width: 1380px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
}
@media (max-width: 1380px) and (max-width: 767px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    grid-template-columns: 1fr 2fr;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    min-width: 0px !important;
  }
}
@media (max-width: 1380px) and (max-width: 540px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    max-width: 200px !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos {
    max-width: 100% !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    max-width: 100% !important;
  }
}
@media (max-width: 1350px) {
  body.post-type-archive-staff-members #zona-breadcrumbs {
    padding-top: 54px;
  }
}
@media (max-width: 1023px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: min(10px + 4vw, 40px);
    row-gap: min(10px + 40vw, 40px);
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 29px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
    min-width: 240px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen img {
    display: flex;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
    transition: all 0.2s linear;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos {
    max-width: min(90vw, 300px);
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__fullname {
    font-size: 2.8rem;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: "Inter";
    color: #161f4b !important;
    margin-bottom: 4px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    font-size: 1.6rem;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: "Inter";
    color: #161f4b !important;
    font-weight: 500 !important;
    margin-bottom: 9px;
    max-width: min(90vw, 280px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__spacer {
    height: 1px;
    width: 100%;
    background-color: #D8E3EE;
    margin-bottom: 12px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__email {
    font-size: 1.6rem;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: "Inter";
    color: #002bdb !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__email {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about {
    font-size: 1.6rem;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: "Inter";
    color: #fff !important;
    font-weight: 600 !important;
    margin-bottom: 16px;
    padding: 10px 20px 10px 12px;
    background: #002bdb;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    gap: 10px;
    background: linear-gradient(to right, #161f4b 0%, #161f4b 50%, #002bdb 51%, #002bdb 100%) !important;
    background-size: 225% 100% !important;
    /* Double the width for smooth transition */
    transition: background-position 0.4s ease-in-out !important;
    background-position: 100% 50% !important;
  }
}
@media screen and (max-width: 1023px) and (max-width: 680px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:before {
    content: "+";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 2rem !important;
    line-height: 20px !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:hover {
    background-color: #F1F0F2;
    color: #002bdb !important;
    color: #fff !important;
    background-color: #161f4b !important;
    background-position: 0% 50% !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__more-about:hover:before {
    color: #002bdb !important;
    color: #fff !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__social {
    margin-bottom: 0px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__social a i {
    font-size: 2.4rem !important;
    color: #002bdb !important;
  }
}
@media (max-width: 1023px) and (min-width: 767px) and (max-width: 1380px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    grid-template-columns: 1fr 2fr;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    min-width: 0px !important;
  }
}
@media (max-width: 1023px) and (max-width: 540px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__imagen {
    max-width: 200px !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos {
    max-width: 100% !important;
  }
  body.post-type-archive-staff-members .vtm-row .grid-staff-members .card-staff-member .card-staff-member__inner .card-staff-member__textos .card-staff-member__position {
    max-width: 100% !important;
  }
}
@media (max-width: 766px) {
  body.post-type-archive-staff-members .vtm-row .grid-staff-members {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=ppal-style-cpt-archive-staff-members.css.map */
