@charset "utf-8";
/* CSS Document */


* {
	box-sizing: border-box;
}

body,
input, textarea, button {
    font-family: 'DIN Next LT Pro', sans-serif;
}

body {
	margin:0;
	font-size:10px;
	color:#363636;
	font-weight:normal;
    background: #fff;
    overflow: hidden;
}
input, textarea {
    box-shadow: none !important;
    outline: 0;
}
a { text-decoration:none; }

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
}

img {
	max-width:100%;
}
.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#loading {
	position: fixed;
	z-index: 1001;
	background: rgba(40,51,58,1);
	left: 0; top: 0; width: 100%; height: 100%;
}
#loading svg {
	position: absolute;
	width: 110px; height: 110px;
	left: 50%; top: 50%;
    margin-left: -55px; margin-top: -55px;
	transform-origin: center;
	-webkit-animation-name: loadinganim;
    -webkit-animation-duration: 1s;
    animation-name: loadinganim;
    animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#loading svg .st0{opacity:0.2;fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;}
#loading svg .st1{fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;}
@keyframes loadinganim {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.anim {
    z-index: 100;
}
.anim2 {
    z-index: 101;
}



/* ------------------ GLOBAL ------------------- */

.popupContainer {
	background: rgba(26,26,26,0.9);
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
	overflow-y: auto;
	display: none;
    z-index: 100000001;
}
.popupContainer .overlay {
	position: absolute;
	cursor: pointer;
	left: 0; top: 0;
	width: 100%; height: 100%;
	cursor: pointer;
}
.popupContainer .table {
	width: 100%; height: 100%;
}
.popupContainer .table .cell {
	display: table-cell; vertical-align: middle;
	text-align: center;
	position: relative;
}
.popupContainer .popup {
	display: inline-block;
	background: #ffffff;
	width: 100%;
	max-width: 1430px;
	padding: 2px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.popupContainer .popup .cerrar {
	position: absolute;
	top: 2px; right: 2px;
	width: 64px; height: 64px;
	background: url(images/botonCerrar.png) center no-repeat #28333a;
	transition: all 0.2s;
	cursor: pointer;
    z-index: 10;
}
.popupContainer .popup .cerrar:hover {
	background-color: #78c1eb;
}

.popupContainer .popup video {
    width: 100%;
    display: block;
}

#principal {
    position: relative;
    min-height: 100vh;
}

.seccion {
    background: #ffffff;
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100vh;
    text-align: left;
    overflow: hidden;
}
.container  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;    
    height: 100vh;
}
.container .content {
    flex: 0 0 100%;
    max-width: 1750px;
    padding: 6em 14em;
    z-index: 1;
}
.container .cell {
    vertical-align: middle;
    padding: 40px 0;
    position: relative;
}

.footerContainer {
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

footer {
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    background: #000000;
    z-index: 100000;
    display: block;
    pointer-events: all;
    background: #29333a;
}
footer .container {
    height: auto;
}
footer .container .content {
    max-width: none;
    padding: 3em 7em 5em;
}
footer .col {
    display: inline-block;
    vertical-align: middle;
}

footer .columnas {
    margin: 0 -2em;
}
footer .col {
    padding: 2em;
}
footer .col01 {
    flex: 0 0 30%;
    max-width: 30%;
}
footer .col02 {
    flex: 0 0 70%;
    max-width: 70%;
    text-align: right;
}
footer .col01 img {
    width: 100%;
    max-width: 24.7em;
}

footer .col02 .boton {
    display: inline-block;
    font-size : 2.1em;
    line-height : 1em;
    text-transform : uppercase;
    color : #7B868C;
    font-stretch: condensed;
    padding: 1em 2em;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
footer .col02 .size2 .boton {
    font-size: 1.9em;
    padding: 1em 1.2em;
}
footer .col02 .boton:hover {
    color: #ffffff;
}
footer .col02 .boton svg {
    display: none;
}
footer .col02 .boton .desplegable {
    position: absolute;
    display: none;
}

footer .copyright {
    border-top: 1px solid #7b868c;
    font-size : 1.2em;
    line-height : 1em;
    color : #7B868C;
    padding-top: 3em;
    margin-top: 1.5em;
    text-align: center;
    font-weight: bold;
}


.navegacionIzq {
    position: fixed;
    left: 4.4em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: all 0.3s;
}
.navegacionIzq .boton {
    display: block;
    padding: 12px;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #7b868c;
    margin-left: 1px;
    padding: 1.5em 2em;
    transition: all 0.3s;
}
.navegacionIzq .num {
    font-size : 1.6em;
    line-height : 1em;
    letter-spacing : 0.02em;
    font-stretch: condensed;
    text-transform : uppercase;
    color : #78C1EB;
    opacity: 0;
    transition: all 0.3s;
}

.navegacionIzq .boton.activo {
    border-left: 3px solid #78c1eb;
    margin-left: 0px;
}

.navegacionIzq .boton.activo .num {
    opacity: 1;
}

.navegacionIzq.disable {
    opacity: 0;
}

#barraDer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10em;
    z-index: 100;
    pointer-events: none;
}
#barraDer .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    width: 500px;
    text-align: center;
}
#barraDer .content span {
    display: inline-block; vertical-align: middle;
    font-size : 1.5em;
    line-height : 1em;
    color : #ACB9BF;
    padding-right: 1.5em;
    font-weight: bold
}
#barraDer .content a {
    display: inline-block; vertical-align: middle;
    margin: 0.5em;
    transform: rotate(90deg);
    pointer-events: all;
}
#barraDer .content a svg {
    width: 2.6em;
    height: 2.6em;
    display: block;
}
#barraDer .content a svg .st0{
    fill:#79C2EB;
    transition: all 0.3s;
}

#barraDer .content a:hover svg .st0 {
    fill: #ffffff;
}

.columnas {
    display: flex;
    align-items: center;
}


/* ------------------ HOME ------------------- */

header.seccion {
    background: #1b2328;
    
}

#menuPrincipal {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    background: #323e48;
    z-index: 100;
    box-shadow: 0 0.1em 1em 0 rgba(0,0,0,0.3);
}
#menuPrincipal .container {
    height: 12em;
}
#menuPrincipal .container .content {
    padding-top: 0;
    padding-bottom: 0;
}
#menuPrincipal .columnas {
    margin: 0 0em 0 -2em;
}
#menuPrincipal .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 2em;
}

#menuPrincipal .col01 {
    flex: 0 0 20%;
    max-width: 20%;
}
#menuPrincipal .col01 img {
    width: 100%;
    max-width: 21em;
}
#menuPrincipal .col02 {
    flex: 0 0 80%;
    max-width: 80%;
    text-align: right;
}
#menuPrincipal .col02 .boton {
    font-size : 2.1em;
    line-height : 1em;
    letter-spacing : 0.03em;
    font-stretch: condensed;
    text-transform : uppercase;
    color : #7B868C;
    display: inline-block;
    vertical-align: middle;
    padding: 1em 2em;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
#menuPrincipal.size2 .col02 .boton {
    font-size : 1.8em;
    padding: 0.4em 1.2em;
}

#menuPrincipal .col02 .boton:hover {
    color: #ffffff;
}

#menuPrincipal .col02 .boton.desp span {
    position: relative;
}
#menuPrincipal .col02 .boton.desp span svg {
    position: absolute;
    left: 100%; top: 50%;
    transform: translate(0.3em,-50%);
    width: 0.6em;
    height: 0.4em;
}

#menuPrincipal .col02 .boton.desp .st0{fill:none;stroke:#78C1EB;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;}
#menuPrincipal .col02 .boton .desplegable {
    position: absolute;
    left: 1em;
    top: 100%;
    display: none;
    overflow: hidden;
    padding: 0 0.3em 1em;
}
#menuPrincipal .col02 .boton .desplegable nav {
    background: #323e48;
    min-width: 9em;
    padding: 2em 1em 1em;
    box-shadow: 0 0.3em 0.5em 0 rgba(0,0,0,0.3);
}
#menuPrincipal .col02 .boton .desplegable .bot {
    display: block;
    text-align: left;
    color : #7B868C;
    padding: 0.8em 1em;
    transition: all 0.3s;
}
#menuPrincipal .col02 .boton .desplegable .bot:hover {
    color: #ffffff;
}


#menuPrincipal .botonIdioma {
    position: absolute;
    right: 0;
    top: 0;
    width: 12em;
    height: 12em;    
    cursor: pointer;
}
#menuPrincipal .botonIdioma .idioma {
    display: block;
    width: 12em;
    height: 12em;
    background: #28333a;
    position: relative;
    transition: all 0.3s;
}
#menuPrincipal .botonIdioma .idioma:hover {
    background: #3d4d57;
}
#menuPrincipal .botonIdioma .idioma span {    
    font-size : 2em;
    line-height : 1em;
    letter-spacing : 0.03em;
    text-transform : uppercase;
    font-stretch: condensed;
    color : #78C1EB;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 2em; height: 2em; line-height: 2em;
    vertical-align: middle;
    text-align: center;
    border: 0.1em solid #78c1eb;
    transition: all 0.3s;
}
#menuPrincipal .botonIdioma .desplegable {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
}
#menuPrincipal .botonIdioma .desplegable .idioma span {
    color: #7b868c;
    border-color: #7b868c;
}
#menuPrincipal .botonIdioma .desplegable .idioma:hover span {
    color: #78c1eb;
    border-color: #78c1eb;
}


