@charset="utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}
/*-------------------------------- WRAPPER ---------------------------------*/

#sb-site { /*#wrapper*/
 font-family: "Tahoma", "Arial", "Verdana";
 font-size: 100%;
 background:#ddddd5;
 color:#202020;
 min-width:320px; /* Esto hace que sea el ancho minimo de una resolución de pantalla de movil, porque 240px es ya moviles muy canijos */
}

/*---------------- MENU PRINCIPAL SIDEBAR -----------------------*/
#logo-menu{ /* Es necesario ganar unos 45px en la parte superior del manú, porque en el navegador Android al pulsar el boton del menú, se marcaba un enlace en el menú y se iba a esa página */
	height:45px;
	margin-top:15px;
	}
.sb-slidebar{
	padding-left:20px !important;
	}
.sb-slidebar ul{
	list-style-type:none;
	}
.sb-slidebar li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1)
;    margin: 0;
    padding: 0;
    width:100%;
}

.sb-slidebar li a {
    color: #f2f2f2;
    display: inline-block;
	display:block;
	width:100%;
	padding-top:7px;
	padding-bottom:5px;
    text-decoration: none;
	font-family: "Tahoma", "Arial", "Verdana";
	font-size:1em;
}

.sb-slidebar li a:hover {
    color: #00a8ff;
}


/* --------------------------------- H ----------------------------------- */

h1, h2, h3, h4 {
	text-align:center;
	color:#2c2c2c;
	font-size:1.4em;
}

h2 a, h3 a, h2 a:visited, h3 a:visited {
	color:#00a8ff;
	text-decoration:underline;
}

h2 a:hover, h3 a:hover {
	color:#b4d6f4;
	text-decoration:underline;
}
h3.peque {
	font-size:1.1em;
}
h3.peque a{
	color:#202020;
	text-decoration:none;
}
h2 img{
	margin-right:5px;
	}
#content h1.sinraya {
	text-align:center;
	font-weight:normal;
	font-size:20px;
	color:#2c2c2c;
}
a {
	color: #1C9BD7;
}

sup {
	font-size:12px;
	vertical-align:top;
	display:inline-block;
	margin:-1px 5px 0 0;	
}
sub {
	font-size:12px;
	vertical-align:bottom;
	display:inline-block;
	margin:0px 5px -4px 0;	
}
p {
/*	font-size:0.8em;*/
	font-size:1em;
	color:#202020;
	padding:5px;
	margin-bottom:10px;
}

p a {
	color:#00a8ff;
	text-decoration:underline;
}

p a:hover {
	color:#b4d6f4;
	text-decoration:underline;
}
a.oculto, a.oculto:visited {
	color:#202020;
	text-decoration:none;
}

img {
	max-width:100%;
}

/* --------------------------------- HEADER --------------------------------- */

header {
	background:#fff;
	width:100%;
	height:75px;
	margin:auto;
/*	padding-bottom:5px;*/
}

#logo {
/*	position:absolute;*/
/*	width:230px;*/
	height:24px;
/*	margin-top:2px;
	margin-left:5px;*/
	margin-top:6px;
	width:85%;
	text-align:center;
	float:left;
}


#logo a img {  
    opacity: 1.0;
	/*transition: all 1.2s;*/
}

#logo a:hover img  {
    opacity: 0.5;
	transform: scale(1.02);
	-webkit-transform: scale(1.02)
}

#ico-menu {
	float:left;
	margin-top:22px;
/*	margin-left:6px;*/
	width:10%;
/*	padding-left:6px;*/
	}
#ico-menu img{
	margin-left:6px;
	}
	
#ico-lupa {
	float:right;
	margin-top:6px;
/*	margin-right:6px;*/
	width:10%;
	text-align:right;
/*	padding-right:6px;*/
	}
#ico-lupa img{
	margin-right:6px;
	}
.video-container {
	width:100%;
	text-align:center;
	float:left;
	margin:0px 0 40px;
}
.video-container video, .video-container iframe{
	max-width:600px;
	margin:0 auto;
	width:100%;
}
	.video-container h3{
		text-align:center;
	}
/******* buscador *******/
#buscador{
	width:320px;
/*	background-color:#0F3;*/
	margin-top:80px;	/* margin-top:5px; Sin lo de UE*/
	margin-bottom:10px;
/*	float:right;*/
	}
#frmBuscar #txtKws{
	width:210px; /*220px;*/
	border:#e5e8e8 1px solid;
	height:22px;
	font-size:12px;
	margin-left:3px;
/*	color:#cdcdcd; se lo pongo por JS en buscador.js*/
	}
#frmBuscar #btnBuscar{
	background-color:#bae1f3;
	color:#FFF;
    background-image:url(../imagenes/lupa-buscador-interno.png);
    background-repeat: no-repeat;
    border: medium none;
    height: 22px;
    margin-left: 0px;
    padding-left: 25px;
    width: 85px;
	font-size: 16px;
	font-weight:bold;
	}

#frmBuscar #btnBuscar:hover{
	background-color:#019cdc;
	cursor:pointer;
}

/* empresa autorizada UE cabecera*/	
#empresa-autorizada-ue{
	background-color:#003399;
	text-align:center;
	margin-bottom:14px;
	}
	
#logos-pie{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}
	
/* ---------------------------  Datos Contacto  -------------------------------- */

#telefono {
	width:100%;
	color:#666;
	font-size:1.4em;
	text-align:center;
	background-color:#FFF;
	margin-top:5px;
	margin-bottom:10px;
}

#telefono a{
	color:#666;
	text-decoration:none;
	}
	
#telefonopie {
	width:100%;
	color:#666;
	font-size:1.4em;
	text-align:center;
}

#telefonopie a{
	color:#666;
	text-decoration:none;
}

