/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: "amz";
    src: url("../iconos/amz.eot?eccq5t");
    src: url("../iconos/amz.eot?eccq5t#iefix") format("embedded-opentype"), url("../iconos/amz.ttf?eccq5t") format("truetype"), url("../iconos/amz.woff?eccq5t") format("woff"), url("../iconos/amz.svg?eccq5t#amz") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "amz" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e608";
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: "Poppins", sans-serif;
    background: #151515;
    color: #fff;
    overflow-x: hidden;
}

.layout {
    max-width: 1360px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.Header {
    padding: 50px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(0, rgba(255, 255, 255, 0) 10%, #000 100%);
}

.Header-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

figure {
    margin: 0;
    padding: 0;
}

.Menu {
    width: 100%;
}

.Menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.Menu a {
    margin-left: 50px;
    font-size: 16px;
    font-weight: 500;
}

.Menu a strong {
    font-weight: 900;
}

.Footer {
    background: #222;
    color: #9866df;
    padding: 100px 0;
    text-align: center;
    font-size: 13px;
}

.Footer img {
    display: inline-block;
    max-width: 90%;
}

.Footer-legales {
    padding-top: 50px;
}

.Footer-legales a {
    font-weight: 500;
}

@media screen and (max-width: 1300px) {
    .Header {
        padding: 10px 0 90px 0;
    }
    .Header-container {
        display: block;
    }
    .Header figure {
        position: relative;
        z-index: 11;
        text-align: center;
        padding-bottom: 10px;
    }
    #menu {
        display: block;
        z-index: 12;
    }
    #menu.show {
        position: fixed;
        top: 30px;
    }
    .Menu {
        position: fixed;
        background-color: #151515;
        top: 0;
        right: -100%;
        z-index: 10;
        transition: all 0.2s ease-in-out;
        min-height: 100vh;
        overflow-y: auto;
        padding: 140px 20px 20px 20px;
    }
    .Menu.show {
        right: 0;
    }
    .Menu ul {
        display: block;
        text-align: right;
    }
    .Menu li {
        margin: 20px 0;
    }
    .Menu a {
        display: block;
        margin-left: 0;
    }
}

.Home-banners-item {
    height: 150vh;
    min-height: 720px;
    padding-top: 165px;
}

.Home-banners-item-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0 0 rgba(0, 0, 0, 0.2);
}

.Home-banners-item h1,
.Home-banners-item h2 {
    padding-left: 40px;
    margin: 0;
    font-weight: 900;
    font-size: 90px;
    display: inline-block;
    line-height: 0.74em;
}

.Home-banners-item h1 i,
.Home-banners-item h2 i,
.Home-banners-item h1 strong,
.Home-banners-item h2 strong,
.Home-banners-item h1 span,
.Home-banners-item h2 span {
    display: block;
}

.Home-banners-item h1 i,
.Home-banners-item h2 i {
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    transform: translateY(0.7em);
}

.Home-banners-item h1 i.has-left-space,
.Home-banners-item h2 i.has-left-space {
    padding-left: 3em;
}

.Home-banners-item h1 strong,
.Home-banners-item h2 strong {
    font-weight: 500;
    font-size: 41px;
    text-align: right;
    padding-right: 1em;
    line-height: 1em;
}

.Home-banners-item h1 strong.left,
.Home-banners-item h2 strong.left {
    text-align: left;
    line-height: 2em;
    font-size: 31px;
}

.Home-banners-item h1 strong span,
.Home-banners-item h2 strong span {
    padding-left: 1em;
}

.Home-banners-item h1 strong.has-left-space,
.Home-banners-item h2 strong.has-left-space {
    text-align: left;
    padding-right: 0;
    padding-left: 2em;
}

.Home-banners-item h1 span,
.Home-banners-item h2 span {
    font-size: 44px;
    font-weight: 700;
}

.Home-intro {
    text-align: center;
    transform: translateY(-200px);
    margin-bottom: -150px;
    position: relative;
}

.Home-intro:before {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    content: "";
    /* width: 1652px; */
    left: 50%;
    margin-left: -756px;
    height: 1117px;
    display: block;
    position: absolute;
    background: url("../images/banners/luces.png") no-repeat top center;
    top: -600px;
}

.Home-intro .layout {
    position: relative;
}

.Home-intro h2 {
    margin: 0 0 80px 0;
    font-weight: 300;
    font-size: 54px;
}

.Home-intro-items {
    padding-top: 80px;
    display: flex;
    justify-content: center;
}

.Home-intro-item {
    width: 30%;
}

.Home-intro-item:nth-child(2) {
    transform: translateY(-80px);
    margin: 0 60px;
}

.Home-intro-item h3 {
    font-weight: 700;
    color: #22ffb9;
    font-size: 24px;
}

.Home-intro-item p {
    padding: 0 20px;
    font-weight: 300;
    line-height: 1.6em;
}

.Home-intro-item p a {
    display: inline-block;
    border-bottom: 1px solid #22ffb9;
    font-weight: 500;
}

.Home-intro-link a {
    display: inline-block;
    background: transparent;
    padding: 8px 14px;
    transition: background 0.4s ease-in-out;
    border-radius: 6px;
    position: relative;
}

.Home-intro-link a:before,
.Home-intro-link a:after {
    content: "";
    width: 110%;
    height: 120%;
    background: rgba(152, 102, 223, 0.1);
    display: block;
    position: absolute;
    border-radius: 6px;
}

.Home-intro-link a:before {
    left: -2%;
    bottom: -5%;
}

