/*! 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;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}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-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:'DIN Next Rounded LT Pro';src:url('fonts/DINNextRoundedLTPro-Bold.woff2') format('woff2'), url('fonts/DINNextRoundedLTPro-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'DIN Next Rounded LT Pro';src:url('fonts/DINNextRoundedLTPro-Regular.woff2') format('woff2'), url('fonts/DINNextRoundedLTPro-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'DIN Next Rounded LT Pro';src:url('fonts/DINNextRoundedLTPro-Medium.woff2') format('woff2'), url('fonts/DINNextRoundedLTPro-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'DIN Next Rounded LT Pro';src:url('fonts/DINNextRoundedLTPro-Light.woff2') format('woff2'), url('fonts/DINNextRoundedLTPro-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DIN Next Rounded LT Pro", sans-serif;
}

.wrapper {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.wrapper-full {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

/* CABECERA */

header {
    padding: 60px 0 20px;
}

header .wrapper {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

header .logo,
header .logo img {
    margin-bottom: 20px;
    height: 26px;
    width: 154px;
}

.site-navigation ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation li a {
    color: #87b726;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navigation li a:hover {
    color: #4e2754;
}

header.sticky {
    background: #fff;
    border-bottom: 1px solid #eee;
	left: 0px;
	padding: 20px 0;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

@media only screen and (min-width: 1000px) {
    header .wrapper {
        align-items: flex-end;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    header .logo,
    header .logo img {
        margin-bottom: 0;
    }

    .site-navigation ul {
        justify-content: flex-end;
    }

    .site-navigation li a {
        margin-bottom: 0;
    }

    .site-navigation li:last-of-type a {
        padding-right: 0;
    }
}

/* FOOTER */

footer {
    background: #3d1c40;
    padding: 60px 0 120px;
}

footer .wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.logo__footer,
.logo__footer img {
    display: block;
    height: 20px;
    margin-bottom: 10px;
    width: 108px;
}

.contacto--sede span {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.contacto--sede span.contacto--direccion {
    font-weight: 300;
    text-transform: none;
}

.contacto--mail {
    align-items: flex-end;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
}

.contacto--mail a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    text-decoration: none;
}

.contacto--mail > button {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}

.contacto--mail a:hover,
.contacto--mail > button:hover {
    color: #87b726;
}

.contacto--mail p {
    color: #fff;
    font-size: 16px;
    max-width: 150px;
    text-align: right;
}

.contacto--mail p span {
    font-size: 22px;
}

@media only screen and (min-width: 1000px) {
    footer .wrapper {
        justify-content: space-between;
    }
}

/* BLOQUE HERO */

.block--hero {
    background: url('img/bg-hero-hi.jpg') no-repeat center center / cover;
    display: flex;
    min-height: 300px;
    width: 100%;
}

.block--hero h1 {
    color: #87b726;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    max-width: 400px;
    margin: auto auto 20px;
    padding: 0;
    text-align: center;
    width: 100%;
}

header.sticky + .block--hero {
    margin-top: 176px;
}

@media only screen and (min-width: 600px) {
    .block--hero {
        min-height: 450px;
    }

    .block--hero h1 {
        font-size: 32px;
    }

    header.sticky + .block--hero {
        margin-top: 106px;
    }
}

@media only screen and (min-width: 900px) {
    .block--hero {
        min-height: 550px;
    }

    .block--hero h1 {
        margin: 0px auto;
        padding: 320px 0 0 550px;
        text-align: left;
    }
}

/* BLOQUE SECONDARY */

.block--second {
    align-items: center;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65)), url('img/bg-secondary-hi.jpg') no-repeat center center / cover;
    background-attachment: fixed;
    display: flex;
    min-height: 500px;
    width: 100%;
}

.block--second p,
.block--second ul {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .1px;
    padding: 0 20px;
    text-align: left;
}

.block--second ul {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 30px;
}

@media only screen and (min-width: 600px) {
    .block--second {
        min-height: 700px;
    }

    .block--second p,
    .block--second ul {
        font-size: 24px;
        text-align: left;
    }

    .block--second ul {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1000px) {
    .block--second p,
    .block--second ul {
        padding: 0;
    }

    .block--second ul {
        padding-left: 30px;
    }
}

/* BLOQUE SMART */

.block--smart {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
    width: 100%;
}

.wrapper-bg {
    min-height: 700px;
    width: 100%;
}

.wrapper-bg-1 {
    background: #0b0d0d;
}

.wrapper-bg-2 {
    background: url('img/bg-smart.jpg') no-repeat center center / cover;
    min-height: 1900px;
}

.block--smart .wrapper-full {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    min-height: 700px;
    position: absolute;
}

.wrapper-column {
    width: 100%;
}

.block--graph {
    align-items: center;
    background: url('img/bg-smart-graph-hi.jpg') no-repeat center center / contain;
    color: #87b726;
    display: flex;
    flex-flow: column wrap;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1.4;
    min-height: 700px;
    text-align: center;
}

.block--graph > span {
    max-width: 600px;
}

.block--graph__top {
    padding: 40px 20px 0;
}

.block--graph__bottom {
    padding: 0 20px 40px;
}

@media only screen and (min-width: 900px) {
    .wrapper-column {
        width: 50%;
    }

    .block--inter__content .wrapper-column {
        width: 100%;
    }

    .wrapper-bg {
        width: 50%;
        min-height: 1020px;
    }

    .block--smart .wrapper-full {
        min-height: 1060px;
    }

    .block--graph {
        min-height: 1020px;
    }

    .block--graph__top {
        padding: 40px 20px 0;
    }

    .block--graph__bottom {
        padding: 0 20px 40px;
    }
}

.block--system > div {
    color: #fff;
    padding: 40px 40px 0;
}

.smart--company {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.block--system h2 {
    font-size: 34px;
    font-weight: 400;
    line-height :26px;
    margin: 10px 0 0;
}

.block--system h2 img {
    vertical-align: bottom;
    width: 180px;
}

.smart--subtitulo {
    color: #87b726;
    display: block;
    font-size: 20px;
    margin: 20px 0;
}

.block--system p {
    columns: 2;
    line-height: 1.3;
    text-align: left;
}

.block--system h3 {
    color: #c0ca00;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 30px 0 0;
}

.block--system h3 span {
    font-weight: 500;
}

.smart-elementos__lista {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.smart-elementos__lista p.smart--elementos {
    columns: 1;
    font-size: 20px;
    margin: 0 0 20px;
    width: 100%;
}

.smart--elemento {
    margin-bottom: 20px;
    width: 100%;
}

.smart--elemento__img {
    border-bottom: 1px solid #87b726;
    height: 90px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.smart-elementos__lista .smart--elemento h3 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.smart--elemento p {
    columns: 1;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    padding: 8px 20px 0 0;
}

.smart-elementos__lista .smart--cierre {
    color: #87b726;
    columns: 1;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin: 60px 0 0;
}

@media only screen and (min-width: 600px) {
    .wrapper-bg-2 {
        min-height: 1000px;
    }

    .smart--elemento {
        margin-bottom: 0;
        width: calc(100% / 3);
    }

    .smart--elemento__img {
        text-align: center;
    }

    .block--system h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 900px) {
    .wrapper-bg-1,
    .wrapper-bg-2 {
        min-height: 1500px;
    }
}

@media only screen and (min-width: 1300px) {
    .wrapper-bg-1,
    .wrapper-bg-2 {
        min-height: 1020px;
    }
}


/* BLOQUE ESPECTRO */

.block--espectro {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65)), url('img/bg-espectro.jpg') no-repeat center center / cover;
    display: flex;
    flex-flow: row wrap;
    min-height: 300px;
    width: 100%;
}

.block--espectro .wrapper-full,
.block--espectro__content .wrapper-full,
.block--espectro__content .wrapper-full > div:last-of-type,
.block--espectro__content .block--espectro__graph {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
}

.block--espectro .wrapper-full {
    align-items: center;
}

.block--espectro h2 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    max-width: 280px;
    padding-left: 40px;
    width: 100%;
}

.block--espectro h2 span {
    font-weight: 500;
}

.block--espectro__content .wrapper-column-left,
.block--espectro__clave,
.block--espectro__auditoria {
    padding: 60px 0 0;
}

.block--espectro__graph {
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

.block--espectro__graph:last-of-type {
    padding-bottom: 20px;
}

.block--espectro__content h3 {
    color: #65356e;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 30px;
    padding-left: 115px;
    text-align: left;
}

.block--espectro__content h3 span {
    font-weight: 500;
}

.block--espectro__content p {
    color: #65356e;
    max-width: 270px;
    padding: 0 10px;
    text-align: left;
    width: 100%;
}

.block--espectro__clave,
.block--espectro__auditoria {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
}

.block--espectro__graph img {
    height: 180px;
    margin: 0 0 20px 0;
    max-width: 330px;
    object-fit: contain;
    width: 100%;
}

.block--espectro__graph p {
    flex: 1;
    margin: 0;
}

.block--espectro__clave {
    background: #4e2754;
    position: relative;
}

.block--espectro__clave h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 10px;
    max-width: 200px;
    min-height: 100px;
    padding: 0 30px;
    text-align: left;
    text-transform: uppercase;
}

.block--espectro__clave p {
    color: #fff;
    line-height: 1.6;
    margin: 0;
    padding: 0 30px 20px;
    text-align: left;
}

.block--espectro__clave > div {
    margin: auto 0 0;
    text-align: center;
    width: 100%;
}

.block--espectro__clave > div img {
    max-width: 400px;
    width: 100%;
}

.block--espectro__auditoria {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25)), url('img/bg-auditoria.jpg') no-repeat center center / cover;
}