#menuPrincipal .botonIdioma.activo .idiomaActual {
    background: #78c1eb;    
}



#menuPrincipal .botonIdioma.activo .idiomaActual span {
    color: #ffffff;
    border-color: #ffffff;
}

.headerClaro #menuPrincipal {
    background: #f3f3f4;
    box-shadow: 0 0.1em 1em 0 rgba(0,0,0,0.08)
}
.headerClaro #menuPrincipal .col02 .boton:hover {
    color: #78c1eb;
}
.headerClaro #menuPrincipal .botonIdioma .idioma {
    background: #ffffff;
}
.headerClaro #menuPrincipal .botonIdioma .idioma:hover {
    background: #ffffff;
}
.headerClaro #menuPrincipal .botonIdioma .desplegable .idioma:hover span {
    color: #78c1eb;
    border-color: #78c1eb;
}
.headerClaro #menuPrincipal .botonIdioma.activo .idiomaActual {
    background: #78c1eb;    
}


header .container .content {
    padding-top: 4em;
}
header.noSlider .container .content {
    padding-top: 16em;
}

header .banner {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100vh;
    background: url(images/home_header_01_fondo.png) center no-repeat;
    background-size: cover;
    z-index: 10;
}
header .banner .container {
    position: relative;
}
header .banner01 .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .banner .fondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

header .banner .img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

header .banner .columnas {
    margin: 0 -3em;
}
header .banner .columnas .col {
    padding: 0 3em;
}
header .banner .columnas .col01 {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: left;
}
header .banner .columnas .col02 {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
}

header .banner h1 {
    font-size : 6em;
    line-height : 1;
    color : #FFFFFF;
    margin-bottom: 0.4em;
}
header .banner h1 strong {
    color: #78c1eb;
}
header .banner p {
    font-family: 'Calibri';
    font-weight: 300;
    font-size : 2.2em;
    line-height : 1.5em;
    color : #9aa6ab;
    margin-bottom: 2.2em;
}

header .banner01 img {
    display: inline-block;
    width: 100%;
    max-width: 85em;
}

header .bannerVideo .hover {
    position: absolute;
    left: 0; top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    opacity: 0;
    transition: all 0.3s;
}
header .bannerVideo .hover .botonGeneral  {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
}
header .bannerVideo.stopped .hover {
    opacity: 1;
}
header .bannerVideo:hover .hover {
    opacity: 1;
}

header.headerClaro .banner h1 {
    color: #323e48;
}



header .navegacion {
    position: absolute;
    left: 0;
    bottom: 2em;
    height: auto;
    z-index: 11;
    pointer-events: none;
}
header .navegacion .container {
    height: auto;
    pointer-events: none;
}
header .navegacion .pag {
    display: inline-block; vertical-align: middle;
    width: 1.2em; height: 1.2em;
    border: 2px solid #78c1eb;
    margin: 1em 2em 1em 0;
    border-radius: 1000px;
    transition: all 0.3s;
    pointer-events: all;
    cursor: pointer;
}
header .navegacion .pag.activo {
    border-color: #ffffff;
    border-width: 3px;
    width: 1.8em; height: 1.8em;
}

header .flecha {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 55px;
    z-index: 1000;
    cursor: pointer;
}
header .flecha svg {
    display: block;
    width: 26px; height: 16px;
}
header .flecha svg .st0{
    fill:none;stroke:#79C2EB;stroke-width:2;stroke-miterlimit:10;
    transition: all 0.3s;
}
header .flecha:hover svg .st0{
    stroke: #ffffff;
}
header.headerClaro .flecha:hover svg .st0{
    stroke: #323e48;
}

#productos {
    background: #f5f5f6;
}

#productos .bloque01 {
    background: url(images/home_productos_oxpure_fondo.png) center no-repeat;
    background-size: cover;
    padding: 0em 3em 0em 10em;
    display: flex;
    align-items: center;
    position: relative;
}

#productos .num {
    position: absolute;
    left: 4.5em;
    top: 0;
    width: 7em;
    height: 100%;
    overflow: hidden;
}
#productos .num div {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 7em;
    height: 7em;
    border: 1px solid #78c1eb;
    border-radius: 1000px;
    margin-top: -1em;
}
#productos .num div::before {
    content: "";
    position: absolute;
    left: 50%; bottom: 100%;
    height: 100vh;
    width: 1px;
    background: #78c1eb;
}
#productos .num div::after {
    content: "";
    position: absolute;
    left: 50%; top: 100%;
    height: 100vh;
    width: 1px;
    background: #78c1eb;
}
#productos .num div span {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    font-size : 2.7em;
    font-stretch: condensed;
    line-height : 1em;
    letter-spacing : 0.04em;
    text-transform : uppercase;
    color : #78C1EB;
}

#productos .bloque01 .col01 {
    flex: 0 0 27%;
    max-width: 27%;
    padding: 4em;
    text-align: right;
}
#productos .bloque01 .col01 img {
    width: 100%;
    max-width: 28.1em;
}
#productos .bloque01 .col02 {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 4em;
}
#productos .bloque01 .col02 img {
    width: 55.9em;
    max-width: 100%;
}
#productos .bloque01 .col03 {
    flex: 0 0 28%;
    max-width: 28%;
    padding: 4em;
}
#productos .bloque01 .col03 p {
    font-size: 3em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin-bottom: 0.8em;
}
.botonGeneral {
    display: inline-block; vertical-align: middle;
    font-size : 2.4em;
    line-height : 1em;
    font-stretch: condensed;
    letter-spacing : 0.05em;
    text-transform : uppercase;
    color : #79c2eb;
    padding: 0.75em 1.5em;
    min-width: 8em;
    border: 2px solid #79c2eb;
    transition: all 0.3s;
    cursor: pointer;
    background: none;
    text-align: center;
}
.botonGeneral:hover {
    background: #79c2eb;
    color: #ffffff;    
}

.tituloSeccion {
    font-size : 5.2em;
    line-height : 1em;
    color : #323E48;
    margin-bottom: 0.7em;
}
.tituloSeccion strong {
    color: #78c1eb;
}

#productos .bloque02 {
    background: #ffffff;
    padding: 0em 3em 0em 10em;
    display: flex;
    align-items: center;
    position: relative;
    /*overflow: hidden;*/
}
#productos .bloque02::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    
    pointer-events: none;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

#productos .bloque02 .col01 {
    flex: 0 0 27%;
    max-width: 27%;
    padding: 4em;
    text-align: right;
}
#productos .bloque02 .col01 img {
    width: 100%;
    max-width: 26.2em;
}
#productos .bloque02 .col02 {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 4em;
}
#productos .bloque01 .col02 img {
    width: 52.8em;
    max-width: 100%;
}
#productos .bloque02 .col03 p {
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    color : #7B868C;
}
#productos .bloque02 .col03 {
    flex: 0 0 28%;
    max-width: 28%;
    padding: 4em;
}
#productos .separacion {
    height: 4.7em;
    position: relative;
}
#productos .separacion::before {
    content: "";
    position: absolute;
    left: 8em; top: 0;
    width: 1px;
    height: 100%;
    background: #78c1eb;
}

#nosotros {
    background: #ffffff;
}
#nosotros::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    background: #28333a;
}


#nosotros .columnas {
    margin: 0 -12em;
    align-items: flex-start;
}
#nosotros .columnas .col {
    padding: 0 12em;
}
#nosotros .columnas .col01 {
    flex: 0 0 55%;
    max-width: 55%;
}
#nosotros .columnas .col02 {
    flex: 0 0 45%;
    max-width: 45%;
}
#nosotros .columnas .col h3 {
    font-size : 5em;
    line-height : 1em;
    color : #323E48;
    margin-bottom: 0.5em;
    /*max-width: 14em;*/
}
#nosotros .columnas .col h3 strong {
    color: #78c1eb;
}
#nosotros .columnas .col p {
    font-size : 2.3em;
    line-height : 1.5em;
    color : #7B868C;
    margin-bottom: 1em;
    max-width: 30em;
}

#nosotros .columnas .col01 .items {
    display: flex;
    align-items: flex-start;
    margin: 0 -2.5em;
}
#nosotros .columnas .col01 .items .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 2.5em;
}
#nosotros .columnas .col01 .items .item .icono {
    position: relative;
    padding-bottom: 5em;
}
#nosotros .columnas .col01 .items .item .icono img {
    display: block;
    width: 10.6em;
    position: relative;
}
#nosotros .columnas .col01 .items .item .icono::before {
    content: "";
    position: absolute;
    left: 10.6em;
    top: 5.3em;
    height: 1px;
    right: 0;
    background: url(images/lineaPunteada.png);
}
#nosotros .columnas .col01 .items .item .icono::after {
    content: "";
    position: absolute;
    left: 5.3em;
    top: 10.6em;
    bottom: 0;
    width: 1px;
    background: url(images/lineaPunteada_vertical.png);
}
#nosotros .columnas .col01 .items .item p {
    padding-left: 4em;
    line-height: 1.3em;
    position: relative;
    margin: 0;
}
#nosotros .columnas .col01 .items .item p .num {
    position: absolute;
    left: 2.35em;
    top: 47%;
    transform: translateY(-50%);
    width: 2.6em;
    height: 2.6em;
    line-height: 2.7em;
    vertical-align: middle;
    text-align: center;
    background: #78c1eb;
    border-radius: 1000px;
    font-size : 0.65em;
    font-weight: bold;
    color : #FFFFFF;
}

