:root {
  --atm-azul: #005297;
  --atm-amarillo: #f3b31a;
  --atm-celeste: #1ea4dd;
  --atm-blanco: #ffffff;
  --atm-texto: #1f2a37;
  --atm-muted: #5b6775;
  --atm-content-base: 1250px;
  --atm-scale: 1;
  --atm-gutter: 24px;
  --atm-content: min(1250px, calc(100vw - (2 * var(--atm-gutter))));
  --atm-cta-width: 900px;
  --atm-font: "Poppins", sans-serif;
}

@media (min-width: 1921px) {
  :root {
    --atm-gutter: 100px;
    --atm-content: min(1760px, calc(100vw - 200px));
  }
}

@media (max-width: 767px) {
  :root {
    --atm-gutter: 16px;
  }
}

body.atm-site {
  font-family: var(--atm-font);
  font-size: 15px;
  line-height: 1.55;
  color: var(--atm-texto);
  --atm-site-width: var(--atm-content);
  --atm-scale: 1;
  scrollbar-width: thin;
  scrollbar-color: #005297 #d9e6f2;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #005297 #d9e6f2;
}

html::-webkit-scrollbar,
body.atm-site::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body.atm-site::-webkit-scrollbar-track {
  background: #d9e6f2;
}

html::-webkit-scrollbar-thumb,
body.atm-site::-webkit-scrollbar-thumb {
  background-color: #005297;
  border: 2px solid #d9e6f2;
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb:hover,
body.atm-site::-webkit-scrollbar-thumb:hover {
  background-color: var(--atm-celeste);
}

body.atm-site h1,
body.atm-site h2,
body.atm-site h3,
body.atm-site h4,
body.atm-site h5,
body.atm-site h6,
body.atm-site button,
body.atm-site input,
body.atm-site select,
body.atm-site textarea {
  font-family: var(--atm-font);
}

body.atm-site h1,
body.atm-site h2,
body.atm-site h3,
body.atm-site h4 {
  font-weight: 600;
  line-height: 1.3;
}

body.atm-site h1 {
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
}

body.atm-site h2 {
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
}

body.atm-site h3 {
  font-size: 1.125rem;
}

body.atm-site h4 {
  font-size: 0.9375rem;
}

/* Hello Elementor pinta enlaces/botones de #c36; no debe verse en el sitio */
body.atm-site a {
  color: var(--atm-azul);
}

body.atm-site a:hover,
body.atm-site a:active,
body.atm-site a:focus {
  color: var(--atm-celeste);
}

body.atm-site .atm-nav__list a,
body.atm-site .atm-nav__list .sub-menu a {
  color: #fff;
}

body.atm-site .atm-nav__list a:hover,
body.atm-site .atm-nav__list a:focus,
body.atm-site .atm-nav__list .current-menu-item > a,
body.atm-site .atm-nav__list .current-menu-ancestor > a {
  color: var(--atm-amarillo);
}

body.atm-site button,
body.atm-site input[type="button"],
body.atm-site input[type="reset"],
body.atm-site input[type="submit"] {
  background-color: var(--atm-azul);
  border-color: var(--atm-azul);
  color: #fff;
}

body.atm-site button:hover,
body.atm-site button:focus,
body.atm-site button:active,
body.atm-site input[type="button"]:hover,
body.atm-site input[type="button"]:focus,
body.atm-site input[type="reset"]:hover,
body.atm-site input[type="reset"]:focus,
body.atm-site input[type="submit"]:hover,
body.atm-site input[type="submit"]:focus {
  background-color: var(--atm-celeste);
  border-color: var(--atm-celeste);
  color: #fff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.elementor-inner-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

body.atm-site .e-con-boxed.e-parent:not(.atm-cta) > .e-con-inner {
  max-width: min(var(--atm-content), 100%) !important;
}

body.atm-site .e-con.e-parent:not(.e-con-boxed):not(.atm-cta) > .e-con-inner {
  max-width: min(var(--atm-content), 100%) !important;
}

.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
  max-width: min(var(--atm-content), 100%) !important;
}

body.atm-site .e-con.atm-cta {
  --atm-scale: 1;
  max-width: min(var(--content-width, var(--atm-cta-width)), calc(100% - (2 * var(--atm-gutter)))) !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 80px !important;
  margin-block-end: 80px !important;
}

body.atm-site .e-con.atm-cta > .e-con-inner,
body.atm-site .e-con.atm-cta.e-con-boxed > .e-con-inner {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  body.atm-site .e-con.e-parent {
    padding-inline-start: min(16px, var(--padding-inline-start, 16px)) !important;
    padding-inline-end: min(16px, var(--padding-inline-end, 16px)) !important;
  }

  .atm-pagehero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .atm-band {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Header */
.atm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--atm-blanco);
}

.atm-topheader {
  background: var(--atm-blanco);
  border-bottom: 1px solid rgba(0, 82, 151, 0.08);
}

.atm-topheader__inner {
  min-height: 0;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
}

.atm-contact-bar {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--atm-azul);
  font-size: 13px;
  font-weight: 500;
}

.atm-contact-bar li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.atm-contact-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 82, 151, 0.08);
  color: var(--atm-azul);
}

.atm-contact-bar__icon svg {
  width: 16px;
  height: 16px;
}

.atm-contact-bar a {
  color: var(--atm-azul);
  text-decoration: none;
}

.atm-contact-bar a:hover {
  color: var(--atm-celeste);
}

.atm-menubar {
  background: var(--atm-azul);
}

.atm-menubar__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 44px;
}

.atm-menubar__inner > .atm-nav {
  grid-column: 2;
  width: auto;
  min-width: 0;
}

.atm-nav {
  width: 100%;
}

.atm-topheader__tools {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}

.atm-search-page .atm-search {
  max-width: 240px;
}

.atm-search-page .atm-search input {
  background: #f4f6f8;
  border: 1px solid rgba(0, 82, 151, 0.18);
  color: var(--atm-texto);
}

.atm-search-page .atm-search input::placeholder {
  color: var(--atm-muted);
}

.atm-nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  background-color: #fff;
  border: 1px solid rgba(0, 82, 151, 0.18);
  border-radius: 8px;
  box-shadow: none;
  color: var(--atm-azul);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.atm-nav__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--atm-azul);
  border-radius: 2px;
}

.atm-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.atm-nav__list a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--atm-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 14px 10px;
}

.atm-nav__list a:hover,
.atm-nav__list .current-menu-item > a,
.atm-nav__list .current-menu-ancestor > a {
  color: var(--atm-amarillo) !important;
}

.atm-nav__list .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #004178;
  min-width: 220px;
}

.atm-nav__list .menu-item-has-children {
  position: relative;
}

.atm-nav__list .menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 20;
}

@media (min-width: 1025px) {
  .atm-nav__list .menu-item-has-children:hover > .sub-menu,
  .atm-nav__list .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }

  .atm-nav__list .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0;
    min-width: 250px;
    z-index: 21;
  }

  .atm-nav__list .sub-menu .menu-item-has-children > a {
    padding-right: 32px;
  }

  .atm-nav__list .sub-menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
  }

  .atm-nav__list .sub-menu a {
    position: relative;
  }

  body.atm-site .atm-nav__list .sub-menu a:hover,
  body.atm-site .atm-nav__list .sub-menu a:focus,
  body.atm-site .atm-nav__list .sub-menu .current-menu-item > a,
  body.atm-site .atm-nav__list .sub-menu .current-menu-ancestor > a,
  body.atm-site .atm-nav__list .sub-menu .menu-item-has-children:hover > a,
  body.atm-site .atm-nav__list .sub-menu .menu-item-has-children:focus-within > a {
    background: var(--atm-amarillo);
    color: var(--atm-azul) !important;
  }
}

.atm-nav__subtoggle {
  display: none;
}

.atm-nav__list .sub-menu a {
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 16px;
  text-align: left;
}

.atm-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 260px;
}

.atm-search input {
  flex: 1;
  min-width: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 8px;
  padding: 8px 40px 8px 12px;
  font-family: var(--atm-font);
}

.atm-search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.atm-search button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--atm-azul);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.atm-search-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.atm-search-toggle svg {
  display: block;
}

.atm-search-toggle--desktop {
  grid-column: 3;
  justify-self: end;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.atm-search-toggle--mobile {
  display: none;
}

body.atm-site .atm-search-toggle--desktop,
body.atm-site .atm-search-toggle--desktop:hover,
body.atm-site .atm-search-toggle--desktop:focus,
body.atm-site .atm-search-toggle--desktop:focus-visible,
body.atm-site .atm-search-toggle--desktop:active {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.atm-site .atm-search-toggle--desktop:hover,
body.atm-site .atm-search-toggle--desktop:focus-visible,
body.atm-site .atm-search-toggle--desktop.is-open {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--atm-azul) !important;
}

.atm-search-toggle[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  left: auto;
  transform: translateY(-50%);
  background: #00305a;
  color: #fff;
  font-family: var(--atm-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  box-shadow: 0 8px 18px rgba(0, 48, 90, 0.18);
}

.atm-search-toggle[data-tooltip]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 4px);
  left: auto;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #00305a;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
}

@media (hover: hover) and (pointer: fine) {
  .atm-search-toggle[data-tooltip]:hover::after,
  .atm-search-toggle[data-tooltip]:hover::before,
  .atm-search-toggle[data-tooltip]:focus-visible::after,
  .atm-search-toggle[data-tooltip]:focus-visible::before {
    opacity: 1;
  }
}

.atm-search-toggle.is-open[data-tooltip]::after,
.atm-search-toggle.is-open[data-tooltip]::before {
  opacity: 0 !important;
}

.atm-search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 55;
  background: #f4f6f8;
  border-bottom: 1px solid rgba(0, 82, 151, 0.08);
  padding: 6px 0;
  box-shadow: 0 8px 18px rgba(0, 82, 151, 0.08);
}

.atm-search-panel[hidden] {
  display: none !important;
}

.atm-search-panel .atm-search {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  min-height: 0;
}

.atm-search-panel .atm-search input {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.18);
  color: var(--atm-texto);
  border-radius: 8px;
  padding: 5px 40px 5px 12px;
  font-size: 13px;
  line-height: 1.3;
  height: 38px;
}

.atm-search-panel .atm-search button {
  width: 32px;
  height: 32px;
  padding: 0;
}

.atm-search-panel .atm-search input::placeholder {
  color: var(--atm-muted);
}

/* Servicios rápidos */
.atm-servicios {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.atm-servicios__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-height: 110px;
  padding: 18px 12px;
  background: var(--atm-azul);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.atm-servicios__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.28);
  color: #fff;
}

/* Noticias */
.atm-noticias,
.atm-noticias--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.atm-noticias__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.12);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--atm-texto);
  min-height: 0;
  box-shadow: 0 8px 22px rgba(0, 82, 151, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.atm-noticias__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.16);
}

.atm-noticias__media {
  display: block;
  height: 188px;
  background: #d7e4f0;
  overflow: hidden;
}

.atm-noticias__media img {
  display: block;
  width: 100%;
  height: 188px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.atm-noticias__card:hover .atm-noticias__media img {
  transform: scale(1.05);
}

.atm-noticias__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
  background: #fff;
}

.atm-noticias__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: var(--atm-azul);
}

.atm-noticias__excerpt {
  font-size: 13px;
  line-height: 1.55;
  color: var(--atm-muted);
}

.atm-noticias-wrap.is-ready .atm-noticias__card.is-more {
  display: none;
}

.atm-noticias__more {
  display: none;
  justify-content: center;
  margin: 32px 0 8px;
}

.atm-noticias-wrap.is-ready .atm-noticias__more {
  display: flex;
}