.block--espectro__auditoria {
    padding-bottom: 60px;
}

.block--espectro__auditoria h3 {
    color: #87b726;
    line-height: 1.3;
    margin: 0 0 10px;
    min-height: 100px;
    padding: 0 20px;
    text-transform: uppercase;
}

.block--espectro__auditoria p {
    color: #fff;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
}

@media only screen and (min-width:900px) {
    .block--espectro h2 {
        font-size: 40px;
        max-width: 400px;
    }

    .block--espectro__clave,
    .block--espectro__auditoria {
        width: 50%;
    }

    .block--espectro__auditoria,
    .block--espectro__clave p {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .block--espectro__clave,
    .block--espectro__auditoria {
        flex-flow: column wrap;
    }
}

/* BLOQUE INTER */

.block--inter {
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .75)), url('img/bg-inter.jpg') no-repeat center center / cover;
    background-attachment: fixed;
}

.block--inter .wrapper-full {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    min-height: 450px;
}

.block--inter .wrapper-column {
    align-items: flex-start;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding: 60px 40px;
    width: 100%;
}

.block--inter .logo-horticultura {
    width: 214px;
}

.block--inter .logo-horticultura + h3 {
    color: #4e2754;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.block--inter h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin: auto 0 0;
}

.block--inter h2 span {
    font-weight: 500;
}

