/* FUENTES */
@font-face {
    font-family: 'HPSimplifiedW01-Regular';
    src: url('../template-parts/HPSimplifiedW01-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HPSimplifiedW01-Bold';
    src: url('../template-parts/HPSimplifiedW01-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HPSimplifiedW01-Light';
    src: url('../template-pparts/HPSimplifiedW01-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/***********HEADER***********/

.miMenu-fixed{
	position: fixed;
    width: 100%;
    z-index: 10;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    padding-top: 0px;
    padding-bottom: 9px;
	background-image: url(../images/corazon-arriba.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain; 
}

.miMenu-fixed img{
	height: auto;
	width: 195.15px;
}


.miMenu-fixed .contenedor-menuFixed{
	display: flex;
    align-items: center;
}

.miMenu-fixed ul{
	margin-bottom: 0px;
}

.miMenu-fixed ul li{
	list-style: none;
}

.miMenu-fixed ul li a{
	color: #5E6266;
    text-decoration: none;
    padding-bottom: 43px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    font-family: 'HPSimplifiedW01-Regular', sans-serif;
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.miMenu-fixed .sub-menu{
	display: none; 
    position: absolute;
	bottom: -145px;
    background-color: #F7F7F7;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 39px;
    text-align: left;
    padding-right: 67px;
    border-radius: 0px 0px 8px 8px;
}

.miMenu-fixed .sub-menu li{
	margin-left: 0px;
	padding: 5px 10px;
}

.miMenu-fixed .sub-menu li a{
	font-size: 17px;
}


.miMenu-fixed ul li a:hover{
	color: #EF6901;
	border-bottom: 5px solid #EF6901;
}

.miMenu-fixed .sub-menu li a:hover {
	border-bottom: none;
}

.miMenu-fixed .menu-menu-fijo-container > ul > li{
	display: inline-block;
}

.miMenu-fixed  .menu-menu-fijo-container > ul > li:last-child{
	margin-right: 0px;
}




.miMenuHeader{
	position: fixed;
    width: 100%;
    z-index: 9;
}

.current-menu-item > a , .current-menu-parent > a{
	color: #EF6901;
	border-bottom: 5px solid #EF6901;
}

.sub-menu .current-menu-item > a {
    color: #EF6901;
    border-bottom: none;
}

.miMenu-fixed .current-menu-item > a,
.miMenu-fixed .current-menu-ancestor > a,
.miMenu-fixed .current-menu-parent > a {
    color: #EF6901;
}


.pre-miMenuHeader{
	background-color: #1E1E1E;
	height: 45px;

}

.pre-miMenuHeader .telef-email{
	display: flex;
	justify-content: flex-end;
	padding-top: 3px;
	padding-bottom: 3px;

	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}

.pre-miMenuHeader .telef-email a{
	font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
}

.pre-miMenuHeader .telef-email a:hover{
	color: #EF6901;
}

.pre-miMenuHeader .telef-email i{
	font-size: 16px;
}

.pre-miMenuHeader .telef-email .fa-phone{
	font-size: 20px;
}

.pre-miMenuHeader .telef-email .fa-phone:before {
    vertical-align: middle;
}

.pre-miMenuHeader .telef-email .menu-email{
	margin-left: 20px;
	margin-right: 52px;
}


.img-miMenuHeader{
	background-color: white;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}

.img-corazon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.corazon-abajo{
	margin-right: -119px;
}

.menu-miMenuHeader{
	border-top: 1px solid #dbdbdb;
	background-color: rgba(255,255,255,.9);

	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
}

.menu-miMenuHeader ul li{
	list-style: none;
}

.menu-miMenuHeader ul{
	margin-bottom: 0px;

	margin-top: 4px;
    margin-bottom: 4px;
}

.menu-miMenuHeader .div-capa-menu{
	display: flex;
    align-items: center;
    justify-content: space-between;
}


.menu-miMenuHeader .div-menu-miMenuHeader .menu-menu-header-principal-container > ul > li{
	display: inline-block;
	margin-right: 35px;
}

.menu-miMenuHeader .div-menu-miMenuHeader .menu-menu-header-principal-container > ul > li:last-child{
	margin-right: 0px;
}

.menu-miMenuHeader .div-menu-miMenuHeader .sub-menu{
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,.9);

	margin: 0;
    margin-top: 2px;
    border: 2px solid #EF6901;
}

.menu-miMenuHeader .div-menu-miMenuHeader .sub-menu li{
	margin-left: 0px;
	padding: 5px 10px;
}

.menu-miMenuHeader .div-menu-miMenuHeader .sub-menu li a{
	font-size: 18px;
}

.menu-miMenuHeader ul li a{
	color: #646569;
	font-size: 24px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 1px;
}

.div-menu-miMenuHeader ul li a:hover{
	color: #EF6901;
	border-bottom: 5px solid #EF6901;
}




.menu-miMenuHeader .div-menu-contacto a{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.menu-miMenuHeader .div-menu-contacto{
	position: relative;
	padding: 4px 30px 4px 30px;
	background-color: #EF6901;
	color: #ffffff;
	font-size: 24px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
}


.menu-miMenuHeader .div-menu-contacto:hover{
	background-color: #ffffff;
	color: #EF6901;
	border: 2px solid #EF6901;
	padding: 2px 28px 2px 28px;
}











/********PÁGINA INICIO ***********/

#slider-principal{
	position: relative;
	padding-top: 154px;
}

#slider-principal .txt1-slide{
	font-size: 26px;
	font-family: 'Maven Pro', sans-serif !important;
	font-weight: 400;
	text-shadow: 2px 2px 6px rgba(150, 150, 150, 1);
}

#slider-principal .txt2-slide{
	font-size: 50px;
	font-family: 'Maven Pro', sans-serif !important;
	font-weight: 900;
	text-shadow: 2px 2px 6px rgba(150, 150, 150, 1);
}

#slider-principal .txt3-slide{
	font-size: 18px;
	font-family: 'Maven Pro', sans-serif !important;
	font-weight: 400;
	text-shadow: 2px 2px 6px rgba(150, 150, 150, 1);
}



#slider-principal .bloques-slider{
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #dbdbdb;

	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.2);
}

