:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --dti: #72b339;
    --plus: #FF4F1F;
    --pass: #E20079;
    --crm: #f8b334;
    --turbox: #ed96a3;
    --story: #66cccc;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background: #fff;
    color: #0f0;
    overflow-x: hidden;
    font-size: 16px;
}



#scramble-1 {
    color: #fff !important;
}

/* DTI */
#scramble-2 {
    color: #72b339 !important;
}

/* PLUS */
#scramble-3 {
    color: #FF4F1F !important;
}

#scramble-4 {
    color: #E20079 !important;
}

#scramble-5 {
    color: #f8b334 !important;
}

#scramble-6 {
    color: #ed96a3 !important;
}

#scramble-7 {
    color: #66cccc !important;
}

.cierre {
    margin-top: 2em;
    font-size: 1.2em;
    text-transform: uppercase;
}

.detalle-container {
    position: relative;
    height: auto;
    width: 60%;
    padding: 3%;
    max-width: 1200px;
    color: #fff;
    margin: 0 auto;
}

.dos_columnas {
    columns: 2;
    column-gap: 2.5em;
    text-align: justify;
}

.dos_columnas p:first-of-type {
    margin-top: 0;
}

.dos_columnas h4:first-of-type {
    margin-top: 0;
}

.footer {
    width: 100%;
    display: flex;
}

.footer_contacto {
    margin-top: 1em;
    font-size: 0.7em;
    line-height: 0.5em;
    /* display: flex
; */
    /* align-content: flex-start; */
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-right: 1em;

    font-size: 0.8em;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.footer_contacto a {

    color: var(--story);

}

h3 {
    width: 75%;
}


.intro {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.logo_product,
.logo,
.logo_cierre {
    position: relative;
    width: 100%;
    top: 0;
    text-align: left;
    /* left: -1em; */
    margin-bottom: 3em;
    margin-top: 0em;
}

.logo_todos {
    text-align: center;
    margin-bottom: 3em;
    width: 100%;
}

.logo img {
    max-width: 450px;
}

.logo_cierre img {
    width: 100%;
    max-width: 250px;


}

.logo_cierre p {
    text-align: center;
    line-height: 1em;

}

.margen {
    margin-left: 0.8em;
    font-size: 0.8em;
    font-weight: lighter;
}

.mitad {
    width: 50%;
}

section {
    min-height: 50vh;
}

.scramble-container {
    display: flex;
    position: relative;
    /* width: 100%; */
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    font-size: 1.52em;
    /* min-height: 50vh; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2.5em;
    padding-bottom: 4em;
}

.scramble-text {
    font-family: "Ubuntu Mono", monospace;
    /* white-space: pre-wrap; */
    /* display: inline; */
    font-size: 1.2em;
    white-space: pre-line;

}

#scramble-1 {
    color: #fff !important;
}

.suite_product {
    /* background-color: #292f41; */
    padding: 1em;
    text-align: center;

}

.suite_logo_product img {
    width: 12%;
    padding: 2%;
}


.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-content {
    position: absolute;
    top: 120%;
    left: 0;
    background-color: #292f41;
    color: #fff;
    padding: 0.75em;
    border-radius: 2px;
    width: 480px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-10px);
    z-index: 9;
    box-shadow: 5px 5px #292f41b8;
}

.video_color {

    position: relative;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    display: flex;
    /* mix-blend-mode: overlay; */
    /* pointer-events: none; */
    /* pointer-events: none; */
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 3em;
    margin-bottom: 2em;


}

video {
    filter: brightness(0.8) contrast(1.2);
}

video {
    width: 100%;
    /* margin: 0 auto; */
    /* text-align: center; */
    height: auto;
    /* filter: grayscale(100%); */
    border-radius: 0.51em;
    /* mix-blend-mode: luminosity; */
    z-index: 2;

}

.video_detalle {
    font-size: 0.7em;
    text-align: right;

}

.video-wrapper {
    background: linear-gradient(to bottom, #292f41, #222);
    padding: 10px;
    border-radius: 8px;
}

.zoomable {
    transition: transform 0.2s ease-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}


/* MENU */
/* para que no se pueda hacer scroll */
body.lock-scroll {
    overflow: hidden;
}

header {
    position: fixed;
    /* right: 0; */
    padding: 1rem;
    color: #f5f5f5;
    width: 100%;
    z-index: 99;
    /* background: #292f41d2; */

}

.burger {
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 50px;
    z-index: 100;

}

/* .burger .icon {
            transition: transform 0.5s ease;
        } */

.burger-icon {
    cursor: pointer;
}

.line {
    transition: stroke 0.3s ease;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #292f41d2;
    width: 100%;
    overflow: hidden;
    pointer-events: auto;
}

.menu ul {
    list-style: none;
    padding: 0rem;
    margin: 0;
    height: 100vh;
    padding-left: 2em;
    padding-top: 5em;

}

.menu li {
    opacity: 0;
    transform: translateY(-10px);
    margin: 0.5rem 0;
    font-size: 1.5em;
}

.menu a {
    text-decoration: none;
    color: #fff;
    transition: 0.51s;
}

.menu a:hover {
    color: var(--story);

}



@media only screen and (max-width: 1280px) {
    .detalle-container {
        width: 80%;
    }

    .scramble-container {
        min-height: 35vh;
    }

    .suite_logo_product img {
        width: 22%;
        padding: 3%;
    }

    .logo img {
        width: 80%;
    }


}



@media only screen and (max-width: 780px) {

    .detalle-container {
        width: 90%;
    }

    .suite_logo_product img {
        width: 30%;
        padding: 5%;
    }

    .detalle-container {
        padding-bottom: 6em;
    }

    .dos_columnas {
        columns: 1;
    }


    .scramble-container {
        min-height: 35vh;
    }

}

@media only screen and (max-width: 600px) {

    .cierre {
        font-size: 1em;
    }

    .footer {
        flex-direction: column;
    }

    .suite_logo_product img {
        width: 35%;
        padding: 5%;
    }

    h3 {
        width: 100%;
        font-size: 1.35em;
    }

    .dos_columnas {
        text-align: left;
        font-size: 1.2em;
        columns: 1;

    }
}