#nosotros .columnas .col02 h3 {
    color: #ffffff;
    margin-bottom: 1.3em;
}

#nosotros .columnas .col02 .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7em 0;
    position: relative;
}
#nosotros .columnas .col02 .logos::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: url(images/lineaPunteada.png);
}
#nosotros .columnas .col02 .logos::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: url(images/lineaPunteada.png);
}
#nosotros .columnas .col02 .logos .logo01 {
    width: 11.6em;
    margin-right: 2em;
}
#nosotros .columnas .col02 .logos .logo02 {
    width: 17.4em;
    margin: 0 2em;
}
#nosotros .columnas .col02 .logos .logo03 {
    width: 12.6em;
    margin-left: 2em;
}

#notas {
    background: url(images/home_notas_fondo.jpg) center no-repeat;
    background-size: cover;
}
#notas .tituloSeccion {
    color: #ffffff;
}


#notas .slider {
    margin: 0 -1.7em;
}
#notas .slider .bloque {
    background: #ffffff;
    padding: 4.7em 4.4em 10.5em;
    height: 100%;
    position: relative;
}
#notas .slider .bloque h4 {
    font-size : 2em;
    line-height : 1em;
    letter-spacing: normal;
    color : #7B868C;
    margin-bottom: 1em;
    padding-left: 2em;
    position: relative;
}
#notas .slider .bloque h4 img {
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 1.4em;
    margin-top: -0.1em;
}
#notas .slider .bloque h3 {
    font-size : 2.7em;
    line-height : 1.3em;
    color : #323E48;
    margin-bottom: 0.8em;
}
#notas .slider .bloque p {
    font-size : 1.6em;
    line-height : 1.5em;
    color : #7B868C;
    margin-bottom: 2em;
}
#notas .slider .bloque a {
    position: absolute;
    left: 1.85em;
    bottom: 1.9em;
}

#donde {
    background: url(images/fondo_claro.png) center no-repeat;
    background-size: cover;
    overflow: visible;
    z-index: 1;
}
#donde .container .content {
    padding-bottom: 14em;
}
#donde .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.8em;
}
#donde .items .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 1.2em;
}
#donde .items .item .boton {
    position: relative;
}
#donde .items .item .nombre {
    padding: 3em;
    background: #ffffff;
    border-radius: 0.4em;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
#donde .items .item .nombre span {
    font-size : 2.2em;
    line-height : 1em;
    color : #323E48;
    transition: all 0.3s;
}
#donde .items .item .nombre svg {
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%);
    width: 4.4em;
    height: 4.4em;
}
#donde .items .item .nombre svg .st0{fill:none;stroke:#78C1EB;stroke-width:2;stroke-miterlimit:10; transition: all 0.3s;}
#donde .items .item .nombre svg .st1{fill:#79C2EB;}

#donde .items .item .nombre svg .mas {
    transform-origin: 22px 22px; transition: all 0.3s;
}
#donde .items .item .nombre svg .menos {
    transform: rotate(-90deg);
    transform-origin: 22px 22px; transition: all 0.3s;
}

#donde .items .item .nombre.activo {
    background: #78c1eb;
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#donde .items .item .nombre.activo span {
    color: #ffffff;
}
#donde .items .item .nombre.activo svg .st0{ stroke:#ffffff;}
#donde .items .item .nombre.activo svg .st1{fill:#ffffff;}
#donde .items .item .nombre.activo svg .mas {
    transform: rotate(-90deg);
}
#donde .items .item .nombre.activo svg .menos {
    transform: rotate(-180deg);
    opacity: 0;
}

#donde .items .item .desplegable {
    position: absolute;
    left: 0; top: 100%;
    right: 0;
    overflow: hidden;
    z-index: 10;
}
#donde .items .item .desplegable.doble {
    width: 200%;
}
#donde .items .item .desplegable .linea {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #78c1eb;
    opacity: 0;
    transition: all 0.3s;
    z-index: 100;
}
#donde .items .item .desplegable .desp {
    padding: 1.6em 3em;
    background: #ffffff;
    border-radius: 0 0 0.4em 0.4em;
    display: none;    
}

#donde .items .item .desplegable.doble .desp .cols {
    display: flex;
    margin: 0 -1em;
}
#donde .items .item .desplegable.doble .desp .cols .col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1em;
}

#donde .items .item .desplegable.doble.topeder {
    left: auto;
    right: 0;
}


#donde .items .item .desplegable p {
    font-size : 1.6em;
    line-height : 1.5em;
    color : #7B868C;
    margin: 1.3em 0;
}
#donde .items .item .desplegable p a {
    color : #78c1eb;
}

#contacto {
    background: #ffffff;
}
#contacto::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: #323e48;
}
#contacto .columnas {
    margin: 0 -10.5em;
    justify-content: flex-end;
}
#contacto .columnas .col {
    padding: 0 10.5em;
}
#contacto .columnas .col01 {
    flex: 0 0 40%;
    max-width: 67em;
}
#contacto .columnas .col02 {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 16em;
}

#contacto .columnas .col01 .item {
    padding: 3.5em 0 3.5em 9em;
    position: relative;
}
#contacto .columnas .col01 .item .icono {
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    width: 6.7em;
    height: 6.7em;
    border: 1px solid #78c1eb;
    border-radius: 1000px;
    background: #ffffff;
}
#contacto .columnas .col01 .item .icono img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#contacto .columnas .col01 .item h4 {
    font-size : 2.6em;
    line-height : 1.2em;
    color : #323E48;
    margin-bottom: 0.15em;
}
#contacto .columnas .col01 .item p {
    font-size : 1.8em;
    line-height : 1.5em;
    color : #7B868C;
}
#contacto .columnas .col01 .item p a {
    color : #7B868C;
}
#contacto .columnas .col01 .item::before {
    content: "";
    position: absolute;
    left: 3.35em;
    top: 0; 
    width: 1px;
    height: 100%;
    background: #78c1eb;
}
#contacto .columnas .col01 .item.ultimo::before {
    height: 50%;
}

#contacto form {
    display: flex;
    margin: 0 -1.5em;
    flex-wrap: wrap;
}
#contacto form .fcol {
    padding: 2em 1.5em;
    flex: 0 0 100%;
    max-width: 100%;
}
#contacto form .fcol.c50 {
    flex: 0 0 50%;
    max-width: 50%;
}
#contacto form .fcol.cboton {
    padding-top: 5em;
}
#contacto form .fcol .campo {
    display: block;
    width: 100%;
    font-size : 2em;
    line-height : 1em;
    padding: 0.8em 0;
    color : #FFFFFF;
    background: none;
    border: none;    
    border-bottom: 1px solid #78c1eb;
    transition: all 0.3s;
}
#contacto form .fcol .campo:focus {
    border-color: #ffffff;
}
#contacto form .fcol .mensaje {
    font-size : 1em;
    line-height : 1em;
    text-transform : uppercase;
    color : #78C1EB;
    padding: 1em 0 0;
    font-weight: bold;
    display: none;
}


/* ------------------ OXPURE ------------------- */

#oxpure header .banner,
#uvpure header .banner {
    background-image: url(images/header_fondo_claro.png);
}

#oxpure #tecnologia::before {
    content: "";
    position: absolute;
    right: 0; top: 0;
    width: 43%;
    height: 1000%;
    background: #fff;
}

#oxpure #tecnologia .columnas {
    margin: 0 -3em;
    justify-content: center;
}
#oxpure #tecnologia .columnas .col01 {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 3em;
    position: relative;
}
#oxpure #tecnologia .columnas .col01 h2 {
    font-size : 5.7em;
    line-height : 1em;
    color : #323E48;
    max-width: 7em;
}
#oxpure #tecnologia .columnas .col01 h2 strong {
    color: #78c1eb;
}
#oxpure #tecnologia .columnas .col02 {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 3em;
}
#oxpure #tecnologia .columnas .col02 .maxwidth {
    max-width: 43em;
    margin: 0 auto;
}

#oxpure #tecnologia .columnas .col01 .items {
    position: absolute;
    left: 23.7em;
    top: 50%;
    transform: translateY(-50%);
    width: 32.5em; height: 65em;
    
}
#oxpure #tecnologia .columnas .col01 .items .semicirculo {
    position: absolute;
    left: 0; top: 0;
    right: 0; bottom: 0;
    overflow: hidden;
}
#oxpure #tecnologia .columnas .col01 .items .semicirculo div {
    position: absolute;
    left: -32.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 65em; height: 65em;
    border: 1px solid #78c1eb;
    border-radius: 1000000px;
}
#oxpure #tecnologia .columnas .col01 .items .item {
    position: absolute;
    left: 12em;
    display: flex;
    width: 35em;
    align-items: center;
}
#oxpure #tecnologia .columnas .col01 .items .item .icono {
    padding-right: 3em;
}
#oxpure #tecnologia .columnas .col01 .items .item .icono img {
    width: 11em; height: 11em;
}
#oxpure #tecnologia .columnas .col01 .items .item .icono span {
    display: block;
    position: absolute;
    left: 5.7em; top: 5.7em;
    width: 2.2em; height: 2.2em;
    line-height : 2.4em;
    vertical-align: middle;
    background: #78c1eb;
    font-size : 1.4em;
    color : #FFFFFF;
    border-radius: 1000px;
    text-align: center;
    font-weight: 600;
}

