body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

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

a, a:hover, button, button:hover, input, input:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* jota css */

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1180px;
	}
}
.top{
	padding-top: 15px;
    justify-content: space-between;
}
.logo img, .logofooter img{
	width: 120px;
	height: auto;
}
.cont_info_top{
	display: flex;
    align-items: center;
}
.telefono_top{
	display: inline-block;
	font-weight: 600;
	color: #000000;
	margin-right: 10px;
}
.campus_top, .solicitar_info_top, .lupa_top{
	display: inline-block;
}
.campus_top a{
	display: inline-block;
	background: url("img/convocation.png") no-repeat 10px 50% #161a1d;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 50px;
	padding: 8px 20px;
	padding-left: 36px;
	margin-right: 10px;
}
.campus_top a:hover{
	background: url("img/convocation.png") no-repeat 10px 50% #a21920;
	text-decoration: none;
}
.pagos_top a{
	background: url("img/tarjeta_rojo.png") no-repeat 10px 50% #fff;
	color: #a21920;
	padding-left: 38px;
	border: 2px solid #a21920;
}
.pagos_top a:hover{
	background: url("img/tarjeta_blanco.png") no-repeat 10px 50% #a21920;
	color: #fff;
}
.solicitar_info_top a{
	display: inline-block;
	background: url("img/flecha.png") no-repeat calc(100% - 10px) 50% #a21920;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 50px;
	padding: 8px 20px;
	padding-right: 36px;
	margin-right: 10px;
}
.solicitar_info_top a:hover{
	background: url("img/flecha.png") no-repeat calc(100% - 10px) 50% #161a1d;
	text-decoration: none;
}
.lupa_top{
	position: relative;
	top: 2px;
}
.lupa_top a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("img/lupa.png") no-repeat center center;
	border: 1px solid #a21920;
	border-radius: 50%;
}
.lupa_top a:hover{
	background: url("img/lupa_over.png") no-repeat center center #a21920;
}
.menu_content{
	background: #18161d;
	color: #fff;
	margin-top: 30px;
	position: relative;
}
.cont_menu_in{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_content .dropdown_menu{
	display: block;
/*    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;*/

    -ms-flex: 0 0 auto;
    flex: 1 0 auto;
    width: auto;
    max-width: 100%;
}
.menu_content .cont_menu_in > .dropdown_menu > a,
.menu_content .dropdown_menu button{
	width: 100%;
	background: none;
	border: none;
	color: #fff;
	padding: 28px 0;
	border-left: 1px solid #828282;
	font-size: 18px;
	font-weight: 600;
	outline: none;
}
.menu_content .cont_menu_in > .dropdown_menu > a {
	display: block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
/*.menu_content .cont_menu_in > .dropdown_menu > a:hover,*/
/*.menu_content .cont_menu_in > .dropdown_menu > a:focus {*/
/*	text-decoration: none;*/
/*}*/
.menu_content .dropdown_menu:last-child button{
	border-right: 1px solid #828282;
}
.menu_content .cont_menu_in > .dropdown_menu > a:hover,
.menu_content .dropdown_menu button:hover,
.menu_content .dropdown_menu:hover button{
	background: #a21920;
}
.menu_content .dropdown_menu button span{
	height: 12px;
	width: 17px;
	background: url("img/down.png") no-repeat center center;
	display: inline-block;
	margin-left: 6px;
}
.dropdown-menu-edeca{
	background: #fff;
	position: absolute;
	left: 0px;
	top: 83px;
	padding: 25px;
	width: 100%;
	z-index: 100;
	display: none;
	border-bottom: 1px solid rgba(230,230,230,1.00);
}
.dropdown-menu-edeca .tab-content{
	color: #000;
	padding-left: 40px;
}
.menu_content .dropdown_menu:hover .dropdown-menu-edeca{
	display: block;
}
.dropdown-menu-edeca .nav-pills a{
	border-radius: 0px;
	background: none;
	font-size: 19px;
	font-weight: 600;
	color: #18161d;
	padding: 15px 0;
}
.dropdown-menu-edeca .nav-pills a.active,
.dropdown-menu-edeca .nav-pills a:hover{
	color: #a21920;
	background: none;
}
.t_menu{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #58575c;
	margin-bottom: 10px;
}
.dropdown-menu-edeca .tab-content .tab-pane ul, .list-menu ul{
	padding: 0px;
	margin: 0px;
}
.dropdown-menu-edeca .tab-content .tab-pane ul li, .list-menu ul li{
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 26px;
	position: relative;
	list-style: none;
}
.dropdown-menu-edeca .tab-content .tab-pane ul li:before, .list-menu ul li:before{
	content: "";
	background: #a21920;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 6px;
}
.dropdown-menu-edeca .tab-content .tab-pane ul li a, .list-menu ul li a{
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
.dropdown-menu-edeca .tab-content .tab-pane ul li a:hover, .vermascursos a:hover, .list-menu ul li a:hover{
	text-decoration: none;
	color: #a21920;
}
.vermascursos{
	text-align: right;
}
.vermascursos a{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	color: #18161d;
	padding-right: 22px;
	display: inline-block;
	background: url("img/flecha_black.png") no-repeat right center;
}
.footer{
	background: #f5f5f5;
	padding: 45px 0;
}
.logofooter{
	text-align: center;
	margin-bottom: 20px;
}
.social-footer{
	text-align: center;
	margin-bottom: 20px;
}
.social-footer a{
	color: #868686;
	font-size: 20px;
	display: inline-block;
	margin: 0 10px;
}
.social-footer a:hover{
	text-decoration: none;
	color: #a21920;
}
.subfooter{
	background: #18161d;
	color: #fff;
	font-size: 13px;
	padding: 12px 0;
}
.subfooter a{
	color: #fff;
	display: inline-block;
	margin-left: 14px;
}
.logoresponsive{
	padding: 15px;
	margin-bottom: 20px;
}
.logoresponsive img{
	width: 100%;
	height: auto;
}
.cerrar_menu {
    position: fixed;
    right:10px;
    top: 5px;
    display: inline-block;
    z-index: 1001;
}
.cerrar_menu button{
	font-size: 20px;
	color: black;
	background: none;
	border: none;
	outline: none;
}
.cerrar_menu button:hover{
	color: #a21920;
}
.submenu_link_responsive a{
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #18161d;
	display: block;
	background: url("img/flecha_menu_responsive.png") no-repeat right center;
    padding: 15px 0;
}
.submenu_link_responsive a:hover, .submenu_link_responsive a:active{
	color: #a21920;
}
.menuresponsive_cont{
    background: #18161d;
    color: #fff;
}
.logomovil{
	border-right: 1px solid #676768;
	padding: 20px 0px;
}
.logomovil img{
	max-width: 120px;
	height: auto;
}
.menu_burguer{
	text-align: right;
}
.menu_burguer button{
	margin-top: 35px;
	border: none;
	background: none;
	color: #fff;
	font-weight: 600;
	outline: none;
}
.menu_burguer button:hover{
	opacity: 0.5;
}
.menu_burguer button img{
	margin-left: 5px;
}

.cta_responsive{
	background: #dc3545;
	padding: 10px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.phone_fixed{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 2px solid #fff;
}
.phone_fixed a{
	color: #fff;
	font-weight: 600;
}
.phone_fixed a:hover{
	opacity: 0.6;
	text-decoration: none;
}
.wat_no{
	border: none;
	padding-right: 0px;
}
.informamos_fixed{
	display: inline-block;
}
.informamos_fixed a{
	display: inline-block;
	background: #25282c;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.informamos_fixed a:hover{
	background: white;
	color: #a21920;
	text-decoration: none;
}
@media (min-width: 900px) {
	.logoresponsive, .cerrar_menu, .menuresponsive_cont, .submenu_link_responsive, .cta_responsive{
		display: none;
	}
}
@media (max-width: 1200px) {
	.menu_content .cont_menu_in > .dropdown_menu > a,
	.menu_content .dropdown_menu button {
		font-size: 16px;
	}
	.menu_content .dropdown_menu button span {
		height: 10px;
		width: 10px;
    	background-size: contain;
	}
}
@media (max-width: 1072px) {
	.telefono_top{
		display: none;
	}
}
@media (max-width: 900px) {
	.logo{
		display: none;
	}
	.cont_info_top{
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
   	    align-items: center;
	}
	.top{
		padding-top: 5px;
		justify-content: center;
	}
	.telefono_top{
		order: 1;
		display: none;
	}
	.campus_top.pagos_top{
		order: 2;
		margin-top: 0px;
	}
	.lupa_top{
		order: 3;
	}
	.campus_top, .solicitar_info_top{
		order: 4;
		width: 50%;
		margin-top: 10px;
	}
	.subfooter{
		margin-bottom: 64px;
	}
}

@media (max-width: 768px) {
	.logofooter_cont{
		order: 1;
	}
	.menfoot{
		order: 2;
	}
	.menfoot{
		margin: 10px 0px;
	}
	.subfooter{
		text-align: center;
	}
	.subfooter a{
		margin: 6px;
	}
	.subfooter .col-auto{
		width: 100%;
	}
}
@media (max-width: 500px) {
	.campus_top a, .solicitar_info_top a{
		font-size: 13px;
		width: 97%;
	}
	.solicitar_info_top a{
    	padding: 8px 10px;
    	padding-right: 22px;
	}
}


/* menu responsive */
@media (min-width: 900px) {
	.dropdown-menu-edeca{
    	left: calc(-50vw + 50%);
    	width: 100vw;
	}
}
@media (max-width: 900px) {
	.cont_menu_in{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 1000;
		text-align: left;
		flex-direction: column;

		display: none;
	}
	.cont_menu_in .dropdown_menu, .logoresponsive{
		display: block;
		overflow: inherit;
		z-index: 1;
		position: relative;
		width: 132px;
		flex-grow: initial;
	}
	.cont_menu_in:before {
		width: 132px;
		height: 100%;
		background: #18161d;
		position: absolute;
		content: "";
		left: 0;
		top: 0;
	}
	.dropdown-menu-edeca {
		width: calc(100% - 132px);
		position: fixed;
		left: inherit;
		right: 0px;
		top: 0px;
		height:100vh;
		overflow-y: auto;
		z-index: 80;
	}
	.dropdown_menu.menu_activo_responsive .dropdown-menu-edeca{
		display: block;
	}
	.menu_content .cont_menu_in > .dropdown_menu > a,
	.menu_content .dropdown_menu button{
		text-align: left;
		padding: 10px;
		margin-bottom: 20px;
		display: flex;
    	flex-direction: row;
    	justify-content: space-between;
    	align-items: center;
	}
	.menu_content .dropdown_menu button span{
  		transform: rotate(-90deg);
    	position: absolute;
		height: 19px;
		width: 12px;
		right: 5px;
	}
	.dropdown-menu-edeca .tab-content{
		padding-left: 0px;
	}
	.dropdown-menu-edeca .nav-pills{
		display: none;
	}
	.dropdown-menu-edeca .tab-content .tab-pane ul li a, .list-menu ul li a{
		font-size: 14px;
	}
	.vermascursos{
		margin-top: 15px;
	}
	.vermascursos a{
		font-size: 13px;
	}
	.dropdown-menu-edeca .tab-content .tab-pane ul li, .list-menu ul li{
		margin-bottom: 8px;
		padding-left: 18px;
	}
	.t_doble{
		margin-top: 20px;
	}
}

/*inicio*/
.hero{
	background-image: url("img/inicio/hero.jpg");
	background-size: cover;
	background-position: center center;
	height: 640px;
	margin-bottom: 50px;
	display: flex;
    align-items: center;
	position: relative;
}
.hero h1{
	font-weight: 600;
	color:#a21920;
	line-height: 1.4em;
	font-size: 45px;
}
.t_areas_form{
	font-size: 20px;
	color: black;
	margin: 26px 0;
}
.type-wrap{
	font-size: 30px;
	color: #9b9b9b;
	font-weight: 600;
}
.solicita_mas_info a{
	padding: 12px 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-top: 30px;
	background: url("img/flecha.png") no-repeat calc(100% - 15px) 52% #fda729;
}
.solicita_mas_info a:hover{
	background: url("img/flecha.png") no-repeat calc(100% - 15px) 52% #a21920;
	text-decoration: none;
}
.t_oferta h2, .bg_curso h2{
	font-size: 23px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 45px;
	border-bottom: 3px solid #a21920;
}
.cont_banmas{
	max-width: 32%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
	height: 265px;
	background: #e23a40;
	margin-bottom: 30px;
	padding: 20px;
	color: #fff;
	position: relative;
}
.cont_banners_inicio{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	gap: 14px; /* Agregar espacio entre elementos */
}
.tit_banmas{
	font-size: 28px;
	font-weight: 600;
	margin-top: 25px;
}
.tit_banmas img{
	display: inline-block;
	margin-bottom: 5px;
}
.zona_enlaces_ban{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	background:rgba(226,58,64,0.50);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 0px 30px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.zona_enlaces_ban:hover{
	opacity: 1;
}
.zona_enlaces_ban a{
	display: block;
	padding: 6px;
	width: 100%;
	background: #161a1d;
	border: 1px solid #161a1d;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 6px;
}
/*.zona_enlaces_ban a:last-child{*/
/*	background: transparent;*/
/*	border: 1px solid #fff;*/
/*}*/
.zona_enlaces_ban a:hover{
	border: 1px solid #fff;
	color:  #fff;
	text-decoration: none;
}
/*.zona_enlaces_ban a:last-child:hover{*/
/*	background: #161a1d;*/
/*	border: 1px solid #161a1d;*/
/*}*/
.cont_banmas.banlogopedia{
	background: #b81b22;
}
.cont_banmas.banlogopedia .zona_enlaces_ban{
	background:rgba(184,27,34,0.50);
}
.cont_banmas.banedu{
	background: #a21920;
}
.cont_banmas.banlogopedia .zona_enlaces_ban{
	background:rgba(162,25,32,0.50);
}
.cont_banmas.bantrabajso{
	background: #65090d;
}
.cont_banmas.bantrabajso .zona_enlaces_ban{
	background:rgba(101,9,13,0.50);
}
.t_ofer_75{
	margin:50px 0;
	position: relative;
	margin-bottom: 80px;
}
.t_ofer_75 img{
	position: absolute;
	right: -1px;
	top: -13px;
}
.cont_lis_curso{
	margin-bottom: 30px;
}
.img_list_curso{
	height: 296px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}
.img_list_curso img{
	height: 296px;
	width: 100%;
	object-fit: cover;
}
.discount_50 {
    background: url(img/inicio/beca75-list.png) no-repeat;
    width: 85px;
    height: 85px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;
    display: block;
}
.over_curso_list{
	height: 296px;
	width: 100%;
	position: absolute;
	left: 0;
    background-color: rgba(225,23,27,0.8);
	z-index: 15;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 25px;
	color: #fff;
    top: 100%;
    transition: all 300ms ease 0s;
}
.img_list_curso:hover .over_curso_list{
	top: 0;
}
a.enlace_curso{
	color: #fff;
	font-weight: 600;
    font-size: 20px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
}
.horas_overlay, .online_overlay{
    font-size: 18px;
    font-style: italic;
}
.horas_overlay span {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(img/inicio/ico-horas.png) no-repeat center center;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.online_overlay span {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url("img/inicio/ico-online.png") no-repeat center center;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.cont_titu_curso{
	text-align: center;
	font-size: 16px;
	margin-bottom: 8px;
}
.cont_titu_curso a{
    color: #25282c;
}
.cont_titu_curso a:hover{
	 color:#a21920;
	text-decoration: none;
}
.infobecalist {
    font-style: italic;
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
span.infobecaico {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background: url(img/inicio/ico-beca.png) no-repeat center center;
}
.becaoldprice {
    color: #25282c;
    text-decoration: line-through;
    display: inline-block;
    margin: 0 3px;
}
.preciobecalist {
    color: #a21920;
    font-size: 18px;
    font-weight: 700;
}
span.infofinanico {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 5px;
    background: url(img/inicio/ico-financiacion.png) no-repeat center center;
}
.infofinanlist{
    font-style: italic;
    color: #25282c;
    font-size: 15px;
    text-align: center;
    padding-bottom: 5px;
	margin-bottom: 10px;
}
.enlacematriculate{
	text-align: center;
}
.enlacematriculate a{
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: -0.4px;
    line-height: 1.2;
    text-align: center;
    font-size: 15px;
	letter-spacing: 1.1px;
    padding: 10.5px 25px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    color: #fff;
    background-color: #a21920;
    border: 1px solid #a21920;
    font-weight: 600;
}
.enlacematriculate a:hover {
    background-color: #1C1C1B;
    border: 1px solid #1C1C1B;
    text-decoration: none;
    color: #ffffff;
}
.slider_curso{
	margin-bottom: 50px;
}
.slider_curso .item{
	padding: 10px 10px;
}
#slider_curso-ow .tns-controls, #slider_opiniones-ow .tns-controls, #slider_noticias-ow .tns-controls, #slider_cursos_profesionales-ow .tns-controls{
    position: absolute;
    z-index: 5;
    width: 100%;
    display: flex;
	top: 140px;
    flex-direction: row;
    justify-content: space-between;
}
#slider_opiniones-ow .tns-controls{
	top: 200px;
}
#slider_noticias-ow .tns-controls{
	top: 170px;
}
#slider_curso-ow .tns-controls button, #slider_opiniones-ow .tns-controls button, #slider_noticias-ow .tns-controls button, #slider_cursos_profesionales-ow .tns-controls button{
	width: 21px;
	height: 43px;
	border: none;
	background: url("img/inicio/anterior.png") no-repeat center center;
	font-size: 0px;
}
#slider_noticias-ow .tns-controls button{
	background: url("img/inicio/anterior_white.png") no-repeat center center;
}
#slider_curso-ow .tns-controls button:hover, #slider_opiniones-ow .tns-controls button:hover, #slider_noticias-ow .tns-controls button:hover, #slider_cursos_profesionales-ow .tns-controls button:hover{
	opacity: 0.5;
}
#slider_curso-ow .tns-controls button:first-child, #slider_opiniones-ow .tns-controls button:first-child, #slider_noticias-ow .tns-controls button:first-child, #slider_cursos_profesionales-ow .tns-controls button:first-child{
	margin-left: -30px;
}
#slider_curso-ow .tns-controls button:last-child, #slider_opiniones-ow .tns-controls button:last-child, #slider_cursos_profesionales-ow .tns-controls button:last-child{
	background: url("img/inicio/siguiente.png") no-repeat center center;
}
#slider_noticias-ow .tns-controls button:last-child{
	background: url("img/inicio/siguiente_white.png") no-repeat center center;
}
.ban_becas_inicio{
	background-image:url("img/inicio/bg_becas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 57px 0;
	color: #fff;
}
.fin_sin_intereses{
	font-size: 22px;
	margin-bottom: 30px;
}
.fin_sin_intereses h3{
	font-size: 34px;
	font-weight: 700;
	margin-top: 50px
}
.boton_beca a{
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	margin: 1px 0 20px 0;
	padding: 10px 60px;
}
.boton_beca a:hover{
    background-color: #a21920;
	text-decoration: none;
}
.bg_slider_opiniones{
	background: #161a1d;
	padding: 40px 0;
	color: #fff;
}
.bg_slider_opiniones h3,
.bg_blog h3{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 45px;
    border-bottom: 3px solid #fff;
}
.cont_opinion{
	padding: 30px;
	padding-top: 100px;
	font-style: italic;
	font-size: 15px;
	color: #161a1d;
	border: 14px solid #161a1d;
	outline: 3px solid #a21920;
	background: url("img/inicio/quotes.png") no-repeat 20px 15px #fff;
	min-height: 400px;
}
.nombre_opi{
	font-size: 18px;
	font-weight: 600;
	color: #a21920;
	font-style:normal;
	margin-bottom: 10px;
}
.img_modelo_home, .model_text{
	margin: 50px 0;
}
.img_modelo_home img{
	max-width: 100%;
	height: auto;
}
.model_text{
	padding-top: 25px;
}
.model_text h3{
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 3px solid #a21920;
}
.datos_modelo{
	padding-left: 45px;
	margin: 45px 0;
}
.datos_modelo ul{
	padding: 0px;
	margin: 0px;
}
.datos_modelo ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight: 600;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
	padding-left: 70px;
	margin-bottom: 50px;
	position: relative;
}
.datos_modelo ul li img{
	position: absolute;
	left: 0px;
}
.saber_mas a{
    border: 1px solid #a21920;
    border-radius: 50px;
    color: #a21920;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 60px;
}
.saber_mas a:hover{
	text-decoration: none;
    background: #a21920;
    color: #fff;
}
.bg_blog{
    background: #a21920;
	padding: 50px 0;
}
.cont_noticia{
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.49);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.49);
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.foto_noticia a{
	height: 195px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.foto_noticia img{
	height: 195px;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.foto_noticia a:hover img{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.text_noticia{
	padding: 15px 20px;
}
.text_noticia h4 a{
	font-size: 17px;
	color: #000000;
	font-weight: 600;
	display: inline-block;
    line-height: 1.2em;
    display: -webkit-box;
    max-width: 100%;
    max-height: 40px;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_noticia h4 a:hover{
    color: #a21920;
	text-decoration: none;
}
.descrip_blog{
    font-size: 16px;
    line-height: 1.2em;
    display: -webkit-box;
    max-width: 100%;
    max-height: 76px;
    height: 76px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 10px;
}
.textblog .aligncenter {
	display: block;
	margin: 15px auto 15px auto;
	clear: both;
}
.textblog img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.textblog img {
	max-width: 100%;
	height: auto;
}
.leermas{
	text-align: right;
}
.leermas a{
    color: #a21920;
	font-weight: 600;
}
.visit_blog{
	text-align: right;
}
.visit_blog a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.logo_cont_ini{
    height: 140px;
    display: flex;
    text-align: center;
    padding: 0 10px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logo_cont_ini img{
	max-width: 100%;
	height: auto;
}

#slider_logos{
	margin-top: 50px;
	margin-bottom: 20px;
}

.tns-nav{
	text-align: center;
	margin-bottom: 50px;
}
.tns-nav button {
	padding: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #fff;
	border: 1px solid #a0a0a0;
    opacity: 1;
    display: inline-block;
	margin: 0 4px;
	outline: none;
}
.tns-nav button.tns-nav-active{
    background: #222221;
	border: 1px solid #222221;
	opacity: 1;
}
.white_responsive{
	background: rgba(252,252,252,0.50);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.br-ghost, .white_responsive, .img_modelo_home .saber_mas{
		display: none;
	}
}
@media (max-width: 1200px) {

	#slider_curso-ow .tns-controls, #slider_opiniones-ow .tns-controls, #slider_noticias-ow .tns-controls, #slider_cursos_profesionales-ow .tns-controls{
		margin-left: -15px;
		margin-right: -15px;
	}
	#slider_curso-ow .tns-controls button:first-child, #slider_opiniones-ow .tns-controls button:first-child, #slider_noticias-ow .tns-controls button:first-child, #slider_cursos_profesionales-ow .tns-controls button:first-child{
		margin-left: 10px;
	}
	#slider_curso-ow .tns-controls button:last-child, #slider_opiniones-ow .tns-controls button:last-child, #slider_noticias-ow .tns-controls button:last-child, #slider_cursos_profesionales-ow .tns-controls button:last-child{
		margin-right: 10px;
	}
	#slider_curso-mw, #slider_opiniones-mw, #slider_noticias-mw, #slider_cursos_profesionales-mw{
		margin: 0 20px;
	}
}
@media (max-width: 768px) {
	.hero{
		text-align: center;
		height: 500px;
	}
	.hero h1{
		font-size: 38px;
	}
	.cont_banners_inicio {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cont_banmas {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
	.zona_enlaces_ban{
		opacity: 1;
		background: transparent;
	}
	.cont_banmas.banlogopedia .zona_enlaces_ban, .cont_banmas.bantrabajso .zona_enlaces_ban{
		background: transparent;
	}
	.cont_banmas .zona_enlaces_ban{
		padding-top: 170px;
	}
	.cont_banmas{
		height: 280px;
	}
	.tit_banmas{
		font-size: 24px;
		margin-top: 0;
	}
	.ban_becas_inicio{
		text-align: center;
    	background-position-x: -490px;
	}
	.md1{
		order: 2;
	}
	.md2{
		order: 1;
	}
	.model_text{
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.saber_mas{
		display: none;
	}
	.img_modelo_home .saber_mas{
		text-align: center;
		display: block;
		margin-top: 20px;
	}
	.visit_blog{
		text-align: center;
	}
}
@media (max-width: 500px) {
	.hero{
	    background-position-x: 700px;
	}
	.cont_banmas {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cont_banmas .zona_enlaces_ban{
		padding-left: 8px;
		padding-right: 8px;
	}
	.zona_enlaces_ban a{
		width: 48%;
		display: inline-block;
		font-size: 14px;
	}
	.cont_banmas{
		height: 214px;
		margin-bottom: 10px;
	}
	.cont_banmas .zona_enlaces_ban{
		padding-top: 155px;
	}
	.zona_enlaces_ban{
		align-items: flex-end;
	}
	.bantrabajso .tit_banmas{
		max-width: 50%;
	}
	.ban_becas_inicio{
    	background-position-x: -650px;
	}
	.t_ofer_75 h2{
		padding-right: 113px;
	}
	.t_ofer_75 img {
		top: 14px;
	}
	.menu_content{
		margin-top: 15px;
	}

}

.slide-in-left{-webkit-animation:slide-in-left .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-left .5s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
@keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

.slide-out-left{-webkit-animation:slide-out-left .5s cubic-bezier(.55,.085,.68,.53) both;animation:slide-out-left .5s cubic-bezier(.55,.085,.68,.53) both}
@-webkit-keyframes slide-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}}
@keyframes slide-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}}

.cont_buscador_over{
	background: rgba(0,0,0,0.80);
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	color: #fff;
}
.cerrar_buscador{
	position: absolute;
	z-index: 1001;
	font-size: 25px;
	right: 20px;
	top: 20px;
}
.cerrar_buscador button{
	background: none;
	color: #fff;
	border: none;
}
.cerrar_buscador button:hover{
	opacity: 0.5;
}
.buscador_cont{
	margin-top: 120px;
	position: relative;
}
.buscador_cont input[type=search]{
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	width: 100%;
    font-size: 22px;
    color: #fff;
	outline: none;
	padding-bottom: 10px;
}
.buscador_cont input[type=search]::-webkit-input-placeholder { /* Edge */
    color: #e1e1e1;
}

.buscador_cont input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e1e1e1;
}

