@media screen and (max-width: 992px) {
  body .fancybox__dialog {
    max-width: 100vw;
  }
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .title-between-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .team-style-wrapper {
  border-radius: 20px;
  padding: 60px 0;
  background-color: var(--webc-elca-nosotros-direccion-color-fondo);
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .title-wrapper-left .title {
  font-family: var(--theme-font-two);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #313131;
  margin: 0;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .disc {
  max-width: 100%;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .disc-content p,
#WEBC_ELCA_N_NOSOTROS_DIRECCION .disc-content ul li {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #313131;
  margin: 0;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .custom-equipo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .custom-equipo-slide {
  width: 100%;
  max-width: 389px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start {
  width: 100%;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start .thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 389 / 294;
  object-fit: cover;
  border-radius: 16px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start .bottom {
  text-align: center;
  padding-top: 0px;
  margin-top: 17px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start .bottom .title {
  font-family: var(--theme-font-two);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #313131;
  margin-bottom: 5px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start .bottom p {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6B6B6B;
  margin-bottom: 0;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start .social-area-tranaparent {
  margin-top: 15px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start .social-area-tranaparent a {
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #313131;
  display: inline-block;
  text-decoration: none;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-1,
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-1 p,
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-2 p {
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #17515F;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #17515F;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-1 {
  margin-top: 40px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-1 p {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px 40px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-2 {
  margin-top: 25px;
}
#WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-2 p {
  background-color: transparent;
  padding: 12px 20px;
}
@media (min-width: 992px) {
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .title-between-area {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .title-wrapper-left .title {
    font-size: 48px;
    line-height: 52.8px;
  }
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .disc {
    max-width: 643px;
    margin-left: auto;
  }
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .single-team-area-start .bottom .title {
    font-size: 20px;
    line-height: 24px;
  }
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-1,
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-2 {
    gap: 12px;
  }
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-1 {
    margin-top: 60px;
  }
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-1 p {
    padding: 12px 90px;
    font-size: 16px;
    white-space: nowrap;
  }
  #WEBC_ELCA_N_NOSOTROS_DIRECCION .item-lista-2 p {
    padding: 12px 30px;
    font-size: 16px;
    white-space: nowrap;
  }
}
/* Modal CV Dirección */
.modal-cv-direccion {
  background-color: var(--theme-white);
  border-radius: 16px;
  padding: 60px 20px 40px !important;
  width: 100%;
  max-width: 800px;
  position: relative;
  display: none;
}
.modal-cv-direccion button.is-close-button {
  top: 10px !important;
  color: var(--color-neutro-black) !important;
  right: 10px !important;
  border: solid 1px #313131;
  border-radius: 29px;
  padding: 11px 26px;
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .modal-cv-direccion button.is-close-button {
    top: 43px !important;
    right: 48px !important;
  }
}
.modal-cv-direccion .modal-cv-content .modal-cv-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.modal-cv-direccion .modal-cv-content .modal-cv-title h2 {
  color: #003B4A;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .modal-cv-direccion .modal-cv-content .modal-cv-title h2 {
    text-align: left;
  }
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box {
  background-color: var(--bg-dynamic, var(--color-neutro-grey-10));
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 36px;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box:last-child {
  margin-bottom: 0;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box h3 {
  color: #003B4A;
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box .modal-cv-text p,
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box .modal-cv-text ul li {
  color: #003B4A;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  margin: 0 0 20px 0;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box .modal-cv-text p:last-child {
  margin-bottom: 0;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box .modal-cv-text ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box .modal-cv-text ul li {
  margin-bottom: 20px;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box .modal-cv-text ul li:last-child {
  margin-bottom: 0;
}
.modal-cv-direccion .modal-cv-content .modal-cv-descripcion-box .modal-cv-text ul:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .modal-cv-direccion {
    padding: 80px !important;
    padding-top: 107px !important;
  }
  .modal-cv-direccion .modal-cv-close {
    top: 43px;
    right: 48px;
  }
  .modal-cv-direccion .modal-cv-close svg {
    width: 40px;
    height: 40px;
  }
  .modal-cv-direccion .modal-cv-content .modal-cv-title {
    margin-top: 27px;
    /* 80px padding + 27px margin = 107px del top del modal */
    margin-bottom: 36px;
  }
}