#oxpure #tecnologia .columnas .col01 .items .item02 {
    top: 17em;
    left: 25em;
}
#oxpure #tecnologia .columnas .col01 .items .item03 {
    top: 36em;
    left: 25em;
}
#oxpure #tecnologia .columnas .col01 .items .item04 {
    top: 54em;
}


#oxpure #tecnologia .columnas .col01 .items .item p {
    font-size : 1.7em;
    line-height : 1.5em;
    color : #7B868C;
}

#oxpure #tecnologia .columnas .col02 p {
    font-size : 1.9em;
    line-height : 1.8em;
    color : #7B868C;
    margin: 1em 0;
}
#oxpure #tecnologia .columnas .col02 p.color {
    color: #78c1eb;
}
#oxpure #tecnologia .columnas .col02 .lineaPunteada {
    background: url(images/lineaPunteada.png);
    height: 1px;
    margin: 5em 0;
}

#oxpure #componentes {
    background: url(images/oxpure_componentes_fondo.jpg) center no-repeat;
    background-size: cover;
}

#oxpure #componentes .fondo-portable {
    background: url(images/oxpure_portable_componentes_fondo.jpg) center no-repeat;
    background-size: cover;
}

#oxpure #componentes .tituloSeccion {
    color: #78c1eb;
}

#oxpure #componentes .items {
    display: flex;
    margin: 6.5em -1.5em 0;
}
#oxpure #componentes .items .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1.5em;
}

element.style {
}
#oxpure #componentes .items .item .bloque {
    background: black;
    padding: 9.5em 4em 6em;
    position: relative;
    height: 86%;
    border: 1px solid;
    border-color: #78C1EB;
}

#oxpure #componentes .items .item .bloque .icono {
    position: absolute;
    top: 3em;
    right: 4em;
    width: 5em;
    height: 5em;
}


#oxpure #componentes .items .item .bloque h4 {
    font-size : 2.2em;
    font-weight: bold;
    color : #323E48;
    margin-bottom: 0.8em;
}
#oxpure #componentes .items .item .bloque p {
    font-size : 1.7em;
    line-height : 1.5em;
    color : #7B868C;
}

#oxpure #componentes .items .item .bloque::before {
    content: "";
    position: absolute;
    left: 4em;
    top: -4em;
    right: 0;
    height: 4em;
    background: transparent;
}

#oxpure #componentes .items .item .bloque::after {
    content: "";
    position: absolute;
    left: 0;
    top: -4em;
    height: 4em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent;
	
}

#oxpure #componentes .items .item .bloque::after {
    content: "";
    position: absolute;
    left: 0;
    top: -4em;
    height: 4em;
    width: 0;
    height: 0;
    border-style: solid;
    /* border-width: 0 0 4em 4em; */
    /* border-color: transparent transparent #78c1eb transparent; */
}

#oxpure #funcionamiento::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 100%;
    background: #000;
	background: url(images/back-funcionamiento.jpg) left no-repeat;
}

#oxpure #funcionamiento .columnas {
    margin: 0 -3em;
}

#oxpure #funcionamiento .col {
    padding: 3em;
}
#oxpure #funcionamiento .col01 {
    flex: 0 0 70%;
    max-width: 45%;
}
#oxpure #funcionamiento .col02 {
    flex: 0 0 30%;
    max-width: 30%;
}

#oxpure #funcionamiento .items {
    display: flex;
    flex-wrap: wrap;
    margin-right: 30em;
}
#oxpure #funcionamiento .items.reverse {
    flex-direction: row-reverse;
}
#oxpure #funcionamiento .items .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5em 2em;
    text-align: center;
    position: relative;
}
#oxpure #funcionamiento .items .item .img {
    display: inline-block;
    position: relative;
    z-index: 1;
}
#oxpure #funcionamiento .items .item .img img {
    width: 100%;
    max-width: 23.8em;
}
#oxpure #funcionamiento .items .item .img span {
    display: block;
    position: absolute;
    left: -0.6em; top: 50%;
    transform: translateY(-0.1em);
    width: 2.2em; height: 2.2em;
    line-height : 2.4em;
    vertical-align: middle;
    background: #78c1eb;
    font-size : 1.4em;
    color : #FFFFFF;
    border-radius: 1000px;
    text-align: center;
    font-weight: 600;
}
#oxpure #funcionamiento .items .item p {
    margin: 0 auto;
    font-size : 1.7em;
    line-height : 1.5em;
    color : #7B868C;
    max-width: 20em;
}

#oxpure #funcionamiento .items .flecha {
    position: absolute;
    top: 12.7em;
    left: 1em;
    right: 0;
    height: 0.1em;
    background: #78c1eb;
    z-index: 0;
}
#oxpure #funcionamiento .items .flecha.der::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/oxpure_funcionamiento_flechaDer.png) center no-repeat;
    background-size: cover;
    width: 1.2em; height: 2.2em;    
}
#oxpure #funcionamiento .items .flecha.izq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/oxpure_funcionamiento_flechaIzq.png) center no-repeat;
    background-size: cover;
    width: 1.2em; height: 2.2em;    
}
#oxpure #funcionamiento .items .flecha.corta {
    right: 6em;
}
#oxpure #funcionamiento .items .flechaCurva {
    position: absolute;
    top: 12.7em;
    left: 100%;
    height: 100%;
    width: 17em;
    transform: translateX(-6em);
    border-top: 1px solid #78c1eb;
    border-right: 1px solid #78c1eb;
    border-bottom: 1px solid #78c1eb;
    border-radius: 0 100000px 100000px 0;
    z-index: 0;
}
#oxpure #funcionamiento .items .flechaCurva::before {
    content: "";
    position: absolute;
    right: -1.1em;
    top: 50%;
    transform: translate(0,-50%);
    background: url(images/oxpure_funcionamiento_flechaAbajo.png) center no-repeat;
    background-size: cover;
    width: 2.1em; height: 2em;    
}

#oxpure #funcionamiento .col02 .maxwidth {
    max-width: 50em;
    text-align: left;
    margin: 0 auto;    
}
#oxpure #funcionamiento .col02 .icono {
    display: block;
    margin: 0 auto 4em;
}
#oxpure #funcionamiento .col02 .icono img {
    width: 11.2em; height: 11.2em;
}
#oxpure #funcionamiento .col02 .img {
    margin-bottom: 4em;
}
#oxpure #funcionamiento .col02 .img img {
    width: 26.9em;
}

#oxpure #funcionamiento .col02 p {
    font-size : 1.7em;
    line-height : 1.5em;
    color : #FFFFFF;
}


#oxpure #beneficios {
    background: #f3f3f4;
}
#oxpure #beneficios .items {
    display: flex;
    position: relative;
}
#oxpure #beneficios .items .item {
    flex: 0 0 16.666%;
    max-width: 16.666%;
    padding: 2em;
    text-align: center;
    position: relative;
}
#oxpure #beneficios .items .item .icono {
    width: 100%;
    max-width: 11.2em;
    margin: 0 auto 2.5em;
    position: relative;
    z-index: 2;
}
#oxpure #beneficios .items .item h4 {
    font-size : 2.2em;
    color : #323E48;
    margin-bottom: 0.5em;
    font-weight: bold;
    position: relative;
}
#oxpure #beneficios .items .item p {
    font-size : 1.7em;
    line-height : 1.5em;
    color : #7B868C;
}

#oxpure #beneficios .items .item.B {
    padding-top: 13em;
}

#oxpure #beneficios .items .item .onda {
    position: absolute;
    left: 50%; top: 7em;
    width: 100%;
    height: 12em;
    z-index: 0;
}
#oxpure #beneficios .items .item .onda img {
    display: block;
    width: 100%;
    height: 100%;
}

#oxpure #beneficios .items .item .onda.izq {
    left: auto;
    right: 50%;
}
#oxpure #beneficios .items .item .onda.inicio {
    width: 50%;
}

#oxpure #beneficios .items .item .onda.final {
    width: 50%;
}

#oxpure #caracteristicas {
    font-size: 9.5px;
}

#oxpure #caracteristicas .tituloSeccion {
    margin-bottom: 0.6em;
}
#oxpure #caracteristicas .items {
    display: flex;
    margin: 0 -2em;
}
#oxpure #caracteristicas .items .item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 2em 2em;
}
#oxpure #caracteristicas .items .item h4 {
    font-size : 2.2em;
    font-weight: bold;
    color : #323E48;
    padding-left: 2em;
    position: relative;
    margin-bottom: 0.5em;
}
#oxpure #caracteristicas .items .item h4 span {
    display: block;
    position: absolute;
    left: 0; top: -0.3em;
    width: 2.2em; height: 2.2em;
    line-height : 2.4em;
    vertical-align: middle;
    background: #78c1eb;
    font-size : 0.65em;
    color : #FFFFFF;
    border-radius: 1000px;
    text-align: center;
    font-weight: 600;
}
#oxpure #caracteristicas .items .item p {
    font-size : 1.6em;
    line-height : 1.5em;
    color : #7B868C;
}

