@import 'navigation.css';
@import 'footer.css';

@font-face {
    font-family: "DIN Condensed";
    src: url('../fnt/DINEngschriftStd.otf');
}

@font-face {
    font-family: "Bebas Neue";
    src: url('../fnt/BebasNeue Regular.otf');
}

body {
    min-width: 1015px;
}

a:link,
a:visited {
    color: initial;
}

#header {
    position: relative;
}

#foreground,
#background {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
}

.fading {
    -webkit-animation-name: fading;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-name: fading;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}

@keyframes fading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.headline {
    display: inline-block;
    position: absolute;
    width: 800px;
    left: calc(50% - 400px);
    color: #fff;
    text-align: center;
    -webkit-transition: opacity 2.4s;
    transition: opacity 2.4s;
}

.headline h1 {
    font-family: inherit;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
}

.headline h2 {
    font-family: inherit;
    font-weight: 400;
    font-size: 22px;
}

@media (min-width: 1140px) {
    .headline h1 {
        font-size: 42px;
    }

    .headline h2 {
        font-size: 28px;
    }
}

@media (min-width: 1440px) {
    .headline h1 {
        font-size: 54px;
    }

    .headline h2 {
        font-size: 32px;
    }
}

#headline1 {
    opacity: 1;
}

#headline2,
#headline3 {
    opacity: 0;
}

#producto {
    position: absolute;
    left: 33%;
    width: 33%;
}

#second-headline {
    color: #70bfea;
    font-family: inherit;
    font-size: 36pt;
    text-align: center;
    line-height: 1.2em;
}

#first-paragraph {
    display: inline-block;
    width: 580px;
    font-size: 14pt;
    text-align: left;
}

.leer-mas {
    display: inline-block;
    margin-top: 32px;
    padding: 8px 16px;
    border-radius: calc(34px / 2);
    background-color: #70bfea;
    color: #fff;
    font-size: 9pt;
    cursor: pointer;
}

#features {
    width: 50%;
    min-width: 950px;
    height: 420px;
    margin: 48px auto 16px;
}

#features .third {
    float: left;
    display: inline-block;
    width: calc(33% - 50px);
    margin: 0 24px;
}

#features .third img {
    width: 100%;
}

#features .third h2 {
    margin-top: 20px;
    margin-bottom: 16px;
    color: #70bfea;
    font-family: inherit;
    font-size: 14pt;
}

#features .third p {
    font-size: 12pt;
}

#grafico,
#grafico2,
#filtros {
    position: relative;
    width: calc(50% + 64px);
    min-width: 1015px;
    margin: 0 auto;
}

#grafico {
    border-top: 56px solid #70bfea;
    background-image: url('../img/grafico.jpg');
    background-size: cover;
}

#grafico h2 {
    margin-top: 64px;
    margin-bottom: 16px;
    font-family: inherit;
    font-weight: 500;
    font-size: 26pt;
    text-align: center;
    line-height: 1em;
}

#grafico p {
    width: 524px;
    margin: 0 auto;
    font-size: 14pt;
    line-height: 1.2em;
}

#filtro {
    position: absolute;
    top: 348px;
    left: calc(100% / 3.56 - 180px);
    width: 36%;
}

#filter_info {
    float: right;
    width: 222px;
    margin-top: 60px;
    margin-right: 80px;
}

#pagination {
    margin-top: -20px;
    margin-right: 32px;
    margin-bottom: 28px;
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 36pt;
    text-align: center;
}

#counter {
    display: inline-block;
    width: 20px;
}

#left_filter,
#right_filter {
    width: 16px;
    cursor: pointer;
}

#left_filter {
    margin-right: 8px;
}

#right_filter {
    margin-left: 8px;
}

#filter_info>div:nth-of-type(2) {
    margin-top: 32px;
}

#filter_info>div:nth-of-type(3) {
    margin-top: 52px;
}

#filter_info>div:nth-of-type(4) {
    margin-top: 38px;
}

.selector-container {
    display: inline-block;
    position: relative;
    top: 23px;
    right: 24px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.selector {
    position: absolute;
    right: 0px;
    width: 12px;
    cursor: pointer;
}

.line {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 1px;
    height: 1px;
}

#filter_info h3 {
    display: inline-block;
}