.buscador_cont input[type=search]::placeholder {
    color: #e1e1e1;
}
.buscador_cont button[type=submit]{
	position: absolute;
	right: 0px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	font-size: 23px;
	color: #fff;
}
.buscador_cont button[type=submit]:hover{
	opacity: 0.5;
}
#modalinfo .modal-header{
	padding: 0px;
	position: relative;
}
#modalinfo .modal-header .close{
	position: absolute;
    right: 10px;
    top: 5px;
    font-size: 34px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
#modalinfo .modal-title,
#modalinfo h5{
	color: #fff;
    background: #a21920;
	padding: 10px 15px;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1.25rem;
	width: 100%
}
#modalinfo .modal-body input[type=text], #modalinfo .modal-body input[type=email], #modalinfo .modal-body select, #modalinfo .modal-body textarea,
.masinfo_ficha_form input[type=text], .masinfo_ficha_form input[type=email], .masinfo_ficha_form textarea, .matricula_form select, .matricula_form input[type=date]{
	width: 100%;
	display: block;
	font-size: 15px;
	color: rgba(52,52,52,1.00);
	border: 1px solid #dfdfdf;
	padding: 15px 20px;
	margin-bottom: 20px;
	outline: none;
}
#modalinfo .modal-body textarea, .masinfo_ficha_form textarea{
	height: 120px;
}
#modalinfo .modal-body input[type=text]:hover,
#modalinfo .modal-body input[type=text]:focus,
#modalinfo .modal-body input[type=email]:hover,
#modalinfo .modal-body input[type=email]:focus,
#modalinfo .modal-body select:hover,
#modalinfo .modal-body select:focus,
#modalinfo .modal-body textarea:hover,
#modalinfo .modal-body textarea:focus,
.masinfo_ficha_form input[type=text]:hover,
.masinfo_ficha_form input[type=text]:focus,
.masinfo_ficha_form input[type=email]:hover,
.masinfo_ficha_form input[type=email]:focus,
.masinfo_ficha_form textarea:hover,
.masinfo_ficha_form textarea:focus,
.matricula_form select:hover,
.matricula_form select:focus,
.matricula_form input[type=date]:hover,
.matricula_form input[type=date]:focus{
	border: 1px solid #a21920;
}
#modalinfo .modal-body select, .matricula_form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 10px;
    background: url(img/flecha_menu_responsive.png) no-repeat 96% 50% #fff;
}
.letra_peque{
	font-size: 11px;
	padding-left: 31px;
}
.letra_peque a, .acepto_form a{
    color: #a21920;
}
.boton_enviar_form input[type=submit], .boton_enviar_form a{
	width: 100%;
	border: none;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 5px;
	background: #fec62e;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.49);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.49);
	margin-top: 15px;
	margin-bottom: 15px;
}
.boton_enviar_form input[type=submit]:hover, .boton_enviar_form a:hover{
    background: #a21920;
}
.boton_enviar_form input[type=submit][disabled], .boton_enviar_form a[disabled] {
	background: #6a6a6a;
	cursor: not-allowed;
}
.acepto_form{
	font-size: 13px;
}

