.bg-red-ar {
  background: #d80915 !important;
}

.text-red-ar {
  color: #d80915;
}

.q-btn {
  border-radius: 15px;
}

.q-page-container {
  background: #efefef;
}

.slide-mobile {
  margin-top: 0;
}
@media (min-width: 425px) and (max-width: 767px) {
  .slide-mobile {
    margin-top: 60px;
  }
}

.flex-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__bar {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  padding: 0 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.logo-link {
  cursor: pointer;
}
.logo-link img {
  width: 180px;
}
@media (min-width: 425px) and (max-width: 767px) {
  .logo-link img {
    width: 150px;
  }
}

.logo-menu {
  padding: 8px 10px 0 10px;
  background: #fff;
}
.logo-menu img {
  width: 150px;
}
@media (min-width: 425px) and (max-width: 767px) {
  .logo-menu img {
    width: 150px;
  }
}

.region-header-menu-mobile {
  position: absolute;
  display: block;
  background: #e3e3e4;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu__mobile {
  background: #ffffff;
  position: fixed;
  top: 0px;
  height: 60px;
  width: 100vw;
  z-index: 500;
}

.miga-pan {
  position: sticky;
  background: #ffffff;
  padding: 0 15px;
  margin-bottom: 5px;
  z-index: 5;
}
.miga-pan i {
  color: #d80915;
}

.toolbar-bar .menu__mobile,
.toolbar-vertical .menu__mobile,
.toolbar-horizontal .menu__mobile {
  top: 39px;
}

.items-center {
  display: flex;
  align-items: center;
}

.card-btn {
  width: 95%;
  border-radius: 15px;
  margin: auto;
  margin-top: 16px;
  padding: 10px 5px 10px 20px;
  background: #ffffff;
  transition: 0.3s;
}
.card-btn:hover {
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2), inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0px white, 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}
.card-btn .icon-section {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}
.card-btn .bg-uno {
  background: #eec9a7;
  color: #e5862d;
}
.card-btn .bg-dos {
  background: #f9e0e4;
  color: #ee6e6f;
}
.card-btn .bg-tres {
  background: #d8ceef;
  color: #a27af6;
}
.card-btn .bg-cuatro {
  background: #e0f5fc;
  color: #0da4a5;
}
.card-btn .bg-cinco {
  background: #dbeafe;
  color: #2563eb;
}
.card-btn span {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.card-btn .icon-go {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f9fafe;
  font-size: 15px;
  border-radius: 50%;
  margin: auto;
}

.opcion-dos {
  padding-top: 16px;
}

.btn-seccion {
  position: relative;
  background: #ffffff;
  margin: auto;
  width: 90%;
  height: 98px;
  text-align: center;
  overflow: hidden;
  margin-top: 8px;
  border-radius: 16px;
  transition: 0.2s;
  /*box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.1), inset 0 0 2px 1px #fff, 0 1px 6px 4px rgba(30, 35, 90, 0.1);*/
  cursor: pointer;
  cursor: pointer;
}
.btn-seccion:hover {
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2), inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0px white, 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}
.btn-seccion .bg-mascara {
  position: absolute;
  background: #ffffff !important;
  display: none;
  width: 100%;
  height: 120px;
  margin: auto;
  top: 0;
  left: 0;
  opacity: 1;
}
.btn-seccion .call-to-action {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.btn-seccion .call-to-action i {
  background: #ffffff;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: relative;
  font-size: 24px;
  margin-top: 15px;
  z-index: 1;
}
.btn-seccion .call-to-action p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-top: -4px;
  margin-bottom: 0;
}
.btn-seccion .call-to-action .icono-menu-movil {
  width: auto;
  height: 50px;
  margin-top: 0px;
}

.text-information {
  display: none;
  align-items: center;
  padding: 10px 20px;
  text-align: left;
  border-radius: 16px;
}
.text-information .img-txt-info {
  text-align: center;
}
.text-information .img-txt-info img {
  width: 70%;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
}
.text-information .img-txt-info .icono-vis, .text-information .img-txt-info .icono-no-vis {
  background: #d80915;
}
.text-information .img-txt-info .icono-recursos {
  background: #60a5fa;
}
.text-information .img-txt-info .icono-playa {
  background: #f97316;
}
.text-information .img-txt-info .icono-turistico {
  background: #eab308;
}
.text-information p {
  font-size: 14px;
  margin-bottom: 0;
}

.btnAccionSecundaria {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
  font-weight: 600;
}
.btnAccionSecundaria .icon-go {
  background: #ffffff;
  color: #94a3b8;
}
.btnAccionSecundaria .bg-gray {
  color: #d80915;
}
.btnAccionSecundaria .bg-gray-2 {
  color: #64748b;
  background: #e2e8f0;
}

