html {
    scroll-behavior: smooth;
    }
body {
    width: 100%;
    margin: 0 0;
    background: #020417;
    font-family: 'Roboto', sans-serif;
}
html, body {
    height: 100%;
  }
.mobile {
    display: none;
}
.contenedor {
    width: 1370px;
    margin: 0 auto;
    background: transparent;
    text-align: center;
}
.contenedor h2,h3 {
    color:#fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}
.contenedor h3 a {
    text-decoration: none;
    color:#00FFA3;
}
.contenedor h2 {
    font-size: 3em;
    font-weight: 800;
    line-height: .8 em;
    margin: 50px 0 25px;
    text-shadow: 8px 8px 0px rgba(0,0,0,0.7);
}
.verde {
    color:#00FFA3;
}
.violeta {
    color:#ca68f1;
}
.contenedor h3 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1em;
    text-shadow: 8px 8px 0px rgba(0,0,0,0.7);
}

.contenedor p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
}
.contenedor .linea {
    border-top: 3px solid #00E0FF;
    height: 2px;
    max-width: 500px;
    padding: 0;
    margin: 20px auto 0 auto;
}
.presentacion {
    display: flex;    
}
.der {
    width: 40%;
}
.izq {
    width: 60%;
    text-align: right;
    position: relative;
}
.izq h2,h3 {text-align: right;}
.inicio .cohete img {
    position: absolute;
    width: 19%;
    top: 22.5%;
    bottom: 0;
    right: 2%;
    z-index: 10;
}
video {
    border-radius: 5px 10px;
    box-shadow: rgba(0,0,0,0.5) 8px 8px 0;
    margin-top: -15px;
    width:340px;
    height:600px;
}
.click {
    display: flex;
    align-items: end;
    padding: 0px 0 25px;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    margin-left: 100px;
}
.inicio .click img {
    margin-bottom: -22px;
    width: 20%;
}
.inicio .play {
    position: absolute;
    right: -90px;
    bottom: -10px;
}
.inicio .play img {
    width: 50%;
}
.contador {
    display: inline-flex;
    margin: 50px 0;
}
.contador p {
    font-family: 'Rubik', sans-serif;
    color:#00E0FF;
    font-size: 30px;
    line-height: 0;
    font-weight: bold;
    margin-right: 25px;
}
#countdownchico {
    color: #fff;
    background: #353a7d;
    padding: 13px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin: -5px 0 0 8px;
    font-weight: bold;
    line-height: 0px;
}
#countdown {
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color:#00FFA3;
    background-color: transparent;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}

    #countdown span {
    display: inline-block;
    margin: 0 10px;
}

    #countdown span:first-child {
    margin-left: 0;
}

    #countdown span:last-child {
    margin-right: 0;
}

    #countdown span:before,
    #countdown span:after {
    content: ":";
    color: #fff;
}

    #countdown span:last-child:before,
    #countdown span:last-child:after {
    content: "";
}

    #countdown span:before {
    margin-right: -5px;
}

    #countdown span:after {
    margin-left: -5px;
}
.menu {
    height: 100px;
    background: rgb(14,21,69);
    background: linear-gradient(90deg, rgba(14,21,69,1) 0%, rgba(69,15,125,1) 100%);
    width: 100%;
    position: fixed;
    top:0;
    z-index: 20;
    box-shadow: rgba(0,0,0,0.3) 0 5px 5px;
}
nav {    
    height: 100px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    display: flex;
}
nav img {width: auto;height: 100%;}
nav ul {display: flex;float: right;}
nav li {
    list-style-type: none;
    padding: 1rem;
  }
nav li a {
    color: white;
    text-decoration: none;
  }
nav li a:hover {
    color: #00FFA3;
  }
nav ul {
    margin: 22px 0 22px 190px;
    text-align: center;
    padding-left: 0;
  }