#slider-principal .miBloque-slider{
	display: flex;
	position: relative;
}

#slider-principal .miBloque-slider a{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


#slider-principal .img-bloque{
	margin-right: 20px;
}

#slider-principal .bloques-slider h2{
	margin-bottom: 0px;
	color: #d4781d;
	font-size: 28px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
}

#slider-principal .bloques-slider .texto-bloque{
	color: #525252;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}




#seccion-home-inmon{
	padding-top: 75px;
	padding-bottom: 75px;
}

#seccion-home-inmon h1{
	color: #EF6901;
    padding-top: 5px;
    font-family: 'HPSimplifiedW01-Bold', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 0px;
    text-align: left;
}

#seccion-home-inmon h2{
	color: #EF6901;
	font-size: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	padding-top: 5px;
}

#seccion-home-inmon .txt-sec-home-inmon {
    color: #5E6265;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 55px;
    width: 449px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}



#seccion-home-inmon .btn-home-inmon a{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#seccion-home-inmon .btn-home-inmon{
	position: relative;
    width: 210px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 60px;
    border-radius: 8px;
    background-color: #EF6901;
    font-family: 'HPSimplifiedW01-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

#seccion-home-inmon .btn-home-inmon:hover{
	background-color: #3D4043;
}


#que-necesitas{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#que-necesitas .bloque-quenecesitas{
	width: calc(100% / 3);
	height: 340px;
	border: 1px solid white;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;

    background-position: center;
	background-repeat: no-repeat;
}

#que-necesitas .bloque-quenecesitas:before {
   content: ' ';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0, .3);
}

#que-necesitas .bloque-quenecesitas h3{
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 1.2;
	max-width: 220px;
}

