/*#header .navbar .navbar-inner ul {
	width:100%;
}*/

/*negro: #1d1d1b
verde: #8cc63f*/

 h1 { font-weight:normal; font-family: "Open Sans", "Lato", Helvetica, Arial, sans-serif; font-weight:600; }
 h2 { font-weight:normal; }
 h3 { font-weight:normal; }
 h4 { color:#1d1d1b; font-weight:normal; }
 h6 { font-weight:normal; line-height:1.3; }
 
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-family: "Open Sans", "Lato", Helvetica, Arial, sans-serif; font-weight:600; }
 
 #titu h1 { color:#FFF; text-align:center; font-weight:600; margin-top:0px; }
 #titu h1 span { font-weight:100;  }
 
.azul { color:#1d1d1b !important; }
.verde { color:#8cc63f !important; }
 
.mayus { text-transform:uppercase; }
  
 strong { font-weight:400; }
 
.p0 { padding:0px !important; }
.m0 { margin:0px !important; }
 
.pt10 { padding-top:10px !important; }
.pb10 { padding-bottom:10px !important; }

.pt30 { padding-top:30px !important; }
.pb30 { padding-bottom:30px !important; }

.pt40 { padding-top:40px !important; }
.pb40 { padding-bottom:40px !important; }

.pl25 { padding-left:25px !important; }
.pr25 { padding-right:25px !important; }

.pl40 { padding-left:40px !important; }
.pr40 { padding-right:40px !important; }

.pl50 { padding-left:50px !important; }
.pr50 { padding-right:50px !important; }

.mt0 { margin-top:0px !important; }
.mb0 { margin-bottom:0px !important; }

.mt10 { margin-top:10px !important; }
.mb10 { margin-bottom:10px !important; }

.mt30 { margin-top:30px !important; }
.mb30 { margin-bottom:30px !important; }

.mt40 { margin-top:40px !important; }
.mb40 { margin-bottom:40px !important; }

.mt50 { margin-top:50px !important; }
.mb50 { margin-bottom:50px !important; }

.mt60 { margin-top:60px !important; }
.mb60 { margin-bottom:60px !important; }

.mt80 { margin-top:80px !important; }
.mb80 { margin-bottom:80px !important; }

.ml20 { margin-left:20px !important; }
.mr20 { margin-right:20px !important; }

.ml30 { margin-left:30px !important; }
.mr30 { margin-right:30px !important; }

.ml60 { margin-left:60px !important; }
.mr60 { margin-right:60px !important; }

.w670 { max-width:670px; margin-left:auto; margin-right:auto; }
.w720 { max-width:720px; margin-left:auto; margin-right:auto; }
.w920 { max-width:920px; margin-left:auto; margin-right:auto; }

ul { font-weight:300; }
li { line-height:1.5; padding-bottom:10px; }

#contenido a, #info a { color:#1d1d1b; }
#contenido a:hover, #info a:hover { color:#8cc63f; }


.botones { max-width:800px; margin:0 auto; display:block; }

.boton {
	display: inline-block;
	padding:10px 30px;
	margin:0 10px;
	border:none;
	color:#FFF !important;
	background:#1d1d1b;
	border-radius:10px;
}

.boton:hover {
	color:#1d1d1b;
	background:#8cc63f;
	
}

.btn_blanco:hover {
	color:#1d1d1b !important;
	background:#fff;
	
}

.boton_2 {
	display: inline-block;
	padding:10px 30px;
	margin:0 10px;
	border:none;
	color:#1d1d1b !important;
	background:#none;
	border-radius:10px;
	border:#1d1d1b solid 2px;
	}
	
	
.boton_2:hover {
	border:#8cc63f solid 2px;
	
}

#inscripcion { background: no-repeat url("../img/tri.svg") top center, no-repeat url("../img/banner-incripcion.jpg") center center; }

#inscripcion a { color:#1d1d1b;}

#inscripcion a:hover { color:#8cc63f;}

#inscripcion figure { margin-top:15px; margin-bottom:15px; }

#premios { background: no-repeat url("../img/tri.svg") top center, no-repeat url("../img/banner-premios.jpg") center center; }

#informacion { background:#f6f6f6; }

#app{ background:#f6f6f6 no-repeat url("../img/tri.svg") top center }

#app a { color:#1d1d1b;}

#app a:hover { color:#8cc63f;}

#app img { border-radius:9px; }

#gallery-items .gallery-item figure img {
	    -webkit-box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.45);
box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.45);

/*border-radius:7px;*/
}
#gallery-items .gallery-item figure {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gallery-items .gallery-item figure:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  box-shadow:none;
}