.atm-noticias-wrap.is-ready.is-complete .atm-noticias__more {
  display: none;
}

.atm-noticias__more-btn {
  appearance: none;
  border: 0;
  background: var(--atm-azul);
  color: #fff;
  font-family: var(--atm-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 8px;
  cursor: pointer;
}

.atm-noticias__more-btn:hover,
.atm-noticias__more-btn:focus {
  background: #003d73;
  color: #fff;
}

.atm-noticias-carousel {
  position: relative;
  padding: 0 8px;
}

.atm-noticias-carousel__viewport {
  overflow: hidden;
}

.atm-noticias-carousel__track {
  display: flex;
  gap: 22px;
  transition: transform 0.45s ease;
}

.atm-noticias-carousel .atm-noticias__card {
  flex: 0 0 calc((100% - 44px) / 3);
  width: calc((100% - 44px) / 3);
}

.atm-noticias-carousel__btn {
  position: absolute;
  top: 94px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--atm-amarillo);
  color: var(--atm-azul);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 82, 151, 0.18);
}

.atm-noticias-carousel__btn.is-prev {
  left: -10px;
}

.atm-noticias-carousel__btn.is-next {
  right: -10px;
}

.atm-noticias-carousel__btn:hover {
  background: #ffc53d;
}

.atm-noticias-carousel__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.atm-noticias-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.atm-noticias-carousel__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c5d3e0;
  cursor: pointer;
}

.atm-noticias-carousel__dot.is-active {
  background: var(--atm-azul);
  width: 22px;
  border-radius: 8px;
}

/* Trámites glass */
.atm-tramites {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.atm-tramites__card {
  padding: 36px 28px 28px;
  border-radius: 16px;
  background: rgba(0, 32, 64, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(14px);
  color: #fff;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.atm-tramites__card:hover {
  transform: translateY(-10px);
  border-color: rgba(30, 164, 221, 0.85);
}

.atm-tramites__card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.atm-tramites__card p {
  margin: 0 0 16px;
  color: #e8eef4;
  font-size: 14px;
  line-height: 1.55;
}

.atm-tramites__btn {
  display: inline-block;
  background: var(--atm-azul);
  color: #fff;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
}

.atm-tramites__card:hover .atm-tramites__btn {
  background: var(--atm-celeste);
}

/* Redes / iPhone */
.atm-redes {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  background: transparent;
  padding: 12px 0 8px;
}

.atm-redes-title .elementor-heading-title {
  max-width: 720px;
  margin-inline: auto !important;
  line-height: 1.28 !important;
}

@media (max-width: 767px) {
  .atm-redes-title .elementor-heading-title {
    max-width: 100%;
    font-size: 1.45rem !important;
  }
}

.atm-phone {
  width: 360px;
  height: 640px;
  box-sizing: border-box;
  border: 5px solid #111;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  padding-top: 26px;
  display: flex;
  flex-direction: column;
}

.atm-phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 20px;
  background: #111;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 2;
}

.atm-phone__tabs {
  display: flex;
  gap: 4px;
  padding: 6px 10px 8px;
  background: #fff;
  border-bottom: 1px solid #e6eef4;
  flex: 0 0 auto;
  z-index: 1;
}

.atm-phone__tabs button {
  flex: 1;
  appearance: none;
  border: 0;
  background: #eef3f8;
  color: #334155;
  font-family: var(--atm-font);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 4px;
  border-radius: 999px;
  cursor: pointer;
}

body.atm-site .atm-phone__tabs button,
body.atm-site .atm-phone__tabs button:hover,
body.atm-site .atm-phone__tabs button:focus,
body.atm-site .atm-phone__tabs button:active {
  background: #eef3f8 !important;
  color: #334155 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.atm-site .atm-phone__tabs button.is-active,
body.atm-site .atm-phone__tabs button.is-active:hover,
body.atm-site .atm-phone__tabs button.is-active:focus {
  background: var(--atm-azul) !important;
  color: #fff !important;
}

.atm-phone__screens {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  background: #fff;
}

.atm-phone__screen {
  position: absolute;
  inset: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: #fff;
}

.atm-phone__screen[hidden] {
  display: none !important;
}

.atm-phone iframe,
.atm-phone .tiktok-embed,
.atm-phone .instagram-media {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0;
}

.atm-phone__screen[data-atm-phone-screen="facebook"] iframe {
  height: 100%;
  min-height: 100%;
}

.atm-phone__profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.atm-phone__avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
}

.atm-phone__avatar--tk {
  background: #111;
}

.atm-phone__profile strong,
.atm-phone__profile em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}

.atm-phone__profile strong {
  font-size: 13px;
  color: #111;
}

.atm-phone__profile em {
  font-size: 11px;
  color: #6b7280;
}

.atm-phone__profile a {
  margin-left: auto;
  background: var(--atm-azul);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
}

.atm-phone__more {
  display: block;
  text-align: center;
  padding: 12px 16px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--atm-azul) !important;
  text-decoration: none !important;
}

.atm-ig-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 25px);
  text-align: center;
  text-decoration: none;
  color: var(--atm-azul);
  padding: 24px;
  gap: 8px;
}

.atm-ig-card svg {
  width: 48px;
  height: 48px;
  display: block;
}

.atm-ig-card em {
  font-style: normal;
  background: var(--atm-celeste);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  margin-top: 12px;
}

/* Enlaces */
.atm-enlaces {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.atm-enlaces__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.1);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
  text-decoration: none;
  color: var(--atm-texto);
  font-size: 13px;
  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.atm-enlaces__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 82, 151, 0.12);
  color: var(--atm-azul);
}

.atm-section-title {
  text-align: center;
  color: var(--atm-azul);
  font-weight: 700;
  font-size: 30px;
}

.atm-topheader .elementor-icon-list-text,
.atm-topheader .elementor-icon-list-icon i {
  color: var(--atm-azul);
  font-size: 13px;
}

.atm-topheader .elementor-widget-image img {
  max-height: 64px;
  width: auto;
}

.atm-menubar .elementor-widget-image img {
  max-height: 52px;
  width: auto;
}

.atm-menubar .elementor-button {
  background: var(--atm-amarillo) !important;
  color: var(--atm-azul) !important;
  font-weight: 700;
}

.atm-quick .elementor-widget-icon-box {
  background: var(--atm-azul);
  color: #fff;
  border-radius: 12px;
  padding: 22px 12px 18px;
  min-height: 168px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.atm-quick .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.atm-quick .elementor-icon-box-wrapper::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.atm-quick .e-con-inner > .e-child:nth-child(1) .elementor-icon-box-wrapper::before {
  background-image: url("../img/quick/rtv.svg");
}

.atm-quick .e-con-inner > .e-child:nth-child(2) .elementor-icon-box-wrapper::before {
  background-image: url("../img/quick/agendamiento.svg");
}

.atm-quick .e-con-inner > .e-child:nth-child(3) .elementor-icon-box-wrapper::before {
  background-image: url("../img/quick/crtv.svg");
}

.atm-quick .e-con-inner > .e-child:nth-child(4) .elementor-icon-box-wrapper::before {
  background-image: url("../img/quick/cuv.svg");
}

.atm-quick .e-con-inner > .e-child:nth-child(5) .elementor-icon-box-wrapper::before {
  background-image: url("../img/quick/placas.svg");
}

.atm-quick .elementor-icon-box-icon,
.atm-quick .elementor-icon-box-img {
  display: none !important;
}

body.atm-site .atm-quick .elementor-icon-box-title,
body.atm-site .atm-quick .elementor-icon-box-title a,
body.atm-site .atm-quick .elementor-icon-box-title span,
body.atm-site .atm-quick .elementor-icon-box-description,
body.atm-site .atm-quick .elementor-icon-box-description p {
  color: #fff !important;
}

.atm-quick .elementor-widget-icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.28);
}

.atm-cards .elementor-widget-icon-box {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.1);
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.atm-cards .elementor-widget-icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.12);
}

/* Solo cards blancas (.atm-cards). El resto se edita en Elementor. */
body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon-box-title,
body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon-box-title a,
body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon-box-title span {
  color: var(--atm-azul) !important;
}

body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon-box-description,
body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon-box-description p {
  color: var(--atm-muted) !important;
}

body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon,
body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon i,
body.atm-site .atm-cards .elementor-widget-icon-box .elementor-icon svg {
  color: var(--atm-azul) !important;
  fill: var(--atm-azul) !important;
}

body.atm-site .atm-cards .elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: var(--atm-azul) !important;
}

body.atm-site .atm-cards .elementor-widget-icon-box.elementor-view-stacked .elementor-icon,
body.atm-site .atm-cards .elementor-widget-icon-box.elementor-view-stacked .elementor-icon i,
body.atm-site .atm-cards .elementor-widget-icon-box.elementor-view-stacked .elementor-icon svg {
  color: #fff !important;
  fill: #fff !important;
}

.atm-cards .elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  border-color: var(--atm-azul) !important;
}

@media (max-width: 1024px) {
  .atm-valores.e-con > .e-con-inner > .e-child {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .atm-valores.e-con > .e-con-inner > .e-child {
    width: 100% !important;
  }
}

.atm-cta {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  body.atm-site .e-con.atm-cta,
  .atm-cta {
    margin-bottom: 56px !important;
    margin-block-end: 56px !important;
  }
}

.atm-footer,
.atm-footer p,
.atm-footer a,
.atm-footer h4,
body.atm-site .atm-footer,
body.atm-site .atm-footer p,
body.atm-site .atm-footer a,
body.atm-site .atm-footer h4 {
  color: #fff;
  font-size: 13px;
}

.atm-footer p {
  font-size: 13px;
  line-height: 1.55;
}

.atm-footer h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.atm-footer a {
  text-decoration: none;
}

.atm-footer a:hover,
body.atm-site .atm-footer a:hover {
  color: var(--atm-amarillo);
}

.atm-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.atm-table th,
.atm-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 82, 151, 0.08);
}

.atm-table th {
  background: var(--atm-azul);
  color: #fff;
  font-weight: 500;
}

.atm-form {
  display: grid;
  gap: 14px;
  position: relative;
}

.atm-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--atm-azul);
}

.atm-form input,
.atm-form textarea,
.atm-form select {
  border: 1px solid rgba(0, 82, 151, 0.18);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--atm-font);
  font-size: 15px;
}

.atm-form button {
  justify-self: start;
  background: var(--atm-azul);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 14px 28px;
  font-weight: 700;
  cursor: pointer;
}

.atm-form button:hover {
  background: var(--atm-celeste);
}

.atm-ct {
  font-family: var(--atm-font);
}

.atm-ct__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: start;
}

.atm-ct__info,
.atm-ct__form-box {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.12);
  border-radius: 18px;
  padding: 28px 28px 26px;
  box-shadow: 0 10px 28px rgba(0, 82, 151, 0.08);
}

.atm-ct h2 {
  margin: 4px 0 10px;
  color: var(--atm-azul);
}

.atm-ct__info > p,
.atm-ct__form-box > p {
  margin: 0 0 18px;
  color: var(--atm-muted);
}

.atm-ct__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.atm-ct__list li {
  display: grid;
  gap: 2px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 82, 151, 0.08);
}

.atm-ct__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.atm-ct__list strong {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--atm-celeste);
}

.atm-ct__list span,
.atm-ct__list a {
  color: var(--atm-texto);
  font-weight: 500;
}

.atm-ct__social {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 82, 151, 0.08);
}

.atm-ct__social > strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--atm-azul);
  line-height: 1.35;
}

.atm-ct__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.atm-ct__social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--atm-azul);
  color: #fff !important;
  text-decoration: none;
}

