﻿body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    overflow-x: hidden;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


.ld-header {
    position: relative;
    width: 100vw;
    z-index: 100;
    margin-bottom: 100px;
    padding-bottom: 0 !important;
    background-color: #fff8f0 !important;
    color: black !important;
}

.ld-header-logo {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 150px;
    padding-left: 0;
    padding-top: 0;
    z-index: 10;
}

    .ld-header-logo img {
        min-width: 50px;
        height: auto;
        width: 120px;
        max-height: 90%;
        max-width: 90%;
    }

.ld-header .ld-smash-sales-section {
    width: calc(100% - 400px);
    padding-top: 15px !important;
}

.ld-header.ld-smash-deco-bottom-wave:after {
    background-image: url('../../image/other/divisor 4.png') !important;
}

.ld-fp-footer.ld-smash-deco-top-wave:before {
    background-image: url('../../image/other/divisor 3.png') !important;
}

.ld-lang-list {
    margin-top: 15px;
}

@media all and (max-width: 800px) {
    .ld-header-logo {
        width: 120px;
    }

    .ld-header .ld-smash-sales-section {
        padding: 0 !important;
        padding-top: 15px !important;
    }

    .ld-header .ld-smash-sales-section {
        width: calc(100% - 300px);
    }
}


@media all and (max-width: 600px) {
    .ld-header {
        background-size: auto 100px;
    }

        .ld-header .ld-smash-sales-section {
            min-height: 100px;
        }

            .ld-header .ld-smash-sales-section .ld-title {
                display: none;
            }

            .ld-header .ld-smash-sales-section .ld-lang-list {
                display: none;
            }

    [data-section="home"] header {
        margin-bottom: 0px;
    }
}


#smashFullPage {
    padding-bottom: 100px;
}

/*ld-language-selector*/
.ld-language-selector {
    position: absolute;
    right: 15px;
    top: 40px;
    z-index: 10;
}

    .ld-language-selector button {
        padding: 7px 15px;
        border-radius: 5px;
        border: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        gap: 15px;
        align-items: center;
        width: 120px;
        justify-content: space-between;
        border: 1px solid #ff6a00;
        background: #ff6a00;
        color: white;
        cursor: pointer;
    }

    .ld-language-selector i {
        font-size: 15px;
    }


.ld-language-selector-options {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: none;
}


    .ld-language-selector-options a {
        display: block;
        text-align: left;
        min-width: 100px;
        text-decoration: none;
        color: #808080;
        padding: 5px 15px;
    }


.ld-general-scroll-to-top {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #ff6a00;
    position: fixed;
    bottom: 5px;
    right: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background: white;
    cursor: pointer;
    justify-content: center;
    transition-duration: 200ms;
    z-index: 1000;
    display: none;
}

    .ld-general-scroll-to-top span {
        font-size: 12px;
    }

    .ld-general-scroll-to-top i {
        font-size: 25px;
        color: #ff6a00;
    }

    .ld-general-scroll-to-top:hover {
        background: #ff6a00;
    }

        .ld-general-scroll-to-top:hover span,
        .ld-general-scroll-to-top:hover i {
            color: white;
        }


/*CHAT ICON*/

.chat-customer-btn {
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 100;
    border: none;
    padding: 12px 30px;
    width: 60px;
    height: 40px;
    color: white;
    background: none;
    outline: none;
    font-family: Poppins;
    font-size: 16px;
    background-image: url('../../image/other/icono-min.png');
    background-position: center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    z-index: 9998;
}

.book-a-consultation-btn {
    position: fixed;
    bottom: 20px;
    right: 80px;
    padding: 8px 30px;
    background: #ffaa00;
    color: white;
    border: none;
    outline: none;
    border-radius: 50px;
    z-index: 9998;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}


.ld-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.ld-smash-sales-section {
    max-width: 1600px;
    width: 100vw;
    padding: 10px 5px;
    position: relative;
    padding-bottom: 0;
    z-index: 10;
}