#filter_info p {
    width: 100%;
    font-size: 12pt;
}

#grafico .leer-mas {
    position: absolute;
    left: 50%;
    bottom: 112px;
    margin-left: -41px;
}

#future-start {
    position: absolute;
    right: 80px;
    bottom: -288px;
    width: 425px;
}

#grafico-outro {
    position: absolute;
    left: 80px;
    bottom: -256px;
    width: 384px;
}

#grafico-outro h2,
#grafico2-intro h2,
#filtros h2 {
    color: #70bfea;
    font-size: 29.5pt;
    text-align: left;
}

#filtros h2 {
    margin-left: 80px;
}

#grafico-outro p {
    width: 100%;
    color: rgb(75, 75, 75);
}

#filtros {
    top: 352px;
}

.fase-container {
    position: absolute;
    display: inline-block;
}

#fase1 {
    left: 240px;
    width: 160px;
}

#fase2 {
    left: 442px;
    width: 160px;
}

#fase3 {
    right: 200px;
    width: 190px;
}

.fase-container span {
    position: absolute;
    top: -32px;
    left: calc(50% - 14px);
    padding: 0 9px;
    border-radius: 50%;
    background-color: #70bfea;
    color: white;
    font-size: 14pt;
}

.fase-container h3 {
    font-family: inherit;
    font-size: 14pt;
}

.fase-container p {
    font-size: 10pt;
}

#fases {
    position: relative;
    top: 56px;
    width: 100%;
    z-index: 0;
}

#limpio,
#contaminado {
    position: absolute;
    top: 44%;
    font-family: "DIN Condensed";
    font-size: 14pt;
    line-height: 16.8pt;
}

#contaminado {
    left: 10%;
}

#limpio {
    right: 11%;
}

.particula {
    display: none;
    position: absolute;
    top: 66%;
    left: 0;
    width: 64px;
    z-index: 1;
}

#p1 {
    left: 16%;
}

#p2 {
    left: 36%;
}

#p3 {
    left: 56%;
}

#p4 {
    left: 76%;
}

#particulas {
    position: relative;
    top: 144px;
    width: calc(66.666% + 96px);
    margin: 0 auto 0 16.666%;
}

#particulas h3,
#particulas div h4 {
    font-family: "DIN Condensed";
    font-size: 14pt;
}

#particulas div {
    display: inline-block;
    float: left;
    position: relative;
    width: calc((100% - 128px) / 8);
    margin-right: 16px;
}

#particulas div h4 {
    margin-bottom: 0;
}

#particulas div p {
    margin-top: 0;
}

#no-particle {
    width: 80px;
    height: 80px;
    margin-right: 0;
}

#particulas div img {
    width: 100%;
}

#particulas div img:first-child {
    position: relative;
    z-index: 0;
}

.particulas-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: .5;
    z-index: 1;
}

#particulas div p {
    font-size: 10pt;
}

#grafico2 {
    clear: both;
    top: 860px;
    background-color: rgb(191, 191, 191);
    color: rgb(75, 75, 75);
}

#producto2 {
    position: absolute;
    top: -290px;
    left: 80px;
    width: 425px;
}

#grafico2-intro {
    display: inline-block;
    position: absolute;
    top: -290px;
    left: 569px;
    width: 384px;
}

#grafico2-intro h2 {
    margin-top: -8px;
    margin-bottom: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2em;
}

#grafico2-intro p {
    margin: 0;
    font-size: 14pt;
}

#grafico2-content {
    display: inline-block;
    position: absolute;
    top: 110px;
    margin-left: 80px;
    width: 54%;
}

#grafico2-content h1 {
    font-family: inherit;
    font-weight: 500;
    font-size: 34pt;
    line-height: 45pt;
    white-space: nowrap;
}

#grafico2-content h2 {
    margin: 30px 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 18pt;
    line-height: 27pt;
}

#grafico2-content p {
    font-size: 14pt;
    line-height: 21pt;
}

#grafico2-images {
    display: inline-block;
    float: right;
    margin-top: 130px;
    width: 256px;
    margin-right: 80px;
}

#grafico2-images img {
    width: 100%;
    margin-bottom: 56px;
}

