/*
 Theme Name:   Ajani Child
 Theme URI:    http://ajani.bold-themes.com
 Description:  Ajani child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     ajani
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  ajani-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/*Añadir iconos*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hh8jha');
  src:  url('fonts/icomoon.eot?hh8jha#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hh8jha') format('truetype'),
    url('fonts/icomoon.woff?hh8jha') format('woff'),
    url('fonts/icomoon.svg?hh8jha#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mujeres-discapacidad [data-ico-ad-astra-handdrawn]::before{
     font-family: 'icomoon';
  content: "\e909";
}
.icon-infancias [data-ico-ad-astra-handdrawn]::before {
    font-family: 'icomoon';
  content: "\e901";
}
.icon-urbanismo [data-ico-ad-astra-handdrawn]::before {
    font-family: 'icomoon';
  content: "\e903";
}
.icon-derechos-sexuales [data-ico-ad-astra-handdrawn]::before {
    font-family: 'icomoon';
  content: "\e900";
}
.icon-empoderamiento [data-ico-ad-astra-handdrawn]::before {
    font-family: 'icomoon';
  content: "\e902";
}
.icon-stop [data-ico-ad-astra-handdrawn]::before {
    font-family: 'icomoon';
  content: "\e9d4";
}


/*General*/
body {
    font-size: 16px;
    line-height:1.7;
    }
.bt_bb_text a, .btArticleContentInner a, .btArticleContent p > a{
    color:#de3787 !important;
}
a:hover, a:focus{
	text-decoration:underline;
}
a.bt_back_to_top_button_no_icon:hover, a.bt_back_to_top_button_no_icon:focus{
    color:#ffffff !important;
    text-decoration:none;
}

a.bt_back_to_top_button_no_icon:hover .bt_bb_back_to_top_text,
a.bt_back_to_top_button_no_icon:focus .bt_bb_back_to_top_text{

    text-decoration:underline;
}


.subToggler {
    opacity: 1;
}

@media (max-width: 768px) {
    .bt_bb_size_extralarge.bt_bb_headline h1, .bt_bb_size_extralarge.bt_bb_headline h2, .bt_bb_size_extralarge.bt_bb_headline h3, .bt_bb_size_extralarge.bt_bb_headline h4, .bt_bb_size_extralarge.bt_bb_headline h5, .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 2.25rem !important;
    }
    .bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.025rem;
}
}
.menuPort nav ul li a {
    font-weight: bold;
    letter-spacing: 0.5px;
}

/*Botones claros*/
.bt_bb_button.bt_bb_color_scheme_2 a.bt_bb_link::before {
    background: -webkit-linear-gradient(left,transparent,#000); 
    background: -moz-linear-gradient(left,transparent,#000); 
	background: linear-gradient(to right,transparent,#000);

}
.bt_bb_button.bt_bb_color_scheme_2 a.bt_bb_link:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.8);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}
.bt_bb_button a.bt_bb_link:hover .bt_bb_button_text,
.bt_bb_button a.bt_bb_link:focus .bt_bb_button_text{
    text-decoration:underline !important;
}


/*.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{
	font-size:1em;
}*/

.front-subtitle{
	font-style:italic !important;
	font-size:1em;
}
#main-headline h1 .bt_bb_headline_superheadline{
	font-style:italic;
	font-size:1.275em;
	padding-bottom:0;
	font-weight:300;
}
#main-headline .bt_bb_headline_content span{
	font-weight:300;
	font-size:0.5em;

}
#campos-estudio .bt_bb_service_content_title {
	font-size: 1.15em;
	line-height: 1.5em;
}
/*Read more servicios*/


.bt_bb_grid_item_read_more .bt_bb_icon_holder{
	margin-bottom:0 !important;
}
#servicios-profesionales .bt_bb_service_content_title a {
	line-height: 1.5em;
}

#temas-publicaciones h4{
	font-family:"Nunito sans";
	font-size:1.5em;
}
/*Sobre enfocada, tarjetas sin enlace*/
#campos-estudio .bt_bb_service a:hover, #campos-estudio .bt_bb_service a:focus{
text-decoration: none;
  cursor: default;
  color: inherit;
}


