/*input number quitar flechas*/

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*input number quitar flechas*/


/*Footer espacio para el Subvencionado */

.footer-logo-espacio {
  margin-bottom: 30px;
  width: 250px;
  height: auto;
}

.footer-logo-espacio img {
  max-width: 100%;
}

/*Footer espacio para el Subvencionado*/


/*contienecheckbox*/

.contienecheckbox {
  width:100%;
  display: flex;
  text-align: left;
  margin-bottom: 10px;
}

.labelcheck {
  width: 93%;
  vertical-align: middle;
  margin: 0px;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #595959;
}

.labelcheck a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.labelcheck a:hover {
  color: #80b435;
}

/*contienecheckbox*/

/*Loader*/

.ajax-loader {
  width: 79px;
  display: none;
}

.ajax-result {
  margin-top: 10px;
}

.ajax-result .success,
.ajax-result .error {
  clear: both;
  padding: 10px;
  border: 1px solid green;
  font-size: 14px;
  background: #a9e4a9;
  color: #000;
  text-align: center;
  display: none;
}

.ajax-result .error {
  background: #f98e8e;
}

.ajax-result-phone {
  margin-top: 10px;
}

.ajax-result-phone .success,
.ajax-result-phone .error {
  clear: both;
  padding: 10px;
  border: 1px solid green;
  font-size: 14px;
  background: #a9e4a9;
  color: #000;
  text-align: center;
  display: none;
}

.ajax-result-phone .error {
  background: #f98e8e;
}

.ajax-result-home {
  margin-top: 10px;
}

.ajax-result-home .success,
.ajax-result-home .error {
  clear: both;
  padding: 10px;
  border: 1px solid green;
  font-size: 14px;
  background: #a9e4a9;
  color: #000;
  text-align: center;
  display: none;
}

.ajax-result-home .error {
  background: #f98e8e;
}

.hpxpfck {
  position: absolute !important;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
}

/*Loader*/

/* -----------------------------------
    Resaltar los titulos de los avisos
-------------------------------------*/

.resaltartitulos ul li {
  list-style: disc;
  margin: 15px;
}

.resaltartitulos ul {
  height: auto;
}

.resaltartitulos h1,
.resaltartitulos h2,
.resaltartitulos h3,
.resaltartitulos h4,
.resaltartitulos h5,
.resaltartitulos h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* -----------------------------------
    Resaltar los titulos de los avisos
-------------------------------------*/

/* COMIENZA EL CSS PERSONALIZADO */

.validate-background {
  background-color: #000;
  display: contents;
}

.section-padding {
  padding: 80px 15px !important;
}

.mrt-30 {
  margin-top: 30px;
}

.mrr-0 {
  margin-right: 0px !important;
}

.mrr-5 {
  margin-right: 5px !important;
}

.mrb-0 {
  margin-bottom: 0px !important;
}

.mrb-5 {
  margin-bottom: 5px !important;
}

.mrb-20 {
  margin-bottom: 20px;
}

.img-responsive {
  border-radius: 10px;
}

.owl-carousel .owl-item img {
  border-radius: 10px;
}

.awe-loading-wrapper {
  text-align: center;
  width: 450px;
  height: 300px;
  position: absolute;
  margin-top: -100px;
  margin-left: -230px;
}

.awe-loading-wrapper .awe-loading-icon {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 10px;
    -webkit-animation-name: aweIcon;
    animation-name: aweIcon;
    -webkit-animation-duration: 4s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* MENU START */

#header.header-v1 #topbar .inner-topbar {
  padding: 10px 0px 10px;
}

#topbar .float-right a {
  font: 400 18px / 36px "Roboto";
}

.df-nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mega-menu ul.navbar-nav li {
  padding: 0 20px;
}

.mega-menu ul.navbar-nav ul.menu-level-1 li a {
  padding-left: 0px;
}

.mega-menu ul.navbar-nav ul.menu-level-1 li a:after {
  display: none;
}

.mega-menu ul.navbar-nav ul.menu-level-1.language {
  min-width: auto;
}

/* MENU END */

/* PAGE HERO BANNER START */

.page-hero-banner {
  position: relative;
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0 50px;
  overflow: hidden;
}

