html {
    background-color: #0223FF;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: rgb(2, 35, 35);
}

.arrow {
    text-align: center !important;
}


/* Pylon Colors */

.main-color {
    color: #0223FF;
}

.comp-color {
    color: #39FFDA;
}

.extra-color {
    color: #F823FD;
}

@keyframes girar {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@-moz-keyframes girar {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes girar {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@-o-keyframes girar {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

@-ms-keyframes girar {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

.principal {
    z-index: 999;
    position: relative;
}

.home {
    background-color: #0223FF;
    background: url(../images/home_fondo.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.title {
    margin-top: 200px;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center !important;
}

.title-fixed {
    font-size: 5em;
    text-transform: uppercase;
    color: white;
    position: absolute;
    text-align: center;
    padding-top: 153px;
}

.title-fixed-add {
    position: fixed;
    top: 50%;
    font-size: .75em;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 100%;
    height: 500px;
    margin-top: -250px;
    left: 0;
    line-height: 1;
}

.content {
    padding-bottom: 300px;
}


/*******************zoom imagenes ************************/

.Capa_1 {
    overflow: hidden;
    transition: 1s;
}

.Capa_1:hover {
    margin-top: 0px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/************ New 29/04 **************/

#Capa_1 {
    /*filter: invert(100%);*/
}

#Capa_2 {}

#Capa_3 {}

.Capa_2 {
    overflow: hidden;
    transition: 1s;
}

.Capa_2:hover {
    margin-top: 0px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.Capa_3 {
    overflow: hidden;
    transition: 1s;
}

.Capa_3:hover {
    margin-top: 0px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.space {
    height: 200px;
}

.what {
    padding-bottom: 850px;
}

.more {
    margin-top: 50px;
    font-size: 2em;
}

#main-home {
    padding: 2em;
    max-width: 100%;
    margin-top: 250px;
    z-index: 99999;
    max-width: 1400px;
    left: 50%;
    position: absolute;
    margin-left: -700px;
}

#Capa_1 {
    background-color: #0223FF;
    padding: 2em;
    max-width: 100%;
    margin-top: 400px;
    z-index: 99999;
    padding: 3em 8em;
}

#Capa_2 {
    background-color: #39FFDA;
    padding: 2em;
    max-width: 100%;
    margin-top: 600px;
    padding: 3em 8em;
}

#Capa_3 {
    background-color: #F823FD;
    padding: 2em;
    max-width: 100%;
    margin-top: 600px;
    padding: 3em 8em;
}

.boxes {
    /*margin-left: 25%;*/
}

.work-us {
    margin-top: 300px;
    font-size: 3em;
}

.mail {
    font-size: 2.5em;
}

.footer-links {
    margin-top: 250px;
}

.mb-0 {
    margin-top: 20px;
}

.footer {
    margin-top: -200px;
}

.move-energy {
    animation: dash 250s linear infinite;
}

.window-on-off1 {
    animation: light-off 9s infinite linear;
}

.window-on-off2 {
    animation: light-off 12s infinite linear;
}

.window-off-on1 {
    animation: light-on 11s infinite linear;
}

.window-off-on2 {
    animation: light-on 15s infinite linear;
}

.cls-logo-3 {
    stroke-dasharray: 1000;
    /*stroke-dashoffset: 1000;*/
    animation: draw-y 5s linear;
}

.cls-logo-4 {
    opacity: 10;
    animation: display-after-draw 3s linear;
}

.thinking {
    stroke-dasharray: 500;
    animation: draw-wait 10s linear infinite;
}

.rotate-elem {
    animation: rotate 2s linear;
}

.rocket-fire {
    display: block;
    animation: fire 2s linear infinite;
}

.rocket-fire1 {
    display: block;
    animation: fire 4s linear infinite;
}

.rocket-fire2 {
    display: block;
    animation: fire 6s linear infinite;
}

.rocket-fire3 {
    display: block;
    animation: fire 8s linear infinite;
}

.rocket-fire4 {
    display: block;
    animation: fire 10s linear infinite;
}

.abs-arrow-header {
    color: #FFF;
    position: absolute;
    bottom: 88px;
    left: 50%;
    margin-left: -21px;
}

.bounce {
    position: absolute;
    -moz-animation: bounce 1.2s infinite linear;
    -o-animation: bounce 1.2s infinite linear;
    -webkit-animation: bounce 1.2s infinite linear;
    animation: bounce 1.2s infinite linear;
}

@keyframes light-on {
    100% {
        fill: #F823FD;
    }
    51% {
        fill: #F823FD;
    }
    50% {
        fill: #022323;
    }
    0% {
        fill: #022323;
    }
}

@keyframes light-off {
    100% {
        fill: #022323;
    }
    51% {
        fill: #022323;
    }
    50% {
        fill: #F823FD;
    }
    0% {
        fill: #F823FD;
    }
}

@keyframes fire {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 10000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes draw-y {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes display-after-draw {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 10;
    }
}

@keyframes draw-wait {
    0% {
        stroke-dashoffset: 500;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}


/* Pages */

header {
    padding: 1em 0;
}

.header-logo {
    width: 132px;
}

.page {
    overflow: hidden;
    background: transparent;
}

.page-why {
    background-color: #0223FF;
}

.page-how {
    background-color: #39FFDA;
}

.page-what {
    background-color: #F823FD;
}

#background {
    position: fixed;
    top: 69px;
    left: 37px;
    bottom: 0;
    right: 0;
    z-index: -1;
    font-size: 51em;
    font-weight: 800;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.bg-why {
    color: rgb(64, 74, 246);
}

.bg-how {
    color: #FFF;
}

.bg-what {
    color: rgb(237, 193, 241);
}


/* .page-top-padding {
    padding: 7em;
} */

.text-middle {
    text-align: center;
    font-weight: 700;
    font-size: 12rem;
    line-height: 1.3;
    padding: 0;
}

.text-middle-why {
    color: #FFF;
}

.text-middle-how {
    color: #000;
}

.text-middle-what {
    color: #000;
}

.page-menu {
    font-size: 2.2em;
    font-weight: 600;
}

.page-menu-why a,
.page-menu-why a:hover,
.page-menu-why a:visited {
    color: #FFF;
    padding-left: .5em;
}

.page-menu-how a,
.page-menu-how a:hover,
.page-menu-how a:visited {
    color: #000;
    padding-left: .5em;
}

.page-menu-what a,
.page-menu-what a:hover,
.page-menu-what a:visited {
    color: #000;
    padding-left: .5em;
}

.page-p {
    font-size: 1.8rem;
    font-weight: 600;
}

.page-p-why {
    color: rgb(200, 200, 200);
}

.page-p-how {
    color: #0223FF;
}

.page-p-what {
    /* color: rgb(237, 193, 241); */
    color: #FFF;
}


/* Sections */

.main-menu {
    position: fixed;
    /* top: 8%; */
    bottom: 5%;
    /* right: 5%; */
    z-index: 999;
    margin-right: 5.5px;
    /* pointer-events: none; */
    /* mix-blend-mode: luminosity; */
    text-align: right;
    width: 102%;
    height: 100%;
    top: 0%;
    padding-top: 16%;
    right: -2%;
    padding-right: 8%;
}
.main-menu-why {
    background-color: #0223FF;
}

.main-menu-how {
    background-color: #39FFDA;
}

.main-menu-what {
    background-color: #F823FD;
}


#main-menu {
    display: none;
}

.toggle-menu {
    position: fixed;
    top: 5%;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
    margin-right: 5.5px;
    /* pointer-events: none; */
    /* mix-blend-mode: luminosity; */
    text-align: right;
    height: 30px;
}

.toggle-menu button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    color: #FFF;
}

.toggle-how {
    color: #0223FF !important;
}

.section-why,
.section-how,
.section-what {
    position: fixed;
    z-index: 311;
    left: 30px;
    right: 30px;
}

#why-sections .section-h2 {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
}

.history-why,
.history-how,
.history-what {
    font-weight: 700;
}

#why-section0 {
    background: url(../images/why-section/why-1.svg) no-repeat center center, url(../images/why-section/why_fondo_01.png) no-repeat center center fixed;
    -webkit-background-size: 91%, cover;
    -moz-background-size: 91%, cover;
    -o-background-size: 91%, cover;
    background-size: 91%, cover;
}

#why-section0 .title-sextion {}

#why-section0 .image-center-section {
    height: 18em;
}

#why-section0 .p-section p {
    color: #FFF;
    font-size: 1.4rem;
    max-width: 500px;
}

#why-section1 {
    background: url(../images/why-section/why-2.png) no-repeat 50% 44%, url(../images/why-section/why_fondo_02.png) no-repeat center center fixed;
    -webkit-background-size: 91%, cover;
    -moz-background-size: 91%, cover;
    -o-background-size: 91%, cover;
    background-size: 91%, cover;
}