#oxpure #caracteristicas .items.parte02 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
}
#oxpure #caracteristicas .items.parte02 .item,
#oxpure #caracteristicas .items.parte02 .itemdoble {
    flex: 0 0 20%;
    max-width: 20%;
}
#oxpure #caracteristicas .items.parte02 .itemdoble .item {
    flex: 0 0 100%;
    max-width: 100%;
}
#oxpure #caracteristicas .items.parte02 .item.img {
    width: 100%;
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
    padding: 0;
}
#oxpure #caracteristicas .items.parte02 .item.img img {
    width: 68em;
    max-width: 100%;
}
#oxpure #caracteristicas .items.parte02 .i01 { order: 0; -webkit-break-after: always; }
#oxpure #caracteristicas .items.parte02 .i02 { order: 1; -webkit-break-after: always; }
#oxpure #caracteristicas .items.parte02 .i03 { order: 2; }
#oxpure #caracteristicas .items.parte02 .i04 { order: 3; }




#oxpure #caracteristicas .recuadro {
    border: 1px solid #323e48;
    display: flex;
    padding: 0.3em 1em;
    align-items: center;
}
#oxpure #caracteristicas .recuadro .item  {
    padding: 3em;
}
#oxpure #caracteristicas .recuadro .item div {
    position: relative;
    padding-left: 13.5em;
}
#oxpure #caracteristicas .recuadro .item img {
    position: absolute;
    display: block;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 11em; height: 11em;
}
#oxpure #caracteristicas .recuadro .item h4 {
    font-size : 2.2em;
    font-weight: bold;
    color : #323E48;
    margin-bottom: 0.4em;
}
#oxpure #caracteristicas .recuadro .item p {
    font-size : 1.7em;
    line-height : 1.3em;
    color : #7B868C;
}


#faq {
    background: url(images/preguntas_fondo.jpg) center no-repeat;
    background-size: cover;
}
#faq .tituloSeccion {
    color: #ffffff;
}
#faq .columnas {
    margin: 0 -1.5em;
    align-items: flex-start;
}
#faq .col {
    flex: 0 0 50%;
    max-width: 50%;
}
#faq .item {
    padding: 1.5em;
}
#faq .item .bloque {
    border: 1px solid #d7eef4;
    padding: 2.5em 3em;
    background: rgba(0,0,0,0);
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
#faq .item .bloque h4 {
    font-size : 1.9em;
    color : #D7EEF4;
    font-weight: bold;
    transition: all 0.3s;
    padding-right: 2em;
}
#faq .item .bloque p {
    font-size : 1.6em;
    line-height : 1.5em;
    color : #FFFFFF;
}
#faq .item .bloque .desplegable {
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
}
#faq .item .bloque .desplegable div {
    padding-top: 1.5em;
}

#faq .item .bloque.activo {
    background: rgba(0,0,0,0.7);
}
#faq .item .bloque:hover,
#faq .item .bloque.activo {
    border-color: #78c1eb;
}

#faq .item .bloque:hover h4,
#faq .item .bloque.activo h4 {
    color: #78c1eb;
}

#faq .item .bloque .icono {
    position: absolute;
    right: 2.1em;
    top: 2.1em;
    width: 3.2em;
    height: 3.2em;
    transition: all 0.3s;
}
#faq .item .bloque .icono svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 2em;
    height: 2em;
}


#faq .item .bloque .icono svg .st0{
    fill:#D7EEF4;
    transition: all 0.3s;
    transform-origin: 10px 10px;
}


#faq .item .bloque.activo .icono {
    background: #78c1eb;
}
#faq .item .bloque.activo .icono svg .mas {
    transform: rotate(-90deg);
}
#faq .item .bloque.activo .icono svg .menos {
    transform: rotate(-90deg);
    opacity: 0;
}


#descargas {
    background: url(images/recursos_fondo.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 23%;
    font-size: 0.9em;
}
#contacto .subcontacto {
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    height: 77%;
    font-size: 0.95em;
}
#descargas .container {
    height: 100%;
}
#contacto .subcontacto .container {
    height: 100%;
}
#descargas .container .content {
    padding: 7em 6em !important;
    text-align: center;
}
#descargas .container .content .columnas {
    display: flex;
    justify-content: center;
    align-items: center;
}
#descargas .container .content .columnas .colDesc {
    padding: 2.5em;
    flex: 0 0 auto;
    max-width: 100%;
}
#descargas .container .content .columnas .colDesc01 {
    padding-left: 12em;
    position: relative;
    text-align: left;
}
#descargas .container .content .columnas .colDesc01 img {
    width: 7.6em; height: 7.3em;
    position: absolute;
    left: 0;
    top: 3em;
}
#descargas .container .content .columnas .colDesc01 h2 {
    font-size : 5.2em;
    line-height : 1em;
    color : #323E48;
    margin-bottom: 0.2em;
}
#descargas .container .content .columnas .colDesc01 p {
    font-size : 2.2em;
    line-height : 1.4em;
    color : #FFFFFF;
}
#descargas .container .content .columnas .botonGeneral {
    color: #ffffff;
    border-color: #ffffff;
    margin: 0.85em;
}
#descargas .container .content .columnas .botonGeneral:hover {
    background: #ffffff;
    color: #78c1eb;
}


#contacto .subcontacto .columnas .col01 .item {
    padding: 2em 0 2em 9em;
}
#contacto .subcontacto form .fcol {
    padding: 1em 1.5em;
}

#menuHamburguesa {
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    font-size: 10px;
    transition: all 0.3s;
}
#menuHamburguesa.disabled {
    
}
#menuHamburguesa .botonMenu {
    position: absolute;
    right: 0; top: 0;
    width: 8em;
    height: 8em;
    background: #323e48;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
}
#menuHamburguesa.disabled .botonMenu {
    pointer-events: none;
    transform: scale(0);
}
#menuHamburguesa .botonMenu svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 2.4em; height: 1.8em;
}
#menuHamburguesa .botonMenu svg .st0{fill:#FFFFFF;}

#menuHamburguesa.activo .botonMenu {
    background: #78c1eb;
}

#menuHamburguesa .desplegable {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 37em;
    transform: translateX(37em);
    background: #323e48;
    pointer-events: all;
    overflow-y: auto;
    border-left: 1px solid #7b868c;
}
#menuHamburguesa .desplegable div {
    padding: 11em 5.5em 5.5em;
}
#menuHamburguesa .desplegable .boton {
    display: block;
    font-size : 1.9em;
    line-height : 1em;
    text-transform : uppercase;
    color : #FFFFFF;
    font-stretch: condensed;
    cursor: pointer;
    padding: 1em 0;
    transition: all 0.3s;
}
#menuHamburguesa .desplegable .boton:hover,
#menuHamburguesa .desplegable .boton.activo {
    color: #78c1eb;
}
#menuHamburguesa .desplegable nav {
    margin-bottom: 4.5em;
}
#menuHamburguesa .botonIdioma {
    width: 4.2em; height: 4.2em;
    border: 0.2em solid #ffffff;
    position: relative;
    display: inline-block;
    font-stretch: condensed;
    margin-right: 2em;
    opacity: 0.4;
    transition: all 0.3s;
}
#menuHamburguesa .botonIdioma span {
    font-size : 2.1em;
    line-height : 1em;
    text-transform : uppercase;
    color : #ffffff;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
}

#menuHamburguesa .botonIdioma:hover,
#menuHamburguesa .botonIdioma.activo {
    opacity: 1;
    border-color: #78c1eb;
}
#menuHamburguesa .botonIdioma:hover span,
#menuHamburguesa .botonIdioma.activo span {
    color : #79C2EB;
}


#uvpure #tecnologia .columnas {
    align-items: flex-end;
    margin: 0 -2em;
}
#uvpure #tecnologia .columnas .col {
    padding: 0 2em;
}
#uvpure #tecnologia .columnas .col01 {
    flex: 0 0 45%;
    max-width: 45%;
}
#uvpure #tecnologia .columnas .col02 {
    flex: 0 0 55%;
    max-width: 55%;
    transform: translateY(2em);
}
#uvpure #tecnologia .columnas .col02 img {
    width: 80.2em;
    max-width: 100%;
}
#uvpure #tecnologia .columnas .col01 h2 {
    max-width: 8.5em;
}
#uvpure #tecnologia .columnas .col01 p {
    font-family: 'Calibri';
    font-size : 1.9em;
    line-height : 1.5em;
    color : #7B868C;
    max-width: 22.5em;
    margin-bottom: 2em;
}
#uvpure #tecnologia .columnas .col01 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    height: 22em;
}
#uvpure #tecnologia .columnas .col01 .items .item {
    /*flex: 0 0 33.333%;
    max-width: 33.333%;*/
    padding: 1em 1em 1em 9em;
    position: relative;
    min-height: 10em;
    display: flex;
    align-items: center;
    
}
#uvpure #tecnologia .columnas .col01 .items .item img {
    display: block;
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    border-radius: 100000px;
    width: 7em;
}
#uvpure #tecnologia .columnas .col01 .items .item p {
    font-size : 1.6em;
    color : #323E48;
    margin: 0;
}