.page-hero-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
}

.page-hero-banner .container {
  position: relative;
  z-index: 2;
}

.page-hero-banner__content {
  text-align: center;
}

.page-hero-banner__content h1 {
  font-family: "Roboto Slab", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 3px;
  margin: 0 0 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-hero-banner__breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.page-hero-banner__breadcrumb ul li {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-hero-banner__breadcrumb ul li+li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.page-hero-banner__breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-hero-banner__breadcrumb ul li a.active {
  color: #80b435;
}

.page-hero-banner__breadcrumb ul li a:hover {
  color: #80b435;
}

.page-hero-banner__breadcrumb ul li span {
  color: rgba(255, 255, 255, 0.7);
}

.tp-banner-container .link-1.color-white a {
  color: #000;
  transition: all 0.3s ease;
}

.tp-banner-container .link-1.bg-brand:hover {
  background: #fff;
  border-color: #80b435;
}

.tp-banner-container .link-1.color-white a:hover {
  color: #000;
}

/* PAGE HERO BANNER END */

/* SECTION 1 START */

.choose-us .title-choose span {
  font: 400 30px / 35px "Roboto Slab";
  text-transform: capitalize;
  color: #80b435;
}

.choose-us .title-choose.about h2 {
  font-weight: 700;
  margin-top: 20px;
}

.choose-us .title-choose h2 {
  font: 400 48px / 50px "Roboto Slab";
  color: #2b2b2b;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.head-about .col-md-6.pd-left-10:before {
  bottom: -40px;
}

.slider-about.owl-carousel .owl-nav .owl-prev,
.slider-about.owl-carousel .owl-nav .owl-next {
  width: 35px;
}

.slider-about.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}

.slider-about.owl-carousel .owl-nav .owl-next {
  right: 0px;
}

.blog-post-container {
  margin: 0
}

.page-contact .content-text h2 {
  color: #80b435;
  font: 400 48px / 50px "Roboto Slab";
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.head .item .text p a {
  color: #000;
  transition: color 0.3s ease;
}

.head .item .text p a:hover {
  color: #80b435;
}

.page-contact .content-text h3 {
  font: 400 24px / 30px "Roboto Slab";
  color: #333;
  margin-bottom: 50px;
}

.link-v1.rt {
  color: #000;
}

.resaltartitulos h2 {
  font: 400 48px / 50px "Roboto Slab";
  font-weight: 700;
  color: #2b2b2b;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.resaltartitulos h3 {
  font: 400 24px / 30px "Roboto Slab";
}

.resaltartitulos h4 {
  font: 400 20px / 30px "Roboto Slab";
}

.resaltartitulos h5 {
  font: 400 18px / 30px "Roboto Slab";
}

.resaltartitulos p {
  font: 400 16px / 23px "Roboto Slab";
  color: #666;
  margin-bottom: 20px;
}

.resaltartitulos ul {
  padding-left: 15px;
}

.resaltartitulos ul li {
  font: 400 16px / 23px "Roboto Slab";
  color: #666;
  margin-bottom: 20px;
}

.resaltartitulos.accesibilidad br {
  display: none;
}

.resaltartitulos a {
  color: #000;
  transition: color 0.3s ease;
}

.resaltartitulos a:hover {
  color: #80b435;
}

.title-text-v2 h2 {
  font: 400 36px / 40px "Roboto Slab";
  color: #2b2b2b;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.shipping-v2 h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  font-family: "Roboto Slab";
  margin-top: 10px;
}

.products .product .product-images::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.products .product p.product-title {
  font: 400 20px / 34px "Roboto Slab";
  color: #fff;
}

.why-choose-us-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-us .text h3 {
  display: inline-block;
  margin-left: 10px;
  color: #80b435;
  font: 400 18px / 30px "Roboto Slab";
  margin-bottom: 20px;
}

.blog-post-container .blog-post-item h3 a {
  color: #2b2b2b;
  font: 400 18px "Roboto Slab";
  text-transform: initial;
}

.choose-us .border-choose .images {
  width: 80px;
}

.choose-us .title-choose.about .border-choose {
  margin-bottom: 20px;
}

/* SECTION 1 END */

/* TEMPLATE 1 START */

.special-content span {
  font: 300 42px / 50px "Roboto Slab";
  color: #80b435;
  text-transform: uppercase;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
}

.special-content h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font: 300 20px / 30px "Roboto";
  letter-spacing: 3px;
  color: #2b2b2b;
}

.special-content .link-v1 {
  margin-left: 280px;
  margin-top: 40px;
  float: left;
}

.link-v1.bg-brand {
  color: #000;
}

.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* TEMPLATE 1 END */

/* SECTION 2 START */

.df-section-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.choose-us .title-choose h2 {
  font: 400 48px / 50px "Roboto Slab";
  color: #2b2b2b;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.choose-us .items {
  width: 100%;
  display: inline-block;
  margin-top: 8px;
}

.choose-us .items .icon {
  float: right;
  margin-left: 18px;
  display: inline-block;
  width: auto;
}

.choose-us .text {
  margin-bottom: 80px;
}

.choose-us .items .text h3 {
  margin-bottom: 10px;
  color: #2b2b2b;
}

.choose-us .items .text p {
  padding-right: 82px;
  color: #666;
}

.choose-us .align-left .items .icon {
  float: left;
  margin-right: 18px;
  margin-left: 0px;
  display: inline-block;
  width: auto;
}

.choose-us .align-left .text {
  margin-bottom: 80px;
}

.choose-us .align-left .items .text h3 {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 10px;
  color: #2b2b2b;
}

.choose-us .align-left .items .text p {
  padding-left: 82px;
  padding-right: 0px;
  color: #666;
}

.choose-us .text.mrb-0-left {
  margin-bottom: 0px;
}

.choose-us .text.mrb-0-right {
  margin-bottom: 0px;
}

.choose-us-home2 {
  padding-top: 80px;
}

.choose-us.choose-us-home2 .title-choose.listado h2 {
  font: 700 48px / 50px "Roboto Slab";
  color: #2b2b2b;
  text-transform: inherit;
}

.shipping-v2 p {
  color: #595959;
}

/* SECTION 2 END */

/* TEMPLATE 2 START */

.special-content span {
  font: 700 60px / 70px "Roboto Slab";
  color: #80b435;
  text-transform: uppercase;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
}

.special.special-v2 .special-content h2 {
  font: 300 24px / 30px "Roboto Slab";
  letter-spacing: 4px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.special.special-v2 .special-content span.tag {
  font: 300 24px / 30px "Roboto Slab";
  color: #2b2b2b;
}

.link-v1.color-brand {
  color: #000;
  margin-top: 20px;
}

/* TEMPLATE 2 END */

/* SECTION 3 — FAQ ACCORDION START */

.page-faq .choose-us .title-choose h2 {
  font: 400 48px / 50px "Roboto Slab";
  color: #2b2b2b;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.faq-row {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}

/* --- FAQ Intro Column --- */

.faq-intro {
  padding-right: 30px;
}

.faq-intro__img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.faq-intro__title {
  font: 700 26px / 34px "Roboto Slab";
  color: #2b2b2b;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}

.faq-intro__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 26px;
  background: #80b435;
  border-radius: 2px;
}

.faq-intro__text {
  font: 400 15px / 26px "Roboto";
  color: #595959;
}

/* --- FAQ Accordion Column --- */

.faq-accordion-col {
  display: flex;
  align-items: center;
}

.faq-accordion {
  width: 100%;
}

.faq-accordion__item {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.faq-accordion__item:last-child {
  margin-bottom: 0;
}

.faq-accordion__item:hover {
  border-color: #c5dda3;
}

.faq-accordion__item.active {
  border-color: #80b435;
  box-shadow: 0 4px 18px rgba(128, 180, 53, 0.12);
}

/* Header / Button */

.faq-accordion__header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
  transition: background 0.3s ease;
}

.faq-accordion__header:hover {
  background: #f9fdf4;
}

.faq-accordion__number {
  font: 700 22px / 1 "Roboto Slab";
  color: #757575;
  min-width: 34px;
  transition: color 0.3s ease;
}

.faq-accordion__item.active .faq-accordion__number {
  color: #80b435;
}

.faq-accordion__question {
  flex: 1;
  font: 500 16px / 24px "Roboto";
  color: #2b2b2b;
  transition: color 0.3s ease;
}

.faq-accordion__item.active .faq-accordion__question {
  color: #80b435;
  font-weight: 600;
}

/* Plus/Minus Icon */

.faq-accordion__icon {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  flex-shrink: 0;
}

.faq-accordion__icon::before,
.faq-accordion__icon::after {
  content: "";
  position: absolute;
  background: #999;
  border-radius: 2px;
  transition: transform 0.35s ease, background 0.3s ease;
}

.faq-accordion__icon::before {
  top: 50%;
  left: 3px;
  right: 3px;
  height: 2px;
  transform: translateY(-50%);
}

.faq-accordion__icon::after {
  left: 50%;
  top: 3px;
  bottom: 3px;
  width: 2px;
  transform: translateX(-50%);
}

.faq-accordion__item.active .faq-accordion__icon::before,
.faq-accordion__item.active .faq-accordion__icon::after {
  background: #80b435;
}

.faq-accordion__item.active .faq-accordion__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

/* Body / Answer */

.faq-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 24px 0 74px;
}

.faq-accordion__item.active .faq-accordion__body {
  max-height: 300px;
  padding: 0 24px 22px 74px;
}

.faq-accordion__body[hidden] {
  display: block !important;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-accordion__body p {
  font: 400 14px / 24px "Roboto";
  color: #666;
  margin: 0;
}

.title-text-v2 .link {
  color: #595959;
}

/* SECTION 3 — FAQ ACCORDION END */

#footer .footer-bottom p a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}

#footer .footer-bottom p a:hover {
  color: #80b435;
}

.blog-home1 .blog-content .text-v2 h3 {
  margin-bottom: 10px;
}

/* SECTION 3 END*/

/* NEWSLETTER START */

.bg-slider-one-item {
  background: url(../images/content/testimonios/testimonios-1.jpg) no-repeat;
  position: relative;
}

.bg-slider-one-item {
  background-position: center;
  background-size: cover;
}

.slider-dot-images {
  margin-top: 0px;
}

.bg-slider-one-item .slider-dot-images h2 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

.brand-content {
  margin-bottom: 60px;
}

.owl-carousel.brands-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 60px, 0px);
}