.Home-intro-link a:after {
    right: -2%;
    top: -5%;
    height: 125%;
}

.Home-intro-link a span {
    display: block;
    background: #9866df;
    padding: 14px 32px;
    font-weight: 900;
    font-size: 20px;
    border-radius: 6px;
}

.Home-produccion {
    padding-bottom: 200px;
}

.Home-produccion-intro {
    color: #22ffb9;
    margin-bottom: -50px;
}

.Home-produccion-intro img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.Home-produccion-intro p {
    transform: translateY(-150px);
    margin: 0;
    font-size: 33px;
    text-align: center;
    font-weight: 300;
}

.Home-produccion-intro p strong {
    margin-top: 4px;
    font-weight: 900;
    display: block;
}

.Home-produccion-items {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}

.Home-produccion-item {
    text-align: center;
    width: 50%;
    max-width: 375px;
    font-size: 20px;
    font-weight: 300;
}

.Home-produccion-item p {
    line-height: 1.4em;
}

.Home-produccion-item strong {
    font-weight: 700;
    display: block;
}

.Home-superar {
    background: url("../images/home/degradado.webp") no-repeat center center;
    background-size: cover;
    padding: 100px 0 140px 0;
    text-align: center;
}

.Home-superar.sistema-total {
    background: url("../images/home/degradado_01.jpg") no-repeat center center;
}

.Home-superar.sistema-total .layout {
    max-width: 1000px;
}

.Home-superar h2 {
    margin: 0;
    font-size: 54px;
}

.Home-superar h3 {
    margin: 60px 0;
    font-size: 34px;
    font-weight: 900;
}

.Home-superar h3 span {
    display: block;
    font-size: 25px;
    font-weight: 300;
    margin-top: 10px;
}

.Home-superar-items {
    display: flex;
    justify-content: space-between;
}

.Home-superar-item p {
    font-weight: 300;
    font-size: 20px;
}

.Home-superar-item strong {
    display: block;
    font-size: 74px;
    font-weight: 900;
}

.Home-noticias .boton {
    text-align: center;
    margin: 50px 0 0;
}

.Home-superar a {
    margin: 30px 0 0;
}

.Home-superar a,
.Home-noticias .boton a {
    display: inline-block;
    background: #9866df;
    padding: 14px 32px;
    font-weight: 900;
    font-size: 20px;
    border-radius: 6px;
    position: relative;
}

.Home-superar a:before,
.Home-superar a:after,
.Home-noticias .boton a:before,
.Home-noticias .boton a:after {
    content: "";
    width: 110%;
    height: 120%;
    background: rgba(152, 102, 223, 0.1);
    display: block;
    position: absolute;
    border-radius: 6px;
}

.Home-superar a:before,
.Home-noticias .boton a:before {
    left: -2%;
    bottom: -5%;
}

.Home-superar a:after,
.Home-noticias .boton a:after {
    right: -2%;
    top: -5%;
    height: 125%;
}

.Home-noticias {
    padding: 100px 0;
}

.Home-noticias h3 {
    font-size: 27px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 980px;
}

.Home-noticias h3 strong {
    font-weight: 700;
}

.Home-noticias-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Home-noticias-item {
    width: calc(33.33% - 60px);
    margin: 30px;
}

.Home-noticias-item img {
    display: block;
    width: 100%;
}

.Home-noticias-item h2 {
    font-weight: 600;
    margin: 0;
    padding-top: 20px;
    font-size: 28px;
}

.Home-noticias-item p {
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.5em;
}

.Home-noticias-item strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #22ffb9;
}

@media screen and (max-width: 1200px) {
    .Home-banners-item h1,
    .Home-banners-item h2 {
        font-size: 50px;
        padding-left: 0;
    }
    .Home-banners-item h1 i,
    .Home-banners-item h2 i {
        font-size: 18px;
    }
    .Home-banners-item h1 strong,
    .Home-banners-item h2 strong {
        font-size: 30px;
    }
    .Home-banners-item h1 span,
    .Home-banners-item h2 span {
        font-size: 32px;
    }
    .Home-superar h2 {
        font-size: 32px;
    }
    .Home-superar h3 {
        font-size: 24px;
    }
    .Home-superar h3 span {
        display: block;
        font-size: 18px;
    }
    .Home-superar-items {
        flex-wrap: wrap;
    }
    .Home-superar-item {
        width: 50%;
    }
    .Home-superar-item p {
        font-size: 16px;
    }
    .Home-superar-item strong {
        font-size: 44px;
    }
}

@media screen and (max-width: 1020px) {
    .Home-intro {
        text-align: center;
        transform: translateY(-100px);
        margin-bottom: 0;
    }
    .Home-intro h2 {
        font-size: 34px;
    }
    .Home-intro-items {
        padding-top: 80px;
        flex-wrap: wrap;
    }
    .Home-intro-item {
        width: 100%;
    }
    .Home-intro-item:nth-child(2) {
        transform: translateY(0);
    }
}

@media screen and (max-width: 980px) {
    .Home-superar a,
    .Home-noticias .boton a {
        font-size: 16px;
    }
    .Home-produccion-items {
        padding: 0;
        flex-wrap: wrap;
    }
    .Home-produccion-item {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .Home-noticias-items {
        flex-wrap: wrap;
    }
    .Home-noticias-item {
        width: calc(50% - 20px);
        margin: 20px 10px;
    }
}

@media screen and (max-width: 580px) {
    .Home-superar-item {
        width: 100%;
    }
    .Home-noticias-item {
        width: 100%;
        margin: 20px 0;
    }
}