#why-section1 .title-sextion {}

#why-section1 .image-center-section {
    height: 18em;
}

#why-section1 .p-section p {
    color: #FFF;
    font-size: 1.4rem;
    max-width: 500px;
}

#why-section2 {
    background: url(../images/why-section/why-3.png) no-repeat 50% 44%, url(../images/why-section/why_fondo_03.png) no-repeat center center fixed;
    -webkit-background-size: 91%, cover;
    -moz-background-size: 91%, cover;
    -o-background-size: 91%, cover;
    background-size: 91%, cover;
}

#why-section2 .title-sextion {}

#why-section2 .image-center-section {
    height: 20em;
}

#why-section2 .p-section p {
    color: #FFF;
    font-size: 1.4rem;
    max-width: 500px;
}

#how-sections .section-h2 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
}

#how-section0 {
    background: url(../images/how-section/how-4.png) no-repeat 50% 37%, url(../images/how-section/how_fondo_04.png) no-repeat center center fixed;
    -webkit-background-size: 91%, cover;
    -moz-background-size: 91%, cover;
    -o-background-size: 91%, cover;
    background-size: 91%, cover;
}

#how-section0 .section-h2 {
    padding-top: 1em;
}

#how-section0 .title-sextion {}

#how-section0 .image-center-section {
    height: 13em;
}

#how-section0 .p-section p {
    color: #000;
    font-size: 1.4rem;
    max-width: 500px;
}

#how-section1 {
    background: url(../images/how-section/how-5.png) no-repeat 50% 36%, url(../images/how-section/how_fondo_05.png) no-repeat center center fixed;
    -webkit-background-size: 67%, cover;
    -moz-background-size: 67%, cover;
    -o-background-size: 67%, cover;
    background-size: 67%, cover;
}

#how-section1 .image-center-section {
    height: 16em;
}

#how-section1 .p-section p {
    color: #000;
    font-size: 1.4rem;
    max-width: 500px;
}

#how-section2 {
    background: url(../images/how-section/how-6.png) no-repeat 50% 26%, url(../images/how-section/how_fondo_06.png) no-repeat center center fixed;
    -webkit-background-size: 83%, cover;
    -moz-background-size: 83%, cover;
    -o-background-size: 83%, cover;
    background-size: 83%, cover;
}

#how-section2 .section-h2 {
    padding-top: 1em;
}

#how-section2 .title-sextion {}

#how-section2 .image-center-section {
    height: 13em;
}

#how-section2 .p-section p {
    color: #000;
    font-size: 1.4rem;
    max-width: 500px;
}

#what-sections .section-h2 {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
}

#what-section0 {
    background: /* url(../images/what-section/what-7.svg) no-repeat center center, */
    url(../images/what-section/what_fondo_07.png) no-repeat center center fixed;
    -webkit-background-size: /* 91%, */
    cover;
    -moz-background-size: /* 91%, */
    cover;
    -o-background-size: /* 91%, */
    cover;
    background-size: /* 91%, */
    cover;
}

#what-section0 .title-sextion {}

#what-section0 .image-center-section {
    height: 18em;
}

#what-section0 .p-section p {
    color: #FFF;
    font-size: 1.4rem;
    max-width: 500px;
}

.dotted-box {
    border: 1px dashed #FFF;
    padding: 2em 1em;
    border-radius: 2em;
    position: relative;
    margin-bottom: 5em;
}

.dotted-box h3 {
    font-weight: 700;
    color: #FFF;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.dotted-box p {
    font-size: 1.2rem;
    color: white;
    font-size: 0.8em;
    display: none;
}

.dotted-box a {
    text-align: center;
    background-color: #F823FD;
    padding: 0.5em 2em;
    display: inline-block;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    position: absolute;
    -webkit-box-shadow: 11px 15px 0px 0px rgb(255 255 255);
    -moz-box-shadow: 15px 15px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 9px 9px 0px 0px rgb(255 255 255);
}

#what-section1 {
    background: url(../images/what-section/what-8.svg) no-repeat 15% 61%, url(../images/what-section/what_fondo_08.png) no-repeat center center fixed;
    -webkit-background-size: 91%, cover;
    -moz-background-size: 91%, cover;
    -o-background-size: 91%, cover;
    background-size: 91%, cover;
}

#what-section1 .title-sextion {}

#what-section1 .image-center-section {
    height: 18em;
}

#what-section1 .p-section p {
    color: #FFF;
    font-size: 1.4rem;
    max-width: 500px;
}

.button-black {
    background-color: #000;
    text-align: center;
    display: block;
    padding: 0.5em 2em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    -webkit-box-shadow: 11px 15px 0px 0px rgb(255 255 255);
    -moz-box-shadow: 15px 15px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 9px 9px 0px 0px rgb(255 255 255);
}

.button-what {
    background-color: #F823FD;
    text-align: center;
    display: block;
    padding: 0.5em 2em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    -webkit-box-shadow: 11px 15px 0px 0px rgb(255 255 255);
    -moz-box-shadow: 15px 15px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 9px 9px 0px 0px rgb(255 255 255);
}

.button-what:hover,
.button-what:visited,
.button-black:hover,
.button-black:visited {
    color: #FFF;
}

#what-section2 {
    background: url(../images/what-section/what-9.svg) no-repeat 50% 57%, url(../images/what-section/what_fondo_09.png) no-repeat center center fixed;
    -webkit-background-size: 91%, cover;
    -moz-background-size: 91%, cover;
    -o-background-size: 91%, cover;
    background-size: 91%, cover;
}

#what-section2 .title-sextion {}

#what-section2 .image-center-section {
    height: 18em;
}

#what-section2 h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

#what-section2 .p-section p {
    color: #FFF;
    font-size: .8rem;
    max-width: 500px;
}


/* Sub-sections */

#how-section01 {
    background: url(../images/how-section/how-10.svg) no-repeat -57% 39%, url(../images/how-section/how_fondo_10.png) no-repeat center center fixed;
    -webkit-background-size: 91%, cover;
    -moz-background-size: 91%, cover;
    -o-background-size: 91%, cover;
    background-size: 91%, cover;
}

#how-section01 .section-h2 {
    padding-top: 1em;
}

