:root {
    --main-color: #e4003a;
    --secondary-color: #dbc179;
}

.discover-webxr-section .l-canvas {
    background-color: transparent;
}

.discover-webxr-section footer {
    padding: 0 0 10px;
}

.discover-webxr-section .subfooter {
    padding: 0 0 40px;
}

.discover-webxr-section section.breadcrumb-container nav {
    margin: 0 0 30px 0;
}

.landing-webxr {
    background: #020202;
    /*height: 100vh;*/
    /*overflow: hidden;*/
    overflow-x: hidden;
    width: 100%;
}

.logo_cont .logo {
    padding: 50px 20px 20px;
    background: #000;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    margin-bottom: 50px;
}

.head_baner {
    /* background: url('../../img/landings/webxr/bg_slider.png');*/
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-bottom: 200px;
}

.legal-text .head_baner {
    padding-bottom: 50px;
}

.legal-text .logo_cont .logo {
    margin-bottom: 0;
}

h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 54px;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0;
    position: relative;
    animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: ease-out;
    /* how the animation will behave */
    animation-delay: .5s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: get-up;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

.br {
    display: none;
}

.head_baner h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    /*font-size: 20px;*/
    font-size: clamp(20px, 1.5vw, 42px);
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.2;
    opacity: 0;
    position: relative;
    animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: ease-out;
    /* how the animation will behave */
    animation-delay: .5s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: get-up;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

h2>b {
    color: var(--main-color);
}
.head_baner p > b{
    color:#ffc600;
}
.head_baner p > img{
    margin-right: 2px;
    position: relative;
    top:6px;
}
.head_baner p {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    /*color: rgba(255, 255, 255, 0.5);*/
    color:#fff;
    margin: 20px 0;
    position: relative;
    opacity: 0;
    animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: ease-out;
    /* how the animation will behave */
    animation-delay: .9s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: get-up;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}
.devices-home{
    opacity: 0;
    position: relative;
    /*padding-top:20px;*/
 margin-top:20px;
 animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: ease-out;
    /* how the animation will behave */
    animation-delay: .9s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: get-up;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}
.device-item{
    margin: 0 10px;
}
.device-item img {
    align-self: center;
    height: 50px;
}
.btn {
    border-radius: 30px;
    background-color: var(--main-color);
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    transform: scale(1);
    transition: all linear .2s;
    bottom: 0;
    position: relative;
    box-shadow: none;
    opacity: 0;
    animation-duration: 1s;
    display: inline-flex;
    align-items: center;
    /* the duration of the animation */
    animation-timing-function: ease-out;
    /* how the animation will behave */
    animation-delay: .7s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: get-up;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}
.btn .img_b{
    display: none;
}
.btn:hover .img_w{
    display: none;
}
.btn:hover .img_b{
    display: block;
}
.btn img{
    margin-right:5px;
}
.btn:hover {
    background: #fff;
    color: #000;
    transform: scale(1.1);
    bottom: 10px;
    box-shadow: 0 20px 40px -10px rgba(228, 0, 58, 0.8)
}

.logo_cont {
    animation-duration: .5s;
    /* the duration of the animation */
    animation-timing-function: ease-out;
    /* how the animation will behave */
    animation-delay: 0s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: get-down;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
    position: relative;
    top: -150px;
}

.main-section {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-section .container {
    display: block;
    color: #fff;
}

.main-section .container h1 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    text-align: left;
    display: block;
}

.main-section .container a {
    color: var(--main-color);
}

.main-section .container p,
.main-section .container ul {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.main-section .container ul {
    list-style: circle;
    margin-left: 40px;
}

.main-section .container ul li {
    padding: 5px 0;
}

.main-section .container h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--main-color);
    font-size: 20px;
    line-height: 14px;
    margin: 32px 0 16px;
    text-transform: uppercase;
}

.slider {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 0px;
    position: relative;
    margin-top: -200px;
}

