html, body {
    overflow-x: hidden;
}
#quote {
    background: #F9F9F9;
    padding: 50px;
    min-height: 450px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #quote {
        padding: 30px;
    }
}
#quote blockquote {
    font-size: 1.56rem;
    max-width: 90%;
    margin-left: 5%;
}
#quote :is(h2, h3) {
    color: #838383;
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 500;
}
#quote p {
    color: #838383;
    font-size: 1.25rem;
    text-align: left;
}
.pos-relative {
    position: relative;
}
.quote-icon img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
}
img.pos-bottom {
    position: absolute;
    bottom: -205px;
    width: 290px;
    right: 20px;
}
@media screen and (max-width: 1230px) {
    img.pos-bottom {
        bottom: -170px;
        width: 240px;
        right: 0px;
    }
    .banner-page .float-content {
        width: 90% !important;
    }
}
@media screen and (max-width: 767px) {
    img.pos-bottom {
        bottom: -170px;
        width: 40%;
        right: -20px;
    }
}
.faq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.faq-section :is(h1, h2) {
    font-size: 2.25rem;
    position: relative;
    width: fit-content;
    margin-bottom: 50px;
}
.faq-section h1:after,
.faq-section h2:after {
  display: block;
  content: " ";
  position: absolute;
  width: fit-content;
  left: 0px;
  top: -15px;
  width: 100px;
  height: 3px;
  background: #307FE1;
  margin-bottom: 5px;
}
.faq-section .end-line :is(h1, h2) {
  margin-left: auto;
}
.faq-section .end-line h1:after,
.faq-section .end-line h2:after {
  left: auto;
  right: 0px;
}
.faq-section p {
    font-size: 1.25rem;
    color: #838383;
}
#service-listing h1 {
    font-size: 2.25rem;
    margin-bottom: 30px;
    text-align: center;
}
#service-listing p {
    font-size: 1.25rem;
    color: #838383;
    margin-bottom: 30px;
}
.grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}
#service-listing article {
    padding: 30px 20px 20px 20px;
    border: 1px solid #838383;
}
#service-listing article h2 {
    color: #307FE1;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
#service-listing article h3 {
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 2px solid #307FE1;
    text-align: center;
}
#service-listing article p  {
    font-size: .9rem;
}
@media screen and (max-width: 992px) {
   .grid {
        grid-template-columns: 1fr;
    } 
}
#calltoact {
    margin: 30px 0px;
    padding: 70px 0px;
    background-color: #F9F9F9;
}
#calltoact :is(h1,h2) {
    font-size: 1.3rem;
    color: #838383;
    margin-bottom: 0px;
}
#seo-blog img {
    min-height: 100%;
    object-fit: cover;
}
#seo-blog .blue-link {
    position: relative;
    top: -25px;
}
@media (max-width: 992px) {
    #gray-banner h1 {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 20px;
    }
    .cta-section {
        background-position: top;
    }
    .cta-section .cta-section__button {
        margin-left: 37%;
    }
}
@media (max-width: 767px) {
    .cta-section__button {
        margin-left: 0px;
        margin-top: 30px;
        display: block;
        width: fit-content;
    }
}
#gray-banner {
    background: #F9F9F9;
    padding: 40px;
}
#gray-banner h1 {
    font-size: 2.125rem;
    margin-bottom: 10px;
    text-align: center;
}
#gray-banner p {
    font-size: 1.25rem;
    color: #838383;
}
#gray-banner a {
    font-size: 1.125rem;
    text-decoration: underline!important;
}
#gray-banner img{
    max-height: 310px;
    object-fit: cover;
}
#faq-accordion {
    margin: 100px 0px;
}
#faq-accordion h2, #faq-accordion h3 {
    font-size: 2.25rem;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
}
#faq-accordion h2:after, #faq-accordion h3:after {
  display: block;
  content: " ";
  position: absolute;
  width: fit-content;
  left: 0px;
  top: -15px;
  width: 100px;
  height: 3px;
  background: #307FE1;
}
#faq-accordion p {
    font-size: 1.25rem;
    color: #838383;
}
#faq-accordion .card-header {
    padding: 10px 0px;
    margin-bottom: 0;
    background-color: #FFF;
    border-bottom: 1px solid transparent;
}
#faq-accordion h2, #faq-accordion h3 {
    font-size: 1.3rem;
    color: #212529;
}

