﻿

.ld-custom-background-1 {
    position: relative;
    overflow: hidden;
}

    .ld-custom-background-1:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateX(-50%);
        background: url(/image/home/s1_1.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

.ld-section-separator-min {
    width: 30%;
    min-width: 150px;
    height: 3px;
    background: rgb(var(--smash-red-3-rgb));
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ld-section {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    margin-top: 50px;
    height: 35vh;
    max-height: 400px;
    min-height: 150px;
}

    .ld-section.ld-section-fw {
        max-width: initial;
        text-align: center;
        max-height: initial;
        height: auto;
        padding-bottom: 2rem;
    }

        .ld-section.ld-section-fw .ld-section-wrapper {
            display: inline-block;
            max-width: 1200px;
            width: 100%;
        }


        .ld-section.ld-section-fw.ld-section-fw-nl .ld-section-wrapper {
            display: inline-block;
            max-width: 100%;
            width: 100%;
        }


.ld-custom-background-f1-right {
    position: relative;
    z-index: 1;
}

    .ld-custom-background-f1-right:before {
        content: '';
        position: absolute;
        width: 75%;
        height: 100%;
        right: 0;
        top: 0;
        border-radius: 2rem 0 0 2rem;
        background: rgba(var(--smash-yellow-4-rgb), 0.16);
        z-index: -1;
    }

.ld-custom-background-f1-left {
    position: relative;
    z-index: 1;
}

    .ld-custom-background-f1-left:before {
        content: '';
        position: absolute;
        width: 75%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0 2rem 2rem 0;
        background: rgba(var(--smash-yellow-4-rgb), 0.16);
        z-index: -1;
    }

.ld-section-limit-400 {
    max-height: 400px;
}

.ld-section-content,
.ld-section-simple {
    float: left;
    width: 50%;
}

    .ld-section-simple:nth-child(1) {
        padding-right: 5%;
        text-align: right;
    }

    .ld-section-content img,
    .ld-section-simple img {
        height: auto;
        max-height: 390px;
        min-height: 150px;
        width: auto;
        max-width: 100%;
    }

    .ld-section-content img {
        height: auto;
        max-height: 50vh;
        max-height: 600px;
    }

.ld-section-paragraph {
    text-align: left;
    padding: 0px;
    font-size: 1.5rem;
}

    .ld-section-paragraph.ld-12r {
        font-size: 1.2rem;
    }

.ld-section-list {
    margin-top: 1rem;
    margin-left: 2rem;
    text-align: left;
    font-size: 1.2rem;
    list-style: none;
}

    .ld-section-list li {
        font-size: 1.2rem;
        padding-left: 1rem;
        position: relative;
    }

        .ld-section-list li:before {
            position: absolute;
            content: "•";
            left: 0;
            top: 5px;
            font-size: 10pt;
        }

.ld-discover-btn {
    margin-top: 4rem;
    font-size: 1.5rem;
}

    .ld-discover-btn::before {
        background: rgb(var(--smash-orange-1-rgb));
    }

    .ld-discover-btn::after {
        background: rgb(var(--smash-red-2-rgb));
    }

/*FEATUERES*/
.ld-carousel-fw {
    position: relative;
}

/*content*/
.ld-carousel-content {
    text-align: center;
    position: relative;
}

.ld-carousel-element {
    text-align: center;
}

.ld-carousel-body {
    display: inline-block;
    max-width: 1200px;
    margin-bottom: 0.5rem;
}

    .ld-carousel-body video {
        width: auto;
        height: auto;
        min-height: 100px;
        max-height: 60vh;
        max-width: 100%;
        border-radius: 3rem;
    }

/*descripcion*/
.ld-carousel-footer {
    text-align: center;
}

.ld-carousel-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: rgb(var(--smash-red-3-rgb));
}

.ld-carousel-paragraph {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    max-width: 800px;
}

/*navigation*/
.ld-carousel-nav {
    text-align: center;
    list-style: none;
    display: block;
    text-align: center;
    margin-top: 1rem;
}

    .ld-carousel-nav li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        border-radius: 50%;
        background: rgb(var(--smash-grey-1-rgb));
    }

        .ld-carousel-nav li.active {
            background: rgb(var(--smash-orange-3-rgb));
        }

/*controls*/

.ld-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ld-control-prev {
    left: 0;
}

.ld-control-next {
    right: 0;
}

#Features .splide__arrows button {
    border: none;
    width: 30px;
    height: 30px;
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
}

#Features .splide__arrow.splide__arrow--prev {
    background-image: url('/image/home/ico-left-arrow.png');
}

#Features .splide__arrow.splide__arrow--next {
    background-image: url('/image/home/ico-right-arrow.png');
}

/*testimonials*/

