.hero__slider .swiper-pagination {
    font-size : var(--text-sm);
    width     : auto;
    transform : translateY(-50%);
    top       : 50%;
    right     : 4rem;
    left      : auto;
    bottom    : auto;
}

.hero__slider .swiper-pagination .swiper-pagination-bullet {
    text-transform: uppercase;
    display: block;
    outline: none;
    font-weight: 500;
    width: auto;
    height: auto;
    background: transparent;
    color: hsl(0deg 0% 100%);
    margin: 1.4rem 0;
    opacity: 1;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: end;
}

.hero__slider .swiper-pagination .swiper-pagination-bullet::before {
    content : "";
}

.hero__slider .swiper-pagination .swiper-pagination-bullet:nth-child(n + 10)::before {
    content : none;
}

.hero__slider .swiper-pagination .swiper-pagination-bullet-active {
   
    padding: 0 10px 0 10px;
    border-radius: 0px;
    background: #035070;
    font-weight: 600;
    color: #ff9114;
    /* font-weight : 600;
    color       : #035070; */
}

.hero__slider .swiper-pagination .swiper-pagination-bullet-active::after {
    content          : "";
    display          : block;
    background-color : #035070;
    height           : 1px;
    width            : 2.8rem;
    position         : absolute;
    top              : 50%;
    right            : -4rem;
    pointer-events   : none;
}


.hero__slider {
    background-color: rgba(240, 248, 255, 0);
    /* background-image :var(--slider-bg);
    background-repeat: no-repeat;
    background-size: contain; */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: calc(25.5 * var(--space));
}

.hero__entry-desc {
    text-align: CENTER;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}
:root {

--swiper-navigation-size: 64px;

--slider-bg: url('../images/thumbs/masonry/beetle-1200.jpg');
}

.hero__3 {
    z-index: 4;
    display: flex;
    align-items: center;
    /* font-size: calc(var(--text-size) * 0.5556); */
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    /* letter-spacing: .3em; */
    /* color: black !important; */
    position: absolute;
    bottom: 43%;
    left: 1%;
    /* transform-origin: left bottom; */
    /* animation: rotate; */
    width: 150px;
  }

  .hero__4 {
    z-index: 4;
    display: flex;
    align-items: center;
    /* font-size: calc(var(--text-size) * 0.5556); */
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    /* letter-spacing: .3em; */
    /* color: black !important; */
    position: absolute;
    bottom: 43%;
    right: 1%;
    /* transform-origin: left bottom; */
    /* animation: rotate; */
    width: 150px;
  }
  
  /* .link-disable{
    pointer-events: none;
    cursor: default;
  } */

  .swiper-button-prev {
    background-image: url("../images/elemento-prev.svg") !important;
    background-repeat: no-repeat;
  }
  
  .swiper-button-next {
    background-image: url("../images/elemento-next.svg") !important;
    background-repeat: no-repeat;
  }

  .swiper-button-prev, .swiper-button-next {
    /* opacity: 0; */
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 48);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev:focus, .swiper-button-next:focus, .swiper-button-prev:active, .swiper-button-next:active {
    /* opacity: 0; */
    color: transparent;
}

.hero__slide {
    background-color: #035070;
    display: flex;
    align-items: center;
    position: relative;
}

.s-header__nav a:hover {
    color: #ffffff;
}

a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hero__entry-title .text-sans {
    font-style: normal;
    font-family: var(--font-3);
    font-size: calc(var(--entry-title-size) * var(--text-multiplier)*1.09);
}

.hero__entry-title {
    font-family: var(--font-6);
    font-weight: 100;
}



@media screen and (max-width: 1000px) {
    .hero__entry-image::before {
        z-index: 2;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: black;
        background: linear-gradient(91deg, #035070 0%, #03507091 160%);
        /* opacity: 0.3; */
        mix-blend-mode: unset;
    }
  }

  .s-header__nav .current-menu-item>a {
    border-bottom: 2px solid white;
    /* border-bottom: 1px solid var(--color-text-dark); */
    /* background-color: black; */
    color: #f8f8f2;
    padding-left: 1rem;
    padding-right: 1rem;

}

.s-header__nav a:hover {
    color: rgb(0 0 0 / 50%);
}

marquee {
  font-family: 'Bowlby One';
    font-size: 1.8rem;
    background-color: #ffffff;
    color: #000000;
    padding: 6px 0;
    width: calc(100% + 44px);
    margin-left: -20px;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0rem;
  }

  @media screen and (max-width: 1000px){
.hero__entry-image::before {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: black;
    background: linear-gradient(91deg, #121418 0%, rgb(0 0 0 / 6%) 160%);
    opacity: 0.4;
    mix-blend-mode: unset;
    /* color: white; */
}
}

@media screen and (max-width: 1000px){
.hero__entry-meta .cat-links a, .hero__entry-title a,  .hero__entry-desc, .hero__more-link{
    color: white;
}

.hero__more-link:hover{
    color: white;
}

}


@media screen and (max-width: 500px) {
  .s-header__branding {
        left: 1.8rem;
        padding-top: 0%;
        width: 250px;
    }
    .hero__scroll-down span {
      display: block;
  }
    .s-header__menu-toggle span {
        display: block;
        background-color: #ffffff;
        width: 22px;
        height: 2px;
        margin-top: -1px;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        transition: background-color 0.3s ease-in-out;
        position: absolute;
        right: 23px;
        top: 50%;
        bottom: auto;
        left: auto;
    }
  }

  
.s-header__nav a {
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--font-3);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 4rem;
    color: #f9fafb;
    transition-property: color, background-color;
    letter-spacing: 0.1rem;
  }
  
  .s-header__nav a:hover {
    color: #f9fafb;
  }
  
  a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f9fafb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  
  .s-header__nav ul {
    z-index: 200;
    margin: 0;
    padding: 2rem 0;
    background: #035070;
    border-radius: 0 0 4px 4px;
    transform: translate(0, 20px);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
  }
  
  .s-header__nav ul li a {
    display: block;
    white-space: nowrap;
    padding: 0.6rem 3rem 0.6rem 2rem;
    font-family: var(--font-1);
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
    color: #f9fafb;
  }

  .s-header__nav li.has-children>a::after {
    border-bottom: 1px solid #ff8f14;
    border-right: 1px solid #ff8f14;
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    margin-top: -4px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .3s;
    position: absolute;
    right: 0;
    top: calc(50% + 2px);
  }

  .hero__2 {
    z-index: 4;
    display: flex;
    align-items: center;
    /* font-size: calc(var(--text-size) * 0.5556); */
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    /* letter-spacing: .3em; */
    /* color: black !important; */
    position: absolute;
    bottom: 3%;
    left: 1%;
    /* transform-origin: left bottom; */
    /* animation: rotate; */
    width: 60px;
  }
  
  .link-disable{
    pointer-events: none;
    cursor: default;
  }

  #Roda {
    animation: loading-spinner 10s linear infinite;
  }
  
  @keyframes loading-spinner {
    from {
      transform: rotate(0deg);
      transform-origin: 50% 50%;
    }
    to {
      transform: rotate(360deg);
      transform-origin: 50% 50%;
    }
  }
  
  #Cruz {
    animation: colorSVG 10s linear infinite;
  }
  
  @keyframes colorSVG {
    0%   {fill: #7cac4e;}
    25%  {fill: #ff9014;}
    50%  {fill: #bc2435;}
    75%  {fill: #3f95c5;}
    100%   {fill: #7cac4e;}
  }