#how-section01 .title-sextion {}

#how-section01 h3 {
    font-weight: 700;
}

#how-section01 .image-center-section {
    height: 13em;
}

#how-section01 .p-section p {
    color: #000;
    font-size: 1.4rem;
    max-width: 500px;
}

#how-section01 a,
#how-section01 a:hover,
#how-section01 a:visited {
    color: #000;
}

#how-section02 {
    background: url(../images/how-section/how-11.svg) no-repeat 50% 37%, url(../images/how-section/how_fondo_11.png) no-repeat center center fixed;
    -webkit-background-size: 70%, cover;
    -moz-background-size: 70%, cover;
    -o-background-size: 70%, cover;
    background-size: 70%, cover;
}

#how-section02 h3 {
    font-weight: 700;
}

#how-section02 .image-center-section {
    height: 13em;
}

#how-section03 {
    background: url(../images/how-section/how-12.svg) no-repeat 50% 42%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
    -webkit-background-size: 70%, cover;
    -moz-background-size: 70%, cover;
    -o-background-size: 70%, cover;
    background-size: 70%, cover;
}

#how-section03 h3 {
    font-weight: 700;
}

#how-section03 .image-center-section {
    height: 13em;
}

#how-section04 {
    background: url(../images/how-section/how-13.svg) no-repeat 50% 39%, url(../images/how-section/how_fondo_13.png) no-repeat center center fixed;
    -webkit-background-size: 70%, cover;
    -moz-background-size: 70%, cover;
    -o-background-size: 70%, cover;
    background-size: 70%, cover;
}

#how-section04 h3 {
    font-weight: 700;
}

#how-section04 .image-center-section {
    height: 28em;
}

#how-section11 {
    background: url(../images/how-section/how-14.svg) no-repeat 84% 55%, url(../images/how-section/how_fondo_14.png) no-repeat center center fixed;
    -webkit-background-size: 113%, cover;
    -moz-background-size: 113%, cover;
    -o-background-size: 113%, cover;
    background-size: 113%, cover;
}

#how-section11 h3 {
    font-weight: 700;
}

#how-section11 .image-center-section {
    height: 14em;
}

#how-section11 .p-section p {
    font-size: .8rem;
    max-width: 500px;
}

#how-section13 {
    background: url(../images/how-section/how-16.svg) no-repeat 50% 39%, url(../images/how-section/how_fondo_16.png) no-repeat center center fixed;
    -webkit-background-size: 70%, cover;
    -moz-background-size: 70%, cover;
    -o-background-size: 70%, cover;
    background-size: 70%, cover;
}

#how-section13 h3 {
    font-weight: 700;
}

#how-section13 .image-center-section {
    height: 13em;
}

#how-section21 {
    background: url(../images/how-section/how-18.svg?v2) no-repeat 50% 28%, url(../images/how-section/how_fondo_18.png) no-repeat center center fixed;
    -webkit-background-size: 100%, cover;
    -moz-background-size: 100%, cover;
    -o-background-size: 100%, cover;
    background-size: 100%, cover;
}

#how-section21 h3 {
    font-weight: 700;
}

#how-section21 .image-center-section {
    height: 13em;
}


/********************
 ********************
 *** Break points ****
 ********************
 *******************/

@media (max-width: 600px) {
    #how-section0 {
        background: url(../images/how-section/how-4.png) no-repeat 50% 37%, url(../images/how-section/how_fondo_04.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #how-section0 .section-h2 {
        padding-top: 1em;
    }
    #how-section1 {
        background: url(../images/how-section/how-5.png) no-repeat 50% 36%, url(../images/how-section/how_fondo_05.png) no-repeat center center fixed;
        -webkit-background-size: 67%, cover;
        -moz-background-size: 67%, cover;
        -o-background-size: 67%, cover;
        background-size: 67%, cover;
    }
    #how-section1 .image-center-section {
        height: 16em;
    }
    #how-section2 {
        background: url(../images/how-section/how-6.png) no-repeat 50% 35%, url(../images/how-section/how_fondo_06.png) no-repeat center center fixed;
        -webkit-background-size: 83%, cover;
        -moz-background-size: 83%, cover;
        -o-background-size: 83%, cover;
        background-size: 83%, cover;
    }
    #how-section2 .section-h2 {
        padding-top: 1em;
    }
    #how-section2 .image-center-section {
        height: 16em;
    }
}

@media (max-width: 576px) {
    .page-menu {
        font-size: 1.5em;
        font-weight: 600;
    }
    .page-p {
        font-size: 1rem;
        font-weight: 600;
    }
    .desktop,
    .footer-links {
        display: none;
    }
    .title {
        margin-top: 200px;
        font-size: 1.5em;
        text-transform: uppercase;
    }
    .text-middle {
        font-size: 9rem;
    }
    .text-middle-what {
        font-size: 7rem;
    }
    h1 {
        font-size: 2rem;
    }
    #text-energy {
        margin-top: 400px;
        font-size: 2em;
        text-align: center !important;
    }
    .boxes {
        margin-top: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .video {
        height: 1100px;
        width: 100%;
    }
    .logo {
        width: 100%;
        height: 610px;
    }
    .work-us {
        font-size: 2em;
        margin-top: 50px;
    }
    .mail {
        font-size: 1em;
        margin-bottom: 50px;
    }
    .title-fixed {
        font-size: 3em;
    }
    #boton {
        background: transparent;
        border: none !important;
        outline: none;
        position: fixed;
        top: 5px;
        right: 20px;
        z-index: 999999999999;
    }
    #why-text {
        font-size: 11em;
        font-weight: 700;
    }
    #how-text {
        font-size: 11em;
        font-weight: 700;
    }
    #what-text {
        font-size: 9em;
        font-weight: 700;
    }
    #Capa_1 {
        background-color: #0223FF;
        padding: 2em;
        max-width: 100%;
        margin-top: 400px;
        z-index: 99999;
        padding: 5em 1em;
    }
    #Capa_2 {
        background-color: #39FFDA;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 5em 0em;
    }
    #Capa_3 {
        background-color: #F823FD;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 5em 0em;
    }
    .p {
        display: block;
        font-size: 0.75em;
    }
    #why-section2 {
        background: url(../images/why-section/why-3.png) no-repeat 50% 38%, url(../images/why-section/why_fondo_03.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #why-section2 .image-center-section {
        height: 14em;
    }
    /* #what-sections .section-h2 {
        padding-top: 1em;
    } */
    #how-section02 {
        background: url(../images/how-section/how-11.svg) no-repeat 50% 35%, url(../images/how-section/how_fondo_11.png) no-repeat center center fixed;
        -webkit-background-size: 70%, cover;
        -moz-background-size: 70%, cover;
        -o-background-size: 70%, cover;
        background-size: 70%, cover;
    }
    #how-section02 .section-h2 {
        padding-top: 1em;
    }
    #how-section02 .image-center-section {
        height: 10em;
    }
    #how-section03 {
        background: url(../images/how-section/how-12.svg) no-repeat 50% 27%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
        -webkit-background-size: 70%, cover;
        -moz-background-size: 70%, cover;
        -o-background-size: 70%, cover;
        background-size: 70%, cover;
    }
    #how-section1 {
        background: url(../images/how-section/how-5.png) no-repeat 50% 41%, url(../images/how-section/how_fondo_05.png) no-repeat center center fixed;
        -webkit-background-size: 50%, cover;
        -moz-background-size: 50%, cover;
        -o-background-size: 50%, cover;
        background-size: 50%, cover;
    }
    #how-section11 {
        background: url(../images/how-section/how-14.svg) no-repeat 84% 41%, url(../images/how-section/how_fondo_14.png) no-repeat center center fixed;
        -webkit-background-size: 100%, cover;
        -moz-background-size: 100%, cover;
        -o-background-size: 100%, cover;
        background-size: 100%, cover;
    }
    #how-section13 {
        background: url(../images/how-section/how-16.svg) no-repeat 50% 34%, url(../images/how-section/how_fondo_16.png) no-repeat center center fixed;
        -webkit-background-size: 70%, cover;
        -moz-background-size: 70%, cover;
        -o-background-size: 70%, cover;
        background-size: 70%, cover;
    }
    #how-section13 .image-center-section {
        height: 9em;
    }
    #how-section13 .button-what,
    #how-section13 .button-black {
        font-size: .8rem;
    }
    #how-section2 {
        background: url(../images/how-section/how-6.png) no-repeat 50% 45%, url(../images/how-section/how_fondo_06.png) no-repeat center center fixed;
        -webkit-background-size: 83%, cover;
        -moz-background-size: 83%, cover;
        -o-background-size: 83%, cover;
        background-size: 83%, cover;
    }
    #how-section2 .p-section p {
        font-size: .8rem;
    }
    #what-section1 {
        background: url(../images/what-section/what-8.svg) no-repeat 15% 65%, url(../images/what-section/what_fondo_08.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #what-section1 .button-what,
    #what-section1 .button-black {
        font-size: .8rem;
    }
    #what-section1 .image-center-section {
        height: 14em;
    }
    #what-section2 {
        background: url(../images/what-section/what-9.svg) no-repeat 50% 62%, url(../images/what-section/what_fondo_09.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #what-section2 .image-center-section {
        height: 10em;
    }
}