.brand-content.owl-carousel.brands-slider .owl-nav .owl-prev,
.brand-content.owl-carousel.brands-slider .owl-nav .owl-next {
  top: 80%;
}

.brand-content.owl-carousel.brands-slider .owl-nav .owl-prev {
  left: -25px;
}

.brand-content.owl-carousel.brands-slider .owl-nav .owl-next {
  right: -25px;
}

/* NEWSLETTER END */

/* FOOTER START */

#footer .subscribe input {
  color: #595959;
}

#footer .subscribe button {
  color: #000;
}

#footer .subscribe button i {
  color: #000;
}

#footer.footer-v3 .bottom p {
  font: 400 13px / 20px "Roboto";
  color: #595959;
}

#footer .footer-bottom .language .hover-menu p i {
  color: #666;
  margin-left: 5px;
}

#footer .footer-bottom .language .hover-menu .list-menu {
  width: 70px;
}

#footer .social a {
  margin: 0 5px;
}

/* FOOTER END */

/* =============================================
   HERO SLIDER START
   ============================================= */

/* Slider color tokens */
:root {
  --slider-brand: #80b435;
  --slider-brand-hover: #6a9a2a;
  --slider-title-color: #ea8800;
  --slider-text-color: #fff;
  --slider-overlay-start: rgba(0, 0, 0, 0.55);
  --slider-overlay-mid: rgba(0, 0, 0, 0.20);
  --slider-overlay-end: rgba(0, 0, 0, 0.05);
}

