/* cabecera del index*/

  .header-bottom{
	background:  linear-gradient(rgba(0,0,0,0.62),  transparent 30%),
			     url('../imagenes/foto-cabecera.jpg') 0 0/cover;
	padding-bottom: 0.1rem;

  }	

  .header-bottom-row{
 	display: flex;
 	padding: 2rem;
 	padding-bottom: 0.5rem;
  }

 .header-bottom-row:first-child{
		justify-content: space-between; /* lo coloca en los laterales */
		padding-bottom: 1.4rem;
		margin-bottom: 1rem;

  }
	
  .header-bottom-row .logo{
  	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7));
  }	

  .header-bottom .iframe{
	position: relative;
	top: 0.8rem;
	margin-left: 2rem;
  }
  .header-bottom iframe{
  	 position: relative;
  	 width: 690px;
  	 height: 4rem;
  }

  .header-bottom .iframe::before{
  	  content: url('../imagenes/icono_fondo_exitos.png');
  	  position: absolute;
  	  left: -0.5rem;
  }


/* SLIDE */

.slide{
	position: relative;
	display: block;
	justify-content: center;
	width: 55em;
	margin: 2.5rem  auto 1rem auto;
	padding: 0 4em;
 
	overflow: hidden;

}

.slide div{
	display: none;
}


.slidePubli{
	margin: 0 auto;
}

.slideAvance,
.slideRetroceso{
	 position: absolute;
	 top: calc(50% - 32px);
	 z-index: 1000;
	width: 50px;
	height: 65px;
	display: inline-block;
	cursor: pointer;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
	opacity: 0.4;
	transition: all 0.4s;
	text-align: center;
	text-align: center;
}

.slide:hover .slideAvance,
.slide:hover .slideRetroceso{
	opacity: 1;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
	 
}

.slideAvance img:active,
.slideRetroceso img:active{
 	transform: scale(0.9);
 
}
 
.slideAvance{
 
	left: 94%;
}

.slideRetroceso{
 
	left: 0%;
}

 

.slide p.tituloSlide,
.slide p.descripcionSlide{
	display: table;

	font-family: swis721_cn_btbold, Arial, sans-serif;	
} 

.slide p.tituloSlide a,
.slide p.descripcionSlide a{
	 	color: #FFF;
	 	text-decoration: none;
} 

.slide p.tituloSlide{
	margin-bottom: 1rem;
	background: #6F436B;
	padding: 1rem;	
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	transition: all 0.3s;
}

.slide p.tituloSlide:hover{
 
	background: #4E264A;
	transform: scale(1.05);
 
}

.slide p.descripcionSlide{	
	background: #505050;
	padding: 0.5rem 1rem;
	color: #FFF;
	font-size: 1.1rem;	
	transition: all 0.3s;
}

.slide p.descripcionSlide:hover{	
	background: #303030;
		transform: scale(1.05);
 
}

/* animacion del slide */

.slidePubli.AnuncioInicial{
  display: table;
 }

@keyframes animarFotoAparece-dir-derecha{
 0%{
   transform: translateX(-100%);
   opacity: 0;
 }

 100%{
   transform: translateX(0);
     opacity: 1; 
 }
}

@keyframes animarFotoDesaparece-dir-derecha{
 0%{
   transform: translateX(0);
     opacity: 1;
 }

 100%{
   transform: translateX(120%); 
     opacity: 0;
 }
}

@keyframes animarFotoAparece-dir-izquierda{
 0%{
   transform: translateX(100%);
     opacity: 0;
 }

 100%{
   transform: translateX(0); 
     opacity: 1;
 }
}

@keyframes animarFotoDesaparece-dir-izquierda{
 0%{
   transform: translateX(0);
     opacity: 1;
 }

 100%{
   transform: translateX(-120%); 
     opacity: 0;
 }
} 