.navbar .nav > li:last-child { 

margin-right:0px;
}

.navbar .nav > li > a {

    padding: 32px 10px;
 
}


.nav > li > a {
/*	padding: 25px 10px !important;*/
}

#header .navbar .navbar-inner ul li {
	padding:0px;
	margin-bottom:1px;
}

.navbar .nav > li:first-child, .navbar .nav > li:last-child {
	
	border-radius: 0px;
	
}

#mancheta {
/*  -vendor-animation-duration: 3s;*/
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
 /* -webkit-animation-iteration-count: infinite;*/
}

#hero2 { height:300px; }

#hero2 #titu h1 { margin-top:70px; }

#hero .intro { padding-top:85px; }

#hero a { color:#eaa93b; }
#hero a:hover { color:#fff; }


@media (max-width: 1199px) {

#hero .intro { padding-top:75px; }

}

@media (min-width: 1024px) {
	#titu { margin-top:-20px; }
}

@media (max-width: 1024px) {

#hero, #parallax { height:485px; }

#titu { margin-top:0px; }

}

@media (max-width: 991px) {
#hero2 {
    text-align: center;
    height: auto;
    /* background-color: #ecf0f1; */
    padding: 48px 0 24px;
}
#hero2 #titu h1 { margin-top:20px; margin-bottom:50px; }

#hero .intro { padding-top:25px; }

}

@media (max-width: 768px) {

#hero, #parallax { height:485px; }

}

@media (max-width: 767px) {
#hero2 {
    text-align: center;
    height: auto;
    /* background-color: #ecf0f1; */
    padding: 48px 0 24px;
}
#hero2 #titu h1 { margin-top:20px; margin-bottom:50px; }

}


@media (max-width: 766px) {

#hero, #parallax { height:565px; }

}


@media (max-width: 450px) {

#titu h1 { padding-left:55px; padding-right:55px; }
#hero h5 { font-size:19px; line-height:25px; }
#hero, #parallax { height:640px; }

}


#parallax2 {
 /* height: 672px;*/
  height: 500px;
  width: 100%;
  position: fixed;
  background-color:#1d1d1b;
  background: url('../img/banner-app.jpg') center center no-repeat;
  background-size: cover;
  z-index: -100;
}

#parallax3 {
 /* height: 672px;*/
  height: 300px;
  width: 100%;
  position: fixed;
  background-color:#1d1d1b;
  background: url('../img/banner-concurso.jpg') center center no-repeat;
  background-size: cover;
  z-index: -100;
}

#parallax4 {
 /* height: 672px;*/
  height: 300px;
  width: 100%;
  position: fixed;
  background-color:#1d1d1b;
  background: url('../img/banner-inscripcion.jpg') center center no-repeat;
  background-size: cover;
  z-index: -100;
}



.hr2 {margin-top:40px;

border-bottom: 1px solid #ddd;
}

ul.lista_cajas {
	padding-left:0px;
	text-align:center !important;
}

.lista_cajas li {
	display:inline-block;
	padding:15px 20px;
	border:#8cc63f solid 1px;
	margin:5px 15px;
	text-align:left;
	border-radius:7px;
}

ul.lista_cajas_2 {
	padding-left:0px;

}

.lista_cajas_2 li {
	display:inline-block;
	padding:10px 15px;
	border:#ccc solid 1px;
	margin:5px 10px 5px 0px;
	text-align:left;
}


#lista1 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
   
    padding: 0;
    margin-bottom: 0em;
	font-weight:100;
	

   
}

#lista1 ol {
    margin: 0 0 0 2em; 
}

#lista1 li{
    position: relative;
    display: inline-block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
   /* margin: .5em 0;*/
	 margin: 0em 0 .5em;
	margin-left:50px;
    color: #1d1d1b;
    text-decoration: none;
	text-align:left;
    transition: all .3s ease-out;   
}

#lista1 li:hover{
   /* background: #eee;*/
}

/*#lista1 li:hover:before{
    transform: rotate(360deg);  
}*/

#lista1 li:before{
    content: counter(li);
    counter-increment: li;
	position:relative;
	display: inline-block;
	
    /*position: absolute; 
    left: -1em;
    top: 35px;*/
	/*top:50%;*/
    margin-top: -1.5em;
    margin-left:-50px;
	
	text-decoration: none;
	border: 1px solid #1d1d1b;
	/*padding: 10px 14px;*/
	margin-right: 12px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	background: #1d1d1b;
	
   border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;

 line-height: 1.5em;
  text-align: center;
  width: 1.55em;

    transition: all .3s ease-out;
}