.btn-ligth {
  width: 90%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 15px;
}
.btn-ligth p {
  margin: 0;
}
.btn-ligth i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #d80915 !important;
}

.card-light {
  width: 85%;
  background: #ffffff;
  padding: 0;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  border-radius: 15px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.card-light .icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.card-light .details {
  display: none;
  color: #d80915;
  font-size: 15px;
  margin-right: 5px;
}
.card-light .text-end {
  text-align: right;
}
.card-light .content-type {
  position: absolute;
  display: block;
  bottom: 0;
  height: 40px;
  left: 16px;
  background: #fff;
  padding: 0 10px;
  border-radius: 5px 5px 0px 0px;
}
.card-light .vis {
  margin: auto;
  padding: 0px;
  color: #d80915;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  /*
    margin: auto;
    padding: 2px 10px;
    background: rgb(55 65 81);
    border: solid 2px rgb(118 169 250);
    color: rgb(118 169 250);
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 10px;
  */
}
.card-light .no-vis {
  display: block;
  margin: auto;
  padding: 0;
  color: #d80915;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  /*
  margin: auto;
  padding: 2px 10px;
  background: rgb(55 65 81);
  border: solid 2px rgb(250 202 21);
  color: rgb(250 202 21);
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 10px;
  */
}
.card-light .zona-card {
  color: #4b5563;
  display: block;
  font-size: 10px;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: -15px;
}
.card-light .relative {
  position: relative;
}
.card-light .img-after {
  position: absolute;
  margin: auto;
  width: 90px;
  right: 8px;
  bottom: -56px;
}
@media (min-width: 320px) and (max-width: 424px) {
  .card-light .img-after {
    width: 70px;
    bottom: -40px;
  }
}
.card-light .img-banner {
  margin: auto;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.card-light .border-uno {
  border: solid 2px #ea7bc2;
}
.card-light .border-dos {
  border: solid 2px #f97316;
}
.card-light .border-tres {
  border: solid 2px #8b5cf6;
}
.card-light .border-cuatro {
  border: solid 2px #14b8a6;
}
.card-light .border-cinco {
  border: solid 2px #0ea5e9;
}
.card-light h3 {
  margin: 0;
  margin-top: 8px;
  width: 240px;
  font-weight: 700 !important;
  color: #000;
  font-size: 16px;
  padding-left: 16px;
}
@media (min-width: 320px) and (max-width: 424px) {
  .card-light h3 {
    width: 185px;
    font-size: 14px;
  }
}
.card-light p {
  margin: 0;
  margin-top: 0;
  font-size: 12px;
  padding-left: 16px;
  margin-bottom: 16px;
}
.card-light p .price {
  font-size: 15px;
  font-weight: 600;
  color: #1b142d;
}
.card-light p .price-max {
  display: none;
  font-size: 13px;
  color: #475569;
}
.card-light .ver-mas {
  position: relative;
  display: block;
  cursor: pointer;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 35px;
  margin: auto;
  margin-bottom: 16px;
  line-height: 35px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #d80915;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu__mobile .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__mobile .language-switcher-language-url {
  border-bottom: 1px solid #dee2e6;
}

.menu__sticky {
  width: 100vw;
  position: fixed;
  top: 40px;
  z-index: 4;
}

.toolbar-horizontal .menu__sticky {
  top: 79px;
}

.toolbar-horizontal.toolbar-tray-open .menu__sticky {
  top: 119px;
}

.menu__brand {
  padding: 10px 0;
}

.menu__burger {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.menu__burger .icon-burger img {
  width: 40px;
  height: 40px;
}

.menu__top {
  background: linear-gradient(270deg, var(--c-blue-300), var(--c-blue-400));
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  display: none;
  --top-menu: 40px;
}

.toolbar-horizontal .menu__top {
  top: 39px;
}

.toolbar-horizontal.toolbar-tray-open .menu__top {
  top: 79px;
}

@media (min-width: 1281px) {
  .menu__top {
    display: block;
    height: var(--top-menu);
  }
}
.menu__top .region {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.menu__top .menu {
  display: flex;
  list-style: none;
  margin: 0;
}

.menu__top .menu__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  height: var(--top-menu);
}

.menu__top .menu__link {
  color: #fff;
  text-decoration: none;
  height: 100%;
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
}

.menu__top .menu__link:hover {
  text-decoration: none;
}

.menu__top #block-languageswitcher {
  width: 85px;
  position: relative;
}

.menu__inner {
  max-width: 1281px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-flow: column nowrap;
}

.menu__primary {
  background-color: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 1px 5px 0.25rem 0 rgba(0, 0, 0, 0.08);
  display: none;
}

.menu__primary > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  --main-menu-height: 60px;
  height: var(--main-menu-height);
}

.menu__primary .region-header {
  display: flex;
  justify-content: flex-end;
  column-gap: 1rem;
  align-items: center;
  margin-right: 1rem;
}

.menu__primary .button-outline-secondary {
  border: 2px solid var(--c-primary);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  text-transform: initial;
  line-height: 1.4;
  padding: 0.25rem 1rem;
  color: var(--c-primary);
  background-color: var(--c-background);
  border-color: var(--c-primary);
  border-radius: 6px;
}

.menu__primary .button-outline-secondary:visited {
  color: var(--c-primary);
}

.menu__primary .button-outline-secondary:hover {
  color: var(--c-background);
  background-color: var(--c-primary);
  border-color: var(--c-primary);
}

.menu__primary .menu__menu nav.contextual-region {
  position: unset;
}

.menu__primary .menu__menu .menu {
  display: flex;
  column-gap: 1rem;
  list-style: none;
  align-items: center;
  margin: 0;
  height: 100dvh;
}

.menu__primary .menu__menu .menu a,
.menu__primary .menu__menu .menu span {
  color: var(--c-gray-700);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .menu__primary .menu__menu .menu a,
.menu__primary .menu__menu .menu span {
    font-size: 0.85rem;
  }
}
.menu__primary .menu__menu .menu span::after {
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
  color: #c72c2d;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.menu__primary .menu__menu .menu span.active {
  position: relative;
  color: #da0921;
}

.menu__primary .menu__menu .menu span.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid rgba(0, 0, 0, 0);
  border-bottom: 16px solid #dadae5;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .menu__primary .menu__menu .menu .icon__ur_other_offers.ar-back::after {
    border: none !important;
    color: rgba(0, 0, 0, 0) !important;
  }
}
.menu__primary .menu__menu .menu .menu-item {
  height: var(--main-menu-height);
  display: flex;
  align-items: center;
}