#faq-accordion .btn.btn-link.btn-block.text-left {
    font-size: 1.3rem;
    color: #212529;
    text-decoration: none!important;
    border-bottom: 1px solid #e9eff2;
    width: fit-content;
}
#faq-accordion .btn.btn-link.btn-block.text-left i {
    font-size: 1.125rem;
    color: #212529;
}

#faq-accordion .card {
  border: 1px solid transparent;
}
#faq-accordion .btn.focus, #faq-accordion .btn:focus {
  outline: 0;
  box-shadow: none;
}
#faq-accordion .card-body {
    padding: 20px 15px;
    font-size: 1.125rem;
    color: #838383;
}
#faq-accordion img {
    width: 14px;
    margin-left: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#faq-accordion .btn.btn-link.btn-block.text-left.collapsed img {
    transform: rotate(180deg);
}
#seo-blog h2 {
    font-size: 2.25rem;
    margin-bottom: 40px;
    text-align: center;
}
#seo-blog p {
    font-size: 1.25rem;
    color: #838383;
    margin-bottom: 30px;
}
#seo-blog article {
    padding: 5px;
    border: 1px solid #838383;
    position: relative;
    margin-bottom: 40px;
}
#seo-blog article h1 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 7px;
}
#seo-blog article .content-art {
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
}
#seo-blog article p {
    font-size: .9rem;
    color: #000;
    margin-bottom: 0px;
}
#seo-blog .arrow {
    position: absolute;
    bottom: 18px;
    right: 12px;
}
#seo-blog .arrow img {
    width: 22px;
    transform: rotate(270deg);
}
.mb-10 {
    margin-bottom: 10px!important;
}
.blue-link {
    font-size: 1.125rem;
    text-decoration: underline!important;
}
#list-corp {
    margin: 100px 0px 50px 0px;
}
#list-corp h1 {
    font-size: 1.25rem;
    color: #212529;
    margin-bottom: 20px;
}
ul.list-inline {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.list-inline li {
    display: inline-block;
    margin: 5px 10px;
}
ul.list-inline li img {
    max-width: 160px;
}

#faq-accordion .btn-header-link{
    font-size: 1.3rem;
    color: #212529;
    text-decoration: none!important;
    border-bottom: 1px solid #e9eff2;
    width: fit-content;
}

#faq-accordion .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  margin-left: 20px;
  color: #212529;
}


#faq-accordion.card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.container.content-banner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    column-gap: 6em;
}
@media screen and (max-width: 767px) {
    .container.content-banner{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.cta-section__button.cta-banner{
    background-color: rgba(0, 0, 0, 0);
    border : solid 4px #fff !important;
    border-radius: 25px;
}

h1.cta_banner_title, p.cta_banner_title{
    font-size: 1.5rem;
}

@media (max-width: 767px){
    h1.cta_banner_title, p.cta_banner_title{
        font-size: 1rem !important;
        display: contents;
    }
}

.banner-subtitle p{
    margin-right: 2rem;
}


.postid-1668 img.pos-bottom {
    position: absolute;
    bottom: -22px;
    width: 100%;
    right: 20px;
}
@media screen and (max-width: 767px) {
    .postid-1668 img.pos-bottom {
        position: absolute;
        bottom: -22px;
        width: 40%;
        right: 20px;
    }
}

.postid-1668 #quote blockquote {
    font-size: 1.25rem;
    margin-block-end: 32px;
    max-width: 65%;
    margin-left: 0%;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .postid-1668 #quote blockquote {
        font-size: 1.25rem;
        margin-block-end: 32px;
        max-width: 100%;
        margin-left: 0%;
        text-align: left;
    }
}

.postid-1668 .quote-icon img {
    position: relative;
    top: 0px;
    left: -20px;
    width: 88px;
    height: 72px;
    display: block;
}

.postid-1668 .name .aut {
    text-align: left !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

.postid-1668 .name .carg {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}




:root {
  --color-forma: #ff2d55;
  --color-forma-normal: #ff5100;
  --radius-gallery: 12px;
  --radius-thumbs: 10px;
  --radius-btn: 50%;
  --transition-fast: 180ms ease;
  --transition-lightbox: 0.12s ease;
}

/* Service listing */
#service-listing article .service {
  color: var(--color-forma-normal);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

/* Sobreescribir azules de seo.css */
.faq-section h1:after,
.faq-section h2:after {
  background: #ff5100;
}

#service-listing article h2 {
  color: var(--color-forma-normal);
}

#service-listing article h3 {
  border-bottom: 2px solid #ff5100;
}