#que-necesitas .bloque-quenecesitas a:hover{
	background-color: rgba(255,225,255, .6);
   	transition: background-color 0.8s;
}

#que-necesitas .bloque-quenecesitas a:hover + h3{
	color: #343434;
	transition: color 0.5s;
	z-index: 3;
}

#que-necesitas .bloque-quenecesitas.blq-nec-1{
	background-image: url('../images/blq1-nec.png');
}

#que-necesitas .bloque-quenecesitas.blq-nec-2{
	background-image: url('../images/blq2-nec.png');
}

#que-necesitas .bloque-quenecesitas.blq-nec-3{
	background-image: url('../images/blq3-nec.png');
}

#que-necesitas .bloque-quenecesitas.blq-nec-4{
	background-image: url('../images/blq4-nec.png');
}

#que-necesitas .bloque-quenecesitas.blq-nec-5{
	background-image: url('../images/blq5-nec.png');
}

#que-necesitas .bloque-quenecesitas.blq-nec-6{
	background-image: url('../images/blq6-nec.png');
}

#que-necesitas .bloque-quenecesitas a{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	/*background-color: rgba(0,0,0, .4);*/
}




/********** SERVICIOS ***********/

.padding-miCabe{
	padding-top: 154px;
}



#migas-servicios{
	background-color: #EF6901;
	padding-top: 3px;
	padding-bottom: 3px;
}

#migas-servicios .div-migas-servicios{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#migas-servicios .txt-migas{
	color: #ffffff;
	font-size: 28px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
}

#migas-servicios .txt-migas span{
	color: #ffffff;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
}



#miContenido-servicios{
	padding-top: 50px;
	padding-bottom: 50px;
}

#miContenido-servicios h1{
	color: #EF6901;
    font-size: 48px;
    line-height: 45px;
    font-family: 'HPSimplifiedW01-Bold', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

#miContenido-servicios h2{
	color: #EF6901;
	font-size: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
}

#miContenido-servicios strong , #miContenido-servicios a{
	color: #EF6901;
}

#miContenido-servicios p , #miContenido-servicios{
    color: #5E6265;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

#miContenido-servicios li{
	margin-left: 40px;
}


/********** INMON ***********/

#miContenido-servicios.cont-inmon{
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    
}



/******** CONTACTO ************/

#contenedor-contacto{
	padding-bottom: 60px;
	padding-top: 90px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
}

#contenedor-contacto h1{
	color: #EF6901;
    font-family: 'HPSimplifiedW01-Bold', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 0px;
    text-align: left;
}


#contenedor-contacto h2{
	color: #EF6901;
	font-size: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
}



#contenedor-contacto .wpcf7-text{
	margin-bottom: 20px;
    border-radius: 8px;
    border-color: #626367;
    height: 50px;
    color: #525252;
    font-family: 'HPSimplifiedW01-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

#contenedor-contacto .wpcf7-select{
	margin-bottom: 20px;
    border-radius: 0px;
    border-color: #626367;
    width: 100%;
    height: 50px;
        padding-left: 10px;

    color: #525252;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}

#contenedor-contacto .wpcf7-textarea{
	margin-bottom: 10px;
    border-radius: 8px;
    height: 210px;
    border-color: #626367;

    color: #525252;
	font-family: 'HPSimplifiedW01-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}



#contenedor-contacto .wpcf7-submit{
	position: relative;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 8px;
    background-color: #EF6901;
    font-family: 'HPSimplifiedW01-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

#contenedor-contacto .wpcf7-submit:hover{
	background-color: #3D4043;
}



#contenedor-contacto .wpcf7-text::placeholder { /* Chrome/Opera/Safari */
  	color: #525252;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}

#contenedor-contacto .wpcf7-text::-moz-placeholder { /* Firefox 19+ */
  color: #525252;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}

#contenedor-contacto .wpcf7-textarea::placeholder { /* Chrome/Opera/Safari */
  	color: #525252;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}

#contenedor-contacto .wpcf7-textarea::-moz-placeholder { /* Firefox 19+ */
  	color: #525252;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}