.cont-whasap {
  display: grid;
  max-width: 300px;
  margin: 20px auto !important;
  grid-template-columns: 30px auto;
}
#whatsapp {
	width:100%;
	color:#666;
	font-size:1.4em;
	text-align:center;
	margin-top:10px;
}
#whatsapp img{
	margin-right:5px;
	}

#whatsapp a{
	color:#666;
	text-decoration:none;
	}
	

/* --------------------------------- CONTENIDO --------------------------------- */
#content {
	width:90%;
	margin:auto;
}

#content h1 {
	color:#009cde;
	font-size:1.6em;
}
#content h1.verde {
	color:#67a828;
}
#content h1.azuloscuro {
	color:#205098;
}
#content h1.mayus {
	text-transform:uppercase;
}
.pseudoh1{
	text-align:center;
	color:#009cde;
	font-size:1.6em;
	font-weight:bold;
}

#content h2, h3, h4 {
	margin-top:30px;
	margin-bottom:10px;
}



.foto {
	width:100%;
	height:auto;
	margin:10px 0;
}

figcaption{
	font-style:italic;
	margin-bottom:15px;
	}

.foto2 {
	width:100%;
	height:auto;
/*    border: 10px solid #fff;*/
    border-radius: 3em 3em 3em;
/*    box-shadow: 1px 1px 2px #e6e6e6;*/
}
.foto3 {
	width:100%;
	height:auto;
    border-radius: 3em 3em 3em;
}
.centrarfoto{
	width:80%;
	margin:0 auto;
	margin-bottom:10px;
	}
.centrarfoto2{
	width:80%;
	margin:0 auto;
	margin-bottom:10px;
	max-width:250px;
	}

.imagen {
	width:100%;
	text-align:center;
}

ol, ul {
	padding:10px 5px;
	
}

ol li {
	margin-bottom:10px;
	font-size:1em;
}

ul li {
	float:left;
	margin-right:15px;
	margin-left:10px;
}

ul li a {
	color:#009bdb;
	text-decoration:underline;
}

ul li a:hover {
	color:#2c2c2c;
	text-decoration:underline;
}

.provincias {
	margin-left:10px;
}
.provincias li{
	width:100px;
	margin-right:5px;
	margin-bottom:5px;
	}
ul.listacompleta {
	padding:10px;
	margin:0 0 20px;
	float:left;
}
ul.listacompleta li{
	width:100%;
	float:left;
}
.lista1 ul {
	margin-left:10px;
}

.lista1 ul li {
	float:none;
	list-style:disc;
	margin-right:5px;
	margin-bottom:8px;
	font-size:1.1em;
}

.lista2 {
	margin-bottom:20px;
	}
.lista2 ul {
	margin-left:20px;
	margin-bottom:20px;
}

.lista2 ol {
	margin-left:20px;
	margin-bottom:20px;
}

.lista2 li {
	margin-bottom:10px;
	margin-left:10px;
	list-style-type:circle;
/*	font-size:14px;*/
	font-size:16px;
	line-height:20px;
	text-align:justify;
	list-style-position:inside;
	width:96%;
}

.lista2 li a{
	color: #1C9BD7;
	}
.lista2 li a:hover{
	color: #72D6FF;
	}


.lista3 ol {
	margin-left:30px;
}

.lista3 ol li {
	float:none;
	margin-right:5px;
	margin-bottom:8px;
	font-size:1em;
}
.lista100 li{
	width: 100%;
}
.lista6{
	margin:0 auto;
	width:320px;
	}
.lista6 ol,
.lista6 ol li {
	margin-left:30px;
	margin-bottom:10px;
}
.lista6 ul{
	margin-top:10px;
	}
.lista6 a{
	color:#009BDB;
	font-size:17px;
	}
.lista6 a:hover{
	color:#72DCFF;
	}
.lista7 li {
  margin-bottom: 20px;
	}

.lista-alineada {
  line-height: 1.7;
}
.centrar-texto{
	text-align: center;
}
.texto-izquierda{
	text-align: left;
}
.tituloslogan {
	font-size:20px;
	color:#069bd5;
	margin:20px 5px;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
}
.tituloslogan.verde {
	color:#67a828;
}
.tituloslogan.azuloscuro {
	color:#205098;
}
.tituloslogan2 {
	font-size:26px;
	color:#069bd5;
	margin:20px 5px;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.tituloslogan3 {
    font-size: 28px;
    color: #069bd5;
    text-align: center;
    width: 100%;
    margin: 50px 0 20px 0;
    line-height: 40px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.tituloslogan4 {
	font-size:28px;
	color:#202020;
	text-align:center;
	width:85%;
	margin:60px auto 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
	position:relative;
	border:2px solid #069bd5;
	padding:15px;
}
.tituloslogan4:before, .tituloslogan4:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
}
.tituloslogan4:before {
    top: -0.3em;
    bottom: -0.3em;
    left: 1em;
    right: 1em;
  }
  
.tituloslogan4:after{
    left: -0.3em;
    right: -0.3em;
    top: 1em;
    bottom: 1em;
  }
.tituloslogan4 span {
    position: relative;
    z-index: 1;
  }

.tituloslogan7 {
	font-size:36px;
	font-weight:bold;
	color:#000;
	text-align:center;
}

.subtituloslogan {
	font-size:18px;
	color:#0b141b;
	font-family:Verdana, Geneva, sans-serif;
	margin:20px 5px;
	font-weight:bold;
	line-height:20px;
}
.subtituloslogan p{
	font-size:18px;
}
.subtituloslogan li {
	margin-bottom:10px;
	margin-left:20px;
}

.subtituloslogan li a{
	color:#009BDB;	
	}
.subtituloslogan li a:hover{
	color:#72DCFF;
	}

#contenido2ancho, #contenidodestacado, #contenido3ancho, #homegarantias {
    width: 90%;
	max-width:800px;
    float:left;
    padding: 20px;
    background-color: #e0edff;
    -moz-border-radius: 6em 5em 7em 3em;
    border-radius: 6em 5em 7em 3em;
	margin-bottom:30px;
	padding-top:50px;
}
#homegarantias {
	padding: 50px 20px;
}
#contenido3ancho {
	float:none;
	margin:20px auto;
	margin-top:40px;
	padding-top:15px;
