/**
 * Admicomu - Front Page (Home) - Estilos fieles al diseño original
 * Referencia: admicomu-pro/public/css/main.css
 */

/* ========== HERO ========== */
/* Solapar espaciador para evitar línea blanca bajo el header (Chrome) */
.hero {
  width: 100%;
  background: #162963;
  min-height: 368px;
  overflow: hidden;
  display: flow-root;
  padding-top: 3px;
  margin-top: -3px;
}

.hero .hero-slider {
  position: relative;
  width: 100%;
  min-height: 368px;
}

.hero .hero-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 368px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.hero .hero-slider .slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.hero .hero-slider .slide-banner-img .banner-img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 368px;
  object-fit: cover;
}

.hero .hero-slider .slide-banner-img .banner-img.desk {
  display: block;
}

.hero .hero-slider .slide-banner-img .banner-img.mob {
  display: none;
}

@media (max-width: 650px) {
  .hero .hero-slider .slide-banner-img .banner-img.desk {
    display: none;
  }
  .hero .hero-slider .slide-banner-img .banner-img.mob {
    display: block;
  }
}

.hero .hero-slider .hero-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero .hero-slider .hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #DFDFDF;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.hero .hero-slider .hero-dots button.active {
  background: #c3ef0f;
}

.hero .hero-slider .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 22px;
  border: none;
  background: transparent no-repeat center center/contain;
  cursor: pointer;
  z-index: 5;
  padding: 0;
}

.hero .hero-slider .hero-arrow.prev {
  left: 20px;
  background-image: url(../img/banner-prev.svg);
}

.hero .hero-slider .hero-arrow.next {
  right: 20px;
  background-image: url(../img/banner-next.svg);
}

@media (max-width: 650px) {
  .hero .hero-slider .hero-arrow {
    display: none;
  }
}

.hero .wrapper {
  position: relative;
  max-width: 1055px;
  margin: 0 auto;
  min-height: 368px;
}