.fade-in-top{-webkit-animation:fade-in-top .5s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .5s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

.fade-out-top{-webkit-animation:fade-out-top .2s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-top .2s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes fade-out-top{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}
@keyframes fade-out-top{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}

/*ficha*/

.bg_ficha_in{
	background-image: url("img/ficha/ficha_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	padding: 7px 0;
	color: #fff;
	position: relative;
}
.sombreado_ficha{
	background: rgba(0,0,0,0.60);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;

}
.migas_ficha{
	margin-top: 17px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
}
.migas_ficha a{
	color: #fff;
}
.beca_ficha{
	margin-bottom: 20px;
}
.titulo_ficha h1{
	margin: -7px 0 40px 0;
	padding: 0px;
	font-size: 34px;
	font-weight: 600;
}
.precio_ficha_sinbeca{
	font-size: 20px;
	margin-bottom: 10px;
}
span.tachado{
	display: inline-block;
	position: relative;
}
span.tachado:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.precio_ficha_conbeca{
	font-size: 24px;
	margin-bottom: 20px;
}
.price_con_beca{
	font-size: 32px;
	font-weight: 700;
}
.masinfo_ficha .titular,
.masinfo_ficha h3{
	background: #a21920;
	color: #fff;
	padding: 24px 5px;
	text-align: center;
    font-weight: 600;
	font-size: 24px;
	margin: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 1.2;
}
.masinfo_ficha_form{
	background: #fff;
	padding: 20px;
    color: #333;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.bg_info_tipos{
	background: #a21920;
	color: #fff;
	padding: 35px 0px;
	margin-bottom: 40px;
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
.info_in_ficha{
	padding-left: 45px;
	position: relative;
	font-size: 14px;
}
.info_in_ficha img{
	position: absolute;
	left: 0px;
}
.info_in_ficha span{
	display: block;
	font-weight: 700;
	font-size: 18px;
}
.info_cloc{
	padding-left: 31px;
}
.info_cloc img, .info_cloc3 img{
	top: 10px;
}
.info_cloc4{
	padding-left: 40px;
}
.info_cloc4 img{
	top: 4px;
}
.financiacion_sin{
	font-size: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.financiacion_sin_listado{
	text-align: center;
	margin-bottom: 40px;
}
.financiacion_sin_listado .dropdown{
	display: inline-block;
}
.financiacion_sin_listado .btn-secondary{
    color: #333;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
	padding-right: 30px;
	border-radius: 0px;
	background: url("img/ficha/flecha_selector.png") no-repeat 95% 50% #fff;
	min-width: 210px;
	text-align: center;
}
.financiacion_sin_listado .dropdown.show .btn-secondary{
	background: url("img/ficha/flecha_selector.png") no-repeat 95% 50% #fff;
	border-color:#a21920;
    color: #333;
}
.financiacion_sin_listado .dropdown-toggle::after {
	display: none;
}
.financiacion_sin_listado .dropdown-menu.show {
    width: 210px;
}
.financiacion_sin_listado .dropdown-item:hover {
	color:#a21920;
}
.precio_financiado{
	display: inline-block;
	font-size: 34px;
	font-weight: 800;
	color:#a21920;
	margin-left: 14px;
	position: relative;
	top: 5px;
}
.precio_financiado > span {
	font-size: 20px;
}
.b_matricular a{
    text-transform: uppercase;
    display: block;
    letter-spacing: -0.4px;
    line-height: 1.2;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1.1px;
    padding: 12px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    color: #fff;
    background-color: #a21920;
    border: 1px solid #a21920;
    font-weight: 600;
	margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}
.b_matricular a:hover{
	background: #fff;
	color: #a21920;
	text-decoration: none;
}
.b_realizar_pago a{
	background: #fff;
	color: #a21920;
}
.b_realizar_pago a:hover{
    background-color: #a21920;
	color: #fff;
}
.bg_menu_ficha{
	background: #161a1d;
	color: #fff;
	padding: 30px 0px;
}
.bg_menu_ficha ul{
	padding: 0px;
	margin: 0px;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.bg_menu_ficha ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.bg_menu_ficha ul li a{
	color: #fff;
	font-weight: 400;
	padding-left: 7px;
}
.bg_menu_ficha ul li a:hover{
	color: #a21920;
	text-decoration: none;
}
.bg_menu_ficha ul li a.active_m_fi, .red{
	color: #a21920;
}
.bg_menu_dark_finew-spacer {
	padding-bottom: 60px;
}
.presentacion_cont{
	margin-bottom: 70px;
}
.presentacion_cont h2, .bg_salidas h2, .como_se_estudia h2, .programaformativo h2, .faqs_listado h2,
.presentacion_cont h3_, .bg_salidas h3, .como_se_estudia h3, .programaformativo h3, .faqs_listado h3{
	color: #a21920;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.descargar_programa{
	margin: 30px 0;
}
.descargar_programa a{
	border-radius: 6px;
	display: inline-block;
	border: 1px solid #a21920;
	color: #a21920;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}
.descargar_programa a:hover{
	text-decoration: none;
	background: #a21920;
	color: #fff;
}
.presentacion_cont h3,
.presentacion_cont h4{
	color: #a21920;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.alert_certificados{
	background: url("img/ficha/diploma.png") no-repeat 10px 50% #9f3537;
	font-size: 18px;
	color: #fff;
	padding: 30px;
	padding-left: 80px;
	margin-top: 30px;
}
.NW_cont_titulos {
    height: 307px;
    width: 289px;
    position: relative;
}
a.NW_tituloficha_mostrar {
    display: inline-block;
    margin: auto;
    width: 289px;
    height: 227px;
    background: url(img/ficha/titulo_mini2.png);
}
a.NW_tituloficha_mostrar_curso {
	background: url(img/ficha/titulo_curso_mini2.png);
}
a.NW_certiacademico_mostrar {
    display: inline-block;
    margin: auto;
    width: 125px;
    height: 159px;
    background: url(img/ficha/cer_academico2.png);
    position: absolute;
    left: 20px;
    bottom: 0px;
}
a.NW_certinotas_mostrar {
    display: inline-block;
    margin: auto;
    width: 125px;
    height: 159px;
    background: url(img/ficha/cer_notas2.png);
    position: absolute;
    right: 10px;
    bottom: 0px;
}
a.NW_tituloficha_mostrar:hover {
    background: url(img/ficha/titulo_mini_hover2.png);
}
a.NW_tituloficha_mostrar_curso:hover {
	background: url(img/ficha/titulo_curso_mini_hover2.png);
}
a.NW_certiacademico_mostrar:hover {
    background: url(img/ficha/cer_academico_hover2.png);
}
a.NW_certinotas_mostrar:hover {
    background: url(img/ficha/cer_notas_hover2.png);
}
.contenedor_titulos{
	border: 1px solid #a21920;
	min-height: 639px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	margin-bottom: 30px;
}
.info_obtendras{
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
}
.info_obtendras strong{
	color: #a21920;
}
.bg_salidas{
	background: #f5f3f4;
	padding: 60px 0;
	margin-bottom: 40px;
}
.bg_salidas ul{
	padding: 0px;
	margin: 0px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.bg_salidas ul li {
	color: #000;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 22px;
    background: url(img/ficha/check.png) no-repeat 0px 5px;
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.bg_banner_titulos{
	border: 1px solid #a21920;
	margin-bottom: 50px;
	padding: 25px;
}

.NW_ban_apostilla a{
    background-image: url(img/ficha/bg-ban_apostilla.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	height: 122px;
	position: relative;
	padding: 15px;
	padding-left:130px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
}
.NW_ban_apostilla a span{
	position: absolute;
	width: 102px;
	height: 100px;
	background: url(img/ficha/sello_edeca.png) no-repeat center center;
	left: 10px;
	top:10px;
	display: block;
}
.NW_ban_apostilla a .verdetalles{
	display: inline-block;
	font-size: 16px;
	background: #31384d;
	color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	padding: 5px 40px;
	margin-top: 10px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.NW_ban_apostilla a:hover .verdetalles{
    background: #a21920;
	color: #fff;
}

.NW_ban_practicas a{
    background-image: url(img/ficha/bg-banpracticas.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	height: 122px;
	position: relative;
    padding: 15px;
    padding-left: 146px;
    padding-top: 36px;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-align: center;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
}
.NW_ban_practicas a:hover{
	color: #a21920;
}
.como_se_estudia{
	margin-bottom: 60px;
}
.como_se_estudia .pag_cont h3,
.como_se_estudia h4{
	color: #a21920;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
.como_se_estudia ul li {
	color: #000;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 22px;
    background: url(img/ficha/check.png) no-repeat 0px 5px;
}
.programaformativo{
	margin-top: 30px;
	margin-bottom: 50px;
}
.programaformativo table{
	width: 100%;
	border: none;
}
.programaformativo table thead tr th{
	background: #a21920;
	color: #fff;
	padding: 25px 10px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.programaformativo table thead tr th:last-child{
	border-right: 0px;
}
.programaformativo table tbody tr td{
	border-bottom: 2px solid #fff;
	background: #f5f3f4;
	color: #000;
	font-size: 18px;
	padding: 15px;
	vertical-align: middle;
}
.programaformativo table tbody tr td:first-child{
	width: 155px;
}
.programaformativo table tbody tr td:last-child{
	text-align: center;
}
.programaformativo table tbody tr:not(.contenido_bloque) {
	cursor: pointer;
}
.programaformativo table tbody tr.contenido_bloque td{
	padding: 0px;
}
.programaformativo table tbody tr.contenido_bloque td{
	text-align: left;
}
.programaformativo table tbody tr.contenido_bloque ul {
	padding: 15px;
}
.programaformativo table tbody tr td ul{
	padding: 0px;
}
.programaformativo table tbody tr td ul li{
	padding: 0px;
	list-style: none;
}
a.a_despliega{
	color: #000;
	padding-left: 25px;
    background: url(img/ficha/flecha_selector.png) no-repeat 0px center;
}
a.a_despliega:hover{
	color: #a21920;
	text-decoration: none;
}
.precio_ficha_conbeca_f{
	margin-top: -10px;
}
.precio_ficha_conbeca_f .price_con_beca{
	color: #a21920;
}
.pag_cont{
	margin-top: 40px;
}
.info_fraccionado{
	border: 1px solid #a21920;
	padding: 25px;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 40px;
}
.bg_t_otras_titulaciones{
	color: #fff;
	padding: 30px 0;
    background: #810006;
}
.bg_t_otras_titulaciones h4{
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-weight: 600;
}
.contcursos_interesa{
	margin-bottom: 50px;
	margin-top: 50px;
}

.masinfo_movil{
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
}
.masinfo_movil .titular,
.masinfo_movil h3{
	background: #25282c;
    color: #fff;
    padding: 24px 5px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 0px;
	line-height: 1.2;
}
.alert_certificados.alert_certi_movil{
	display: none;
}

.masinfopc{
	z-index: 2;
}
@media (max-width: 1200px) {
	.financiacion_sin strong{
		display: block;
	}
}
@media (max-width: 991px) {
	.info_cloc, .info_cloc2{
		margin-bottom: 20px;
	}
	.bg_info_tipos{
		margin-top: 0px;
	}
	.beca_ficha, .titulo_ficha, .precio_ficha_sinbeca, .precio_ficha_conbeca, .boton_beca{
		text-align: center;
	}
	.masinfopc{
		display: none;
	}
	.bg_info_tipos{
		margin-bottom: 0px;
	}
	.bg_menu_ficha ul li{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
		max-width: 50%;
		text-align: justify;
		margin-bottom: 22px;
	}
	.bg_menu_ficha{
		padding-bottom: 0px;
		padding-top: 10px;
	}
	.bg_menu_ficha ul li{
		margin-bottom: 10px;
	}
	.contenedor_titulos{
		min-height: auto;
		padding: 25px 10px;
	}
	.alert_certificados{
		margin-top: 15px;
	}
	.NW_ban_apostilla{
		margin-bottom: 20px;
	}
	.programaformativo table tbody tr td, .programaformativo table thead tr th{
		font-size: 15px;
	}
}
@media (min-width: 991px) {
	.masinfo_movil{
		display: none;
	}
}
@media (max-width: 768px) {
	.presentacion_cont h3, .bg_salidas h3, .como_se_estudia h3, .programaformativo h3{
		text-align: center;
	}
	.alert_certificados{
		display: none;
	}
	.alert_certificados.alert_certi_movil{
		display: block;
	}
	.bg_salidas ul li{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	a.a_despliega{
		padding-left: 0px;
		padding-bottom: 15px;
		background: url(img/ficha/flecha_selector.png) no-repeat bottom center;
		display: inline-block;
	}
	.programaformativo table tbody tr td:first-child {
    	width: 115px;
	}
	.info_fraccionado, .bg_t_otras_titulaciones{
		text-align: center;
	}
}
@media (max-width: 500px) {
	.NW_ban_apostilla a {
		padding-left: 98px;
		font-size: 15px;
	}
	.NW_ban_practicas a {
		background-position: -84px center;
		padding-left: 66px;
		padding-top: 18px;
		font-size: 15px;
	}
	.bg_ficha_in {
		background-position: -210px center;
	}
}

/*listado*/

.intro_listado{
	font-size: 18px;
	margin: 0px 0 40px 0;
}
.filtro_listado ul{
	padding: 0px;
	margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 50px;
}
.filtro_listado ul li{
	padding: 0px;
	list-style: none;
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.filtro_listado ul li a{
	display: block;
	text-align: center;
	border: 1px solid #25282c;
	color: #25282c;
	background: #fff;
	font-size: 20px;
	padding: 20px 5px;
	margin: 0px 5px;
}
.filtro_listado ul li a:hover, .filtro_listado ul li.filtroactivo a{
	background: #a21920;
	border: 1px solid #a21920;
	color: #fff;
	text-decoration: none;
}
.casita{
	position: relative;
	top: -3px;
}
.bg_listado{
	padding: 15px 0 55px 0;
	background-image: url("img/listado/bg_listado.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 40px;
}
.bg_listado h1{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.paginar ul{
	padding: 0px;
	margin: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.paginar ul li{
	padding: 0px;
	margin: 0px 5px;
	list-style: none;
}
.paginar ul li a{
	display: inline-block;
	font-size: 18px;
	padding: 10px 18px;
	border: 1px solid #dfdfdf;
	color:#9b9b9b;
	text-decoration: none;
}
.paginar ul li a:hover, .paginar ul li.pagactivo a{
	background: #a21920;
	color: #fff;
	border: 1px solid #a21920;
}
.faqs_listado .accordion{
	margin-bottom: 60px;
}
.faqs_listado .accordion .card-body{
	padding: 40px;
}
.enlace_faq button{
	border: none;
	background: url("img/listado/flecha_selector_white.png") no-repeat 20px center #a21920;
	font-size: 18px;
	color: #fff;
	padding: 20px;
	font-weight: 600;
	padding-left: 46px;
	outline: none;
	box-shadow: none !important;
	text-decoration: none !important;
	border-radius: 0px;
	margin-top: 10px;
}
.enlace_faq button.collapsed{
	background: url("img/listado/flecha_selector.png") no-repeat 20px center #f5f3f4;
	color: #000;
	text-decoration: none;
}
.enlace_faq button:hover{
	background: url("img/listado/flecha_selector_white.png") no-repeat 20px center #a21920;
	color: #fff;
	text-decoration: none;
}
.beca_ficha_movil{
	display: none;
}
@media (max-width: 991px) {
	.filtro_listado ul li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 10px;
	}
	.beca_ficha{
		display: none;
	}
	.beca_ficha.beca_ficha_movil{
		display: block;
	}
	.beca_ficha.beca_ficha_movil .oferta_ficha{
		margin-right: auto;
		margin-left: auto;
		left: auto;
	}
	.bg_menu_ficha{
		margin-top: 30px;
	}
	.descargar_programa{
		text-align: center;
	}
	.alert_certi_movil{
		margin-bottom: 30px;
	}
}
@media (max-width: 600px) {
	.filtro_listado ul li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.paginar ul li a{
		font-size: 16px;
   		padding: 20px 15px;
		height: 40px;
		display: flex;
		align-content: space-around;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.paginar li.sig a, .paginar li.ant a{
		font-size: 0px;
	}
	.paginar li.sig a i, .paginar li.ant a i{
		font-size: 16px;
	}
	.boton_beca a {
		padding: 10px 20px;
	}
}

.alert_certificados::selection, .alert_certificados ::selection, .bg_info_tipos ::selection{
	background: #fff;
	color: #9f1d20;
}

/*informacion del centro*/
.top_interiores{
	padding-bottom: 65px;
	background-image: url("img/estudiar_edeca/bg_info_centro.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 50px;
}
.top_interiores h1{
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin-top: 30px;
	padding: 0px;
}
.img_ede_centro{
	border: 1px solid #a21920;
	margin-bottom: 50px;
	overflow: hidden;
	height: 766px;
}
.img_ede_centro img{
	width: 100%;
	height: 766px;
	object-fit: cover;
}
.cont_text_info_ede h2, .bg_gris h3, .bg_white h3{
	color: #a21920;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cont_text_info_ede h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 3px solid #a21920;
	margin-top: 20px;
}
.cont_text_info_ede .datos_modelo{
	padding-left: 0px;
	margin: 0px 0px 20px 0px;
}
.cont_text_info_ede .datos_modelo ul li{
	font-weight: 400;
}
.cont_text_info_ede .datos_modelo ul li img{
	top: 0px;
}
.bg_gris{
	background: #f5f3f4;
	padding: 50px 0;
	margin-bottom: 50px;
}
.cont_dedicamos{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.cont_dedicamos img{
	margin-left: 40px;
}
.cont_dedicamos.ded_derech img{
	margin-left: 0px;
	margin-right: 40px;
}
.bg_white{
	padding: 50px 0;
	margin-bottom: 50px;
}
.girl_filo{
	text-align: center;
}
.top_mens{
	margin-top: -250px;
}
.bg_white.apa_profe{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.img_ede_centro, .img_ede_centro img{
		height: 300px;
	}
	.cont_dedicamos img{
		margin-left: 0px;
	}
	.cont_dedicamos.ded_derech img {
		margin-right: 0px;
	}
	.gorr_1, .gorr_2{
		flex-direction: column;
		align-items: center;
	}
	.gorr_1 div:last-child{
		order: 1;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.gorr_2 > div{
		margin-bottom: 25px;
		width: 100%;
		text-align: center;
	}
	.gorr_1 div:last-child img, .girl_filo img, .gorr_2 > div img{
		width: 30%;
		height: auto;
	}
	.gorr_1 div:first-child{
		order: 2;
	}
	.girl_filo{
		margin-bottom: 20px;
	}
	.girl_filo img{
		width: 50%;
		height: auto;
	}
	.top_mens{
		margin-top: 0px;
	}
}
/*Contacto*/
.top_cont{
	background-image: url("img/contacto/top_contacto.jpg");
}
.text_contact h2{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 3px solid #a21920;
    margin-top: 0px;
}
.tlf_contacto{
	font-size: 26px;
	font-weight: 700;
	color: #a21920;
	padding: 20px 0;
	padding-left: 75px;
	background: url("img/contacto/phone_icon.png") no-repeat left center;
	margin-bottom: 10px;
}
.tlf_contacto span, .whatsapp_contacto span{
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: -4px;
}
.whatsapp_contacto{
	font-size: 26px;
	font-weight: 700;
	color: #4BAE50;
	padding: 20px 0;
	padding-left: 75px;
	background: url("img/contacto/whatsapp_icon.png") no-repeat left center;
	margin-bottom: 30px;
}
.logo_contact{
	text-align: center;
	padding: 40px 0;
}
.logo_contact img{
	margin: auto;
	max-width: 100%;
	height: auto;
}
.cont_form_contacto{
	background: #f6f3f4;
	margin-bottom: 60px;
}
.map_google iframe{
	height: 445px;
	width: 100%;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.tlf_contacto{
		text-align: center;
		padding-left: 0px;
		padding-top: 70px;
    	background: url(img/contacto/phone_icon.png) no-repeat top center;
	}
	.whatsapp_contacto{
		text-align: center;
		padding-left: 0px;
		padding-top: 70px;
		background: url("img/contacto/whatsapp_icon.png") no-repeat top center;
	}
	.atencion_c{
		text-align: center;
	}
}
@media (max-width: 500px) {
	.tlf_contacto, .whatsapp_contacto{
		font-size: 22px;
	}
	.tlf_contacto span, .whatsapp_contacto span{
		top: -2px;
	}
}

/* matriculacion */

.masinfo_ficha_matricula h2{
    background: #a21920;
    color: #fff;
    padding: 24px 5px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
	margin-bottom: 40px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.matricula_form{
	padding: 0px;
	background: transparent;
}
.matricula_form label{
	font-weight: 600;
	color: #000;
}
.resumen_pago{
	background: #f6f3f4;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}
.resumen_pago img.beca75{
	position: absolute;
	top: 10px;
	right: 10px;
}
.precio_matricula{
	font-size: 28px;
    color: #a21920;
	font-weight: 600;
	margin-bottom: 20px;
}
.precio_matricula span{
	font-size: 16px;
	color: #333333;
	position: relative;
	display: inline-block;
	font-weight: 500;
}
.precio_matricula span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
ul.formaspago{
	margin: 0px;
	padding: 0px;
}
ul.formaspago li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
	color: #282828;
	font-weight: 600;
	margin-bottom: 10px;
}
.m-pretty,
ul.formaspago li label {
    position: relative;
    padding-left: 5px;
}
.m-pretty input[type=radio],
ul.formaspago input[type=radio] {
    opacity: 0;
}
.m-pretty label:after,
ul.formaspago li label:after {
    position: absolute;
    left: -19px;
    top: 1px;
    font-size: 19px;
    color: #aaa9a9;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}
.m-pretty label:after {
	left: 0px;
}
.m-pretty input[type=radio]:checked + label:after,
ul.formaspago li input[type=radio]:checked + label:after {
    content: "\f192";
    font-weight: 900;
    color: #a21920;
}
ul.formaspago li label img{
	position: relative;
	top:-3px;
	margin-left: 3px;
}
.pagoseguro{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color:  #a21920;
}
.financiacion_matricula{
	text-align: left;
}
.financiacion_matricula .precio_financiado{
	font-size: 28px;
	font-weight: 600;
}
.precio_financiado > span {
	font-size: 18px;
}
.matricula_form{
	margin-bottom: 40px;
}
.financiacion_matricula .btn-secondary{
    min-width: 170px;
}
.heleido_matricula{
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
.heleido_matricula a{
	color:  #a21920;
}
.b_matricul_envio{
	text-align: center;
	margin-bottom: 30px;
}
.heleido_matricula label{
	display: initial;
}
.b_matricul_envio input[type=submit], .b_matricul_envio a{
	display: inline-block;
	width: auto;
	padding: 10px 100px;
	text-decoration: none;
}
.recaptcha-cont {
	text-align: center;
}
.recaptcha-cont .g-recaptcha {
	display: inline-block;
}

.NW_pagoplease {
	font-size: 14px;
	color: #25282c;
}
.NW_banco_metodopago {
	padding: 10px 15px;
	margin-top: 8px;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #494949;
	border-radius: 3px;
}
.NW_banco_metodopago .tit {
	color: #a2a2a2;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
}
.NW_banco_metodopago span {
	color: #a21920;
}

.cont-forma-pago {
	margin-bottom: 20px;
}

.cont-forma-pago.inactive .descr-forma-pago {
	opacity: 0.5;
	pointer-events: none;
	filter: grayscale(1);
}

.top_gracias{
	height: 255px;
	color: #fff;
	font-weight: 700;
	padding-left: 40px;
	display: flex;
	background-image: url("img/matriculacion/bg_gracias.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
	margin-bottom: 50px;
    align-items: center;
	font-size: 30px;
}
ul.list_gracias{
	padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
ul.list_gracias li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding-right: 10px;
}
ul.list_gracias li a{
	color:  #a21920;
}
ul.list_gracias li span.number_red{
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -5px;
	font-weight: 600;
	color:  #a21920;
	font-size: 20px;
}
.important{
	background:#f5f5f5;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 20px;
}
@media (max-width: 600px) {
	ul.list_gracias li{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.top_gracias{
		height: 145px;
	}
}
/*nuestros principios*/

.top_principios{
	background-image: url("img/estudiar_edeca/bg_principios.jpg");
}
.list_gracias.list_principios span.number_red{
	font-size: 60px;
	font-weight: 700;
	top: -16px;
}
ul.list_principios li{
    padding-left: 80px;
	margin-bottom: 60px;
}
ul.list_principios li h3{
	color: #363636;
	font-size: 24px;
	font-weight: 600;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/*metodologia*/

.top_metodologia{
	background-image: url("img/estudiar_edeca/bg_metodologia.jpg");
}
.meto_text{
	margin-bottom: 50px;
}
.meto_text h2{
	font-size: 24px;
	font-weight: 700;
	color:  #a21920;
	margin-bottom: 30px;
}
.meto_text a{
	font-weight: 600;
	color:  #a21920;
}
.meto_img{
	text-align: center;
	padding-top: 50px;
}
.meto_img img{
	margin: auto;
	margin-bottom: 40px;
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px){
	.gorr_3 > div img {
		width: 50%;
		height: auto;
		margin: auto;
	}
	.gorr_3 div:first-child {
		text-align: center;
		margin-bottom: 20px;
	}
	.gorr_3 > div{
		text-align: left;
	}
	.bg_eva1{
		padding: 0px;
	}
}

/*reconocimientos*/

.top_reconocimientos{
	background-image: url("img/estudiar_edeca/bg_reconocimientos.jpg");
}
.titulos_text{
	margin-bottom: 30px;
}
.titulos_text h2{
	font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 3px solid #a21920;
    margin-top: 20px;
}
.tit_img{
	padding-top: 0px;
}
.cont_iceex h3{
    color: #a21920;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.logo_reconocimiento{
	text-align: center;
}
.logo_reconocimiento img, .NW_reco_imagen_ajuste img{
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px){
	.cont_iceex{
		margin-bottom: 65px;
	}
}

/*opiniones*/

.top_opiniones{
	background-image: url("img/estudiar_edeca/bg_opiniones.jpg");
}
.filtro_opiniones{
	text-align: center;
}
.filtro_opiniones ul{
	padding: 0px;
	margin: 0px;
	margin-bottom: 60px;
}
.filtro_opiniones ul li{
	display: inline-block;
	list-style: none;
}
.filtro_opiniones ul li a{
	display: inline-block;
	border-radius: 50px;
	background: #fff;
	color: #000;
	font-size: 17px;
	margin: 0 10px;
	padding: 5px 20px;
	font-weight: 600;
}
.filtro_opiniones ul li:first-child a{
	margin-left: 0px;
}
.filtro_opiniones ul li:last-child a{
	margin-right: 0px;
}
.filtro_opiniones ul li a:hover, .filtro_opiniones ul li.active_filter a{
    background: #a21920;
    color: #fff;
	text-decoration: none;
}
.cont_op_seccion{
	margin-bottom: 40px;
    border: 4px solid #fff;
	min-height: auto;
}

@media (max-width: 768px){
	.filtro_opiniones ul li a{
		padding: 5px 10px;
		margin: 0 5px;
		font-size: 15px;
	}
}

/*faqs*/

.top_faqs{
	background-image: url("img/informacion_practica/bg_faqs.jpg");
}
.masinfo_faqs{
	text-align: center;
	margin-bottom: 50px;
}
.masinfo_faqs h3{
	color: #000;
	font-weight: 600;
	font-size: 24px;
}
.masinfo_faqs a{
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: -0.4px;
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 12px 30px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    color: #fff;
    background-color: #a21920;
    border: 1px solid #a21920;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
	margin-top: 20px;
}
.masinfo_faqs a:hover{
    background: #fff;
    color: #a21920;
    text-decoration: none;
}

/*instrucciones matriculacion*/

.top_instrucciones{
	background-image: url("img/estudiar_edeca/bg_instrucciones_matriculacion.jpg");
}
.cont_instrucciones span.numb, .condiciones_text ul li span.numb{
	width: 42px;
	height: 42px;
    background: #a21920;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	border-radius: 50%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
.cont_instrucciones {
	padding-left: 50px;
	position: relative;
	margin-bottom: 50px;
}
.nota_important{
	border: 1px solid #a21920;
	margin: 30px 0px;
	padding: 20px 25px;
	text-align: center;
}
.nota_important h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	color: #a21920;
	font-size: 20px;
	font-weight: 700;
}
/*instrucciones matriculacion*/

.top_cond_instrucciones{
	background-image:url("img/estudiar_edeca/bg_condiciones_matriculacion.jpg");
}
.condiciones_text h2{
	text-align: center;
    color: #a21920;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 50px;
}
.condiciones_text ul{
	margin: 0px;
	padding: 0px;
}
.condiciones_text ul li{
	list-style: none;
	padding: 0px;
	margin-bottom: 40px;
	position: relative;
	padding-left: 60px;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 768px){
	.condiciones_text h2{
		font-size: 26px;
	}
}

/*practicas*/

.top_practicas{
	background-image:url("img/estudiar_edeca/bg_practicas.jpg");
}
.sonpract_tit h4{
    background: #a21920;
    color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 40px;
	min-height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pasos_seguir_tit h4{
    background: #fff;
	border: 3px solid #a21920;
    color: #a21920;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 40px;
	min-height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px){
	.sonpract_tit h4, .pasos_seguir_tit h4{
		font-size: 26px;
	}
}
@media (max-width: 768px){
	.sonpract_tit h4, .pasos_seguir_tit h4{
		padding: 0px;
		display: block;
		font-size: 20px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 10px;
		margin-bottom: 25px;
		border: none;
		border-bottom: 3px solid #a21920;
		margin-top: 20px;
		min-height: auto;
		background: #fff;
	}
	.sonpract_tit h4 br, .pasos_seguir_tit h4 br{
		display: none;
	}
}


/*titulacion*/

.top_titulaciones{
	background-image:url("img/estudiar_edeca/bg_titulaciones.jpg");
}
.cont_certi{
}
.cont_certi h4{
	font-size: 20px;
	color: #a21920;
	font-weight: 700;
}
.cont_cer2{
	padding-top: 0px;
}

/*blog*/
.categoria_list{
	font-size: 13px;
	margin-bottom: 6px;
}
.categoria_list a{
	color: #5C5C5C;
	display: inline-block;
}
.categoria_list a:hover{
	text-decoration: none;
	color: #a21920;
}
.top_blog{
	background-image:url("img/blog/top_blog.jpg");
}
.cont_noticia_in{
	margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 19%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 19%);
}
.categorias_blog h3{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 3px solid #a21920;
}
.categorias_blog ul{
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}
.categorias_blog ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
	font-size: 14px;
	text-transform: uppercase;
}
.categorias_blog ul li a{
	color: #878787;
}
.categorias_blog ul li a:hover{
	color: #a21920;
	text-decoration: none;
}

.img_blog_top{
	height: 500px;
	overflow: hidden;
	margin-bottom: 40px;
}
.img_blog_top img{
	margin-top: 15px;
	height: 500px;
	width: 100%;
	object-fit: cover;
}
.tit_blog h1,
.tit_blog h4{
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 3px solid #a21920;
	text-align: center;
}
.textblog{
	text-align: justify;
	margin-bottom: 60px;
}

.noticias_relacionadas h3{
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 45px;
    border-bottom: 3px solid #a21920;
}


.page_404 {
	text-align: center;
	padding: 40px 0;
	background: #fff;
}

.page_404 img {
	width: 100%;
}

.four_zero_four_bg {
	background-image: url("img/404.png");
	height: 560px;
	width: 1200px;
	background-position: center center;
	background-repeat: no-repeat;
}

.four_zero_four_bg h1 {
	font-size: 80px;
}

.four_zero_four_bg h3 {
	font-size: 80px;
}

.link_404 {
	color: #fff !important;
	padding: 10px 20px;
	background: #39ac31;
	margin: 20px 0;
	display: inline-block;
}
.contant_box_404 {
	margin-top: -50px;
}

.ajax-search-result{
	padding-top: 15px;
	margin: auto;
	max-width: 1140px;
	background: rgba(22,22,22,0.4);
	max-height: 340px;
	overflow-y: auto;
	position: relative;
}

.ajax-search-result li{
	list-style: none;
	padding: 7px 7px;
	color: #fff;
	font-size: 16px;
}

.ajax-search-result li a{
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease-in-out;
}

.ajax-search-result li a:hover{
	color: #a21920;
}

/*contacto*/

.cssload-container *, .cssload-container *:before, .cssload-container *:after{
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cssload-container {
	margin: 94px auto;
	width: 113px;
	height: 56px;
}
.cssload-container > div {
	float: left;
	background: #a21920;
	height: 100%;
	width: 9px;
	margin-right: 2px;
	display: inline-block;
}

.cssload-container .cssload-shaft1 {
	animation-delay: 0.06s;
	-o-animation-delay: 0.06s;
	-ms-animation-delay: 0.06s;
	-webkit-animation-delay: 0.06s;
	-moz-animation-delay: 0.06s;
}
.cssload-container .cssload-shaft2 {
	animation-delay: 0.12s;
	-o-animation-delay: 0.12s;
	-ms-animation-delay: 0.12s;
	-webkit-animation-delay: 0.12s;
	-moz-animation-delay: 0.12s;
}
.cssload-container .cssload-shaft3 {
	animation-delay: 0.17s;
	-o-animation-delay: 0.17s;
	-ms-animation-delay: 0.17s;
	-webkit-animation-delay: 0.17s;
	-moz-animation-delay: 0.17s;
}
.cssload-container .cssload-shaft4 {
	animation-delay: 0.23s;
	-o-animation-delay: 0.23s;
	-ms-animation-delay: 0.23s;
	-webkit-animation-delay: 0.23s;
	-moz-animation-delay: 0.23s;
}
.cssload-container .cssload-shaft5 {
	animation-delay: 0.29s;
	-o-animation-delay: 0.29s;
	-ms-animation-delay: 0.29s;
	-webkit-animation-delay: 0.29s;
	-moz-animation-delay: 0.29s;
}
.cssload-container .cssload-shaft6 {
	animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
}
.cssload-container .cssload-shaft7 {
	animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}
.cssload-container .cssload-shaft8 {
	animation-delay: 0.46s;
	-o-animation-delay: 0.46s;
	-ms-animation-delay: 0.46s;
	-webkit-animation-delay: 0.46s;
	-moz-animation-delay: 0.46s;
}
.cssload-container .cssload-shaft9 {
	animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	-moz-animation-delay: 0.52s;
}
.cssload-container .cssload-shaft10 {
	animation-delay: 0.58s;
	-o-animation-delay: 0.58s;
	-ms-animation-delay: 0.58s;
	-webkit-animation-delay: 0.58s;
	-moz-animation-delay: 0.58s;
}

.cssload-container > div {
	animation: cssload-loading 1.73s infinite ease-in-out;
	-o-animation: cssload-loading 1.73s infinite ease-in-out;
	-ms-animation: cssload-loading 1.73s infinite ease-in-out;
	-webkit-animation: cssload-loading 1.73s infinite ease-in-out;
	-moz-animation: cssload-loading 1.73s infinite ease-in-out;
	transform: scaleY(0.05) translateX(-19px);
	-o-transform: scaleY(0.05) translateX(-19px);
	-ms-transform: scaleY(0.05) translateX(-19px);
	-webkit-transform: scaleY(0.05) translateX(-19px);
	-moz-transform: scaleY(0.05) translateX(-19px);
}



@keyframes cssload-loading {
	50% {
		transform: scaleY(1.2) translateX(19px);
		background: #18161d;
	}
}

@-o-keyframes cssload-loading {
	50% {
		-o-transform: scaleY(1.2) translateX(19px);
		background: #18161d;
	}
}

@-ms-keyframes cssload-loading {
	50% {
		-ms-transform: scaleY(1.2) translateX(19px);
		background: #18161d;
	}
}

@-webkit-keyframes cssload-loading {
	50% {
		-webkit-transform: scaleY(1.2) translateX(19px);
		background: #18161d;
	}
}

@-moz-keyframes cssload-loading {
	50% {
		-moz-transform: scaleY(1.2) translateX(19px);
		background: #18161d;
	}
}


p.form_exito,
p.form_error {
	margin: 0;
	font-weight: 700;
	font-size: 15px;
}
p.form_error {
	color: #cc0000;
}
p.form_exito {
	margin-top: 24px;
	color: #00b70d;
}

.contacto_succes{
	font-size: 27px!important;
	margin-top: 27px!important;
	margin-bottom: 20px!important;
}

.form_exito h2{
	padding: 30px;
	font-size: 22px;
	color: #000000;
	font-weight: 600;
}

.form_exito p{
	padding: 0 14px 22px 14px;
}
/*fin contacto*/

@media (max-width: 991px) {
	.bg_menu_dark_finew .bg_menu_ficha{
		margin-top: 0;
	}

	.grecaptcha-badge{
		bottom: 0!important;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}


.telefono_top a.cta-telefono,
.telefono_top a.cta-whatsapp,
.whatsapp_contacto a,
.tlf_contacto a
{
	color: inherit;
	text-decoration: none;

}

@media (max-width: 500px) {

	.bantrabajso .tit_banmas{
		font-size: 21px;
	}

	#gdpr-cookie-message {
		width: 90% !important;
		bottom: 50% !important;
		right: 50% !important;
		transform: translate(50%,50%);
	}

}

/*maxipublis*/

/*:root {*/
/*	--maxi-titulo-color: #446da8; */
/*	--maxi-titulo-destacado-color: #00E5F3; */
/*	--maxi-titulo-destacado-bg: #446da8; */
/*	--maxi-globo-color: #00E5F3; */
/*	--maxi-globo-bg: #446da8; */
/*	--maxi-globo-color-detalle: #00E5F3; */
/*	--maxi-boton-color: #fff; */
/*	--maxi-boton-bg: #446da8; */
/*	--maxi-boton-borde: #446da8; */
/*	--maxi-bg: #446da8; */
/*}*/

@media (min-width: 576px){
	.maxipubli_v1 .modal-dialog, .maxipubli_v2 .modal-dialog, .maxipubli_v3 .modal-dialog, .maxipubli_v4 .modal-dialog, .maxipubli_v5 .modal-dialog, .maxipubli_v6 .modal-dialog{
		max-width: inherit;
	}
}

@media (min-width: 800px){
	.maxipubli_v1 .modal-dialog{
		width: 800px;
	}
	.maxipubli_v2 .modal-dialog{
		width: 635px;
	}
	.maxipubli_v3 .modal-dialog{
		width: 696px;
	}
	.maxipubli_v4 .modal-dialog{
		width: 506px;
	}
	.maxipubli_v5 .modal-dialog{
		width: 450px;
	}
}
@media (min-width: 1040px){
	.maxipubli_v6 .modal-dialog{
		width: 1030px;
	}
}
.maxipubli_v1 .modal-dialog, .maxipubli_v2 .modal-dialog, .maxipubli_v3 .modal-dialog, .maxipubli_v4 .modal-dialog, .maxipubli_v5 .modal-dialog, .maxipubli_v6 .modal-dialog{
	border: 0px;
}
.maxipubli_v1 .modal-header, .maxipubli_v2 .modal-header, .maxipubli_v3 .modal-header, .maxipubli_v4 .modal-header, .maxipubli_v5 .modal-header, .maxipubli_v6 .modal-header{
	padding: 0px;
	border: 0px;
}
.maxipubli_v1 .modal-content, .maxipubli_v2 .modal-content, .maxipubli_v3 .modal-content, .maxipubli_v4 .modal-content, .maxipubli_v5 .modal-content, .maxipubli_v6 .modal-content{
	position: relative;
	border-radius: 0px;
	padding: 0px;
}
.maxipubli_v1 .modal-header .close, .maxipubli_v2 .modal-header .close, .maxipubli_v3 .modal-header .close, .maxipubli_v4 .modal-header .close, .maxipubli_v5 .modal-header .close, .maxipubli_v6 .modal-header .close{
	font-size: 0px;
	left: 0px;
	top: -15px;
	position: absolute;
    height: 19px;
    width: 19px;
    opacity: 1;
    background: url("img/modales_publi/ico_cerrar.png") no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.maxipubli_v1 .modal-body{
	padding: 28px;
	position: relative;
	display: flex;
}
.maxipubli_v1 .modal-body:after{
	width: 45%;
	left: 0;
	top: 0;
	height: 100%;
	background: var(--maxi-bg, #a21920);
	content: "";
	position: absolute;
}
.img_max1{
	height: 470px;
	width: 50%;
	overflow: hidden;
	z-index: 3;
}
.img_max1 img{
	height: 470px;
	width: 100%;
	object-fit: cover;
}
.mensaje_oferta1{
	width: 147px;
	height: 147px;
	background: #dc3545;
	color: #fff;
	font-size: 23px;
	position: absolute;
	right: -21px;
	top: -32px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    justify-content: center;
	line-height: 1em;
}
.maxipubli .mensaje_oferta1 {
	background: var(--maxi-globo-bg, #EF0609);
	color: var(--maxi-globo-color, #fff);
}
.mensaje_oferta1.oferta_listado {
	width: 56px;
	height: 56px;
	right: auto;
	left: 34px;
	top: 25px;
	font-size: 12px;
}
.mensaje_oferta1.oferta_listado .descr_porcent {
	text-transform: uppercase;
	align-self: start;
	margin-left: 4px;
	margin-top: 5px;
}
.mensaje_oferta1.oferta_listado .price_ofert1 {
	font-size: 28px;
	line-height: 0.9;
}
.mensaje_oferta1.oferta_listado .price_ofert1 span {
	font-size: 18px;
	position: relative;
	bottom: 7px;
}
.mensaje_oferta1.oferta_listado .dto_1 {
	font-size: 12px;
	margin-left: 28px;
	line-height: 0.7;
	margin-bottom: 2px;
}
.mensaje_oferta1.oferta_listado .marcosvg {
	fill: white;
	width: 80px;
	height: 80px;
}

.mensaje_oferta1.oferta_ficha {
	width: 80px;
	height: 80px;
	right: auto;
	left: 20px;
	top: 0;
	font-size: 12px;
	position: relative;
	margin: 40px 0;
}
.mensaje_oferta1.oferta_ficha .descr_porcent {
	text-transform: uppercase;
	align-self: start;
	/*margin-left: 12px;*/
	margin-left: 8px;
	margin-top: 5px;
}
.mensaje_oferta1.oferta_ficha .price_ofert1 {
	font-size: 32px;
	line-height: 0.9;
}
.mensaje_oferta1.oferta_ficha .price_ofert1 span {
	/*font-size: 22px;*/
	/*position: relative;*/
	/*bottom: 7px;*/
}
.mensaje_oferta1.oferta_ficha .dto_1 {
	font-size: 14px;
	/*margin-left: 33px;*/
	margin-left: 38px;
	line-height: 0.7;
	margin-bottom: 2px;
}
.mensaje_oferta1.oferta_ficha .marcosvg {
	fill: white;
	width: 114px;
	height: 114px;
}
.mensaje_oferta1.oferta_matric {
	width: 56px;
	height: 56px;
	right: 24px;
	top: 25px;
	font-size: 12px;
	background: #020202;
}
.mensaje_oferta1.oferta_matric .descr_porcent {
	text-transform: uppercase;
	align-self: start;
	margin-left: 4px;
	margin-top: 5px;
	font-weight: 300;
}
.mensaje_oferta1.oferta_matric .price_ofert1 {
	font-size: 28px;
	line-height: 0.9;
}
.mensaje_oferta1.oferta_matric .price_ofert1 span {
	font-size: 18px;
	position: relative;
	bottom: 7px;
}
.mensaje_oferta1.oferta_matric .dto_1 {
	font-size: 12px;
	margin-left: 28px;
	line-height: 0.7;
	margin-bottom: 2px;
	font-weight: 300;
}
.mensaje_oferta1.oferta_matric .marcosvg {
	fill: #a21920;
	width: 80px;
	height: 80px;
}

.price_ofert1{
	font-size: 60px;
	font-weight: 600;
	line-height: 1em;
}
.dto_1{
	margin-left: 78px;
	font-size: 20px;
}
.marcosvg{
	position: absolute;
	width: 209px;
	height: 209px;
	fill:#000;
}
.maxipubli .marcosvg {
	fill: var(--maxi-globo-color-detalle, #000);
}
.text_max1{
	padding-left: 30px;
	padding-top: 80px;
	width: 50%;
	font-size: 14px;
}
.titu_dest1{
	font-size: 16px;
	font-weight: 600;
	color: var(--maxi-titulo-destacado-color, #000);
	margin-bottom: 10px;
}
.titu_princ1{
	color: var(--maxi-titulo-color, #EF0609);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.vercata_max1 a{
	margin: 10px 0;
	display: block;
	background: var(--maxi-boton-bg, #00E5F3);
	color: var(--maxi-boton-color, #fff);
	border: 1px solid var(--maxi-boton-borde, #00E5F3);
	font-size: 15px;
	border-radius: 14px;
	padding: 10px 0px;
	text-align: center;
}
.vercata_max1 a:hover{
	text-decoration: none;
	background: var(--maxi-boton-color, #a21920);
	color: var(--maxi-boton-bg, #fff);
	border-color: var(--maxi-boton-borde, #a21920);
}
@media (max-width: 800px){
	.mensaje_oferta1{
		width: 100px;
		height: 100px;
		right: 62px;
		top: -6px;
		font-size: 16px;
		z-index: 50;
	}
	.price_ofert1{
		font-size: 44px;
	}
	.dto_1{
		margin-left: 49px;
	}
	.marcosvg{
		width: 141px;
		height: 141px;
	}
}

@media (max-width: 530px){
	.img_max1, .text_max1{
		width: 100%;
	}
	.mensaje_oferta1{
		top: 30px;
		right: 30px;
	}
	.maxipubli_v1 .modal-body{
    	flex-direction: column;
		padding: 0px;
	}
	.maxipubli_v1 .modal-body:after{
		display: none;
	}
	.img_max1, .img_max1 img{
		height: 300px;
	}
	.text_max1{
		padding: 15px;
	}
	.maxipubli_v1 .modal-header .close, .maxipubli_v5 .modal-header .close{
		top: 20px;
		left: 10px;
		z-index: 60;
		width: 32px;
		height: 32px;
		border-radius: 50px;
    	background: url(img/modales_publi/ico_cerrar.png) no-repeat center center #EF0609;
	}
}
.maxipubli_v2 .modal-content{
	border-radius: 25px;
}
.maxipubli_v2 .modal-header .close, .maxipubli_v3 .modal-header .close, .maxipubli_v4 .modal-header .close, .maxipubli_v6 .modal-header .close{
	left: inherit;
	right: 10px;
}
.maxipubli_v2 .modal-body{
	display: block;
	padding: 0px;
}
.maxipubli_v2 .img_max1{
	width: 100%;
	padding: 0px;
	position: relative;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.maxipubli_v2 .img_max1, .maxipubli_v2 .img_max1{
	height: 220px;
}
.titu_dest2{
	position: absolute;
	left: 30px;
	top: 25px;
	z-index: 10;
	background: var(--maxi-titulo-destacado-bg, #b81b22);
	color: var(--maxi-titulo-destacado-color, #fff);
	font-size: 18px;
	font-weight: 600;
	padding: 5px 30px;
	border-radius: 6px;
}
.maxipubli_v2 .text_max1{
	width: 100%;
	padding: 20px;
	padding-right: 196px;
	position: relative;
}
.maxipubli_v2 .mensaje_oferta1{
    right: -36px;
    top: -32px;
	z-index: 100;
	width: 196px;
	height: 196px;
}
.maxipubli_v2 .marcosvg{
	height: 280px;
	width: 280px;
}
.maxipubli_v2 .vercata_max1 a{
	margin: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-radius: 0px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	font-size: 18px;
    padding: 13px 0px;
	font-weight: 600;
	display: block;
}
@media (max-width: 800px){
	.maxipubli_v2 .mensaje_oferta1{
		width: 140px;
		height: 140px;
		right: 62px;
		top: -117px;
		font-size: 16px;
		z-index: 50;
	}
	.maxipubli_v2 .mensaje_oferta1 .price_ofert1{
		font-size: 44px;
	}
	.maxipubli_v2 .mensaje_oferta1.dto_1{
		margin-left: 49px;
	}
	.maxipubli_v2 .mensaje_oferta1 .marcosvg{
		width: 197px;
		height: 197px;
	}
	.maxipubli_v2 .text_max1{
		padding: 20px;
	}
}

@media (max-width: 530px){
	.maxipubli_v2 .mensaje_oferta1{
		width: 100px;
		height: 100px;
		right: 36px;
		top: -93px;
	}
	.maxipubli_v2 .mensaje_oferta1 .marcosvg{
		width: 141px;
		height: 141px;
	}

	.maxipubli_v2 .modal-header .close, .maxipubli_v3 .modal-header .close, .maxipubli_v4 .modal-header .close, .maxipubli_v6 .modal-header .close{
		top: 30px;
		right: 30px;
		z-index: 60;
		width: 32px;
		height: 32px;
		border-radius: 50px;
    	background: url(img/modales_publi/ico_cerrar.png) no-repeat center center #EF0609;
	}
}

.maxipubli_v3 .modal-body{
	padding: 0px;
	position: relative;
	display: flex;
	background: var(--maxi-bg, #a21920);
}
.maxipubli_v3 .text_max1 {
	background: #fff;
	min-height: 578px;
	width: 100%;
	text-align: center;
    font-size: 14px;
	padding: 20px;
    -webkit-box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.04), 0 2px 22px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 4%), 0 2px 22px 0 rgb(0 0 0 / 4%);
	position: relative;
	padding-top: 40px;
}
.cont_text_max3{
    width: 60%;
	padding: 37px;
	padding-right: 0px;
}
.maxipubli_v3 .img_max1{
	width: 41%;
}
.maxipubli_v3 .vercata_max1{
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.maxipubli_v3 .vercata_max1 a{
	font-size: 22px;
	font-weight: 600;
	padding: 20px 100px;
	display: inline-block;
}
.maxipubli_v3 .img_max1, .maxipubli_v3 .img_max1 img{
	height: 652px;
}
.maxipubli_v3 .mensaje_oferta1{
	bottom: 100px;
	top: inherit;
	left: 50%;
	transform: translateX(-50%);
	width: 196px;
	height: 196px;
	background: var(--maxi-globo-bg, #000000);
}
.maxipubli_v3 .marcosvg{
	fill: var(--maxi-globo-color-detalle, #eb101d);
	width: 279px;
	height: 279px;
}

@media (max-width: 800px){
	.maxipubli_v3 .mensaje_oferta1{
		width: 140px;
		height: 140px;
	}
	.maxipubli_v3 .mensaje_oferta1 .marcosvg{
		width: 197px;
		height: 197px;
	}
	.maxipubli_v3 .text_max1{
		min-height: 490px;
	}
	.maxipubli_v3 .mensaje_oferta1{
		bottom: 49px;
	}
	.maxipubli_v3 .img_max1, .maxipubli_v3 .img_max1 img{
		height: 565px;
	}
	.maxipubli_v3 .vercata_max1 a{
		font-size: 17px;
    	padding: 14px 84px;
	}
}
@media (max-width: 530px){
	.maxipubli_v3 .modal-body{
    	flex-direction: column;
	}
	.cont_text_max3{
		width: 100%;
		order: 2;
		padding: 15px;
	}
	.maxipubli_v3 .img_max1{
		width: 100%;
		order: 1;
	}
	.maxipubli_v3 .img_max1, .maxipubli_v3 .img_max1 img{
		height: 290px;
	}
	.maxipubli_v3 .text_max1 {
		min-height: inherit;
		padding: 20px;
	}
	.maxipubli_v3 .mensaje_oferta1 {
		bottom: inherit;
		top: -260px;
		left: 100px;
	}
}
.maxipubli_v4 .modal-body{
	padding: 0px;
	position: relative;
	height: 735px;
}
.maxipubli_v4 .img_max1{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.maxipubli_v4 .img_max1, .maxipubli_v4 .img_max1 img{
	height: 735px;
	width: 100%;
}
.maxipubli_v4 .text_max1{
	width: 100%;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	padding: 25px;
	padding-top: 80px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(48%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	text-align: center;
}

.maxipubli_v4 .titu_princ1{
	font-size: 40px;
}
.maxipubli_v4 .titu_dest1{
	font-size: 22px;
}
.vercata_max1 a{
	margin-bottom: 0px;
	font-size: 18px;
	display: inline-block;
	padding: 10px 50px;
}
.maxipubli_v4 .mensaje_oferta1{
	width: 184px;
	height: 184px;
	left: 50%;
	transform: translateX(-50%);
}
.maxipubli_v4 .marcosvg{
	width: 263px;
	height: 263px;
	fill:var(--maxi-globo-color-detalle, #fff);
}

@media (min-width: 800px){
	.maxipubli_v4 .mensaje_oferta1{
		font-size: 27px;
	}
	.maxipubli_v4 .price_ofert1{
		font-size: 70px;
	}
	.maxipubli_v4 .dto_1 {
		margin-left: 100px;
		font-size: 22px;
	}
}

@media (max-width: 800px){
	.maxipubli_v4 .mensaje_oferta1{
		width: 140px;
		height: 140px;
		left: 44px;
		top: 40px;
		transform: inherit;
	}
	.maxipubli_v4 .mensaje_oferta1 .marcosvg{
		width: 197px;
		height: 197px;
	}
	.maxipubli_v4 .img_max1, .maxipubli_v4 .img_max1 img, .maxipubli_v4 .modal-body{
		height: 635px;
	}
}
.maxipubli_v5 .modal-body{
	padding: 0px;
	position: relative;
}
.maxipubli_v5 .text_max1, .maxipubli_v5 .img_max1{
	width: 100%;
}
.maxipubli_v5 .img_max1, .maxipubli_v5 .img_max1 img{
	height: 320px;
}
.maxipubli_v5 .vercata_max1 a{
	border-radius: 0px;
	display: block;
	padding: 10px;
	margin: 0px;
}
.maxipubli_v5 .text_max1{
    padding: 20px;
    padding-top: 80px;
}
@media (max-width: 530px){
	.maxipubli_v5 .img_max1, .maxipubli_v5 .img_max1 img{
		height: 220px;
	}
}
.maxipubli_v6 .modal-body {
    padding: 0px;
    position: relative;
    display: flex;
}
.maxipubli_v6 .img_max1{
	width: 400px;
	height: 330px;
}
.maxipubli_v6 .img_max1 img{
	height: 330px;
}
.mensaje_oferta6{
	width: 216px;
	height: 330px;
	background: var(--maxi-globo-bg, #EF0609);
	color: var(--maxi-globo-color, #fff);
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.maxipubli_v6 .text_max1{
	height: 330px;
	text-align: center;
	padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    justify-content: center;
}
.maxipubli_v6 .vercata_max1 a{
	background: var(--maxi-boton-bg, #fff);
	border: 1px solid var(--maxi-boton-borde, #00E5F3);
	color: var(--maxi-boton-color, #00E5F3);
	font-size: 15px;
}
.maxipubli_v6 .vercata_max1 a:hover{
	background: var(--maxi-boton-color, #EF0609);
	border: 1px solid var(--maxi-boton-borde, #EF0609);
	color: var(--maxi-boton-bg, #fff);
}
@media (max-width: 720px){
	.maxipubli_v6 .modal-body{
    	flex-direction: column;
	}
	.maxipubli_v6 .img_max1{
		order: 2;
		width: 100%;
	}
	.maxipubli_v6 .img_max1, .maxipubli_v6 .img_max1 img{
		height: 200px;
	}
	.maxipubli_v6 .text_max1{
		order: 3;
		height: auto;
		width: 100%;
	}
	.mensaje_oferta6{
		width: 100%;
		height: auto;
		padding: 20px 5px;
		order: 1;
	}

}
.noresultados {
	text-align: center;
	font-style: italic;
}
.vertodos_menu{
	text-align: center;
	margin-bottom: -25px;
	margin-left: -25px;
	margin-right: -25px;
}
.vertodos_menu a{
	text-align: center;
	display: block;
	text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px;
	margin-top: 10px;
    border-top: 1px solid #a21920;
    color: #a21920;
	background: #f7f7f7;
}
.vertodos_menu a:hover{
	color: #fff;
	background: #a21920;
	text-decoration: none;
}
.curso_contenido.bg_info_tipos{
	margin-bottom: 14px;
}
@media (max-width: 991px){
	.vertodos_menu a{
		font-size: 16px;
		background: none;
	}
	.vertodos_menu a:hover{
		background: none;
    color: #000;
	}
	.curso_contenido.bg_info_tipos{
		margin-bottom: 0px;
	}
}
.curso_contenido.financiacion_sin{
	margin-bottom: 0px;
	margin-top: 9px;
}
.precio_financiado > span.frase_porcentaje_curso{
	display: inline-block;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	top: -5px;
	margin-bottom: -10px;
    line-height: 1.2em;
}
.precio_financiado > span.frase_porcentaje_curso strong{
    color: #a21920;
}
.precio_financiado > span.frase_porcentaje_curso{
	display: none;
}
.curso_contenido.precio_financiado > span.frase_porcentaje_curso{
	display: inline-block;
}
@media (max-width: 768px){
	.financiacion_sin_listado {
		margin-bottom: 20px;
	}
	.precio_financiado{
		margin-left: 0px;
    	line-height: 1.1em;
	}
}
.bg_curso{
	background: #f2f2f2;
	padding: 40px 0 20px 0;
}
.vertodoscursos{
	text-align: center;
	margin-bottom: 20px;
	margin-top: -30px;
}
.vertodoscursos a{
    border: 1px solid #a21920;
    border-radius: 50px;
    color: #a21920;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 60px;
}
.vertodoscursos a:hover{
    text-decoration: none;
    background: #a21920;
    color: #fff;
}
@media (max-width: 550px){
	.vertodoscursos a{
		font-size: 15px;
    padding: 10px 16px;
	}
}

.top_validacion_titu{
	background-image:url("img/validacion_titulacion/bg_titu.jpg");
}
.sello_v{
	text-align: center;
	margin-bottom: 30px;
}
.sello_v img{
	max-width: 100%;
	height: auto;
}
.t_val1{
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.contenido_tipo_certificado{
	padding: 40px;
	border: 1px solid #C11D21;
	text-align: center;
}
.t_val2{
	color: #C11D21;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.t_val2 h3{
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
.contenido_tipo_certificado .t_val2:last-child{
	margin-bottom: 0px;
}
.codigo_verificacion{
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #C11D21;
	padding: 15px 10px;
}
.contenedor_info_certificado>*:last-child{
	margin-bottom: 40px;
}
.top_logins{
	background-image:url("img/login/bg_login.jpg");
}

.formlogin{
	text-align: center;
}
.formlogin input[type=text], .formlogin input[type=password]{
	width: 100%;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 18px;
	color: #2d2d2d;
}
.formlogin input[type=text].form_user{
	padding-left: 49px;
}
.formuser_icon, .formpass_icon{
	position: relative;
	width: 455px;
	margin: auto;
}
.formuser_icon span{
	background: url("img/login/ico_user.png") no-repeat center center;
	position: absolute;
	left: 4px;
	display: block;
	width: 48px;
	height: 49px;
}
.formlogin input[type=password].form_pass{
	padding-left: 49px;
}
.formpass_icon span{
	background: url("img/login/ico_pass.png") no-repeat center center;
	position: absolute;
	left: 4px;
	display: block;
	width: 48px;
	height: 49px;
}
.formlogin input[type=text]:focus, .formlogin input[type=text]:hover, .formlogin input[type=password]:focus, .formlogin input[type=password]:hover{
	border: 1px solid #a21920;
	outline: none;
}
.formlogin input[type=text].form_user:-webkit-autofill,
.formlogin input[type=text].form_user:-webkit-autofill:hover,
.formlogin input[type=text].form_user:-webkit-autofill:focus,
.formlogin input[type=text].form_user:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	font-size: 18px;
	color: #2d2d2d;
}

.formlogin input[type=password].form_pass:-webkit-autofill,
.formlogin input[type=password].form_pass:-webkit-autofill:hover,
.formlogin input[type=password].form_pass:-webkit-autofill:focus,
.formlogin input[type=password].form_pass:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	font-size: 18px;
	color: #2d2d2d;
}
.b_acceder_login{
	text-align: center;
	padding: 20px 0 20px 0;
}
.b_acceder_login input{
	padding: 10px 80px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
    background-color: #a21920;
    border: 1px solid #a21920;
	white-space: normal;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}
.b_acceder_login input:hover, .b_acceder_login input:focus{
	outline: none;
	background: #fff;
    color: #a21920;
    border: 1px solid #a21920;
}
.olvido_login{
	text-align: center;
	font-size: 16px;
	margin-bottom: 60px;
}
.olvido_login a{
	text-decoration: underline;
	color: #a21920;
	font-weight: 700;
	display: inline-block;
}
.olvido_login a:hover{
	text-decoration: none;
}
@media (max-width: 455px){
	.formuser_icon, .formpass_icon{
		width: 100%;
	}
}

.texto_intro_ficha {
    margin-top: -20px;
}
.tabs_como_se_estudia{
    margin-top: -40px;
}
.tabs_como_se_estudia .tab-content{
    padding: 20px 0;
}
.tabs_como_se_estudia .nav-tabs {
    border-bottom: 1px solid #cbcbcb;
}
.tabs_como_se_estudia .nav-tabs .nav-link {
    color: #000;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid transparent;
    width: 100%;
    background:none;
    margin-bottom: -2px;
    font-weight: 600;
}
.tabs_como_se_estudia .nav-tabs .nav-link:hover {
   color: #a21920;
}
.tabs_como_se_estudia .nav-tabs .nav-item{
    margin-bottom: 1px;
}
.tabs_como_se_estudia .nav-tabs .nav-item.show .nav-link, .tabs_como_se_estudia .nav-tabs .nav-link.active {
    color: #a21920;
    background-color: #f7f7f7;
    border-bottom: 2px solid #a21920;
    outline: none;
}

a.calificaciones_titulacion {
    display: inline-block;
    margin: auto;
    width: 232px;
    height: 307px;
    background: url("img/estudiar_edeca/cert_calificaciones_mas.png");
    margin: 10px 0;
}
a.calificaciones_titulacion:hover {
    background: url(img/estudiar_edeca/cert_calificaciones_mas_hover.png);
}

a.matriculacion_titulacion {
    display: inline-block;
    margin: auto;
    width: 232px;
    height: 307px;
    background: url("img/estudiar_edeca/cert_matriculacion_mas.png");
    margin: 10px 0;
}
a.matriculacion_titulacion:hover {
    background: url(img/estudiar_edeca/cert_matriculacion_mas_hover.png);
}

a.titulodigital_titulacion {
    display: inline-block;
    margin: auto;
    width: 232px;
    height: 173px;
    background: url("img/estudiar_edeca/titulo_mas.png");
    margin: 10px 0;
}
a.titulodigital_titulacion:hover {
    background: url(img/estudiar_edeca/titulo_mas_hover.png);
}
.visible_movil{
    display: none;
}
@media (max-width: 768px) {
    .visible_pc{
        display: none;
    }
    .visible_movil{
        display: block;
    }
}