/*	margin-bottom:40px;
	padding-left:50px;
	padding-right:50px;	
	padding-top:30px;	
	padding-bottom:30px;*/
}
#contenido3ancho.sabermas {
	float:left;
	width:100%;
	box-sizing:border-box;
}
#contenido3ancho.sabermas h2 {
	text-align: center;
	line-height: 40px;
	font-size: 22px !important;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#009bdb;
}
#contenido3ancho.sabermas a {
	color:#202020;
	text-decoration:none;
}
#contenido3ancho.sabermas a span{
	font-size:14px;
	color:#009bdb;
	text-decoration:underline;
	}
#contenido3ancho.sabermas li {
	margin-bottom:10px;
}
#contenido3ancho .titulo {
	text-align:left !important;
	padding-left:50px;
	background-image:url(../imagenes/aviso.png);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:40px;
	}
#contenido3ancho.certificado .titulo {
	background-image:url(../imagenes/icono-certificado.png);
	background-size:40px;
}
.contenido-derechos-autor {
	padding:10px;
	background-color:#e0edff;
	-moz-border-radius: 6em 5em 7em 3em;
	border-radius: 6em 5em 7em 3em;
	text-align:center;
	font-style:italic;
	margin-bottom:30px;
	}

#contenidodestacado {padding-top:20px;}
#contenido2ancho .titulo, #contenidodestacado .titulo, #contenido3ancho .titulo, #homegarantias .titulo {
    text-align: center;
    font-size: 20px!important;
    font-weight: bold;
    margin-bottom: 10px;
    color: #009bdb;
    text-transform: uppercase;
	line-height:1.2;
}
#homegarantias .titulo {
	margin-top:0!important;
	font-size:24px!important;
}
#contenidodestacado .titulo {
	color:#202020;
	margin:15px 0!important;
}
#contenido2ancho ul {
    font-size: 16px;
}
#contenido2ancho ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
#contenido2ancho a {
	color:#2c2c2c;
	text-decoration:underline;
}
#contenido2ancho a:hover {
	color:#009bdb;
	text-decoration:underline;
}
#homegarantias ul {
	font-size:18px;
}
.mas_servicios {
    text-align: center;
    width: 98%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 22px !important;
	color:#000 !important;
	font-weight:normal !important;
}
.mas_servicios img {
	width:100px;
	height:100px;
	margin:-30px 10px 0 0;
	float:left;
	
}

.mas_servicios a {
	color:#1c9bd7;
	text-decoration:underline;
}
.mas_servicios.alimentario a {
	width:100%;
	float:left;
	text-align:center;
}
.mas_servicios.alimentario img {
	width:200px;
	height:200px;
	margin:-20px auto 20px;
	float:none;
}
.mas_servicios a:hover  {
	color:#72d6ff;
}

.servicio{
	float: left;
	width: 50%;
	margin-bottom:10px;
	text-align:center;
	}
	
.servicio img{
		border-radius: 4em 5em 3em 5em;
	}
/*industrias alimentarias*/
.pie-foto-ind-alim {
  max-width: 300px;
  margin: auto;
  font-weight: 600;
  margin-top: -15px;
}
/***** SCROLL TOP ******/
/* Estilo para el boton "Ir Arriba" */
.scroll-top {
    width: 60px;
    height: 60px;
    opacity: 0.3;
    position: fixed;
    bottom: 80px;
    right: 8px;
    display: none; /* Estara oculto por defecto */
    text-indent: -9999px; /* Oculta el texto del enlace */
    z-index: 1000; /* Evita que otros elementos esten por encima */
    background: url('../imagenes/arriba.png') no-repeat;
}
/* Estilo para generar un efecto al posicionar el puntero encima del botón */
.scroll-top:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}



/*---------------------------------------BOTONES------------------------------------*/

.botonmasinfo {
	width:96%;
	margin:auto;
}

.botonmasinfo a {
	text-decoration:none;
	background:#ffcc00 url(../imagenes/ico-mail.png) no-repeat left;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:-0.2px;
	font-weight:bold;
	color:#000;
	border:none;
	padding:10px;
	border-radius: 0.4em; 
	margin:15px 0;
	display:block;

}

.botonmasinfo a:hover {
	background:#ffe270 url(../imagenes/ico-mail.png) no-repeat left;
	color:#000;
	padding:10px;
	cursor:pointer; 
}

#boton {
	width:96%;
	margin:auto;
	
}

#boton a {
	background:#121212 url(../imagenes/lupa-buscador.png) no-repeat left;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border:none;
	padding:10px;
	border-radius: 0.4em; 
	margin:20px 0;
	display:block;
	
}

#boton a:hover {
	background:#d7c68e url(../imagenes/lupa-buscador.png) no-repeat left;
	text-decoration:none;
	color:#2c2c2c;
}


/* ------------------------------------- FOOTER -------------------------------------- */

footer {
	height:auto;
	margin-top:10px;
	background-color:#121212;
}

.blanco {
	background:#fff;
}

#logopie {
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	width:100%;
	text-align:center;
	display:block;
}

#direccion {
	width:100%;
	font-size:1em;
	color:#fff;
	display:block;
	text-align:center;
}

#version {
	width:100%;
	margin:0 auto;
/*	background-color:#6a4b3a;*/
	text-align:center;
	color:#fff;
	line-height:32px;
	background:#121212;
}

#version a {
	color:#fff;
	text-decoration:none;
}

#version a:hover {
	color:#ababab;
	text-decoration:underline;
}

#version span {
	color:#009bdb;
	vertical-align:baseline;
}

#social {
	width:100%;
	text-align:center;
	padding:5px 0 10px 0;
}