@media (max-width: 360px) {
    #why-section0 {
        background: url(../images/why-section/why-1.svg) no-repeat center 42%, url(../images/why-section/why_fondo_01.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #why-section0 .image-center-section {
        height: 10em;
    }
    #why-section1 {
        background: url(../images/why-section/why-2.png) no-repeat 50% 48%, url(../images/why-section/why_fondo_02.png) no-repeat center center fixed;
        -webkit-background-size: 71%, cover;
        -moz-background-size: 71%, cover;
        -o-background-size: 71%, cover;
        background-size: 71%, cover;
    }
    #why-section1 .section-h2 {
        padding-top: 1em;
    }
    #why-section1 .image-center-section {
        height: 7em;
    }
    #why-section2 {
        background: url(../images/why-section/why-3.png) no-repeat 50% 32%, url(../images/why-section/why_fondo_03.png) no-repeat center center fixed;
        -webkit-background-size: 75%, cover;
        -moz-background-size: 75%, cover;
        -o-background-size: 75%, cover;
        background-size: 75%, cover;
    }
    #why-section2 .image-center-section {
        height: 9em;
    }
    #how-section0 {
        background: url(../images/how-section/how-4.png) no-repeat 50% 44%, url(../images/how-section/how_fondo_04.png) no-repeat center center fixed;
        -webkit-background-size: 67%, cover;
        -moz-background-size: 67%, cover;
        -o-background-size: 67%, cover;
        background-size: 67%, cover;
    }
    #how-section0 .image-center-section {
        height: 8em;
    }
    #how-section0 .p-section p {
        font-size: 1rem;
    }
    #how-section01 h3 {
        font-size: 1.2rem;
    }
    #how-section01 p {
        font-size: .8rem;
    }
    #how-section02 {
        background: url(../images/how-section/how-11.svg) no-repeat 50% 31%, url(../images/how-section/how_fondo_11.png) no-repeat center center fixed;
        -webkit-background-size: 70%, cover;
        -moz-background-size: 70%, cover;
        -o-background-size: 70%, cover;
        background-size: 70%, cover;
    }
    #how-sections .section-h2 {
        padding-top: 1em;
    }
    #how-section02 .image-center-section {
        height: 7em;
    }
    #how-section03 {
        background: url(../images/how-section/how-12.svg) no-repeat 50% 29%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
        -webkit-background-size: 70%, cover;
        -moz-background-size: 70%, cover;
        -o-background-size: 70%, cover;
        background-size: 70%, cover;
    }
    #how-section03 .image-center-section {
        height: 10em;
    }
    #how-section1 {
        background: url(../images/how-section/how-5.png) no-repeat 50% 32%, url(../images/how-section/how_fondo_05.png) no-repeat center center fixed;
        -webkit-background-size: 67%, cover;
        -moz-background-size: 67%, cover;
        -o-background-size: 67%, cover;
        background-size: 67%, cover;
    }
    #how-section1 .image-center-section {
        height: 15em;
    }
    #how-section11 {
        background: url(../images/how-section/how-14.svg) no-repeat 84% 47%, url(../images/how-section/how_fondo_14.png) no-repeat center center fixed;
        -webkit-background-size: 113%, cover;
        -moz-background-size: 113%, cover;
        -o-background-size: 113%, cover;
        background-size: 113%, cover;
    }
    #how-section13 .section-h2 {
        padding-top: 4em;
    }
    #how-section13 .image-center-section {
        height: 6em;
    }
    #how-section13 .button-what,
    #how-section13 .button-black {
        font-size: .8rem;
    }
    #how-section2 .image-center-section {
        height: 13em;
    }
    #how-section2 .p-section p {
        font-size: 1rem;
    }
    #how-section2 .image-center-section {
        height: 12em;
    }
    #how-section2 {
        background: url(../images/how-section/how-6.png) no-repeat 50% 45%, url(../images/how-section/how_fondo_06.png) no-repeat center center fixed;
        -webkit-background-size: 83%, cover;
        -moz-background-size: 83%, cover;
        -o-background-size: 83%, cover;
        background-size: 83%, cover;
    }
    #how-section21 {
        background: url(../images/how-section/how-18.svg?v2) no-repeat 50% 45%, url(../images/how-section/how_fondo_18.png) no-repeat center center fixed;
        -webkit-background-size: 105%, cover;
        -moz-background-size: 105%, cover;
        -o-background-size: 105%, cover;
        background-size: 105%, cover;
    }
    #how-section21 .image-center-section {
        height: 9em;
    }
    #how-section21 .button-what,
    #how-section21 .button-black {
        font-size: .8rem;
    }
    #how-section21 .section-h2 {
        padding-top: 2em;
    }
    .dotted-box {
        padding: 1em 1em;
        margin-bottom: 4em;
    }
    .dotted-box h3 {
        font-size: 1.2em;
    }
    .dotted-box a {
        font-size: 1rem;
        padding: 0.5em 1.5em;
        max-width: 300px;
        width: 100%;
    }
    #what-section1 {
        background: url(../images/what-section/what-8.svg) no-repeat 45% 63%, url(../images/what-section/what_fondo_08.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 71%, cover;
    }
    #what-section1 .p-section p {
        font-size: 1rem;
    }
    #what-section1 .image-center-section {
        height: 10em;
    }
    #what-section1 .button-what,
    #what-section1 .button-black {
        font-size: .8rem;
    }
    #what-section2 {
        background: url(../images/what-section/what-9.svg) no-repeat 50% 75%, url(../images/what-section/what_fondo_09.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #what-section2 .section-h2 {
        padding-top: 1em;
    }
    #what-section2 .image-center-section {
        height: 5em;
    }
}

