:root{
  --color-orange:#FF7200;
  --color-black:#000000;
  --color-white:#FFFFFF;
  --color-gray:#4D4D4D;
  --color-header:#41413E;
  --color-footer:#272623;
  --color-text:#BAB9B5;
  --container:1362px;
  --font-main:'INTL Text Office';
  --font-header:'INTL Headline Office';
}
@font-face {
    font-family: 'INTL Headline Office';
    src: url('../fonts/INTLHeadlineOffice-Bold.woff2') format('woff2'),
        url('../fonts/INTLHeadlineOffice-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Headline Office';
    src: url('../fonts/INTLHeadlineOffice-Light.woff2') format('woff2'),
        url('../fonts/INTLHeadlineOffice-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Headline Office';
    src: url('../fonts/INTLHeadlineOffice-Bold_1.woff2') format('woff2'),
        url('../fonts/INTLHeadlineOffice-Bold_1.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Headline Office';
    src: url('../fonts/INTLHeadlineOffice-Light_1.woff2') format('woff2'),
        url('../fonts/INTLHeadlineOffice-Light_1.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Headline Office';
    src: url('../fonts/INTLHeadlineOffice-Medium.woff2') format('woff2'),
        url('../fonts/INTLHeadlineOffice-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Headline Office';
    src: url('../fonts/INTLHeadlineOffice-Regular.woff2') format('woff2'),
        url('../fonts/INTLHeadlineOffice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Text Office';
    src: url('../fonts/INTLTextOffice-Bold.woff2') format('woff2'),
        url('../fonts/INTLTextOffice-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Text Office';
    src: url('../fonts/INTLTextOffice-Light.woff2') format('woff2'),
        url('../fonts/INTLTextOffice-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Text Office';
    src: url('../fonts/INTLTextOffice-Medium.woff2') format('woff2'),
        url('../fonts/INTLTextOffice-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'INTL Text Office';
    src: url('../fonts/INTLTextOffice-Regular.woff2') format('woff2'),
        url('../fonts/INTLTextOffice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ll79es');
  src:  url('../fonts/icomoon.eot?ll79es#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ll79es') format('truetype'),
    url('../fonts/icomoon.woff?ll79es') format('woff'),
    url('../fonts/icomoon.svg?ll79es#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
  color: #fff;
}
.icon-close:before {
  content: "\e902";
}
.icon-external:before {
  content: "\e903";
  color: #bab9b5;
}
.icon-facebook .path1:before {
  content: "\e904";
  color: rgb(186, 185, 181);
}
.icon-facebook .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(39, 38, 35);
}
.icon-instagram:before {
  content: "\e906";
  color: #bab9b5;
}
.icon-mail:before {
  content: "\e907";
}
.icon-map:before {
  content: "\e908";
}
.icon-marker:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-play:before {
  content: "\e90b";
}
.icon-whatsapp:before {
  content: "\e90c";
}

*{box-sizing:border-box}
h1, h2, h3, h4, h5, h6{padding: 0; margin: 0;}
html{scroll-behavior:smooth; background: var(--color-white);}
body{
  margin:0;
  font-family:var(--font-main);
  font-weight:300;
  color:var(--color-black);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.site-header {
  height: inherit;
  padding: 27px 0;
}
.container{
  max-width: var(--container);
  width: 100%;
  padding: 0 30px;
  margin: auto;
  position: relative;
  z-index: 1;
}
header.site-header{
  position: relative;
}
header.site-header:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-header);
  z-index: 0;
}
.site-header .brand{
  max-width: 254px;
  display: block;
  margin: 0 auto;
}
.site-header .brand img,
.site-footer .brand img{
  width: 100%;
  height: auto;
}

.site-header.general .header-inner {
    display: grid;
    grid-template-columns: minmax(200px, 254px) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
}

.header-actions {
    display: grid;
    grid-template-columns:
        minmax(228px, 163px)
        minmax(228px, 163px)
        minmax(67px, 67px);
    align-items: center;
    justify-content: end;
    gap: 13px;
}

.header-actions__item {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.header-actions__item img {
    display: block;
    width: 100%;
    height: auto;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.header-actions__item:hover img {
    transform: translateY(-2px);
    opacity: 0.9;
}

.header-actions__item--sedes {
    width: 67px;
}

@media (max-width: 991px) {
    .site-header .header-inner {
        grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
        gap: 25px;
    }

    .header-actions {
        grid-template-columns:
            minmax(120px, 145px)
            minmax(120px, 145px)
            44px;
        gap: 10px;
    }

    .header-actions__item--sedes {
        width: 44px;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-header .header-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 18px;
    }

    .site-header .brand {
        max-width: 220px;
        margin: 0 auto;
    }

    .header-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) 45px;
        justify-content: center;
        width: 100%;
        max-width: 390px;
        gap: 8px;
    }

    .header-actions__item--sedes {
        width: 45px;
    }
}
@media (max-width: 640px) {
    .header-actions__item--sedes {
        width: 32px;
    }
    .site-header .brand{
      max-width: 190px;
    }
}

/**/

.banner_hero_home{
  padding-top: 65px;
  padding-bottom: 107px;
  text-align: center;
}
.banner_hero_home h1{
  font-size: 50px;
  color: var(--color-white);
  padding: 0;
  margin-bottom: 38px;
  text-align: center;
}
.banner_hero_home h2{
  font-size: 40px;
  color: var(--color-white);
  padding: 0;
  margin: 0;
}
.banner_hero_home span{
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: var(--color-black);
}
.banner_hero_home {
    width: 100%;
    background-image: var(--bg-desktop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .banner_hero_home {
        background-image: var(--bg-responsive);
    }
    .banner_hero_home h1{
      font-size: 42px;
    }
    .banner_hero_home h2{
      font-size: 30px;
    }   
}
.grid_card_hero_home {
  width: 100%;
  max-width: 1548px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin-bottom: 354px;
}

.card_item {
  width: 100%;
  min-width: 0;
}

@media (max-width: 1024px) {
  .grid_card_hero_home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .grid_card_hero_home {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

footer.site-footer{
  background-color: var(--color-footer);
  color: var(--color-text);
}

.grid_column_footer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px;
    padding: 138px 0;
}

@media (max-width: 1200px) {
    .grid_column_footer {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .grid_column_footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .grid_column_footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.content_copyright{
  position: relative;
  padding: 40px 0;
  text-align: right;
}
.content_copyright p{
  padding: 0;
  margin: 0;
  font-family: var(--font-main);
  font-size: 18px;
  color: var(--color-text);
}
.content_copyright:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #D9D9D9;
}
.widget-container .widget-title{
  font-family: var(--font-main);
  font-size: 20px;
  margin-bottom: 23px;
}

footer.site-footer .menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer .menu .menu-item{
  font-family: var(--font-main);
  margin-bottom: 12px;
  font-size: 18px;
}
footer.site-footer .menu .menu-item a{
  color: var(--color-text);
  position: relative;
  transition: 0.3s ease-in-out; 
}
footer.site-footer .menu .menu-item:hover a,
footer.site-footer .menu .current-menu-item a{
  color: var(--color-white);
}

footer.site-footer .menu .link_external a:after{
  content: "\e903";
  font-family: 'icomoon' !important;
  margin-left: 12px;
}
.grid_column_footer .widget_media_image img{
  display: block;
  max-width: 254px !important;
  height: auto;
}

.social_media{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.social_media li{
  margin-right: 11px;
}
.social_media li a{
  display: block;
  width: 29px;
  height: 29px;
}
.social_media li a .icon-instagram,
.social_media li a .icon-facebook{
  font-size: 29px;
}

.wp-page-content{
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--color-black);
  padding: 120px 0;
}
.single-post .wp-page-content{
  padding-top: 0;
  padding-bottom: 70px;
}
.single-post .wp-page-content h1{
  font-family: var(--font-header);
  font-size: 40px;
  color: var(--color-orange);
}
.wp-page-content h1{
  font-size: 30px;
  margin-bottom: 50px;
}
.wp-page-content h2{
  font-size: 20px;
  margin-bottom: 20px;
}
.wp-page-content p{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.wp-page-content a{
  color: var(--color-orange);
  text-decoration: underline;
}
.wp-block-banner-blog{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 486px;
}
.wp-block-header-single{
  padding-top: 70px;
  padding-bottom: 40px;
}

.btn_line_orange{
  border: solid 1px var(--color-orange);
  border-radius: 5px;
  line-height: 46px;
  width: 108px;
  color: var(--color-orange);
  font-family: var(--font-main);
  font-size: 16px;
  display: block;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.btn_line_orange:hover{
  background-color: var(--color-orange);
  color: var(--color-white);
}

.post-categories {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-family: var(--font-main);
}

.post-categories a.item_category {
    color: var(--color-black);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 16px;
}

.post-categories a.item_category:hover {
    color: var(--color-gray);
}

.post-categories__separator {
    color: #111;
    font-weight: 500;
}

.wp-block-grid-content{
    display:grid;
    grid-template-columns:minmax(0,1fr) 440px;
    gap:70px;
    align-items:start;
}

.wp-block-grid-content__content{
    min-width:0;
}

.wp-block-grid-content__sidebar{
    min-width:0;
    padding-left:64px;
    border-left:1px solid #D9D9D9;

    position:sticky;
    top:30px; /* opcional */
}

.wp-block-grid-content__sidebar .item_post_card{
  margin-bottom: 50px;
}
.wp-block-grid-content__sidebar .item_post_card .featured_image{
  margin-bottom: 25px;
  display: block;
}
.wp-block-grid-content__sidebar .item_post_card h4{
  margin-bottom: 20px;
}
.wp-block-grid-content__sidebar .item_post_card h4 a{
  color: var(--color-black);
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 30px;
}
.wp-block-grid-content__sidebar .item_post_card a.read_more_post{
  color: var(--color-orange);
  font-family: var(--font-main);
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}
h3.wp-block-widget-post{
  color: var(--color-black);
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width:1024px){

    .wp-block-grid-content{
        grid-template-columns:1fr;
        gap:48px;
    }

    .wp-block-grid-content__sidebar{
        border-left:none;
        border-top:1px solid #D9D9D9;
        padding-left:0;
        padding-top:48px;
        position:static;
    }

}

/* ================================
   SEDES
================================ */

.content_sedes_list {
    padding: 40px 20px;
    background-color: #fff;
}

.sedes-layout {
    display: grid;
    grid-template-columns: minmax(320px, 42%) minmax(0, 58%);
    gap: 20px;
    align-items: stretch;
}

/* Columna izquierda */

.sedes-sidebar {
    min-width: 0;
}

.sedes-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 530px;
    padding-right: 16px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cacaca transparent;
}

.sedes-list::-webkit-scrollbar {
    width: 4px;
}

.sedes-list::-webkit-scrollbar-track {
    background: transparent;
}

.sedes-list::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 20px;
}

/* Tarjeta */

.sede-card {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 28px;
    flex: 0 0 auto;
    min-height: 138px;
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.sede-card:hover {
    border-color: #ff6a00;
    transform: translateY(-1px);
}

.sede-card:focus-visible {
    outline: 3px solid rgba(255, 106, 0, 0.3);
    outline-offset: 2px;
}

.sede-card.is-active {
    border-color: #ff6a00;
    background-color: #ff6a00;
}

.sede-card__image {
    width: 105px;
    height: 118px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #eee;
}

.sede-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sede-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-right: 10px;
}

.sede-card__title {
    margin: 0 0 10px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.sede-card__address {
    color: #111;
    font-size: 18px;
    line-height: 1.25;
}

.sede-card.is-active .sede-card__title,
.sede-card.is-active .sede-card__address {
    color: #fff;
}

/* Mapa */

.sedes-map {
    position: relative;
    min-width: 0;
    height: 530px;
    overflow: hidden;
    background-color: #f3f3f3;
}

.sedes-map__content {
    width: 100%;
    height: 100%;
}

.sedes-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/* Navegación */

.sedes-navigation {
    display: flex;
    gap: 8px;
    margin-top: 22px;
}

.sedes-navigation__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #222;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.sedes-navigation__button:hover:not(:disabled) {
    background-color: #ff6a00;
    color: #fff;
}

.sedes-navigation__button:disabled {
    color: #bbb;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Tablet */

@media (max-width: 991px) {
    .sedes-layout {
        grid-template-columns: 1fr;
    }

    .sedes-list {
        height: 450px;
    }

    .sedes-map {
        height: 450px;
    }
}

/* Móvil */

@media (max-width: 576px) {
    .content_sedes_list {
        padding: 25px 15px;
    }

    .sedes-list {
        height: 420px;
        padding-right: 8px;
    }

    .sede-card {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 14px;
        min-height: 120px;
    }

    .sede-card__image {
        width: 90px;
        height: 100px;
    }

    .sede-card__title {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .sede-card__address {
        font-size: 15px;
    }

    .sedes-map {
        height: 350px;
    }
}

.contact-help {
    overflow: hidden;
    background-color: #f5f5f5;
    padding-top: 70px;
}

.contact-help__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    min-height: 600px;
    margin: 0 auto;
}

.contact-help__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0;
}

.contact-help__title {
    margin: 0 0 35px;
    font-size: 50px;
    font-family: var(--font-header);
    color: var(--color-black);
    text-transform: uppercase;
}

.contact-help__options {
    display: grid;
    gap: 18px;
    width: 100%;
    max-width: 390px;
}

.contact-help__item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 14px;
    min-height: 72px;
    padding: 12px 18px;
    border: 1px solid #777;
    border-radius: 3px;
    color: #111;
    text-decoration: none;
    background-color: transparent;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.contact-help__item:hover {
    border-color: #ff6b00;
    background-color: #fff;
    transform: translateX(4px);
}

.contact-help__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 28px;
    line-height: 1;
}

.contact-help__information {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.contact-help__label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-help__value {
    overflow-wrap: anywhere;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-help__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: transform 0.25s ease;
}

.contact-help__item:hover .contact-help__arrow {
    transform: translateX(4px);
}

.contact-help__image {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
}

.contact-help__photo {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: contain;
    object-position: right bottom;
}
.contact-help__title.responsive{
  display: none;
}
@media (max-width: 768px){
  .contact-help__title{
    font-size: 30px;
  }
  .contact-help__title.responsive{
    display: block;
  }
  .contact-help__title.desktop{
    display: none;
  }
  .contact-help__container{
    min-height: auto;
  }
}
@media (max-width: 768px){
  .contact-help__content{
    padding: 10px 0;
  }
}
@media (max-width: 480px){
  .contact-help__container{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .contact-help__options{
    width: 100%;
    max-width: 100%;
  }
}