#lista2 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
   
    padding: 0;
    margin-bottom: 0em;
	font-weight:100;
	text-align:left;
	
	column-count: 3;
	column-gap: 6em;
	column-rule: rgba(0,0,0,0.2) solid 1px;

   
}



#lista2 ol {
    margin: 0 0 0 2em; 
}

#lista2 li{
    position: relative;
   /* display: inline-block;*/
	display:block;
    padding: 1em .4em 1em 2em;
    *padding: .4em;
    margin: .0em 0;
	margin-left:30px;
    color: #1d1d1b;
    text-decoration: none;
    transition: all .3s ease-out;
	text-align:left;
	font-weight:600;
	
}

#lista2 li:nth-child(2n) { break-after: column; }

#lista2 li:hover{
   /* background: #eee;*/
}

#lista2 li:hover:before{
   /* transform: rotate(360deg);  */
   background:#36F;
   
}

#lista2 li:before{
    content: counter(li);
    counter-increment: li;
	
    position: absolute; 
    left: -1em;
    top: 35px;
	/*top:50%;*/
    margin-top: -1em;
    
	
	text-decoration: none;
	border: 1px solid #1d1d1b;
	/*padding: 10px 14px;*/
	margin-right: 8px;
	color: #1d1d1b;
	font-size: 24px;
	font-weight: 300;
	background: none;
	
   border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;

 line-height: 1.7em;
  text-align: center;
  width: 1.75em;

    transition: all .3s ease-out;
	
}

#lista2 li:nth-child(1), #lista2 li:nth-child(1):before { border-color:#fbb03b; color:#fbb03b; }
#lista2 li:nth-child(2), #lista2 li:nth-child(2):before { border-color:#93278f; color:#93278f; }
#lista2 li:nth-child(3), #lista2 li:nth-child(3):before { border-color:#00a99d; color:#00a99d; }
#lista2 li:nth-child(4), #lista2 li:nth-child(4):before { border-color:#f15a24; color:#f15a24; }
#lista2 li:nth-child(5), #lista2 li:nth-child(5):before { border-color:#c1272d; color:#c1272d; }
#lista2 li:nth-child(6), #lista2 li:nth-child(6):before { border-color:#555b5e; color:#555b5e; }

#lista2 li:nth-child(1):hover:before { background:#fbb03b; color:#FFF; }
#lista2 li:nth-child(2):hover:before { background:#93278f; color:#FFF; }
#lista2 li:nth-child(3):hover:before { background:#00a99d; color:#FFF; }
#lista2 li:nth-child(4):hover:before { background:#f15a24; color:#FFF; }
#lista2 li:nth-child(5):hover:before { background:#c1272d; color:#FFF; }
#lista2 li:nth-child(6):hover:before { background:#555b5e; color:#FFF; }


@media (max-width: 1200px) {
	#lista2 {
		display:inline-block;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	column-count: 2;
	column-gap: 8em;
}

#lista2 li:nth-child(2n) { break-after: auto; }
#lista2 li:nth-child(3n) { break-after: column; }

}

@media (max-width: 991px) {
	#lista2 {
		display:inline-block;
		width:auto;
	column-count: 2;
	column-gap: 0em;
	column-rule: none;
}

#lista2 li:nth-child(2n) { break-after: auto; }
#lista2 li:nth-child(3n) { break-after: column; }

}


@media (max-width: 767px) {
	#lista2 {
		display:inline-block;
		width:auto;
		
	column-count: 1;
	column-gap: 0em;
	column-rule: none;
}

#lista2 li:nth-child(2n) { break-after: auto; }
#lista2 li:nth-child(3n) { break-after: auto; }

}




.decalogo span {
	position: absolute; 
    left: 25px;
    top: 35px;
	/*top:50%;*/
    margin-top: -30px;
    
	
	text-decoration: none;
	border: 1px solid #1d1d1b;
	/*padding: 10px 14px;*/
	margin-right: 8px;
	color: #1d1d1b;
	font-size: 24px;
	font-weight: 300;
	background: none;
	
   border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;

 line-height: 1.7em;
  text-align: center;
  width: 1.75em;
}

.decalogo h4 {
	margin-left:60px;
	margin-bottom:30px;
	
}

.decalogo p {
	margin-bottom:0px;
	
}


.carousel-inner .item img {
	-webkit-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.3);
box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.3);
}



#objetivos #contenido span  { 
	text-decoration: none;
	border: 1px solid #1d1d1b;
	/*padding: 10px 14px;*/
	margin-right: 8px;
	color: #1d1d1b;
	font-size: 24px;
	font-weight: 300;
	background: none;
	
   border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;

  display: inline-block;
  padding:0px;

  line-height: 2em;
  text-align: center;
  width: 2.1em;
  
  margin-left:0px;
  margin-bottom:10px;
  

}