.badge1 {
    border-radius: 50px;
    background: linear-gradient(90deg, #00E0FF 1.82%, #00FFA3 100%);
    color: #000;
    padding: 8px 18px;
    margin: 10px 0;
    font-weight: bold;
}
.badge1 a {
    color:#000;
}
.badge1 a:hover {
    color:#353a7d;
}
.inicio {
    vertical-align: middle;
    padding: 20px 0;
    /*background: rgb(1,23,15);
    background: linear-gradient(324deg, rgba(1,23,15,1) 0%, rgba(3,8,50,1) 100%);*/
    background: url(img/fondo-v2.jpg) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:100px;
}
.inicio img {
    width: 70%;   
    height: auto;
    text-align: center;
}
.planes {
    background: #020417;
}
.cuadrosplanes {
    display: flex;
    color: #fff;
    text-align: left;
    width: 85%;
    margin: 0 auto;
}
.cuadrosplanes img {
    width: 100%;
    height: auto;
}
.cuadrosplanes .plan3 {
    background: #060a28;
    width: 33%;
    border-radius: 30px;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
    margin: 20px;
    padding:10px;
    position: relative;
}
.cuadrosplanes .plan10 {
    background: #040a27;
    width: 33%;
    border-radius: 30px;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
    margin: 20px;
    padding:10px;
}
.cuadrosplanes .plan6 {
    background: #050723;
    width: 33%;
    border-radius: 30px;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
    margin: 20px;
    padding:10px;
}
.datosplan li {
    list-style-type: none;
    padding: 1rem;
}
.datosplan li span{
    font-size: 18px;
    font-weight: 900;
    color:#00FFA3;
    
}
.datosplan li span small{
    font-size: 14px;
    font-weight: 900;
    color:#00FFA3;
    line-height: 20px;
}
.costo {
    margin: 40px 0 0 0;
}
.precio {
    font-family: 'Rubik', sans-serif;
    font-size: 88px;
    font-weight: bold;
    text-align: center;
    color:#00FFA3;
    background-color: transparent;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
    font-style: italic;
    letter-spacing: -10px;
    position:absolute;
    width: 320px;
    margin-top: -35px;
}
.antes {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #a9a9a9;
    letter-spacing: -1px;
    font-style: italic;
}
.antes span {
    font-size: 28px;
    color: #4c5386;
    text-decoration: line-through;
}
.footerplan {
    text-align: center;
    margin: 20px 0;
}
.button {
    border-radius: 50px;
    background: linear-gradient(90deg, #00E0FF 1.82%, #00FFA3 100%);
    padding: 10px 50px;
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}
.button a {    
    color: #000;
}
.textofinal {
    width: 80%;
    color:#fff;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
}
.porque {
    vertical-align: middle;
    padding: 20px 0;
    background: rgb(1,23,15);
    background: linear-gradient(324deg, rgba(1,23,15,1) 0%, rgba(3,8,50,1) 100%);
}
.beneficios{
    display: inline-flex;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
}
.beneficios img {
    width: 70%;
    height: auto;
}
.beneficio1 {
    width: 400px;
    padding: 30px 40px;
    background: rgb(11,18,69);
    background: linear-gradient(301deg, rgba(11,18,69,1) 0%, rgba(6,10,40,1) 100%);
    color:#fff;
    border-radius:30px;
    margin: 20px;
    text-align: center;
    box-shadow: 10px 0 0 rgba(0,0,0,0.5);
}
.beneficio1 .separador {
    border-top: 5px solid #00E0FF;
    height: 5px;
    max-width: 70%;
    padding: 20px 0 10px;
    margin: -7px auto 0 auto;
}
.accordion {
    margin: 20px 0 50px;
}
.accordion .accordion-item {
border-bottom: 3px solid #00FFA3;
}
.accordion .accordion-item button[aria-expanded=true] {
border-bottom: 3px solid #03b5d2;
border-radius: 0;
}
.accordion button {
position: relative;
display: block;
text-align: left;
width: 100%;
padding: 1em 0;
color: #7288a2;
font-size: 1.3rem;
font-weight: 400;
border: none;
background: none;
outline: none;
}
.accordion button:hover, .accordion button:focus {
cursor: pointer;
color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
cursor: pointer;
color: #03b5d2;
border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
display: inline-block;
position: absolute;
top: 18px;
right: 0;
width: 22px;
height: 22px;
border: 1px solid;
border-radius: 22px;
}
.accordion button .icon::before {
display: block;
position: absolute;
content: "";
top: 9px;
left: 5px;
width: 10px;
height: 2px;
background: currentColor;
}
.accordion button .icon::after {
display: block;
position: absolute;
content: "";
top: 5px;
left: 9px;
width: 2px;
height: 10px;
background: currentColor;
}
.accordion button[aria-expanded=true] {
color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
opacity: 1;
max-height: 20em;
transition: all 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 200ms linear, max-height 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content p {
font-size: 1.3rem;
font-weight: 300;
margin: 2em 0;
line-height: 1.35em;
text-align: right;
}
.testimonials {
    vertical-align: middle;
    padding: 20px 0;
    background: rgb(1,23,15);
    background: linear-gradient(324deg, rgba(1,23,15,1) 0%, rgba(3,8,50,1) 100%);
}
/* -- Slider Testimonios --*/
.testimonios {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: 0 0 80px;
    height: 100%;
}
.imagen-user {
    position: relative;
    z-index: 1;
}
figure.snip1157 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 40px 10px;
    min-width: 220px;
    max-width: 620px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
  }
  figure.snip1157 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  figure.snip1157 img {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 15px 0 0 10px;
  }
  figure.snip1157 img span {
    max-width: 100%;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 40px 0 0 10px;
  }
  figure.snip1157 blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 25px 50px 30px 50px;
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
    z-index: 10;
  }
  figure.snip1157 blockquote:before,
  figure.snip1157 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
  }
  figure.snip1157 blockquote:before {
    top: 25px;
    left: 20px;
  }
  figure.snip1157 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
  }
  figure.snip1157 .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fafafa;
    margin: 0;
    position: absolute;
  }
  figure.snip1157 .author {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 135px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  figure.snip1157 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
    font-size: 1.2em;
    font-family: 'Rubik', sans-serif;
  }
  figure.snip1157 .author h5 span {
    font-weight: 400;
    text-transform: none;
  }
