@charset "utf-8";
/* CSS Document */

/*****   COSAS ALEJO *****/
/* Font Awesome 
@import url("solid.min.css");  
*/

body {
	font-family: Open Sans;
	/* font-size: 16px; */
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	color: #212121;
	background-color: #ffffff;
	margin-top: 60px;
}

.nav-float-right .inside-header .main-navigation {
	float: none;
}
@media screen and (min-width: 768px) {
	.nav-float-right .inside-header .main-navigation {
		float: right;
	}
}
/*
#page {
	padding: 30px 10px !important;
}
*/
body.home #page {
	padding: 0px !important;
}
/**** Fondo del menu principal *****/

#site-navigation a {
	background-color: #325a99;
}
#site-navigation a:hover {
	color: cyan;
	background-color: rgba(0, 0, 0, 0.3) !important;
}

#primary-menu * {
	box-sizing: border-box !important;
}

.main-navigation ul ul {
	width: auto;
}
#menu-menu-principal .sub-menu > li a .dropdown-menu-toggle {
	position: absolute;
	right: 0;
	top: 0;
}
#menu-menu-principal .sub-menu {
	min-width: 250px;
}
.menu-item-has-children ul .dropdown-menu-toggle {
	margin-top: 0;
	padding: 10px;
}
/***** FEMEPA *****/

#menu-menu-principal .sub-menu > li > a {
	border-bottom: 1px solid #000;
	padding-right: 40px;
}
#menu-menu-principal .sub-menu > li > a:hover {
	color: #fff !important;
	text-shadow: #7e7e7e 0 1px 1px;
	border-bottom: 1px solid #000;
	margin-bottom: 0;
}

/**** Menu de Areas y Servicios *****/
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(1) > a,
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(1) > ul > li > a {
	background-color: #cf5887 !important;
}
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(1) > a:hover,
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(1) > ul > li > a:hover {
	background-color: rgba(207, 88, 135, 0.8) !important;
}

#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(2) > a,
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(2) > ul > li > a {
	background-color: #339966 !important;
}
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(2) > a:hover,
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(2) > ul > li > a:hover {
	background-color: rgba(51, 153, 102, 0.8) !important;
}

#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(3) > a,
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(3) > ul > li > a {
	background-color: #ffad33 !important;
}
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(3) > a:hover,
#menu-menu-principal > li:nth-child(2) > ul > li:nth-child(3) > ul > li > a:hover {
	background-color: rgba(255, 173, 51, 0.8) !important;
}

/***** Igualdad *****/
#menu-menu-principal > li:nth-child(5) > a {
	background: linear-gradient(to bottom, rgba(54, 168, 255, 1) 0%, rgba(255, 69, 249, 1) 100%);
}
#menu-menu-principal > li:nth-child(5) > a:hover {
	background: linear-gradient(to bottom, rgba(255, 69, 249, 1) 0%, rgba(54, 168, 255, 1) 100%);
}
@media screen and (max-width: 1100px) {
	#menu-menu-principal .sub-menu {
		padding: 20px;
		padding-right: 20px;
		background-color: #233f6b;
	}
	.main-navigation .menu-toggle {
		font-size: 30px;
		position: absolute;
		display: block;
		z-index: 99;
		right: 0;
		width: auto;
	}
	.main-navigation .mobile-menu {
		display: none;
	}
	.inside-header > *:not(:last-child):not(.main-navigation) {
		margin-bottom: 6px;
	}
	.site-header {
		text-align: left;
	}
	.main-navigation ul,
	.gen-sidebar-nav {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.main-navigation .menu-toggle {
		font-size: 30px;
		position: absolute;
		top: -64px;
		display: block;
		z-index: 99;
		right: 0;
		width: auto;
	}
}

/***** Perfiles Femepa *****/

/****  PERFIL SUPERIOR *****/

.wdf-profile-min .wdf-profile-min-img {
	display: inline-block;
	font-size: 60px;
	width: 60px;
	text-align: center;
	line-height: 1px;
	margin-right: 10px;

	color: #fff;
}

.wdf-profile-min .wdf-profile-min-info {
	display: inline-block;
	vertical-align: top;
	max-width: 70%;

	color: #fff;
}