#testimonials .container .row {
      transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

#consejos { background:#fff url(../img/banner-salud-digital-2.jpg); background-size:cover !important; }

.consejos_num { float:right; }

#consejos p.lead {
	font-size:35px;
	line-height:38px;
	font-weight:500;
    color: white;
    padding-top: 24px;
}

#consejos p { color:#FFF; font-size:24px; line-height:29px; }

#consejos .carousel-inner .item img {
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

@media (max-width: 991px) {
#consejos {
    text-align: center;
}

.consejos_num { float: none; }

}

#footer a:hover, #footer .bottom-menu ul.bottom-icons li a, #footer .bottom-menu-inverse ul.bottom-icons li a:hover { color: #8cc63f; }





@media (max-width: 991px) {
	
ul { text-align:left; margin-bottom:0px; }

#lista2 {
 
	column-count: 2;
}


.decalogo span {
	position: relative;
	left:0px;
   
	margin:0px auto 55px;
	display:block;
}

.item .pr25 { padding-right:50px !important; }

.item .pl25 { padding-left:50px !important; }

.decalogo h4 {
	margin-left:10px;
	margin-right:10px;
	
}

}

@media (max-width: 767px) {
	#header .navbar .navbar-inner ul {
	width:100%;
}

#hero .intro {
    padding-top: 0px; 
}

.botones .botones { max-width:800px; margin:0 auto; display:block; }

.botones .boton {
	display: block;
	padding:10px 0px 20px 0px;
	margin:0px;
	border:none;
	color:#1d1d1b !important;
	background:none;
	border-radius:0px;
	border-bottom:#34495e 1px solid;
	line-height:1.4;
}

.botones .boton:hover {
	color:#8cc63f !important;
	background:none;
	
}



/*.boton i { float:right;  position: relative; vertical-align:middle; }*/

.boton i { display:none; }

#lista2 {
 
	column-count: 1;
}




}


@media (max-width: 480px) {
	
	#lista2 {
 
	column-count: 1;
}


.decalogo h4 {
	font-size:21px;
	line-height:29px;
}



}



/*--------------------------------------------*/
/*Colapsa el menu al llegar "max-width: 1200px"*/
/*--------------------------------------------*/

/*@media (max-width: 1200px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}

.navbar .btn-navbar {
     float: right; 
     display: block; 
}

}*/



/* */


/* Para ocultar icon menu si no colapsa en 1200 y ajustar btn_interes */
@media (max-width: 1200px) {
.navbar .btn-navbar {
	display:none;
}
}

@media (max-width: 991px) {
.navbar .btn-navbar {
    float: right;
    display: block;
}
}

@media (max-width: 1200px) {
.navbar-collapse.collapse {
    display: inline-block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    float: right;
}

#header .navbar .navbar-inner ul li {
    background: none !important;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
}

.nav > li > a {
    padding: 10px 30px !important;
	top:25px;
}

}

@media (max-width: 991px) {
.navbar-collapse.collapse {
    display: none !important;
}

.navbar .nav {
	margin-bottom:50px !important;
	
}

.btn_interes {
	margin-right:20px !important;
	margin-left:20px;
}
}




/* Igualar columnas en v */


/*.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
*/

@media (min-width: 0px) and (max-width: 767px) {
  .fsi-row-xs-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fsi-row-sm-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fsi-row-md-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .fsi-row-lg-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}


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

.centro_h {
	display:flex;
	justify-content: center;
}

#datos2 .filete, #info .filete {
	border-right:#ba1e76 solid 1px;
}

#datos2 .icon img, #info .icon img {
	width:130px; height:auto;
}

#datos2 h4 { font-size:33px; letter-spacing:-1px; }

#datos2 p { line-height:22px; }




@media (min-width: 0px) and (max-width: 991px) {

#datos2 .filete:nth-child(2), #info .filete:nth-child(2) {
	border-right: none;
	}

}

@media (min-width: 769px) and (max-width: 991px) {



}

@media (min-width: 0px) and (max-width: 767px) {
	
	#datos2 .filete, #info .filete {
	border-right:none;
}


#datos2 .filete2, #info .filete2 {
	border-right: none;
	border-top:#ba1e76 solid 1px;
	padding-top:55px;
}

}