#certificaciones {
    clear: both;
    text-align: center;
}

#certificaciones h3 {
    display: inline-block;
    margin-left: 80px;
    font-family: inherit;
    font-weight: 500;
    font-size: 24pt;
}

#certificaciones hr {
    float: right;
    margin-right: 80px;
    width: 60%;
    margin-top: 41px;
    border-top: 2px solid rgb(85, 85, 85);
}

#certificaciones h4 {
    color: rgb(85, 85, 85);
    font-size: 32px;
    display: inline-block;
}

#testimonios {
    position: relative;
    top: 900px;
    width: 980px;
    height: 422px;
    margin: 0 auto;
    padding: 0 64px;
    text-align: center;
}

#testimonios h2 {
    color: #70bfea;
    font-family: inherit;
    font-weight: 500;
    font-size: 29.5pt;
    text-align: left;
}

.testimonio {
    position: absolute;
    width: 100%;
}

.test1 {
    left: 0;
}

.profile {
    width: 128px;
    margin: 16px auto 32px;
}

.test {
    width: 450px;
    margin: 0 auto;
    font-size: 13.5pt;
    text-align: left;
}

#testimonios .testimonio div {
    width: 200px;
    margin: 28px auto 0;
    text-align: left;
}

.tName {
    font-size: 10pt;
    font-weight: 500;
}

.position {
    font-size: 10px;
}

.arrow {
    position: absolute;
    top: 46%;
    width: 16px;
    cursor: pointer;
}

.left {
    left: 64px;
}

.right {
    right: 64px;
}

.animate-right {
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        left: 300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.animate-left {
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

#aplicaciones-inicio {
    position: absolute;
    top: 5810px;
}

#aplicaciones {
    /* aplicaciones. espacios, comercio, potencia, indicado-para, grid, aire,  */
    position: relative;
    top: 1080px;
    width: 1015px;
    height: 420px;
    margin: 0 auto;
    background-image: url('../img/hogar.jpg');
    background-size: 100%;
}

#aplicaciones div {
    width: 384px;
    margin-left: 96px;
    padding-top: 24px;
}

#aplicaciones div h2 {
    margin: 0;
    color: #70bfea;
    font-family: inherit;
    font-weight: 500;
    font-size: 29.5pt;
}

#aplicaciones div p {
    color: rgb(75, 75, 75);
    font-size: 14pt;
}

#espacios {
    position: relative;
    top: 1160px;
    width: 1015px;
    margin: 0 auto;
    padding: 0 32px 0 96px;
}

#espacios img {
    position: relative;
    top: -190px;
    width: 57%;
}

#espacios div {
    display: inline-block;
    position: relative;
    top: -192px;
    width: 42%;
    padding-left: 44px;
}

#espacios div h2 {
    margin: 0;
    color: #70bfea;
    font-family: inherit;
    font-weight: 500;
    font-size: 29.5pt;
    line-height: 1.2em;
}

#espacios div p {
    color: rgb(75, 75, 75);
    font-size: 14pt;
}

#comercio {
    position: relative;
    top: 1160px;
    width: 1015px;
    padding: 0 96px;
    margin: 0 auto;
    z-index: 1;
}

#comercio div {
    display: inline-block;
    position: relative;
    top: -180px;
    width: 44%;
    padding-right: 48px;
}

#comercio div h2 {
    margin: 0;
    color: #70bfea;
    font-family: inherit;
    font-weight: 500;
    font-size: 29.5pt;
    line-height: 1.2em;
}

#comercio div p {
    font-size: 14pt;
}

#comercio img {
    position: relative;
    top: -64px;
    left: 3px;
    width: 55%;
}

#potencia {
    position: relative;
    top: 980px;
    width: 1015px;
    height: 469px;
    margin: 0 auto;
    border-bottom: 64px solid #70bfea;
    background-image: url('../img/ambiente3.png');
    background-position: 0 -64px;
    background-size: 100%;
    z-index: 0;
}

#potencia div {
    display: inline-block;
    width: 360px;
    margin-top: 20px;
    margin-left: 96px;
}

#potencia div h2 {
    margin: 0;
    color: #70bfea;
    font-family: inherit;
    font-weight: 500;
    font-size: 29.5pt;
    line-height: 1em;
}