footer {
    background: orange;
    padding: 20px 30px;
    text-align: right;
}
footer a {
    color:#333;
    text-decoration: none;
}
.logos {
    height: 340px;
    width: 100%;
    background: #01020e;
    text-align: center;
    color: #fff;
    padding: 1px 0;
}
.logos h4 {
    font-size: 1.86em;
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
}
.logos h4 a {
    color:#00FFA3;
    text-decoration: none;
}
/*.logos ul {
    display: flex;
    text-align: center;
}
.logos li img {
    width: 100%;
    padding: 0 50px 30px;
    height: auto;
    vertical-align: middle;
}*/
/* -- scroller --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display:none;
    }
    
    .nbs-flexisel-container {
        position:absolute;
        max-width:100%;
        height: 200px;
        overflow: hidden;
    }
    .nbs-flexisel-ul {
        position:relative;
        width:9999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
    }

    .nbs-flexisel-inner {
        overflow:hidden;
        float:left;
        width:100%;
    }
    
    .nbs-flexisel-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
    }
    .nbs-flexisel-item img {
        cursor: pointer;
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        width:auto;
        max-height:120px;
        padding: 40px 0;
    }
    
    /*** Navigation ***/
    
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 22px;
        height: 22px; 
        position: absolute;
        cursor: pointer;
        z-index: 100;
        opacity: 0.5;
    }


@media only screen and (min-width: 320px) and (max-width: 576px) {

nav {
    display: none;
}
.menu {
    display: none;
}
.mobile {
    display: block;
    width: 65%;
    height: auto;
    margin: 20px auto 0;
}
.desktop {
    display: none;
}
.contenedor {
    width: 320px;
}
.contenedor h2 {
    font-size: 2.2em;
    line-height: 0.9em;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.contenedor h3 {
    font-size: 1.6em;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.contenedor p {
    font-size: 1.4em;
    line-height: 0.9em;
}
.contenedor .linea {
    max-width: 227px;
}
.presentacion {
    display: block;    
}
.izq {
    width: 100%;
    text-align: center;
}
.izq h2 {
    text-align: center;
    margin-top: 5px;
}
.der {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.click {
    margin: 0 0;
    font-size: 16px;
}
.inicio .click img {
    margin-bottom: -15px;
}
.inicio .play {
    display: none;
}
video {
    margin-top: 0px;
    width:300px;
    height:540px;
    margin-bottom: 20px;
}
.cohete {
    display: none;
}
.contador {
    display: block;
}
#countdown {
    font-size: 36px;
}
.inicio {
    background: url(img/fondo.jpg) no-repeat bottom right fixed; 
    -webkit-background-size: 250%;
    -moz-background-size: 250%;
    -o-background-size: 250%;
    background-size: 250%;
    margin: 0 0;
    padding: 0 0;
}
.cuadrosplanes {
    display: block;
}
.cuadrosplanes .plan3 {
    width: 90%;
    margin: 0 auto;
}
.cuadrosplanes .plan10 {
    width: 90%;
    margin: 10px auto;
}
.cuadrosplanes .plan6 {
    width: 90%;
    margin: 10px auto;
}
.datosplan ul {
    margin-left: -20px;
}
.datosplan li {
    font-size: 1em;
    padding: 0.3rem;
}
.datosplan li span {
    font-size:1.12em;
}
.datosplan li span small {
    font-size:.8em;
}
.precio {
    font-size: 68px;
    width: 240px;
}
.textofinal {
    font-size: .8em;
}
.beneficios {
    display: block;
}
.beneficio1 {
    margin: 20px auto;
    width: 70%;
}
.accordion {
    padding: 0 10px;
}
.accordion .accordion-content p {
    text-align: center;
}
.accordion button[aria-expanded=true] + .accordion-content {
    max-height: 50em;
}
.accordion button {
    font-size: 1.4em;
}
.accordion .accordion-content p {
    font-size: 1.12em;
}
figure.snip1157 {
    margin: 20px 0;
    min-width: 160px;
    max-width: 310px;
}
figure.snip1157 .author {
    bottom:50px;
}    
figure.snip1157 .author h5 {
    font-size: 0.9em;
}  
.logos {
    height: 305px;
} 
.logos h4 {
    font-size: 1.5em;
}
.logos ul {
    display: block;  
    margin-left: -30px;  
}
.logos li img {
    width: 50%;
    padding: 20px 0;
    
}
.nbs-flexisel-container {
    height: 150px;
}
}