/* =========================
   FONTS
========================= */
@font-face {
  font-family: 'Roboto Slab';
  src: url('../assets/fonts/RobotoSlab-Light.eot');
  src: url('../assets/fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/RobotoSlab-Light.woff2') format('woff2'),
       url('../assets/fonts/RobotoSlab-Light.woff') format('woff'),
       url('../assets/fonts/RobotoSlab-Light.ttf') format('truetype'),
       url('../assets/fonts/RobotoSlab-Light.svg#RobotoSlab-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'DM Sans 18pt';
  src: url('../assets/fonts/DMSans18pt-Italic.eot');
  src: url('../assets/fonts/DMSans18pt-Italic.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/DMSans18pt-Italic.woff2') format('woff2'),
       url('../assets/fonts/DMSans18pt-Italic.woff') format('woff'),
       url('../assets/fonts/DMSans18pt-Italic.ttf') format('truetype'),
       url('../assets/fonts/DMSans18pt-Italic.svg#DMSans18pt-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.hero,
.hero-slider,
.carousel,
.carousel__viewport {
  overflow-x: hidden;
}
/* =========================
   GLOBAL / RESETS
========================= */
*{
  font-family: 'Roboto';
  text-decoration: none;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  box-sizing: border-box;

  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;

  -ms-overflow-style: none;
}

html {
  scroll-behavior: smooth;
}

*::-webkit-scrollbar { width: 0; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: transparent; border: none; }

/* lists reset */
ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =========================
   LAYOUT HELPERS
========================= */
.gen{
  float:left;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.forma{
  width:100%;
  float:left;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.center{
  float:none!important;
  display: block!important;
  margin: 0 auto!important;
  right: 0;
  left: 0;
}

.contenedor { max-width: 100%; padding: 0; }
.contenedor1 { max-width: 1150px; }
.contenedor2 { max-width: 1300px; }
.contenedor3 { max-width: 1200px; }

.span_ser{ letter-spacing: 1px; }

.t_left{ text-align: left!important; }
.t_right{ text-align: right; }
.t_center{ text-align: center!important; }
.t_justify{ text-align: justify; }

.left_{ float: left; }
.right_{ float: right; }

.color_1{ color:#343d42; }
.color_2{ color:#ce8e00!important; }
.color_3{ color:#fff; }
.color_4{ color:#000; }

.bk_1{ background:#343d42; }
.bk_2{ background:#ce8e00; }

.font-1{ font-size: 40px; }
.font-2{ font-size: 14px; }
.font-3{ font-size: 28px; }
.font-4{ font-size: 12px!important; }

.absolute{ position: absolute; }
.relative{ position: relative; }
.fixed{ position: fixed; }

.line_h_1{ line-height:57px; }

.center_ab{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto!important;
}
.right_ab{ right:0; }
.left_ab{ left:0; }
.top_ab{ top:0; }
.bottom_ab{ bottom:0; }

/* widths */
.d99{ width: 99%; }
.d95{ width: 95%; }
.d90{ width: 90%!important; }
.d85{ width: 85%; }
.d80{ width: 80%; }
.d75{ width: 75%; }
.d70{ width: 70%; }
.d666{ width: 66.6666666%; }
.d65{ width: 65%; }
.d60{ width: 60%; }
.d55{ width: 55%; }
.d50{ width: 50%; }
.d45{ width: 45%; }
.d40{ width: 40%; }
.d35{ width: 35%; }
.d33{ width: 33%; }
.d333{ width: 33.3333333%; }
.d30{ width: 30%; }
.d25{ width: 25%; }
.d20{ width: 20%; }
.d21{ width: 21%; }
.d17{ width: 17%; }
.d16{ width: 16%; }
.d15{ width: 15%; }
.d14{ width: 14.28%; }
.d12{ width: 12.5%; }
.d11{ width: 11.11%; }
.d10{ width: 10%; }
.d9{ width: 9.09%; }
.d5{ width: 5%; }

/* margins */
.mar_t_0{ margin-top:0px; }
.mar_t_1{ margin-top:10px!important; }
.mar_t_15{ margin-top:15px!important; }
.mar_t_2{ margin-top: 20px !important; }
.mar_t_3{ margin-top:30px!important; }
.mar_t_4{ margin-top:40px; }
.mar_t_5{ margin-top:50px!important; }
.mar_t_6{ margin-top:60px; }
.mar_t_7{ margin-top:70px; }
.mar_t_8{ margin-top:80px; }
.mar_t_9{ margin-top:90px; }
.mar_t_10{ margin-top:100px!important; }
.mar_r_10 { margin-right: 70px; }

.mar_b_1{ margin-bottom:10px!important; }
.mar_b_2{ margin-bottom:20px!important; }
.mar_b_3{ margin-bottom:30px; }
.mar_b_4{ margin-bottom:40px;}
.mar_b_5{ margin-bottom:50px!important; }
.mar_b_6{ margin-bottom:60px; }
.mar_b_7{ margin-bottom:70px; }
.mar_b_8{ margin-bottom:80px; }
.mar_b_9{ margin-bottom:90px; }
.mar_b_10{ margin-bottom:100px!important; }

.mar_neg_1{ margin-top: -41px; }

/* paddings */
.pad_t_1{ padding-top:10px; }
.pad_t_2{ padding-top:20px; }
.pad_t_3{ padding-top:30px; }
.pad_t_4{ padding-top:40px; }
.pad_t_5{ padding-top:50px; }
.pad_t_6{ padding-top:60px; }
.pad_t_7{ padding-top:70px; }
.pad_t_8{ padding-top:80px; }
.pad_t_9{ padding-top:90px; }
.pad_t_10{ padding-top:100px; }

.pad_b_1{ padding-bottom:10px; }
.pad_b_2{ padding-bottom:20px!important; }
.pad_b_3{ padding-bottom:30px !important; }
.pad_b_4{ padding-bottom:40px !important; }
.pad_b_5{ padding-bottom:50px; }
.pad_b_6{ padding-bottom:60px; }
.pad_b_7{ padding-bottom:70px; }
.pad_b_8{ padding-bottom:80px; }
.pad_b_9{ padding-bottom:90px; }
.pad_b_10{ padding-bottom:100px; }
.pad_30{
  padding: 30px!important;
}
.pad_10{
  padding: 10px!important;
}

.pad_lr_30{
  padding-left: 30px;
  padding-right: 30px;
}

/* positions helpers */
.top{ top:0px; }
.top_1{ top:10px; }
.top_2{ top:20px; }
.top_3{ top:30px; }
.top_4{ top:40px; }
.top_5{ top:50px; }
.top_6{ top:60px; }
.top_7{ top:70px; }
.top_8{ top:80px; }
.top_9{ top:90px; }
.top_10{ top:100px; }

.bottom_1{ bottom:10px; }
.bottom_2{ bottom:20px; }
.bottom_3{ bottom:30px; }
.bottom_4{ bottom:40px; }
.bottom_5{ bottom:50px; }
.bottom_6{ bottom:60px; }
.bottom_7{ bottom:70px; }
.bottom_8{ bottom:80px; }
.bottom_9{ bottom:90px; }
.bottom_10{ bottom:100px; }

.back_mor{ background:#570249; }
.back_neg{ background:#000; }

.block{ display: block; }

.z-1{ z-index: 10; }
.z-2{ z-index: 20; }
.z-3{ z-index: 30; }
.z-4{ z-index: 40; }
.z-5{ z-index: 50; }

.h100{ height: 100%; }
.h90{ height: 90%; }

/* =========================
   HEADER / NAV
========================= */
nav{
  font-family: 'Roboto Slab';
}
header{
  background: #fff;
  position: fixed;
  z-index: 100 ;
}
.boton_header{
  width: 250px;
  font-family: 'Roboto';
  font-size: 14px;
}
.boton_header a{
  padding: 5px 0;
}
.down{
  background: url(../img/download.svg) left center no-repeat;
      padding: 0 0 0 29px;
}
.sec_logo img:hover{
  opacity: .5;
}
/* NOTE: .right is used in two different ways in this CSS */
.right{
  float: right;
}
.archivos li{
  padding: 0 0 10px;
}
.tit2_tar{
  font-size:30px;
  font-family: 'Roboto Slab';
}
.bk_nar {
  background: var(--btn-bg, #FD5206);
  text-align: center;
  color: var(--btn-text, #fff);
  border-radius: var(--btn-radius, 8px);
  display: block !important;
  font-size: 13px;
  padding: 6px 0 4px !important;
  letter-spacing: 0px;
  font-family: "Roboto";
}
.color_gray{
  color:#525252;
} 
.bk_nar2 {
  background: var(--btn-bg, #FD5206);
  text-align: center;
  color: var(--btn-text, #fff);
  border-radius: var(--btn-radius, 8px);
  display: block !important;
  font-size: 13px !important;
  padding: 12px 26px 11px !important;
  letter-spacing: 0px;
  font-family: "Roboto";
  font-weight: lighter !important;
}

.bk_nar:hover, 
.bk_nar2:hover{
  background: var(--btn-hover, #e44600);
}

/* Override Tailwind bg-brand-orange classes to use dynamic button colors */
.bg-brand-orange {
  background-color: var(--btn-bg, #fd5206) !important;
}

.bg-brand-orange:hover,
button.bg-brand-orange:hover,
a.bg-brand-orange:hover {
  background-color: var(--btn-hover, #e44600) !important;
}

/* Apply button colors to elements with both bk_nar/bk_nar2 and bg-brand-orange */
.bk_nar.bg-brand-orange,
.bk_nar2.bg-brand-orange {
  background: var(--btn-bg, #FD5206) !important;
  color: var(--btn-text, #fff) !important;
  border-radius: var(--btn-radius, 8px) !important;
}

.bk_nar.bg-brand-orange:hover,
.bk_nar2.bg-brand-orange:hover {
  background: var(--btn-hover, #e44600) !important;
}

/* Apply button text color to buttons with bg-brand-orange */
button.bg-brand-orange,
a.bg-brand-orange,
.bg-brand-orange.text-white {
  color: var(--btn-text, #fff) !important;
}

/* Apply border radius to buttons with bg-brand-orange */
button.bg-brand-orange,
a.bg-brand-orange {
  border-radius: var(--btn-radius, 8px) !important;
}

/* Override Tailwind hover classes for bg-brand-orange */
.bg-brand-orange.hover\:bg-orange-600:hover,
button.bg-brand-orange.hover\:bg-orange-600:hover,
a.bg-brand-orange.hover\:bg-orange-600:hover {
  background-color: var(--btn-hover, #e44600) !important;
}

.bg-brand-orange.hover\:bg-opacity-90:hover,
button.bg-brand-orange.hover\:bg-opacity-90:hover {
  background-color: var(--btn-hover, #e44600) !important;
  opacity: 1 !important;
}

/* Apply to er-blog-list-load-more button */
.er-blog-list-load-more.bg-brand-orange {
  background-color: var(--btn-bg, #fd5206) !important;
  color: var(--btn-text, #fff) !important;
  border-radius: var(--btn-radius, 8px) !important;
}

.er-blog-list-load-more.bg-brand-orange:hover {
  background-color: var(--btn-hover, #e44600) !important;
}

.a1{
  color:#0D4D4E;
}

.nav_a a{
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
    font-family: 'Roboto Slab' !important;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}

/* =========================
   TYPOGRAPHY / SECTIONS
========================= */
.h1sl{
  text-align: right;
}

.h1sl2{ 
  text-align: center; 
  color:#fff!important;
}


.text-brand-tealLight{
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
  font-size: 30px!important;
}

.sec_logo{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.h2{
  font-size:30px!important;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-style: normal;
}

h3{
  font-family: 'Roboto Slab';
  font-weight: 300!important;
  font-style: normal!important;
}
footer .forma h3 {
    font-family: 'Roboto';
    font-weight: 300 !important;
    font-weight: bold !important;
    text-transform: inherit !important;
}
.text-slate-600{
  color: #000;
}

.text-sm {
  line-height: 17px!important;
  font-size: 15px !important;
}

.center_tarjeta {
  height: 300px;
}

.card_tarjeta {
  perspective: 1500px;
  -moz-perspective: 1500px;
  position: relative;
}

.card__side {
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
}
.card__side--front {
  color: #1f1f1f;
  text-align: left;
}
.card__side--back {
    transform: rotateY(180deg);
    background: #E5F3F3;
    color: #000;
    width: 100%;
    height: 262px;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    border: 0px solid #FFF;
    text-align: left;
}
.card_tarjeta:hover .card__side--front {
  transform: rotateY(-180deg);
}
.card_tarjeta:hover .card__side--back {
  transform: rotateY(0deg);
}



.card_tarjeta{
  perspective: 1500px;
  -moz-perspective: 1500px;
  position: relative;
  
  &__side {
    height: 100%;
    width: 100%;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    
    &--front {
    }
    
    &--back {
      transform: rotateY(180deg);
    }
  }
  
  &:hover &__side--front {
    transform: rotateY(-180deg);
  }
  &:hover &__side--back {
    transform: rotateY(0deg);
  }
}


/* =========================
   BACKGROUNDS / COLORS
========================= */
.bk2{
  background: url(../img/bk2.jpg); 
  background-size: cover;
  background-attachment: fixed;
}

.bg-brand-tealLight{
  background: none!important;
}

.diving{
  background: #fff;
}

.color_g{
  background: #F8F9FA;   
}

.color_ac{
  background:url(../img/bloc_bg.png) no-repeat bottom right #E5F3F3!important;
  background-attachment: fixed !important;
}

.color_ac2{
  background:  #E5F3F3!important;
}

.bk_white{
  background:#fff!important
}

.bk_third {
  background: url(../img/bk_third.png);
  background-size: cover;
}

.bk_people{
  background: url(../img/bk3.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.bk_people2{
  background: url(../img/bk4.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.color_blanco{
  color:#fff!important;
}

.col_ve{
  color: #067788!important; 
}

/* Tailwind overrides in amazing list */
.amazing .bg-brand-tealLight{
  background-color: rgb(229 243 243 / var(--tw-bg-opacity, 1)) !important;
}

.amazing .bg-brand-tealLight2 {
  background-color: #ff5500 !important;
}

.text-brand-tealMid2{
  --tw-text-opacity: 1;
  color: #fff;
}

.weith{
  font-weight: lighter;
}

.amazing a{
  text-decoration:underline!important;
}

/* =========================
   FORMS
========================= */
form{
  background: #F2F2F2;
  padding: 40px 20px!important;
  box-sizing: border-box;
}

.bk_gr2{
  background: #F6F8FA;
}
.bk_gray{
  background: #F8F9FA;
}

.inp_form input{
  background: none;
  border-bottom: 1px solid #000;
  height: 50px;
}

.inp_form label{
  color: #808080;
}
.inp_form label span{
  color:#FD5206;
}

select {
  width: 98% !important;
  background: #F6F8FA;
  padding: 10px !important;
  color:#808080!important;
}

textarea{
  background: transparent;
  border-bottom: 1px solid #000;
  height: 100px!important;
  color: #808080!important;
  font-style: italic;
  width: 98% !important;
}

/* =========================
   HOVERS / CARDS
========================= */
.hov1 :hover{
  color: #FD5206;
}
.hov1 a:hover{
  color:#067788;
}

.tarjeta{
  border:1px solid #f5f5f5;
}
.light{
  font-weight: lighter!important;
}
.bg-black{
  background: #000;
}
.border_t_cc{
  border-top: #ccc 1px solid;
}
footer a:hover{
  color: #FD5206;
}

footer .grid h3{
  font-family: 'Roboto'!important;
}

.tar_2 a:hover{
  color: #FD5206;
}
.tit2_tar {
    font-size: 21px !important;
    font-family: 'Roboto Slab';
    font-weight: 300 !important;
    
}
/* =========================
   CAROUSEL
========================= */
.carousel {
  position: relative;
  padding-top: 44%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
  display: none;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #FD5206;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 19.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;

  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;

  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.testi{
  padding: 80px 0;
}
.box{
  box-sizing: border-box;
}
.icon_tar{
  padding: 10px;
}

/* NOTE: second .right definition kept to avoid changing behavior */
.right{
  right: 0;
}

/* =========================
   RESPONSIVE NAV + DROPDOWNS (CSS ONLY)
   - Uses a checkbox (#nav-toggle) for mobile open/close
   - Uses <details>/<summary> for dropdowns (tap/click friendly)
========================= */

/* Wrapper layout */
.nav-wrap { position: relative; }
.nav-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-logo img{ max-height: 31px;
  margin-top: -8px;
}

/* Hide checkbox (keeps it accessible) */
.nav-toggle{
  position: absolute;
  left: -9999px;
}

/* Burger button */
.nav-burger{
  display: none; /* shown on mobile */
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-burger span{
  display: block;
  width: 22px;
  height: 2px;
  background: #0D4D4E;
  margin: 4px 0;
}

/* Burger -> X (CSS only) */
#nav-toggle:checked + .nav-burger span:nth-child(1){
  transform: translateY(6px) rotate(45deg);
}
#nav-toggle:checked + .nav-burger span:nth-child(2){
  opacity: 0;
}
#nav-toggle:checked + .nav-burger span:nth-child(3){
  transform: translateY(-6px) rotate(-45deg);
}

/* Click-outside overlay for mobile menu (label tied to #nav-toggle) */
.nav-overlay{
  display: none;
}

/* Desktop links row */
.nav-links{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

/* Dropdown container */
.nav-dd{
  position: relative;
  display: inline-block;
}

/* Make summary look like a nav link */
.nav-dd > summary{
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 0 20px 0 0;
  margin-left: 34px;
  background: url(../img/Vector.png) no-repeat right center;
  font-family: 'Roboto Slab'!important;
  color: inherit;
  font-size: 16px;
}
.logo-grow {
  transform: scale(1.15);
  transform-origin: left center;
}
.nav-dd > summary::-webkit-details-marker{ display:none; }

/* Dropdown panel (desktop) */
.nav-dd-panel{
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(0,0,0,.14);
  padding: 10px;
  z-index: 999;
  display: none;
}
.nav-dd[open] > .nav-dd-panel{ display: block; }

.nav-dd-panel a{
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #0D4D4E;
  font-family: 'Roboto';
}
.nav-dd-panel a:hover{
  background: rgba(253,82,6,.08);
  color: #FD5206;
}
.mov{
    display: none;
}
.logo_f {
    width: 110px;
}
.testimonio .carousel__prev img, .testimonio .carousel__next {
    box-sizing: border-box;
    padding: 21px;
}
.txt_slider2{
    position: absolute;
    bottom: 0;
    top: 17%;
    right: 0;
    left: 0;
    height: 230px;
    margin: auto !important;
}
.h1s{
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-style: normal;
    font-size: 70px !important;
}
.h1sl3 {
    text-align: left!important; 
    color: #fff !important;;
}
.h1sl4 {
    text-align: right !important;
    color: #fff !important;
    font-size: 90px !important;
    padding:0 0 0;
}
.h1sl6 {
    text-align: left !important;
    color: #000 !important;
    font-size: 90px !important;
    padding: 8% 0 0;
}

.tar_people ul li {
    list-style: initial !important;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    width: 94%;
    float: right;
    font-size: 13px;
}
.notification{
    border:#DCDCDC 1px solid;
    box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
-webkit-box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
-moz-box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
background: url(../img/nave.svg) left top no-repeat;
    background-size: 50px;
    padding: 14px 10px 10px 67px;
}
.notification2{
    border:#DCDCDC 1px solid;
    box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
-webkit-box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
-moz-box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
    background-size: 50px;
    padding: 14px;
}
.notification a{
  margin: 0 20px 0 0;
}
.notification a:hover{
  color: #FD5206;
}
.bk_acua{
  background: #E5F3F3!important;
}
.bk_acua .amazing .bg-brand-tealLight{
  background-color:#b8dade!important;
}
.bk_acua .tarjeta{
box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
-webkit-box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
-moz-box-shadow: -2px 8px 26px -7px rgba(0,0,0,0.07);
}
.col_gris{
  color: #7C7C7C;
}
.test_img {
    top: -30px;
    position: absolute;
}
.test_img img{
  border-radius: 50px;
}
.mas{
  padding: 15px;
}
.tar_people ul li{
      list-style: initial!important;
}

.tar_people .tarjeta img{
    height: 100%!important;
}
.bg-gray{
  background:#F6F6F6!important;
}
.leader-name{
  font-family: 'Roboto';
}
.tarjeta2{
  border: #fff 1px solid!important;
}
.txt_slider3 {
    position: absolute;
    bottom: 0;
    top: 17%;
    right: 0;
    left: 0;
    height: 80px;
    margin: auto !important;
}
.res7-title, .text-3xl{
  font-weight: 300;
}
.centarrow li{
  background: url(../img/next.svg) left center no-repeat;
  padding: 20px 40px;
}
.centarrow li a:hover{
  color: #FD5206!important;
}
.d20{
  float: left;
}
.overflow-hidden .d100 {
  max-width: inherit;
    height: auto;
    width: 100%;
}
@media (max-width: 1200px){

.h1s{
  font-size: 41px !important;
  padding: 7% 0 0;
}  
.h1sl2 {
    text-align: center;
    color: #fff !important;
}
}
/* Optional: open dropdown on hover for mouse users */
@media (hover:hover){
  .nav-dd:hover > .nav-dd-panel{ display:block; }
}
.bg-{
  background: transparent;
}
/* =========================
   RESPONSIVE LAYOUT FIXES
   - Removes float layouts on small screens
   - Stacks columns to 100% width
========================= */
@media (max-width: 900px){
  /* stop float-based grids from breaking on mobile */
  .gen, .left_, .right_, .right { float: none !important; }
  .t_right { text-align: left !important; }
  .no_mov{
    display: none;
  }
  .h1sl4 {
    padding: 0 30px 0 !important;
}
.test_img img {
    border-radius: 50px;
    width: 80px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
  .faq9-hero{
    margin: 0px 0 0!important;
    background-size: 220px!important;
  }
  .faq9-title {
    text-align: center;
    font-size: 29px!important;
  }
  .hero-carousel .carousel__next {
    right: 0px;
  }
  .hero-carousel .carousel__prev {
    left: 0;
  }
  .carousel__prev, .carousel__next {
    z-index: 200;
    background: transparent!important;
    margin-top: 33%;
  }
  .bk2 {
        background-size: cover;
  }
  .carousel::after, .carousel__next {
    right: 0rem;
}
.carousel::before, .carousel__prev {
    left: 0rem;
    
}
.contenedor2 {
    width: 90%;
}
footer .d25{
  margin: 40px 0 0;
}
    .carousel {
        padding-top: 100%!important;
    }
  .mov{
    display: block;
  }
 .txt_slider {
        padding: 0 19px !important;
        box-sizing: border-box;
    }
  .padd_mov_sl{
    padding:0!important;
  }
  .text-content {
    height: 200px!important;
  }
  .hero-carousel .max-w-xl {
    width: 100%;
    max-width: inherit;
}
.bk_acua, .bk_gray {
    box-sizing: border-box;
    padding: 0 21px;
}
.mar_b_m_5{
  margin-bottom: 50px;
}
.mar_t_m_5{
  margin-top: 50px;
}
.centarrow li {
    background: url(../img/next.svg) left center no-repeat;
    padding: 6px 40px;
    float: left !important;
}
.br8-brands {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.h1s{
 font-size: 36px !important;
 width: 100%;
}
.py-16 {
    padding-top: 20px;
    padding-bottom: 20px;
}
  .h1sl{
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
  }
.h1sl2 {
        color: #fff !important;
        margin: 0 !important;
        padding: 0;
    }
.h1sl5 {
        color: #fff !important;
        margin: 0 auto !important;
        padding: 0!important;
        text-align: center!important;
    }
  header{
    position: relative!important;
  }
  .contenedor3 {
    max-width: 94%;
  }
  .play_sec{
    box-sizing: border-box;
    padding: 20px;
  }
 .res7-mission .mar_t_10 {
        margin-top: 0 !important;
        box-sizing: border-box;
        padding: 17px;
    }
    #acua .gen,#acua .left_,#acua .right_,#acua .right {
        float: left !important;
    }
    #acua .d50{
        width: 50%!important;
      }
      #acua{
        float: left !important;
      margin: 27px 0;
      }
  /* stack common width helpers */
  .d10, .d11, .d12, .d14, .d15, .d16, .d17, .d21, .d25, .d30, .d33, .d333, .d35, .d40, .d45, .d50, .d55, .d60, .d65, .d666, .d70, .d75, .d80, .d85, .d90, .d95, .d99{
    width: 100%!important;
  }
  .t_ab_blog {
    top: 15px;
    padding: 14px;
}
  /* header spacing */
  .nav-top-actions{ width: 100% !important; }
  .nav-main{ flex-wrap: wrap; }
  .nav-logo{ flex: 1 1 auto; }

  /* show burger + collapse links */
  .nav-burger{ display: inline-flex; }
  .nav-links{
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 10px;
  }
  #nav-toggle:checked ~ .nav-burger{
    border-color: rgba(253,82,6,.55);
  }
  #nav-toggle:checked ~ .nav-links{ display: flex; }
  #nav-toggle:checked ~ .nav-overlay { display: block; }

  /* dropdowns become accordion style */
  .nav-dd{ width: 100%; }
  .nav-dd > summary{
    width: 100%;
    margin-left: 0;
    padding: 12px 12px;
    background-position: calc(100% - 10px) center;
  }
  .nav-dd-panel{
    position: static;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    border-radius: 12px;
    margin-top: 6px;
  }

  /* carousel height tweak on small screens */
  .testimonio {
        padding-top: 600px !important;
    }
    .res7-card-body {
    padding: 14px 14px 16px;
    min-height: 178px;
    background: #fff;
    position: relative;
  }
  .res7-r-body{
    background: #fff;
    position: relative;
  }
}

/* =========================================================
   HERO SLIDER (NO JS) — IMAGE + VIDEO SUPPORT
   - Uses the same .carousel structure already present
   - Overrides sizes so the hero does NOT use padding-top:45%
   - Media covers full hero area without shifting the text overlay
========================================================= */
.hero{
  /* keeps the overlay + slider stacked correctly */
  position: relative;
}
.text-content{
  height: 310px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hero-carousel{
  /* responsive hero height */
  height: 700px;
  padding-top: 0 !important;      /* override base .carousel padding-top */
  filter: none !important;        /* remove drop shadow in hero */
  perspective: none !important;   /* no 3D needed for hero */
}

.hero-carousel .carousel__viewport{
  /* fill the hero */
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* Hide scrollbar visually */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.hero-carousel .carousel__viewport::-webkit-scrollbar{
  display: none; /* Chrome/Safari */
}

.hero-carousel .carousel__slide{
  height: 100%;
}

.hero-carousel .carousel__snapper{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Full-bleed media (image/video) */
.hero-media{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dots position */
.hero-carousel .carousel__navigation{
  bottom: 18px;
  z-index: 5;
}

/* Hide prev/next click targets visually in hero (keep for accessibility) */
.hero-carousel .carousel__prev,
.hero-carousel .carousel__next{
    position: absolute;
    width: 53px;
    height: 53px;
    padding: 17px;
    margin: auto 0;
    border: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
    top: 20%;
    background: #fff;
}
.hero-carousel .carousel__next{
  right: 30px;
}
.hero-carousel .carousel__prev{
  left: 30px;
}
/* Mobile adjustments */
@media (max-width: 768px){
  .hero-carousel{
    height: clamp(380px, 58vh, 640px);
  }
}

/* =========================================================/* =========================================================
   LEADERSHIP MODULE (5 on first row, 4 on second row)
   ---------------------------------------------------------
   ✅ Purpose:
   - Adds the "Our Leadership" block (as in ejemplo.jpg)
   - First row: 5 cards
   - Second row: 4 cards (centered)
   - Fully responsive: 2 cols (mobile) → 3 (md) → 4 (lg) → 5/4 (xl)

   ✅ HTML hooks used:
   - .leadership
   - .leader-grids
   - .leader-grid--top  (row 1)
   - .leader-grid--bottom (row 2)
   - .leader-card / .leader-photo / .leader-name / .leader-role
========================================================= */

.leadership{
  padding: clamp(56px, 6vw, 96px) 0;
}

.leadership .leadership__inner{
  width: min(1100px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.leadership .leadership__title{
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 500;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.15;
  color: #29333f;
}

.leadership .leadership__subtitle{
  margin-top: 10px;
  font-size: clamp(14px, 1.2vw, 18px);
  color: rgba(41, 51, 63, .78);
}

/* wrapper */
.leader-grids{
  margin-top: clamp(34px, 3.6vw, 56px);
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

/* base grid */
.leader-grid{
  display: grid;
  justify-content: center; /* centers the whole row */
  gap: clamp(18px, 2.2vw, 30px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ✅ Row 1 (top) */
.leader-grid--top{
  width: min(1100px, 92vw);
  margin: 0 auto;
}

/* ✅ Row 2 (bottom) centered with its own width */
.leader-grid--bottom{
  width: min(920px, 92vw);
  margin: 0 auto;
}

/* breakpoints */
@media (min-width: 640px){
  .leader-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 900px){
  .leader-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1200px){
  .leader-grid--top{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .leader-grid--bottom{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* card */
.leader-card{
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 6px 6px 0;
}

.leader-photo{
  width: clamp(96px, 8.6vw, 150px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  overflow: hidden;
  background: #f1f3f6; /* placeholder for your B/W portraits */
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.leader-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.leader-name{
  margin-top: 14px;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  color: #29333f;
}

.leader-role{
  margin-top: 2px;
  font-size: clamp(12px, 1.1vw, 14px);
  color: rgba(41, 51, 63, .7);
}



/* =========================================================
   RESOURCES PAGE MODULES (seventh.html)
   - Featured Resources carousel (multi-card per slide)
   - Our Mission & Vision filters + grid
   ---------------------------------------------------------
   ✅ Uses existing typography/colors where possible
   ✅ Safe overrides only for the featured carousel instance
========================================================= */

.featured-resources__wrap{
  position: relative;
}

/* Make the dark section match the design with a subtle overlay */
.featured-resources__wrap:before{
  content:"";
  position:absolute;
  inset:-16px;
  border-radius: 28px;
  background: rgba(6, 25, 38, .55);
  pointer-events:none;
}

/* Ensure content sits above overlay */
.featured-resources__wrap > *{
  position: relative;
  z-index: 1;
}

/* ===== Featured carousel overrides (do not affect other carousels) ===== */
.featured-carousel{
  position: relative;
  padding-bottom: 40px; /* space for dots */
}

.featured-carousel .carousel__viewport{
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  gap: 0;
  padding: 8px 0 18px;
}

.featured-carousel .carousel__slide{
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
  padding-top: 0; /* override generic carousel */
}

.featured-carousel .carousel__snapper{
  position: relative;
  height: auto;
  padding: 10px 10px 0;
}

/* Multi-card layout inside each slide */
.featured-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* Arrows */
.featured-carousel .carousel__prev,
.featured-carousel .carousel__next{
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  z-index: 3;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.featured-carousel .carousel__prev{ left: -8px; }
.featured-carousel .carousel__next{ right: -8px; }

.featured-carousel .carousel__prev:before,
.featured-carousel .carousel__next:before{
  content:"";
  width: 10px;
  height: 10px;
  border-right: 2px solid #0f172a;
  border-bottom: 2px solid #0f172a;
  transform: rotate(135deg);
}

.featured-carousel .carousel__next:before{
  transform: rotate(-45deg);
}

.featured-carousel .carousel__navigation{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0 0;
}

.featured-carousel .carousel__navigation-button{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
}

.featured-carousel .carousel__navigation-button:hover{
  background: rgba(255,255,255,.85);
}

/* Hide scrollbars (still accessible) */
.featured-carousel .carousel__viewport::-webkit-scrollbar{ height: 0; }
.featured-carousel .carousel__viewport{ scrollbar-width: none; }

/* ===== Resource card component ===== */
.res-card{
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.res-card__img{
  width: 100%;
  height: 120px;
  background: #e5e7eb;
  overflow: hidden;
}

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

.res-card__body{
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.res-card__tag{
  font-size: 11px;
  font-weight: 700;
  color: #0ea5e9;
  letter-spacing: .02em;
}

.res-card__title{
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
}

.res-card__desc{
  font-size: 12px;
  line-height: 1.35;
  color: #475569;
  margin: 0;
}

.res-card__meta{
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #64748b;
}

.res-card__cta{
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f97316;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
}

/* ===== Filters + grid ===== */
.resources-filters{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.2fr;
  gap: 14px;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.resources-filter{
  width: 100%;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: #ffffff;
  padding: 0 12px;
  font-size: 12px;
  color: #0f172a;
}

.resources-search{
  position: relative;
  width: 100%;
}

.resources-search__icon{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: rgba(15,23,42,.55);
}

.resources-search__input{
  width: 100%;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: #ffffff;
  padding: 0 12px 0 34px;
  font-size: 12px;
  color: #0f172a;
}

.resources-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* Grid version: less heavy shadow to match page */
.res-card--grid{
  box-shadow: 0 12px 26px rgba(2, 6, 23, .08);
}

/* ===== Responsive ===== */
@media (max-width: 1100px){
  .featured-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resources-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 840px){
  .resources-filters{
    grid-template-columns: 1fr 1fr;
  }
  .resources-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-carousel .carousel__prev{ left: 6px; }
  .featured-carousel .carousel__next{ right: 6px; }
}

@media (max-width: 520px){
  .featured-grid{
    grid-template-columns: 1fr;
  }
  .resources-grid{
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   RESOURCES PAGE MODULES (SCOPED) - seventh.html
   ---------------------------------------------------------
   ✅ Unique classes prefix: res7-
   ✅ No global resets / no overrides of existing modules
========================================================= */

/* ---------- Featured Resources (carousel) ---------- */
.res7-featured{
  background: var(--brand-slate, #0f2d3a);
  position: relative;
}

.res7-featured .res7-title{
  letter-spacing: .02em;
}

.res7-carousel-wrap{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.res7-carousel{
  overflow: hidden;
}

.res7-track{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 2px 18px;
  scrollbar-width: none; /* Firefox */
}
.res7-track::-webkit-scrollbar{ display:none; }

.res7-card{
  flex: 0 0 calc(100% - 4px);
  scroll-snap-align: start;
  background: #ffffff;
  color: #102129;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  position: relative;
}

@media (min-width: 640px){
  .res7-card{ flex-basis: calc(50% - 9px); }
}
@media (min-width: 1024px){
  .res7-card{ flex-basis: calc(25% - 14px); }
}

.res7-thumb{
  height: 122px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.10)),
    repeating-linear-gradient(135deg, rgba(15,45,58,.10) 0 8px, rgba(15,45,58,.06) 8px 16px);
}

.res7-card-body{
  padding: 14px 14px 16px;
  min-height: 178px;
}

.res7-tag{
  font-size: 12px;
  font-weight: 600;
  color: #1b7ea4;
  margin-bottom: 8px;
}

.res7-card-title{
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.res7-card-desc{
  font-size: 12px;
  line-height: 1.45;
  color: #4a5a62;
  margin: 0 0 14px;
}

.res7-card-meta{
  font-size: 11px;
  color: #6b7a82;
}

.res7-card-cta{
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.res7-arrow{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: rgba(180, 250, 255, .85);
  color: #0f2d3a;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(0,0,0,.20);
}
.res7-arrow span{
  font-size: 26px;
  transform: translateY(-1px);
}
.res7-arrow:active{ transform: scale(.98); }

@media (max-width: 639px){
  .res7-carousel-wrap{ grid-template-columns: 1fr; }
  .res7-arrow{ display:none; }
  .res7-track{ padding-bottom: 10px; }
}

.res7-dots{
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.res7-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: rgba(255,255,255,.55);
}
.res7-dot.is-active{ background: #ff6a00; }

/* ---------- Our Mission & Vision (filters + grid) ---------- */
.res7-filters{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}
@media (max-width: 900px){
  .res7-filters{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  .res7-filters{ grid-template-columns: 1fr; }
}

.res7-control{
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(16,33,41,.12);
  background: #fff;
  color: #102129;
  font-size: 13px;
  outline: none;
}
.res7-control:focus{
  border-color: rgba(27,126,164,.45);
  box-shadow: 0 0 0 3px rgba(27,126,164,.14);
}

.res7-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.res13-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.res7-r-card{
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(16,33,41,.10);
  box-shadow: 0 10px 24px rgba(16,33,41,.06);
  position: relative;
}

.res7-r-thumb{
  height: auto;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.10)),
    repeating-linear-gradient(135deg, rgba(15,45,58,.08) 0 8px, rgba(15,45,58,.04) 8px 16px);
}

.res7-r-body{
  padding: 14px 14px 16px;
    min-height: 180px;
    position: relative;
    background: #fff;
}

.res7-r-tag{
  font-size: 12px;
  font-weight: 600;
  color: #1b7ea4;
  margin-bottom: 8px;
}

.res7-r-title{
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 4px;
}

.res7-r-desc{
  font-size: 12px;
  line-height: 1.45;
  color: #4a5a62;
  margin: 0 0 14px;
}

.res7-r-meta{
  font-size: 11px;
  color: #6b7a82;
}

.res7-r-cta{
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.bk_carou{
  background: url(../img/bk_carousel.png);
  background-attachment: fixed;
  background-size: cover;
}
.lupa_search {
    background: url(../img/lupa.svg) no-repeat left center #fff;
    box-sizing: border-box;
    padding: 0 0 0 36px;
    background-size: 26px;
}
/* ------------------------------
   Featured Resources carousel JS hooks
   (Scoped to .res7- prefix; safe for other pages)
--------------------------------*/
.res7-arrow:focus-visible,
.res7-dot:focus-visible{
  outline: 2px solid rgba(253,82,6,.85);
  outline-offset: 3px;
}
/* =========================================================
   TEMPLATE EIGHTH (BRANDS) — br8-
   Scoped styles for eighth.html only
========================================================= */

/* Hero (image + centered H1 + decorative arcs) */
.br8-hero{
  position: relative;
  overflow: hidden;
  background: #000;
}
.br8-hero img{
  width: 100%;
  height: auto;
  display: block;
}
.br8-heroTitle{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
  z-index: 2;
}
.br8-heroTitle h1{
  margin: 0;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 12px 30px rgba(0,0,0,.45);
  font-size: clamp(32px, 4vw, 62px);
}

/* Decorative arcs (conic ring). Cropped by being partially off-canvas. */
.br8-arc{
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  z-index: 1;
  background: conic-gradient(from 215deg, #fd5206 0 68%, #005460 68% 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 44px), #000 calc(100% - 44px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 44px), #000 calc(100% - 44px));
  opacity: .98;
}
.br8-arc--left{
  left: -140px;
  bottom: -160px;
}
.br8-arc--right{
  right: -170px;
  top: -170px;
  transform: rotate(18deg);
}
.br8-dot{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #7fe0d8;
  z-index: 1;
  right: 120px;
  top: 110px;
}

/* Brands list */
.br8-brands{
  background: #fff;
}
.br8-brandsInner{
  max-width: 72rem;
  margin: 0 auto;
  padding: 56px 24px 64px;
}
.br8-brandItem{
  display: flex;
  gap: 34px;
  align-items: flex-start;
  padding: 18px 0;
}
.br8-brandIcon{
  width: 170px;
  height: auto;
  flex: 0 0 170px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.br8-brandIcon .br8-mark{
  font-family: "Inter", ui-sans-serif, system-ui;
  font-weight: 800;
  font-size: 96px;
  line-height: 1;
  color: #111;
}
.br8-brandContent h2{
  margin: 6px 0 10px;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
  font-size: 18px;
  color: #29333f;
}
.br8-brandContent p{
  margin: 0 0 12px;
  font-family: "Inter", ui-sans-serif, system-ui;
  font-size: 13px;
  line-height: 1.45;
  color: #475569;
  max-width: 100%;
}
.br8-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fd5206;
  color: #fff;
  font-family: "Inter", ui-sans-serif, system-ui;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .02em;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
}
.br8-cta:hover{
  filter: brightness(0.96);
}

/* Responsive */
@media (max-width: 900px){
  .br8-arc{
    width: 250px;
    height: 250px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 36px), #000 calc(100% - 36px));
            mask: radial-gradient(farthest-side, transparent calc(100% - 36px), #000 calc(100% - 36px));
  }
  .br8-arc--left{ left: -130px; bottom: -150px; }
  .br8-arc--right{ right: -150px; top: -150px; }
  .br8-dot{ right: 70px; top: 85px; width: 32px; height: 32px; }
  .br8-brandItem{ gap: 18px; }
  .br8-brandIcon{
    width: 120px;
    height: 120px;
    flex-basis: 120px;
  }
  .br8-brandIcon .br8-mark{ font-size: 70px; }
  .br8-brandContent h2{ font-size: 22px; }
}
@media (max-width: 620px){
  .br8-brandItem{
    flex-direction: column;
    align-items: flex-start;
  }
  .br8-brandIcon{
    width: 140px;
    height: 140px;
    flex-basis: auto;
  }
}

/* =========================================================
   TEMPLATE 9 — FAQ (Scoped)
   Prefix: faq9-
========================================================= */
/* Page wrapper */
.faq9-hero{
  position: relative;
  background: #fff;
  overflow: hidden;
}

.faq9-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px 40px;
}

.faq9-title{
  text-align: center;
  font-size: 49px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #29333f;
  margin: 0;
  font-weight: 300;
}

.faq9-subtitle{
  text-align: center;
  margin-top: 14px;
  font-size: 15px;
  color: rgba(41, 51, 63, 0.7);
}

.faq9-deco{
  position: absolute;
  right: -26px;
  top: 140px;
  width: 260px;
  height: 260px;
  pointer-events: none;
  opacity: 1;
}

.faq9-section{
  margin-top: 40px;
}

.faq9-h2{
  font-size: 28px;
  letter-spacing: -0.01em;
  color: #29333f;
  margin: 0 0 18px;
  font-weight: 300;
}

.faq9-accordion{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq9-item{
  border: 1px solid rgba(41, 51, 63, 0.10);
  border-radius: 29px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);

}

.faq9-summary{
  list-style: none;
  cursor: pointer;
  padding: 18px 18px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.faq9-summary::-webkit-details-marker{
  display: none;
}

.faq9-q{
  font-size: 14px;
  font-weight: 600;
  color: rgba(41, 51, 63, 0.85);
}

.faq9-icon{
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(41, 51, 63, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(41, 51, 63, 0.8);
  font-weight: 700;
  line-height: 1;
  transform: translateY(0);
  transition: transform .18s ease, background-color .18s ease;
}

.faq9-item[open] .faq9-icon{
  transform: rotate(45deg);
  background: rgba(229, 243, 243, 0.75);
}

.faq9-panel{
  padding: 0 22px 18px 22px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(41, 51, 63, 0.72);
}

.faq9-note{
  margin-top: 22px;
  font-size: 12px;
  color: rgba(41, 51, 63, 0.65);
}

.faq9-email{
  color: #fd5206;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px){
  .faq9-wrap{
    padding: 54px 18px 50px;
  }
  .faq9-deco{
    top: 90px;
    right: -46px;
    width: 220px;
    height: 220px;
    opacity: 0.95;
  }
  .faq9-h2{
    font-size: 24px;
  }
  .faq9-item{
    border-radius: 22px;
  }
  .res13-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.faq9-hero {
    margin: 0;
}
.etiqueta_ver{
  background: #E5F3F3;
  box-sizing: border-box;
  padding: 20px 20px;
}
.col_nar{
  color:#ff6a00;
}
.bk_link {
    background: url(../img/back.svg) left center no-repeat;
    padding: 0 0 0 30px;
    background-size: 17px;
}
.bk_link:hover {
    padding: 0 0 0 20px;
}
.bk_img {
    width: 19px;
    margin: 3px 8px 0 0;
}
.radio_img{
  border-radius: 10px;
}
.redes_ img {
    width: 20px;
    margin: 0 auto;
}
.img_imgblog{
  width: 100%!important;
}
.color_white{
  color:#fff;
}
.t_ab_blog{
  top:15px;
}
.color_verde{
  color:#047889!important;
}
/* =========================================================
   BLOG PAGINATION (Template 13)
   - Safe scoped styles: .res13-*
========================================================= */
.res13-pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:38px 0 70px;
}
.res13-page{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:34px;
  min-width:34px;
  padding:0 12px;
  border:1px solid rgba(41,51,63,.18);
  border-radius:6px;
  background:#f3f4f6;
  color:#29333f;
  font-size:12px;
  line-height:1;
  text-decoration:none;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}
.res13-page:hover{
  background:#ffffff;
  border-color:rgba(253,82,6,.55);
}
.res13-page:active{
  transform:translateY(1px);
}
.res13-page--nav{
  padding:0 14px;
}
.res13-page--num{
  padding:0 12px;
}
.res13-page.is-active,
.res13-page[aria-current="page"]{
  background:#ffffff;
  border-color:rgba(41,51,63,.35);
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}

@media (max-width: 520px){
  .res13-pagination{
    gap:8px;
    padding:28px 0 54px;
  }
  .res13-page{
    height:32px;
    min-width:32px;
    padding:0 10px;
  }
  .res13-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.res13-page--ellipsis{
  background:transparent;
  border-color:transparent;
  padding:0 6px;
  min-width:auto;
  pointer-events:none;
}
.res13-page:focus-visible{
  outline:2px solid rgba(253,82,6,.85);
  outline-offset:3px;
}

/* =========================
   FEATURES FLIP CARDS
========================= */
.er-feature-flip-card {
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.er-feature-flip-card.flipped {
  transform: rotateY(180deg);
}

.er-feature-flip-front,
.er-feature-flip-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.er-feature-flip-back {
  transform: rotateY(180deg);
}