@media (max-width: 768px) {
  .hero .wrapper {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .hero .wrapper {
    min-height: unset;
  }
}

.hero .wrapper .banner-info {
  width: 45%;
  max-width: 475px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero .wrapper .banner-info {
    width: 100%;
    max-width: none;
    padding-top: 0;
    background: #0f1d48;
    padding: 40px 20px;
  }
}

@media (max-width: 650px) {
  .hero .wrapper .banner-info {
    padding: 30px 10px;
  }
}

.hero .wrapper .banner-info div {
  display: flex;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .hero .wrapper .banner-info div:last-child {
    margin-bottom: 0;
  }
}

.hero .wrapper .banner-info div::before {
  content: "";
  width: 6px;
  height: 42px;
  background: #c3ef0f;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 650px) {
  .hero .wrapper .banner-info div::before {
    height: 34px;
  }
}

.hero .wrapper .banner-info div span {
  display: block;
  font: 18px "Barlow", sans-serif;
  color: white;
}

@media (max-width: 650px) {
  .hero .wrapper .banner-info div span {
    font-size: 13px;
  }
}

.hero .wrapper .banner-info div span strong {
  font-weight: 700;
}

.hero .wrapper .banner-mob {
  display: none;
  width: 100%;
}

.hero .wrapper .banner-mob img {
  width: 100%;
}

@media (max-width: 650px) {
  .hero .wrapper .banner-mob {
    display: block;
  }
}

.hero .wrapper .banner-map {
  background: url(../img/banner-map/grid.svg) no-repeat right bottom;
  width: 815px;
  height: 384px;
  position: absolute;
  top: 0;
  right: -125px;
}

@media (max-width: 1000px) {
  .hero .wrapper .banner-map {
    right: -100px;
  }
}

@media (max-width: 768px) {
  .hero .wrapper .banner-map {
    width: 100%;
    position: unset;
    padding-top: 50px;
  }
}

@media (max-width: 650px) {
  .hero .wrapper .banner-map {
    display: none;
  }
}

.hero .wrapper .banner-map .ground {
  background: url(../img/banner-map/ground-map.svg) no-repeat;
  width: 575px;
  height: 278px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .wrapper .banner-map .ground {
    position: relative;
  }
}

/* Comunas del mapa: posicionamiento e interacción (hover + animación cíclica .place-on) */
.hero .wrapper .banner-map .ground > div {
  position: absolute;
  transition: all 0.2s ease;
}

.hero .wrapper .banner-map .ground > div:hover .info,
.hero .wrapper .banner-map .ground > div.info-on .info {
  opacity: 1 !important;
}

.hero .wrapper .banner-map .ground > div:hover .info i,
.hero .wrapper .banner-map .ground > div.info-on .info i {
  opacity: 1 !important;
}

.hero .wrapper .banner-map .ground > div:hover .info span,
.hero .wrapper .banner-map .ground > div.info-on .info span {
  height: 30px !important;
  opacity: 1 !important;
}

.hero .wrapper .banner-map .ground > div .info {
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
}

.hero .wrapper .banner-map .ground > div .info i {
  opacity: 0;
  width: 16px;
  height: 6px !important;
  border-radius: 50%;
  background: #ff2020;
  display: block;
  margin: auto;
  transition: all 0.3s 0.4s;
}

.hero .wrapper .banner-map .ground > div .info span {
  opacity: 0;
  display: block;
  width: 1px;
  height: 0;
  background: white;
  margin: auto;
  transition: all 0.4s ease;
}

.hero .wrapper .banner-map .ground > div .info p {
  font: 12px "Barlow", sans-serif;
  color: white;
  margin-bottom: 5px;
}

.hero .wrapper .banner-map .ground .vitacura {
  background: url(../img/banner-map/vitacura.svg) no-repeat;
  width: 120px;
  height: 42px;
  top: 42px;
  right: 130px;
}
.hero .wrapper .banner-map .ground .vitacura:hover,
.hero .wrapper .banner-map .ground .vitacura.place-on {
  top: 32px;
}

.hero .wrapper .banner-map .ground .vitacura .info {
  top: -43px;
  left: 27px;
}

.hero .wrapper .banner-map .ground .las-condes {
  background: url(../img/banner-map/las-condes.svg) no-repeat;
  width: 216px;
  height: 100px;
  top: 60px;
  right: 33px;
}
.hero .wrapper .banner-map .ground .las-condes:hover,
.hero .wrapper .banner-map .ground .las-condes.place-on {
  top: 50px;
}

.hero .wrapper .banner-map .ground .las-condes .info {
  top: 14px;
  left: 135px;
}

.hero .wrapper .banner-map .ground .la-reina {
  background: url(../img/banner-map/la-reina.svg) no-repeat;
  width: 111px;
  height: 32px;
  top: 104px;
  right: 115px;
}
.hero .wrapper .banner-map .ground .la-reina:hover,
.hero .wrapper .banner-map .ground .la-reina.place-on {
  top: 94px;
}

.hero .wrapper .banner-map .ground .la-reina .info {
  top: -41px;
  left: 27px;
}

.hero .wrapper .banner-map .ground .penalolen {
  background: url(../img/banner-map/penalolen.svg) no-repeat;
  width: 196px;
  height: 44px;
  top: 128px;
  right: 59px;
}
.hero .wrapper .banner-map .ground .penalolen:hover,
.hero .wrapper .banner-map .ground .penalolen.place-on {
  top: 118px;
}

.hero .wrapper .banner-map .ground .penalolen .info {
  top: -31px;
  left: 96px;
}

.hero .wrapper .banner-map .ground .providencia {
  background: url(../img/banner-map/providencia.svg) no-repeat;
  width: 65px;
  height: 32px;
  top: 83px;
  right: 225px;
}
.hero .wrapper .banner-map .ground .providencia:hover,
.hero .wrapper .banner-map .ground .providencia.place-on {
  top: 73px;
}

.hero .wrapper .banner-map .ground .providencia .info {
  top: -41px;
  left: 0;
}

.hero .wrapper .banner-map .ground .santiago {
  background: url(../img/banner-map/santiago.svg) no-repeat;
  width: 74px;
  height: 43px;
  top: 92px;
  right: 288px;
}
.hero .wrapper .banner-map .ground .santiago:hover,
.hero .wrapper .banner-map .ground .santiago.place-on {
  top: 82px;
}

.hero .wrapper .banner-map .ground .santiago .info {
  top: -40px;
  left: 19px;
}

.hero .wrapper .banner-map .ground .nunoa {
  background: url(../img/banner-map/nunoa.svg) no-repeat;
  width: 73px;
  height: 31px;
  top: 106px;
  right: 216px;
}
.hero .wrapper .banner-map .ground .nunoa:hover,
.hero .wrapper .banner-map .ground .nunoa.place-on {
  top: 96px;
}

.hero .wrapper .banner-map .ground .nunoa .info {
  top: -33px;
  left: 15px;
}

.hero .wrapper .banner-map .ground .macul {
  background: url(../img/banner-map/macul.svg) no-repeat;
  width: 60px;
  height: 31px;
  top: 135px;
  right: 228px;
}
.hero .wrapper .banner-map .ground .macul:hover,
.hero .wrapper .banner-map .ground .macul.place-on {
  top: 125px;
}

.hero .wrapper .banner-map .ground .macul .info {
  top: -32px;
  left: 2px;
}

.hero .wrapper .banner-map .ground .la-florida {
  background: url(../img/banner-map/la-florida.svg) no-repeat;
  width: 124px;
  height: 50px;
  top: 164px;
  right: 176px;
}
.hero .wrapper .banner-map .ground .la-florida:hover,
.hero .wrapper .banner-map .ground .la-florida.place-on {
  top: 154px;
}

.hero .wrapper .banner-map .ground .la-florida .info {
  top: -24px;
  left: 54px;
}

/* ========== SERVICIOS ========== */
.services {
  margin-top: 110px;
}

.services .wrapper {
  width: calc(100% - 30px);
  max-width: 902px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 650px) {
  .services .wrapper {
    flex-direction: column;
  }
}

.services .wrapper .service {
  width: 100%;
  max-width: 410px;
  min-height: 234px;
  border: 1px solid #7f7f7f;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 650px) {
  .services .wrapper .service {
    min-height: 160px;
    margin: auto;
  }
}

.services .wrapper .service:first-child {
  margin-right: 40px;
}

@media (max-width: 650px) {
  .services .wrapper .service:first-child {
    margin: 0 auto 85px;
  }
}

.services .wrapper .service img {
  position: absolute;
  margin: auto;
  top: -55px;
  left: 0;
  right: 0;
}

@media (max-width: 650px) {
  .services .wrapper .service img {
    width: 116px;
    top: -65px;
  }
}

.services .wrapper .service h2 {
  font: 26px "Barlow", sans-serif;
  font-weight: 700;
  color: #162963;
  line-height: 1.45;
  padding: 0 30px;
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 650px) {
  .services .wrapper .service h2 {
    font-size: 18px;
    padding: 0 20px;
  }
}

.services .wrapper .service a {
  font: 22px "Barlow", sans-serif;
  font-weight: 700;
  color: #0a193a;
  background: #c3ef0f;
  display: flex;
  width: 214px;
  height: 43px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px;
  flex-shrink: 0;
  text-decoration: none;
}

.services .wrapper .service a:hover {
  background: #a8d00d;
  color: #0a193a;
}

@media (max-width: 650px) {
  .services .wrapper .service a {
    width: 114px;
    height: 36px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* ========== WHATSAPP BANNER ========== */
.wsp-banner {
  max-width: 902px;
  height: 100px;
  margin: 35px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #162963;
  position: relative;
}

.wsp-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 650px) {
  .wsp-banner {
    height: 100px;
  }
}

.wsp-banner span {
  font: 35px "Barlow", sans-serif;
  font-weight: 700;
  color: white;
}

@media (max-width: 885px) {
  .wsp-banner span {
    font-size: 4vw;
  }
}

@media (max-width: 650px) {
  .wsp-banner span {
    font-size: 18px;
  }
}

.wsp-banner span strong {
  font-weight: 700;
  color: #c3ef0f;
  margin-left: 10px;
}

@media (max-width: 650px) {
  .wsp-banner span strong {
    font-size: 35px;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.wsp-banner::before {
  content: "";
  background: url(../img/banner-left-corner.svg) no-repeat;
  width: 45px;
  height: 34px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 650px) {
  .wsp-banner::before {
    content: none;
  }
}

.wsp-banner::after {
  content: "";
  background: url(../img/banner-right-corner.svg) no-repeat;
  width: 45px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 650px) {
  .wsp-banner::after {
    content: none;
  }
}

/* ========== MEDIOS DE PAGO (partners primera sección) ========== */
.partners {
  background-color: #f8f8f8;
}

.partners .content {
  max-width: 550px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 25px 11px 11px;
}

.partners .content.wrapper {
  max-width: 550px;
}

.partners .content h2,
.partners div h2 {
  text-align: center;
  font: 32px "Barlow", sans-serif;
  color: #07183c;
  margin-bottom: 50px;
}

@media (max-width: 650px) {
  .partners .content h2,
  .partners div h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.partners .content h2 span,
.partners div h2 span {
  color: #0a193a;
  font-weight: 700;
}

.partners .partners-logos {
  display: flex;
  align-items: center;
  padding: 0 0 64px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.partners .partners-logos div a {
  display: block;
}

.partners .partners-logos div img {
  width: 100%;
}

.partners .partners-logos .ajuste1 {
  width: 170px !important;
}

.partners .partners-logos .ajuste2 {
  width: 215px !important;
}

/* ========== HOME TABS (Edificios / FAQ) ========== */
.home-tabs {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
  background: url(../img/home-tabs-bg-desk.svg) no-repeat center top #efffff;
}

@media (max-width: 650px) {
  .home-tabs {
    background: url(../img/home-tabs-bg-mob.svg) no-repeat center center #efffff;
    padding-bottom: 40px;
  }
}

.home-tabs .dome {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 233px;
  background: url(../img/cupula-bg.svg) no-repeat center bottom #efffff;
  pointer-events: none;
}

@media (max-width: 650px) {
  .home-tabs .dome {
    display: none;
  }
}

.home-tabs .tabs-nav,
.home-tabs > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
  padding: 70px 0 40px;
  margin-bottom: 0;
}

@media (max-width: 650px) {
  .home-tabs .tabs-nav,
  .home-tabs > ul {
    flex-direction: column;
    padding: 25px 15px 10px;
  }
}

.home-tabs .tabs-nav li {
  margin-bottom: 0;
}

@media (max-width: 650px) {
  .home-tabs .tabs-nav li {
    margin-bottom: 10px;
  }
}

.home-tabs .tabs-nav button,
.home-tabs > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 18px "Barlow", sans-serif;
  font-weight: 700;
  color: #0a193a;
  width: 220px;
  height: 60px;
  background: white;
  border: 1px solid #0a193a;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .home-tabs .tabs-nav button,
  .home-tabs > ul li a {
    font-size: 13px;
    width: 100%;
    height: 38px;
  }
}

.home-tabs .tabs-nav button:hover,
.home-tabs > ul li a:hover {
  border-color: #c3ef0f;
}

.home-tabs .tabs-nav li.active button,
.home-tabs .tabs-nav button[aria-selected="true"],
.home-tabs > ul li.active a {
  background: #c3ef0f;
  border-color: #c3ef0f;
}

.home-tabs .home-tab-panel,
.home-tabs .home-tab {
  display: none;
  position: relative;
}

.home-tabs .home-tab-panel:not([hidden]),
.home-tabs .home-tab:first-of-type {
  display: block;
}

.home-tabs .home-tab-panel[hidden] {
  display: none !important;
}

.home-tabs .home-tab .title {
  background: url(../img/tab-title-bg.svg) bottom center no-repeat;
  width: 100%;
  height: 20px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 15px;
}

@media (max-width: 650px) {
  .home-tabs .home-tab .title {
    height: auto;
    padding-bottom: 30px;
    width: calc(100% - 30px);
    margin: 0 auto 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.home-tabs .home-tab .title h2 {
  font: 20px "Barlow", sans-serif;
  font-weight: 600;
  color: #0a193a;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .home-tabs .home-tab .title h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.home-tabs .home-tab .places {
  width: calc(100% - 40px);
  max-width: 1042px;
  margin: auto;
  display: flex;
}

@media (max-width: 650px) {
  .home-tabs .home-tab .places {
    flex-direction: column;
  }
}

.home-tabs .home-tab .places .col {
  width: 25%;
  margin: 0 2.3%;
}

@media (max-width: 650px) {
  .home-tabs .home-tab .places .col {
    max-width: 400px;
    width: 100%;
    margin: auto !important;
  }
}

.home-tabs .home-tab .places .col:first-child {
  margin-left: 0;
}

.home-tabs .home-tab .places .col:last-child {
  margin-right: 0;
}

.home-tabs .home-tab .places .col .box-place {
  background: white;
  border-radius: 8px;
  box-shadow: 0 9px 15px 0 #d1f4f4;
  padding: 20px 25px;
  margin-bottom: 35px;
}

@media (max-width: 650px) {
  .home-tabs .home-tab .places .col .box-place {
    margin-bottom: 20px;
  }
}

.home-tabs .home-tab .places .col .box-place h3 {
  font: 14px "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b4a62;
  margin-bottom: 3px;
}

.home-tabs .home-tab .places .col .box-place ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.home-tabs .home-tab .places .col .box-place ul li {
  font: 14px "Barlow", sans-serif;
  color: #2b4a62;
  line-height: 1.4;
}

/* ========== TESTIMONIO ========== */
.testimony {
  width: 100%;
  margin: -50px 0 70px;
}

@media (max-width: 768px) {
  .testimony {
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  .testimony {
    margin-bottom: 50px;
  }
}

.testimony .wrapper {
  max-width: 555px;
  width: calc(100% - 40px);
  margin: auto;
}

.testimony .wrapper h2 {
  font: 32px "Barlow", sans-serif;
  color: #07183c;
  text-align: center;
  margin-bottom: 15px;
}

.testimony .wrapper .video-wrap {
  width: 100%;
  max-width: 555px;
  height: 338px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 15px;
}

.testimony .wrapper .video-wrap video,
.testimony .wrapper .video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimony .wrapper .video-wrap video {
  background-color: black;
}

.testimony .wrapper .caption span {
  font: 600 16px "Barlow", sans-serif;
  color: #6E6E6E;
  display: block;
}

.testimony .wrapper .caption p {
  font: 16px "Barlow", sans-serif;
  color: #818181;
  margin: 0;
}

/* ========== NOTAS DE PRENSA ========== */
.notas {
  width: calc(100% - 40px);
  max-width: 1042px;
  margin: auto;
}

@media (max-width: 650px) {
  .notas {
    margin-top: 30px;
  }
}

.notas h2 {
  text-align: center;
  font: 32px "Barlow", sans-serif;
  color: #07183c;
  margin-bottom: 50px;
}

@media (max-width: 650px) {
  .notas h2 {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.notas h2 span {
  color: #0a193a;
  font-weight: 700;
}

.notas article {
  display: flex;
}

@media (max-width: 768px) {
  .notas article {
    flex-direction: column;
  }
}

.notas article:first-of-type {
  margin-bottom: 20px;
}

.notas article .image,
.notas article .main-nota .image,
.notas article img.image {
  width: 100%;
  object-fit: cover;
}

.notas article .foot-nota {
  background: #152e6b;
  font: 12px "Barlow", sans-serif;
  color: white;
  display: flex;
  align-items: center;
  margin-top: -4px;
  padding: 0 50px 0 10px;
  position: relative;
  min-height: 50px;
}

.notas article .foot-nota a {
  color: white;
}

@media (max-width: 650px) {
  .notas article .foot-nota {
    font-size: 9px;
  }
}

.notas article .foot-nota strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 650px) {
  .notas article .foot-nota strong {
    font-size: 13px;
  }
}

.notas article .foot-nota .nota-more {
  display: block;
  width: 26px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  transition: all 0.2s;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 650px) {
  .notas article .foot-nota .nota-more {
    width: 15px;
    height: 7px;
    right: 10px;
  }
}

.notas article .main-nota {
  width: 50%;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .notas article .main-nota {
    margin: 0 0 20px;
    width: 100%;
  }
}

.notas article .main-nota .image {
  min-height: 272px;
}

@media (max-width: 650px) {
  .notas article .main-nota .image {
    min-height: 150px;
  }
}

.notas article .main-nota .foot-nota {
  height: 65px;
}

@media (max-width: 650px) {
  .notas article .main-nota .foot-nota {
    height: 35px;
  }
}

.notas article .secondary-notas {
  width: 50%;
  display: flex;
}

@media (max-width: 768px) {
  .notas article .secondary-notas {
    width: 100%;
  }
}

.notas article .secondary-notas .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notas article .secondary-notas .col > div {
  margin-bottom: 20px;
}

.notas article.tertiary-notas {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.notas article.tertiary-notas > div {
  flex: 1;
  min-width: 200px;
  max-width: 280px;
}

.notas article .foot-nota .has-cnn {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0;
}

.notas article .foot-nota .has-cnn img {
  width: 100%;
  height: auto;
}

.notas article .foot-nota > div {
  flex: 1;
}

/* ========== GRUPO ADMICOMU ========== */
.grupo-admicomu {
  padding: 44px 0 30px;
}

.grupo-admicomu .wrapper {
  max-width: 980px;
  position: relative;
  margin: auto;
  width: calc(100% - 40px);
}

.grupo-admicomu .wrapper h2 {
  text-align: center;
  font: 32px "Barlow", sans-serif;
  color: #07183c;
  margin-bottom: 30px;
}

@media (max-width: 650px) {
  .grupo-admicomu .wrapper h2 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.grupo-admicomu .wrapper h2 span {
  color: #0a193a;
  font-weight: 700;
}

.grupo-admicomu .wrapper .carrusel {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.grupo-admicomu .wrapper .carrusel div {
  flex: 0 0 auto;
}

.grupo-admicomu .wrapper .carrusel div img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

/* ========== PARTNERS (Nuestros partners - segunda sección) ========== */
.partners .partners-logos div:nth-child(1) img {
  width: 100px;
}

.partners .partners-logos div:nth-child(2) img {
  width: 76px;
}

.partners .partners-logos div:nth-child(3) img {
  width: 74px;
}

.partners .partners-logos div:nth-child(4) img {
  width: 59px;
}

/* FAQ panel - acordeón (stretcher) como en versión en vivo */
.home-tabs .home-tab-panel .faq-accordion {
  width: calc(100% - 40px);
  max-width: 1042px;
  margin: 0 auto;
}

.home-tabs .home-tab-panel .faq-accordion .faq-item {
  margin: 0;
}

.home-tabs .home-tab-panel .faq-accordion .question {
  width: 100%;
  min-height: 50px;
  margin: 8px 0 0;
  padding: 20px 50px 18px 21px;
  text-align: left;
  font: 14px "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03px;
  color: #0a193a;
  background-color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.home-tabs .home-tab-panel .faq-accordion .faq-item:first-child .question {
  margin-top: 0;
}

.home-tabs .home-tab-panel .faq-accordion .question::after {
  content: "";
  background: url(../img/arrow-up-acordeon.svg) no-repeat center center/contain;
  width: 20px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}

.home-tabs .home-tab-panel .faq-accordion .question:hover {
  cursor: pointer;
}

.home-tabs .home-tab-panel .faq-accordion .question.active {
  color: #0a193a;
  background-color: #fff;
}

.home-tabs .home-tab-panel .faq-accordion .question.active::after {
  transform: rotate(0deg);
}

.home-tabs .home-tab-panel .faq-accordion .answer {
  font: 14px "Barlow", sans-serif;
  font-weight: normal;
  letter-spacing: -0.03px;
  line-height: normal;
  color: #0a193a;
  background-color: #fff;
  padding: 0 31px;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
}

.home-tabs .home-tab-panel .faq-accordion .answer.open {
  max-height: 2000px;
  opacity: 1;
  padding: 0 31px 30px 31px;
}

/* Fallback sin JS */
.home-tabs .home-tab-panel .faq-accordion .answer[hidden] {
  display: none !important;
}

.home-tabs .home-tab-panel .faq-accordion .answer .cont {
  width: 100%;
  max-width: 648px;
}

.home-tabs .home-tab-panel .faq-accordion .answer ol {
  padding: 0 0 0 15px;
}

.home-tabs .home-tab-panel .faq-accordion .answer ol li {
  padding: 15px 0 0;
}

.home-tabs .home-tab-panel .faq-accordion .answer ul {
  padding: 0 0 0 15px;
}

.home-tabs .home-tab-panel .faq-accordion .faq-more {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.home-tabs .home-tab-panel .faq-accordion .faq-more a {
  color: #0a193a;
  font-weight: 600;
}