#faq-accordion h2:after,
#faq-accordion h3:after {
  background: #ff5100;
}

.blue-link {
  color: var(--color-forma-normal);
}

#seo-blog .blue-link {
  color: var(--color-forma-normal);
}

/* Ocultar sección de citas */
#quote {
  display: none;
}

/* Alianza */
.alianza-seccion {
  padding: 40px 0;
  text-align: center;

  & h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.alianza-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.alianza-logo img {
  max-height: 170px;
  min-width: 230px;
  max-width: 230px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 576px) {
  .alianza-logos {
    gap: 24px;
  }

  .alianza-logo img {
    max-height: 60px;
  }
}

/* FAQ */
#faq-accordion #accordion h3::after {
  content: none;
}

/* Galería */
.galeria-evento {
  padding: 60px 0;

  & .title_section {
    font-weight: 400;
    font-size: 2.25rem;
    margin-bottom: 24px;
  }

  & .gallery-top {
    height: 660px;
    width: 100%;
    border-radius: var(--radius-gallery);
    overflow: hidden;
    margin-bottom: 14px;

    & .swiper-wrapper {
      padding: 0;
    }

    & .swiper-slide {
      border-radius: var(--radius-gallery);
      overflow: hidden;
      height: 100%;
      background-size: cover;
      background-position: center;

      & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
      }
    }
  }

  & .gallery-thumbs {
    height: 96px;
    box-sizing: border-box;
    padding: 10px 6px;
    background: transparent;
    max-width: 100%;
    overflow: hidden;

    & .swiper-wrapper {
      align-items: center;
    }

    & .swiper-slide {
      width: 84px;
      height: 84px;
      border-radius: var(--radius-thumbs);
      background-size: cover;
      background-position: center;
      opacity: 0.45;
      border: 3px solid transparent;
      transition: all var(--transition-fast);
      margin-right: 8px;
      overflow: hidden;

      &:nth-child(1) {
        margin-left: 6px;
      }

      &.swiper-slide-thumb-active {
        opacity: 1;
        transform: scale(1.02);
        border-color: var(--color-forma);
      }
    }
  }

  & .swiper-button-next,
  & .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-btn);
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    box-shadow: 0 6px 18px rgba(28, 30, 31, 0.1);
    top: 16%;
    transform: translateY(-200px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 18, 20, 0.06);
    z-index: 30;
    position: relative;
    transition: all var(--transition-fast);

    @media screen and (min-width: 769px) {
      transform: translateY(-300px);
    }

    &::after {
      content: "\279C";
      display: block;
      font-size: 21px;
    }

    &:hover {
      transform: translateY(-200px) scale(1.03);
      @media screen and (min-width: 769px) {
        transform: translateY(-300px) scale(1.03);
      }
      box-shadow: 0 10px 22px rgba(28, 30, 31, 0.12);
    }
  }

  & .swiper-button-prev {
    float: left;

    &::after {
      transform: rotate(180deg);
    }
  }

  & .swiper-button-next {
    float: right;
  }
}

@media (min-width: 768px) {
  .galeria-evento {
    & .swiper-button-next,
    & .swiper-button-prev {
      top: unset;
    }
  }
}

@media (max-width: 720px) {
  .galeria-evento {
    & .gallery-top {
      height: 300px;
    }

    & .gallery-thumbs {
      height: 84px;

      & .swiper-slide {
        width: 66px;
        height: 66px;
      }
    }
  }
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  padding: 28px;

  &.visible {
    display: flex;
  }

  & .lightbox-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    & img {
      width: 100%;
      height: 100%;
      padding: 2em;
      object-fit: contain;
      border-radius: 8px;
      box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6);
    }
  }
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform var(--transition-lightbox), background var(--transition-lightbox);

  &:hover {
    transform: scale(1.06);
    background: rgba(255, 255, 255, 0.12);
  }
}

.lightbox-close {
  right: 22px;
  top: 22px;
  font-size: 28px;
  line-height: 1;
}

.lightbox-prev {
  left: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);

  &:hover {
    transform: scale(1.06) translateY(-50%) rotate(180deg);
  }
}

.lightbox-next {
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-section{
    li {
        font-size: 1.25rem;
        color: #838383;
    }
}

#gray-banner a {
    color: var(--color-forma)
}
    

h1.cta_banner_title, p.cta_banner_title {
    margin: 0;
}

#faq-accordion h2{
    font-size: 2.25rem;
}

.banner-page .float-content {
    width: 75% !important;
}