#social img {
	margin:0;
}

#social a img {  
    opacity: 1.0;
	/*transition: all 1.2s;*/
}

#social a:hover img  {
    opacity: 0.5;
	transform: scale(1.02);
	-webkit-transform: scale(1.02)
}

#extranet{
	text-align:center;
	margin-top:20px;
	margin-bottom:50px;
	}
	
#extranet a{
	color:#1c9bd7;
	}


/*********** COOKIES ***********/
#leydecookies {
	position:fixed;
	bottom:0px;
	width:100%;
	font-size:13px;
	line-height:18px;
	margin:auto;
	background:rgba(210,229,243,0.95);
	padding:20px 0;
	text-align:center;
	z-index:200;
	font-family: "Tahoma", "Arial", "Verdana";
}
/*#leydecookies {
	position:fixed;
	bottom:0px;
	width:100%;
	font-size:13px;
	line-height:18px;
	margin:auto;
	background:rgba(255,255,255,0.95);
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:20px 0;
	text-align:center;
	z-index:200;
	font-family: "Tahoma", "Arial", "Verdana";
}*/

.contenedor-leydecookies{
	background: rgba(239, 245, 251, 0.95);
	padding: 30px 0;
	margin: 10px;
}

#hubspot-messages-iframe-container {
	z-index:100!important;
}
.confcookies {
	position:absolute;
	top:0;
	z-index:201;
	text-align:left;
	width:95%;
	padding:10px;
	font-size:13px;
	line-height:18px;
	background:rgba(210,229,243,0.95);
}
.confcookies.page {
	position:fixed;
}
#leydecookies p{
	color:#666;
	font-size:13px;
	line-height:18px;
	text-align:center;
	width:90%;
	margin:0 auto;
	}

#frmcookies input[type="submit"], #leydecookies a.btnCookies, .confcookies input[type="submit"] {
    border: 1px solid #e5e5e5;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #0f518d;
	margin:15px 0;
	text-decoration:none;
	vertical-align:middle;
	-webkit-appearance: none;
}

#leydecookies a{
	color:#000;
	text-decoration:underline;
}
#leydecookies a.btnCookies {
	background:#b0d7fa;	
}

#leydecookies a:hover{
	color:#85764e;
	text-decoration:underline;
}
.cookieitem p {
	margin-bottom:0px;
}
.cookieitem label {
	background:#fcfcfc;
	padding:5px;
	width:90%;
	float:left;
	margin-bottom:10px;
}