.atm-ct__social-links a:hover {
  background: var(--atm-celeste);
}

.atm-ct__social-links svg {
  width: 18px;
  height: 18px;
  display: block;
}

.atm-form .atm-hp,
.atm-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.atm-ct__status {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.atm-ct__status.is-ok,
.atm-ct__status.is-error {
  display: block;
}

.atm-ct__status.is-ok {
  background: #e8f6ee;
  color: #0d5c2e;
}

.atm-ct__status.is-error {
  background: #fdecea;
  color: #8a1f11;
}

.atm-form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.atm-ct__form altcha-widget,
.atm-altcha {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 2px;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 82, 151, 0.18);
  border-radius: 8px;
  background: #f7fbfe;
  cursor: default;
  user-select: none;
}

.atm-altcha[data-state="error"],
.atm-altcha[data-state="idle"] {
  cursor: pointer;
}

.atm-altcha[data-state="verified"] {
  border-color: rgba(30, 164, 221, 0.55);
  background: #f3fbfe;
}

.atm-altcha[data-state="error"] {
  border-color: rgba(138, 31, 17, 0.25);
  background: #fff7f6;
}

.atm-altcha__icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 2px solid var(--atm-azul);
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.atm-altcha[data-state="verifying"] .atm-altcha__icon {
  border-radius: 50%;
  border-color: rgba(0, 82, 151, 0.25);
  border-top-color: var(--atm-celeste);
  animation: atm-altcha-spin 0.7s linear infinite;
}

.atm-altcha[data-state="verified"] .atm-altcha__icon {
  background: var(--atm-azul);
  border-color: var(--atm-azul);
}

.atm-altcha[data-state="verified"] .atm-altcha__icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.atm-altcha[data-state="error"] .atm-altcha__icon {
  border-color: #8a1f11;
}

.atm-altcha__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--atm-texto);
}

@keyframes atm-altcha-spin {
  to {
    transform: rotate(360deg);
  }
}

.atm-ct__form button {
  justify-self: start;
}

.atm-ct__maps {
  margin-top: 40px;
}

.atm-ct__maps > h2 {
  margin: 0 0 20px;
}

.atm-ct__maps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.atm-ct__maps article {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.12);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 28px rgba(0, 82, 151, 0.08);
}

.atm-ct__maps h3 {
  margin: 0 0 6px;
  color: var(--atm-azul);
  font-size: 18px;
}

.atm-ct__maps article > p {
  margin: 0 0 14px;
  color: var(--atm-muted);
  font-size: 14px;
}

.atm-ct__maps iframe,
.atm-ct__map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 12px;
}

.atm-ct__map {
  margin-top: 32px;
}

.atm-ct__map h2 {
  margin: 0 0 16px;
}

@media (max-width: 900px) {
  .atm-ct__grid,
  .atm-ct__maps-grid {
    grid-template-columns: 1fr;
  }
}

.atm-tk {
  font-family: var(--atm-font);
}

.atm-tk__lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--atm-muted);
}

.atm-tk__auth,
.atm-tk__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.atm-tk__card {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.12);
  border-radius: 18px;
  padding: 28px 28px 26px;
  box-shadow: 0 10px 28px rgba(0, 82, 151, 0.08);
}

.atm-tk__card h2,
.atm-tk__card h3,
.atm-tk__thread h2 {
  margin: 4px 0 14px;
  color: var(--atm-azul);
}

.atm-form label.atm-tk__check,
.atm-tk__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--atm-texto);
}

.atm-form label.atm-tk__check input,
.atm-tk__check input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  flex: 0 0 18px;
}

.atm-tk__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.atm-tk__bar h2 {
  margin: 0;
  color: var(--atm-azul);
}

.atm-tk__out {
  font-weight: 600;
  color: var(--atm-azul);
}

.atm-tk__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.atm-tk__list a {
  display: grid;
  gap: 4px;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f7fbfe;
  color: var(--atm-texto);
}

.atm-tk__list a:hover {
  background: #eef7fc;
}

.atm-tk__list span {
  color: var(--atm-muted);
  font-size: 13px;
}

.atm-tk__thread {
  max-width: 760px;
}

.atm-tk__badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f6ee;
  color: #0d5c2e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.atm-tk__meta {
  margin: 0 0 18px;
  color: var(--atm-muted);
}

.atm-tk__msg {
  white-space: pre-wrap;
  background: #f7fbfe;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 14px;
}

.atm-tk__msg.is-staff {
  background: #eef6fb;
  border-left: 3px solid var(--atm-azul);
}

.atm-tk__msg strong {
  display: block;
  color: var(--atm-azul);
}

.atm-tk__msg span {
  display: block;
  font-size: 12px;
  color: var(--atm-muted);
  margin-bottom: 8px;
}

.atm-tk__msg p {
  margin: 0;
}

@media (max-width: 900px) {
  .atm-tk__auth,
  .atm-tk__grid {
    grid-template-columns: 1fr;
  }
}

.atm-404 .atm-search {
  max-width: 420px;
  margin: 16px auto;
}

.atm-404 .atm-search input {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.2);
  color: var(--atm-texto);
}

.atm-404 .atm-search input::placeholder {
  color: var(--atm-muted);
}

.atm-wrap {
  width: min(var(--atm-content), 100%);
  max-width: var(--atm-content);
  margin-inline: auto;
}

.atm-logo img {
  display: block;
  max-height: 52px;
  width: auto;
}

.atm-socials {
  display: flex;
  gap: 12px;
}

.atm-socials a {
  color: var(--atm-azul);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.atm-cta-btn {
  background: var(--atm-amarillo);
  color: var(--atm-azul) !important;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  white-space: nowrap;
}

.atm-pagehero {
  background: #00305a center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 80px 24px;
  position: relative;
}

body.atm-site .e-con.atm-pagehero,
body.atm-site .e-con.atm-pagehero > .e-con-inner {
  --gap: 4px;
  --widgets-spacing: 4px;
  --kit-widget-spacing: 0px;
  gap: 4px !important;
  row-gap: 4px !important;
}

body.atm-site .atm-pagehero > .e-con-inner > .elementor-element,
body.atm-site .atm-pagehero > .elementor-element {
  --margin-block-start: 0px;
  --margin-block-end: 0px;
  --padding-block-start: 0px;
  --padding-block-end: 0px;
  margin: 0 !important;
}

body.atm-site .atm-pagehero .elementor-widget-container {
  padding-block: 0 !important;
}

.atm-pagehero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 48, 90, 0.55);
}

.atm-pagehero .atm-wrap {
  position: relative;
  z-index: 1;
}

.atm-pagehero h1,
body.atm-site .atm-pagehero h1.elementor-heading-title {
  color: #fff !important;
  font-size: clamp(1.65rem, 2.4vw, 2.1rem);
  line-height: 1.15 !important;
  margin: 2px 0 4px !important;
}

.atm-legal {
  max-width: 900px;
  margin: 0 auto;
  color: #334155;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

.atm-legal__meta {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

.atm-legal h2 {
  color: var(--atm-azul);
  font-size: 1.22rem;
  line-height: 1.3;
  margin: 32px 0 12px;
  text-align: left;
  hyphens: none;
}

.atm-legal h3 {
  color: var(--atm-azul);
  font-size: 1.05rem;
  margin: 22px 0 8px;
  text-align: left;
  hyphens: none;
}

.atm-legal p,
.atm-legal li {
  margin: 0 0 14px;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
}

.atm-legal ol,
.atm-legal ul {
  margin: 0 0 16px;
  padding-left: 1.3rem;
}

.atm-legal li {
  margin-bottom: 8px;
}

.atm-legal a {
  color: var(--atm-azul);
  font-weight: 600;
  text-decoration: none;
}

.atm-legal a:hover {
  color: var(--atm-celeste);
}

.atm-legal__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 36px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 82, 151, 0.12);
  text-align: left;
  text-align-last: auto;
}

.atm-legal__nav a,
.atm-legal__nav span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 82, 151, 0.18);
  font-size: 13px;
  font-weight: 600;
}

.atm-legal__nav span {
  background: var(--atm-azul);
  border-color: var(--atm-azul);
  color: #fff;
}

@media (max-width: 767px) {
  .atm-legal {
    font-size: 15px;
  }

  .atm-legal h2 {
    font-size: 1.12rem;
  }
}

.atm-kicker,
.elementor-widget-heading h6.elementor-heading-title {
  font-family: var(--atm-font);
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase !important;
  font-size: 13px !important;
  line-height: 1.2;
  margin: 0;
}

body.atm-site .atm-pagehero h6.elementor-heading-title {
  margin: 0 0 2px !important;
}

body.atm-site .atm-pagehero .elementor-widget-text-editor,
body.atm-site .atm-pagehero .elementor-widget-text-editor p {
  margin: 0 !important;
  line-height: 1.45 !important;
}

.atm-kicker {
  color: var(--atm-amarillo);
}

.atm-kicker--blue {
  color: var(--atm-celeste);
}

.elementor-widget-heading h2.elementor-heading-title,
.atm-section-title {
  font-family: var(--atm-font);
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-family: var(--atm-font);
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7;
}

.atm-btn {
  display: inline-block;
  background: var(--atm-azul);
  color: #fff !important;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.atm-btn:hover {
  background: var(--atm-celeste);
}

.atm-btn--gold {
  background: var(--atm-amarillo);
  color: var(--atm-azul) !important;
}

.atm-quick:not(.e-con) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.atm-quick__card {
  background: var(--atm-azul);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 22px 12px;
  font-weight: 500;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.atm-quick__card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.atm-quick__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.28);
  color: #fff;
}

.atm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 80px 0;
}

.atm-split img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.atm-stats {
  background: #f4f6f8;
  padding: 40px 0;
}

.atm-stats__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.atm-stats strong {
  display: block;
  color: var(--atm-azul);
  font-size: 32px;
  font-weight: 600;
}

.atm-cards-sec {
  padding: 70px 0;
  text-align: center;
}

.atm-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
  margin-top: 28px;
}

.atm-cards-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

.atm-card {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.1);
  border-radius: 16px;
  padding: 28px 22px;
  text-decoration: none;
  color: var(--atm-texto);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.atm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.12);
  color: var(--atm-texto);
}

.atm-card h3 {
  margin: 0 0 10px;
}

.atm-gray {
  background: #f4f6f8;
  padding: 70px 0;
  text-align: center;
}

.atm-center {
  margin-top: 28px;
}

.atm-band {
  width: min(var(--atm-cta-width), calc(100% - (2 * var(--atm-gutter))));
  margin: 0 auto 64px;
  background: var(--atm-azul);
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 56px 32px;
}

.atm-band h2 {
  color: #fff !important;
}

.atm-pagebody {
  padding: 50px 0 80px;
  max-width: min(var(--atm-content), 100%);
  margin-inline: auto;
}

.atm-single img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.atm-footer {
  background: #00305a;
  padding: 56px 0 0;
}

.atm-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px 24px;
  padding-bottom: 36px;
  align-items: start;
}

.atm-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: max-content;
  max-width: 100%;
}

.atm-footer__logo-link {
  display: block;
  line-height: 0;
  width: 260px;
  max-width: 100%;
}

.atm-footer__logo {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
}

.atm-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.atm-footer__social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.atm-footer__social svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.atm-footer__social a:hover,
body.atm-site .atm-footer__social a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--atm-azul) !important;
}

.atm-footer__copy {
  background: #002444;
  padding: 14px 80px;
}

.atm-footer__legal {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, auto);
  gap: 10px 20px;
  align-items: center;
  font-size: 13px;
  line-height: 1.45;
}

.atm-footer__legal p {
  margin: 0;
}

.atm-footer__credit {
  justify-self: start;
}