.ld-custom-background-comment {
    padding-top: 5rem;
    background-image: url('/image/home/comment_left.png'), url('/image/home/comment.png');
    background-position: top left, top right;
    background-size: auto 4rem;
    background-repeat: no-repeat;
}

.ld-testimonial {
    width: 100%;
    max-width: initial;
    height: auto;
    max-height: initial;
}


    .ld-testimonial .ld-section-wrapper {
        overflow: auto;
    }

    .ld-testimonial .ld-testimonial-avatar {
        position: relative;
        width: 40%;
        max-width: 600px;
        text-align: left;
        padding-top: 2rem;
        margin-left: -20%;
    }

.ld-testimonial-content {
    width: 60%;
    margin-left: 10%;
    padding-left: 5rem;
    padding-right: 5rem;
    text-align: center;
    position: relative;
}

.ld-testimonial-section {
    overflow: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}

.ld-testimonial-comment {
    font-size: 1.2rem;
    text-align: left;
}

.ld-testimonial-user {
    padding-top: 2rem;
}

.ld-testimonial-user-name {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    text-align: left;
}

.ld-testimonial-user-school {
    font-size: 1.2rem;
    display: block;
    text-align: left;
}

.ld-testimonial-user-link {
    font-size: 2rem;
    display: block;
    width: 100%;
    text-align: right;
    color: rgb(var(--smash-orange-1-rgb));
    text-decoration: underline;
}

img.ld-testimonial-avatar-c-user {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    max-width: 100px !important;
    max-heigth: auto !important;
    width: auto !important;
    height: auto !important;
}

.ld-testimonial-avatar-c-user-full {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ld-testimonial .ld-testimonial-avatar {
    display: none;
}

.ld-testimonial-section {
    padding-left: 10%;
    padding-right: 10%;
}

.ld-testimonial-content {
    width: 100%;
    margin: 0;
}

/*about*/
.ld-about-smash .ld-section-content:nth-child(1) {
    text-align: left;
    max-width: 35%;
}

    .ld-about-smash .ld-section-content:nth-child(1) img {
        float: left;
    }


.ld-about-smash .ld-section-title-1 {
    font-size: 2.5rem;
    margin-bottom: 0;
    line-height: 0;
    line-height: 3rem;
}

.ld-about-smash .ld-section-title-2 {
    font-size: 2rem;
    color: black;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 3rem;
    color: rgb(var(--smash-red-3-rgb));
}

.ld-about-smash .ld-section-content:nth-child(1) {
    text-align: center;
}

.ld-about-smash .ld-section-paragraph {
    padding: 30px;
    max-width: 700px;
    display: inline-block;
    text-align: center;
}


.ld-section-advantages-line {
    max-width: initial;
    /*height: 75vh;*/
    max-height: 600px;
    /*overflow: hidden;*/
}

    .ld-section-advantages-line img {
        height: auto;
        max-height: 600px;
        min-height: 150px;
        width: auto;
        max-width: 100%;
    }

    .ld-section-advantages-line .ld-section-simple:nth-child(1) {
        max-width: 700px;
        float: left;
        padding: 0;
    }

    .ld-section-advantages-line .ld-section-simple:nth-child(2) {
        width: calc(100% - 700px);
        min-width: 50%;
        text-align: center;
    }

        .ld-section-advantages-line .ld-section-simple:nth-child(2) .ld-section-paragraph {
        }

.ld-section-simple-content {
    text-align: left;
    display: inline-block;
    max-width: 900px;
}

#GeneralAdvantages-list li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}

    #GeneralAdvantages-list li .ld-section-title-1,
    #GeneralAdvantages-list li .ld-section-title-2 {
        text-align: left;
        font-size: 2rem;
    }

    #GeneralAdvantages-list li .ld-section-title-1 {
        margin-bottom: 1rem;
    }

    #GeneralAdvantages-list li .ld-section-title-2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

.ld-section-features {
    height: auto;
    max-height: initial;
}

    .ld-section-features .ld-section-title-1 {
        font-size: 2.5rem;
    }

    .ld-section-features .ld-carousel-paragraph {
        margin-bottom: 3rem;
    }

.ld-scaffolded-immersion {
    text-align: center;
}

.ld-scaffolded-immersion-wrapper {
    display: inline-block;
    max-width: 1200px;
}

    .ld-scaffolded-immersion-wrapper video {
        width: auto;
        height: auto;
        min-height: 300px;
        max-height: 75vh;
        max-width: 100%;
        border-radius: 3rem;
    }

.ld-scaffolded-immersion .ld-section-title-2 {
    font-size: 2.5rem;
    padding-left: 60px;
    padding-right: 60px;
    color: rgb(var(--smash-yellow-4-rgb));
}

.ld-scaffolded-immersion .ld-section-paragraph {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 2rem;
}

.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: bold;
    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;
}