.wdf-profile-min .wdf-profile-min-info .wdf-profile-min-info-name {
	font-size: 1.1em;
}

.wdf-profile-min .wdf-profile-min-info .wdf-profile-min-info-cargo {
	font-size: 0.9em;
	line-height: 1em;
	margin-top: -3px;
	margin-bottom: 8px;
}

.wdf-profile-min .wdf-profile-min-info .wdf-profile-min-info-mail {
	font-size: 0.9em;
	line-height: 1em;
}

.wdf-phone-min {
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}

.wdf-phone-min .wdf-phone-min-message {
	font-size: 0.7em;
	margin-bottom: 4px;
}

.wdf-phone-min .wdf-phone-min-phone {
	margin-bottom: 4px;
}

/*******  FIN DE PERFIL SUPERIOR  *****/

/*******  PERFIL INFERIOR   *****/
#profile_footer .wdf-profile-min .wdf-profile-min-info,
#profile_footer .wdf-profile-min .wdf-profile-min-img {
	color: #99cc00;
}

/********  PIE ********/
#profile_footer .wdf-profile-min .wdf-profile-min-info .wdf-profile-min-info-cargo {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 3px;
	margin-bottom: 8px;
}

#profile_footer .wdf-profile-min .wdf-profile-min-info .wdf-profile-min-info-mail a {
	color: #ffad33;
}

#profile_footer .wdf-profile-min .wdf-profile-min-info .wdf-profile-min-info-mail a:hover {
	color: #ffff00;
}

/***** FIN PERFIL INFERIOR *****/

#main {
	margin-top: 0 !important;
}
/**** Federacion *****/

#slide-49-layer-1,
#slide-50-layer-1,
#slide-43-layer-1,
#slide-42-layer-1,
#slide-41-layer-1,
#slide-40-layer-1,
#slide-37-layer-1,
#slide-30-layer-1 {
	min-width: 530px !important;
}

#slide-55-layer-1,
#slide-56-layer-1,
#slide-45-layer-1,
#slide-54-layer-1,
#slide-67-layer-1,
#slide-15-layer-1,
#slide-16-layer-1,
#slide-14-layer-1,
#slide-32-layer-1,
#slide-33-layer-1,
#slide-34-layer-1,
#slide-36-layer-1,
#slide-69-layer-1 {
	min-width: 460px !important;
}

#slide-30-layer-3,
#slide-30-layer-4 {
	min-width: 550px !important;
	width: 550px !important;
}

#slide-35-layer-3,
#slide-35-layer-4 {
	min-width: 618px !important;
	width: 618px !important;
}

#slide-35-layer-4 {
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
}

#slide-35-layer-1 {
	min-width: 600px !important;
	width: 600px !important;
}
#slide-68-layer-3 {
	min-width: 504px !important;
}

#slide-15-layer-1 {
	top: 30px !important;
	line-height: 70px !important;
}

.wdf-profile-min-img {
	font: normal normal normal 30px/1 FontAwesome;
	text-align: left;
}

/***** COSAS DEL B-I-G *****/

.copyright-bar {
	display: none;
}

.femepa-link-yb,
.femepa-link-a-yb a {
	color: #ffd824 !important;
}

.femepa-link-yb:hover,
.femepa-link-a-yb a:hover {
	color: #ffffff !important;
	/*text-decoration: underline !important;*/
	font-weight: 500 !important;
}

.femepa-link-by,
.femepa-link-a-by a {
	color: #ffd824 !important;
}

.femepa-link-by:hover,
.femepa-link-a-by a:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.femepa-link-ab,
.femepa-link-a-ab a {
	color: #ffad33 !important;
}
.femepa-link-ab:hover,
.femepa-link-a-ab a:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

#home_noticias_2_wrapper {
	background-color: #3b69b3 !important;
	padding-top: 30px !important;
	padding-bottom: 0px !important;
}
#home_noticias_2_wrapper #home_noticias_2 {
	width: 90%;
	margin: 0 auto !important;
}
@media screen and (min-width: 1200px) {
	#home_noticias_2_wrapper #home_noticias_2 {
		width: 1200px !important;
	}
}