@media (min-width: 576px) {
    .desktop,
    .footer-links {
        display: none;
    }
    .title {
        margin-top: 200px;
        font-size: 1.5em;
        text-transform: uppercase;
    }
    h1 {
        font-size: 2rem;
    }
    #text-energy {
        margin-top: 400px;
        font-size: 2em;
        text-align: center !important;
    }
    .boxes {
        margin-top: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .video {
        height: 1100px;
        width: 100%;
    }
    .logo {
        width: 100%;
        height: 610px;
    }
    .work-us {
        font-size: 2em;
        margin-top: 50px;
    }
    .mail {
        font-size: 1em;
        margin-bottom: 50px;
    }
    .title-fixed {
        font-size: 3em;
    }
    #boton {
        background: transparent;
        border: none !important;
        outline: none;
        position: fixed;
        top: 5px;
        right: 20px;
        z-index: 999999999999;
    }
    #why-text {
        font-size: 11em;
        font-weight: 700;
    }
    #how-text {
        font-size: 11em;
        font-weight: 700;
    }
    #what-text {
        font-size: 9em;
        font-weight: 700;
    }
    #Capa_1 {
        background-color: #0223FF;
        padding: 2em;
        max-width: 100%;
        margin-top: 400px;
        z-index: 99999;
        padding: 5em 1em;
    }
    #Capa_2 {
        background-color: #39FFDA;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 5em 0em;
    }
    #Capa_3 {
        background-color: #F823FD;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 5em 0em;
    }
    .p {
        display: block;
        font-size: 0.75em;
    }
}

@media (max-width: 500px) and (max-width: 599px) {
    /*     #how-section1 {
        background: url(../images/how-section/how-5.png) no-repeat 50% 42%, 
                    url(../images/how-section/how_fondo_05.png) no-repeat center center fixed;
        -webkit-background-size: 67%, cover;
        -moz-background-size: 67%, cover;
        -o-background-size: 67%, cover;
        background-size: 67%, cover;
    }
    #how-section1 .image-center-section {
        height: 21em;
    } */
    /*     #how-section2 {
        background: url(../images/how-section/how-6.png) no-repeat 50% 34%, url(../images/how-section/how_fondo_06.png) no-repeat center center fixed;
        -webkit-background-size: 83%, cover;
        -moz-background-size: 83%, cover;
        -o-background-size: 83%, cover;
        background-size: 83%, cover;
    } */
    /*     #how-section2 .image-center-section {
        height: 16em;
    } */
}

@media (min-width: 600px) {
    #energy .p {
        width: 50%;
        margin-left: 25%;
    }
    /* Seections */
    #why-section0 .image-center-section {
        height: 28em;
    }
    #why-section1 .image-center-section {
        height: 26em;
    }
    #why-section2 .image-center-section {
        height: 28em;
    }
    #how-section0 .image-center-section {
        height: 18em;
    }
    #how-section1 {
        background: url(../images/how-section/how-5.png) no-repeat 50% 36%, url(../images/how-section/how_fondo_05.png) no-repeat center center fixed;
        -webkit-background-size: 54%, cover;
        -moz-background-size: 54%, cover;
        -o-background-size: 54%, cover;
        background-size: 54%, cover;
    }
    #how-section1 .image-center-section {
        height: 21em;
    }
    #how-section2 .image-center-section {
        height: 28em;
    }
    #how-section2 {
        background: url(../images/how-section/how-6.png) no-repeat 50% 32%, url(../images/how-section/how_fondo_06.png) no-repeat center center fixed;
        -webkit-background-size: 83%, cover;
        -moz-background-size: 83%, cover;
        -o-background-size: 83%, cover;
        background-size: 83%, cover;
    }
    #what-section1 .image-center-section {
        height: 18em;
    }
    #what-section1 {
        background: url(../images/what-section/what-8.svg) no-repeat 15% 57%, url(../images/what-section/what_fondo_08.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #what-section2 .image-center-section {
        height: 21em;
    }
    /* Sub-sections */
    #how-section01 {
        background: url(../images/how-section/how-10.svg) no-repeat -57% 46%, url(../images/how-section/how_fondo_10.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #how-section02 .image-center-section {
        height: 18em;
    }
    #how-section03 .image-center-section {
        height: 18em;
    }
    #how-section03 {
        background: url(../images/how-section/how-12.svg) no-repeat 50% 31%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
        -webkit-background-size: 70%, cover;
        -moz-background-size: 70%, cover;
        -o-background-size: 70%, cover;
        background-size: 70%, cover;
    }
    #how-section11 {
        background: url(../images/how-section/how-14.svg) no-repeat 57% 55%, url(../images/how-section/how_fondo_14.png) no-repeat center center fixed;
        -webkit-background-size: 100%, cover;
        -moz-background-size: 100%, cover;
        -o-background-size: 100%, cover;
        background-size: 100%, cover;
    }
    #how-section11 .image-center-section {
        height: 18em;
    }
    #how-section13 .section-h2 {
        padding-top: 1em;
    }
    #how-section13 .image-center-section {
        height: 15em;
    }
}

@media (min-width: 768px) {
    #main-menu {
        display: block;
        top: 8%;
        bottom: 5%;
        right: 5%;
        z-index: 999;
        margin-right: 5.5px;
        padding: 0;
        width: 200px;
    }
    .toggle-menu {
        display: none;
    }
    .boxes {
        margin-top: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .title-fixed-add {
        font-size: 3em;
    }
    .title-fixed {
        font-size: 3em;
    }
    #text-energy {
        font-size: 5em;
        text-transform: uppercase;
        margin-top: 40%;
        font-weight: 700;
    }
    #why-text {
        font-size: 6em;
        font-weight: 700;
    }
    #how-text {
        font-size: 6em;
        font-weight: 700;
    }
    #what-text {
        font-size: 5em;
        font-weight: 700;
    }
    #Capa_1 {
        background-color: #0223FF;
        padding: 2em;
        max-width: 100%;
        margin-top: 400px;
        z-index: 99999;
        padding: 2em 6em;
    }
    #Capa_2 {
        background-color: #39FFDA;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    #Capa_3 {
        background-color: #F823FD;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    /* Sections */
    #how-section1 {
        -webkit-background-size: 400px, cover;
        -moz-background-size: 400px, cover;
        -o-background-size: 400px, cover;
        background-size: 400px, cover;
    }
    .dotted-box p {
        display: block;
    }
    #what-section1 .image-center-section {
        height: 10em;
    }
    #what-section1 .p-section p {
        max-width: 300px;
    }
    #what-section2 {
        background: url(../images/what-section/what-9.svg) no-repeat 50% 68%, url(../images/what-section/what_fondo_09.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #what-section2 .image-center-section {
        height: 18em;
    }
    #what-section2 .title-sextion h2 {
        font-size: 4rem;
    }
    #what-section2 h3 {
        font-size: 1.75rem;
    }
    #what-section2 .p-section p {
        font-size: 1.2rem;
    }
    /* Sub-sections */
    #how-section01 .image-center-section {
        height: 21em;
    }
    #how-section02 {
        background: url(../images/how-section/how-11.svg) no-repeat 50% 41%, url(../images/how-section/how_fondo_11.png) no-repeat center center fixed;
        -webkit-background-size: 75%, cover;
        -moz-background-size: 75%, cover;
        -o-background-size: 75%, cover;
        background-size: 75%, cover;
    }
    #how-section02 .image-center-section {
        height: 22em;
    }
    #how-section03 .image-center-section {
        height: 22em;
    }
    #how-section11 .image-center-section {
        height: 23em;
    }
    #how-section11 .p-section p {
        font-size: 1.2rem;
    }
    #how-section21 {
        background: url(../images/how-section/how-18.svg?v2) no-repeat 50% 34%, url(../images/how-section/how_fondo_18.png) no-repeat center center fixed;
        -webkit-background-size: 100%, cover;
        -moz-background-size: 100%, cover;
        -o-background-size: 100%, cover;
        background-size: 100%, cover;
    }
    #how-section21 .image-center-section {
        height: 18em;
    }
}