.banner-asp{background-color:#E0EDFF; margin:0 auto; border-radius: 20px; width:333px; height:520px; background-image:url(../imagenes/fabricante-generadores-ozono.jpg); background-repeat: no-repeat; background-position:top;}
.titulo-banner{padding-top:260px; color:#009bdb; font-size:32px; font-weight: bold; padding-left:15px;}
.titulo-banner strong{color:#000;}
.texto-banner{font-size:28px; padding-left:15px;}
.texto2-banner{font-size:26px; font-weight:bold; color:#009bdb; margin-top:10px;padding-left:15px; }
.boton-banner{margin-top:20px;}

.contenedor-eicacia-garantizada {
  margin: 20px auto!important;
  padding: 0!important;
}
.quitar-margin-top {
  margin-top: 0px !important;
}
.lista-dcha li {
  line-height: 35px;
  font-size: 18px;
}
.botoninfo.largo5.boton-solicitud-asesorameinto {
  width: 100%;
  text-align: center;
}
.botoninfo.largo5.boton-solicitud-asesorameinto a{
  padding: 18px 20px 18px 0px;
}

.botoninfoancho{width:270px !important;}

.botoninfo {
	width:250px;
	display:block;
	line-height:20px;
	margin:0 auto;
	margin-bottom:20px;
}
.botoninfo.adaptado {
	width:auto;
	margin:20px 0;
	float:none;
	text-align:center;
	
}
.botoninfo.adaptado a {
	display:inline-block;
	padding:18px 60px 18px 20px;
}
.largo2 {
    width: 270px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.largo3 {
    width: 300px;
}
.largo4 {
	width:220px;
	margin-bottom:40px;
	margin-top:10px;
}
.largo4 a{
	padding-left:35px !important;
	}

.botoninfo a span{
	color:#000;
	text-decoration:none;
	font-size:14px;
	letter-spacing:6px;
	display:block;
	padding-left:12px;
	
}

.botoninfo a {
	text-decoration:none;
	font-size:22px;
	display:block;
	color: #fff;
	padding: 18px 20px;
	background:#0f518d url(../imagenes/flechainfo.png) no-repeat right;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
	border: 1px solid #00265b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.botoninfo3 {
	width:100%;
	margin:20px 0 40px 0;
}

.botoninfo3 a span{
	color:#000;

	text-decoration:none;
	font-size:14px;
	letter-spacing:6px;
	display:block;
	padding-left:12px;
	
}

.botoninfo3 a {
	text-decoration:none;
	font-size:22px;
	text-align:center;
	width:80%;
	max-width:500px;
	margin:auto;
	display:block;
	color: #fff;
	padding: 18px 20px;
	background:#0f518d;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
	border: 1px solid #00265b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.botoninfo3 a:hover {
	background:#019cdc;
	color:#fff;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
	border: 1px solid #00265b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


.descargar-catalogo{
	margin-top:40px;
	font-size:16px;
	font-weight:bold;
	}
	
#breadcrumbs {
	font-size:0.8em;
/*	font-weight:bold;*/
	padding:5px;
	border-bottom:dashed 1px #ccc;
	border-top:dashed 1px #ccc;
	margin-bottom:15px;
}

#breadcrumbs a {
	text-decoration:underline;
	color:#1c9bd7;
}

.enlace-grande {
	font-size:18px;
	color:#1C9BD7;
	}
	
.enlace-destacado{
	background-color:#ffe000;
	font-weight:bold;
	text-decoration:none;
	}
.destacadolanding, .destacadolanding2 {
	width:100%;
	float:left;
	margin:20px 0;	
}
.destacadolanding2 p, .destacadolanding2{
	text-align:center;
	font-size:22px;
	font-weight:bold;
/*	line-height:26px;*/
}
.destacadolanding img{
	float:left;
	margin-right:80px;
	width:170px;
}
.destacadolanding .titular{
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	margin:0 0 5px;
	display:block;
}
.destacadolanding .subtitulo {
	font-size:22px;
	font-weight:bold;
	color:#68bfe2;
	display:block;
	margin:0 0 5px;
}
.destacadolanding .subtituloverde {
	font-size:22px;
	font-weight:bold;
	color:#2fb63f;
	display:block;
	margin:0 0 5px;
}
.destacadolanding ul {
	list-style:inside;
}

.destacadolanding ul li {
	font-size:18px;	
}
.destacadolanding2 ul li{
	text-align:center;
	width:100%;
}
ul.listalanding {
	width:100%;
	float:left;
	margin:0 0 20px 15px;
}
ul.listalanding li {
	width:40%;
	float:left;
	font-size:18px;
/*	font-weight:bold;*/
	list-style:inside;
	margin-bottom:10px;
}
ul.listalanding li:nth-child(3){
	clear:left;	
}	


/*submenu movil*/
.sb-slidebar ul ul li a{
	font-size:0.9em;
	}
.sb-slidebar ul ul li{
	margin-left:10px;
	list-style-type:disc;
	color:#FFF;
	}
img.logoappcc {
	float:right;
	margin:10px;
	width:75px;
}
.legal {
	width:90%;
	margin:10px auto;
	font-size:12px;
	text-align:center;
}
.legal a{
	color:#202020;	
}


.contenedor-tabla {
  overflow: scroll;
  width: 100%;
}

.listaordenada{
	margin-left:20px;;
	}
.listaordenada18px li{
	margin-bottom:10px;
	}

.legales {
	text-align:center;
}
img.anchototal {
	max-width:100%;
	margin:0 0 20px;	
}
.piefoto2 {
	font-size:12px;
	width:100%;	
	margin:0 0 20px;
}
.tabladest {
	margin:0 0 30px;
}
.tabladest td{
	padding:8px;
	vertical-align:top;	
	border-right:1px solid #cccccc;	
}
.tabladest td:last-child, .tabladest thead td{
	border:none;
}
.tabladest thead {
	background:#acd7f2;
	font-weight:bold;	
}
.tabladest tr {
	border-bottom:1px solid #cccccc;	
}
.tabladest tr:last-child {
	border:none;
}
.posicionar-imagen-ue{
	display: block;
  	margin: 40px auto 0px;
}
.imagen1 {
	display:block;
	margin:20px auto;
	clear:both;
	-moz-border-radius: 4em 5em 3em 5em;
	border-radius: 4em 5em 3em 5em;
	border: 10px solid #fff;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   max-width:320px;
}
.sinborde {
	-webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   -moz-border-radius: 0;
	border-radius: 0;
	border: none;
}
ul.listaancha li {
	width:100%;
}
.frase-llamativa {
	font-size:20px;
}
.opcion {
    padding-top: 15px;
    line-height: 24px;	
    color: #1c9bd7;
    font-weight: bold;
	font-size:20px;
}
#content .titulo {
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}
.parrafointro {
	font-size:20px;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 10px;
}
/*direccion tecnica*/
table.tablavirus {
	width:100%;
	min-width:700px;
	margin:0px auto 25px;
}
table.tablavirus td {
	padding:5px;
}
table.tablavirus td p{
	margin:0;
}
table.tablavirus tr {
	border-bottom:1px solid #ccc;
}

.tablaresponsive {
	overflow-x:auto;
}
.dTecnica {
	width:100%;
	text-align:center;
	float:left;
	margin:10px 0 30px;
}
.dTecnica .titulo{
	color:#069bd5;
	font-size:24px!important;
	margin:0 0 15px;
}
.dTecnica .item{
	display:inline-block;
	padding:20px 30px 20px 20px;
	background:#f0f0f0;
	border-radius:5px;
	width:90%;
	margin:10px auto;
	vertical-align:top;
}
.dTecnica .item .cargo {
	font-weight:700;
	font-size:18px;
}
.dTecnica .item ul li {
	font-size:15px;
	text-align:left;
	list-style:outside;
}
.dTecnica .item p {
	text-align:center;
	font-style:italic;
}
.coronavirus, .coronaviruspt {
	margin:40px 0;
	width:100%;
	float:left;
	padding:0 5px;
	margin:40px 0 60px;
}
.coronaviruspt {
	text-align:center;
}
.coronavirus img{
	border-radius:100%;
	width:250px;
	margin:0 auto 20px;
	display:block;
}
.coronavirus .texto {

}
.coronaviruspt .texto {
	border-radius:10px;
	padding:20px;
	background:#f0f0f0;
	text-align:left;
	width:90%;
	margin:0 auto;
}
.coronavirus .texto .titular, .coronaviruspt .titular{
	font-size:1.4em;
	font-weight:bold;
	color:#009bdb;
	margin-bottom:15px;
}
.coronavirus .texto a, .coronaviruspt a{
	color:#009bdb;
}
.coronaviruspt .tituloslogan2 {
	margin:20px auto;
}
.inglesbtn {
	width:100%;
	float:left;
	margin:40px 0;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
.inglesbtn a{
	width:80%;
	display:block;
	margin:0 auto;
	color:#000;
	text-decoration:none;
}
.inglesbtn img {
	float:left;
}
.destacadomediano {
	width:100%;
	float:left;
	margin:20px 0;
	color:#009bdb;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
}

.recuadro-ozono-eco{
	margin-top:50px;
	text-align:center;
	margin-bottom:30px;
	}
.recuadro-ozono-eco a{	
	color:#009bdb;
}

	.sellos {
		width:100%;
		float:left;
		text-align:center;
	}
	.sellos img{
		display:inline-block;
		margin:10px;
	}
	
	.productos {
	text-align:center;	
	margin:20px 0;
}
.productos .item{
	width:100%;
	max-width:500px;
	margin:0 auto 20px;
}
.productos .item img{
	width:100%;
	height:auto;
}
.productos .botoninfo {
	width:300px;
	float:none;
	display:block;
	margin:20px auto;
}
.productos .item .precio {
	color:#F03;	
	font-weight:bold;
}
.productos .item .precio small{
	font-size:10px;
}
.productos.tres .titulo {
	margin-top:0px;
	margin-bottom:70px;
}
.botoninfo2 a {
    text-decoration: none;
    font-size: 22px;
    width: 80%;
    margin: 20px auto;
	text-align:center;
    display: block;
    color: #fff;
    padding: 18px 50px 18px 20px;
    background: #0f518d url("../imagenes/flechainfo.png") no-repeat right;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    border-radius: 5em;
    border: 1px solid #00265b;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.miniaturas, .miniaturas2 {
	width:100%;
	float:left;
	text-align:center;
	margin:0 0 20px;
}
.miniaturas a{
	width:45%;
	margin:0 0px 10px;
	display:inline-block;
}
.miniaturas a img {
	width:100%;
}
.miniaturas a:hover img {
	transform: scale(1.1);
}
.miniaturas2 img {
    width: 46%;
    margin: 5px;
    display: inline-block;
}
.ancla {
	text-align:center;
	color:#202020;
	display:block;
	font-size:16px;
}
.ancla span{
	font-size:13px;
}
.purificador {
	width:100%;
	float:left;
	margin:0 0 40px;
}
.purificador .galeria{
	width:100%;
	float:left;

}
.purificador .galeria img {
	width:100%;
}
.purificador .galeria a:hover img {
	transform: scale(1.1);
}
.purificador .contenido{
	width:100%;
	float:left;
}

.purificador h3.sinraya {
	font-size:24px;
}
.linkdestacado {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	display:block;
	color:#202020;
}

.itemgenerador {
	width:100%;
	float:left;
	margin:20px 0;
}
.itemgenerador:before {
	content:'';
	width:80%;
	height:2px;
	background:#f0f0f0;
	margin:15px auto 60px;
	display:block;
}
.itemgenerador.primero:before {
	display:none;
}
.itemgenerador h3{
	border:none;
	font-weight:bold;
	font-size:22px;
	margin:0 0 20px;
	padding:0;
	width:100%;
	float:left;
}
.itemgenerador h1 {
	font-size: 32px!important;
}
.itemgenerador .subtitulo{
font-size: 22px;
margin: 0px 0 20px;
line-height: 30px;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
width:100%;
	float:left;
	text-align:center;
}
.itemgenerador table {
	width:100%;
}
.itemgenerador td {
	padding:5px;
}
.itemgenerador thead tr {
	background:#fff!important;
	font-weight:bold;
}
.itemgenerador tr:nth-child(odd) {
	background:#f0f0f0;
}
.itemgenerador tr:nth-child(odd) td{
	border-right:2px solid #fff;
}
.itemgenerador table.primero td {
	width:50%;
}
.itemgenerador table.primero td:first-child{
	font-weight:700;
}
.itemgenerador table.primero thead td{
	background:#e0edff;
	text-align:center;
}
.itemgenerador .info {
	width:100%;
	float:left;
}
.itemgenerador .imagen {
	width:100%;
	float:left;
	text-align:center;
	margin:0;
}
.itemgenerador .carac {
	width:100%;
	float:left;
}
.itemgenerador .carac p {
	margin:0 0 5px;
}
.itemgenerador .carac strong {
	margin-bottom:10px;
	float:left;
	width:100%;
}
.itemgenerador .carac ul{
	margin:0 0 15px 30px;
}
.itemgenerador .carac ul li{
	margin-bottom:5px;
}
.itemgenerador .carac ul ul{
	margin:5px 0 5px 30px;
}
.itemgenerador .titulo {
	margin:0 0 15px;
}
.centrado {
	text-align:center;
}
.contactofijo {
	position:fixed;
	background-color:rgba(255,255,255,0.8);
	padding:10px 10px 10px;
	width:100%;
	bottom:-150px;
	opacity:0;
	z-index: 3;
}
.contactofijo.visible {	
	bottom:0;
	opacity:1;
	animation: aparece 0.5s linear;
}
.contactofijo.visible.desaparece {
	bottom:-150px;
	opacity:0;
	animation: desaparece 0.5s linear;
}
.contactofijo a{
	background: url("../imagenes/sobre-contacto.jpg") no-repeat 10px center #009cde;
	background-size:30px;
	color:#fff;
	padding:15px 10px 15px 45px;
	border-radius:50px;
	text-decoration:none;
	font-size:20px;
	display:block;
	width:170px;
}
.pagina-contacto .contactofijo.visible {
  display: none;
}
@keyframes aparece {
  from {
    bottom:-150px;
	opacity:0;
  }
  to {
    bottom:0px;
	opacity:1;
  }
}
@keyframes desaparece {
  from {
    bottom:0px;
	opacity:1;
  }
  to {
    bottom:-150px;
	opacity:0;
  }
}

.titulomasinfo {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	width:100%;
	float:left;
	padding:0 5px;
}
.titulomasinfo span{
	font-size:14px;
}
.titulomasinfo + .lista2{
	margin-left:10px;
}
.titulomasinfo + .lista2 li{
	text-align:left;
	list-style-position:outside;
}
.fotoconpie {
	margin:0 auto;
	width:300px;
	text-align:center;
	font-size:13px;
}

.destacadocentrado {
	width:60%;
	margin:30px auto 0;
	min-width:300px;
}
.destacadocentrado .imagen{
	width:100%;
	float:left;
	margin:0 0 15px;
}
.destacadocentrado .imagen img{
	width:100%;
	height:auto;
	border-radius:4em 5em 3em 5em;
}
.destacadocentrado .texto{
	width:100%;
	float:left;
	text-align:center;
}
.destacadocentrado .texto .titulo{
	margin-top:0!important;
}

.claim {
	width:100%;
	float:left;
	margin:30px 0;
	text-align:center;
	padding:30px 0px;
	box-sizing:border-box;
}
.claim .titular .logo {
	display:inline-block;
	vertical-align:middle;
	margin-right:30px;
	text-align:center;
}
.claim .titular strong{
	font-size: 30px;
	color: #069bd5;
	line-height: 34px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
	display:block;
	display:inline-block;
	vertical-align:middle;
}
.claim .iconos {
	width:100%;
	float:left;
	margin-top:30px;
}
.claim .iconos .item{
	width:43%;
	display:inline-block;
	margin:0 12px 20px;
	vertical-align:top;
}

.claim .iconos .item strong{
	font-weight:normal;
	font-size:18px;
}
.claim .iconos .item .ico{
	background:#b6b6b6;
	border-radius:100%;
	padding:10px;
	width:40px;
	height:40px;
	margin:0 auto 15px;
}
.claim .iconos .item .ico img{
	width:100%;
	height:auto;
}
.cuadro {
	width:100%;
	float:left;
	margin:30px 0 0;
	background-color: #069bd5;
	color:#fff;
	padding:30px 40px;
	box-sizing:border-box;
}
.cuadro.verde {
	background-color:#67a828;
}
.cuadro.azuloscuro {
	background-color:#205098;
}
.cuadro hr {
	width:580px;
	height:3px;
	background: #069bd5;
	display:block;
	margin:40px auto;
	border:none;
}
.cuadro .titular{
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	margin:0 0 40px;
}
.cuadro ul li{
	list-style:none;
	font-size:18px;
	background:url(../imagenes/check.png) no-repeat left center;
	background-size:20px;
	padding-left:30px;
	margin:0 0 30px;
	line-height:16px;
	width:100%;
		float:left;
}
.cuadro .lista	{
	width:100%;
	float:left;
	}
	.cuadro .lista	ul{
		width:100%;
		float:left;
		margin:10px 0 0 0px;
	}

		
.cuadro .lista	img{
	float:right;
	border-radius:100%;

}
	.cuadro .lista.der	{
	float:right;
	}
	.cuadro .lista	p{
		font-weight:bold;
		font-size:26px;
		line-height:30px;
	}
	.cuadro.doscol .lista p{
		font-size:20px;
		color:#fff;
		padding:0;
		margin:0;
	}
	.cuadro .lista ul p {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.cuadro a, .cuadro h2 {
	color:#fff;
}
.cuadro h2 {
	text-align:left;
	margin-bottom: 25px!important;
}
.parrafoCuadro{
  font-size: 19px !important;
  color: #fff;
}
@media (max-width: 380px) {
		.claim .iconos .item{
	width:40%;
		}
}

	.tabs {
  
}

.tab {
  width: 90%;
  min-width:320px;
  margin:0 auto;
  padding:10px;
  color: white;
  overflow: hidden;
  box-sizing:border-box;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
	font-size:22px;
	font-weight:bold;
	color:#009cde;
	padding:15px;
	border:3px solid #009cde;
	text-align:center
}
.tab-label:hover {
  background: #009cde;
  color:#fff;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  opacity:0;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab input:checked + .tab-label {
  background: #009cde;
  color:#fff;
}
.tab input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  opacity:1;
}
	
.hora, .lugar {
	font-size:20px;
	font-weight:700;
	width:70%;
	padding:5px 0;
	line-height:30px;
	position:relative;
	padding-left:40px;
	box-sizing: border-box;
	margin: 0 auto;
}
.hora:before, .lugar:before {
	content:'';
	width:25px;
	height:25px;
	display:inline-block;
	background-image:url(../imagenes/reloj.png);
	background-size:contain;
	background-position:left center;
	margin-right:10px;
	position:absolute;
	left:0px;
}
.lugar:before {
	background-image:url(../imagenes/direccion.png);
	
}

.cuadrodestacado {
	background-color: #e0edff;
	border-radius: 6em 5em 7em 3em;
	padding:25px;
	width:100%;
	display:block;
	margin:0 auto;
	box-sizing:border-box;
}
.cuadrodestacado .tituloslogan {
	text-align:center;
	font-size:24px;
}
.infoadicional {
	background:#f0f0f0;
	font-style:italic;
	padding:20px;
	margin:30px 0;
}
.infoadicional strong{
	font-style:normal;
}
.folletos {
	width:100%;
	float:left;
}
.folletos .item{
	max-width:290px;
	margin:0 auto 50px;
	display:block;
	text-align:center;
}
.folletos .item img{
	width:100%;
	height:auto;
	margin:0 0 10px;
}
.folletos .item strong{
	font-size:18px;
}

.bloqueicono {
	margin:0 0 30px;
	width:100%;
	float:left;
}
.bloqueicono img {
	display:block;
	margin:0 auto;
}
.bloqueicono strong {
	font-size:24px;
	font-weight:bold;
	display:block;
	margin:0 0 20px;
	text-align:center;
}
.bloqueicono li {
	width:100%;
	margin:0 0 10px 15px;
}
.bloqueicono a{
	margin:0 0 0 15px;
}
a.pdf {
	display:block;
}
a.pdf:before {
	content:'';
	width:30px;
	height:30px;
	background:url(../imagenes/descargar-pdf.gif) no-repeat center;
	background-size:30px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0px;
}
.grafico {
	width:100%;
	margin:30px auto;
	text-align:center;
}
#content .grafico .titulo{
	font-size:18px;
	margin-top:15px;
}
a.navidad {
	background:url(../imagenes/bolas-navidad.png) no-repeat 10px top #d5e7ff;
	background-size:90px;
	display:block;
	font-size:18px;
	font-weight:bold;
	padding:10px 10px 10px 100px;
	border-radius:5px;
	margin-top:20px;
	width:98%;
	box-sizing:border-box;
}
.enlaceroto {
	text-decoration:underline;
	color:#009bdb;
	cursor:pointer;
}
.enlaceroto:hover {
	color: #72d6ff;
}
#politics h4 {
	margin-bottom:15px;
}
#politics ul {
	padding-left:20px;
}
#politics ul li{
	margin-bottom:10px;
}
table.politic td {
	border:1px solid #f0f0f0;
	padding:5px;
}
.azuloscuro .claim .titular strong, .azuloscuro .tituloslogan3, .azuloscuro .tituloslogan {
	  color: #205098;
}
.protege {
	color: #202020;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	background:url(../imagenes/planta.png) no-repeat top center;
	background-size:80px;
	padding:100px 0;
}
#fotos {
	max-width:450px;
	width:90%;
	margin:0 auto;
	text-align:center;
}
#fotos .bloquefoto{
	margin:0 0 40px;
}
#fotos .titulo{
	margin:10px 0 0;
	text-align:left;
}
#fotos .bloquefoto .titulo {
	font-size:24px;
	text-align:center; /* añado */ 
	}