#contenedor-contacto .ajax-loader{
	display: none;
}


/*ARCHIVE NOTICIAS*/

.contenido-noticias {
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #FDF7F4;
}


/*Alturas contenedor noticia*/
.miNoticia{

}

.img-miNoticia{
	height: 200px;
    overflow: hidden;
}

.tit-miNoticia{
	height: 60px;
	overflow: hidden;
}


.tit-miNoticia a{
	line-height: 1.1;
	color: #EF6901;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.content-miNoticia{

}

.text-miNoticia{
	height: 125px;
	overflow: hidden;

	color: #525252;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


.miNoticia{
	margin-top: 40px;
}


.content-miNoticia{
	padding: 10px 10px;
	background-color: #f0f0f0;
}

.boton-miNoticia{
	display: flex;
	align-items: center;
	justify-content: space-between;

	background-color: #EF6901;
	padding: 3px 10px;
}


.boton-miNoticia .fch-miNot{
	color: #ffffff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.boton-miNoticia .btn-ampliar a{
	color: #ffffff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
}


.tit-miNoticia a:hover , .boton-miNoticia .btn-ampliar a:hover{
 color: #606164;
 text-decoration: none;
}


.contenido-noticias .navigation.pagination{
	border-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.contenido-noticias .navigation.pagination .nav-links{
	text-align: right;
	    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.contenido-noticias .navigation.pagination .prev.page-numbers {
    float: initial;
}

.contenido-noticias .nav-links span , .contenido-noticias .nav-links a{
	color: #EF6901;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 0;
	margin-right: 10px;
	text-decoration: none !important;
	background-color: white;
}


.contenido-noticias .prev.page-numbers, .contenido-noticias .next.page-numbers {
	background-color: white;
}
    
 
.contenido-noticias .nav-links a:hover{
	color: #646569 !important;
	text-decoration: none !important;
	background-color: white !important;
}



/******** NOTICIAS SINGLE  ***********/

.single-noticias{
	padding-bottom: 60px;
	padding-top: 60px;


	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);

}

.single-noticias .div-imagen-noticia{
	margin-bottom: 20px;
	text-align: center;
}

.single-noticias .div-date-noticia{
	margin-bottom: 20px;
    color: #3D4043;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}

.single-noticias .div-tit-noticia{
	color: #EF6901;
    font-family: 'HPSimplifiedW01-Bold', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
}

.single-noticias .borde-titulo-noticia{
	width: 80px;
    height: 3px;
    background-color: #eff0f0;
    margin-bottom: 20px;
}


.single-noticias .div-content-noticia{
	color: #5E6265;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
	margin-bottom: 90px;
}

.single-noticias .addtoany_share_save_container.addtoany_content{
	float: left;
	margin-top: 50px;
}

.single-noticias div.addtoany_header{
	color: #5E6265;
    font-family: 'HPSimplifiedW01-Light', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}


.single-noticias .btn-volver{
	margin-top: 60px;
	position: relative;
	float: right;
	padding: 4px 30px 4px 30px;
	
	font-size: 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;

	background-color: #ffffff;
	color: #EF6901;
	border: 2px solid #EF6901;
	text-align: center;
	width: 150px;
}

.single-noticias .btn-volver a{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.single-noticias .btn-volver:hover{
	background-color: #EF6901;
	color: #ffffff;
	
}

/*ARCHIVE FORMACION*/

.contenido-formacion{
	padding-bottom: 70px;
	padding-top: 30px;

	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    
}


/*Alturas contenedor formacion*/
.miFormacion{

}

.img-miFormacion{
	height: 200px;
    overflow: hidden;
}

.tit-miFormacion{
	height: 60px;
	overflow: hidden;
}


.tit-miFormacion a{
	line-height: 1.1;
	color: #EF6901;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.content-miFormacion{

}

.text-miFormacion{
	height: 125px;
	overflow: hidden;

	color: #525252;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


.miFormacion{
	margin-top: 40px;
}


.content-miFormacion{
	padding: 10px 10px;
	background-color: #f0f0f0;
}

.boton-miFormacion{
	display: flex;
	align-items: center;
	justify-content: space-between;

	background-color: #EF6901;
	padding: 3px 10px;
}


.boton-miFormacion .fch-miFor{
	color: #ffffff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.boton-miFormacion .btn-ampliar a{
	color: #ffffff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
}


.tit-miFormacion a:hover , .boton-miFormacion .btn-ampliar a:hover{
 color: #606164;
 text-decoration: none;
}


.contenido-formacion .navigation.pagination{
	border-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.contenido-formacion .navigation.pagination .nav-links{
	text-align: right;
	    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.contenido-formacion .navigation.pagination .prev.page-numbers {
    float: initial;
}

.contenido-formacion .nav-links span , .contenido-formacion .nav-links a{
	color: #EF6901;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 0;
	margin-right: 10px;
	text-decoration: none !important;
	background-color: white;
}


.contenido-formacion .prev.page-numbers, .contenido-formacion .next.page-numbers {
	background-color: white;
}
    
 
.contenido-formacion .nav-links a:hover{
	color: #646569 !important;
	text-decoration: none !important;
	background-color: white !important;
}



/******** FORMACION SINGLE  ***********/

.single-formacion{
	padding-bottom: 60px;
	padding-top: 60px;


	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);

}

.single-formacion .div-imagen-formacion{
	margin-bottom: 20px;
}

.single-formacion .div-date-formacion{
	margin-bottom: 20px;
	background-color: #EF6901;
	color: white;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 140px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

.single-formacion .div-tit-formacion{
	color: #EF6901;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.single-formacion .borde-titulo-formacion{
	width: 80px;
	height: 5px;
	background-color: #EF6901;
	margin-bottom: 20px;
}


.single-formacion .div-content-formacion{
	color: #525252;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.single-formacion .addtoany_share_save_container.addtoany_content{
	float: left;
}

.single-formacion div.addtoany_header{
	color: #EF6901;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}


.single-formacion .btn-volver{
	margin-top: 60px;
	position: relative;
	float: right;
	padding: 4px 30px 4px 30px;
	
	font-size: 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;

	background-color: #ffffff;
	color: #EF6901;
	border: 2px solid #EF6901;
	text-align: center;
	width: 150px;
}

.single-formacion .btn-volver a{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.single-formacion .btn-volver:hover{
	background-color: #EF6901;
	color: #ffffff;
	
}


/**** PAGE 404 ******/

.contenido404 h1{
	font-size: 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #EF6901;
}

.contenido404 .page-content{
	padding-bottom: 20px !important;
}

.contenido404 .page-content p{
font-size: 18px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
}

.contenido404 .search-form .search-submit{
	background-color: #EF6901 !important;
}

/**** COOKIES *****/

.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p{
	text-align: center !important;
}

/*.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover, 
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active, 
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited{
	color: #EF6901 !important
}
*/







/********** FOOTER **********/

#newletter{

}

#newletter .form-newsletter{
	padding-bottom: 80px;
	padding-top: 80px;
	display: block;
}

#newletter h3{
	color: #EF6901;
    margin-bottom: 0px;
    width: 100%;
    font-family: 'HPSimplifiedW01-Bold', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

#newletter h4{
	color: #5E6265;
    margin-bottom: 0px;
    width: 100%;
    font-family: 'HPSimplifiedW01-Light', sans-serif;
    text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 0px;
}

#newletter .form-newsletter > div{
	width: 75%;
	display: flex;
    justify-content: flex-end;
}

#newletter .form-newsletter form{
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: auto;
}


#newletter .form-newsletter form .es_lablebox , #newletter .form-newsletter form .es_msg{
	display: none;
}

#newletter .form-newsletter form .es_textbox{
	padding-bottom: 0px;
	width: 320px;
}

#newletter .form-newsletter form .es_button{
	padding-top: 0px;
	padding-bottom: 0px;
}

#newletter .form-newsletter form .es_textbox input, #newletter .form-newsletter form .es_button input{
	height: 45px;
}