.menu__primary .menu__menu .menu .menu-item.active .menu_link_content {
  display: block;
  animation-name: open-menu;
}

.menu__primary .menu__menu .menu .menu_link_content {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  animation-name: close-menu;
}

.menu__primary .menu__menu .menu .menu_link_content img {
  width: 100%;
  height: auto;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-university {
  position: absolute;
  top: 0;
  width: 40%;
  left: 10%;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 0;
  right: 0;
  max-width: 100vw;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers .layout-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1441px) {
  .menu__primary .menu__menu .menu .menu_link_content .menu-offers .layout-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.menu__primary .menu__menu .menu .menu_link_content .menu-offers .layout-content .layout__region--first {
  background-color: #dadae5;
  display: none;
}

@media (min-width: 1441px) {
  .menu__primary .menu__menu .menu .menu_link_content .menu-offers .layout-content .layout__region--first {
    display: block;
  }
}
.menu__primary .menu__menu .menu .menu_link_content .menu-offers .layout-content .layout__region--second {
  padding: 0 1.5rem;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers .layout-content .layout__region--third {
  padding: 0 1.5rem;
  background-color: #dadae5;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers .layout-content .layout__region--fourth {
  padding: 0 1.5rem;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers .container,
.menu__primary .menu__menu .menu .menu_link_content .menu-offers .content-container {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers .menu {
  padding: 0;
  margin: 0;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers .menu a {
  font-weight: normal;
  line-height: 1;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-offers .menu a:hover {
  color: #da0921;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-financial {
  position: absolute;
  top: 0;
  width: 35%;
  left: 36%;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-syp {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  width: 35%;
}

.menu__primary .menu__menu .menu .menu_link_content .menu-syp .layout-content .layout__region--first {
  background-color: #dadae5;
}

.menu__primary .menu__menu .menu .menu_link_content .container,
.menu__primary .menu__menu .menu .menu_link_content .content-container {
  padding: 0;
  margin: 0;
}

.menu__primary .menu__menu .menu .menu_link_content .layout {
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}

.menu__primary .menu__menu .menu .menu_link_content .layout .block--text {
  padding: 2rem 1rem;
}

.menu__primary .menu__menu .menu .menu {
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.875rem;
  padding: 2rem;
  margin: 0;
  height: auto;
}

.menu__branding {
  margin: 0 1rem;
  max-width: 300px;
}

.menu__menu-content {
  position: fixed;
  top: 0;
  left: -100dvw;
  width: 0;
  height: 100dvh;
  background: #fff;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}

.show-menu {
  position: fixed;
  width: 100%;
  min-height: 100dvh;
  height: auto;
  background: #e2e8f0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.menu h2.title-section {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.menu h2.title-section i {
  color: #64748b;
  padding-bottom: 2px;
  font-size: 30px;
}

.header .button-outline-secondary {
  width: 204px;
  border: 1px solid var(--c-primary);
  background-color: #fff;
  color: var(--c-primary);
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  padding: 0.25rem 3rem 0.25rem 2rem;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.block-mainnavigationmobile {
  min-height: 50dvh;
  background: #efefef;
}

.block-mainnavigationmobile.menuSecondary {
  min-height: 32dvh;
  padding: 10px;
  background: #e3e3e4;
}

.px-10 {
  padding: 0 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.block-mainnavigationmobile .menu .menu__item a.back-item {
  height: 60px;
  padding: 15px 30px;
  background: #fff;
  width: 100%;
  font-size: 1rem;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
}

.block-mainnavigationmobile .menu .menu__item .expand-sub {
  margin: 0 !important;
  padding: 0 !important;
}

.block-mainnavigationmobile .menu .menu__item .expand-sub::after {
  border-left: 4px solid #22204b;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  margin-left: 6px;
  padding: 0;
}

.block-mainnavigationmobile .menu .menu__item.menu__item--with-sub.is-active > .menu--sub-1 {
  position: fixed;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 6;
}

.block-mainnavigationmobile .menu .menu__item.menu__item--with-sub.is-active .menu__item--with-sub.is-active .menu--sub-2 {
  position: fixed;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}

.menu__item--sub-1,
.menu__item--sub-2 {
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  height: 60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.menu__item--sub-1 span,
.menu__item--sub-2 span {
  cursor: pointer;
}

.block-mainnavigationmobile .menu .menu__item.menu__item--with-sub .menu--sub {
  display: block;
  position: fixed;
  z-index: 1;
  background: #efefef;
  min-height: 100vh;
  height: auto;
  overflow: auto;
  width: 100vw;
  top: 0;
  right: 0;
  left: -200vw;
  bottom: 0;
  padding: 0;
  padding-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

#block-menusecundario-2 {
  background: #dadae5;
}

#block-menusecundario-2 .menu .menu__item {
  color: #000000;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
}

#block-menusecundario-2 .menu .menu__item .menu__link {
  color: #000000;
  text-decoration: none;
}

#block-guiadeservicios .menu {
  height: var(--top-menu);
  padding: 0;
  margin: 0;
  position: relative;
}

#block-guiadeservicios .menu .menu-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: var(--top-menu);
  display: flex;
  align-items: center;
}

#block-guiadeservicios .menu .menu-item a {
  color: #fff;
  text-decoration: none;
  padding: 0 0.625rem;
  height: 100%;
  font-weight: 400;
  display: flex;
  align-items: center;
}

#block-guiadeservicios .menu .menu-item a::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  font-size: 0.8rem;
  padding: 5px;
  display: none;
  opacity: 0;
  color: #000;
  background: #fff;
  border-radius: 4px;
  transition: opacity 0.1s ease-out;
  z-index: 99;
  text-align: left;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
}

#block-guiadeservicios .menu .menu-item a:hover::before {
  display: block;
  opacity: 1;
}

.close-menu {
  position: absolute;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #efefef;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 24px;
  border-radius: 50%;
  font-weight: bold;
  color: #475569;
  z-index: 500;
}

#block-languageswitcher-2 ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 0;
  padding: 5px 30px;
}

#block-languageswitcher-2 ul.links li {
  display: none;
}

#block-languageswitcher-2 ul.links li.is-active {
  display: block;
}

#block-languageswitcher-2 ul.links li.is-active::after {
  border-left: 4px solid #22204b;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  margin-left: 6px;
}

#block-languageswitcher-2 ul.links li a {
  padding: 0;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

#block-guiadeservicios-2 {
  background-image: linear-gradient(to left, #1b142d 0%, #22204b 50%);
  color: #fff;
}

#block-guiadeservicios-2 .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.5rem 2rem 2rem;
  gap: 2rem;
  text-align: center;
}

