/*-----------------------------------------------------------------------------------*/
/*	COLORS
/*-----------------------------------------------------------------------------------*/
/*
Azul: #002b56;
Azul claro: #2980B9;
Naranja: #f78d1e;
*/


.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot80 {margin-bottom:80px !important;}

.martop5 {padding-top:5px !important;}
.martop10 {padding-top:10px !important;}
.martop15 {padding-top:15px !important;}
.martop30 {padding-top:30px !important;}
.martop60 {padding-top:60px !important;}
.martop70 {padding-top:70px !important;}
.martop75 {padding-top:75px !important;}
.martop80 {padding-top:80px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot35 {padding-bottom:35px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}


.padtop70 {padding-top:70px !important;}
.padtop80 {padding-top:80px !important;}
.padtop60 {padding-top:60px !important;}
.padtop40 {padding-top:40px !important;}
.padtop30 {padding-top:30px !important;}
.padtop20 {padding-top:20px !important;}
.padtop10 {padding-top:10px !important;}

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


#herramientas h2 strong { font-family:'dinnextroundedltw01-boldRg', 'lato', sans-serif; }	

#herramientas h3 strong { font-weight:600 !important; }	


sup { top:-3px; }


.top_slider2 .slider_LAV {
	position:absolute;
	/*left:35px;*/
	/*margin-left: calc(50% - 225px);*/
	left:40%;
	bottom: 325px;
    height: auto;
    width: 500px;
}

.top_slider2 .slider_Nave {
	position: absolute;
    left:0%;
    bottom: 325px;
    width: 500px;
    height: auto;
}

@media (max-width: 1199px) { 

.top_slider2 .slider_LAV {
	left:43%;
	bottom: 155px;
    height: auto;
    width: 450px;
}

.top_slider2 .slider_Nave {
    left:0%;
    bottom: 155px;
    width: 450px;
    height: auto;
}

}

@media (max-width: 991px) { 

.top_slider2 .slider_LAV {
	left:40%;
	bottom: 155px;
    height: auto;
    width: 400px;
}

.top_slider2 .slider_Nave {
    left:-9%;
    bottom: 155px;
    width: 400px;
    height: auto;
}

}

@media (min-width: 715px) and (max-width: 768px) { 

.top_slider2 .slider_LAV {
	left:40%;
	bottom: 165px;
	 width: 400px;
    height: auto;
}

.top_slider2 .slider_Nave {
    left:-6%;
    bottom: 165x;
	width: 400px;
    height: auto;
}

}

@media (max-width: 714px) { 

.top_slider2 .slider_LAV {
	left:calc(47% - 187.5px);
	bottom: -40px;
	 width: 375px;
    height: auto;
}

.top_slider2 .slider_Nave {
    left:calc(47% - 100px);
    bottom: 115px;
	width: 200px;
    height: auto;
}

}

@media (max-width: 479px) { 

.top_slider2 .slider_LAV {
	left:calc(47% - 170px);
	bottom: -40px;
	 width: 340px;
    height: auto;
}

.top_slider2 .slider_Nave {
    left:calc(47% - 150px);
    bottom: 115px;
	width: 300px;
    height: auto;
}

}

@media (max-width: 375px) { 

.top_slider2 .slider_LAV {

	bottom: 0px;
	
}

.top_slider2 .slider_Nave {
  	left:calc(47% - 175px);
    bottom: 150px;
	width: 350px;
    height: auto;
	
}

}

@media (max-width: 320px) { 

.top_slider2 .slider_LAV {
left:calc(47% - 155px);
	bottom: 0px;
	 width: 310px;
    height: auto;
	
}

.top_slider2 .slider_Nave {
  	left:calc(47% - 175px);
    bottom: 150px;
	width: 350px;
    height: auto;
	
}

}


.fondo_primaria { background:#0cf; }

.fondo_eso { background:#dbd746; }

.fondo_gris { background:#ecf0f1 !important; }

.fondo_gris2 { background:rgba(0,0,0,0.05) !important; }

.fondo_gris_tri { background:#ecf0f1 no-repeat url("../img/tri.svg") top center !important; padding-top:80px; padding-bottom:40px !important; }

.fondo_gris_tri2 { background:rgba(0,0,0,0.05) no-repeat url("../img/tri2.svg") top center !important; }

.fondo6 { background:#5A287F url(../img/fondo2.jpg) center center; background-size:cover; }

.img_400 { width:100%; max-width:400px; height:auto; }
@media (max-width: 479px) { .img_400 { width:100%; max-width:300px; height:auto; } }

#programa { background:#5A287F; }

#programa p { color:#FFF; }

#programa a:hover { color:#FFF; }

.img_float { position: absolute; float:right; }

@media (max-width: 1199px) { .img_float { margin-top:5%; margin-left:-50px; width:54%; height:auto; } }
@media (max-width: 991px) { .img_float { margin-top:0px; margin-left:-175px; z-index:0; width:auto; height:auto; } }
@media (max-width: 768px) { .img_float { position:relative; width:95%; max-width:500px; height:auto; float:none; text-align:center; margin:0 auto -75px; } }
@media (min-width: 768px) and (max-width: 768px) { .img_float { position:relative; width:95%; max-width:425px; height:auto; float:none; text-align:center; margin:125px 0 0 -65px; } }

iframe.map { height:200px; }

#contacto { background:#2980B9; }
#contacto p { color:#4c1973; }
/*#contacto h2 { color:#fff; }*/
#contacto h2 { color:#fff; }

.mfp-counter { display:none; }
.mfp-title { letter-spacing:1px; font-weight:300; margin-left:50px; }

/*  */

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* */

.idiomas { font-size:50px; color:#f78d1e; margin-bottom:25px; display:block; }

.arrow-before {
    width:0px;
    height:0px;
    border-left: 18px solid transparent;  /* izquierda flecha */
    border-right: 18px solid transparent; /* derecha flecha */
    border-top: 18px solid #24f8e2; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    top: 0px;
	margin:0 auto;
    position: relative;
}

.arrow-after {
    width:0px;
    height:0px;
    border-left: 18px solid transparent;  /* izquierda flecha */
    border-right: 18px solid transparent; /* derecha flecha */
    border-top: 18px solid #fff; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    top: -19px;
    margin:0 auto;
    position: relative;
}

.hr_tri {
	border:0;
    height:6px;
	clear:both;
	border-bottom:1px solid #24f8e2;
	margin: 0 0 0px 0;
    }
	
	/*<br /><hr class="hr_tri" />
    <div class="arrow-before"></div><div class="arrow-after"></div>*/
	
.hr2 {
	border:0;
    height:1px;
	clear:both;
	border-bottom:1px solid #ecf0f1;
	margin: 0 0 0px 0;
	}	
	
	
#lista2 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
   
    padding: 0;
    margin-bottom: 0em;
	/*font-weight:100;*/
	
	/*column-count: 2;
	column-gap: 3em;
	column-rule: rgba(0,0,0,0.2) solid 1px;*/

   
}

.lista2 {
    counter-reset: li+5 !important;    
}

.lista3 {
    counter-reset: li+6 !important;    
}

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

#lista2 li{
    position: relative;
  /*  display: inline-block;*/
    /*padding: .4em .4em .4em 2em;*/
	padding:16px 0px 16px 50px;
   /* *padding: .4em;*/
   /* margin: .5em 0;*/
	/*margin-left:30px;*/
   /* color: #444;*/
    text-decoration: none;
    transition: all .3s ease-out;   
	border-bottom:#d9d9d9 solid 1px;
	
	font-size:19px;
}

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

#lista2 li:hover:before{
    transform: rotate(360deg);  
}

#lista2 li:before{
    content: counter(li);
    counter-increment: li;
	
    position: absolute; 
    /*left: -1em;*/
	left:0px;
    top: 9px;
	/*top:50%;*/
   /* margin-top: -1em;*/
    
	font-family:'dinnextroundedltw01-mediumRg', 'lato', sans-serif;
	text-decoration: none;
	/*border: 1px solid #2980B9;*/
	/*padding: 10px 14px;*/
	margin-right: 8px;
	background: #002b56;
	color: #fff;
	font-size: 17px;
	/*font-weight: 300;*/
	/*background: none;*/
	
   border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  
  padding-top:3px;
 line-height: 1.8em;
  text-align: center;
  width: 1.95em;

    transition: all .3s ease-out;
}

.alto25ani { margin-top:8px; }
@media (max-width: 1199px) { .alto25ani { margin-top:56px; }}

.guion { border-left:5px solid #F90; padding-left:20px; }

.fotos2_up img { top:0px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; position:relative; }
.fotos2_up img:hover { top:-15px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; position:relative; }
.fotos2_up a:focus { outline:0px; }

@media (max-width: 1199px) { .fotos2_up img:hover { top:0px; } }


.guia_profe i { font-size:45px; color:#f78d1e; margin-bottom:7px; }
p.guia_profe { /*font-size:14px !important;*/ font-weight:400; margin-bottom:40px !important; /*text-transform:uppercase;*/ }

#contacto h2 {
    color: rgba(255,255,255,0.95);
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


.lista_pasos { position:relative; }


@media (min-width: 1199px) { .lista_pasos_col { padding:0px; } }

.lista_pasos li {
	margin-bottom:11px;
	font-weight:400;
	line-height:15px;
	margin-left:84px;
	
}

.lista_pasos span {
	display: inline-block;
	font-size:12px;
	text-align:center;
	width:70px;
	background:#f78d1e;
	padding:4px 0px;
	margin-right:10px;
	margin-left:-84px;
	
	font-weight:400;
	color:#FFF;
	border-radius:4px;
	text-transform:uppercase;
}

.lista_pasos span strong { font-weight:600; font-size:13px; padding-left:5px; }

#programa h1 { color:#fff; }

#programa a { color:#f78d1e; }
#programa a:hover { color:#fff; }

#programa li { color:rgba(255,255,255,0.8); text-transform:uppercase; border-bottom: rgba(255,255,255,0.2) solid 1px }
#programa .list5 li:before { color:#f78d1e; }

.boton_album { color:#FFF; padding:5px 17px 7px; border-radius:17px; text-align:center; font-size:16px; margin:10px 0 10px 7px; display: inline-block; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; }

.boton_album:hover { background:#f78d1e; }
.boton_album i { margin-right:5px; bottom:-1px; position:relative; display:none; }

@media (max-width: 768px) { .boton_album { display:block; margin-bottom:20px; } }

.color1 {  background:#644895; }
.color2 {  background:#e2007c; }
.color3 {  background:#8ba22e; }
.color4 {  background:#009ddf; margin-bottom:0px; }

@media (max-width: 1199px) and (min-width: 768px) { 

.color1 {  margin-bottom:30px; }
.color2 {  margin-bottom:30px; }
.color3 {  margin-bottom:0px; }
.color4 {  margin-bottom:0px; }

 }

.caract_mtop { margin-top:-35px; }

@media (max-width: 1199px) { .caract_mtop { margin-top:0px; } }

@media (max-width: 991px) { .resp_center { text-align:center; } }
@media (max-width: 1199px) and (min-width: 991px) { .btn { padding: 18px 18px 15px; margin-right:10px; } }

/*#contacto {
	
background: rgba(41,128,185,1);
background: -moz-linear-gradient(left, rgba(41,128,185,1) 0%, rgba(0,71,118,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,128,185,1)), color-stop(100%, rgba(0,71,118,1)));
background: -webkit-linear-gradient(left, rgba(41,128,185,1) 0%, rgba(0,71,118,1) 100%);
background: -o-linear-gradient(left, rgba(41,128,185,1) 0%, rgba(0,71,118,1) 100%);
background: -ms-linear-gradient(left, rgba(41,128,185,1) 0%, rgba(0,71,118,1) 100%);
background: linear-gradient(to right, rgba(41,128,185,1) 0%, rgba(0,71,118,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2980b9', endColorstr='#002b56', GradientType=1 );
}*/




/* 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;
  }
}



/* PROGRAMA */


#programa .filete, #info .filete {
	border-right:rgba(255,255,255,0.7) solid 1px;
}

#programa .icon img, #info .icon img {
	width:115px; height:auto;
}


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

#programa .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) {
	
	#programa .filete, #info .filete {
	border-right:none;
}


#programa .filete2, #info .filete2 {
	border-right: none;
	border-top:rgba(255,255,255,0.7) solid 1px;
	padding-top:55px;
}

}


.material p { font-size:19px !important; line-height:24px !important; }


.caja_programa {
	background:#fff;
	box-sizing:border-box;
	padding:0px;
	border-radius:15px;
	width:100%;
	height:100%;
}

.caja_programa .imagen {
	display:block;
	width:100%;
	height:225px;
	background-size:cover;
	background-position:center;
}

.caja_programa img {
	border-radius:15px 15px 0px 0px;
}

.caja_programa_text {
	background:#FFF;
	box-sizing:border-box;
	padding:20px;
	border-radius:0px 0px 15px 15px;
}

.caja_programa h2 {
	color:#002b56;
	font-size:30px;
	line-height:30px;
	margin-top:0px;
	margin-bottom:20px;
	/*min-height:90px;*/
}

.caja_programa h3 {
	margin-bottom:80px !important;
}

.btn_programa_p {
	position:absolute;
	bottom:20px;
	
	background:	#0cf;
	color: #002b56;
    padding: 10px 20px 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 19px;
	font-weight:400;
 
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn_programa_p:hover  {
	color:#FFF;
	background:#002b56;
}

.btn_programa {
	position:absolute;
	bottom:20px;
	
	background:	#dbd746;
	color: #002b56;
    padding: 10px 20px 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 19px;
	font-weight:400;
	 
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn_programa:hover  {
	color:#FFF;
	background:#002b56;
}

.btn_programa_p i, .btn_programa i {
	position:relative;
	margin-left: 10px;
	bottom:-1px;
}


/* */

a.btn_ebook {
	background:#0cf;
	padding:15px 30px;
	color:#002b56;
	font-size:19px;
	border-radius:10px;
	margin-top:10px;
	display:inline-block;
	font-weight:500;
}

a:hover.btn_ebook {
background:#002b56;
color:#FFF !important;
}

a.btn_link {
	background:#0094DA;
	padding:15px 30px;
	color:#FFF;
	font-size:19px;
	border-radius:20px;
	margin-top:10px;
	display:inline-block;
}

a:hover.btn_link {
background:#FFE500;
color:#222 !important;
}

a.btn_link i {
	margin-left:10px;
	position:relative;
	bottom:-2px;
}


 .video-responsive {
    position: relative;
    margin-bottom: 20px;
    /*padding-top: 56.25%;*/ /* para vídeos 16:9*/
	/*padding-top: 66.5%;*/ /* para vídeos 3:4*/
	padding-top: 80%; /* para vídeos 1920x1536*/
	margin-right:0px;
	margin-left:0px;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
	border-radius:10px;
	
	/*outline:#fff solid 5px;
	border-radius:2px;*/
	
/*-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);
box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);*/
}


.video-responsive_2 {
    position: relative;
    margin-bottom: 20px;
    /*padding-top: 56.25%;*/ /* para vídeos 16:9*/
	padding-top: 66.5%; /* para vídeos 3:4*/
	/*padding-top: 80%;*/ /* para vídeos 1920x1536*/
	margin-right:0px;
	margin-left:0px;
}
.video-responsive_2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
	border-radius:10px;
	
	/*outline:#fff solid 5px;
	border-radius:2px;*/
	
/*-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);
box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);*/
}



/* THUMB VIDEO */

a.btn_thumb {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	background:#24f8e2;
	width:100%;
	height:100%;
	opacity:0;
	mix-blend-mode: soft-light;
	
	border-radius:10px;
}

a.btn_thumb:hover {
	opacity:0.8;
	mix-blend-mode: multiply;
}


.ebook h3, .anis h3 { font-weight:500 !important; color:#002b56 !important; margin-bottom:10px !important; }
.ebook { min-height:620px; }
.ebook .habilidad, .anis .habilidad { background:#002b56; padding:2px 8px 3px; border-radius:6px; font-weight:400; display:inline-block; color:#24f8e2; }

.anis { min-height:440px; }
.anis .titu { font-size:21px; font-weight: 600; }
.anis p { margin-bottom:0px; font-weight:300; }
.anis span { background:#0094DA; padding:1px 13px 0px; color:#fff; display:inline-block; border-radius:7px; margin-bottom:5px; font-size:17px; }
.anis .resumen {     line-height: 30px !important;
    font-size: 22px !important; }

.datos { text-align:left; margin:40px 0px  }
.datos .titu { font-size:25px; font-weight: 600; margin-bottom:0px; }
.datos p.tag { margin-bottom:0px; font-weight:300; background:#fff; border-radius:7px; display:inline-block; margin:0px 20px 20px 0px; padding:0px 13px 0px 0px; font-size:19px; }
.datos span { background:#0094DA; padding:1px 13px 0px; color:#fff; display:inline-block; border-radius:7px 0px 0px 7px; margin-bottom:0px; margin:0px 9px 0px 0px; }

@media (max-width: 480px) {
	.datos p.tag {  margin:0px 0px 10px 0px; font-size:13px; }
	.datos .titu { margin-top:10px; }
}


















/* FOOTER */






/* LEGAL */

#legal h2 { font-size:27px; color:#333; margin-top:40px; }

#legal hr { border-color:#ddd; }

#legal .mt0 { margin-top:0px !important; }

#legal li { list-style: disc !important; padding-left:0px; margin-left:35px !important; margin-bottom:10px;  }

#legal li:last-child { margin-bottom:30px;  }


#legal table {
	display:table;
	border-collapse:collapse;
    margin: 16px 0 15px;
    width: 100%;
	text-align:left;
}

#legal table tbody tr {
	border:0px;
	border-bottom:#333 solid 1px;
}

#legal table thead {
	border:0px;
	border-bottom:#333 solid 1px;
	border-top:#333 solid 3px;
	font-weight:600;
}

#legal table p {
	padding-top:14px;
}



/* AVISO COOKIES */

.cookies { color:#444; font-size:13px; position: fixed; bottom:0px;  width:100%; height:auto; margin-left: 0px; left: 0%; padding:20px 130px 20px 30px; background:#dfdfdf; z-index:1000; }
.cookies p { width:100%; display:block; margin:0 auto; position:relative; float:left; }
.cookies_aceptar { float:right;  position: absolute; right:30px; display:block; cursor:pointer; background:#fff; padding:0px 7px 1px; border-radius:4px;  }
.cookies_aceptar:hover { background:#cbcbcb; color:#444 !important; }

/* */

.logoBBPP {
	width:100px;
	height:auto;
	margin:40px 30px 0px;
}

@media (max-width: 768px) {
	.logoBBPP {
	width:115px;
	margin:20px 15px 40px;
}

}

@media (max-width: 479px) {
	.BBPP {
		width:100%;
	}
	
	.logoBBPP {
	width:115px;
	margin:20px auto 50px;
	position:relative;
	text-align:center;
}
}

/* */

@media (max-width: 768px) {
	.no_tablet {
		display:none;
}
}

@media (max-width: 479px) {
	.no_movil {
		display:none;
}
}
