.btn_banner {
    align-items: center;
    background-color: var(--textwhite);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    width: fit-content;
}


.container-banner{
    width: 100%;
    max-width: 1900px;
    margin: auto;
    position: relative;
}

.textos-banner a{
    text-decoration: none;
}
.textos-banner.zona_0{
    max-width: 500px;
    position: absolute;
    top: 134px;
    left: 70px;
    z-index: 9;
}
.textos-banner.zona_1{
    max-width: 460px;
    position: absolute;
    top: 134px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}
.textos-banner.zona_2{
    max-width: 460px;
    position: absolute;
    top: 134px;
    right: 50px;
    z-index: 9;
}

.banner-carrousel{
    display: none;
    max-width: 1900px;
    height: 650px;
    background-size: cover;
    position: relative;
    margin: auto;
}

.banner-carrousel-mobile{
    max-width: 1900px;
    height: 80vh;
    background-size: cover;
    position: relative;
    margin: auto;
}
.banner-grande{
    max-width: 1900px;
    height: 650px;
    background-size: cover;
    position: relative;
    margin: auto;
}

.imagen-carrousel{
    max-width: 1900px;
    height: 650px;
    background-size: cover;
    position: relative;
    margin: auto;
    background-position: center;
}

.imagen-carrousel .estilo_h1 {
    letter-spacing: -0.96px;
    line-height: normal;
    color: var(--textwhite);
    font-family: var(--font-family-barlow_condensed);
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.imagen-carrousel .estilo_parrafo {
    color: var(--textwhite);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    /*text-transform: uppercase;*/
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
    margin-bottom: 20px;
    text-shadow: -3px 4px 3px rgb(0 0 0);
}

.banner-grande .imagen-carrousel{
    max-width: 1900px;
    height: 650px;
    background-size: cover;
    position: relative;
    margin: auto;
}

.banner-grande .imagen-carrousel .estilo_h1 {
    letter-spacing: -0.96px;
    line-height: normal;
    color: var(--textwhite);
    font-family: var(--font-family-barlow_condensed);
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.banner-grande .imagen-carrousel .estilo_parrafo {
    color: var(--textwhite);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.max-width-1900{
    max-width: 1900px;
}

.banner-xpresstee{

    max-height: 80vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link-banner-xpresstee{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;

}

@media screen and (max-width: 992px) {
    .banner-xpresstee{
        max-width: 500px;
    }
}

.link-banner-xpresstee:hover{
    text-decoration: none;
}
.banner-xpresstee-title{
    font-family: 'Barlow Condensed-Medium', 'Raleway';
    font-size: 2rem;
    text-align: center;
    color: #fff;
    /*position: absolute;*/
    top: 0;
    left: 50%;
    /*transform: translate(-50%);*/
    /*z-index: 100;*/
    font-weight: 500;
    /*-webkit-text-stroke: 1px #fff; !* Grosor y color del borde *!*/
    /*text-fill-color: #fff; !* Color del texto *!*/
    /*text-shadow: 2px 2px 4px rgba(72, 72, 72, 0.5); !* Agrega sombra al texto *!*/
    width: 100%;
    /*background-color: #0b0b0b;*/
    background-color: #000;
}

.banner-xpresstee-title-name{
    color: #fff;
    font-family: 'Barlow Condensed-Medium', 'Raleway';
    width: 75%;
    padding: 10px;
    text-align: start;
    overflow: hidden; /* Oculta cualquier contenido que se desborde */
    white-space: nowrap; /* Evita el salto de l�nea */
    text-overflow: ellipsis;
    max-width: 350px;
    font-size: 1.5rem;

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-xpresstee-title-name{
        max-width: 200px;
    }
}

.banner-xpresstee-title-price{
    font-size: 1.2rem;
    color: #fff;
    width: 30%;
    background-color: #F13773;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
}

.imagen-banner-xpresstee{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative;
    /*max-height: 65vh;*/
}

.xpresstee-text-container{
    position: absolute;
    bottom: 40px;
    /* left: 5px; */
    padding: 15px;
    /* background: transparent; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
    /* width: 64%; */
    /* background-color: #0b0b0b; */
}

.p-6px{
    padding: 6px;
}

.xpresstee-title{
    font-size: 1.5rem;
    max-width: 20rem;
    color: #fff;
}

.xpresstee-price{
    font-size: 1.1rem;
    color: #fff;
}

.xpresstee-buy-button{
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: max-content;
    color: var(--textmain-color);
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 20px;
}

.hidde-button{
    z-index: 1000;
    font-weight: 500;
    position: absolute;
    bottom: -60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: solid 2px #fff;
    padding: 8px 6px;
    background: transparent;
    transition: bottom 0.5s ease;
    pointer-events: none;
    visibility: hidden;
    min-width: 100px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .banner-xpresstee:hover .hidde-button {
        bottom: 45%;
        visibility: visible;
    }
    .imagen-banner-xpresstee:hover {
        filter: brightness(
                70%
        ); /* Aplica un filtro de oscurecimiento al pasar el rat�n por encima */
    }
    .xpresstee-buy-button{
        visibility: hidden;
    }
}

/*.banner-xpresstee:hover .xpresstee-price,*/
/*.banner-xpresstee:hover .xpresstee-title {*/
/*    color: #fff;*/
/*}*/

/*.banner-xpresstee:hover .banner-xpresstee-title{*/
/*    -webkit-text-stroke: 1px #ffffff; !* Grosor y color del borde *!*/
/*    color: #ffffff;*/
/*}*/



@media screen and (max-width: 1400px){

    .banner-carrousel{
        width: 100%;
        /*height: 500px;*/
        height: 70vh;
        background-size: cover;
    }
    .imagen-carrousel{
        max-width: 100%;
        /*height: 500px;*/
        height: 100%;
    }

    .banner-grande{
        width: 100%;
        height: 500px;
        background-size: cover;
    }
    .banner-grande .imagen-carrousel{
        max-width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 1300px){
    .container-banner{
        width: 100%;
    }

}

@media screen and (max-width: 940px) {

    .banner-carrousel {
        height: 70vh;
        /*height: 390px;*/
    }

    .imagen-carrousel {
        /*height: 390px;*/
        height: 100%;
    }

    .imagen-carrousel .estilo_h1 {
        font-size: 46px;
    }
    .imagen-carrousel .estilo_parrafo {
        font-size: 18px;
    }

    .banner-grande{
        height: 390px;
    }
    .banner-grande .imagen-carrousel{
        height: 390px;
    }
    .banner-grande .imagen-carrousel .estilo_h1 {
        font-size: 40px;
    }
    .banner-grande .imagen-carrousel .estilo_parrafo {
        font-size: 18px;
    }

    .textos-banner.zona_0{
        max-width: 400px;
        top: 60px;
        left: 40px;
    }
    .textos-banner.zona_1{
        max-width: 400px;
        top: 60px;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .textos-banner.zona_2{
        max-width: 400px;
        top: 60px;
        right: 50px;
    }

    #carrousel-banners .owl-dots {
        bottom: 50px;
        left: 40px;
    }
}


@media screen and (max-width: 768px) {

    .banner-carrousel {
        height: 70vh;
        /*height: 300px;*/
        /*height: 500px;*/
        /*TODO descomentar*/
        /*background-color: #000000;*/
    }

    .imagen-carrousel {
        /*height: 360px;*/
        height: 100%;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        text-align: center;
    }

    .banner-grande {
        /*height: 300px;*/
        height: 570px;
        background-color: #000000;
    }

    .banner-grande .imagen-carrousel {
        height: 360px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        text-align: center;
    }

    .banner-grande .textos-banner.zona_0 {
        max-width: 444px;
        top: 60px;
        left: 40px;
    }

    .textos-banner.zona_0,.textos-banner.zona_1,.textos-banner.zona_2 {
        position: relative;
        top: 350px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-grande .textos-banner.zona_0,.banner-grande .textos-banner.zona_1,.banner-grande .textos-banner.zona_2 {
        position: relative;
        top: 460px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .textos-banner .btn_banner {
        margin: auto;
    }


    .imagen-carrousel .btn_banner a.button-4 {
        padding: 8px 16px;
        font-size: 16px;
    }

    .overlay-banner-carrousel {
        position: absolute;
        bottom: 130px;
        right: 0;
        height: 122px;
        width: 100%;
        z-index: 9;
        /*TODO descomentar*/
        /*background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0));*/
    }

    #carrousel-banners .owl-dots {
        bottom: 50px;
        left: 0px;
    }
}

@media screen and (min-width: 555px){
    .banner-carrousel{
        display: inline;
    }
    .banner-carrousel-mobile{
        display: none;
    }
}


@media screen and (max-width: 450px) {

    .banner-carrousel {
        height: 80vh;
        /*height: 490px;*/
        /*TODO descomentar*/
        /*background-color: #000000;*/
    }

    .imagen-carrousel {
        /*height: 360px;*/
        height: 100%;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        text-align: center;
    }

    .banner-grande {
        height: 575px;
        background-color: #000000;
    }

    .banner-grande .imagen-carrousel {
        height: 250px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        text-align: center;
    }
    .banner-grande .imagen-carrousel .estilo_h1 {
        font-size: 42px;
    }

    .textos-banner.zona_0,.textos-banner.zona_1,.textos-banner.zona_2 {
        max-width: 365px;
        position: relative;
        top: 350px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner-grande .textos-banner.zona_0,.banner-grande .textos-banner.zona_1,.banner-grande .textos-banner.zona_2 {
        max-width: 365px;
        position: relative;
        top: 390px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .imagen-carrousel .estilo_h1 {
        font-size: 40px;

    }

    .imagen-carrousel .estilo_parrafo {
        font-size: 14px;
    }


    .imagen-carrousel .btn_banner a.button-4 {
        padding: 8px 16px;
        font-size: 16px;
    }

    .overlay-banner-carrousel {
        position: absolute;
        bottom: 130px;
        right: 0;
        height: 116px;
        width: 100%;
        z-index: 9;
        /*TODO descomentar*/
        /*background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0));*/
    }

    .owl-theme .owl-nav {
        margin-top: 0px !important;
    }

    #carrousel-banners .owl-dots {
        bottom: 50px;
    }
}

@media (max-width: 350px) {

    .textos-banner-home.zona_home{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 30%);
    }
    .imagen-carrousel .texto_banner_home{
        text-align: center;
        font-size: 55px;
    }
    .font-size-25{
        font-size: 18px !important;
    }
}

@media (min-width: 351px) and (max-width: 468px) {
    .textos-banner-home.zona_home{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 45%);
    }
    .imagen-carrousel .texto_banner_home{
        text-align: center;
        font-size: 50px;
    }
    .font-size-25{
        font-size: 20px !important;
    }
}

@media (min-width: 451px) and (max-width: 468px) {
    .textos-banner-home.zona_home{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 20%);
    }
    .imagen-carrousel .texto_banner_home{
        text-align: center;
        font-size: 70px;
    }
    .font-size-25{
        font-size: 20px !important;
    }
}

@media (min-width: 469px) and (max-width: 768px) {
    .textos-banner-home.zona_home{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 20%);
    }
    .imagen-carrousel .texto_banner_home{
        text-align: center;
        font-size: 70px;
    }
    .font-size-25{
        font-size: 20px !important;
    }
}

@media (min-width: 769px) and (max-width: 940px) {
    .textos-banner-home.zona_home{
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: none;
        transform: translate(-50%, 25%);
    }
    .imagen-carrousel .texto_banner_home{
        text-align: center;
        font-size: 60px;
    }
    .font-size-25{
        font-size: 22px !important;
    }
}

@media (min-width: 941px) and (max-width: 1400px) {
    .textos-banner-home.zona_home{
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: none;
        transform: translate(-50%, 30%);
    }
    .imagen-carrousel .texto_banner_home{
        text-align: center;
        font-size: 80px;
    }
    .font-size-25{
        font-size: 25px !important;
    }
}

@media (min-width: 1401px) {
    .textos-banner-home.zona_home{
        top: 50%;
        left: 50%;
        transform: translate(-50%, 30%);
    }
    .imagen-carrousel .texto_banner_home{
        text-align: center;
        font-size: 120px;
    }
    .font-size-25{
        font-size: 25px !important;
    }
}

.imagen-carrousel .texto_banner_home {
    letter-spacing: -0.96px;
    line-height: normal;
    color: var(--textwhite);
    font-family: var(--font-family-barlow_condensed);
    font-style: normal;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.banner-grande .imagen-carrousel .texto_banner_home {
    letter-spacing: -0.96px;
    line-height: normal;
    color: var(--textwhite);
    font-family: var(--font-family-barlow_condensed);
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.textos-banner-home.zona_home{
    width: 100%;
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textos-banner-home a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;

}