#fotos ul {
	margin: 0 0 40px 15px;	
	float:left;
}
#fotos p{
	margin:0 0 40px;
}
#fotos ul li {
	margin:0 0 10px;
	text-align:left;
}
#fotos .foto {
  -moz-border-radius: 4em 5em 3em 5em;
  border-radius: 4em 5em 3em 5em;
  border: 10px solid #fff;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  margin: 10px auto !important;
 	width:250px;
}

.catgenerador .itemgene p a{
	text-decoration:none;
	display:block;
	margin-top:20px;
	padding:10px 30px;
	color:#fff;
	background:#069bd5;
	border:2px solid #069bd5;
	border-radius: 10px;
	margin:20px auto 0;
	width:95px;
	text-align:center;
}
.catgenerador .itemgene img {
	max-width:180px;
	margin:0 auto;
	display:block;
}
.catgenerador .itemgene {
	margin-bottom:40px;
}

.titulo-negrita{
	font-size:18px;
	font-weight:bold;
}

/*para centrar la imagen que lleva las tablas en certificados de agua ozonizada*/	
.imgcentrar{
	display: block;
	margin-left: auto;
	margin-right:auto;	
}

.avisocabecera{
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  background-color: aliceblue;
  border: 1px solid #1C9BD7;
  color: #000;
  margin:0 auto;
  margin-bottom:15px;
  padding:5px;
	}

	/*página donde estamos*/