@media screen and (max-width: 940px) {
	#home_noticias_2_wrapper {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	#home_noticias_2_wrapper #home_noticias_2 {
		width: 100%;
	}
}

.wpcf7-form input[type='checkbox'] {
	width: auto;
	-webkit-appearance: checkbox !important;
	appearance: normal;
}

.femepa-form-contact {
	color: #ccc;
}

.femepa-form-contact input[type='text'],
.femepa-form-contact input[type='email'],
.femepa-form-contact input[type='tel'],
.femepa-form-contact input[type='checkbox'],
.femepa-form-contact select,
.femepa-form-contact textarea {
	padding: 6px 10px;
	color: #eee;
	background: #325a99 !important;
	margin-bottom: 0px;
	border: 0px !important;
	border-radius: 0px !important;
}
.femepa-form-contact input[type='checkbox'] {
	margin-right: 8px;
}

.femepa-form-contact input[type='submit'] {
	color: #325a99 !important;
	background: #ccc !important;
}

.femepa-form-contact input[type='submit']:hover {
	color: #325a99 !important;
	background: #eee !important;
}

/* ------------------------- */
.femepa-menu-row {
	overflow: visible !important;
}
.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap {
	margin-top: 20px;
	width: 60%;
}

.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap a,
.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap a:visited {
	color: lightblue !important;
}
.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap a:hover,
.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap a:active {
	color: #ffffff !important;
}
.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap,
.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap .tp-loop-wrap,
.rev_slider_wrapper[data-alias='home-noticias'] .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap {
	position: static !important;
}
.femepa-menu {
	margin: 0 !important;
}
.femepa-menu .menu > li {
	position: relative;
}

.femepa-menu .menu .sub-menu {
	padding: 0;
	margin: 0;
	display: none !important;
	position: absolute;
	top: 45px;
	z-index: 999;
}

.femepa-menu .menu .sub-menu > li {
	display: block;
}

.femepa-menu .menu .sub-menu > li a {
	padding-left: 20px;
	padding-right: 40px;
	width: 100%;
	white-space: nowrap;
}

.femepa-menu .menu > li:hover,
.femepa-menu .menu .sub-menu > li:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.femepa-menu .menu > li:hover > .sub-menu {
	display: block !important;
}

.archive .wi_post_format_content {
	max-height: none;
}

/* ------------------------ */
#femepa-row-menu {
	overflow: visible;
	z-index: 999;
}
#menu-menu-transparencia .sub-menu {
	background-color: #2a5580 !important;
}

.femepa-menu {
	margin: 0;
}

.femepa-menu .menu-item {
}

.femepa-menu .menu-item a {
	display: inline-block;
	padding: 10px;
	color: #fff;
}

.femepa-menu .menu-opea-container {
	text-align: center;
	padding-top: 0;
}

.femepa-menu ul {
	list-style: none;
	margin: 0;
}

.femepa-menu li {
	display: inline-block;
}

.femepa-menu-col .vc_column-inner {
	padding-top: 0 !important;
}

/***** RESTOS *****/
/* =============================================================================== */
.wd-cf7 {
}

.wd-cf7 .wd-row .wd-content .wd-col > .wd-content {
	padding: 10px 5px !important;
}

.wd-cf7 .wd-row .wd-content .wd-col .wd-content .wd-row .wd-content .wd-col .wd-content {
	padding: 5px 10px !important;
}

.wd-cf7 .wd-button-submit {
	display: inline-block;
}

.wd-cf7 .wd-hr-title {
	margin-top: 0;
	border-color: #212121;
}

/*
#searchform #s:focus .wd-cf7 input

{
	padding: 4px 8px !important;
	margin-bottom: 0 !important;
	-webkit-appearance: normal !important;
}
*/

.wd-cf7 input[type='radio'] {
	-webkit-appearance: radio !important;
	width: auto;
}

.wd-cf7 input[type='checkbox'] {
	-webkit-appearance: checkbox !important;
	width: auto;
}

.wd-cf7 .wd-input-cf7-label {
	font-size: 0.9em;
}

.wd-input-cf7-legal {
}

.wd-input-cf7-legal > .wd-content {
	background-color: #eeeeee;
}

