h3
{
    margin-top: 30px;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
    color: #000;
}

.category_item
{
    text-align: center;
}

.category_item a
{
    text-decoration: none;
}

.category_item a:hover .name
{
    text-decoration: none;
}

.category_item img
{
    width: 70%;
}

.category_item .name
{
    width: 100%;
    margin-top: 5px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

/***** PAGE HEADING *****/

h1 {
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

/***** HERO SWIPER WRAPPER *****/

.home-swiper .swiper-slide {
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.home-swiper .swiper-slide:hover a {
    text-decoration: underline;
}

/***** SWIPER SECTION *****/

.swiper-section {
    background-color: #f2f2f2;
}

.swiper-section .home-swiper .swiper-button-prev {
    left: 30px !important;
}

.swiper-section .home-swiper .swiper-button-next {
    right: 30px !important;
}

.home-swiper {
    position: relative;
}

.home-swiper .swiper-button-next:after, .home-swiper .swiper-button-prev:after {
    color: #FFFFFF;
}

/***** FEATURE SPLIT LAYOUT *****/

.section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section-container * {
    color: #FFFFFF;
    font-family: "Rubik-Regular", sans-serif;
}

.section-container p {
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 2rem;
}

.section-container p span {
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 2rem;
}

.section-container > div {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.section-container .container-fluid {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.section-container img {
    width: 100%;
    transition: all 0.2s ease;
}

/***** FEATURE LINKS *****/

.section-link {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.section-link, .section-link:hover, .section-link:focus {
    text-decoration: none;
}

.section1:hover img, .section2:hover img {
    transform: scale(1.1);
}

/***** MOBILE LINK BLOCKS *****/

.section-container-mobile {
    background-color: #000;
    padding-top: 32px;
    padding-bottom: 32px;
}

.section-container-mobile * {
    color: #FFFFFF;
    font-family: "Rubik-Regular", sans-serif;
}

.section-container-mobile .link-container {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 4px;
}

.section-container-mobile .link-container a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.section-container-mobile .link-container:first-of-type {
    margin-bottom: 16px;
}

/***** SWIPER CARD STYLES *****/

.home-swiper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-swiper img {
    margin-top: 20px;
    transition: all 0.2s ease;
    max-width: 70%;
}

.home-swiper-container {
    text-align: center;    
}
.home-swiper .swiper-slide:hover {
    background: linear-gradient(164.99deg, #00ABBE 0%, #0041B1 100%); 

}
.home-swiper .text-container {
    text-align: center;
    transition: all 0.2s ease;
    padding-top: 24px;
    padding-bottom: 24px;
}

.home-swiper:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
    width: 8%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
}

.home-swiper:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
    width: 8%;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(180deg);
}

.home-swiper .swiper-slide {
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 37px;
    backdrop-filter: blur(5px);
    transition: all 0.2s ease;
}

.home-swiper-container {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.home-swiper .text-container .swiper-title {
    color: #1793D0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    margin-bottom: 0;
}
.home-swiper .swiper-slide:hover .text-container .swiper-title {
    color: #FFFFFF;
}

.home-swiper .swiper-slide:hover img {
    transform: scale(1.05);
    margin-left: 2%;
}

.home-swiper .text-container .overline {
    color: #FFFFFF;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Rubik-Regular", sans-serif;
}

.home-swiper .text-container a {
    color: #FFFFFF;
    font-size: .8rem;
    font-family: "Rubik-Regular", sans-serif;
}

/***** RESPONSIVE ADJUSTMENTS *****/

@media only screen and (max-width: 767px) {
    /* Asegura que el overflow sea visible para que se vean las slides contiguas */
    .swiper-section .home-swiper {
    overflow: visible;  /* ← clave */
    }

    /* Pero el contenedor padre debe recortar para no romper el layout */
    .swiper-section {
    overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    footer, footer .blue-content {
        background-color: #030303 !important;
    }

    .section-container, .home-swiper .swiper-button-next, .home-swiper .swiper-button-prev {
        display: none;
    }

    .home-swiper .text-container .swiper-title {
        font-size: 1rem;
    }

    .home-swiper .text-container .overline,
    .home-swiper .text-container a {
        font-size: 0.75rem;
    }
}

@media only screen and (min-width: 992px) {
    .section-container-mobile {
        display: none;
    }

    .home-swiper .text-container .overline {
        margin: 0;
    }
}

@media only screen and (orientation: portrait) {
    h3
    {
        margin-top: 30px;
        font-family: "BigShouldersDisplay-Bold", sans-serif;
        font-size: 1.6rem;
        text-align: center;
        line-height: 2rem;
    }
}