#uvpure #tecnologia .columnas .col01 .items .item.i01 {
    order: 1;
}
#uvpure #tecnologia .columnas .col01 .items .item.i02 {
    order: 3;
}
#uvpure #tecnologia .columnas .col01 .items .item.i03 {
    order: 5;
}
#uvpure #tecnologia .columnas .col01 .items .item.i04 {
    order: 2;
}
#uvpure #tecnologia .columnas .col01 .items .item.i05 {
    order: 4;
}
#uvpure #tecnologia .columnas .col01 .items .item.i06 {
    order: 6;
}


#uvpure #tecnologia .columnas02 {
    display: flex;
    margin: 4em -1.5em 0;
    position: relative;
}
#uvpure #tecnologia .columnas02 .col {
    padding: 1.5em;
}
#uvpure #tecnologia .columnas02 .col01 {
    flex: 0 0 40%;
    max-width: 40%;
}
#uvpure #tecnologia .columnas02 .col02 {
    flex: 0 0 60%;
    max-width: 60%;
}
#uvpure #tecnologia .columnas02 .recuadro {
    border: 1px solid #323e48;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
#uvpure #tecnologia .columnas02 .col01 .items {
    display: flex;
    padding: 1.3em;
    width: 100%;
}
#uvpure #tecnologia .columnas02 .col01 .items .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1em;
    text-align: center;
}
#uvpure #tecnologia .columnas02 .col01 .items .item img {
    width: 6em; height: 6em;
    margin-bottom: 0.5em;
}
#uvpure #tecnologia .columnas02 .col01 .items .item p {
    font-size : 1.4em;
    line-height : 1em;
    color : #323E48;
}

#uvpure #tecnologia .columnas02 .col02 .items {
    display: flex;
    width: 100%;
    padding: 2.5em 1.3em;
    justify-content: space-between;
}
#uvpure #tecnologia .columnas02 .col02 .items .item {
    flex: 0 0 16.666%;
    max-width: 16.666%;
    padding: 1em 1em;
    text-align: center;
    font-size : 1.9em;
    line-height : 1em;
    color : #000000;
    text-align: center;
    position: relative;
}
#uvpure #tecnologia .columnas02 .col02 .items .item::before {
    content: "";
    position: absolute;
    right: 0; top: 0;
    width: 1px;
    height: 100%;
    background: url(images/lineaPunteada_vertical.png);
}

#uvpure #tecnologia .columnas02 .col02 .recuadro h4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.5em;
    font-size : 2em;
    line-height : 1.2em;
    color : #323E48;
    background: #ffffff;
    padding: 0 2em;
    text-align: center;
}

#uvpure #tecnologia .columnas02 .col02 .items .item:last-of-type::before {
    display: none;
}


#uvpure #funcionamiento {
    background: #f3f3f4;
}
#uvpure #funcionamiento .tituloSeccion {
    margin-bottom: 2em;
}
#uvpure #funcionamiento .items {
    display: flex;
    position: relative;
    margin: 0 -3em;
}
#uvpure #funcionamiento .items .item {
    flex:  0 0 16.666%;
    max-width: 16.666%;
    text-align: center;
    padding: 4em 1.7em;
    position: relative;
}
#uvpure #funcionamiento .items .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5.9em;
    height: 1px;
    width: 100%;
    background: #323e48;
}
#uvpure #funcionamiento .items .item::after {
    content: "";
    position: absolute;
    top: 4em;
    left: 50%; transform: translateX(-50%);
    width: 2px;
    height: 10em;
    background: url(images/lineaPunteada02_vertical.png);
    z-index: -1;
}
#uvpure #funcionamiento .items .item .num {
    display: block;
    margin: 0 auto 3.8em;
    font-size : 1.6em;
    color : #FFFFFF;
    background: #78c1eb;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.55em;
    border-radius: 1000px;
    font-weight: bold;
    position: relative;
}
#uvpure #funcionamiento .items .item img {
    display: block;
    margin: 0 auto 2em;
    width: 11em;
    height: 11em;
    position: relative;
}
#uvpure #funcionamiento .items .item h4 {
    font-size : 2.2em;
    line-height: 1.2em;
    color : #323E48;
    margin-bottom: 0.5em;
    font-weight: bold;
}
#uvpure #funcionamiento .items .item p {
    font-family: 'Calibri';
    font-size : 1.7em;
    line-height : 1.5em;
    color : #7B868C;
}


#uvpure #caracteristicas {
    background: #323e48;
}

#uvpure #caracteristicas::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 43%;
    height: 100%;
    background: #1e272d;
}

#uvpure #caracteristicas .tituloSeccion {
    color: #ffffff;
}

#uvpure #caracteristicas .columnas {
    align-items: flex-start;
    margin: 0 -7em;
}
#uvpure #caracteristicas .columnas .col {
    padding: 0 7em;
}
#uvpure #caracteristicas .columnas .col01 {
    flex: 0 0 60%;
    max-width: 60%;
}
#uvpure #caracteristicas .columnas .col02 {
    flex: 0 0 40%;
    max-width: 40%;
}

#uvpure #caracteristicas .columnas .col01 .tituloSeccion {
    max-width: 13.5em;
}
#uvpure #caracteristicas .columnas .col01 p {
    font-family: 'Calibri';
    font-size : 1.9em;
    line-height : 1.5em;
    color : #8F9BA1;
    margin-bottom: 4em;
    max-width: 37em;
}
#uvpure #caracteristicas .columnas .col01 img {
    width: 76.6em;
    max-width: 100%;
}

#uvpure #caracteristicas .columnas .col02 .tituloSeccion {
    margin-bottom: 0;
}

#uvpure #caracteristicas .columnas .col02 .items {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

#uvpure #caracteristicas .columnas .col02 .items:last-of-type::before {
    display: none;
}
#uvpure #caracteristicas .columnas .col02 .items .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5em 3em 5em 9em;
    position: relative;
    min-height: 11em;
    display: flex;
    align-items: center;
    
}
#uvpure #caracteristicas .columnas .col02 .items .item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: url(images/lineaPunteada02.png);
}
#uvpure #caracteristicas .columnas .col02 .items .item img {
    position: absolute;
    display: block;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 7em;
    height: 7em;
}
#uvpure #caracteristicas .columnas .col02 .items .item p {
    font-family: 'Calibri';
    font-size : 2em;
    line-height : 1.2em;
    color : #7B848A;
}


#uvpure #eficiencia {
    background: #f3f3f4;
}
#uvpure #eficiencia .columnas {
    align-items: center;
    margin: 0 -7em;
}
#uvpure #eficiencia .columnas .col {
    padding: 0 7em;
}
#uvpure #eficiencia .columnas .col01 {
    flex: 0 0 38%;
    max-width: 38%;
}
#uvpure #eficiencia .columnas .col02 {
    flex: 0 0 62%;
    max-width: 62%;
}

#uvpure #eficiencia .columnas .col01 .items {
    display: flex;
    align-items: flex-start;
    margin: 0 -2em;
    flex-wrap: wrap;
}
#uvpure #eficiencia .columnas .col01 .items .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 2em;
}
#uvpure #eficiencia .columnas .col01 .items .item .icono {
    position: relative;
}
#uvpure #eficiencia .columnas .col01 .items .item .icono::before {
    content: "";
    position: absolute;
    left: 7.6em; top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    background: url(images/lineaPunteada02.png);
}
#uvpure #eficiencia .columnas .col01 .items .item .icono img {
    display: block;
    width: 7.6em; height: 7.6em;
}
#uvpure #eficiencia .columnas .col01 .items .item p {
    font-family: 'Calibri';
    font-size : 1.9em;
    line-height : 1.2em;
    color : #7B868C;
    padding: 0.8em 0 0 3.5em;
    position: relative;
}
#uvpure #eficiencia .columnas .col01 .items .item p::before {
    content: "";
    position: absolute;
    left: 2em; top: 0;
    width: 2px;
    height: 100%;
    background: url(images/lineaPunteada03_vertical.png);
}

#uvpure #eficiencia .columnas .col02 .tabla {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
#uvpure #eficiencia .columnas .col02 .tabla .celda {
    width: 33.333%;
    padding: 2.5em 2.2em;
    border-right: 2px dotted #8a9499;
    vertical-align: middle;
    position: relative;
}
#uvpure #eficiencia .columnas .col02 .tabla .celda::before {
    content: "";
    display: block;
    position: absolute;
    left: 0; right: 0;
    top: 0.5em;
    bottom: 0.5em;
    background: #ffffff;
    border-top: #e0e0e0 solid 1px;
    border-bottom: #e0e0e0 solid 1px;
}
#uvpure #eficiencia .columnas .col02 .tabla tr .celda:last-of-type::before {
    border-right: #e0e0e0 solid 1px;
}
#uvpure #eficiencia .columnas .col02 .tabla tr .celda:first-of-type::before {
    border-left: #e0e0e0 solid 1px;
}

#uvpure #eficiencia .columnas .col02 .tabla tr .celda:last-of-type {
    border-right: 0;
}
#uvpure #eficiencia .columnas .col02 .tabla .celda p {
    position: relative;
    font-size : 1.5em;
    line-height : 1em;
    color : #8A9499;
    text-align: center;
}
#uvpure #eficiencia .columnas .col02 .tabla tr .celda:first-of-type p {
    font-weight: bold;
    text-align: left;
    color : #323E48;
}