.wd-input-cf7-legal .wd-button {
	border: 0;
	background: transparent;
}

.wd-input-cf7-legal .wd-button .wd-handle {
	width: auto;
	color: #3b77b3;
}

.wd-input-cf7-legal .wd-button .wd-handle:hover {
	background: transparent;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.wd-cf7 .wd-row > .wd-content > .wd-col {
		width: 100% !important;
	}
}
#wd-courses-admin-menu {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background-color: #eee;
}
#wd-courses-admin-menu .dashicons {
	width: 40px;
	height: auto;
	text-align: center;
	line-height: inherit;
}
#wd-courses-admin-menu .wd-content {
	margin: 0 auto;
}
#wd-entity-formacion-tpm-formacion {
	display: none;
}
#wd-entity-formacion-femepa-aenor {
	display: none;
}
.wd-list {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 110px;
	padding: 10px 30px 10px 10px;
	font-size: 20px;
}
.wd-list .dashicons {
	font-size: 32px;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.wd-entities-list-img {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.8;
}
.wd-entities-list-img a {
	padding: 4px;
}
.wd-entities-list-img img {
	width: 40px;
	height: 40px;
	float: left;
}

.wd-courses-entity-img {
	padding: 4px;
}

#wd-courses-lists h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 4px;
}

/***** FIN DE B-I-G *****/

/**** PIE DE PAGINA *****/
.site-footer .footer-widgets-container .inner-padding {
	font-size: 0.8em;
	line-height: normal;
}
.site-footer .footer-widgets-container .inner-padding p {
	margin-bottom: 10px;
}
#footer-widgets {
	background-color: #222 !important;
}

#femepa_footer > p,
#gobierno_footer > p {
	color: #fff;
}

#femepa_footer > h5,
#gobierno_footer > h5 {
	color: #c0c0c0;
}

.footer-widgets .widget-title {
	color: #fff !important;
}

#recent-posts-4 > ul > li {
	list-style: disc;
	color: #0077c4;
}
#recent-posts-4 > ul li a:hover,
#menu-menu-pie li a:hover {
	color: goldenrod !important;
}

.generate-back-to-top {
	background-color: #325a99 !important;
	color: #fff !important;
}
.generate-back-to-top:hover {
	background-color: #fff !important;
	color: #325a99 !important;
}
/*
#masthead + div {
	background-color: #3B69B3 !important;
}
*/

#rev_slider_46_1_wrapper {
	width: 1200px;
	margin: 0 auto;
}

/***** RASTREADOR *****/

/*** Paso 4 ***/
.form-table .user-user-login-wrap select,
.form-table .user-role-wrap select,
.form-table .user-nickname-wrap input,
.form-table .user-first-name-wrap input {
	width: 100%;
}

/*** Paso 5 ***/
#rastractileg-form .wpb_wrapper label input[type='checkbox'] + span,
#rastractileg-form .wpb_wrapper label input[type='radio'] + span {
	padding-left: 12px !important;
}

/*** Paso 6 ***/

#rastractileg-form .wpb_wrapper input[type='text'],
#rastractileg-form .wpb_wrapper textarea {
	width: 100%;
}

/*** Formulario de Contacto ***/

.femepa-form-contact select,
.femepa-form-contact input[type='text'],
.femepa-form-contact input[type='email'],
.femepa-form-contact input[type='tel'] {
	width: 100% !important;
}

.femepa-form-contact a {
	color: goldenrod !important;
}

.femepa-form-contact a:hover {
	color: #ffff00 !important;
}

.femepa-form-contact input[type='submit'] {
	margin-left: 210px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	width: 100%;
	height: auto;
}

.wd_courses .entry-title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.page-content,
.entry-summary {
	padding: 20px;
}
.entry-content {
	margin-bottom: 30px !important;
}
body.home .page-content,
body.home .entry-content,
body.home .entry-summary {
	padding: 0px;
}

.entry-content p {
	line-height: 26px;
}

/* CURSOS */
.wd-article-courses .page-header-image-single {
	float: left;
	margin: 0 20px 0 0;
	width: 100%;
}