.block--inter p {
    color: #4e2754;
    font-size: 18px;
    line-height: 1.3;
}

.block--inter .wrapper-sellos {
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.75));
    flex-flow: row wrap;
    justify-content: space-between;
}

.wrapper-sellos > div {
    width: 100%;
}

.wrapper-sellos img {
    margin: 10px auto;
    width: 80px;
}

@media only screen and (min-width: 600px) {
    .block--inter {
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)), url(img/bg-inter.jpg) no-repeat center center / cover;
        background-attachment: fixed;
    }

    .block--inter .wrapper-column {
        width: calc(50% - 80px);
    }

    .wrapper-sellos {
        flex-flow: column wrap;
    }

    .wrapper-sellos > div {
        width: 100%;
    }

    .wrapper-sellos img {
        margin: 0;
        width: auto;
    }
}

@media only screen and (min-width: 950px) {
    .wrapper-sellos {
        flex-flow: row wrap;
    }

    .wrapper-sellos > div {
        width: calc(100% - 200px);
    }
}

.block--inter__content,
.block--inter__content .wrapper-full,
.block--inter__content .wrapper-full > div:last-of-type {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
}

.block--inter__content {
    justify-content: center;
    position: relative;
}

.block--inter__content .wrapper-full {
    background: #c780a7;
    justify-content: center;
    min-height: 1200px;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .block--inter__content .wrapper-full {
        min-height: 600px;
    }
}

.block--inter__content .wrapper-bg {
    min-height: 600px;
}

.block--inter__content .wrapper-bg-1 {
    background: url('img/bg-horti-1.jpg') no-repeat center center / cover;
}

.block--inter__content .wrapper-bg-2 {
    background: #c780a7;
    display: none;
}

.block--inter__ficha {
    height: 600px;
}

.block--inter__mas {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    max-width: 235px;
    padding: 30px;
}

.block--inter__content .wrapper-full > div {
    justify-content: center;
}

.block--inter__content .wrapper-full > div:first-of-type {
    display: none;
}

.block--inter__espectro {
    width: 90px;
}

.block--inter__mas h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    font-weight: 400;
}

.block--inter__mas h3 span {
    font-weight: 500;
}

.block--inter__mas p {
    color: #fff;
    font-size: 13px;
    text-align: left;
    margin: 0 0 10px;
}