#uvpure #eficiencia .columnas .col02 .tabla .titulo {
    padding: 0 0.7em 0.3em;
    vertical-align: middle;
    position: relative;
    border-right: 2px dotted #8a9499;
}
#uvpure #eficiencia .columnas .col02 .tabla .titulo p {
    background: #323e48;
    font-size : 2.2em;
    line-height: 1em;
    font-weight: bold;
    text-transform : uppercase;
    color : #79C2EB;
    padding: 0.7em;
    text-align: center;
    border-radius: 0.25em 0.25em 0 0;
}
#uvpure #eficiencia .columnas .col02 .tabla tr .titulo:last-of-type {
    border-right: 0;
}


#uvpure #faq {
    background-image: url(images/preguntas_uvpure_fondo.jpg);
}


@media (max-height: 800px) , (max-width: 1200px) {
    .seccion,
    .container,
    header .banner {
        height: auto;
    }
    #menuPrincipal .container {
        height: 12em; !important;
    }
    header .banner {
        position: relative;
        left: auto;
        top: auto;
    }
    .container .content {
        padding-top: 18em;
        padding-bottom: 18em;
    }
    #menuPrincipal {
        position: relative;
    }
    header .navegacion {
        bottom: 0;
    }
    header .container .content {
        padding-top: 4em;
        padding-bottom: 12em;
    }
    header .navegacion .content {
        padding-bottom: 7em;        
    }
    .navegacionIzq {
        display: none;
    }
    header .flecha {
        display: none;
    }
    header.noSlider .container .content {
        padding-top: 6em;
        padding-bottom: 6em;
    }
    #faq {
        background-position: top center;
        background-size: auto;
    }
    #descargas,
    #contacto .subcontacto {
        position: relative;
        left: auto; bottom: auto;
        height: auto;
    }
    #descargas .container,
    #contacto .subcontacto .container {
        height: auto;
    }
    #descargas,
    #contacto .subcontacto {
        font-size: 1em;
    }
    
}

@media (max-width: 1800px){
    body,
    #oxpure #caracteristicas {
        font-size: 9px;
    }
    .container .content {
        max-width: 100%;
    }
    #productos .bloque02 .col03 p br {
        display: none;
    }
}
@media (max-width: 1600px) {
    body,
    #oxpure #caracteristicas {
        font-size: 8px;
    }
}

@media (max-width: 1450px) {
    body,
    #oxpure #caracteristicas {
        font-size: 7.5px;
    }
    footer {
        z-index: 99;
    }
    footer .col {
        display: block;
        width: 100%;
    }
    header .banner h1 {
        font-size: 7em;
    }
    #notas .slider .bloque h3 {
        font-size: 2.4em;
    }
    #oxpure #funcionamiento .items {
        margin-right: 22em;
    }
}

@media (max-width: 1350px) {
    #nosotros .columnas .col h3 {
        font-size: 4.2em;
    }
    #uvpure #caracteristicas::before {
        width: 41.5%;
    }
}

@media (max-width: 1250px) {
    body,
    #oxpure #caracteristicas {
        font-size: 7px;
    }
}

@media (max-width: 1150px) {
    body,
    #oxpure #caracteristicas {
        font-size: 6px;
    }
}

@media (max-width: 1200px) {
    
}

@media (max-width: 1150px) {
    #nosotros .columnas {
        margin: 0 -9em;
    }
    #nosotros .columnas .col {
        padding: 0 9em;
    }
}

@media (max-width: 1100px) {
    header .container .content {
        padding-top: 6em;
        padding-bottom: 17em;
    }
    header  .navegacion .content {
        padding-top: 6em;
        padding-bottom: 6em;
    }
    #oxpure #componentes .items .item .bloque .icono {
        width: 10em;
        height: 10em;
    }
    #oxpure #componentes .items .item .bloque {
        padding-top: 8em;
    }
}

@media (max-width: 1050px) {
    
}

@media (max-width: 1000px) {

    .container .content {
        padding: 14em 10em;
    }
    #barraDer {
        display: none;
    }
    header .banner h1 {
        font-size: 6em;
    }
    #menuPrincipal .container .content {
        padding-right: 12em;
    }
    #oxpure #componentes .items {
        flex-wrap: wrap;
    }
    #oxpure #componentes .items .item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 3.5em 1.5em;
    }
    #oxpure #componentes .items .item .bloque {
        padding-top: 5em;
    }
    #oxpure #funcionamiento .items {
        margin-right: 20em;
    }
    #menuPrincipal.size2 .col02 .boton {
        padding: 0.4em 1em;
    }
    
    
    #uvpure #funcionamiento .items {
        flex-wrap: wrap;
    }
    #uvpure #funcionamiento .items .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    
}


@media (max-width: 950px) {
    #uvpure #caracteristicas .columnas .col01,
    #uvpure #caracteristicas .columnas .col02 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #uvpure #caracteristicas::before {
        width: 50%;
    }
    
    #uvpure #eficiencia .columnas {
        flex-wrap: wrap;
    }
    #uvpure #eficiencia .columnas .col01,
    #uvpure #eficiencia .columnas .col02 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #uvpure #eficiencia .columnas .col01 .items .item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    #uvpure #eficiencia .columnas .col01 .items .item br {
        display: none;
    }
    #uvpure #eficiencia .columnas .col01 {
        margin-bottom: 6em;
    }
    #donde .items .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #donde .items .item .desplegable.doble {
        width: 100%;
    }
    #donde .items .item .desplegable.doble .desp .cols {
        flex-wrap: wrap;
    }
    #donde .items .item .desplegable.doble .desp .cols .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 900px) {
    
    #nosotros .container .content {
        padding: 0;
    }
    #nosotros .columnas {
        margin: 0;
        display: block;
    }
    #nosotros .columnas .col01,
    #nosotros .columnas .col02 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 14em 10em;
    }
    #nosotros::before {
        display: none;
    }
    #nosotros .columnas .col02 {
        background: #28333a;
    }
    #nosotros .columnas .col h3,
    #nosotros .columnas .col p {
        max-width: none;
    }
    #nosotros .columnas .col h3 br {
        display: none;
    }
    #nosotros .columnas .col01 .items,
    #nosotros .columnas .col02 .logos {
        max-width: 90em;
    }
    
    #oxpure #tecnologia .columnas .col01 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    #oxpure #tecnologia .columnas .col02 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    #oxpure #tecnologia::before {
        width: 40%;
    }
    #oxpure #tecnologia .columnas .col01 h2 {
        font-size: 5em;
    }
    #oxpure #tecnologia .columnas .col01 .items {
        left: 16em;
    }
    
    #oxpure #beneficios .items {
        flex-wrap: wrap;
        justify-content: center;
    }
    #oxpure #beneficios .items .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #oxpure #beneficios .items .item.B {
        padding-top: 2em;
    }
    #oxpure #beneficios .items .item .onda {
        display: none;
    }
    
    #oxpure #caracteristicas .items {
        flex-wrap: wrap;
    }
    #oxpure #caracteristicas .items .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #oxpure #caracteristicas .items.parte01 .item:nth-of-type(1),
    #oxpure #caracteristicas .items.parte01 .item:nth-of-type(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #oxpure #caracteristicas .items.parte02 {
        flex-direction: row;
        transform: none;
        margin-bottom: 4em;
        height: auto;
    }
    #oxpure #caracteristicas .items.parte02 .i01 { order: 0; break-after: auto; }
    #oxpure #caracteristicas .items.parte02 .i02 { order: 3; break-after: auto; }
    #oxpure #caracteristicas .items.parte02 .i03 { order: 1; }
    #oxpure #caracteristicas .items.parte02 .i04 { order: 2; }
    #oxpure #caracteristicas .recuadro .item div {
        padding-left: 0;
    }
    #oxpure #caracteristicas .recuadro .item div img {
        position: relative;
        left: auto; top: auto;
        transform: none;
        display: block;
        margin-bottom: 2em;
    }
    #oxpure #caracteristicas .recuadro {
        align-items: flex-start;
    }
    #menuPrincipal .col02 {        
        display: none;
    }
    #menuPrincipal .botonIdioma {
        display: none;
    }
    
    #menuHamburguesa {
        font-size: 9px;
    }
    
    
    #uvpure #tecnologia .columnas,
    #uvpure #tecnologia .columnas02 {
        flex-wrap: wrap;
    }
    #uvpure #tecnologia .columnas .col01,
    #uvpure #tecnologia .columnas .col02 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 2em 0;
    }
    #uvpure #tecnologia .columnas .col01 h2,
    #uvpure #tecnologia .columnas .col01 p {
        max-width: none;
    }
    
    #uvpure #tecnologia .columnas .col01 .items {
        flex-direction: row;
        max-width: 93em;
    }
    
    #uvpure #tecnologia .columnas .col01 .items .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    #uvpure #tecnologia .columnas .col01 .items .item.i01 { order: 1; break-after: auto; }
    #uvpure #tecnologia .columnas .col01 .items .item.i02 { order: 2; break-after: auto; }
    #uvpure #tecnologia .columnas .col01 .items .item.i03 { order: 3; break-after: auto; }
    #uvpure #tecnologia .columnas .col01 .items .item.i04 { order: 4; break-after: auto; }
    #uvpure #tecnologia .columnas .col01 .items .item.i05 { order: 5; break-after: auto; }
    #uvpure #tecnologia .columnas .col01 .items .item.i06 { order: 6; break-after: auto; }
    #uvpure #tecnologia .columnas .col02 {
        /*text-align: center;*/
    }
    
    #uvpure #tecnologia .columnas02 .col01,
    #uvpure #tecnologia .columnas02 .col02 {
        flex: 0 0 100%;
        max-width: 100%;
        
    }
    #uvpure #tecnologia .columnas02 .col01 .recuadro,
    #uvpure #tecnologia .columnas02 .col02 .recuadro {
        margin: 2em 0;
        width: 100%;
        max-width: 93em;
    }
    
    #oxpure #caracteristicas .items.parte02 .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #oxpure #caracteristicas .items.parte02 .itemdoble {
        flex: 0 0 66.666%;
        max-width: 66.666%;
        display: flex;
        flex-wrap: wrap;
    }
    #oxpure #caracteristicas .items.parte02 .itemdoble .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #oxpure #caracteristicas .items.parte02 .item.img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #oxpure #caracteristicas .items.parte02 .item.img {
        padding-top: 2em;
    }
    
    header .bannerVideo .hover {
        opacity: 1;
    }
    
}