.wd-article-courses .wd-course-section-content li {
	margin-bottom: 10px;
	list-style: none;
	line-height: 24px;
}
.wd-article-courses .wd-course-section-content li::before {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -34px;
	float: left;
}
.wd-article-courses .wd-course-section-content li > ul {
	margin-top: 10px;
}
.wd-article-courses .wd-course-section-content > ul > li {
	margin-bottom: 30px;
}
.wd-article-courses ul li {
	margin-bottom: 4px;
}

.wd-article-courses .wd-course-section-content > ul > li > strong {
	display: block;
	margin-bottom: 10px;
}
.wd-article-courses .wd-course-section-content > ul > li::before {
	content: '\f330';
	font-family: dashicons;
}
.wd-article-courses .wd-course-section-content > ul > li ul li::before {
	content: '\f497';
	font-family: dashicons;
}

article.wd_courses .wd-col-image {
	padding: 0px 0px 0px 20px;
}
article.wd_courses .wd-col-content {
	padding: 0px 20px 0px 20px;
}
/* ------------------------ */
.wd-flex {
	display: flex;
}
.wd-flex-full {
	width: 100%;
}
.wd-list-items .wd-content.wd-flex {
	margin-bottom: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.wd-list-items .wd-flex-col-img {
	padding: 10px;
	width: 80px;
	min-width: 80px;
}
.wd-list-items .wd-flex-col-img img {
	width: 100%;
	height: auto;
}
.wd-list-items .wd-flex-col-content {
	padding: 10px;
}
.wd-list-items .wd-flex-col-content a {
	font-weight: 600;
}
.wd-list-items .wd-flex-col-content p,
.wd-list-items .wd-flex-col-content ul {
	font-size: 15px;
	line-height: normal;
	margin-bottom: 0;
}
.wd-list-items .wd-flex-col-content ul {
	margin: 10px 0;
}
.wd-list-items .wd-flex-col-content .button {
	font-size: 14px;
	padding: 2px 8px;
	white-space: nowrap;
	float: right;
}
#femepa-footer-partner {
	background-color: #222222;
	padding-top: 10px;
}
/*
.ult-carousel-wrapper.ult_horizontal {
	margin-bottom: 0;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	background-color: #222222; 
}
*/
.ult-carousel-wrapper.ult_horizontal div.slick-track {
	background-color: #fff;
}

.txt_enlaces h2 {
	color: #fff;
	font-size: 1em;
	font-weight: 500;
}

.vc_custom_1593639716334 a {
	color: white;
}

.vc_custom_1593639716334 a:hover {
	color: #ffd824;
}

.femepa-download-ext {
	color: #ffffff;
	background-color: #2a4b80;
	padding: 0 4px;
	margin-right: 3px;
}
.femepa-download-ext:hover {
	color: aqua;
}

.search-form {
	white-space: nowrap;
}
.femepa-main-menu-search {
	color: #ffffff;
	font-family: inherit;
	line-height: 60px;
}
.femepa-main-menu-search .dashicons-search {
	width: 60px;
	height: 60px;
	line-height: inherit;
}
.femepa-main-menu-search .dashicons-search::before {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
}
.femepa-main-menu-search .sub-menu {
	right: 0;
	padding: 0 6px;
}

#ultimate-heading-65405f03265b0b7cb,
#ultimate-heading-71555f03265b0b994 .uvc-sub-heading.ult-responsive {
	font-weight: normal;
	color: #000 !important;
}

@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 678px) {
	#page {
		padding: 0px !important;
	}

	.separate-containers .inside-article > [class*='page-header-'],
	.one-container .inside-article > [class*='page-header-'] {
		margin: 0px !important;
	}
	#femepa_footer > p,
	#femepa_footer > h5,
	#recent-posts-4 > ul > li,
	#menu-menu-pie,
	#gobierno_footer > h5 {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 480px) {
	#wd-slider-image-top .wd-content-1 h1 img {
		width: 60px;
	}
	#wd-slider-image-top .wd-content-1 h1 p {
		margin-top: 1.2em;
	}
	#wd-slider-image-top .wd-content-2 {
		padding: 4px;
	}
	#courses-filter select {
		width: 50%;
	}
	.wd-list {
		margin-left: 20px;
	}
}