.atm-footer__policies {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
}

.atm-footer__visits {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
}

.atm-footer__visits .page-views,
.atm-footer__visits div,
.atm-footer__visits span {
  display: inline !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  color: inherit !important;
  font: inherit !important;
  background: none !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  .atm-footer__legal {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .atm-footer__credit,
  .atm-footer__policies,
  .atm-footer__visits {
    justify-self: center;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .atm-footer {
    padding-top: 40px;
  }

  .atm-footer__brand {
    align-items: center;
  }

  .atm-footer__logo-link,
  .atm-footer__logo {
    width: 220px;
  }

  .atm-footer__social {
    justify-content: center;
  }

  .atm-footer__grid {
    text-align: center;
    gap: 28px;
  }

  .atm-footer__copy {
    padding: 18px 16px 96px;
  }
}

.atm-search-page {
  background: #f5f7fa;
  padding-bottom: 64px;
}

.atm-search-page__hero {
  background: linear-gradient(180deg, #005297 0%, #003d73 100%);
  color: #fff;
  text-align: center;
  padding: 56px 0 40px;
}

.atm-search-page__hero h1 {
  color: #fff;
  margin: 8px 0 12px;
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
}

.atm-search-page__query {
  margin: 0 0 20px;
  opacity: 0.92;
}

.atm-search-page__form {
  display: flex;
  justify-content: center;
}

.atm-search-page__form .atm-search {
  max-width: 520px;
  width: 100%;
}

.atm-search-page__body {
  padding-top: 32px;
}

.atm-search-page__count {
  margin: 0 0 18px;
  color: var(--atm-muted);
  font-size: 14px;
}

.atm-search-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.atm-search-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.12);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--atm-texto);
  box-shadow: 0 8px 22px rgba(0, 82, 151, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.atm-search-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.16);
}

.atm-search-card__media {
  display: block;
  height: 160px;
  background: #d7e4f0;
  overflow: hidden;
}

.atm-search-card__media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.atm-search-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: var(--atm-azul);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.atm-search-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 20px;
}

.atm-search-card__type {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--atm-celeste);
}

.atm-search-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: var(--atm-azul);
}

.atm-search-card__excerpt {
  font-size: 13px;
  line-height: 1.55;
  color: var(--atm-muted);
}

.atm-search-page__pagination {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.atm-search-page__pagination a {
  color: var(--atm-azul);
  font-weight: 700;
  text-decoration: none;
}

.atm-search-page__empty {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 48px 24px;
  box-shadow: 0 8px 22px rgba(0, 82, 151, 0.08);
}

.atm-search-page__empty h2 {
  color: var(--atm-azul);
  margin-bottom: 8px;
}

.atm-search-page__empty .atm-cta-btn {
  display: inline-block;
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .atm-quick,
  .atm-cards-grid,
  .atm-stats__row,
  .atm-split,
  .atm-footer__grid,
  .atm-cards-grid--5 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .atm-quick,
  .atm-cards-grid,
  .atm-stats__row,
  .atm-split,
  .atm-footer__grid,
  .atm-cards-grid--5 {
    grid-template-columns: 1fr;
  }

  .atm-menubar .atm-search {
    order: 3;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .atm-header {
    background: #fff;
  }

  .atm-topheader__inner {
    min-height: 0;
    padding: 6px 0;
    flex-wrap: nowrap;
  }

  .atm-contact-bar {
    display: none;
  }

  .atm-menubar__inner {
    display: flex;
    justify-content: stretch;
  }

  .atm-menubar__inner > .atm-nav {
    width: 100%;
  }

  .atm-search-toggle--desktop {
    display: none;
  }

  .atm-topheader__tools {
    display: flex;
  }

  .atm-search-toggle--mobile {
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid rgba(0, 82, 151, 0.18);
    color: var(--atm-azul);
  }

  body.atm-site .atm-search-toggle--mobile,
  body.atm-site .atm-search-toggle--mobile:hover,
  body.atm-site .atm-search-toggle--mobile:focus,
  body.atm-site .atm-search-toggle--mobile:focus-visible,
  body.atm-site .atm-search-toggle--mobile:active {
    background: #fff !important;
    background-image: none !important;
    border: 1px solid rgba(0, 82, 151, 0.18) !important;
    color: var(--atm-azul) !important;
    box-shadow: none !important;
  }

  body.atm-site .atm-search-toggle--mobile:hover,
  body.atm-site .atm-search-toggle--mobile:focus-visible,
  body.atm-site .atm-search-toggle--mobile.is-open {
    border-color: var(--atm-celeste) !important;
    color: var(--atm-celeste) !important;
  }

  .atm-nav__toggle {
    display: flex;
    background: #fff !important;
    background-color: #fff !important;
    border: 1px solid rgba(0, 82, 151, 0.18) !important;
    color: var(--atm-azul) !important;
    box-shadow: none !important;
  }

  body.atm-site .atm-nav__toggle,
  body.atm-site .atm-nav__toggle:hover,
  body.atm-site .atm-nav__toggle:focus,
  body.atm-site .atm-nav__toggle:focus-visible,
  body.atm-site .atm-nav__toggle:active {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid rgba(0, 82, 151, 0.18) !important;
    color: var(--atm-azul) !important;
    box-shadow: none !important;
  }

  .atm-header.is-menu-open .atm-nav__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .atm-header.is-menu-open .atm-nav__toggle span:nth-child(2) {
    opacity: 0;
  }

  .atm-header.is-menu-open .atm-nav__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .atm-nav__toggle span {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .atm-menubar {
    display: none;
    background: #fff;
    border-top: 1px solid rgba(0, 82, 151, 0.08);
    box-shadow: 0 12px 24px rgba(0, 82, 151, 0.08);
  }

  .atm-header.is-menu-open .atm-menubar {
    display: block;
  }

  .atm-menubar__inner {
    min-height: 0;
    justify-content: stretch;
  }

  .atm-nav__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 8px 0 16px;
  }

  body.atm-site .atm-nav__list a,
  body.atm-site .atm-nav__list .sub-menu a,
  .atm-nav__list a {
    color: var(--atm-azul) !important;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 4px;
    border-bottom: 0;
  }

  .atm-nav__list > li {
    border-bottom: 1px solid rgba(0, 82, 151, 0.08);
  }

  .atm-nav__list a:hover,
  .atm-nav__list .current-menu-item > a,
  body.atm-site .atm-nav__list a:hover,
  body.atm-site .atm-nav__list a:focus,
  body.atm-site .atm-nav__list .current-menu-item > a {
    color: var(--atm-celeste) !important;
  }

  .atm-nav__list .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .atm-nav__list .menu-item-has-children > a {
    flex: 1;
    min-width: 0;
  }

  .atm-nav__subtoggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--atm-azul) !important;
    cursor: pointer;
  }

  .atm-nav__subtoggle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform 0.2s ease;
  }

  .atm-nav__list .menu-item-has-children.is-open > .atm-nav__subtoggle::before {
    transform: rotate(-135deg);
    margin-top: 3px;
  }

  .atm-nav__list .menu-item-has-children > .sub-menu {
    position: static;
    display: none;
    flex-basis: 100%;
    width: 100%;
    background: #f4f8fb;
    min-width: 0;
  }

  .atm-nav__list .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .atm-nav__list .sub-menu a {
    padding-left: 16px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
  }

  .atm-nav__list .sub-menu .sub-menu a {
    padding-left: 28px;
  }

  .atm-search-panel .atm-search {
    max-width: none;
  }

  .atm-servicios,
  .atm-noticias,
  .atm-noticias--grid,
  .atm-tramites {
    grid-template-columns: repeat(2, 1fr);
  }

  .atm-noticias-carousel .atm-noticias__card {
    flex-basis: calc((100% - 22px) / 2);
    width: calc((100% - 22px) / 2);
  }

  .atm-search-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atm-enlaces {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .atm-servicios,
  .atm-noticias,
  .atm-noticias--grid,
  .atm-tramites,
  .atm-enlaces {
    grid-template-columns: 1fr;
  }

  .atm-noticias-carousel .atm-noticias__card {
    flex-basis: 100%;
    width: 100%;
  }

  .atm-noticias-carousel__btn.is-prev {
    left: 4px;
  }

  .atm-noticias-carousel__btn.is-next {
    right: 4px;
  }

  .atm-search {
    max-width: 100%;
  }

  .atm-search-page__grid {
    grid-template-columns: 1fr;
  }
}

/* Component buttons/links that must beat Hello #c36 and the generic ATM button reset */
body.atm-site .atm-servicios__card,
body.atm-site .atm-servicios__card:hover,
body.atm-site .atm-quick__card,
body.atm-site .atm-quick__card:hover,
body.atm-site .atm-tramites__btn,
body.atm-site .atm-btn,
body.atm-site .atm-search-card__placeholder,
body.atm-site .atm-ig-card em {
  color: #fff;
}

body.atm-site .atm-cta-btn,
body.atm-site .atm-cta-btn:hover {
  color: var(--atm-azul);
}

body.atm-site .atm-search button,
body.atm-site .atm-search button:hover,
body.atm-site .atm-search button:focus,
body.atm-site .atm-search button:active {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--atm-azul) !important;
}

body.atm-site .atm-search button:hover,
body.atm-site .atm-search button:focus,
body.atm-site .atm-search button:focus-visible {
  background: rgba(0, 82, 151, 0.08) !important;
  color: var(--atm-azul) !important;
}

body.atm-site .atm-search-panel .atm-search button,
body.atm-site .atm-search-panel .atm-search button:hover,
body.atm-site .atm-search-panel .atm-search button:focus {
  padding: 0 !important;
  width: 32px;
  height: 32px;
}

body.atm-site .atm-noticias__more-btn,
body.atm-site .atm-noticias__more-btn:hover,
body.atm-site .atm-noticias__more-btn:focus {
  background: var(--atm-azul) !important;
  border: 0 !important;
  color: #fff !important;
}

body.atm-site .atm-noticias-carousel__dot,
body.atm-site .atm-noticias-carousel__dot:hover,
body.atm-site .atm-noticias-carousel__dot:focus {
  width: 9px;
  height: 9px;
  min-width: 9px;
  padding: 0;
  background: #c5d3e0;
  border: 0;
  color: transparent;
}

body.atm-site .atm-noticias-carousel__dot.is-active {
  background: var(--atm-azul);
  width: 22px;
}

body.atm-site .atm-form button,
body.atm-site .atm-form button:hover,
body.atm-site .atm-form button:focus {
  background: var(--atm-azul);
  border: 0;
  color: #fff;
}

body.atm-site .atm-form button:hover,
body.atm-site .atm-form button:focus {
  background: var(--atm-celeste);
}

.atm-org {
  display: grid;
  grid-template-columns: 160px 1fr 150px;
  gap: 20px;
  align-items: stretch;
  padding: 8px 0 24px;
}

.atm-org__legend,
.atm-org__processes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.atm-org__legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--atm-texto);
}

.atm-org__swatch {
  width: 28px;
  height: 16px;
  border-radius: 3px;
  flex-shrink: 0;
}

.atm-org__swatch.is-directivo,
.atm-org__node.is-directivo {
  background: #7d848a;
  color: #fff;
}

.atm-org__swatch.is-direccion,
.atm-org__node.is-direccion {
  background: #7cb342;
  color: #fff;
}

.atm-org__swatch.is-unidad,
.atm-org__node.is-unidad {
  background: #d4c47a;
  color: #3a3420;
}

.atm-org__swatch.is-jefatura,
.atm-org__node.is-jefatura {
  background: #7d8a86;
  color: #fff;
}

.atm-org__chart {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 8px 0 16px;
}

