﻿body {
    font-family: breeperu_light;
}

@font-face {
    font-family: 'breeperu_bold';
    src: url('../../fonts/breeperu/breeperu_bold.otf') format('opentype');
}

@font-face {
    font-family: 'breeperu_regular';
    src: url('../../fonts/breeperu/breeperu_regular.otf') format('opentype');
}

@font-face {
    font-family: 'breeperu_light';
    src: url('../../fonts/breeperu/breeperu_light.otf') format('opentype');
}

@font-face {
    font-family: 'ff_clan_ot_book';
    src: url('../../fonts/ffclan/ff_clan_ot_book.otf') format('opentype');
}

.container-fluid {
    --bs-gutter-x: 0;
}

.container-fluid.hero{
    height:100vh;
    width:100%;
    position:relative;
}

    .container-fluid.hero .carousel-item > picture img {
        height: 100vh;
    }

.container-banner {
    width:100%;
    text-align:center;
}

.carousel-caption {
    top: 50%;
    bottom: 50%;
}

.scroll-boton {
    cursor: pointer;
    left: 50%;
    position: absolute;
    /*top: calc(100vh - 104px);*/
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

    .scroll-boton .scroll-cont {
        border: 2px solid #fff;
        border-radius: 60px;
        height: 48px;
        width: 24px;
    }

        .scroll-boton .scroll-cont .scroll-circ {
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: deslizar;
            animation-name: deslizar;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            background-color: #fff;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 4.8px;
        }

            .scroll-boton .scroll-cont > p {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                /* display: flex; */
                /* margin-bottom: -44px; */
                font-size: 12px;
                font-family: 'breeperu_light';
                color: #fff;
                /* bottom: 0; */
                /* display: flex; */
                bottom: -60px;
                white-space: nowrap;
                text-align: center;
            }

@-webkit-keyframes deslizar {
    0% {
        top: 0.4em;
    }

    50% {
        top: calc(100% - 0.9em);
    }

    100% {
        top: 0.4em;
    }
}

@keyframes deslizar {
    0% {
        top: 0.4em;
    }

    50% {
        top: calc(100% - 0.9em);
    }

    100% {
        top: 0.4em;
    }
}


.container-fluid.information {
    width: 100%;
    background-color: #D52B1E;
    color: white;
    text-align: center;
    padding: 60px;
}

    .container-fluid.information h1 {
        font-size: 2.5em;
        font-weight: bold;
        margin-bottom: 0.2em;
    }

    .container-fluid.information h2 {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 1em;
    }

    .container-fluid.information p {
        max-width: 800px;
        margin: 0 auto 1.2em auto;
        line-height: 1.6;
        font-size: 1.1em;
    }

    .container-fluid.information em {
        font-style: italic;
    }

    .container-fluid.information strong {
        font-weight: bold;
    }

    .container-fluid.discover {
        width: 1200px;
        text-align: center;
        padding: 60px;
        text-align: center;
    }


        .container-fluid.discover h1 {
            font-size: 40px;
            margin-bottom: 0.2em;
            font-family: breeperu_bold;
        }

        .container-fluid.discover h2 {
            font-size: 25px;
            font-family: breeperu_regular;
            margin-bottom: 1em;
        }

        .container-fluid.discover .screen{
            position:relative;
            z-index:1;
        }

        .container-fluid.discover .screen img {
            border-radius: 10px;
        }

        .container-fluid.discover .caption {
            position: absolute;
            z-index: 2;
            bottom: 50px;
            padding: 10px 60px;
            text-align:start;
            width: 75%;
        }

            .container-fluid.discover .caption h1 {
                padding: 20px 0;
                color: #FFFFFF;
                font-size: 40px;
                text-transform:uppercase;
            }

            .container-fluid.discover .caption h2 {
                padding: 20px 0;
                color: #FFFFFF;
                font-size: 20px;
            }

            .container-fluid.discover .caption a {
                background-color: #D52B1E;
                padding: 20px 40px;
                color: #FFFFFF;
                text-decoration: none;
                border-radius: 10px;
                font-family: breeperu_regular;
            }

            .container-card {
                display: flex;
                justify-items: center;
            }

.container-card img{
    width:100%;
}

.wrapper-desktop-menu {
    background-color: transparent;
    transition: all .8s;
    top: 0;
    /*position: fixed;*/
    position: absolute;
    z-index: 2000;
    width: 100%;
    left: 0;
}

.wrapper-desktop-menu-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrapper-desktop-menu-container-left {
    float: left;
}


.overlay {
    background-color: #000 !important;
    opacity: .2;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.overlay-gradient-left {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.container-fluid.know {
    width: 1200px;
    background-color: #D52B1E;
    color: white;
    padding: 20px;
}

.container-fluid.know h1 {
    font-family: breeperu_bold;
}

    .container-fluid.know a {
        background-color: #FFFFFF;
        padding: 10px 40px;
        color: #D52B1E;
        text-decoration: none;
        border-radius: 40px;
        font-family: breeperu_bold;
        font-size: 20px;
    }

    .container-fluid .btn-know{
        display:flex;
        justify-content:center;
        align-items:center;
    }

.footerContainer, .footerContainer a, .bottomContainer, .bottomContainer a {
    color: #FFFFFF;
}


.footerContainer ul li a {
    font-family: ff_clan_ot_book;
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration:none;
}

.container-section {
    width: 100%;
    background-color: #D52B1E;
}

.card{
    border:none;
}



.contador {
    display: block;
    font-family:breeperu_light;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}



#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
}

    #countdown .labels li {
        width: 102px;
        font: bold 15px 'Droid Sans', Arial, sans-serif;
        color: #f47321;
        text-shadow: 1px 1px 0px #000;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
    }


fieldset {
    max-width: 468px;
    margin: 0 auto;
    border: 0px solid #c4122f;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 0px;
}

legend {
    width: auto;
    font-family: 'FF_Clan_Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #c4122f;
    margin-bottom: 0;
    padding: 0 20px;
}

fieldset #countdown {
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    /*justify-content: right;*/
    justify-content: center;
}


    fieldset #countdown .block {
        display: flex;
        flex-direction: column;
        margin: 10px 0px 10px 14px;
    }

    fieldset #countdown .horas .block .numero {
        display: inline-block;
        position: relative;
        font-style: normal;
        font: bold 48px 'Droid Sans', Arial, sans-serif;
        font-weight: 700;
        font-size: 60px;
        line-height: 100%;
        text-align: center;
        color: #000;
        border-radius: 8px;
        margin: 0 2px;
        padding: 8px 12px;
        /*border-style: outset;*/
        border-width: 4px;
        background-size: cover;
        color: #111;
        background-color: #ddd;
        background-image: linear-gradient(to bottom, #D9D9D9 0%, #D9D9D9 50%, #fff 50%, #fff 100%);
        /*box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);*/
    }

    fieldset #countdown .horas {
        display: flex;
    }