.ld-smash-sales-section-pf-center-f1 {
    max-width: 1600px;
    width: 100vw;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/*GENERAL*/
.ld-smash-sales-book-a-consultation-btn {
    padding: 12px 15px;
    background: #ffaa00;
    color: black;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    max-width: 300px;
    width: 100%;
    align-self: center;
    cursor: pointer;
    transition-duration: 200ms;
    margin-bottom: 10px;
}

    .ld-smash-sales-book-a-consultation-btn:hover {
        background: #fbb426;
    }

.ld-smash-sales-sub-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}

    .ld-smash-sales-sub-text > p {
        max-width: 900px;
        /*font-size: 16px;*/
    }

    .ld-smash-sales-sub-text > h2 {
        width: calc(100% - 5px);
        max-width: 1400px;
        /*font-size: 16px;*/
    }

    .ld-smash-sales-sub-text > h3 {
        max-width: 900px;
        /*font-size: 18px;*/
    }


/*ld-smash-sales-ovl*/

.ld-smash-sales-ovl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 15px;
    /*background: #fff8f0;*/
    background: #f37021;
    padding: 15px 30px;
    position: relative;
    color: white;
}

@media all and (max-height: 800px) {
    .ld-smash-sales-ovl {
        gap: 5px;
        padding: 10px;
    }
}

@media all and (max-width: 500px) {
    .ld-smash-sales-ovl {
        gap: 5px;
        padding: 5px;
    }
}

/*DECO*/

.ld-smash-sales-deco-wrapper {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.no-padding {
    padding: 0;
}

.ld-smash-deco-wave {
    /*background-color: #fff8f0;*/
    background-color: #f37021;
    color: white;
}


.ld-smash-deco-top-wave {
    position: relative;
    margin-top: 50px;
}

    .ld-smash-deco-top-wave:before {
        content: '';
        position: absolute;
        /*background-image: url('../../image/other/divisor 3.png');*/
        background-image: url('../../image/other/divisor naranja 3.png');
        width: 100%;
        height: 50px;
        top: -50px;
        left: 0;
        background-position: left top;
        background-size: 100% 100%;
    }

.ld-smash-deco-bottom-wave {
    position: relative;
    margin-bottom: 50px;
    /*padding: 15px 0;*/
    padding: 0;
}

    .ld-smash-deco-bottom-wave:after {
        content: '';
        position: absolute;
        /*background-image: url('../../image/other/divisor 4.png');*/
        background-image: url('../../image/other/divisor naranja 4.png');
        width: 100%;
        height: 50px;
        bottom: -35px;
        left: 0;
        background-position: left bottom;
        background-size: 100% 100%;
    }


@media all and (max-width: 700px), all and (max-height: 800px) {
    .ld-smash-deco-top-wave {
        margin-top: 20px;
    }

        .ld-smash-deco-top-wave:before {
            height: 20px;
            top: -20px;
        }

    .ld-smash-deco-bottom-wave {
        margin-bottom: 15px;
    }

        .ld-smash-deco-bottom-wave:after {
            margin-bottom: 15px;
            height: 20px;
            bottom: -33px;
        }

    .ld-smash-sales-deco-wrapper .ld-title {
        margin-top: 10px;
    }
}


/*ld-lang-list*/
.ld-lang-list .ld-lang {
    display: inline-block;
    margin-right: 15px;
    line-height: 22px;
    height: 26px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-position: left center;
    cursor: pointer;
}

    .ld-lang-list .ld-lang span {
        font-size: 10px;
    }

    .ld-lang-list .ld-lang.ld-lang-fr {
        background-image: url('/image/general/flag_fr.png');
    }

    .ld-lang-list .ld-lang.ld-lang-en {
        background-image: url('/image/general/flag_en.png');
    }

    .ld-lang-list .ld-lang.ld-lang-es {
        background-image: url('/image/general/flag_es.png');
    }


.ld-smash-sales-break-page {
    /*margin-bottom: 50px;*/
}


@media all and (max-width: 800px), all and (max-height: 800px) {
    .ld-smash-sales-section {
        padding: 15px;
    }

    .ld-smash-deco-bottom-wave:after {
        bottom: -30px;
    }
}

@media all and (max-height: 700px) {
    .ld-smash-sales-section {
        padding: 10px;
    }
}

@media all and (max-height: 600px) {
    .ld-smash-sales-section {
        padding: 5px;
    }
}

@media all and (max-width: 500px) {

    .ld-smash-sales-section {
        padding: 5px;
    }
}


.ld-popup-languages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: none;
}

.ld-popup-languages-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ld-popup-languages-content {
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    max-width: 1000px;
    height: auto;
    padding: 30px;
    padding-right: 50px;
    overflow: auto;
    display: none;
    border-radius: 10px;
}