.atm-org__chart::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 28px;
  left: 50%;
  width: 2px;
  background: #c9d3db;
  transform: translateX(-1px);
}

.atm-org__node {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.25;
  max-width: 220px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.atm-org__peak {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.atm-org__audit {
  display: flex;
  align-items: center;
  gap: 8px;
}

.atm-org__dash {
  width: 36px;
  border-top: 2px dashed #b7c2cb;
}

.atm-org__gerencia {
  max-width: 180px;
}

.atm-org__staff,
.atm-org__pair,
.atm-org__kids {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.atm-org__staff-col,
.atm-org__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.atm-org__staff-col {
  flex: 1;
  max-width: 240px;
}

.atm-org__kids .atm-org__node,
.atm-org__staff-col .atm-org__node {
  max-width: 170px;
  min-height: 52px;
}

.atm-org__kids--4 .atm-org__node {
  max-width: 150px;
}

.atm-org__processes li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-radius: 4px;
}

.atm-org__processes .is-gob {
  background: #d1b3e0;
  color: #4a2c5a;
}

.atm-org__processes .is-adj {
  background: #d5dde2;
  color: #445056;
}

.atm-org__processes .is-sus {
  background: #9fd3f5;
  color: #1a4a6a;
}

@media (max-width: 1024px) {
  .atm-org {
    grid-template-columns: 1fr;
  }

  .atm-org__legend {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .atm-org__processes {
    flex-direction: row;
  }

  .atm-org__processes li {
    writing-mode: horizontal-tb;
    transform: none;
    min-height: 44px;
  }

  .atm-org__chart::before {
    display: none;
  }

  .atm-org__node {
    max-width: none;
    width: 100%;
  }

  .atm-org__staff-col,
  .atm-org__block {
    width: 100%;
    max-width: none;
  }
}

.atm-dir {
  margin: 0 auto;
}

body.atm-site .atm-dir__president {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 82, 151, 0.08);
  align-items: stretch !important;
  flex-wrap: nowrap !important;
}

body.atm-site .atm-dir__photo {
  position: relative;
  flex: 0 0 340px;
  width: 340px !important;
  max-width: 340px !important;
  min-height: 460px;
  padding: 0 !important;
  background: #00305a;
}

body.atm-site .atm-dir__photo > .e-con-inner {
  position: relative;
  min-height: 460px;
  height: 100%;
  padding: 0 !important;
}

body.atm-site .atm-dir__photo::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: var(--atm-amarillo);
  pointer-events: none;
}

body.atm-site .atm-dir__photo .elementor-widget-image,
body.atm-site .atm-dir__photo .elementor-widget-container,
body.atm-site .atm-dir__photo .elementor-image {
  position: absolute;
  inset: 0;
  height: 100%;
  margin: 0;
}

body.atm-site .atm-dir__photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: 50% 12%;
}

body.atm-site .atm-dir__bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 40px 44px !important;
}

body.atm-site .atm-dir__bio .elementor-widget-heading:nth-child(1) .elementor-heading-title,
body.atm-site .atm-dir__badge .elementor-heading-title {
  display: inline-block;
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--atm-amarillo);
  color: var(--atm-azul) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.atm-site .atm-dir__bio .elementor-widget-heading:nth-child(2) .elementor-heading-title,
body.atm-site .atm-dir__name .elementor-heading-title {
  margin: 8px 0 6px;
  color: var(--atm-azul) !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}

body.atm-site .atm-dir__bio .elementor-widget-heading:nth-child(3) .elementor-heading-title,
body.atm-site .elementor-widget-heading.atm-dir__role .elementor-heading-title {
  margin: 0 0 18px;
  color: var(--atm-celeste) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.atm-site .atm-dir__bio .elementor-widget-text-editor,
body.atm-site .atm-dir__mission {
  padding: 18px 20px 18px 22px;
  border-left: 4px solid var(--atm-amarillo);
  border-radius: 0 12px 12px 0;
  background: #f4f8fc;
}

body.atm-site .atm-dir__bio .elementor-widget-text-editor p,
body.atm-site .atm-dir__mission p {
  margin: 0;
  color: var(--atm-texto);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

body.atm-site .atm-dir__bio .elementor-widget-text-editor p:first-child,
body.atm-site .atm-dir__mission p:first-child {
  margin: 0 0 8px;
  color: var(--atm-azul);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.atm-site .atm-dir__intro {
  text-align: center;
  padding-top: 16px;
}

body.atm-site .atm-dir__grid > .e-con-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

body.atm-site .atm-dir__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 calc(25% - 20px);
  width: auto !important;
  max-width: none !important;
  padding: 32px 20px 28px !important;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.atm-site .atm-dir__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.12);
}

body.atm-site .atm-dir__card .elementor-widget-image {
  margin-bottom: 8px;
}

body.atm-site .atm-dir__card .elementor-widget-image img {
  width: 96px !important;
  height: 96px !important;
  max-width: 96px !important;
  object-fit: cover;
  border-radius: 50%;
}

body.atm-site .atm-dir__card .elementor-widget-heading:nth-child(2) .elementor-heading-title,
body.atm-site .atm-dir__chip .elementor-heading-title {
  display: inline-block;
  margin: 8px 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(30, 164, 221, 0.12);
  color: var(--atm-azul) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.atm-site .atm-dir__card .elementor-widget-heading:nth-child(3) .elementor-heading-title,
body.atm-site .atm-dir__card-name .elementor-heading-title {
  margin: 0 0 8px;
  color: var(--atm-azul) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3;
}

body.atm-site .atm-dir__card-role,
body.atm-site .atm-dir__card-role p {
  margin: 0;
  color: var(--atm-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

body.atm-site .atm-dir__note {
  padding: 20px 24px !important;
  border-radius: 12px;
  background: #f4f8fc;
  border: 1px solid rgba(0, 82, 151, 0.08);
}

body.atm-site .atm-dir__note p {
  margin: 0;
  color: var(--atm-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 820px) {
  body.atm-site .atm-dir__president {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  body.atm-site .atm-dir__photo,
  body.atm-site .atm-dir__photo > .e-con-inner {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-height: 320px;
    height: 340px;
  }

  body.atm-site .atm-dir__bio {
    padding: 28px 22px 32px !important;
  }

  body.atm-site .atm-dir__name .elementor-heading-title,
  body.atm-site .atm-dir__bio .elementor-widget-heading:nth-child(2) .elementor-heading-title {
    font-size: 24px !important;
  }
}

@media (max-width: 1100px) {
  body.atm-site .atm-dir__card {
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 560px) {
  body.atm-site .atm-dir__card {
    flex-basis: 100%;
  }
}

body.atm-site .e-con.atm-tg {
  position: relative;
  z-index: 2;
}

body.atm-site .atm-tg__search .atm-search {
  max-width: none;
  width: 100%;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 82, 151, 0.14);
  padding: 6px 6px 6px 8px;
  gap: 0;
}

body.atm-site .atm-tg__search .atm-search input {
  height: 52px;
  background: transparent;
  border: 0;
  color: var(--atm-texto);
  border-radius: 999px;
  padding: 0 58px 0 22px;
  font-size: 15px;
}

body.atm-site .atm-tg__search .atm-search input::placeholder {
  color: var(--atm-muted);
}

body.atm-site .atm-tg__search .atm-search button,
body.atm-site .atm-tg__search .atm-search button:hover,
body.atm-site .atm-tg__search .atm-search button:focus,
body.atm-site .atm-tg__search .atm-search button:active {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--atm-azul) !important;
  color: #fff !important;
  flex-shrink: 0;
}

body.atm-site .atm-tg__search .atm-search button:hover,
body.atm-site .atm-tg__search .atm-search button:focus {
  background: var(--atm-celeste) !important;
}

body.atm-site .atm-tg__grid > .e-con-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

body.atm-site .atm-tg__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 16px);
  width: auto !important;
  max-width: none !important;
  padding: 28px 24px 22px !important;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.atm-site .atm-tg__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 82, 151, 0.12);
}

body.atm-site .atm-tg__card .elementor-icon-box-wrapper {
  text-align: left;
}

body.atm-site .atm-tg__card .elementor-icon-box-icon {
  margin-bottom: 14px;
}

body.atm-site .atm-tg__card .elementor-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #e8f4fb !important;
}

body.atm-site .atm-tg__card .elementor-icon,
body.atm-site .atm-tg__card .elementor-icon i,
body.atm-site .atm-tg__card .elementor-icon svg {
  color: var(--atm-azul) !important;
  fill: var(--atm-azul) !important;
}

body.atm-site .atm-tg__card .elementor-icon-box-title,
body.atm-site .atm-tg__card .elementor-icon-box-title a,
body.atm-site .atm-tg__card .elementor-icon-box-title span {
  color: var(--atm-azul) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.atm-site .atm-tg__card .elementor-icon-box-description,
body.atm-site .atm-tg__card .elementor-icon-box-description p {
  color: var(--atm-muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5;
}

body.atm-site .atm-tg__card .elementor-button-wrapper {
  text-align: left;
  margin-top: auto;
}

body.atm-site .atm-tg__card .elementor-button {
  background: transparent !important;
  color: var(--atm-azul) !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.atm-site .atm-tg__card .elementor-button:hover,
body.atm-site .atm-tg__card .elementor-button:focus {
  color: var(--atm-celeste) !important;
  background: transparent !important;
}

body.atm-site .atm-tg__help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 22px 28px !important;
  border-radius: 16px;
  background: #fff6d8;
  border: 1px solid rgba(243, 179, 26, 0.35);
}

body.atm-site .atm-tg__help .elementor-heading-title {
  color: var(--atm-azul) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.atm-site .atm-tg__help p {
  margin: 0;
  color: var(--atm-texto);
  font-size: 14px;
}

@media (max-width: 1100px) {
  body.atm-site .atm-tg__card {
    flex-basis: calc(50% - 16px);
  }
}

@media (max-width: 560px) {
  body.atm-site .atm-tg__card {
    flex-basis: 100%;
  }
}

.atm-bot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  font-family: var(--atm-font);
}

.atm-bot__fab {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: var(--atm-azul);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 82, 151, 0.35);
  cursor: pointer;
}

.atm-bot__fab svg {
  width: 28px;
  height: 28px;
}

.atm-bot__fab-close {
  display: none;
}

.atm-bot.is-open .atm-bot__fab-open {
  display: none;
}

.atm-bot.is-open .atm-bot__fab-close {
  display: block;
}

.atm-bot__panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(380px, calc(100vw - 32px));
  height: min(640px, calc(100vh - 120px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
}

.atm-bot__panel[hidden] {
  display: none !important;
}

.atm-bot__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 14px;
  background: var(--atm-azul);
  color: #fff;
}

.atm-bot__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.atm-bot__avatar {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #00305a;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.atm-bot__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  display: block;
}

.atm-bot__brand strong,
.atm-bot__brand span {
  display: block;
  color: #fff;
}

.atm-bot__brand strong {
  font-size: 15px;
  font-weight: 700;
}

.atm-bot__brand span {
  font-size: 12px;
  opacity: 0.88;
  font-weight: 400;
}

.atm-bot__iconbtn {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer;
  padding: 0;
}

.atm-bot__iconbtn svg {
  width: 18px;
  height: 18px;
}

.atm-bot__thread {
  flex: 1;
  overflow: auto;
  padding: 16px 14px 8px;
  background: #fff;
}

.atm-bot__msg {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 12px;
}

.atm-bot__msg.is-user {
  justify-content: flex-end;
}

.atm-bot__face {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 10%;
  background: #00305a;
  flex-shrink: 0;
}

.atm-bot__bubble {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.atm-bot__bubble p {
  margin: 0;
  white-space: pre-wrap;
}

.atm-bot__msg.is-bot .atm-bot__bubble {
  background: var(--atm-azul);
  color: #fff;
  border-bottom-left-radius: 4px;
}

.atm-bot__msg.is-user .atm-bot__bubble {
  background: #4b5563;
  color: #fff;
  border-bottom-right-radius: 4px;
}

.atm-bot__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.atm-bot__links a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
}

.atm-bot__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 10px;
}

.atm-bot__chips button {
  border: 0;
  background: #e8f4fb !important;
  color: var(--atm-azul) !important;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.atm-bot__form {
  display: flex;
  gap: 8px;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(0, 82, 151, 0.08);
  background: #fff;
}

.atm-bot__form input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 1px solid rgba(0, 82, 151, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13px;
  color: var(--atm-texto);
}

.atm-bot__form button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--atm-azul);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.atm-bot__form button svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 560px) {
  .atm-bot {
    right: 12px;
    bottom: 12px;
  }

  .atm-bot__panel {
    height: min(72vh, 560px);
  }
}