.header-slider-dnd-estamos {
  height: 67vw;
  position: relative;
}
.header-slider-dnd-estamos img {
  width: 100%;
  height: auto;
}
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../imagenes/arrows.png") no-repeat;
  text-indent: -9999px;
  border: 0;
}
a.nivo-nextNav {
  background-position: -30px 0;
  right: 5px;
}
.nivo-controlNav a {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../imagenes/bullets.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px;
  float: left;
}
.nivo-controlNav {
  position: relative;
  bottom: 32px;
  width: 52px;
  left: calc(100% - 57px);
  z-index: 999999;
}
.nivo-controlNav a.active {
  background-position: 0 -18px;
}
/*página asfixia raicular*/
.asfixia-radicular .destacadolanding2 {
  text-align: left;
}
.asfixia-radicular ul {
  margin-bottom: 10px !important;
}
.asfixia-radicular #fotos p {
  margin-bottom: 10px !important;
}
.asfixia-radicular #fotos {
  text-align: left;
}
.asfixia-radicular h2, .asfixia-radicular h3 {
  text-align: left;
}
.asfixia-radicular #fotos ul {
  margin-left: 0px !important;
  padding-top: 0px;
}
.asfixia-radicular .imagen1 {
  margin: 10px auto!important;
}
/*aviso oferta empleo fraudulenta*/
.aviso-empleo-fraude {
  font-weight: 600 !important;
  margin: 20px auto !important;
  border: 1px dotted #000;
  padding: 20px;
  width: 89.5%;
  font-size: 15px !important;
  text-align: center;
  line-height: 2em;
  display: block;
}
.enlace-aviso-fraude {
  color: rgb(0, 155, 219) !important;
  font-weight: 600;
  text-decoration:none!important;
  display:inline-block;
}
/*ELIMINAR OLORES*/
.lista-olores {
  font-size: 16px;
  overflow: hidden;
  margin-bottom:20px;
  letter-spacing: -0.2px;
}
/*contacto por whatsapp*/
.formwa {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 5px 10px #c3c3c3, 0 0 0 10px #f3f3f3 inset;
  max-width: 300px;
}
/*FORMULARIO DE CONTACTO 2026*/
.etiqueta {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: block;
}
.contenedor-formu-2026 {
  max-width: 500px;
  margin: auto;
  border: 1px solid #009cde;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
}
.contenedor-formu-2026 h2 {
  margin-top: 0px !important;
}
.contenedor-formu-2026 input {
  display: inline-block;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
  width: 101%;
  background-color: #f5f8fa;
}
textarea#mensaje {
  width: 101%;
  max-width: 500px;
  min-height: 110px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #f5f8fa;
}
.contenedor-campos-formu input {
  margin-bottom: 20px;
}
.boton-formu {
  background: #009DDB;
  border-color: #009DDB;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: arial, helvetica, sans-serif;
  border: none;
  margin: auto;
  display: block;
  padding: 10px 30px;
  border-radius: 4px;
}
#privacidad {
  width: 15px;
  margin: 0;
}
#privacidad + label {
  font-size: 15px;
  letter-spacing: -.2px;
}