.cubo { border:#ccc solid 2px; padding:40px; margin:20px 30px; box-sizing:border-box; width:325px; height:225px; }
.color1 { border-color:#fbb03b; color:#fbb03b; }
.color2 { border-color:#93278f; color:#93278f; }
.color3 { border-color:#00a99d; color:#00a99d; }
.color4 { border-color:#f15a24; color:#f15a24; }
.color5 { border-color:#c1272d; color:#c1272d; }
.color6 { border-color:#555b5e; color:#555b5e; }

@media (max-width: 1200px) {
.cubo { padding:20px; margin:20px 10px; box-sizing:border-box; width:300px; height:225px; }
}

@media (max-width: 991px) {
.cubo { padding:20px; margin:20px 20px; box-sizing:border-box; width: calc(50% - 40px); height:225px; }

}

@media (max-width: 767px) {
.cubo { padding:20px; margin:20px 20px; box-sizing:border-box; width: calc(100% - 40px); height:auto; }

}


.btn_interes a { border:#ba1e76 solid 1px; padding: 10px 30px !important; top:21px; font-size:16px !important; font-weight:400;}

/* MENÚ RECURSOS */


.boton_menu {
	display: inline-block;
	
 background-color:#eaa93b;
/* height:50px;*/
 width:220px;
 border:none;

 /*letter-spacing:1px;*/
 
border-radius: 35px; 
-webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  
margin:30px 0 0 0;
text-align:center;



font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 19px; font-weight:400; color:#ba1e76 !important;
text-align:center; padding:14px 0px 16px;


}

.boton_menu:hover {
	color:#ba1e76 !important;  font-weight:400;
}

.boton_menu.infancia-2, .boton_menu.infancia-2 i {
	color:#CF400C !important;  font-weight:400;
}




.boton_menu i { font-size:24px; margin-right:10px; color:#ba1e76;
position:relative;
bottom:-4px;

  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */

}
.boton_menu:hover > i { font-size:24px; margin-right:10px; color:#fff !important;}



#datos2 h4 { padding:15px 10px; display:inline-block; box-sizing:border-box;
 width:220px;
 border:none;
 font-size:21px;
 font-weight:300;
 
border-radius: 35px; 
-webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  
margin:-30px 0px 30px 0;
text-align:center;
color:#fff;
font-weight:300;
text-transform:uppercase;

 }

.infancia { background:#CF400C; }
.infancia-2 { background:#eaa93b; }
.adolescentes { background:#ba1e76; }

.flecha-down {
    width:0px;
    height:0px;
    border-left:10px solid transparent; /* izquierda flecha */
    border-right:10px solid transparent; /* derecha flecha */
    font-size:0px;
    line-height:0px;
	margin:-30px auto 20px;
	text-align:center;
}

.flecha-infancia {  border-top:10px solid #CF400C; /* base flecha y color*/ }
.flecha-adolescentes {  border-top:10px solid #ba1e76; /* base flecha y color*/ }



/* LEGAL */


.legal {
	border-bottom: solid 1px #ecf0f1;
}
	
	 .legal h1 {
	text-align:left !important;
	background:none !important;
	color: #1d1d1b !important;
	padding:0px !important;
	margin-bottom:50px !important;
	}
	
.legal h2 {
background:none;
font-size:24px;
text-align:left !important;
color:#1d1d1b;
padding:0px;
margin:25px 0 15px 0;
display:block;
}
	 
.legal p {
	font-size:18px;
	text-align:left;
	margin:0px;
	}	 
	 
.legal ul {
	font-size:18px;
	text-align:left;
	font-weight:300;
	margin-bottom:35px;
}

/*.legal ul li {
	margin-top:0px !important;
	padding-top:0px;
}*/



/* AVISO COOKIES */

.cookies { color:#eee; font-size:14px; position: fixed; bottom:50px;  width:50%; height:auto; margin-left: 50px; left: 0%; padding:20px 130px 10px 30px; background:#444; z-index:2000; }
.cookies p { width:100%; font-size:14px; display:block; margin:0 auto; position:relative; float:left; }
.cookies a { color:#1d1d1b; }
.cookies a:hover { color:#fff; }
.cookies_aceptar { float:right;  position: absolute; right:30px; display:block; cursor:pointer; background:#fff; padding:5px 9px 6px; border-radius:2px; color:#1d1d1b;  }
.cookies_aceptar:hover { background:#cbcbcb; color:#444 !important; }

@media (max-width: 500px) {
	.titu_h1 img { transform: scale(0.9); margin-left:-10px;  }
	
	.cookies { font-size:12px; position: fixed; bottom:15px;  margin-left: 15px; width:90%; min-width:300px; padding:20px 30px 10px 30px; }
	.cookies_aceptar { float:none; position:relative; left:0px; display:inline-block; }
}
  