#block-guiadeservicios-2 .menu .menu-item a {
  color: #fff;
  text-decoration: none;
}

#block-guiadeservicios-2 .menu .menu-item a img {
  display: inline-block;
}

#block-guiadeservicios-2 h2.visually-hidden {
  display: block !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  margin: 0 !important;
  color: #fff;
  position: unset !important;
  padding: 2rem 0 0 2rem !important;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
}

#block-guiadeservicios-2 h2.visually-hidden::after {
  content: "<";
  margin-left: 8px;
  display: inline;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
}

@keyframes close-menu {
  from {
    height: 0;
  }
  to {
    height: auto;
  }
}
@media (min-width: 769px) {
  .menu__mobile {
    display: none;
  }

  .menu-desktop {
    display: block;
  }
}
@media (max-width: 769px) {
  .menu-desktop {
    display: none;
  }
}
body {
  margin: 0;
  color: #424242;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  color: #d80915;
}

h1,
.text-h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2,
.text-h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h3,
.text-h3 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h4,
.text-h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

h5,
.text-h5 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

h6,
.text-h6 {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

a {
  color: inherit;
}

a:hover {
  color: #d80915;
}

.btn-wa {
  margin: 30px;
}
@media (min-width: 425px) and (max-width: 767px) {
  .btn-wa {
    margin: 10px;
  }
}

.logo-img {
  width: 180px;
}

.q-layout__section--marginal {
  background-color: #fff;
}

.submenu-proyectos {
  width: 100%;
  max-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: auto;
  max-height: 100dvh;
  background: #ffffff;
  padding: 10px;
}
.submenu-proyectos h3 {
  font-size: 20px;
}
.submenu-proyectos .intro {
  padding: 0 15%;
}
.submenu-proyectos .intro img {
  width: 100%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.submenu-proyectos .q-list {
  border-radius: 24px;
}
.submenu-proyectos .q-list:hover {
  border-radius: 24px;
}
.submenu-proyectos .q-card {
  background: transparent !important;
  padding: 8px;
}
.submenu-proyectos .q-card > div:last-child,
.submenu-proyectos .q-card > img:last-child {
  padding: 0;
}
.submenu-proyectos p {
  margin: 0;
  font-size: 13px;
}
.submenu-proyectos .col-sm-12 {
  padding: 0 15px;
}
.submenu-proyectos .card-location-desktop {
  padding: 5px;
  border-radius: 6px;
  padding: 5px 10px 0 5px;
}
.submenu-proyectos .card-location-desktop .row.content {
  display: flex;
  align-items: center;
}
.submenu-proyectos .card-location-desktop .row.content .nav_button {
  background: #f1f5f9;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 8px;
}
.submenu-proyectos .card-location-desktop .col-sm-2 {
  padding: 0 15px;
}
.submenu-proyectos .card-location-desktop .q-item {
  min-height: 35px;
}

.flex-items-center {
  display: flex;
  align-items: center;
}

.px-30 {
  padding: 0 30px;
}

/* .bg-page {
  background-color: $grey-1;
} */
.d-block {
  display: block;
}

.d-none {
  display: none;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.weight-1 {
  font-weight: 100;
}

.weight-2 {
  font-weight: 200;
}

.weight-3 {
  font-weight: 300;
}

.weight-4 {
  font-weight: 400;
}

.weight-5 {
  font-weight: 500;
}

.weight-6 {
  font-weight: 600;
}

.weight-7 {
  font-weight: 700;
}

.weight-8 {
  font-weight: 800;
}

.weight-9 {
  font-weight: 900;
}

.ws-text {
  color: #00a32e;
}

.ws-text:hover {
  color: #007c23;
}

.text-fz-1 {
  font-size: 0.1rem;
}

.text-fz-2 {
  font-size: 0.2rem;
}

.text-fz-3 {
  font-size: 0.3rem;
}

.text-fz-4 {
  font-size: 0.4rem;
}

.text-fz-5 {
  font-size: 0.5rem;
}

.text-fz-6 {
  font-size: 0.6rem;
}

.text-fz-7 {
  font-size: 0.7rem;
}

.text-fz-8 {
  font-size: 0.8rem;
}

.text-fz-9 {
  font-size: 0.9rem;
}

.text-fz-10 {
  font-size: 1rem;
}

.disclaimer {
  font-size: 0.75rem;
  color: #616161;
}

.b-shadow-none {
  box-shadow: none;
}

.b-shadow-1 {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.b-shadow-2 {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.b-shadow-3 {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}

.b-shadow-4 {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.b-shadow-5 {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.radius-1 {
  border-radius: 1px;
}

.radius-2 {
  border-radius: 2px;
}

.radius-3 {
  border-radius: 3px;
}

.radius-4 {
  border-radius: 4px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-up-1 {
  border-radius: 1px 1px 0px 0px;
}

.radius-up-2 {
  border-radius: 2px 2px 0px 0px;
}

.radius-up-3 {
  border-radius: 3px 3px 0px 0px;
}

.radius-up-4 {
  border-radius: 4px 4px 0px 0px;
}

.radius-up-5 {
  border-radius: 5px 5px 0px 0px;
}

.radius-up-6 {
  border-radius: 6px 6px 0px 0px;
}

.radius-down-1 {
  border-radius: 0px 0px 1px 1px;
}

.radius-down-2 {
  border-radius: 0px 0px 2px 2px;
}

.radius-down-3 {
  border-radius: 0px 0px 3px 3px;
}

.radius-down-4 {
  border-radius: 0px 0px 4px 4px;
}

.radius-down-5 {
  border-radius: 0px 0px 5px 5px;
}

.radius-down-6 {
  border-radius: 0px 0px 6px 6px;
}

.ar-radius-400 {
  border-radius: 400px 400px 0px 400px;
  border: 12px solid #d80915;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  /* Chrome, Safari, Edge */
  /* Firefox */
  appearance: none;
  /* Standard property (not fully supported everywhere) */
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 15px;
}

tr:nth-child(even) {
  background-color: #eeeeee;
}

.q-table__title {
  font-size: 16px;
  font-weight: 500;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.custom-btn-sm {
  padding: 7px 14px !important;
}

.q-card__actions .q-btn {
  padding: 11px 20px;
  min-width: 190px;
  font-weight: 600;
  text-transform: inherit;
}

.q-btn {
  padding: 11px 20px;
  font-weight: 600;
  text-transform: inherit;
}

.q-btn .q-icon {
  font-size: 1.3em;
}

.multimedia_cta {
  width: 100%;
  height: 220px;
  z-index: 1;
  display: flex;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  overflow: hidden;
}

.multimedia_cta:hover {
  color: #ffffff;
  text-shadow: 0px 3px 4px black;
}

.multimedia_cta .multimedia_cta--title {
  width: 100%;
  height: 220px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multimedia_cta .multimedia_cta--figure {
  width: 100%;
  height: 220px;
  position: absolute;
  margin: 0;
  background: #d80915;
}

.multimedia_cta .multimedia_cta--figure img {
  width: 100%;
  height: 220px;
  z-index: 0;
  opacity: 0.9;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}

.multimedia_cta:hover .multimedia_cta--figure img {
  opacity: 1;
  transform: scale(1.3);
}

.q-stepper {
  box-shadow: none;
}

.q-stepper__header--border {
  border-bottom: none;
}

.q-stepper__dot {
  font-weight: 700;
}

.q-stepper__tab {
  width: calc(100% / 4) !important;
}

.modal-title {
  text-align: center;
}

.q-dialog__backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.warning {
  font-size: 0.75rem;
  color: #ce650a;
}

.p-leading {
  font-size: 18px;
}

.subtitle {
  font-size: 16px;
  font-weight: 500;
}

.text-body3 {
  font-size: 0.8rem;
}

.text-h7 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: normal;
}

.q-drawer {
  position: fixed;
}

.q-avatar__content {
  outline: 2px solid #c20710;
  background: #d80915;
}

.project-logo {
  width: 70px;
  height: 70px;
}

.project-logo__position {
  position: absolute;
  top: -8px;
  left: 16px;
  z-index: 2;
}

.text-divider {
  position: relative;
  overflow: hidden;
}

.text-divider::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  margin-left: 10px;
  background: #d80915;
}

/* tabs */
.faqs {
  flex-direction: column !important;
}

.faqs .q-splitter__panel {
  width: 100% !important;
}

.faqs .bg-primary-1 .q-tab__content .q-tab__label {
  color: #d80915;
}

.faqs .tabs-container .q-tab__content {
  justify-content: center !important;
}

.faqs .q-tab__label {
  word-break: break-word;
  white-space: pre-wrap;
  padding: 10px;
}

.faqs .q-tab {
  text-align: left;
  justify-content: start !important;
}

.faqs .q-tab__label,
.faqs .q-item__label {
  color: #1d1d1d;
}

.faqs .q-card__section.q-card__section--vert {
  background: #fafafa !important;
}

.faqs .q-expansion-item--expanded .q-item {
  background: #ffeeee;
}

.faqs .q-expansion-item--expanded .q-item .q-item__label,
.faqs .q-expansion-item--expanded .q-item .q-icon {
  color: #d80915;
}

.bg-primary-1 {
  background: #ffeeee;
}

.q-field__native .q-chip {
  color: #1d1d1d !important;
}

/* .q-carousel__slide {
  background-size: cover !important;
} */
.carousel__slide .q-img {
  max-height: 650px !important;
}

/* controls */
.carousel__prev,
.carousel__next {
  background: #d80915 !important;
  border-radius: 100px !important;
  opacity: 1 !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
  font-size: 18px !important;
}

/*system elements*/
.dot-notification {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 9;
  border-radius: 100px;
  background: #d80915;
  width: 10px;
  height: 10px;
}

.custom-caption {
  height: 100%;
  text-align: center;
  padding: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.dot-highlight {
  width: 11px;
  height: 11px;
  background: #d80915;
  border-radius: 20px;
  position: absolute;
  animation: dotShadow 2s infinite;
}

.max-width-100 {
  max-width: 100%;
}

.imgLogoSvg {
  width: 250px;
}

.container-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.contenedor-experiencia {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  width: auto;
  border-left: solid 2px #e0e0e0;
  margin-left: 15px;
  padding-bottom: 10px;
  opacity: 0;
  animation-delay: 0.5s !important;
  animation: ocultarMostar 1.5s ease-in-out forwards;
  /* Cambiado a 1.5s y forwards */
}

.experiencia {
  text-align: right;
  width: 80px;
  padding-right: 5px;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  align-items: center;
  color: #d80915;
}

.anios {
  font-size: 60px;
  margin: 0;
  font-weight: 600;
  color: #d80915;
}

.contenedor-experiencia .item {
  display: flex;
  justify-content: center;
  margin-top: -15px;
}

.contenedor-experiencia .item .slogan {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0;
}

#logo-ar-construcciones .ar {
  position: absolute;
  opacity: 1;
  fill: #d80915;
  transform-box: fill-box;
  transform-origin: center;
  stroke: #d80915;
  stroke-width: 2;
  stroke-dasharray: 2000;
  fill-opacity: 0;
  animation: arStroke 1.5s ease-in forwards;
  /* Cambiado a 1.5s y forwards */
}

#logo-ar-construcciones .ar-r {
  position: absolute;
  opacity: 1;
  animation-delay: 0 !important;
  fill: none;
  transform-box: fill-box;
  transform-origin: center;
  stroke: none;
  stroke-width: 2;
  stroke-dasharray: 2000;
  fill-opacity: 0;
  animation: arStroke 1.5s ease-in forwards;
  /* Cambiado a 1.5s y forwards */
}

@keyframes ocultarMostar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arStroke {
  0% {
    fill: #d80915;
    stroke: #d80915;
    stroke-dashoffset: 2000;
  }
  60% {
    fill: #d80915;
    stroke: #d80915;
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    fill: #d80915;
    stroke: #d80915;
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
#logo-ar-construcciones .txt {
  position: absolute;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: sideInUp 1.5s ease-in-out forwards;
  /* Cambiado a 1.5s y forwards */
}

.delay-001 {
  animation-delay: 0.1s !important;
}

.delay-002 {
  animation-delay: 0.2s !important;
}

.delay-003 {
  animation-delay: 0.3s !important;
}

.delay-004 {
  animation-delay: 0.4s !important;
}

.delay-005 {
  animation-delay: 0.5s !important;
}

.delay-006 {
  animation-delay: 0.6s !important;
}

.delay-007 {
  animation-delay: 0.7s !important;
}

.delay-008 {
  animation-delay: 0.8s !important;
}

.delay-009 {
  animation-delay: 0.9s !important;
}

.delay-010 {
  animation-delay: 1s !important;
}

.delay-011 {
  animation-delay: 1.1s !important;
}

.delay-012 {
  animation-delay: 1.2s !important;
}

.delay-013 {
  animation-delay: 1.3s !important;
}

.delay-014 {
  animation-delay: 1.4s !important;
}

@keyframes sideInUp {
  0% {
    opacity: 0;
    translate: 0 200%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes sideInDown {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 550px) {
  .imgLogoSvg {
    width: 130px;
  }

  .experiencia {
    width: 60px;
    font-size: 50px;
  }

  .anios {
    font-size: 50px;
  }

  .contenedor-experiencia .item .slogan {
    font-size: 10px;
  }
}
@keyframes dotShadow {
  50% {
    background: #ff4444;
  }
}
@media (min-width: 0px) {
  .container,
.container-sm {
    max-width: 540px;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .section-icon {
    width: 50px;
  }

  .d-block-xs {
    display: block;
  }

  .d-flex-xs {
    display: flex;
  }

  .d-none-xs {
    display: none;
  }

  h1,
.text-h1 {
    font-size: 2.8rem;
  }

  h2,
.text-h2 {
    font-size: 2.2rem;
  }

  h3,
.text-h3 {
    font-size: 1.9rem;
  }

  h4,
.text-h4 {
    font-size: 1.6rem;
  }

  h5,
.text-h5 {
    font-size: 1.3rem;
  }

  h6,
.text-h6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 600px) {
  .container,
.container-sm,
.container-md {
    max-width: 920px;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .d-block-sm {
    display: block;
  }

  .d-flex-sm {
    display: flex;
  }

  .d-none-sm {
    display: none;
  }

  h1,
.text-h1 {
    font-size: 3rem;
  }

  h2,
.text-h2 {
    font-size: 2.5rem;
  }

  h3,
.text-h3 {
    font-size: 2rem;
  }

  h4,
.text-h4 {
    font-size: 1.7rem;
  }

  h5,
.text-h5 {
    font-size: 1.4rem;
  }

  h6,
.text-h6 {
    font-size: 1.2rem;
  }

  .caption {
    width: 50%;
  }

  .faqs {
    flex-direction: row !important;
  }

  .faqs .q-splitter__panel {
    width: 20% !important;
  }
}
@media (min-width: 1024px) {
  .container,
.container-sm,
.container-md,
.container-lg {
    max-width: 1140px;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .section-icon {
    width: 90px;
  }

  .d-block-md {
    display: block;
  }

  .d-flex-md {
    display: flex;
  }

  .d-none-md {
    display: none;
  }

  h1,
.text-h1 {
    font-size: 3.2rem;
  }

  h2,
.text-h2 {
    font-size: 2.7rem;
  }

  h3,
.text-h3 {
    font-size: 2.2rem;
  }

  h4,
.text-h4 {
    font-size: 1.9rem;
  }

  h5,
.text-h5 {
    font-size: 1.6rem;
  }

  h6,
.text-h6 {
    font-size: 1.4rem;
  }

  .text-left-md {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1440px;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .d-block-lg {
    display: block;
  }

  .d-flex-lg {
    display: flex;
  }

  .d-none-lg {
    display: none;
  }
}
@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.referrals {
  width: 100%;
  height: auto;
  --border-angle: 0deg;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  animation: border-angle-rotate 4s infinite linear;
  border: 5px solid transparent;
  position: relative;
  transform: scale(0.98);
  transition: 0.5s;
}
.referrals.b {
  background: linear-gradient(white, white) padding-box, conic-gradient(from var(--border-angle), #d70913 10%, white) border-box;
}
.referrals img {
  border: 4px solid transparent;
  width: 100%;
  border-radius: 8px;
}
.referrals a {
  display: flex;
  width: 100%;
}
.referrals:hover {
  transform: scale(1);
  transition: 0.5s;
}

@keyframes border-angle-rotate {
  from {
    --border-angle: 0deg;
  }
  to {
    --border-angle: 360deg;
  }
}
@media (min-width: 2500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 2500px;
  }
}
@media (min-width: 768px) {
  .referrel-container-desktop {
    display: flex;
  }

  .referrel-container-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .referrel-container-desktop {
    display: none;
  }

  .referrel-container-mobile {
    display: flex;
  }
}
.section-calculator {
  padding: 3rem 0;
}

.img-calculator {
  width: 90%;
}

@media (min-width: 425px) and (max-width: 767px) {
  .container-movile {
    padding: 0 2rem;
  }
}

.advertising-video-container {
  position: relative;
  width: 100%;
  height: 50dvh;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 424px) {
  .advertising-video-container {
    height: 80vh;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .advertising-video-container {
    height: 80vh;
  }
}
.advertising-video-container .cover-video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1;
}
.advertising-video-container .img-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  animation: pulse 20000ms infinite;
}
.advertising-video-container .video {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 30px;
  z-index: 10;
}
.advertising-video-container .video .content-data {
  width: 100%;
}
.advertising-video-container .video .content-data .info-slide {
  padding: 0 5%;
}
.advertising-video-container .video .content-data .info-slide h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  text-transform: uppercase;
  color: #fff;
}
.advertising-video-container .video .content-data .info-slide h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #d80915;
  margin-top: 10px;
}
.advertising-video-container .video .content-data .info-slide p {
  color: #fff;
  font-size: 1.2rem;
}
.advertising-video-container .video .content-data iframe {
  margin: auto;
  width: 70%;
  height: 340px;
  border-radius: 16px;
}
@media (min-width: 320px) and (max-width: 424px) {
  .advertising-video-container .video .content-data iframe {
    width: 100%;
    height: 180px;
    margin-top: 30px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .advertising-video-container .video .content-data iframe {
    width: 100%;
    height: 280px;
    margin-top: 30px;
  }
}

.q-carousel__slide {
  padding: 0;
}

.q-carousel__control {
  z-index: 50;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    transform: scaleX(1);
  }
}

/* Estilos del scroll */
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