@media (max-width: 850px) {
    #oxpure #funcionamiento .container .content {
        padding: 0;
    }
    #oxpure #funcionamiento .columnas {
        flex-wrap: wrap;
        margin: 0;
    }
    #oxpure #funcionamiento .col01,
    #oxpure #funcionamiento .col02 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #funcionamiento .col01 {
        padding: 14em 10em;
    }
    #oxpure #funcionamiento .col02 {
        padding: 7em 10em;
    }
    #oxpure #funcionamiento .col02 .maxwidth {
        max-width: none;
    }
    #oxpure #funcionamiento::before {
        display: none;
    }
    #oxpure #funcionamiento .col02 {
        background: #323e48;
    }
    #oxpure #funcionamiento .items {
        margin-right: 11em;
    }
}

@media (max-width: 800px) {
    header .banner h1 {
        font-size: 5em;
    }
    
    #menuPrincipal .col01 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    
    #productos .bloque01 {
        flex-wrap: wrap;
        padding: 4em 5em 4em 13em;
        background-image: url(images/home_header_01_fondo.png);
    }
    #productos .bloque01 .col01,
    #productos .bloque01 .col02 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1.5em;
        text-align: left;
    }
    #productos .bloque01 .col03 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1.5em;
    }
    #productos .num div {
        top: 6.5em;
        transform: translate(-50%,0);
    }
    #productos .bloque02 {
        flex-wrap: wrap;
        padding: 4em 5em 4em 13em;
    }
    #productos .bloque02 .col01,
    #productos .bloque02 .col02,
    #productos .bloque02 .col03 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1.5em;
        text-align: left;
    }
    
    footer .container .content {
        padding: 3em 10em 5em;
    }
    footer .columnas {
        flex-wrap: wrap;
    }
    footer .col01,
    footer .col02 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
    footer .col02 nav {
        margin: 0 -4.5em;
    }
    footer .col02 nav.size2 {
        margin: 0 -2.4em;
    }
    footer .copyright {
        text-align: left;
    }
    #contacto .container .content {
        padding: 0;
    }
    #contacto .columnas {
        flex-wrap: wrap;
        margin: 0;
    }
    #contacto .columnas .col01,
    #contacto .columnas .col02 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 14em 10em;
    }
    #contacto::before {
        display: none;
    }
    #contacto .columnas .col02 {
        background: #323e48;
    }
    #contacto .columnas .col01 .items {
        display: flex;
        flex-wrap: wrap;
    }
    #contacto .columnas .col01 .items .item {
        flex: 0 0 auto;
        padding: 3.5em 7em 3.5em 9em
    }
    #contacto .columnas .col01 .item::before {
        display: none;
    }
    
    #oxpure #caracteristicas .recuadro {
        flex-wrap: wrap;
        padding: 2em 1em;
    }
    #oxpure #caracteristicas .recuadro .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #oxpure #caracteristicas .recuadro .item:last-of-type {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #caracteristicas .recuadro .item div {
        position: relative;
        padding-left: 12em;
    }
    #oxpure #caracteristicas .recuadro .item div img {
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 9em;
        height: 9em;
    }
    #faq .columnas {
        flex-wrap: wrap;
    }
    #faq .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 750px) {
    #oxpure #tecnologia .columnas {
        flex-wrap: wrap;
    }
    #oxpure #tecnologia .columnas .col01,
    #oxpure #tecnologia .columnas .col02 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #tecnologia::before {
        display: none;
    }
    #oxpure #tecnologia .columnas .col01 h2 {
        max-width: none;
    }
    #oxpure #tecnologia .columnas .col01 .items {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: auto;
        left: auto;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        margin-top: 4em;
    }
    #oxpure #tecnologia .columnas .col01 .items .item {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        flex: 0 0 25%;
        max-width: 25%;
        display: block;
        text-align: center;
        padding: 2em;
    }
    #oxpure #tecnologia .columnas .col01 .items .item .icono {
        margin-bottom: 2em;
        padding-right: 0;
    }
    #oxpure #tecnologia .columnas .col01 .items .semicirculo {
        display: none;
    }
    #oxpure #tecnologia .columnas .col02 .maxwidth {
        max-width: none;
    }
    #oxpure #tecnologia .columnas .col01 .items .item p br {
        display: none;        
    }
    #oxpure #tecnologia .columnas .col01 .items .item .icono span {
        left: 50%;
        transform: translateX(-3.5em);
    }
    
    #uvpure #caracteristicas .container .content {
        padding: 0;
    }
    #uvpure #caracteristicas .columnas .col01, #uvpure #caracteristicas .columnas {
        flex-wrap: wrap;
        margin: 0;
    }
    #uvpure #caracteristicas .columnas .col01, #uvpure #caracteristicas .columnas .col02 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 14em 10em;
    }
    #uvpure #caracteristicas .columnas .col02 {
        background: #1e272d;
    }
    #uvpure #caracteristicas::before {
        display: none;
    }
    #uvpure #eficiencia .columnas .col01 .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #uvpure #eficiencia .columnas .col01 .items {
        max-width: 75em;
    }
}

@media (max-width: 700px) {
    header .container .content {
        padding-top: 10em;
    }
    header .banner h1 {
        font-size: 5em;
    }
    header .banner .columnas {
        flex-wrap: wrap;
    }
    header .banner .columnas .col02 {
        /*display: none;*/
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
    header .banner .columnas .col01 {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    header .banner .columnas .col02,
    header .banner .columnas .col01 {
        margin: 4em 0;
    }
    #oxpure #caracteristicas .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #oxpure #caracteristicas .items.parte01 .item:nth-of-type(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #caracteristicas .items.parte02 .item:nth-of-type(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    header .banner01 .container {
        position: relative;
        top: auto;
        transform: none;
    }
    #donde .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #oxpure #caracteristicas .items.parte02 .itemdoble {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #oxpure #caracteristicas .items.parte02 .itemdoble .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    
    #oxpure #tecnologia .columnas .col01 .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #oxpure #componentes .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #funcionamiento .items {
        flex-wrap: wrap;
        margin-right: 0;
    }
    #oxpure #funcionamiento .items.reverse {
        flex-direction: row;
    }
    #oxpure #funcionamiento .items .flecha {
        display: none;
    }
    #oxpure #funcionamiento .items .flechaCurva {
        display: none;
    }
    #oxpure #beneficios .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #oxpure #caracteristicas .recuadro .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #funcionamiento .tituloSeccion {
        text-align: center;
    }
    #oxpure #beneficios .tituloSeccion {
        text-align: center;
    }
}

@media (max-width: 550px) {
    #uvpure #funcionamiento .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}



@media (max-width: 500px) {
    .container .content {
        padding: 12em 6em;
    }
    #nosotros .columnas .col01,
    #nosotros .columnas .col02 {
        padding: 12em 6em;
    }
    #nosotros .columnas .col01 .items {
        flex-wrap: wrap;
    }
    #nosotros .columnas .col01 .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #contacto .columnas .col01, #contacto .columnas .col02 {
        padding: 12em 6em;
    }
    footer .container .content {
        padding: 3em 6em 5em;
    }
    #oxpure #funcionamiento .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #funcionamiento .items .item p {
        max-width: none;
    }
    #oxpure #funcionamiento .items .item p br {
        display: none;
    }
    #uvpure #tecnologia .columnas .col01 .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #uvpure #tecnologia .columnas02 .col02 .items {
        flex-wrap: wrap;
    }
    #uvpure #tecnologia .columnas02 .col02 .items .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #uvpure #caracteristicas .columnas .col01, #uvpure #caracteristicas .columnas .col02 {
        padding: 12em 6em;
    }
}

@media (max-width: 450px) {
    #donde .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #uvpure #eficiencia .columnas .col02 .tabla .titulo p {
        font-size: 1.8em;
    }
    
}
@media (max-width: 400px) {
    #oxpure #beneficios .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #oxpure #caracteristicas .items .item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #oxpure #caracteristicas .items.parte02 .item.img {
        padding: 4em 0;
    }
    #descargas .container .content .columnas .colDesc01,
    #descargas .container .content .columnas .colDesc02 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        padding: 1em 0 1em 12em;
    }
    #descargas .container .content .columnas .botonGeneral {
        margin: 0.5em 0.85em 0.5em 0;
    }
}


@media (max-height: 800px) {
    
}

@media (max-height: 600px) {
}