#newletter .form-newsletter form .es_textbox input{
	color: #525252;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


#newletter .form-newsletter form .es_button input{
	background-color: #EF6901;
	color: #ffffff;
	font-size: 24px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	padding: 0;
	width: 145px;
}

#newletter .form-newsletter form .es_button input:hover{
	background-color: #ffffff;
	color: #EF6901;
	border: 2px solid #EF6901;
	/*width: 141px;
	height: 41px;*/
}




#footer {
    background-color: #3D4043;
    padding-top: 40px;
    padding-bottom: 40px;
	height: 619px;
}

#footer .miFooter {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: rgba(255, 255, 255, .5);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
	margin-top: 35px;
}

#footer .miFooter a {
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

#footer .miFooter a:hover {
    color: white;
}

.footer-logo {
    flex: 2;
    margin-bottom: 20px;
    margin-top: 83px;
}

.footer-logo img {
    max-width: 212px;
    margin-bottom: 20px;
    margin-top: -60px;
}

.footer-logo p {
	padding-right: 96px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
	margin-top: 20px;
}

.footer-column {
    flex: 1;
    margin-bottom: 20px;
}

.footer-column h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, .8);
}

.footer-column ul {
    list-style: disc;
    padding: 0;
}

.footer-column ul li {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 28px;
    text-align: left;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
    color: white;
}