.atm-dock {
  position: fixed;
  left: 18px;
  bottom: 22px;
  z-index: 999990;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: var(--atm-font);
}

.atm-dock__backdrop,
body.atm-site .atm-dock__backdrop,
body.atm-site .atm-dock__backdrop:hover,
body.atm-site .atm-dock__backdrop:focus,
body.atm-site .atm-dock__backdrop:active {
  position: fixed;
  inset: 0;
  z-index: 0;
  border: 0 !important;
  margin: 0;
  padding: 0;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 0;
  cursor: default;
  appearance: none;
  -webkit-appearance: none;
}

.atm-dock__backdrop[hidden] {
  display: none !important;
}

.atm-dock__list,
.atm-dock__toggle {
  position: relative;
  z-index: 1;
}

.atm-dock__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.atm-dock__list[hidden] {
  display: none !important;
}

.atm-dock__item,
.atm-dock__toggle {
  position: relative;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.22);
  text-decoration: none !important;
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.atm-dock__item {
  background: var(--atm-azul) !important;
}

.atm-dock__item:hover,
.atm-dock__item:focus,
.atm-dock__item:focus-visible {
  background: var(--atm-amarillo) !important;
  color: #fff !important;
}

.atm-dock__item svg,
.atm-dock__toggle svg {
  width: 22px;
  height: 22px;
  display: block;
}

.atm-dock__item::after,
.atm-dock__toggle::after {
  content: attr(data-label);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #334155;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.atm-dock__item:hover::after,
.atm-dock__item:focus-visible::after,
.atm-dock__toggle:hover::after,
.atm-dock__toggle:focus-visible::after {
  opacity: 1;
}

.atm-dock__toggle {
  width: 56px;
  height: 56px;
  background: var(--atm-azul);
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 82, 151, 0.38);
}

.atm-dock__toggle-close {
  display: none;
}

.atm-dock.is-open .atm-dock__toggle {
  background: #0b1b4d;
}

.atm-dock.is-open .atm-dock__toggle-open {
  display: none;
}

.atm-dock.is-open .atm-dock__toggle-close {
  display: block;
}

.atm-dock.is-open .atm-dock__item {
  animation: atmDockIn 0.22s ease both;
}

.atm-dock.is-open .atm-dock__item:nth-child(1) { animation-delay: 0.02s; }
.atm-dock.is-open .atm-dock__item:nth-child(2) { animation-delay: 0.05s; }
.atm-dock.is-open .atm-dock__item:nth-child(3) { animation-delay: 0.08s; }
.atm-dock.is-open .atm-dock__item:nth-child(4) { animation-delay: 0.11s; }
.atm-dock.is-open .atm-dock__item:nth-child(5) { animation-delay: 0.14s; }
.atm-dock.is-open .atm-dock__item:nth-child(6) { animation-delay: 0.17s; }
.atm-dock.is-open .atm-dock__item:nth-child(7) { animation-delay: 0.2s; }
.atm-dock.is-open .atm-dock__item:nth-child(8) { animation-delay: 0.23s; }

@keyframes atmDockIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 560px) {
  .atm-dock {
    left: 12px;
    bottom: 12px;
  }

  .atm-dock__item,
  .atm-dock__toggle {
    width: 48px;
    height: 48px;
  }

  .atm-dock__toggle {
    width: 52px;
    height: 52px;
  }
}

body.atm-site .e-con.atm-cal-page {
  position: relative;
  z-index: 2;
}

.atm-cal {
  font-family: var(--atm-font);
}

.atm-cal__finder {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(0, 82, 151, 0.14);
  padding: 28px 28px 24px;
  margin-top: -56px;
  text-align: center;
}

