html,
body{
	color: #333;
	font-size: 14px;
}
header{
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
}

/*START COLLAPSIBLE*/
.collapsible {
  background-color: #001E61;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  height: 60px;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'Indivisa Text Sans Regular', Verdana, sans-serif;
  font-size: 16px;
}

/*EFERIA BOTONES DESCARGAR*/
.btnDescargas{
	background: #0074c8;
	border: none;
	border-radius: 10px;
	color: white;
	/*padding: 10px 40px;*/
	padding: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-family: 'Indivisa Text Sans Regular', Verdana, sans-serif;
  font-size: 14px;
}
/*END COLLAPSIBLE*/
#botones_solicitudes{
	display: flex;
}
#botones_solicitudes a{
	background-color: #48bbc0; width: 100%; height: 60px; display: flex;cursor: pointer
}
#botones_solicitudes a p{
	width: 75%; color: white; display: table-cell; vertical-align: middle;margin: 10px; text-align: center; padding: 10px;
}
#botones_solicitudes a div{
	background-size: cover; width: 120px; height: 60px; background-repeat: no-repeat;
}
/*START DTIA HEADER*/
.header_dtia{
	display: none;/*rgba(0,0,0,.6)*/
}
.header_dtia_small{
	width: 100%; height: 40px; background-color: #0c193d; display: inline-flex; position: fixed;
}
.header_logo_dtia_small{
	background-image: url(../images/logo_dtia.png); height: 50px; width: 204px; 
	background-size: contain; background-repeat: no-repeat; background-position: center;
	margin-left: 15px; margin-top: 10px;
}
#header_a_dtia_small{
	background-image: url(../images/header_menu_bars.png); background-size: contain; background-repeat: no-repeat; width: 38px; height: 38px; background-position: center; cursor: pointer;
}
.header_dtia_menu{
	background-color: rgba(0,117,201,0.99); width: 50%; height: 250px; padding-top: 70px; padding-left: 10px;
	display: none; border-bottom-right-radius: 7px;/*(0,30,97,0.99), (0,117,201,0.99)*/
	position: fixed;
}
.header_dtia_menu_a{
	color: white;
}
.paragraph_dtia_header{
	color: #fff;
	margin: 30px 0px 30px 30px;
	max-width: 600px;
	text-align: left;
	/*text-transform: lowercase;*/
	text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
	font-size: 30px;
	float: left;
}
/*END DTIA HEADER*/
/*START DTIA ICONS*/
	.general_container_index_dtia{width: 100%; height: 305px; display: inline;}
	.subgeneral_container_index_dtia{width: 100%; height: 305px; display: inline;}
	.icons_index_dtia{background-size: contain; background-repeat: no-repeat; background-position: center;}
	.text_icons_index_dtia{
		border-bottom-left-radius: 7px;border-bottom-right-radius: 7px; width: 100%; height: 30%; background-color: #d8d7d6; color: black; text-align: center;vertical-align: middle;padding-top: 30px;
	}
	.container_img_index_dtia1{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 80px;
	}
	.container_img_index_dtia2{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 80px;
	}
	.container_img_index_dtia3{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 80px;
	}
	.container_img_index_dtia4{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 30px; padding-left: 80px;
	}
	.big_container_index_dtia{
		width: 100%; height: 305px; background-color:transparent; border-radius: 7px; border: 2px solid #48bbc0;
	}
	.small_container_index_dtia{
		width: 0.5%;
	}
	.small_container_index_dtia2{
		width: 0.25%;
	}
/*END DTIA ICONS*/

.clearfix{
	clear: both;
	display: block;
	height: 0;
	width: 0;
}

.wrapper{
	margin: 0 auto;
	max-width: 960px;
	position: relative;
	text-align: justify;
	width: 100%;
}
.e_bullet{
	background-image: url('../images/bullet.png');
	background-position: center; 
	background-repeat: no-repeat; 
	width: 14px; 
	height: 14px; 
	margin-right: 5px;
}
.organigrama{
	background-image: url(../images/organigrama.jpg);
	height: 172px;
	background-repeat: no-repeat;
	background-size: contain;
}
/*CLASE PARA CONTENIDO PARA MANTENER FOOTER ABAJO*/
.container_tec{
	min-height: calc(100vh - 300px - 200px);
}
.container_index{
	min-height: calc(100vh - 300px - 200px);
}
.container_categorias{
	min-height: calc(100vh - 250px - 200px);
}
#content{
	padding: 20px;
}