@media (min-width: 992px) {
    .title-fixed-add {
        font-size: 2em;
    }
    .title-fixed {
        font-size: 3em;
    }
    #text-energy {
        font-size: 5em;
        text-transform: uppercase;
        margin-top: 40%;
        font-weight: 700;
        text-align: center !important;
    }
    #why-text {
        font-size: 7em;
        font-weight: 700;
    }
    #how-text {
        font-size: 11em;
        font-weight: 700;
    }
    #what-text {
        font-size: 6em;
        font-weight: 700;
    }
    #Capa_1 {
        background-color: #0223FF;
        padding: 2em;
        max-width: 100%;
        margin-top: 400px;
        z-index: 99999;
        padding: 2em 6em;
    }
    #Capa_2 {
        background-color: #39FFDA;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    #Capa_3 {
        background-color: #F823FD;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    /* Sections */
    #why-section0 {
        -webkit-background-size: 75%, cover;
        -moz-background-size: 75%, cover;
        -o-background-size: 75%, cover;
        background-size: 75%, cover;
    }
    #why-section0 .title-sextion h2 {
        font-size: 4rem;
    }
    #why-section1 {
        -webkit-background-size: 75%, cover;
        -moz-background-size: 75%, cover;
        -o-background-size: 75%, cover;
        background-size: 75%, cover;
    }
    #why-section1 .title-sextion h2 {
        font-size: 3rem;
    }
    #why-section2 {
        background-position: 50% 56%, center center;
        -webkit-background-size: 75%, cover;
        -moz-background-size: 75%, cover;
        -o-background-size: 75%, cover;
        background-size: 75%, cover;
    }
    #why-section2 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section0 .image-center-section {
        height: 23em;
    }
    #how-section0 {
        background-position: 50% 50%, center center;
        -webkit-background-size: 75%, cover;
        -moz-background-size: 75%, cover;
        -o-background-size: 75%, cover;
        background-size: 75%, cover;
    }
    #how-section0 .title-sextion h2 {
        font-size: 4rem;
    }
    /*     #how-section1 .image-center-section{
        height: 23em;
    } */
    #how-section1 {
        background-position: 50% 50%, center center;
    }
    #how-section1 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section2 .image-center-section {
        height: 23em;
    }
    #how-section2 {
        background-position: 50% 47%, center center;
        -webkit-background-size: 720px, cover;
        -moz-background-size: 720px, cover;
        -o-background-size: 720px, cover;
        background-size: 720px, cover;
    }
    #how-section2 .title-sextion h2 {
        font-size: 4rem;
    }
    #what-section0 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #what-section0 .title-sextion h2 {
        font-size: 4rem;
        margin-bottom: 1em;
    }
    #what-section1 .title-sextion h2 {
        font-size: 4rem;
    }
    #what-section1 .image-center-section {
        height: 18em;
    }
    /* Sub-section */
    #how-section01 {
        background: url(../images/how-section/how-10.svg) no-repeat -57% 57%, url(../images/how-section/how_fondo_10.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 91%, cover;
    }
    #how-section01 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section02 {
        background: url(../images/how-section/how-11.svg) no-repeat 50% 48%, url(../images/how-section/how_fondo_11.png) no-repeat center center fixed;
        -webkit-background-size: 790px, cover;
        -moz-background-size: 790px, cover;
        -o-background-size: 790px, cover;
        background-size: 790px, cover;
    }
    #how-section02 .image-center-section {
        height: 23em;
    }
    #how-section02 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section03 {
        background: url(../images/how-section/how-12.svg) no-repeat 50% 31%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
        -webkit-background-size: 70%, cover;
        -moz-background-size: 70%, cover;
        -o-background-size: 70%, cover;
        background-size: 70%, cover;
    }
    #how-section03 .image-center-section {
        height: 25em;
    }
    #how-section03 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section04 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section04 {
        background: url(../images/how-section/how-13.svg) no-repeat 50% 60%, url(../images/how-section/how_fondo_13.png) no-repeat center center fixed;
        -webkit-background-size: 1000px, cover;
        -moz-background-size: 1000px, cover;
        -o-background-size: 1000px, cover;
        background-size: 1000px, cover;
    }
    #how-section11 {
        background: url(../images/how-section/how-14.svg) no-repeat 59% 73%, url(../images/how-section/how_fondo_14.png) no-repeat center center fixed;
        -webkit-background-size: 950px, cover;
        -moz-background-size: 950px, cover;
        -o-background-size: 950px, cover;
        background-size: 950px, cover;
    }
    #how-section11 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section11 .image-center-section {
        height: 26em;
    }
    #how-section13 {
        background: url(../images/how-section/how-16.svg) no-repeat 50% 74%, url(../images/how-section/how_fondo_16.png) no-repeat center center fixed;
        -webkit-background-size: 710px, cover;
        -moz-background-size: 710px, cover;
        -o-background-size: 710px, cover;
        background-size: 710px, cover;
    }
    #how-section13 .title-sextion h2 {
        font-size: 4rem;
    }
    #how-section13 .image-center-section {
        height: 19em;
    }
    #how-section21 {
        background: url(../images/how-section/how-18.svg?v2) no-repeat 50% 64%, url(../images/how-section/how_fondo_18.png) no-repeat center center fixed;
        -webkit-background-size: 100%, cover;
        -moz-background-size: 100%, cover;
        -o-background-size: 100%, cover;
        background-size: 100%, cover;
    }
    #how-section21 .image-center-section {
        height: 20em;
    }
    #how-section21 .title-sextion h2 {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .title-fixed-add {
        font-size: 3em;
    }
    .title-fixed {
        font-size: 3em;
    }
    #why-text {
        font-size: 9em;
        font-weight: 700;
    }
    #how-text {
        font-size: 9em;
        font-weight: 700;
    }
    #what-text {
        font-size: 8em;
        font-weight: 700;
    }
    #text-energy {
        font-size: 5em;
        text-transform: uppercase;
        margin-top: 40%;
        font-weight: 700;
        text-align: center !important;
    }
    #Capa_1 {
        background-color: #0223FF;
        padding: 2em;
        max-width: 100%;
        margin-top: 400px;
        z-index: 99999;
        padding: 2em 6em;
    }
    #Capa_2 {
        background-color: #39FFDA;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    #Capa_3 {
        background-color: #F823FD;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    .p {
        display: block;
        font-size: 0.5em;
        width: 50%;
        margin-left: 25%;
    }
    /* Sections */
    #why-section0 {
        -webkit-background-size: 1000px, cover;
        -moz-background-size: 1000px, cover;
        -o-background-size: 1000px, cover;
        background-size: 1000px, cover;
    }
    #why-section1 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 870px, cover;
        -moz-background-size: 870px, cover;
        -o-background-size: 870px, cover;
        background-size: 870px, cover;
    }
    #why-section2 {
        -webkit-background-size: 1000px, cover;
        -moz-background-size: 1000px, cover;
        -o-background-size: 1000px, cover;
        background-size: 1000px, cover;
    }
    #how-section0 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 870px, cover;
        -moz-background-size: 870px, cover;
        -o-background-size: 870px, cover;
        background-size: 870px, cover;
    }
    .dotted-box h3 {
        font-size: 1.75em;
    }
    .dotted-box p {
        font-size: 1.2rem;
        color: white;
        font-size: 1.2em;
    }
    #what-section1 {
        background: url(../images/what-section/what-8.svg) no-repeat 48% 54%, url(../images/what-section/what_fondo_08.png) no-repeat center center fixed;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 1000px, cover;
    }
    #what-section1 .image-center-section {
        height: 22em;
    }
    #what-section1 .p-section p {
        max-width: 400px;
    }
    .button-black,
    .button-what {
        font-size: 1.8rem;
    }
    #what-section2 {
        background: url(../images/what-section/what-9.svg) no-repeat 50% 68%, url(../images/what-section/what_fondo_09.png) no-repeat center center fixed;
        -webkit-background-size: 960px, cover;
        -moz-background-size: 960px, cover;
        -o-background-size: 960px, cover;
        background-size: 960px, cover;
    }
    #what-section2 .title-sextion h2 {
        padding-bottom: 1em;
    }
    #what-section2 .image-center-section {
        height: 19em;
    }
    /* Sub-section */
    #how-section01 {
        background: url(../images/how-section/how-10.svg) no-repeat 50% 57%, url(../images/how-section/how_fondo_10.png) no-repeat center center fixed;
        -webkit-background-size: 1000px, cover;
        -moz-background-size: 1000px, cover;
        -o-background-size: 1000px, cover;
        background-size: 1000px, cover;
    }
    #how-section03 {
        background: url(../images/how-section/how-12.svg) no-repeat 50% 33%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
        -webkit-background-size: 825px, cover;
        -moz-background-size: 825px, cover;
        -o-background-size: 825px, cover;
        background-size: 825px, cover;
    }
    #how-section03 .image-center-section {
        height: 26em;
    }
    #how-section21 {
        background: url(../images/how-section/how-18.svg?v2) no-repeat 50% 36%, url(../images/how-section/how_fondo_18.png) no-repeat center center fixed;
        -webkit-background-size: 1000px, cover;
        -moz-background-size: 1000px, cover;
        -o-background-size: 1000px, cover;
        background-size: 1000px, cover;
    }
    #how-section21 .image-center-section {
        height: 22em;
    }
}

