/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  min-height: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; padding: 0; font-size: 1em; line-height: 1.4; background:#a5a5a5 url(../img/background.png) repeat-x left bottom;  color:#646464; font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
	

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #009fe3; }
a:hover { color: #646464;}
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 18px 0px 0px 60px; font-size: 13px;}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */


/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* Los formularios */


/*Formulario google*/
.campo-google {
	width: 603px;
	display: inline;
	float: left;
	border: 1px #9c9c9c solid;
	margin-left: 120px;
}

/*boton calcular*/
.button {
	width: 55px;
	height: 15px;
	-webkit-border-radius: 5px;
    
	border-radius: 5px;
	border-bottom: 1px solid #9c9c9c;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	
	font-weight: 500;
	font-size: 10px;
	margin-left: 5px;
	margin-top: -5px;
	float: left;     
}
/*Cierro boton calcular*/

.campo-google, .button {
	margin-top: -15px;
}
/*Ciero formulario google*/

/*Formulario contacto*/
form.contact input, textarea {
	width: 342px;
	border: 1px #9c9c9c solid;
	margin: 8px 10px 10px 15px;
}

.telefono {
	margin-right: 37px;
}

.comentarios {
	margin-right: 16px;
}

textarea {
	width: 748px;
	height: 116px;
}

form.contact a {
	text-decoration: none;
	color: #b3b3b3;
}

form.contact .acepto {
	margin-left: 395px;
	margin-right: -160px;

}

label.politica-privacidad a {
	color: #414141;
}
span.underline {
	text-decoration: underline;
}

form.contact input.enviar {
	width: 80px;
	height: 32px;
	background: url(../img/enviar.png) no-repeat;
	border: none;
	color: #FFF;
	font-size: 12px;
}

form.contact input.enviar:hover {
	background: url(../img/enviar_ov.png) no-repeat;
	color: #FFF;
	font-size: 12px;
	border: none;
}
/*Cierro formulario contacto*/
/* Cierro los formularios */


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
   
   
/* =============================================================================
   Container
   ========================================================================== */
   