.expo{
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	margin: 5px 0;
	width: 100%;
}
.expo > div{
	/*background: url(../images/mim_colibri.png) 20px 20px no-repeat rgba(0,0,0,.5);
	background-size: 20px auto;*/
	/*background: rgba(0,0,0,.5); degradado*/
	border-bottom: 40px solid rgba(0,0,0,.6);/*rgba(0,157,218,.5);*/
	color: #fff;
	height: 180px;
	padding: 20px;
}
.expo > div .expo_title{
	display: block;
	font-size: 16px;
	padding-top: 130px;
	text-align:center;
}

form label,
form select,
form textarea,
form input[type="text"],
form input[type="email"]{
	margin-bottom: 5px !important;
}
form button{
	background: #48bbc0;
	border: none;
	border-radius: 5px;
	padding: 10px;
}

.elevencol.title{
	background: #ddd;
	padding: 5px;
	text-align: left;
}


/*FOOTER TECNOLOGIAS*/
footer{
	padding: 0px 20px;
	text-align: center;
	height: 200px;
	
	/*position: absolute;
    bottom:0;*/
}
.wrapperFooter{
	background-color: #D0E4F4;
	/*margin: 0 auto; here*/
	/*max-width: 960px;*/
	width: 100%;
	/*display:flex; here*/
  	/*justify-content: center; here*/
	/*position: relative;*/
}
.wrapperfooter_flex{
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
}
.footer_divflex{
	display: inline;
}
.footer_div1{
	width: 100%; 
	height: auto; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	color: darkblue;
	padding-top: 20px;
}
.footer_div2{
	width: 100%; 
	height: auto; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	text-align: center; 
	color: white;
	margin-bottom: 20px;
}
.footer_div3{
	width: 100%; 
	height: auto; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin-bottom: 0px;/*20px;*/
}
.footer_div4{
	width: 100%; 
	height: auto; 
	text-align: center; 
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

#delasalle_foot{
	background: url(../images/footer_logo_eferia.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 67px;/*57px;*/
	width: 350px;/*20px;*/
}
/*imagen index*/
.index_image{
	width: 100%; height: 230px; background-image: url(../images/eferia_index_mobil.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
}
/*imagen categorias*/
.categorias_image{
	width: 100%; height: 230px; background-image: url(../images/categorias_mobil.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
}
/*imagen reto*/
.reto_image{
	width: 100%; height: 230px; background-image: url(../images/reto_mobil.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
}
/*imagen bases*/
.bases_image{
	width: 100%; height: 230px; background-image: url(../images/bases_mobil.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
}
/*imagen fechas*/
.fechas_image{
	width: 100%; height: 230px; background-image: url(../images/fechas_mobil.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
}
/*imagen contacto*/
.contacto_image{
	width: 100%; height: 230px; background-image: url(../images/contacto_mobil.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
}

/*GRIDS*/
.container_grid_pasos{
	display: grid;
	grid-template-columns: 152px;
	grid-template-rows: 152px 152px 152px 152px;
	width: 152px; height: 608px;
}
.item{
	/*border-bottom: 1px solid black;
	border: 1px solid black;*/
}
.item_a{
	cursor: pointer;
	grid-column-start: 1;
  	grid-column-end: 1;
  	grid-row-start: 1;
  	grid-row-end: 1;
}

/*Descargables lista*/
.divflex{
	display:flex;
}
.descargables_recursos{
	width: 100%;
	height: auto;
	font-size: 14px;
}
.descargables_texto{
	width: 80%;
	margin-left: 10px;
}
.descargables_pdf{
	width: 24px;
	height: 24px;
	background-image: url(../images/pdf_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.descargables_word{
	width: 24px;
	height: 24px;
	background-image: url(../images/word_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/*PASOS presentacion*/
.completo{
	display: none;
}
.pequeno{
	display: block;
}


/*Ligas*/
.liga{
	color: #0074c8;
}

/*Div Fechas*/
.fechas_1{
	display: inline;
}
.fechas_interno{
	width: 100%;
}
.fechas_titulo_1{
	width: 99%; height: 40px; background-color: #001E61; margin-right: 2%; color: white; text-align: center; vertical-align: middle; line-height: 40px;
}
.fechas_contenido_1{
	width: 99%; height: 80px; background-color: #D0E4F4; margin-right: 2%; margin-top: 5px; text-align: center; margin-bottom: 5px;
}
.fechas_titulo_2{
	width: 99%; height: 40px; background-color: #001E61; color: white; text-align: center; vertical-align: middle; line-height: 40px;
}
.fechas_contenido_2{
	width: 99%; height: 80px; background-color: #D0E4F4; margin-top: 5px; text-align: center; margin-bottom: 5px;
}
.fechas_contenido_2_doble{
	width: 99%; height: 100px; background-color: #D0E4F4;margin-top: 5px;text-align: center; vertical-align: middle; line-height: 40px; margin-bottom: 5px;
}
/*Triangulo*/
.triangle {
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #a48d01 50%, #a48d01 100%);
}
.triangle2{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 480px){
	
}
@media screen and (min-width: 570px){
	#botones_solicitudes{
		display: flex;
	}
	#botones_solicitudes a{
		background-color: #48bbc0; width: 49.5%; height: 60px; display: flex;cursor: pointer
	}
	#botones_solicitudes a p{
		width: 75%; color: white; display: table-cell; vertical-align: middle;margin: 10px; text-align: center; padding: 10px;
	}
	#botones_solicitudes a div{
		background-size: cover; width: 120px; height: 60px; background-repeat: no-repeat;
	}
	/*COLLAPSIBLE*/
	.collapsible {
	  height: 40px;
	}
	/*Div Fechas*/
	.fechas_contenido_1{
		width: 99%; height: 100px; background-color: #D0E4F4; margin-right: 2%; margin-top: 5px; text-align: center; vertical-align: middle; line-height: 80px; margin-bottom: 5px;
	}
	.fechas_contenido_2{
		width: 99%; height: 100px; background-color: #D0E4F4; margin-top: 5px; text-align: center; vertical-align: middle; line-height: 80px; margin-bottom: 5px;
	}
	.fechas_contenido_2_doble{
		width: 99%; height: 100px; background-color: #D0E4F4;margin-top: 5px;text-align: center; vertical-align: middle; line-height: 40px; margin-bottom: 5px;
	}
	
}
@media screen and (min-width: 640px){
	/*START DTIA ICONS*/
	.general_container_index_dtia{width: 100%; height: 305px; display: inline;}
	.subgeneral_container_index_dtia{width: 100%; height: 305px; display: flex;}
	.icons_index_dtia{background-size: contain; background-repeat: no-repeat; background-position: center;}
	.text_icons_index_dtia{
		border-bottom-left-radius: 7px;border-bottom-right-radius: 7px; width: 100%; height: 30%; background-color: #d8d7d6; color: black; text-align: center;vertical-align: middle;padding-top: 30px;
	}
	.container_img_index_dtia1{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 60px;
	}
	.container_img_index_dtia2{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 60px;
	}
	.container_img_index_dtia3{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 60px;
	}
	.container_img_index_dtia4{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 30px; padding-left: 60px;
	}
	.big_container_index_dtia{
		width: 49.5%; height: 305px; background-color:transparent; border-radius: 7px; border: 2px solid #48bbc0;
	}
	.small_container_index_dtia{
		width: 0.5%;
	}
	.small_container_index_dtia2{
		width: 0.25%;
	}
	/*END DTIA ICONS*/
	.organigrama{
		background-image: url(../images/organigrama.jpg);
		height: 172px;
		background-position: center; 
		background-repeat: no-repeat;
	}
	
	.expo{
		margin: 5px;
		width: calc(50% - 10px);
	}
}


@media screen and (min-width: 768px){
	/*imagen index*/
	.index_image{
		width: 100%; height: 230px; background-image: url(../images/eferia_index.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
	}
	/*imagen categorias*/
	.categorias_image{
		width: 100%; height: 230px; background-image: url(../images/categorias.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
	}
	/*imagen reto*/
	.reto_image{
		width: 100%; height: 230px; background-image: url(../images/reto.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
	}
	/*imagen bases*/
	.bases_image{
		width: 100%; height: 230px; background-image: url(../images/bases.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
	}
	/*imagen fechas*/
	.fechas_image{
		width: 100%; height: 230px; background-image: url(../images/fechas.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
	}
	/*imagen contacto*/
	.contacto_image{
		width: 100%; height: 230px; background-image: url(../images/contacto.png); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; padding-top: 60px
	}
	/*START DTIA HEADER*/
	.header_dtia_menu{
		display: none;
	}
	.header_dtia_small{
		display: none;
	}
	.header_dtia{
		width: 100%; height: 40px; display: inline-flex; position: fixed;
	}
	.header_logo_dtia{
		background-image: url(../images/logo_dtia.png); height: 50px; width: 204px; 
		background-size: contain; background-repeat: no-repeat; background-position: center;
		margin-left: 15px; margin-top: 10px;
	}
	.header_a2_eferia{
		color: white; margin-right: 10px; margin-top: 10px; font-size: 14px;
	}
	.header_a1_eferia{
		color: white; margin-right: 5px; margin-top: 10px; font-size: 14px;
	}
	header{
		background: rgba(0,0,0,.5);
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	/*END DTIA HEADER*/
	form label{
		text-align: right;
	}
	/*GRIDS*/
	.container_grid_pasos{
		display: grid;
		grid-template-columns: auto;/*146px 146px 146px 146px 146px;*/
		grid-template-rows: auto;/*146px 146px 146px 146px 146px;*/
		width: 730px; height: 730px;
		
	}
	.item{
		/*border-bottom: 1px solid black;
		border: 1px solid black;*/
	}
	.item_a{
		cursor: pointer;
		grid-column-start: 2;
  		grid-column-end: 2;
  		grid-row-start: 1;
  		grid-row-end: 1;
	}
	.item_b{
		cursor: pointer;
		grid-column-start: 4;
  		grid-column-end: 4;
  		grid-row-start: 1;
  		grid-row-end: 1;
	}
	.item_c{
		cursor: pointer;
		grid-column-start: 1;
  		grid-column-end: 1;
  		grid-row-start: 3;
  		grid-row-end: 3;
	}
	.item_d{
		cursor: pointer;
		grid-column-start: 5;
  		grid-column-end: 5;
  		grid-row-start: 3;
  		grid-row-end: 3;
	}
	.item_e{
		cursor: pointer;
		grid-column-start: 2;
  		grid-column-end: 2;
  		grid-row-start: 5;
  		grid-row-end: 5;
	}
	.item_f{
		cursor: pointer;
		grid-column-start: 4;/*5*/
  		grid-column-end: 4;/*5*/
  		grid-row-start: 5;/*4*/
  		grid-row-end: 5;/*4*/
	}
	.item_g{
		cursor: pointer;
		grid-column-start: 3;
  		grid-column-end: 3;
  		grid-row-start: 5;
  		grid-row-end: 5;
	}
	.item_h{
		grid-column-start: 1;
  		grid-column-end: 6;
  		grid-row-start: 1;
  		grid-row-end: 6;
		background-image: url(../images/pasos.png);
	}
	/*PASOS presentacion*/
	.completo{
		display: block;
	}
	.pequeno{
		display: none;
	}
	
	/*Div Fechas*/
	.fechas_1{
		display: flex;
	}
	.fechas_interno{
		width: 50%;
	}
}
@media screen and (min-width: 860px){
	/*START DTIA ICONS*/
	.general_container_index_dtia{width: 100%; height: 305px; display: flex;}
	.subgeneral_container_index_dtia{width: 50%; height: 305px; display: flex;}
	.icons_index_dtia{background-size: contain; background-repeat: no-repeat; background-position: center;}
	.text_icons_index_dtia{
		border-bottom-left-radius: 7px;border-bottom-right-radius: 7px; width: 100%; height: 30%; background-color: #d8d7d6; color: black; text-align: center;vertical-align: middle;padding-top: 30px;
	}
	.container_img_index_dtia1{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 0px;
	}
	.container_img_index_dtia2{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 0px;
	}
	.container_img_index_dtia3{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 0px;
	}
	.container_img_index_dtia4{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 30px; padding-left: 0px;
	}
	.big_container_index_dtia{
		width: 49.5%; height: 305px; background-color:transparent; border-radius: 7px; border: 2px solid #48bbc0;
	}
	.small_container_index_dtia{
		width: 0.5%;
	}
	.small_container_index_dtia2{
		width: 0.25%;
	}
	/*END DTIA ICONS*/
}
@media screen and (min-width: 960px){
	/*START DTIA ICONS*/
	.general_container_index_dtia{width: 100%; height: 305px; display: flex;}
	.subgeneral_container_index_dtia{width: 50%; height: 305px; display: flex;}
	.icons_index_dtia{background-size: contain; background-repeat: no-repeat; background-position: center;}
	.text_icons_index_dtia{
		border-bottom-left-radius: 7px;border-bottom-right-radius: 7px; width: 100%; height: 30%; background-color: #d8d7d6; color: black; text-align: center;vertical-align: middle;padding-top: 30px;
	}
	.container_img_index_dtia1{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 20px;
	}
	.container_img_index_dtia2{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 30px;
	}
	.container_img_index_dtia3{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 50px; padding-left: 50px;
	}
	.container_img_index_dtia4{
		border-top-left-radius: 7px; border-top-right-radius: 7px; width: 100%; height: 70%; padding-top: 30px; padding-left: 60px;
	}
	.big_container_index_dtia{
		width: 49.5%; height: 305px; background-color:transparent; border-radius: 7px; border: 2px solid #48bbc0;
	}
	.small_container_index_dtia{
		width: 0.5%;
	}
	.small_container_index_dtia2{
		width: 0.25%;
	}
	/*END DTIA ICONS*/
	/*START DTIA HEADER*/
	.header_a2_eferia{
		color: white; margin-right: 30px; margin-top: 10px;
	}
	.header_a1_eferia{
		color: white; margin-right: 40px; margin-top: 10px;
	}
	/*END DTIA HEADER*/
	
	.expo{
		width: calc(50% - 10px);
	}
	
	/*CLASE PARA CONTENIDO PARA MANTENER FOOTER ABAJO*/
	.container_index{
		min-height: calc(100vh - 300px - 120px);
	}
	.container_categorias{
		min-height: calc(100vh - 250px - 120px);
	}
	footer{
		padding: 0px 20px 0px 20px;
		text-align: center;
		height: 120px;
	}
	.wrapperfooter_flex{
		margin: 0 auto;
		max-width: 1280px;
		position: relative;
		width: 100%;
		height: 120px;
	}

	.footer_divflex{
		display: flex;
	}
	.footer_div1{
		width: 40%; 
		height: 120px; 
		display: flex; 
		justify-content: center; 
		align-items: center;
	}
	.footer_div2{
		width: 40%; 
		height: 120px; 
		display: flex; 
	}
	.footer_div3{
		width: 20%; 
		height: 120px; 
		display: flex; 
		justify-content: flex-end; 
		align-items: center;
	}
	
}
@media screen and (min-width: 1100px){
	/*TIENE QUE APARECER LAS OPCIONES COMPLETAS*/
}
@media screen and (min-width: 1024px){
	.descargables_recursos{
		width: 50%;
		height: auto;
		font-size: 14px;
	}
	.descargables_texto{
		width: 80%;
		margin-left: 10px;
	}
	.descargables_pdf{
		width: 24px;/*10%;*/
		height: 24px;/*auto;*/
		background-image: url(../images/pdf_logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 10px;
	}
	.descargables_word{
		width: 24px;/*10%;*/
		height: 24px;/*auto;*/
		background-image: url(../images/word_logo.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
}