.footer-column form {
    display: flex;
    align-items: center;
}

.footer-column form input[type="email"] {
    padding: 10px;
	margin-bottom: 13px;
    border: 1px solid #929495;
    border-radius: 8px 0px 0px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    background-color: transparent;
    width: 205px;
    height: 60px;
	color: #9EA0A1;
}

.footer-column form input[type="email"]:hover {
    border: 1px solid #FFFFFF;
}


.footer-column form button {
    padding: 10px;
    background-color: #EF6901;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

.footer-column form button:hover {
    background-color: #d55801;
}

/********Resonsive Menu******/

#responsive-menu-container #responsive-menu-title{
    text-align: center;
    margin-bottom: 20px;
}

#responsive-menu-container #responsive-menu-title #responsive-menu-title-image {
    margin-right: 0px !important;
}

#responsive-menu-container #responsive-menu li a {
    font-size: 18px !important;
}

#responsive-menu-additional-content{
	padding-right: 0px !important;
}

#responsive-menu-additional-content .menu-phone{
	float: left;
}



#responsive-menu-additional-content .telef-email a{
	color: #ffffff;
	font-size: 15px;
}



#responsive-menu-additional-content  .telef-email i{

	color: #ffffff;
	    margin-right: 8px;
    font-size: 17px;
}






/********* RESPONSIVE ***************/


@media (max-width:1200px){
	.corazon-abajo {
    	margin-right: 82px;	
    }

	#slider-principal .bloques-slider h2 {
    	font-size: 24px;
	}

	#slider-principal .bloques-slider .texto-bloque {
    	font-size: 15px;
	}

	#que-necesitas .bloque-quenecesitas h3 {
    	font-size: 28px;
	}

	#newletter h3 {
    	font-size: 32px;
	}

	#newletter .form-newsletter form .es_textbox {
	    width: 250px;
	}

	#newletter .form-newsletter form .es_button input {
    	font-size: 23px;
    	width: 135px;
	}

	#newletter {
	    background-repeat: no-repeat;
	    background-position: 95% 40%;
	}

	.text-miNoticia {
    	height: 155px;
	}

	#contenedor-contacto h1,
	#contenedor-contacto h2 {
    	font-size: 26px;
	}

}