.day-center {
    display: flex;
    margin-bottom: 10px;
}


fieldset #countdown .horas .block .label {
    font-family: breeperu_regular;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}


fieldset #countdown .dias .block .day-center .numero {
    display: inline-block;
    position: relative;
    font-style: normal;
    font: bold 48px 'Droid Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #111;
    border-radius: 8px;
    margin: 0 2px;
    /*padding: 0px 10px 0px 10px;*/
    padding: 8px 12px;
    /*border-style: outset;*/
    border-width: 4px;
    background-size: cover;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #D9D9D9 0%, #D9D9D9 50%, #fff 50%, #fff 100%);
    /*box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);*/
}
/*
#countdown .dias .block .day-center > .numero:before {
    content: "";
    width: 100%;
    height: 13px;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}

#countdown .dias .block .day-center > .numero:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 2px solid #b24a37;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}
*/
/*
#countdown .horas .block .day-center > .numero:before {
    content: "";
    width: 100%;
    height: 13px;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}

#countdown .horas .block .day-center > .numero:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 2px solid #b24a37;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}
*/

fieldset #countdown .dias .block .label {
    font-style: normal;
    font-family: breeperu_regular;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.tituloOferta{
    font-size:40px;
    font-family:breeperu_bold;
}

.carousel-caption {
    z-index: 4;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left; /* opcional */
    max-width: none !important;
}



/*media querys*/

