/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

body#index #content .titulo-pre-slide {
    color: black;
    /* left: 86px;
    top: 50%;
    width: 320px;
    transform: translateY(-140px); */
    position: relative;
    top: auto;
    left: auto;
    max-width: 50%;
}

body#index #content .titulo-pre-slide h1 {
    color: black;
}

#contenedor-slides-lufe {
    /* height: 100vh; */
    height: calc(100vh - 98px);
    overflow: hidden;
}
#contenedor-slides-lufe .columna-imagen{
    overflow: hidden;
}



.swiperSlidesLufe .swiper-slide.imagenes2 .columna-imagen {
    padding-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.swiperSlidesLufe .columna-texto {
    background: transparent;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.columna-imagen {
    width: 100%;
    height: 100%;
}
.columna-imagen video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.swiperSlidesLufe .columna-texto.nuevo {
    width: 100vw;
    height: 91vh;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.slideslufe-bloqueboton {
    visibility: visible;
}

.slideslufe-subtitulo {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: SharpGroteskBook20, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

.slideslufe-titulo {
    font-family: SharpGroteskBook20, sans-serif;
    color: #ffffff;
    font-size: 56px;
    line-height: 56px;
    text-transform: uppercase;
}

body#index h2.slideslufe-titulo {
    margin: 5px auto;
    max-width: 35%;
}

.slideslufe-boton {
    font-family: SharpGroteskBook20, sans-serif;
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 24px;
    border-width: 0px;
    background-color: transparent;
    color: white !important;
    border: 1px solid #ffffff;
    text-transform: lowercase;
}
.slideslufe-boton::first-letter {
    text-transform: uppercase;
}

.slideslufe-boton:hover {
    color: black !important;
    background: white;
    border-color: white;
}

.slide-movil {
    display: none;
}

@media (min-width: 769px) {

    .slideslufe-boton {
        margin-top: 15px;
        display: inline-block;
    }

    .slideslufe-img {
        object-fit: cover;
        width: 100%;
        height: 100vh;
    }

    .slideslufe-bloqueboton {
        bottom: 40%;
        left: 0px;
    }

    .slideslufe-titulo {
        line-height: 56px !important;
        letter-spacing: 0px;
        font-weight: 400 !important;
        font-size: 56px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .slideslufe-boton:hover {
        background-color: #fff;
        color: #000 !important;
    }


    .slideslufe-bloqueboton {
        
    }

    .swiperSlidesLufe .contenedor-paginacion {
        position: absolute;
        transition: 300ms opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        bottom: 21px;
        left: 0%;
        margin: 0;
        text-align: center;        
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .swiperSlidesLufe .contenedor-paginacion .swiper-pagination {
        background-color: rgb(0 0 0 / 30%);
        border-radius: 21px;
        opacity: 1;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 17px;
        display: flex;

    }
    
}

@media (min-width: 769px) and (max-width: 1600px) {
    .slideslufe-titulo {
        line-height: 40px !important;
        font-size: 35px !important;
    }
}

@media (max-width: 768px) {
    #contenedor-slides-lufe {
        height: calc(100vh - 72px);
        position: relative;
    }

    .swiperSlidesLufe .swiper-slide {
        grid-template-columns: 1fr;
    }

    .swiperSlidesLufe .columna-texto {
        padding: 2rem 1rem;
    }

    .swiperSlidesLufe .columna-imagen {
        overflow: hidden;
    }

    .slide-movil {
        display: block;
        height: 100%;
    }

    .slide-escritorio {
        display: none !important;
    }

    .slideslufe-img {
        object-fit: cover;
        width: inherit;
        max-width: 100%;
    }

    .slideslufe-bloqueboton {
        top: auto;
        left: inherit;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
        position: relative;
    }

    .slideslufe-titulo {
        line-height: 30px !important;
        letter-spacing: 0px;
        font-weight: 400 !important;
        font-size: 24px !important;
        padding: 0px 22px;
    }

    body#index h2.slideslufe-titulo {
        margin: 1rem 0;
    }

    .slideslufe-boton {
        margin-top: 15px;
        display: inline-block;
        /* position: absolute;  */
        /* left: 50%;
        transform: translateX(-50%);top: auto; */
        bottom: auto;
        top: calc(100% + 5rem);
    }

    .swiperSlidesLufe .swiper-pagination {
        bottom: 2rem;
        bottom: 40px;
    }
    .swiperSlidesLufe .swiper-slide.imagenes2 .columna-imagen {
        padding-right: 0px;
        display: flex;
        flex-direction: column;
    }
    .swiperSlidesLufe .swiper-slide.imagenes2 .columna-imagen img.slideslufe-img {
        height: 50%;
        width: 100%;
    }
    .swiperSlidesLufe .contenedor-paginacion {
        position: absolute;
        transition: 300ms opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        bottom: 20px;
        left: 20px;
        margin: 0;
        text-align: center;        
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .swiperSlidesLufe .contenedor-paginacion .swiper-pagination {
        background-color: rgb(0 0 0 / 17%);
        border-radius: 21px;
        opacity: 1;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 17px;
        display: flex;
        bottom: 0px;
    }
}