.block--inter__mas h4 {
    color: #3d1c40;
    margin: 20px auto 10px;
    font-weight: 500;
    font-size: 14px;
}

.block--inter__mas img {
    margin: 0 auto;
    max-width: 100%;
}

.block--inter__content .wrapper-bg {
    width: 100%;
    background-attachment: fixed;
}

@media only screen and (min-width: 1330px) {
    .block--inter__content .wrapper-full > div:first-of-type {
        display: block;
    }

    .block--inter__content .wrapper-bg-2 {
        background: #c780a7;
        display: block;
    }

    .block--inter__content .wrapper-full {
        background: transparent;
        min-height: 600px;
        position: absolute;
    }

    .block--inter__content .wrapper-full > div {
        justify-content: flex-start;
    }

    .block--inter__content .wrapper-bg {
        width: 50%;
    }

    .block--inter__content .wrapper-column {
        width: 50%;
    }
}

/* BLOQUE TOP */

.block--inter.block--top {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5)), url('img/bg-top.jpg') no-repeat center center / cover;
    background-attachment: fixed;
}

.block--inter__content.block--top__content .wrapper-bg-1 {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5)), url('img/bg-toplighting.jpg') no-repeat center center / cover;
    background-attachment: fixed;
}

.block--inter__content.block--top__content .wrapper-bg-2 {
    background: #492a52;
}

.block--inter__content.block--top__content .wrapper-full {
    background: #492a52;
}

.block--top__content .block--inter__mas h4 {
    color: #df4893;
}

@media only screen and (min-width: 1330px) {
    .block--inter__content.block--top__content .wrapper-full {
        background: transparent;
    }

    .block--inter__content .wrapper-bg-1,
    .block--inter__content.block--top__content .wrapper-bg-1 {
        background-attachment: inherit;
    }
}

/* Bloque Instalación */

.block--instalacion {
    background: #3d1c40;
    padding: 60px 0;
}

.block--instalacion .wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.block--instalacion__content {
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.block--instalacion__content > .logo-instalacion {
    max-width: 300px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.block--instalacion__content > .logo-instalacion ~ h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin: 10px 0 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.block--instalacion__content .luminaria {
    position: absolute;
    right: 0;
    width: 320px;
    z-index: 0;
}

.instalacion__titulo {
    max-width: 200px;
}

.instalacion__titulo > span {
    color: #87b726;
    font-size: 28px;
    display: block;
    margin: 20px 0 10px;
    position: relative;
    text-transform: uppercase;
}

.instalacion__titulo > p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px;
    position: relative;
}

.block--instalacion__content > p {
    color: #87b726;
    line-height: 1.6;
}

.block--instalacion__content h3.personalizada {
    border-bottom: 1px solid #87b726;
    font-size: 20px;
    padding-bottom: 4px;
    text-transform: none;
}

.block--instalacion__content h3.personalizada ~ p {
    color: #fff;
    line-height: 1.6;
}

.block--instalacion__content > .logo-instalacion ~ h3.basicas {
    border-bottom: 1px solid #87b726;
    color: #87b726;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    text-transform: uppercase;
}

.block--instalacion__content h3 + img {
    max-width: 100%;
    width: 100%;
}

.block--instalacion__sidebar {
    align-items: flex-start;
    background: linear-gradient(to bottom, #c780a7, #3d1c40);
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0;
}

.block--instalacion__sidebar h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 0 20px;
    text-transform: uppercase;
}

.block--instalacion__sidebar p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 20px;
}

.block--instalacion__sidebar img {
    max-width: 100%;
}

.instalacion-grafico {
    padding: 10px;
}

.sidebar-title {
    color: #3d1c40;
    font-size: 29px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0 0 20px;
    text-transform: uppercase;
}

.block--instalacion__sidebar .sidebar-subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0 20px;
}

@media only screen and (min-width: 800px) {
    .block--instalacion__content {
        padding: 0 0 0 20px;
        width: calc(100% - 380px);
    }
    
    .block--instalacion__sidebar {
        width: 280px;
        margin: 0;
    }
}

@media only screen and (min-width: 1000px) {
    .block--instalacion__content {
        padding: 0;
    }
}

/* Fix iOS */
.browser-ios .block--second,
.browser-ios .block--inter,
.browser-ios .block--inter__content .wrapper-bg,
.browser-ios .block--inter.block--top,
.browser-ios .block--inter__content.block--top__content .wrapper-bg-1 {
	background-attachment: scroll;
}