.elnl-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.elnl-swiper {
  width: 100%;
  height: clamp(350px, 50vw, 550px);
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.elnl-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.05);
  transition: transform 6s ease;
}

.swiper-slide-active .elnl-slide__bg {
  transform: scale(1);
}

.elnl-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      var(--slider-overlay-start) 0%,
      var(--slider-overlay-mid) 60%,
      var(--slider-overlay-end) 100%);
}

.elnl-slide__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 10vw, 100px);
}

.elnl-slide__text {
  max-width: 780px;
  z-index: 2;
}

.elnl-slide__text--light .elnl-slide__title,
.elnl-slide__text--light .elnl-slide__subtitle {
  color: #fff;
}

.elnl-slide__title {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: clamp(24px, 3.8vw, 52px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--slider-title-color);
  text-transform: uppercase;
  margin: 0 0 clamp(8px, 1.5vw, 20px);
  letter-spacing: 1px;
}

.elnl-slide__subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 400;
  color: var(--slider-text-color);
  letter-spacing: 2px;
  margin: 0 0 clamp(14px, 2vw, 32px);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.elnl-slide__btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(11px, 1.1vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: clamp(7px, 0.8vw, 12px) clamp(16px, 1.8vw, 28px);
  background: var(--slider-brand);
  color: var(--slider-text-color);
  text-decoration: none;
  transition: background 0.3s ease-out, transform 0.2s ease-out;
  border: 2px solid var(--slider-brand);
  border-radius: 3px;
}