.atm-cal__kicker {
  margin: 0 0 6px;
  color: var(--atm-celeste);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atm-cal__finder h2,
.atm-cal__intro h2 {
  margin: 0 0 8px;
  color: var(--atm-azul);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.atm-cal__finder p,
.atm-cal__intro p,
.atm-cal__notes p,
.atm-cal__poster figcaption {
  margin: 0;
  color: var(--atm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.atm-cal__plate {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 18px 0 16px;
  padding: 10px 18px;
  background: #0b1b4d;
  color: #fff;
  border-radius: 10px;
  border: 3px solid var(--atm-amarillo);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.atm-cal__plate-sep {
  opacity: 0.55;
  margin: 0 4px;
}

.atm-cal__plate strong {
  min-width: 1.1em;
  color: var(--atm-amarillo);
}

.atm-cal__digits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.atm-cal__digit {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(0, 82, 151, 0.16);
  background: #fff !important;
  color: var(--atm-azul) !important;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.atm-cal__digit:hover,
.atm-cal__digit:focus-visible,
.atm-cal__digit.is-active {
  background: var(--atm-amarillo) !important;
  border-color: var(--atm-amarillo);
  color: var(--atm-azul) !important;
}

.atm-cal__result {
  min-height: 44px;
  color: var(--atm-texto) !important;
}

.atm-cal__result strong {
  color: var(--atm-azul);
}

.atm-cal__intro {
  text-align: center;
  max-width: 720px;
  margin: 48px auto 28px;
}

.atm-cal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.atm-cal__month {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  padding: 22px 16px;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.atm-cal__month.is-active {
  border-color: var(--atm-amarillo);
  box-shadow: 0 14px 30px rgba(243, 179, 26, 0.28);
  transform: translateY(-3px);
}

.atm-cal__month.is-all {
  background: linear-gradient(180deg, #e8f6fc 0%, #fff 48%);
}

.atm-cal__month.is-late {
  background: var(--atm-azul);
  color: #fff;
  border-color: transparent;
}

.atm-cal__month-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--atm-azul);
}

.atm-cal__month.is-late .atm-cal__month-name,
.atm-cal__month.is-late .atm-cal__caption {
  color: rgba(255, 255, 255, 0.82);
}

.atm-cal__badge {
  display: block;
  margin: 10px 0 6px;
  color: var(--atm-azul);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.atm-cal__month.is-all .atm-cal__badge {
  font-size: 28px;
  color: var(--atm-celeste);
}

.atm-cal__month.is-late .atm-cal__badge {
  color: var(--atm-amarillo);
  font-size: 22px;
  letter-spacing: 0.02em;
}

.atm-cal__caption {
  font-size: 13px;
  color: var(--atm-muted);
}

.atm-cal__notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 36px;
}

.atm-cal__notes article {
  background: #f4f8fb;
  border-radius: 16px;
  padding: 20px 18px;
}

.atm-cal__notes strong {
  display: block;
  margin-bottom: 6px;
  color: var(--atm-azul);
  font-size: 15px;
}

.atm-cal__poster {
  margin: 0 0 12px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.atm-cal__poster img {
  display: block;
  width: 100%;
  height: auto;
}

.atm-cal__poster figcaption {
  padding: 12px 16px 16px;
  text-align: center;
}

.atm-cal__poster a {
  font-weight: 600;
}

@media (max-width: 900px) {
  .atm-cal__grid,
  .atm-cal__notes {
    grid-template-columns: repeat(2, 1fr);
  }

  .atm-cal__finder {
    padding: 22px 18px 18px;
  }
}

@media (max-width: 560px) {
  .atm-cal__grid,
  .atm-cal__notes {
    grid-template-columns: 1fr;
  }

  .atm-cal__finder h2,
  .atm-cal__intro h2 {
    font-size: 22px;
  }

  .atm-cal__plate {
    font-size: 22px;
  }
}

body.atm-site .e-con.atm-tasas-page {
  position: relative;
  z-index: 2;
}

.atm-tasas {
  font-family: var(--atm-font);
}

.atm-tasas__finder {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(0, 82, 151, 0.14);
  padding: 28px 28px 24px;
  margin-top: -56px;
  text-align: center;
}

.atm-tasas__finder h2 {
  margin: 0 0 8px;
  color: var(--atm-azul);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.atm-tasas__finder > p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--atm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.atm-tasas__search {
  max-width: 640px;
  margin: 18px auto 12px;
}

.atm-tasas__search input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(0, 82, 151, 0.16);
  border-radius: 999px;
  padding: 0 22px;
  background: #f7fbfe;
  color: var(--atm-texto);
  font-family: var(--atm-font);
  font-size: 15px;
}

.atm-tasas__search input:focus {
  outline: 2px solid var(--atm-celeste);
  outline-offset: 2px;
  background: #fff;
}

.atm-tasas__result {
  min-height: 22px;
  margin: 0;
  color: var(--atm-azul);
  font-size: 13px;
  font-weight: 600;
}

.atm-tasas__cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 28px;
}

.atm-tasas__cats button {
  border: 1px solid rgba(0, 82, 151, 0.16);
  background: #fff !important;
  color: var(--atm-azul) !important;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: var(--atm-font);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.atm-tasas__cats button:hover,
.atm-tasas__cats button:focus-visible,
.atm-tasas__cats button.is-active {
  background: var(--atm-amarillo) !important;
  border-color: var(--atm-amarillo);
  color: var(--atm-azul) !important;
}

.atm-tasas__group {
  margin-bottom: 28px;
}

.atm-tasas__group[hidden],
.atm-tasas__empty[hidden] {
  display: none;
}

.atm-tasas__group-head {
  margin: 0 0 12px;
}

.atm-tasas__group-head h3 {
  margin: 0 0 4px;
  color: var(--atm-azul);
  font-size: 22px;
  font-weight: 700;
}

.atm-tasas__group-head p {
  margin: 0;
  color: var(--atm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.atm-tasas__tablewrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.atm-tasas__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.atm-tasas__table th,
.atm-tasas__table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 82, 151, 0.08);
  font-size: 14px;
  vertical-align: top;
}

.atm-tasas__table th {
  background: var(--atm-azul);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

.atm-tasas__table tbody tr:last-child td {
  border-bottom: 0;
}

.atm-tasas__table tbody tr:hover td {
  background: #f7fbfe;
}

.atm-tasas__table .is-code {
  color: var(--atm-celeste);
  font-weight: 700;
  white-space: nowrap;
}

.atm-tasas__table .is-price {
  font-weight: 700;
  color: var(--atm-azul);
  white-space: nowrap;
}

.atm-tasas__empty {
  margin: 0 0 28px;
  padding: 22px;
  background: #f4f8fb;
  border-radius: 16px;
  text-align: center;
  color: var(--atm-muted);
}

.atm-tasas__notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 8px 0 36px;
}

.atm-tasas__notes article {
  background: #f4f8fb;
  border-radius: 16px;
  padding: 20px 18px;
}

.atm-tasas__notes strong {
  display: block;
  margin-bottom: 6px;
  color: var(--atm-azul);
  font-size: 15px;
}

.atm-tasas__notes p {
  margin: 0;
  color: var(--atm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.atm-tasas__pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.atm-tasas__pdf > div {
  padding: 32px 28px;
}

.atm-tasas__pdf h3 {
  margin: 0 0 8px;
  color: var(--atm-azul);
  font-size: 24px;
}

.atm-tasas__pdf p {
  margin: 0 0 18px;
  color: var(--atm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.atm-tasas__download,
.atm-tasas__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
}

.atm-tasas__download {
  background: var(--atm-amarillo);
  color: var(--atm-azul) !important;
}

.atm-tasas__ghost {
  border: 1px solid rgba(0, 82, 151, 0.2);
  color: var(--atm-azul) !important;
}

@media (max-width: 900px) {
  .atm-tasas__notes,
  .atm-tasas__pdf {
    grid-template-columns: 1fr;
  }

  .atm-tasas__finder {
    padding: 22px 18px 18px;
  }
}

@media (max-width: 560px) {
  .atm-tasas__finder h2 {
    font-size: 22px;
  }

  .atm-tasas__cats {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .atm-tasas__cats button {
    flex: 0 0 auto;
  }
}

body.atm-site .e-con.atm-term-page {
  position: relative;
  z-index: 2;
}

.atm-term {
  font-family: var(--atm-font);
}

.atm-term__facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(0, 82, 151, 0.14);
  padding: 22px 18px;
  margin-top: -56px;
  text-align: center;
}

.atm-term__facts strong {
  display: block;
  color: var(--atm-azul);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.atm-term__facts span {
  display: block;
  margin-top: 6px;
  color: var(--atm-muted);
  font-size: 13px;
  font-weight: 600;
}

.atm-term__intro {
  text-align: center;
  max-width: 760px;
  margin: 40px auto 18px;
}

.atm-term__intro h2 {
  margin: 0 0 8px;
  color: var(--atm-azul);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.atm-term__intro p,
.atm-term__copy p,
.atm-term__cards p,
.atm-term__place p {
  margin: 0;
  color: var(--atm-muted);
  font-size: 14px;
  line-height: 1.6;
}

.atm-term__copy {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
  display: grid;
  gap: 12px;
}

.atm-term__photos {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 210px 210px;
  gap: 14px;
  margin-bottom: 28px;
}

.atm-term__photos figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #e8eef4;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  min-height: 0;
  height: 100%;
}

.atm-term__photos .is-featured {
  grid-row: 1 / span 2;
}

.atm-term__photos a,
.atm-term__photos img {
  display: block;
  width: 100%;
  height: 100%;
}

body.atm-site .atm-term__photos img {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  max-width: none;
}

.atm-term__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.atm-term__cards article {
  background: #f4f8fb;
  border-radius: 16px;
  padding: 20px 18px;
}

.atm-term__cards strong,
.atm-term__place strong {
  display: block;
  margin-bottom: 6px;
  color: var(--atm-azul);
  font-size: 15px;
}

.atm-term__place {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  margin-bottom: 28px;
}

.atm-term__place > div,
.atm-term__place aside {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  padding: 28px;
}

.atm-term__place h3 {
  margin: 0 0 8px;
  color: var(--atm-azul);
  font-size: 24px;
}

.atm-term__place > div p {
  margin-bottom: 18px;
}

.atm-term__place aside p {
  margin-bottom: 12px;
}

.atm-term__place aside a {
  font-weight: 600;
}

@media (max-width: 900px) {
  .atm-term__facts,
  .atm-term__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .atm-term__photos,
  .atm-term__place {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .atm-term__photos {
    grid-template-rows: none;
  }

  .atm-term__photos .is-featured {
    grid-row: auto;
  }

  .atm-term__photos figure {
    height: 220px;
  }
}

@media (max-width: 560px) {
  .atm-term__facts {
    grid-template-columns: 1fr 1fr;
    padding: 18px 12px;
  }

  .atm-term__intro h2 {
    font-size: 22px;
  }

  .atm-term__facts strong {
    font-size: 22px;
  }

  .atm-term__cards {
    grid-template-columns: 1fr;
  }
}

body.atm-site .e-con.atm-ev-page {
  position: relative;
  z-index: 2;
}

.atm-ev {
  font-family: var(--atm-font);
}

.atm-ev__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.atm-ev__card {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 82, 151, 0.08);
}

.atm-ev.is-ready .atm-ev__card.is-more {
  display: none;
}

.atm-ev.is-expanded .atm-ev__card.is-more {
  display: flex;
}

.atm-ev__media {
  position: relative;
  display: block;
  height: 248px;
  overflow: hidden;
  background-color: #d7e4f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.atm-site .elementor .atm-ev__media img,
body.atm-site .atm-ev__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center;
  transition: transform 0.45s ease;
}

.atm-ev__card:hover .atm-ev__media img {
  transform: scale(1.04);
}

.atm-ev__card figcaption {
  padding: 14px 16px 18px;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  color: var(--atm-texto);
}

.atm-ev__more {
  display: flex;
  justify-content: center;
  margin: 28px 0 8px;
}

.atm-ev.is-ready:not(.is-expanded) .atm-ev__more {
  display: flex;
}

.atm-ev:not(.is-ready) .atm-ev__more,
.atm-ev.is-expanded .atm-ev__more {
  display: none;
}

.atm-ev__more-btn {
  appearance: none;
  border: 0;
  background: var(--atm-azul);
  color: #fff;
  font-family: var(--atm-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 13px 26px;
  border-radius: 8px;
  cursor: pointer;
}

.atm-ev__more-btn:hover,
.atm-ev__more-btn:focus {
  background: #003d73;
  color: #fff;
}

.atm-ev__videos {
  margin-top: 48px;
}

.atm-ev__videos h2 {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 600;
  color: var(--atm-texto);
}

.atm-ev__videos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.atm-ev__video {
  position: relative;
  height: 196px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #12324f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.atm-site .elementor .atm-ev__video img,
body.atm-site .elementor .atm-ev__video iframe,
body.atm-site .elementor .atm-ev__video video,
body.atm-site .atm-ev__video img,
body.atm-site .atm-ev__video iframe,
body.atm-site .atm-ev__video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  border: 0;
}

.atm-ev__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.atm-ev__play span {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--atm-azul);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0, 20, 40, 0.22);
}

.atm-ev__play svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  margin-left: 3px;
}

.atm-ev__play:hover span,
.atm-ev__play:focus span {
  background: #fff;
  color: var(--atm-celeste);
}

.atm-ev__lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 28px 20px;
  background: rgba(0, 24, 48, 0.9);
}

.atm-ev__lightbox[hidden] {
  display: none;
}

body.atm-ev-lock {
  overflow: hidden;
}

.atm-ev__lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 78vh;
  width: auto;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 12px;
}

.atm-ev__lightbox p {
  margin: 0;
  max-width: 720px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.atm-ev__lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.atm-ev__lightbox-close svg {
  width: 22px;
  height: 22px;
}

.atm-ev__lightbox-close:hover,
.atm-ev__lightbox-close:focus {
  background: var(--atm-amarillo);
  color: var(--atm-azul);
}

@media (max-width: 900px) {
  .atm-ev__grid,
  .atm-ev__videos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .atm-ev__videos h2 {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .atm-ev__grid,
  .atm-ev__videos-grid {
    grid-template-columns: 1fr;
  }

  .atm-ev__card figcaption {
    font-size: 13px;
  }
}

body.atm-site .e-con.atm-tr-page,
body.atm-site .e-con.atm-ct-page,
body.atm-site .e-con.atm-tk-page,
body.atm-site .e-con.atm-enc-page,
body.atm-site .e-con.atm-encuesta-hero {
  position: relative;
  z-index: 2;
  --content-width: 1140px;
}

body.atm-site .e-con.atm-tr-page,
body.atm-site .e-con.atm-ct-page,
body.atm-site .e-con.atm-tk-page {
  padding-top: 72px !important;
  padding-bottom: 88px !important;
}

body.atm-site .e-con.atm-tr-page.e-con-boxed > .e-con-inner,
body.atm-site .e-con.atm-ct-page.e-con-boxed > .e-con-inner,
body.atm-site .e-con.atm-tk-page.e-con-boxed > .e-con-inner,
body.atm-site .e-con.atm-enc-page.e-con-boxed > .e-con-inner {
  max-width: min(1140px, 100%) !important;
  width: 100%;
}

.atm-tr {
  font-family: var(--atm-font);
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0 32px;
  scroll-margin-top: 120px;
}

.atm-tr .atm-cal__kicker {
  text-align: center;
}

.atm-tr > h2 {
  margin: 0 auto 12px;
}

.atm-tr__lead {
  max-width: 680px;
  margin: 0 auto 36px;
  color: var(--atm-muted);
}

.atm-tr__years {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 28px;
}

.atm-tr__years button {
  appearance: none;
  border: 0;
  background-color: #005297 !important;
  background-image: none !important;
  color: #fff !important;
  font-family: var(--atm-font);
  font-weight: 600;
  font-size: 15px;
  min-width: 88px;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.atm-tr__years button:hover {
  filter: brightness(1.08);
}

body.atm-site .atm-tr .atm-tr__years button.is-active,
body.atm-site .atm-tr .atm-tr__years button[aria-selected="true"] {
  background-color: #f3b31a !important;
  color: #005297 !important;
}

.atm-tr__panel[hidden] {
  display: none !important;
}

.atm-tr__acc {
  background: #fff;
  border: 1px solid rgba(0, 82, 151, 0.12);
  border-radius: 12px;
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
}

.atm-tr__acc-btn {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  font-family: var(--atm-font);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  height: auto;
  min-height: 0;
  white-space: normal !important;
  background: #f4f8fb !important;
  color: var(--atm-azul) !important;
}

.atm-tr__acc-btn span {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal !important;
  overflow: visible;
  text-overflow: unset;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.atm-tr__acc-btn em {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--atm-azul);
  border-radius: 999px;
  min-width: 22px;
  padding: 2px 8px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.atm-tr__chev {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
  flex: 0 0 8px;
  margin-top: 8px;
}

.atm-tr__acc.is-open .atm-tr__acc-btn {
  background: #005297 !important;
  color: #fff !important;
}

.atm-tr__acc.is-open .atm-tr__acc-btn em {
  background: var(--atm-amarillo);
  color: var(--atm-azul);
}

.atm-tr__acc.is-open .atm-tr__chev {
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .atm-tr__acc-btn {
    padding: 12px 14px;
    gap: 10px;
    font-size: 14px;
  }

  .atm-rd__list .atm-tr__acc-btn {
    padding: 10px 14px 10px 0;
  }

  .elementor-accordion-title,
  .elementor-tab-title,
  .e-n-accordion-item-title,
  .e-n-accordion-item-title-text {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    overflow-wrap: anywhere;
    height: auto !important;
    line-height: 1.35;
  }
}

.atm-tr__fold {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.atm-tr__acc.is-open .atm-tr__fold {
  grid-template-rows: 1fr;
}

.atm-tr__fold-inner {
  overflow: hidden;
}

.atm-tr__body {
  padding: 8px 8px 14px;
}

.atm-tr__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.atm-tr__body li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 82, 151, 0.08);
}

.atm-tr__body li:last-child {
  border-bottom: 0;
}

.atm-tr__body strong {
  flex: 1 1 280px;
  font-size: 14px;
}

.atm-tr__body small {
  flex: 1 1 100%;
  color: var(--atm-muted);
  font-size: 12px;
}

.atm-tr__body span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.atm-tr__file,
.atm-tr__ghost {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.atm-tr__file {
  background: var(--atm-amarillo);
  color: var(--atm-azul) !important;
}

.atm-tr__file.is-empty {
  background: transparent;
  color: #5b6775 !important;
  font-weight: 500;
  padding: 0;
  cursor: default;
}

.atm-tr__ghost {
  border: 1px solid rgba(0, 82, 151, 0.2);
  color: var(--atm-azul) !important;
}

.atm-tr__grid li {
  display: grid;
  grid-template-columns: minmax(160px, 1.3fr) minmax(140px, 1fr) minmax(150px, 1fr);
  align-items: center;
  gap: 8px 16px;
}

.atm-tr__grid li strong,
.atm-tr__grid li .atm-tr__file,
.atm-tr__grid li .atm-tr__ghost {
  flex: none;
}

.atm-tr__grid li strong small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #5b6775;
}

.atm-rd__empty {
  margin: 0;
  color: #5b6775;
  font-size: 14px;
}

.atm-rd {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 28px 32px;
  text-align: left;
  align-items: start;
}

.atm-rd__list h3 {
  margin: 0 0 16px;
  color: var(--atm-azul);
  font-size: 18px;
  font-weight: 600;
}

.atm-rd__list .atm-tr__acc {
  margin: 0;
  border-radius: 0;
  border-color: #d9e3ec;
}

.atm-rd__list .atm-tr__acc + .atm-tr__acc {
  border-top: 0;
}

.atm-rd__list .atm-tr__acc:first-child {
  border-radius: 8px 8px 0 0;
}

.atm-rd__list .atm-tr__acc:last-child {
  border-radius: 0 0 8px 8px;
}

.atm-rd__list .atm-tr__acc-btn {
  background: #fff !important;
  color: #1f3b57 !important;
  font-weight: 500;
  min-height: 58px;
  height: auto;
  align-items: center;
  padding: 10px 18px 10px 0;
}

.atm-rd__list .atm-tr__acc-btn::before {
  content: "";
  flex: 0 0 58px;
  align-self: stretch;
  background: var(--atm-azul) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m8 11 4 4 4-4'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / 22px no-repeat;
}

.atm-rd__list .atm-tr__acc.is-open .atm-tr__acc-btn {
  background: #fff !important;
  color: #1f3b57 !important;
}

.atm-rd__list .atm-tr__acc-btn em {
  display: none;
}

.atm-rd__list .atm-tr__chev {
  width: 14px;
  height: 14px;
  border: 0;
  transform: none;
  position: relative;
  flex: 0 0 14px;
}

.atm-rd__list .atm-tr__chev::before,
.atm-rd__list .atm-tr__chev::after {
  content: "";
  position: absolute;
  background: var(--atm-azul);
  border-radius: 1px;
}

.atm-rd__list .atm-tr__chev::before {
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}

.atm-rd__list .atm-tr__chev::after {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}

.atm-rd__list .atm-tr__acc.is-open .atm-tr__chev {
  transform: none;
}

.atm-rd__list .atm-tr__acc.is-open .atm-tr__chev::after {
  display: none;
}

.atm-rd__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #12324f center/cover no-repeat;
}

body.atm-site .elementor .atm-rd__media img,
body.atm-site .atm-rd__media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

.atm-rd__media .atm-ev__play {
  z-index: 1;
}

.atm-rd__media.is-empty {
  display: grid;
  place-items: center;
  background: #f4f8fb;
  color: var(--atm-muted);
  padding: 20px;
  aspect-ratio: auto;
  min-height: 180px;
}

.atm-rd__media img,
.atm-rd__media iframe,
.atm-rd__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

body.atm-site .atm-rd__media img,
body.atm-site .atm-rd__media iframe,
body.atm-site .atm-rd__media video {
  height: 100% !important;
  max-width: none !important;
}

@media (max-width: 640px) {
  .atm-tr__body li {
    flex-direction: column;
    align-items: flex-start;
  }

  .atm-tr__grid li,
  .atm-rd {
    grid-template-columns: 1fr;
  }
}

body.atm-site .e-con.atm-encuesta-hero,
body.atm-site .e-con.atm-enc-page {
  background: #eef6fb;
}

body.atm-site .e-con.atm-enc-page {
  padding-top: 12px !important;
  padding-bottom: 24px !important;
}

body.atm-site .atm-encuesta-hero .elementor-widget-image {
  max-width: 100%;
}

body.atm-site .atm-encuesta-hero .elementor-widget-image img {
  height: auto;
  max-width: 100%;
  display: block;
  margin-inline: auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 82, 151, 0.12);
}

body.atm-site .e-con.atm-enc-thanks-wrap {
  background: #eef6fb;
}

body.atm-site .atm-enc-thanks .elementor-widget-image {
  max-width: 100%;
}

body.atm-site .atm-enc-thanks .elementor-widget-image img {
  height: auto;
  max-width: 100%;
  display: block;
  margin-inline: auto;
}

.atm-enc {
  font-family: var(--atm-font);
}

.atm-enc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.atm-enc__q {
  margin: 0;
  padding: 20px 20px 16px;
  border: 1px solid rgba(0, 82, 151, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 82, 151, 0.06);
  min-width: 0;
}

.atm-enc__q--full {
  grid-column: 1 / -1;
}

.atm-enc__q legend {
  float: left;
  width: 100%;
  padding: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--atm-azul);
  line-height: 1.35;
}

.atm-enc__req {
  color: #c0392b;
}

.atm-enc__opts {
  display: grid;
  gap: 6px;
  clear: both;
}

.atm-enc__form .atm-enc__opts label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--atm-texto);
  cursor: pointer;
}

.atm-enc__form .atm-enc__opts input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  accent-color: var(--atm-azul);
  border: 0;
  box-shadow: none;
}

.atm-enc__form textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  clear: both;
}

.atm-enc__note {
  margin: 4px 0 0;
  color: var(--atm-muted);
  font-size: 14px;
}

@media (max-width: 780px) {
  .atm-enc__grid {
    grid-template-columns: 1fr;
  }
}

body.atm-site .e-con.atm-mat-page {
  position: relative;
  z-index: 2;
  --content-width: 1140px;
  padding-top: 56px !important;
  padding-bottom: 48px !important;
}

body.atm-site .e-con.atm-mat-page.e-con-boxed > .e-con-inner {
  max-width: min(1140px, 100%) !important;
  width: 100%;
}

.atm-mat {
  font-family: var(--atm-font);
  max-width: 900px;
  margin: 0 auto;
}

.atm-mat .atm-tr__acc-btn em {
  background: var(--atm-azul);
  color: #fff;
  order: 0;
}

.atm-mat .atm-tr__acc-btn span {
  order: 1;
}

.atm-mat .atm-tr__chev {
  order: 2;
}

.atm-mat--codes .atm-tr__acc-btn em {
  min-width: 52px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.atm-mat .atm-tr__acc.is-open .atm-tr__acc-btn em {
  background: var(--atm-amarillo);
  color: var(--atm-azul);
}

.atm-mat .atm-tr__body {
  padding: 6px 18px 20px;
}

.atm-mat__kicker {
  margin: 8px 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--atm-celeste);
}

.atm-mat__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.atm-mat .atm-tr__body .atm-mat__list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 82, 151, 0.08);
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--atm-texto);
}