.container { 
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

/* =============================================================================
   Head
   ========================================================================== */
   
.head {
	position: relative;
	height: 140px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -91px;
}

.contact-head {
	position: absolute;
	top: 80px;
	right: 0;
	width: 174px;
	font-weight: 600;
	font-size: 15px;
	line-height: 35px;
}

.mail-top {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background: url(../img/icon-mail.png) no-repeat;
}

.mail-top:hover { background: url(../img/icon-mail-ov.png) no-repeat; }

.phone-top {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background: url(../img/icon-phone.png) no-repeat;
}

.phone-top:hover { background: url(../img/icon-phone-ov.png) no-repeat; }

/* =============================================================================
   Content
   ========================================================================== */
   
.content {
	background: #fff ;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0x 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	
	width: auto;
	position: relative;
	padding: 27px 10px 0px 10px;
}

/*El menu*/
nav .home {
	width: 18px;
	height: 20px;
	background: url(../img/Home.gif) no-repeat;
	float: left;
	margin-bottom: 29px;
}

/*rollover*/
nav .home:hover {
	width: 18px;
	height: 20px;
	background: url(../img/Home_ov.gif) no-repeat;
}
/*cierro rollover*/

nav img {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

/*menu*/
nav ul {
	margin-top: 0px;
	padding: 0px;	
}

nav ul li {
	float: left;
	list-style: none;
	color: #009fe3;
	font-size: 20px;
	font-weight: 600;
 
}

nav ul li:hover {
	color: #646464;
}

nav ul li.serveis {
	padding-left: 20px;
}

a.selected {
	color: #646464;
}

nav ul li.line {
	float: left;
	list-style: none;
	width: 40px;
	height: 17px;
	background: url(../img/line_menu.gif) no-repeat center top;
	margin-top: 5px;
}

nav ul li a {
	text-decoration: none;
}

/*Seleccion de idioma*/
a.language {
	float: right;
	margin-top: 10px;
	text-decoration: none;
	color: #646464;
	font-size: 12px;
	text-transform: uppercase;
}

a.language:hover {
	color: #009fe3;
}

.language:hover {
	opacity: 1;
}
/*Cierro seleccion de idioma*/

	

/* =============================================================================
   Footer
   ========================================================================== */

footer {
	background: #8d8d8d url(../img/serie-foot.gif) repeat-x ;
	padding: 0px 60px 25px 60px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10x 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	letter-spacing: .5px;
}

footer .address, footer .camps-broker, footer .camps-broker a {
	text-align: center;
	color: #d6d6d6;
	padding: 15px 0px 10px 0px;
	font-size: 14px;
}

footer .camps-broker {
	padding-top: 10px;
}

.line-foot {
	height: 1px;
	background: url(../img/line_foot.jpg) no-repeat;
}

footer p {
	text-align: center;
	color: #4b4b4b;
	font-size: 12.2px;
}

footer .bold {
	font-weight: 600;
	color: #414141;
	font-size: 12px;
}

/* =============================================================================
   home
   ========================================================================== */

/*Imagen de la cabecera*/
.img_head {
	width: 940px;
	height: 199px;
	background: url(../img/head_home_ca.png) no-repeat;
	
	-webkit-border-radius: 3px;
	border-radius: 9px; 
}

.boxshadow .img_head {
	-webkit-box-shadow:  1px 1px 5px 3px rgba(219, 219, 219, .8);
    box-shadow:  1px 1px 5px 3px rgba(219, 219, 219, .8);
}

.no-boxshadow .img_head {
	border:1px solid #999;
}
/*Cierro imagen de la cabecera*/

/* Info */
.info {
	padding: 0px 60px 0px 60px;
}

.info h1 {
	font-weight: 600;
	font-size: 27px;
	line-height: 37px;
}

.azul {
	font-size: 43px;
	color: #009fe3;
	letter-spacing: 1px;
}

.gris {
	font-size: 22px;
}

.info h2 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .8px;
	margin-top: -10px;
}

.info p {
	font-size: 15px;
}

.logo-bottom {
	padding: 10px 0px 10px 0px;
}
/*Cierro info*/

.logo-bottom {
	width: 144px; 
	height: 77px;
	margin: 0px auto;
}

/* =============================================================================
   Serveis
   ========================================================================== */

/*Imagen de la cabecera*/
.services {
	background: url(../img/head_serveis_ca.png) no-repeat;	
}
/*Cierro imagen de la cabecera*/

/* info */
h1.title-services {
	font-size: 30px;
}

.azul_services {
	font-size: 36.3px;
}

.gris_services {
	font-size: 23.5px;
}

.info .subtitle_services {
	font-size: 14.5px;
}

.info ul.services-list li {
	margin-left: -26px;
	color: #009fe3;
	font-size: 12px;
	padding-left: 30px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .8px;
}

.info ul.services-list {
	margin-top: 20px;
}
/*Cierro info*/


/* =============================================================================
   Productes
   ========================================================================== */

.selected-products {
	background:url(../img/productes-menu.ca_ov.gif) no-repeat center center;
}

/*Imagen de la cabecera*/
.products {
	background: url(../img/head_productes_ca.png) no-repeat;
}
/*Cierro imagen de la cabecera*/

/*Info*/

.azul-productes {
	font-size: 47.5px;
}

.gris-productes {
	font-size: 15px;
}

.info ul.products-list {
	margin-left: -40px;
}


.info ul.products-list li.plegado {
	list-style: none;
	margin: 2px 0px 2px 0px;
	padding: 8px 0px 8px 30px;
	line-height: 5px;
}

.info ul.products-list li a {
	color: #FFF;
	text-decoration: none;
}

ul.products-list li ul li {
	line-height: 20px;
	list-style:inside;
	margin-left: -40px;
}

.escondido {
    display: none;
}

.mas {
	background-image: url(../img/mas.png);
	background-repeat: no-repeat;
}

.menos {
	background-image: url(../img/menos.png);
	background-repeat: no-repeat;
}

li.desplegado {
	color: #009fe3;
}
/*Cierro info*/


/* =============================================================================
   Contacte
   ========================================================================== */
/*Info*/
.contact {
	padding: 0px;
	position: relative
}

/* El mapa */   
.map {
	width: 940px;
	height: 550px;
	background: url(../img/map.png) no-repeat;
}
/* Ciero el mapa */ 


/* El panel con la informacion de dirección y horarios */
.panel {
	background: #9e9e9e;
	position: absolute;
	top: 0px;
	padding: 30px 45px 8px 25px;
	
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	
	-webkit-box-shadow:  3px 3px 8px 1px rgba(158, 158, 158, 1);
    box-shadow:  3px 3px 8px 1px rgba(158, 158, 158, 1);
}

.panel a {
	background: url(../img/mail.png) no-repeat left 50%;
	padding: 3px 0 3.5px 30px;
	color: #FFF;
	letter-spacing: .55px;
}

.panel a:hover {
	color: #414141;
}

.panel h2, .panel p {
	padding-left: 30px;
}

.panel h2, .panel p {
	color: #FFF;
}

.panel h2 {
	line-height: .5px;
	font-size: 22px;
	font-weight: 500;
}

.panel h3 {
	border-image: url("../img/border-double-line.gif") 0 0 2 0 repeat;
	-moz-border-image: url("../img/border-double-line.gif") 0 0 2 0 repeat;
	-webkit-border-image: url("../img/border-double-line.gif") 0 0 2 0 repeat;
	-o-border-image: url("../img/border-double-line.gif") 0 0 2 0 repeat;
	
	color: #414141;
	font-size: 12px;
	line-height: 2px;
	padding: 0 0 15px 0;
	margin-left: 26px;
	margin-right: 52px;
}

.panel p {
	margin-top: -5px;
	letter-spacing: .55px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: -1px;
}

p.time {
	background: url(../img/time.png) no-repeat left top;
}

h2.horarios {
	margin-top: 40px;
}
/* Cierro el panel con la informacion de dirección y horarios */

/* Titulo en el formulario */
h1.form-title {
	font-size: 45px;
	color: #009fe3;
	line-height: 22px;
}

span.de-contacto {
	font-size: 18px;
	color: #646464;
	line-height: 5px;
	margin-top: -5px;
}
/* Cierro el titulo en el formulario */
/* Cierro info */

/*Pie*/
.line-foot-contact, .address-contact {
	display: none;
}

p.footer-contact, span.footer-contact {
	color: #d6d6d6;
}
/*Cierro pie*/

 
/* =============================================================================
   telefons
   ========================================================================== */
/* Imagen de la cabecera */
.phone {
	background: url(../img/head_telefonos_ca.png) no-repeat;
}
/*Cierro imagen de la cabecera*/

/* Info */
.phone-title {
	font-size: 46px;
	line-height: 40px;
}

/*Tabla*/
tr.top {
	background: #FFF;
	height: 20px;
}

tr.top td {
	border: none;
}

table {
	position: relative;
}


td {
	width: 180px;
	text-align: center;
	border-bottom: 3px #e3e3e3 solid;
	border-right: 1px #b7b7b7 solid;
	font-size: 15px;
	padding: 5px 0;
}

td.no-borde {
	border-right: none;
}

td, th {
	font-size: 14px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

.down {
	width: 0px;
 	height: 0px;
 	border-left: 10px solid transparent;  /* left arrow slant */
 	border-right: 10px solid transparent; /* right arrow slant */
 	border-top: 10px solid #009cdf; /* bottom, add background color here */
 	position: absolute;
	margin-left: 80px;
	top: 18px;
}

.down-company {
	margin-left: 130px;
}

.even {
	background-color: #f1f1f1;
}

th.company, td.company {
	width: 290px;
	color: #009fe3;
	background: #FFF;	
}

td.compan {
	border-right: 1px #b7b7b7 solid;
}
	
th {
	background: url(../img/head_table.png) no-repeat;
	color: #FFF;
	position: relative;
	font-weight: 300;
}

th.company {
	background: url(../img/head-table-big.png) no-repeat ;
	color: #FFF;
	position: relative;
	font-weight: 300;
	line-height: 10px;
}
/*Cierro tabla*/
/* Cierro info */


   





/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

    <!--- Codigo para la política de cookies-->
     
     
    <style type="text/css">
     
    /* CSS para la animación y localización de los DIV de cookies */
     
    @keyframes desaparecer
    {
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
    }
     
    @-webkit-keyframes desaparecer /* Safari and Chrome */
    {
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
    }
     
    @keyframes aparecer
    {
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
    }
     
    @-webkit-keyframes aparecer /* Safari and Chrome */
    {
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
    }
    #cookiesms1:target {
        display: none;
    }
    .cookiesms{	
    	width:100%;
    	height:43px;
    	margin:0 auto;
    	padding-left:1%;
            padding-top:5px;
            font-size: 1.2em;
    	clear:both;
            font-weight: strong;
    color: #333;
    bottom:0px;
    position:fixed;
    left: 0px;
    background-color: #FFF;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    transition: bottom 1s;
    -webkit-transition:bottom 1s; /* Safari */
    -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
    z-index:999999999;
    }
     
    .cookiesms:hover{
    bottom:0px;
    }
    .cookies2{
    background-color: #FFF;
    display:inline;
    opacity:0.95;
    filter:alpha(opacity=95);
    position:absolute; 
    left:1%; 
    top:-30px;
    font-size:15px;
    height:30px;
    padding-left:25px;
    padding-right:25px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
    }
    
    body > div.container > div:nth-child(3){
    display: none;
    }
    
    body > div > div:nth-child(4){
    display: none;
    }
    
    body > div:nth-child(3){
    display: none;
    }
    
    body > div:nth-child(2) > div > p.CookieDeclarationDialogText{    display: none;
    }
    
    body > div:nth-child(2) > div > p.CookieDeclarationIntro{
    display: none;
    }
    
    body > div:nth-child(2) > div > p:nth-child(3){
    display: none;
    }
    
    #CookieDeclarationConsentIdAndDate > span:nth-child(1){    
    display: none;
    }
    
    #CookieDeclarationConsentIdAndDate > span:nth-child(2){    
    display: none;
    }
        
    body > div:nth-child(2) > div > p.CookieDeclarationLastUpdated{
    display: none;
    }
    
    body > div:nth-child(2) > div > div.CookieDeclarationType{
    display: none;
    }
     
    /* Fin del CSS para cookies */
     
    </style>