.slider:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    height: 70%;
    background: #1A1A1A;
    background: -webkit-linear-gradient(0deg, rgba(2, 2, 2, 1) 35%, rgba(2, 2, 2, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(2, 2, 2, 1) 35%, rgba(2, 2, 2, 0) 100%);
    background: linear-gradient(0deg, rgba(2, 2, 2, 1) 35%, rgba(2, 2, 2, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1A1A", endColorstr="#1A1A1A", GradientType=0);
    opacity: 0;
    animation-duration: .5s;
    /* the duration of the animation */
    animation-timing-function: linear;
    /* how the animation will behave */
    animation-delay: 1.1s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: Bggradient;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

.center-panel {
    width: 56%;
    max-width: 980px;
    height: auto;
    margin: 0;
    opacity: 0;
    animation-duration: 1.25s;
    /* the duration of the animation */
    animation-timing-function: cubic-bezier(0, 0.03, 0.25, 0.99);
    /* how the animation will behave */
    animation-delay: 1s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: slideFront;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

.scrolled .right-panel {
    animation-duration: 1.25s;
    /* the duration of the animation */
    animation-timing-function: ease-in-out;
    /* how the animation will behave */
    animation-delay: 0s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: slideRight;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

.scrolled .left-panel {
    animation-duration: 1.25s;
    /* the duration of the animation */
    animation-timing-function: ease-in-out;
    /* how the animation will behave */
    animation-delay: 0s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: slideLeft;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}



.center-panel img,
.left-panel img,
.right-panel img,
.menu img {
    width: 100%;
}

.menu {
    position: absolute;
    width: 50%;
    max-width: 600px;
    bottom: -80px;
    transform: perspective(75em) rotateX(30deg);
    box-shadow:
        rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
        rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
    opacity: 0;
    z-index: 1;
}

.menu.visible {
    animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: ease-out;
    /* how the animation will behave */
    animation-delay: 0.5s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: Menu;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

.left-panel,
.right-panel {
    width: 20%;
    max-width: 350px;
    height: auto;
    position: relative;
    bottom: -20px;
}

.left-panel {
    /*transform: perspective(1500px) rotateY(25deg);*/
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    opacity: 0;
}

.right-panel {
    /* transform: perspective(1500px) rotateY(-25deg);*/
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    opacity: 0;
}

.landing-webxr .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.slider {
    margin-bottom: 50px;
}

.info-section {
    padding: 50px 0;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.landing-webxr>.btn {
    display: flex;
    margin: 0 auto;
    margin-top: -25px;
    z-index: 3;
    width: max-content;
}

.info-section .section-txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
}

.info-section .section-txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.info-section ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.info-section li {
    padding: 15px 15px 15px 30px;
    min-height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin: 5px 10px 5px 0;
    position: relative;
    transition: all linear .2s;
    cursor: pointer;
}

.info-section li:hover {
    background-color: var(--main-color);
}

.info-section li:hover::after {
    background: #FFFFFF;
}

.info-section li:hover h3 {
    color: #FFFFFF;
}

.info-section li h3 {
    font-size: 15px;
    /* margin-bottom: 5px;*/
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.info-section li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: var(--main-color);
    position: absolute;
    left: 12px;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

/*.no-tooltip li{
            display: block;
        }
        .no-tooltip li h3{
            margin-bottom: 5px;
        }
        .no-tooltip li:after{
            left: 12px;
            top: 15px;
            bottom: 0;
            margin:inherit;
        }*/

.tooltip {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    border-radius: 3px;
    top: 0;
    right: 0;
    color: #000;
    font-weight: 500;
    opacity: 0;
    transition: all cubic-bezier(0, 0, 0.1, 1.01) .7s;
    z-index: -1;
}

.tooltip:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
}

.info-section li:hover .tooltip {
    opacity: 1;
    top: 90%;
    z-index: 3;
}

.section-txt {
    color: #fff;
}

.info-section .container>div {
    max-width: 50%;
    width: 50%;
    position: relative;
    opacity: 0;
}

.info-section .container>div>img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.info-section.animation .container>div:first-of-type {
    animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: ease-in-out;
    /* how the animation will behave */
    animation-delay: 0.25s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: left-enter;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

.info-section.animation .container>div:nth-child(2) {
    animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: ease-in-out;
    /* how the animation will behave */
    animation-delay: 0.25s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: right-enter;
    /* the name of the animation we defined above */
    animation-fill-mode: forwards;
}

@media (max-width:1024px) {
    .container {
        flex-direction: column;
    }

    .info-section.section_2 .container {
        flex-direction: column-reverse;
    }

    .info-section .container>div {
        max-width: 100%;
        width: 100%;
    }

    .info-section li {
        display: block;
    }

    .info-section li h3 {
        margin-bottom: 5px;
    }

    .info-section li:after {
        left: 12px;
        top: 15px;
        bottom: 0;
        margin: inherit;
    }

    .info-section li .tooltip {
        position: static;
        opacity: 1;
        background: transparent;
        color: #fff;
        padding: 0;
    }

    .info-section li .tooltip:after {
        content: none;
    }

    .section-img {
        display: flex;
    }
}

@media (max-width:675px) {
    h1 {
        flex-wrap: wrap;
    }

    h1>div.br {
        display: block;
        width: 100%;
    }

    .info-section li {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:600px) {
    .head_baner h2>br {
        display: none;
    }
}
@media (max-width: 1279px) {
    .devices-home {
         flex-wrap: nowrap; 
       height: auto; 
        justify-content: center;
    }
    .device-item {
        width: auto!important;
        margin: 0 10px!important;
    }
}
/* ANIMACIONES */

@keyframes left-enter {
    0% {
        opacity: 0;
        right: 150px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes right-enter {
    0% {
        opacity: 0;
        left: 150px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


@keyframes get-up {
    0% {
        opacity: 0;
        bottom: -50px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes get-down {
    0% {
        /* opacity:0; */
        top: -150px;
    }

    100% {
        /*opacity:1;*/
        top: 0;
    }
}

@keyframes text-glow {
    0% {
        color: #fff;
        filter: blur(0px);
        text-shadow: 0 0 10px rgba(0, 169, 255, 1);
        opacity: 0;
    }

    50% {
        color: #fff;
        filter: blur(2px);
        text-shadow: 0 0 10px rgba(0, 169, 255, 1),
            0 0 20px rgba(0, 169, 255, 1),
            0 0 50px rgba(0, 169, 255, 1),
            0 0 100px rgba(0, 169, 255, 1),
            0 0 150px rgba(0, 169, 255, 1),
            0 0 200px rgba(0, 169, 255, 1);
        opacity: 1;
    }

    100% {
        color: #fff;
        filter: blur(0px);
        text-shadow: 0 0 10px rgba(0, 169, 255, 0);
        opacity: 1;
    }
}


@keyframes slideFront {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideLeft {
    0% {
        transform: perspective(1500px) rotateY(0deg) scale(0.5);
        opacity: 0;
        left: 200px;
        z-index: -1;
    }

    60% {
        /*transform: rotateY(0deg); */
        left: -100px;
        z-index: 0;
    }

    100% {
        transform: perspective(1500px) rotateY(35deg) scale(1);
        opacity: 1;
        left: 0px;
        z-index: 0;
    }
}

@keyframes slideRight {
    0% {
        transform: perspective(1500px) rotateY(0deg) scale(0.5);
        opacity: 0;
        right: 200px;
        z-index: -1;
    }

    60% {
        /*transform: rotateY(0deg); */
        right: -100px;
        z-index: 0;
    }

    100% {
        transform: perspective(1500px) rotateY(-35deg) scale(1);
        opacity: 1;
        right: 0px;
        z-index: 0;
    }
}

@keyframes Menu {
    0% {
        transform: perspective(75em) rotateX(0deg);
        bottom: -100px;
        opacity: 0;
    }

    100% {
        transform: perspective(75em) rotateX(35deg);
        bottom: -50px;
        opacity: 1;
    }
}

@keyframes Bggradient {

    0% {
        bottom: -500px;
        opacity: 0;
    }

    100% {
        bottom: -100px;
        opacity: 1;
    }

}