.elnl-slide__btn:hover {
  background: var(--slider-brand-hover);
  border-color: var(--slider-brand-hover);
  color: var(--slider-text-color);
  transform: translateY(-2px);
  text-decoration: none;
}

.elnl-slide__btn:focus-visible {
  outline: 3px solid var(--slider-brand);
  outline-offset: 3px;
}

.elnl-slide__btn--outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.elnl-slide__btn--outline:hover {
  background: #fff;
  color: #2b2b2b;
}

h2.elnl-slide__title {
  color: #80b435 !important;
}

/* Animaciones de entrada con @keyframes */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Los textos son visibles; la animación de entrada se aplica al contenedor */
.animate-in {
  opacity: 1;
}

.swiper-slide-active .elnl-slide__title {
  animation: slideUpFade 0.7s ease both;
}

.swiper-slide-active .elnl-slide__subtitle {
  animation: slideUpFade 0.7s ease 0.3s both;
}

.swiper-slide-active .elnl-slide__btn {
  animation: slideUpFade 0.7s ease 0.6s both;
}

/* Flechas de navegación */
.elnl-swiper-next,
.elnl-swiper-prev {
  color: var(--slider-text-color) !important;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
  cursor: pointer;
  transition: background 0.25s ease-out;
}

.elnl-swiper-next:hover,
.elnl-swiper-prev:hover {
  background: rgba(128, 180, 53, 0.85);
}

.elnl-swiper-next:focus-visible,
.elnl-swiper-prev:focus-visible {
  outline: 3px solid var(--slider-brand);
  outline-offset: 2px;
}

.elnl-swiper-next::after,
.elnl-swiper-prev::after {
  font-size: 18px !important;
}

/* Paginación dots */
.elnl-swiper-pagination .swiper-pagination-bullet {
  background: var(--slider-text-color);
  opacity: 0.6;
  width: 10px;
  height: 10px;
  transition: opacity 0.25s ease-out, background 0.25s ease-out;
}

.elnl-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--slider-brand);
  opacity: 1;
}

/* Reduced motion: desactivar Ken Burns y animaciones de entrada */
@media (prefers-reduced-motion: reduce) {
  .elnl-slide__bg {
    transform: none !important;
    transition: none !important;
  }

  .swiper-slide-active .elnl-slide__title,
  .swiper-slide-active .elnl-slide__subtitle,
  .swiper-slide-active .elnl-slide__btn {
    animation: none !important;
    opacity: 1 !important;
  }

  .animate-in {
    opacity: 1 !important;
  }
}

/* =============================================
   HERO SLIDER END
   ============================================= */

/* TERMINA EL CSS PERSONALIZADO  */

/********************************************************************************************************************************
****************************************************** FOCUS PARAMETERS ********************************************************* 
*********************************************************************************************************************************/
input:focus,
textarea:focus {
  outline: 2px solid white !important;
}

*:focus-visible,
a:focus-visible img,
a:focus-visible,
a:focus-visible h2,
a:focus-visible h3 {
  outline: 4px dashed darkorange !important;
}

a.AccessibilityLinkFirstLevelWithMenu+.AccessibilityDropDownMenu[aria-expanded="true"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}