.slidePubli.mostrarFoto{
    display: table;
    animation-name:  animarFotoAparece-dir-derecha;
    animation-duration:  0.5s;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

.slidePubli.quitarFoto{
    position: absolute;
    top:0;
    left:40%;
    width:100%;
    display: table;
    animation-name:  animarFotoDesaparece-dir-derecha;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

.slidePubli.mostrarFoto.dir-izquierda{
    animation-name:  animarFotoAparece-dir-izquierda;
}

.slidePubli.quitarFoto.dir-izquierda{
    animation-name:  animarFotoDesaparece-dir-izquierda;
      left:20%;
}

/* fin slide */



/* seccion oposiciones y ascensos y otros cursos */
section{
	background: #FFF;
	padding-bottom: 0.01rem;
}
section:first-of-type h1{
	border-top: 2rem solid #FFF;
}

section h1{
	margin: 0;	 
	padding: 1rem;
	padding-left: 4rem;
	background: #7E717D;
	color: #FFF;
	font-family: Oswald, arial, sans-serif;
	font-weight: normal;
	font-size: 2rem;
}

.cajaCurso{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	color: #5E5E5E;
	background: #D6D1D5;
	margin: 2rem auto;

	font-family: swis721_cn_btbold, arial, sans-serif;
	font-weight: normal;
 
}

.cajaCurso div:nth-child(2){
	margin: 0 2rem;
	width: 100%;

}

.cajaCurso> img{
	display: block;
	height: 190px;
 
}

.cajaCurso h2{
	margin: 0;
	font-size: 2.3rem;


}

.cajaCurso p{
	margin: 0;
	font-size: 1.3rem;
 
}
/* enlaces del curso */
.cajaCurso div:nth-child(3){
	 margin-right: 2rem;
	 display: flex;
	 flex-direction: column-reverse;
	 text-align: center;

}
 

.cajaCurso a{
	 display: block;
	 margin: 0.3rem 0;
	 padding: 0.7rem 3rem;
	 background: #7E717D;
	 font-size: 1.2rem;
	 color: #EFEDEF;
	 text-decoration: none;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
	 transition: all 0.3s;
}

.cajaCurso a:hover{
	background: #524851;
 	 color: #FFF; 
 	 transform: scale(1.05);
 	 box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/*otros cursos */

section.otros-cursos{
	padding-bottom: 3rem;
}

.listaOtrosCursos{
	display: flex;
	justify-content: flex-start;
	width: 80%;
	margin: 2rem auto;
}


.listaOtrosCursos ul{
	padding: 0;
	margin: 0;
	list-style: none;
	/* font-family: swis721_cn_btbold, arial, sans-serif; */
	font-family: swis721_cn_btroman, arial, sans-serif;
	
}

.listaOtrosCursos ul:last-of-type{
	margin-left: 8rem;
}

.listaOtrosCursos li{
	margin-bottom: 1rem;
} 



.listaOtrosCursos a{
  color: #7E717D;
  font-size: 1.3rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.listaOtrosCursos a:hover{
  color: #6F436B;
  text-decoration: underline;
    
}

.icono-otros-cursos::before{
	content: url('../imagenes/icono-lista-otros-cursos_peq.svg');
	margin-right: 0.3rem;
	position: relative;
	top: -0.1rem;
 
}

  

.linea_footer_index {
	border-top-color: #D1D1D1;
	height: 2px;
	margin-top: 2em;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	clear: both;
	margin-right: 2%;
	margin-left: 2%;
}

#footer{
	font-size: 0.8rem !important;
}


#footer p{
	margin: 0 !important;
	padding:  0 !important;
}


#footer ul.MenuInferior {
	text-align: left;
	display: inline-table;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 20px;
	padding-top: 0px;
}
#footer ul.MenuInferior li {
	line-height: 1.4em;
	list-style-type: none;
	padding-left: 8px;
	background-image: url(../imagenes/lista_enlaces_footer.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#footer ul..MenuInferior li a {
	text-decoration: none;
	font-size: 0.9em;
}
#footer ul.MenuInferior li a:hover {
	color: #864D7C;
}

#footer.index{
	margin: 0 !important;
	padding-top: 0 !important;
	border: 0;
}


#footer ul.MenuInferior li:first-child{
	color: #202020;
	font-size: 0.9em;
	list-style-type: none;
	font-weight: bold;
	background-image: none;
	margin-left: -10px;
	
}


div.Empresas, div.logos{
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-size: 0.9em;
	color: #535353;
	margin-bottom: 0.2em;
}
 div.logos{
 
	height: 52px;
	margin-bottom: 0.5em;
 }
div.Empresas{
	 
	height: 28px;
}
.TituloEmpresas{
	font-size: 1em;
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	font-style: italic;
	color: #525252;
 
}
div.Empresas strong{
	color: #4F4F4F;
}
 

.CajaCopyright{
	background-image: url(../imagenes/logos_calidad.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	clear: both;
	padding-left: 390px;
	margin-top: 2.5em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	height: 70px;
	padding-top: 1.5em;
	line-height: 1.7em;
	width: 480px;
}
.CajaCopyright p{
	text-align:center;
}

/*ESTILOS PARA MENSAJE DE LEY DE COOKIES*/
 #barraaceptacion {
	display:none;
	position:fixed;
	width: 100%;
	bottom: 0px;
	width: 100%;
	text-align: center;
	min-height: 150px;
	color: #F0F0F0;
	z-index: 99999;
	background-image: url(../imagenes/fondo_cookies.png);
}

.inner {
	margin-top:15px;
	padding-top:15px;
	padding-bottom:25px;
	text-align:center;
	width:100%;
	font-family:verdana;
	font-size:12px;
}
.inner p{
	padding-left:80px;
	padding-right:80px;
	margin-bottom:1em;
}
.inner strong{
	color: #FFCC00;
}
.inner a.ok {
	/*ESQUINA BISELADA*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* >>>>ESQUINA BISELADA*/
	padding: 5px 8px 5px 8px;
	color: #FFF !important;
	text-decoration: none;
	background-color: #4EA613;
	font-weight: bold;
	font-size: 1.1em;
}
.inner a.ok:hover {
	background-color: #63D118;
		color:#FFF;
}
.inner a.info {
	padding-left: 5px;
	color: #FFF;
	text-decoration: underline;
}
.inner a.info:hover {padding-left:5px;color:#63D118;}
/* Fin del CSS para cookies */