.ld-popup-languages-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    color: rgb(var(--smash-red-1-rgb));
    border: none;
    border-radius: 50%;
    background: white;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    transition-duration: 200ms;
}

    .ld-popup-languages-close:hover {
        transform: scale(1.1);
    }

    .ld-popup-languages-close i {
        font-size: 30px;
        line-height: 40px;
    }

.ld-popup-languages-content img {
    width: 95px;
    height: auto;
    float: left;
}

.ld-popup-languages-paragraph {
    float: right;
    width: calc(100% - 95px);
    padding: 30px;
    font-size: 1.2rem;
    padding-left: 30px;
    padding-bottom: 100px;
}

@media all and (max-width: 600px) {
    .ld-popup-languages-content {
        padding-top: 10px;
    }

    .ld-popup-languages-paragraph {
        padding: 0 15px;
        width: 100%;
        font-size: 1rem;
    }

    .ld-popup-languages-content img {
        width: 50px;
        height: auto;
    }
}

/*FP*/

.section {
    min-height: calc(100vh - 15px);
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

    .section.fp-section .fp-overflow {
        /*min-height: 100%;*/
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .section.fp-section {
        min-height: 100vh;
        justify-content: space-between;
        height: auto !important;
        overflow-x: hidden;
    }


.ld-fp-footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.ld-fp-footer {
    background-color: #fff8f0 !important;
}

.ld-fp-header {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
}




/*FONTS*/

h1.ld-section-title,
h2.ld-section-title,
h3.ld-section-title,
h4.ld-section-title,
h1.ld-title-bg,
h2.ld-title-bg,
h3.ld-title-bg,
h4.ld-title-bg,
h1.ld-title,
h1.ld-sub-title,
h2.ld-title,
h2.ld-sub-title,
h3.ld-title,
h3.ld-sub-title,
h4.ld-title,
h4.ld-sub-title,
h5.ld-title,
h5.ld-sub-title,
h6.ld-title,
h6.ld-sub-title,
b {
    font-weight: 600 !important;
}

.ld-title-bg {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.ld-title {
    font-size: 24px;
    line-height: 1.5;
}

.ld-sub-title {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.1;
}

.ld-section-title {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.1;
}

.ld-paragraph {
    font-size: 16px;
    line-height: 1.5;
}

    .ld-paragraph b {
        font-size: 16px;
        line-height: 1.5;
    }

.ld-components {
    font-size: 18px;
}

@media all and (max-width: 1600px), all and (max-height: 1000px) {
    .ld-title-bg {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .ld-title {
        font-size: 22px;
    }

    .ld-sub-title {
        font-size: 18px;
    }

    .ld-section-title {
        font-size: 20px;
    }

    .ld-paragraph {
        font-size: 15px;
    }

        .ld-paragraph b {
            font-size: 15px;
        }

    .ld-components {
        font-size: 15px;
    }
}

@media all and (max-width: 1300px), all and (max-height: 800px) {
    .ld-title-bg {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .ld-title {
        font-size: 18px;
    }

    .ld-sub-title {
        font-size: 16px;
    }

    .ld-section-title {
        font-size: 17px;
    }

    .ld-paragraph {
        font-size: 15px;
    }

        .ld-paragraph b {
            font-size: 14px;
        }

    .ld-components {
        font-size: 14px;
    }
}

@media all and (max-width: 800px), all and (max-height: 600px) {
    .ld-title-bg {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .ld-title {
        font-size: 16px;
    }

    .ld-sub-title {
        font-size: 15px;
        margin-top: 5px;
    }

    .ld-section-title {
        font-size: 16px;
    }

    .ld-paragraph {
        font-size: 14px;
    }

        .ld-paragraph b {
            font-size: 14px;
        }

    .ld-components {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .ld-title {
        font-size: 16px;
    }

    .ld-sub-title {
        font-size: 15px;
        margin-top: 0px;
    }

    .ld-section-title {
        font-size: 15px;
    }

    .ld-paragraph {
        font-size: 14px;
    }

        .ld-paragraph b {
            font-size: 14px;
        }

    .ld-components {
        font-size: 14px;
    }
}

.splide__pagination {
    bottom: -25px;
}









/*REMIND*/


.book-a-consultation-reminding {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    display: none;
    background: rgba(0,0,0,.75);
    justify-content: center;
    align-items: center;
}

.book-a-consultation-reminding-content {
    width: 95vw;
    max-height: 95vh;
    max-width: 800px;
    background: #ffecd6;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    overflow: auto;
}

.book-a-consultation-reminding-close {
    position: absolute;
    top: 0;
    right: 5px;
    border: none;
    padding: 5px;
    background: none;
    cursor: pointer;
}

    .book-a-consultation-reminding-close i {
        font-size: 30px;
    }

.book-a-consultation-reminding-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 15px;
}


.book-a-consultation-reminding-image,
.book-a-consultation-reminding-info {
}

.book-a-consultation-reminding-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.book-a-consultation-reminding-image img {
    width: 100vw;
    max-width: 300px;
}

.book-a-consultation-reminding-info img {
    width: 150px;
}

.book-a-consultation-reminding-info h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #f37021;
    font-weight: normal;
}

.book-a-consultation-reminding-info p b,
.book-a-consultation-reminding-info p {
    font-size: 18px;
}


.book-a-consultation-reminding-go-form-btn {
    background: #ffaa00;
    border-radius: 50px;
    padding: 10px 30px;
    color: white;
    border: none;
    outline: none;
    margin-left: auto;
    cursor: pointer;
}

.book-a-consultation-reminding-chat-btn {
    width: 60px;
    height: 35px;
    background: none;
    background-image: url('../../image/other/icono-min.png');
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
    border: none;
    margin-left: auto;
}


@media all and (max-width: 700px) {

    .book-a-consultation-reminding-image img {
        max-width: 200px;
    }
}



@media all and (max-width: 550px) {
    .book-a-consultation-reminding-section {
        padding: 0 5px;
    }

    .book-a-consultation-reminding-info img {
        width: 120px;
    }

    .book-a-consultation-reminding-info h1 {
        font-size: 30px;
    }

    .book-a-consultation-reminding-info p b,
    .book-a-consultation-reminding-info p {
        font-size: 16px;
    }

    .book-a-consultation-reminding-section:first-of-type {
        flex-direction: column;
    }

    .book-a-consultation-reminding-image {
        display: flex;
        align-content: center;
        justify-content: center;
        flex: 1;
        width: 100%;
    }
}


/*CONGRATULATIONS ALERT*/



.book-a-consultation-congratulations {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    display: none;
    background: rgba(0,0,0,.75);
    justify-content: center;
    align-items: center;
}

.book-a-consultation-congratulations-content {
    width: 95vw;
    max-height: 95vh;
    max-width: 700px;
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 10px;
    position: relative;
}

.book-a-consultation-congratulations-close {
    position: absolute;
    top: 0;
    right: 5px;
    border: none;
    padding: 5px;
    background: none;
    cursor: pointer;
}

    .book-a-consultation-congratulations-close i {
        font-size: 30px;
    }


.book-a-consultation-congratulations-announcement {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px;
    justify-content: center;
}

    .book-a-consultation-congratulations-announcement img {
        width: 100%;
        max-width: 250px;
    }


    .book-a-consultation-congratulations-announcement h2 {
        text-align: center;
        max-width: 300px;
        font-size: 16px;
        line-height: 1.4;
    }


    .book-a-consultation-congratulations-announcement div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .book-a-consultation-congratulations-announcement p {
        text-align: center;
        max-width: 250px;
    }


.book-a-consultation-calendar-event-btn {
    border: none;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    gap: 10px;
    align-items: center;
    background: none;
    outline: none;
    font-style: italic;
    color: #e93014;
    font-weight: 600;
    margin-top: 30px;
}

    .book-a-consultation-calendar-event-btn span {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background: #ff961e;
        color: white;
        text-align: center;
        line-height: 30px;
    }

    .book-a-consultation-calendar-event-btn i {
        font-size: 18px;
    }

@media all and (max-width: 500px) {
    .book-a-consultation-congratulations-announcement {
        flex-direction: column;
    }

        .book-a-consultation-congratulations-announcement > div:first-of-type {
            order: 2;
        }
}

.section-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 500 !important;
    background: white;
    width: 100vw !important;
    height: 100vh !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.section-fullscreen-close {
    display: none;
}

.section-fullscreen .section-fullscreen-close {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    color: white;
    z-index: 501;
    background: none;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

    .section-fullscreen .section-fullscreen-close i {
        font-size: 40px;
    }

#bookAConsultationRef .ld-smash-sales-consultation-details {
    display: none;
}


#bookAConsultationRef .ld-smash-sales-consultation-details {
    display: none;
}