#campos-estudio .bt_bb_color_scheme_3.bt_bb_style_borderless.bt_bb_service:hover > a.bt_bb_icon_holder:hover, #campos-estudio .bt_bb_color_scheme_3.bt_bb_style_borderless.bt_bb_service:hover > a.bt_bb_icon_holder:focus{
  color: #de3787;
}
.contactar .bt_bb_icon_holder:hover span,
.contactar .bt_bb_icon_holder:focus span{
	text-decoration: underline;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus{
    text-decoration:underline;
}
.search .btPageHeadline{
    background-image: url("https://enfocada.es/wp-content/uploads/2024/09/sobre-noemi-soriano-garcia-enfocada-consultora.jpg") !important;
}

.search .btPageHeadline:before {
  background: -webkit-linear-gradient(top,#191919 -20%,transparent 50%),-webkit-linear-gradient(bottom,#191919 0%,transparent 80%);
  background: -moz-linear-gradient(top,#191919 -20%,transparent 50%),-moz-linear-gradient(bottom,#191919 0%,transparent 80%);
  background: linear-gradient(to bottom,#191919 -20%,transparent 50%),linear-gradient(to top,#191919 0%,transparent 80%);
  opacity: .75;
  mix-blend-mode: multiply;
}

.search h2.bt_bb_headline_tag {
    color: #de3787;
    font-weight: 500;
}
/*BOTON PORFOLIO*/
/*.tax-portfolio_category .btArticleContent a,
.post-type-archive-portfolio .btArticleContent a{
	color: #ffffff;
	background: #640fbc;
	box-shadow: 0 0 0 rgba(0,0,0,.2);
	padding: 1.059em 1.389em;
	font-size: 1.125em;
	line-height: 0.8em;
	margin-bottom: .25em;
	border-radius: 1.556em;
	font-weight: 700;
	display: inline-block;
	transition: all 300ms ease;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;

}
.tax-portfolio_category .btArticleContent a:after,
.post-type-archive-portfolio .btArticleContent a:after{
    font-family: RemixIcons-System;
    content: "\e933";
    font-size: 1.3333em;
    margin-top: -.125em;
    margin-bottom: -.125em;
    margin-left: .5em;
    font-weight: 500;

}
.tax-portfolio_category .btArticleContent a:hover,
.post-type-archive-portfolio .btArticleContent a:hover{
-webkit-filter: brightness(1.15);
  filter: brightness(1.15);
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
}*/
/*CABECERA CATEGORIA MATERIALES*/
.post-type-archive-portfolio .btPageHeadline,
.tax-portfolio_category .btPageHeadline{
background-image: url("https://enfocada.es/wp-content/uploads/2024/09/img-servicios-enfocada-publicaciones_2.jpg") !important;
background-position-y: -262.802px;
background-color: transparent;
background-attachment: fixed !important;
z-index: 1;
  background-size: cover !important;
}

.post-type-archive-portfolio .btPageHeadline:before,
.tax-portfolio_category .btPageHeadline:before{
    background: -webkit-linear-gradient(top,#191919 -20%,transparent 50%),-webkit-linear-gradient(bottom,#191919 0%,transparent 80%);
  background: -moz-linear-gradient(top,#191919 -20%,transparent 50%),-moz-linear-gradient(bottom,#191919 0%,transparent 80%);
  background: linear-gradient(to bottom,#191919 -20%,transparent 50%),linear-gradient(to top,#191919 0%,transparent 80%);
  opacity: .75;
  mix-blend-mode: multiply;

}
.home .bt_bb_bulleted_list .bt_bb_bulleted_list_content ul li .bt_bb_bulleted_list_icon .bt_bb_icon_holder {
	line-height: 1.4;
}
h3.bt_bb_service_content_title{
word-wrap: break-word;
  overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
}
/*LISTA DE ENTRADAS DE BLOG*/

@media all and (min-width:769px){

.btPostListColumns .btArticleContentHolder .btArticleMedia {
	-webkit-flex: 1 1 40%;
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	max-width: 40%;
	padding: 0 1em;
}
.btPostListColumns .btArticleContentHolder .btArticleTextContent, .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
	-webkit-flex: 1 1 60%;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
	max-width: 60%;
	padding: 1em;
}
}
#servicios-profesionales h2 .bt_bb_headline_content strong{
	color: #de3787;
}
/*ENTRADAS BLOG*/
#blog-breadcrumbs .bt_bb_shortcode {
	border-bottom: 1px solid rgba(0,0,0,.07);
}
#blog-breadcrumbs .bt_bb_shortcode a{
    color:#de3787;
}

.single-post .bt-content-holder{
    padding-top: 3em !important;
}

.single-post.btMenuHorizontal .mainHeader {
	position: relative !important;
	min-height: 140px;
}

/*NUEVAS FORMACIONES*/

/*#ymc-smart-filter-container-1 a.enfoque-genro:before{
content: "\E905";
}
#ymc-smart-filter-container-1 a.salud-sexual:before{
font-family: "icomoon";
content: "\e900";
}
#ymc-smart-filter-container-1 a.violencias:before{
		content:"\EADB";
	
}
#ymc-smart-filter-container-1 a.discapacidad:before{
	content:"\E926";
	}
#ymc-smart-filter-container-1 a.cuidados:before{
  content: "\e9F1";
	}
#ymc-smart-filter-container-1 a.infancias:before{
	font-family: 'icomoon';
  content: "\e901";
	}

#ymc-smart-filter-container-1 .filter-layout1 .filter-entry .filter-link.enfoque-genro{
background-color: #9c7fdc;
}
#ymc-smart-filter-container-1 .filter-layout1 .filter-entry .filter-link.salud-sexual{
background-color: #ab95e3;
}
#ymc-smart-filter-container-1 .filter-layout1 .filter-entry .filter-link.violencias{
background-color: #bbaaea;
	
}
#ymc-smart-filter-container-1 .filter-layout1 .filter-entry .filter-link.discapacidad{
background-color: #cbbff0;
	}
#ymc-smart-filter-container-1 .filter-layout1 .filter-entry .filter-link.cuidados{
background-color: #dcd4f5;
	}
#ymc-smart-filter-container-1 .filter-layout1 .filter-entry .filter-link.infancias{
background-color: #edeafa;
	}*/




/*CDIGO DE LAS TABS DE FORMACIONES
SI NO SE VUELVE A PONER LO PODEMOS BORRAR*/
.tabs-formaciones .bt_bb_tabs_header li span:before{
	display:block;
	font-size:50px;
	font-family: "Ad-Astra-HandDrawn";
	border:0px solid #000000;
	color:#000000;
}
.tabs-formaciones .bt_bb_tabs_header li.on span:before,
.tabs-formaciones .bt_bb_tabs_header li:hover span:before{
	color:#ffffff;
}
.tabs-formaciones .bt_bb_tabs_header li:first-child span:before{
	content:"\E905";
}

.tabs-formaciones .bt_bb_tabs_header li:nth-child(2) span:before{
	font-family: 'icomoon';
  content: "\e900";
	}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(3) span:before{
		content:"\EADB";
	
}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(4) span:before{
	content:"\E926";
	}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(5) span:before{
  content: "\e9F1";
	}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(6) span:before{
	font-family: 'icomoon';
  content: "\e901";
	}
.tabs-formaciones .bt_bb_tabs_header li.on span:before{
	color:#ffffff;
}
.tabs-formaciones .bt_bb_tabs_header li:first-child{
	background-color:#9c7fdc;
	color:#000000;
	
}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(2){
background-color:#ab95e3;
	color:#000000;
	}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(3){
background-color:#bbaaea;
	color:#000000;
	}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(4){
background-color:#cbbff0;
	color:#000000;
	}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(5){
background-color:#dcd4f5;
	color:#000000;
	}
.tabs-formaciones .bt_bb_tabs_header li:nth-child(6){
background-color:#edeafa;
	color:#000000;
	}
.tabs-formaciones .bt_bb_price_list{
	padding:2.5em;
}
.tabs-formaciones .bt_bb_price_list .bt_bb_price_list_title{
	font-size:1.2em;
	font-weight:600;
	line-height:1.1;
}
.tabs-formaciones .bt_bb_row_inner_holder .bt_bb_column_inner {
	padding-bottom: 0.5em;
}

/*bREADCRUMBS PAGINAS*/
.btPageHeadlineDarkLight .btPageHeadline .btBreadCrumbs {
	color: #181818;
	text-transform: uppercase;
	font-family: "Nunito sans";
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
}
.btPageHeadlineDarkLight .btPageHeadline .btBreadCrumbs a{
    color:#ffffff;
}
.btBreadCrumbs span:not(:last-child)::after {
	content: '\00bb ';
	height: 22px;
	font-size: 20px;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1em;
    color:#ffffff;
}
.sobre-enfocada .bt_bb_headline_subheadline {
	font-size: 18px !important;
}