#potencia div p {
    margin-top: 16px;
    font-size: 12pt;
    line-height: 1.4em;
}

#indicado-para {
    position: relative;
    top: 1100px;
    width: 1015px;
    height: 1080px;
    margin: 0 auto;
    padding: 0 96px;
    text-align: center;
}

#indicado-para h2 {
    position: relative;
    top: -16px;
    margin: 0 auto;
    color: #70bfea;
    width: 100%;
    font-family: inherit;
    font-weight: 500;
    font-size: 36pt;
    line-height: 1em;
}

#indicado-para>p {
    width: 740px;
    margin: 20px auto 0;
    font-size: 18pt;
    text-align: left;
    line-height: 21.5pt;
}

#grid {
    position: relative;
    top: 384px;
    width: 1015px;
    margin: 0 auto;
}

.col {
    float: left;
    display: inline-block;
    width: 32%;
    padding: 24px 40px 0;
    text-align: center;
}

.col img {
    width: 112px;
}

.col h3 {
    color: rgb(75, 76, 75);
    font-family: inherit;
    font-weight: 500;
    font-size: 18.5pt;
    text-align: left;
    line-height: 23pt;
}

.col p {
    color: rgb(75, 76, 75);
    font-size: 9pt;
    text-align: left;
    line-height: 13.25pt;
}

#grid>p {
    clear: both;
    position: relative;
    top: 28px;
    margin: 0 0 0 40px;
    font-size: 9pt;
    line-height: 13.25pt;
}

.row {
    height: 320px;
}

#aire {
    position: relative;
    top: 384px;
    width: 1015px;
    margin: 0 auto;
}

#aire img {
    width: 100%;
}

#aire-text {
    position: absolute;
    top: 32px;
    left: 72px;
    width: 320px;
}

#aire-text h2 {
    margin: 0;
    color: #70bfea;
    font-family: inherit;
    font-weight: 500;
    font-size: 29.5pt;
    white-space: nowrap;
}

#noticias {
    position: relative;
    top: 376px;
    width: 1015px;
    height: 694px;
    margin: 0 auto;
    padding: 80px 64px 0;
    background-color: rgb(247, 247, 247);
}

#noticias h2 {
    display: inline-block;
    width: 200px;
    margin-bottom: 32px;
    color: #70bfea;
    font-family: inherit;
    font-style: normal;
    font-weight: 900;
    font-size: 34pt;
}

#noticias hr {
    display: inline-block;
    float: right;
    position: relative;
    top: 34px;
    width: calc(100% - 200px);
    border-top: 2px solid #70bfea;
}

#noticias div.third {
    float: left;
    display: inline-block;
    width: calc((100% - 96px) / 3);
    margin: 0 24px;
    background-color: #fff;
}

#noticias div.third img {
    width: 100%;
}

#noticias div.third h3 {
    margin: 20px;
    font-family: inherit;
    font-weight: 500;
    font-size: 12pt;
    line-height: 15pt;
}

#noticias div.third p {
    margin: 20px;
    font-size: 6pt;
    line-height: 11pt;
}

#noticias .margin-top {
    margin-top: 40px;
}

#noticias div.third button {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: none;
    background-color: #70bfea;
    color: #fff;
    font-size: 9pt;
    line-height: 10.8pt;
    cursor: pointer;
}

#footer {
    top: 320px;
    width: 1015px;
}

#aviso-cookies {
    position: fixed;
    top: 0;
    width: 100%;
    height: 96px;
    background-color: rgb(85, 85, 85);
    color: #fff;
    font-weight: 400;
    font-size: 10pt;
    z-index: 10;
}

#aviso-cookies>div {
    width: 1140px;
    min-width: 980px;
    margin: 16px auto;
}

#aviso-cookies p {
    display: inline-block;
    float: left;
    width: calc(100% - 160px);
}

#aviso-cookies p a {
    color: rgb(94.4, 194.3, 255);
}

#aviso-cookies span {
    position: relative;
    top: 14px;
    padding: 8px 24px;
    border-radius: 18px;
    background-color: #70bfea;
    font-weight: 500;
    font-size: 14pt;
    cursor: pointer;
}