html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Rubik', sans-serif;
    vertical-align: baseline;
    text-decoration: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;border-radius: 50%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

* {
    outline: none;
}


/**************** superindex *************************/

html,
body {
    min-height: 100vh;
}

header {
    padding: 0;
}

.main_navigation {
    background-color: white;
    box-sizing: border-box;
    padding: 15px 80px;
    color: #EE7E7C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    border-bottom: solid 2px #EE7E7C;
}

.pag_logo {
    font-size: 30px;
    text-transform: uppercase;
}

.nav_links_wrap {
    display: flex;
}

.nav_link {
    margin-left: 55px;
    font-size: 14px;
}

.backvideo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    min-height: calc(100vh - 160px)
}

.intro {
    margin-top: 65px;
    padding: 95px 0 0;
    min-height: calc(100vh - 160px);
    text-align: center;
}

.paglogo {
    width: 25%;
    margin-bottom: 25px;
}

.main_title {
    font-size: 105px;
    font-weight: 600;
    margin-bottom: 25px;
    color: white;
    font-weight: 400;
}

.subtitle {
    color: white;
}

.onesection {
    background-color: white;
    color: #EE7E7C;
    overflow: hidden;
}

.splash_wrap {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 130px 0;
    position: relative;
    z-index: 2;
}

.splash_title {
    font-size: 105px;
    line-height: 145px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.slider_wrap {
    display: inline-block;
    width: 360px;
    margin-right: -30px;
}

img.slide_img {
    margin: 0 30px;
    display: inline-block;
}

.backdrop {
    position: absolute;
    z-index: 1;
    top: 130px;
    left: 0;
    animation-name: backdrop;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    // animation-timing-function: linear;
}

@keyframes backdrop {
    0% {
        transform: rotate(0deg) left: 0px;
    }
    5% {
        transform: rotate(0deg)
    }
    10% {
        transform: rotate(-30deg)
    }
    40% {
        transform: rotate(1470deg)
    }
    47% {
        transform: rotate(1440deg)
    }
    59% {
        left: 0px;
    }
    65% {
        left: 150%;
    }
    65.1% {
        left: -100%
    }
    70% {
        left: 0;
    }
    100% {
        left: 0;
        transform: rotate(1440deg)
    }
}

.slick-dots {
    margin: 50px auto 0;
    display: table;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li:nth-child(even) {
    margin: 0 20px;
}

.slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #67FFFF;
    border: none;
    line-height: 0;
    color: transparent;
}

.slick-dots .slick-active button {
    background-color: white;
    box-sizing: border-box;
    border: solid 2px #67FFFF;
}

.download_button{
    color:white;
    border-radius: 45%;
    background-color:#EE7E7C;
    padding:25px;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    border-radius: 55px;
    margin-top: 20px;
}
.unite {
    padding: 115px 130px;
}

.unite_call {
    font-size: 65px;
    line-height: 76px;
    color: white;
}

.qualities_wrap {
    display: flex;
    flex-wrap: wrap;
}

.quality {
    flex-basis: 33.3333333333%;
    background-color: #67FFFF;
    text-align: center;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3C3C3B;
}

.quality:nth-child(even) {
    background-color: #EE7E7C;
    color: white;
}

.img_holder {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.quality_text {
    font-size: 18px;
    line-height: 22px;
    max-width: 55%;
}

.section_title {
    font-size: 45px;
    text-decoration: underline;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section_subtitle {
    font-size: 20px;
    margin-bottom: 20px;
}

.onesection:nth-child(3n+2) {
    background-color: transparent;
    color: white;
}

.onesection:nth-child(3n+3) {
    background-color: #F9BEBF;
    color: white;
}

.fillerimage {
    float: right;
    max-width: 40%;
    margin-left: 40px;
    margin-top: 65px;
}

.step_img {
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
    position: relative;
}

.separator_arrow {
    font-size: 80px;
    font-weight: 600;
}

.splash_wrap.howto {
    flex-wrap: wrap;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.howto_step {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.step_text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.howto_title {
    font-size: 150px;
    color: #67FFFF;
    line-height: 175px;
    margin-bottom: 80px;
}

footer {
    background-color: #3C3C3B;
    color: white;
}

.footer_wrap {
    width: 75%;
    margin: 0 auto;
    padding: 115px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 40px;
    width: 100%;
}

.column_title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.road a {
    font-weight: 300;
    font-size: 21px;
    line-height: 25px;
}

.separator_column {
    width: 1px;
    height: 180px;
    background: white;
}

.footer_disclaimer {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 75px;
}

.navigation_hamburger {
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 30px;
    left: 30px;

}

.collapse_button{
    width: 40px;
    display: none;
    cursor: pointer;
}


@media (max-width: 700px) {
    .paglogo{
        width: 60%;
        max-width: 250px;
    }

    .main_title{
        font-size: 80px;
    }

    .navigation_hamburger {
        display: block;
        opacity: 0;
        transition: all 0.3s;
        z-index: 999;
    }

    .collapse_button{
        display: block;
        margin-bottom: 30px;
    }

    .navigation_hamburger.active {
        opacity: 1;
        cursor: pointer;
    }

    .pag_logo{
        margin-bottom: 40px;
    }

    .main_navigation {
        width: 80%;
        padding: 30px;
        margin: 0 auto;
        border: solid 3px #EE7E7C;
        top: 20px;
        right: 0;
        transition: all 0.4s;
        left: 0;
        transform: translateX(-150%);
        flex-flow: column;
        align-items: flex-start;
    }

    .main_navigation.active {
        transform: translateX(0%)
    }

    .nav_links_wrap{
        flex-flow: column;
    }

    .nav_link{
        margin-left: 0;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-size: 14px;
        font-weight: 400;
    }

    .splash .splash_wrap{
        width: 90%;
        flex-flow: column;
    }

    .backdrop{
        top: 00px;
    }

    .flecha{
        transform: scale(0.5, 0.5)
    }

    .splash_title{
        font-size: 45px;
        line-height: 70px;
        margin-bottom: 60px;
    }

    img.slide_img{
        width: 60%;
        margin: 0 auto;
        display: table;
    }

    .unite{
        padding: 40px 0;
        width: 80%;
        margin: 0 auto;
    }

    .unite_call {
        font-size: 23px;
        line-height: 50px;
    }


    .quality{
        flex-basis: 50%;
        width: 50%;
        fle
    }

    .quality .img_holder {
        width: 100%;
        min-height: auto;
    }

    .quality .img_holder img{
        width: 80%;
    }

    .quality_text{
        max-width: 95%;
    }

    #conoce, #crea{
        order: 1;
    }

    #maneja{
        order: 2;
    }

    #difundi{
        order:3;
    }

    #recibi, #ahorra{
        order: 4;
    }

    .steps{
        flex-flow: column;
    }

    .separator_arrow{
        transform: rotate(90deg);
        margin: 30px 0;
    }

    .howto_title{
        font-size: 50px;
        line-height: 65px;
        margin: 0 auto 80px; 
        display: table;
    }

    .footer_wrap{
        width: 90%;
    }

    .download_button{
        margin-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .footer_wrap{
        flex-flow: column;
    }

    .separator_column{
        margin: 30px 0;
        height: 1px;
        width: 100%;
    }
}