@media (max-width: 1440px) {
    .container-fluid.discover, .container-fluid.know, .wrapper-desktop-menu-container {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .container-fluid.discover, .container-fluid.know, .wrapper-desktop-menu-container {
        width: 1000px;
    }
}

@media (max-width: 1000px) {
    .container-fluid.discover, .container-fluid.know, .wrapper-desktop-menu-container {
        width: 800px;
    }

        .container-fluid.discover h1 {
            font-size: 30px;
            margin-bottom: 0.2em;
            font-family: breeperu_bold;
        }

        .container-fluid.discover h2 {
            font-size: 18px;
            font-family: breeperu_regular;
            margin-bottom: 1em;
        }

        .container-fluid.discover .caption {
            position: absolute;
            z-index: 2;
            bottom: 40px;
            padding: 10px 20px;
            text-align: start;
            width: 70%;
        }

            .container-fluid.discover .caption h1 {
                /* padding: 0 0; */
                color: #FFFFFF;
                font-size: 28px;
                text-transform: uppercase;
            }

            .container-fluid.discover .caption h2 {
                padding: 20px 0;
                color: #FFFFFF;
                font-size: 15px;
            }


        .container-fluid.know h1 {
            font-family: breeperu_bold;
            font-size: 30px;
        }

        /*contador*/

    fieldset #countdown .dias .block .day-center .numero {
        font-size: 45px;
    }

    fieldset #countdown .horas .block .numero {
        font-size: 45px;
    }

}




@media (max-width: 768px) {

    .container-fluid.hero{
        height:auto;
    }

        .container-fluid.hero .carousel-item > picture img{
            height: auto;
        }

    .carousel-caption{
        top: 300px !important;
    }

    .wrapper-desktop-menu-container-left img {
        width: 150px;
        padding-left: 20px;
    }

    .scroll-boton{
        display:none;
    }

    .container-banner {
        /* width: 100%; */
        width: auto;
        text-align: center;
        flex-direction: column;
        /* margin: auto; */
    }

    .container-fluid.discover, .container-fluid.know, .wrapper-desktop-menu-container {
        width: 100%;
    }
    .container-card{
        flex-direction: column;
    }

    .container-fluid.discover h1 {
        font-size: 30px;
        margin-bottom: 0.2em;
        font-family: breeperu_bold;
    }

        .container-fluid.discover h2 {
            font-size: 18px;
            font-family: breeperu_regular;
            margin-bottom: 1em;
        }

        .container-fluid.discover .caption {
            position: absolute;
            z-index: 2;
            bottom: 40px;
            padding: 10px 20px;
            text-align: start;
            width: 70%;
        }

            .container-fluid.discover .caption a {
                background-color: #D52B1E;
                padding: 15px 20px;
                color: #FFFFFF;
                text-decoration: none;
                border-radius: 10px;
                font-family: breeperu_regular;
            }

            .container-fluid.discover .caption h1 {
                padding: 0;
                color: #FFFFFF;
                font-size: 30px;
                text-transform: uppercase;
            }

            .container-fluid.discover .caption h2 {
                padding: 20px 0;
                color: #FFFFFF;
                font-size: 15px;
            }


        .container-fluid.know h1 {
            font-family: breeperu_bold;
            font-size: 30px;
        }

    .container-fluid.know .row {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .sr-my-only{
        display:none;
    }

    .footerContainer ul{
        display:flex !important;
    }
    /*contador*/
    fieldset #countdown .dias .block .day-center .numero {
        font-size: 45px;
    }

    fieldset #countdown .horas .block .numero {
        font-size: 45px;
    }

}


@media (max-width: 480px) {

    /*contador*/
    fieldset #countdown .dias .block .day-center .numero {
        font-size: 30px;
        padding: 6px;
    }

    fieldset #countdown .horas .block .numero {
        font-size: 30px;
        padding: 6px;
    }

    .container-banner > div:first-child p {
        font-size: 25px;
    }

    .container-banner > div:first-child img {
        width: 300px;
    }

    .tituloOferta{
        font-size: 25px;
    }

    .container-fluid.information {
        padding: 30px;
    }

    .container-fluid.discover {
        padding: 30px;
    }

}