@media (min-width: 1400px) {
    .title-fixed {
        font-size: 3em;
    }
    #why-text {
        font-size: 9em;
        font-weight: 700;
    }
    #how-text {
        font-size: 9em;
        font-weight: 700;
    }
    #what-text {
        font-size: 8em;
        font-weight: 700;
    }
    #text-energy {
        font-size: 5em;
        text-transform: uppercase;
        margin-top: 40%;
        font-weight: 700;
        text-align: center !important;
    }
    #Capa_1 {
        background-color: #0223FF;
        padding: 2em;
        max-width: 100%;
        margin-top: 400px;
        z-index: 99999;
        padding: 2em 6em;
    }
    #Capa_2 {
        background-color: #39FFDA;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    #Capa_3 {
        background-color: #F823FD;
        padding: 2em;
        max-width: 100%;
        margin-top: 600px;
        padding: 2em 6em;
    }
    .p {
        display: block;
        font-size: 0.5em;
    }
}

@media (max-width: 1400px) {
    #main-home {
        width: 100%;
        margin-left: 0px;
        left: 0;
    }
}


/************ why section ********************/

/* @media (min-width: 1201px) and (max-width: 1300px) {
    .page-p-why {
        margin-top: -100px;
    }
    #why-section0 {
        -webkit-background-size: 700px, cover;
        -moz-background-size: 700px, cover;
        -o-background-size: 700px, cover;
        background-size: 700px, cover;
    }
    #why-section0 .image-center-section {
        height: 26em;
    }
    .p-section {
        margin-top: -135px;
    }
    #why-section1 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 600px, cover;
        -moz-background-size: 600px, cover;
        -o-background-size: 600px, cover;
        background-size: 600px, cover;
    }
    #why-section1 .image-center-section {
        height: 25em;
    }
    #why-section2 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 600px, cover;
        -moz-background-size: 600px, cover;
        -o-background-size: 600px, cover;
        background-size: 600px, cover;
    }
    #why-section2 .image-center-section {
        height: 24em;
    }
    .text-middle-how {
        color: #000;
        margin-top: -120px;
    }
    #how-section0 .image-center-section {
        height: 24em;
    }
    .p-how {
        margin-top: -95px;
    }
    #how-section0 .p-section p {
        color: #000;
        font-size: 1.2rem;
        max-width: 700px;
        max-height: 100px;
    }
    #how-section0 .title-sextion {
        margin-top: -93px;
    }
    #how-section0 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 670px, cover;
        -moz-background-size: 670px, cover;
        -o-background-size: 670px, cover;
        background-size: 670px, cover;
    }
    #how-section01 {
        background: url(../images/how-section/how-10.svg) no-repeat 50% 57%, url(../images/how-section/how_fondo_10.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 600px, cover;
        -moz-background-size: 600px, cover;
        -o-background-size: 600px, cover;
        background-size: 600px, cover;
    }
    #how-section01 .image-center-section {
        height: 14em;
    }
    #how-section02 {
        background: url(../images/how-section/how-11.svg) no-repeat 50% 48%, url(../images/how-section/how_fondo_11.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 490px, cover;
        -moz-background-size: 490px, cover;
        -o-background-size: 490px, cover;
        background-size: 490px, cover;
    }
    #how-section02 .image-center-section {
        height: 15em;
    }
    #how-section03 {
        background: url(../images/how-section/how-12.svg) no-repeat 50% 33%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 525px, cover;
        -moz-background-size: 525px, cover;
        -o-background-size: 525px, cover;
        background-size: 525px, cover;
    }
    #how-section03 .image-center-section {
        height: 20em;
    }
    #how-section04 {
        background: url(../images/how-section/how-13.svg) no-repeat 50% 60%, url(../images/how-section/how_fondo_13.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 700px, cover;
        -moz-background-size: 700px, cover;
        -o-background-size: 700px, cover;
        background-size: 700px, cover;
    }
    #how-section04 .title-sextion h2 {
        font-size: 4rem;
        margin-top: 50px;
    }
    #how-section04 .image-center-section {
        height: 26em;
    }
    #how-section11 {
        background: url(../images/how-section/how-14.svg) no-repeat 59% 73%, url(../images/how-section/how_fondo_14.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 650px, cover;
        -moz-background-size: 650px, cover;
        -o-background-size: 650px, cover;
        background-size: 650px, cover;
    }
    #how-section11 .image-center-section {
        height: 23em;
    }
    #how-section13 {
        background: url(../images/how-section/how-16.svg) no-repeat 50% 74%, url(../images/how-section/how_fondo_16.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 410px, cover;
        -moz-background-size: 410px, cover;
        -o-background-size: 410px, cover;
        background-size: 410px, cover;
    }
    .title-section {
        margin-top: -100px;
    }
    #how-section13 .image-center-section {
        height: 7em;
    }
    #how-section21 {
        background: url(../images/how-section/how-18.svg?v2) no-repeat 50% 36%, url(../images/how-section/how_fondo_18.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 700px, cover;
        -moz-background-size: 700px, cover;
        -o-background-size: 700px, cover;
        background-size: 700px, cover;
    }
    #how-section21 .image-center-section {
        height: 18em;
    }
    #how-section2 .p-section p {
        color: #000;
        font-size: 1.2rem;
        max-width: 600px;
        margin-top: 75px;
    }
    #how-section2 .title-sextion {
        margin-top: -69px;
    }
    #how-section2 .image-center-section {
        height: 22em;
    }
    #how-section2 {
        background-position: 50% 47%, center center;
        -webkit-background-size: 620px, cover;
        -moz-background-size: 620px, cover;
        -o-background-size: 620px, cover;
        background-size: 620px, cover;
    }
    #how-section1 .image-center-section {
        height: 28em;
    }
    .text-middle-what {
        color: #000;
        margin-top: -209px;
    }
    .what-home {
        margin-top: -59px;
    }
    .p-section-what {
        margin-top: -81px;
        margin-left: -10px;
    }
    #what-section2 .image-center-section {
        height: 15em;
    }
    #what-section2 {
        background: url(../images/what-section/what-9.svg) no-repeat 50% 68%, url(../images/what-section/what_fondo_09.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 860px, cover;
        -moz-background-size: 860px, cover;
        -o-background-size: 860px, cover;
        background-size: 864px, cover;
    }
    #what-section2 .title-sextion h2 {
        padding-bottom: 1.2em;
    }
    .dotted-box {
        border: 1px dashed #FFF;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
        padding: 1em 1em;
        border-radius: 2em;
        position: relative;
        margin-bottom: 5em;
    }
    #what-section1 {
        background: url(../images/what-section/what-8.svg) no-repeat 48% 54%, url(../images/what-section/what_fondo_08.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 700px, cover;
    }
}

@media (min-height: 600px) and (max-height: 900px) {
    .page-p-why {
        margin-top: -100px;
    }
    #why-section0 .image-center-section {
        height: 26em;
    }
    #why-section0 {
        -webkit-background-size: 700px, cover;
        -moz-background-size: 700px, cover;
        -o-background-size: 700px, cover;
        background-size: 700px, cover;
    }
    .p-section {
        margin-top: -135px;
    }
    #why-section1 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 600px, cover;
        -moz-background-size: 600px, cover;
        -o-background-size: 600px, cover;
        background-size: 600px, cover;
    }
    #why-section1 .image-center-section {
        height: 25em;
    }
    #why-section2 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 600px, cover;
        -moz-background-size: 600px, cover;
        -o-background-size: 600px, cover;
        background-size: 600px, cover;
    }
    #why-section2 .image-center-section {
        height: 24em;
    }
    .text-middle-how {
        color: #000;
        margin-top: -120px;
    }
    #how-section0 .image-center-section {
        height: 24em;
    }
    .p-how {
        margin-top: -95px;
    }
    #how-section0 .p-section p {
        color: #000;
        font-size: 1.2rem;
        max-width: 700px;
        max-height: 100px;
    }
    #how-section0 .title-sextion {
        margin-top: -93px;
    }
    #how-section0 {
        background-position: 50% 59%, center center;
        -webkit-background-size: 670px, cover;
        -moz-background-size: 670px, cover;
        -o-background-size: 670px, cover;
        background-size: 670px, cover;
    }
    #how-section01 {
        background: url(../images/how-section/how-10.svg) no-repeat 50% 57%, url(../images/how-section/how_fondo_10.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 600px, cover;
        -moz-background-size: 600px, cover;
        -o-background-size: 600px, cover;
        background-size: 600px, cover;
    }
    #how-section01 .image-center-section {
        height: 14em;
    }
    #how-section02 {
        background: url(../images/how-section/how-11.svg) no-repeat 50% 48%, url(../images/how-section/how_fondo_11.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 490px, cover;
        -moz-background-size: 490px, cover;
        -o-background-size: 490px, cover;
        background-size: 490px, cover;
    }
    #how-section02 .image-center-section {
        height: 15em;
    }
    #how-section03 {
        background: url(../images/how-section/how-12.svg) no-repeat 50% 33%, url(../images/how-section/how_fondo_12.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 525px, cover;
        -moz-background-size: 525px, cover;
        -o-background-size: 525px, cover;
        background-size: 525px, cover;
    }
    #how-section03 .image-center-section {
        height: 20em;
    }
    #how-section04 {
        background: url(../images/how-section/how-13.svg) no-repeat 50% 60%, url(../images/how-section/how_fondo_13.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 800px, cover;
        -moz-background-size: 800px, cover;
        -o-background-size: 800px, cover;
        background-size: 800px, cover;
    }
    #how-section04 .title-sextion h2 {
        font-size: 4rem;
        margin-top: 50px;
    }
    #how-section11 {
        background: url(../images/how-section/how-14.svg) no-repeat 59% 73%, url(../images/how-section/how_fondo_14.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 650px, cover;
        -moz-background-size: 650px, cover;
        -o-background-size: 650px, cover;
        background-size: 650px, cover;
    }
    #how-section11 .image-center-section {
        height: 23em;
    }
    #how-section13 {
        background: url(../images/how-section/how-16.svg) no-repeat 50% 74%, url(../images/how-section/how_fondo_16.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 410px, cover;
        -moz-background-size: 410px, cover;
        -o-background-size: 410px, cover;
        background-size: 410px, cover;
    }
    .title-section {
        margin-top: -100px;
    }
    #how-section13 .image-center-section {
        height: 7em;
    }
    #how-section21 {
        background: url(../images/how-section/how-18.svg?v2) no-repeat 50% 36%, url(../images/how-section/how_fondo_18.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 700px, cover;
        -moz-background-size: 700px, cover;
        -o-background-size: 700px, cover;
        background-size: 700px, cover;
    }
    #how-section21 .image-center-section {
        height: 18em;
    }
    #how-section2 .p-section p {
        color: #000;
        font-size: 1.2rem;
        max-width: 600px;
        margin-top: 75px;
    }
    #how-section2 .title-sextion {
        margin-top: -69px;
    }
    #how-section2 .image-center-section {
        height: 22em;
    }
    #how-section2 {
        background-position: 50% 47%, center center;
        -webkit-background-size: 620px, cover;
        -moz-background-size: 620px, cover;
        -o-background-size: 620px, cover;
        background-size: 620px, cover;
    }
    #how-section1 .image-center-section {
        height: 28em;
    }
    .text-middle-what {
        color: #000;
        margin-top: -209px;
    }
    .what-home {
        margin-top: -59px;
    }
    .p-section-what {
        margin-top: -81px;
        margin-left: -10px;
    }
    #what-section2 .image-center-section {
        height: 15em;
    }
    #what-section2 {
        background: url(../images/what-section/what-9.svg) no-repeat 50% 68%, url(../images/what-section/what_fondo_09.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 860px, cover;
        -moz-background-size: 860px, cover;
        -o-background-size: 860px, cover;
        background-size: 864px, cover;
    }
    #what-section2 .title-sextion h2 {
        padding-bottom: 1.2em;
    }
    .dotted-box {
        border: 1px dashed #FFF;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
        padding: 1em 1em;
        border-radius: 2em;
        position: relative;
        margin-bottom: 5em;
    }
    #what-section1 {
        background: url(../images/what-section/what-8.svg) no-repeat 48% 54%, url(../images/what-section/what_fondo_08.png) no-repeat center center fixed;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto;
        -webkit-background-size: 91%, cover;
        -moz-background-size: 91%, cover;
        -o-background-size: 91%, cover;
        background-size: 700px, cover;
    }
} */