.atm-mat .atm-tr__body .atm-mat__list li:last-child {
  border-bottom: 0;
}

.atm-mat .atm-tr__body .atm-mat__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--atm-amarillo);
  flex: 0 0 8px;
}

.atm-mat .atm-tr__body a {
  color: var(--atm-azul);
  font-weight: 600;
  text-decoration: underline;
}

.atm-mat__note {
  margin: 12px 0 0;
  padding: 12px 14px;
  background: #eef6fb;
  border-left: 3px solid var(--atm-amarillo);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--atm-texto);
}

.atm-mat__group {
  margin: 28px 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--atm-azul);
}

.atm-mat__group:first-child {
  margin-top: 4px;
}

.atm-mat__lead {
  margin: 4px 0 8px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--atm-texto);
}

.atm-mat .atm-tr__file {
  margin-top: 6px;
}

body.atm-popup-lock {
  overflow: hidden;
}

.atm-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.atm-popup[hidden] {
  display: none !important;
}

.atm-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 32, 64, 0.72);
}

.atm-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  max-height: min(78vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 32, 64, 0.28);
}

.atm-popup__media {
  display: block;
  line-height: 0;
}

.atm-popup__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70vh, 560px);
  object-fit: contain;
}

body.atm-site .atm-popup__close,
body.atm-site .atm-popup__close:hover,
body.atm-site .atm-popup__close:focus,
body.atm-site .atm-popup__close:active {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  border: 0 !important;
  background: #fff !important;
  color: var(--atm-azul) !important;
  box-shadow: 0 4px 14px rgba(0, 48, 90, 0.18);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 767px) {
  .atm-popup {
    padding: 12px;
    align-items: flex-start;
    padding-top: 56px;
  }

  .atm-popup__dialog {
    max-height: calc(100vh - 72px);
  }
}

.atm-pagehero .atm-kicker a {
  color: var(--atm-amarillo);
  text-decoration: none;
}

.atm-pagehero .atm-kicker a:hover,
.atm-pagehero .atm-kicker a:focus {
  color: #fff;
}

.atm-article__date {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 500;
}

.atm-article {
  width: min(820px, calc(100% - 32px));
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 0 72px;
  text-align: center;
}

.atm-article__media {
  margin: 0 auto 28px;
}

.atm-article__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 48, 90, 0.12);
}

.atm-article__body {
  color: #334155;
  font-size: 16.5px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}

.atm-article__body > *:first-child {
  margin-top: 0;
}

.atm-article__body p {
  margin: 0 0 1.15em;
  text-align: justify !important;
  text-justify: inter-word;
}

.atm-article__body h2,
.atm-article__body h3,
.atm-article__body h4 {
  text-align: center;
  color: var(--atm-azul);
}

.atm-article__body img,
.atm-article__body .wp-caption,
.atm-article__body figure {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.atm-article__body img {
  border-radius: 12px;
}

.atm-article__body .elementor-widget-spacer,
.atm-article__body .elementor-widget-post-navigation,
.atm-article__body .elementor-post-navigation,
.atm-article [class*="post-navigation"],
.atm-article a[rel="prev"],
.atm-article a[rel="next"],
body.atm-site.single-post .elementor-post-navigation,
body.atm-site.single-post .elementor-widget-post-navigation,
.atm-article__body .elementor-section:not(:has(img, p, h1, h2, h3, h4, li, iframe, video, table)) {
  display: none !important;
}

.atm-article__body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.atm-share {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 82, 151, 0.12);
  text-align: center;
}

.atm-share__label {
  margin: 0 0 14px;
  color: var(--atm-azul);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.atm-share__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

body.atm-site .atm-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: 0 !important;
  border-radius: 999px;
  background: var(--atm-azul) !important;
  color: #fff !important;
  font-family: var(--atm-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}

body.atm-site .atm-share__btn[hidden] {
  display: none !important;
}

body.atm-site .atm-share__btn:hover,
body.atm-site .atm-share__btn:focus {
  background: var(--atm-celeste) !important;
  color: #fff !important;
}

.atm-share__btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.atm-share__btn.is-copied {
  background: #0f766e !important;
}

.atm-article__back {
  margin: 28px 0 0;
  text-align: center;
}

.atm-article__back a {
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .atm-article {
    width: min(820px, calc(100% - 32px));
    padding: 24px 0 56px;
  }

  .atm-article__body,
  .atm-article__body p {
    font-size: 15.5px;
    text-align: left !important;
  }

  body.atm-site .atm-share__btn {
    font-size: 12px;
    padding: 8px 12px;
  }
}