@media (max-width: 992px){
	.corazon-abajo {
	    margin-left: -266px;
	    margin-right: 0px;
	    z-index: -1;
	}

 .slogan-head{
    	display: none;
    }


	#slider-principal {
    	padding-top: 186px;
	}

	#slider-principal .bloques-slider {
    	padding-top: 10px;
    	padding-bottom: 10px;
	}

	#que-necesitas .bloque-quenecesitas {
    	width: calc(100% / 2);
	}

	#newletter .form-newsletter {
    	flex-direction: column;
    	padding-bottom: 100px;
	    padding-top: 100px;
	}

	#newletter h3 {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}

	#newletter .form-newsletter form {
    	flex-direction: column;
    	width: 100%;
	}

	#newletter .form-newsletter form .es_textbox {
	    width: 100%;
	    margin-bottom: 15px;
	}

	#newletter {
    	background-image: none;
	}

	.padding-miCabe{
		padding-top: 186px;
	}

	#contenedor-contacto .row > div:first-child > div{
		margin-bottom: 50px;
	}



}

@media (max-width: 768px){


	.navigation.pagination{
		float: right;
	}
	
	.miMenu-fixed{
		display: block !important;
	}

	.miMenuHeader{
		display: none !important;
	}

	.miMenu-fixed .div-miMenu-fixed{
		display: none !important; 
	}

	#slider-principal{
		padding-top: 105px !important;
	}

	#slider-principal .img-bloque {
    	margin-right: 10px;
	}

	#slider-principal .bloques-slider h2 {
    	font-size: 20px;
	}

	#slider-principal .bloques-slider .texto-bloque {
    	font-size: 14px;
	}

	#seccion-home-inmon {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}

	#footer {
   		padding-top: 30px;
    	padding-bottom: 30px;
	}

	#footer .miFooter {
	    font-size: 15px;
	    flex-direction: column;
	}

	#footer .miFooter div:first-child{
	    margin-bottom: 20px;
	    text-align: center;
	}
	
	#slider-principal .bloques-slider {
    	position: relative;
	}

	.miBloque-slider.blq-sld1{
		margin-bottom: 20px;
	}
	

	#slider-principal .bloques-slider .col-xs-12{
		/*border: 1px solid #646569;*/
	}

	.padding-miCabe{
		padding-top: 106px;
	}

	#migas-servicios .txt-migas {
    	font-size: 26px;
    }

    #migas-servicios .txt-migas span {
    	font-size: 20px;
	}

	.img-miNoticia{
		height: auto;
	}

	.img-miNoticia img{
		width: 100%;
	}


	.single-noticias .div-tit-noticia {
    	font-size: 28px;
    	line-height: 1;
	}

	.single-noticias .borde-titulo-noticia{
		margin-top: 5px;
	}


}



@media (max-width: 630px){
	#que-necesitas .bloque-quenecesitas {
	    	width: 100%;
		}

	#newletter .form-newsletter {
    	padding-bottom: 50px;
    	padding-top: 50px;
	}

	#migas-servicios .txt-migas {
    	font-size: 22px;
    }

    #migas-servicios .txt-migas span {
    	font-size: 17px;
	}


	#contenedor-contacto h1,
	#contenedor-contacto h2 {
    	font-size: 24px;
	}


}




@media (max-width: 500px){

	#seccion-home-inmon {
	    padding-top: 35px;
	    padding-bottom: 35px;
	}


	#seccion-home-inmon .txt-sec-home-inmon {
	    font-size: 16px;
	    margin-bottom: 30px;
	}

	#footer .miFooter {
	    font-size: 14px;
	}

	#miContenido-servicios p, #miContenido-servicios {
    	font-size: 16px;
	}

	#migas-servicios .txt-migas {
    	font-size: 20px;
    }

    #migas-servicios .txt-migas span {
    	font-size: 16px;
	}

	#contenedor-contacto iframe{
		height: 530px;
	}

}



@media (max-width: 450px){
	.txt-migas{
		line-height: 1;
	}

	.tit-miNoticia {
    	height: 80px;
	}

	.text-miNoticia {
    	height: 165px;
	}

	.single-noticias .div-content-noticia {
    	font-size: 17px;
	}

	.single-noticias .btn-volver {
    	margin-top: 20px;
	}

	#contenedor-contacto iframe{
		height: 400px;
	}

}