/*
Theme Name: Bluhen Child
Theme URI: https://bluhen.qodeinteractive.com
Description: A child theme of Bluhen
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: bluhen
Template: bluhen
*/

/**************
 * HOME 
 *************/

/* Ajustamos estilos de los nombres en la sección del Equipo */

#nuestro-equipo h3 {
	font-size: 1.2em;
	line-height: 1.32;
	font-weight: 500;
	font-family: Heebo, sans-serif
}

/* Ajustamos el orden de las columnas en la sección de Marketing Estratégico Funcional */
/* A nivel jeraquia queremos que aparezca primero el título, aunque por estilo lo pongamos a la derecha */

#marketing-estrategico-funcional {
	order: 1;
}

/* Cambio de tamaño del H2 The Boldcan */

.marquee-boldcan h2.qodef-m-title {
	font-size: 3em;
}



/*****************
 * ABOUT US 
 *****************/

/* Actualizamos la fuente de los títulos para los módulos Icon Text de la página About Us */

.about-us-icon-with-text .qodef-m-title {
    font-family: Heebo, sans-serif;
    font-size: 1.57em;
    line-height: 1.32em;
    font-weight: 500;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.about-us-tile-mision-vision .qodef-m-title {
    font-family: Heebo, sans-serif;
    font-size: 1.57em;
    line-height: 1.32em;
    font-weight: 500;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


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

/*-> Ajustes para cuadrar la jerarquia de los H con los módulos que se han usado para construir la página */

#seccion-areas-servicios .elementor-widget-bluhen_core_section_title .qodef-m-title {
	font-family: Anton, sans-serif;
	font-weight: 400;
	font-size: 2.125em;
	line-height: 1.2059em;
    text-transform: uppercase;
    color: #2f2e30;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#seccion-areas-servicios .elementor-widget-bluhen_core_icon_with_text .qodef-m-title {
	font-size: 1.56em;
}

#seccion-areas-servicios .elementor-widget-bluhen_core_icon_with_text .qodef-m-title .qodef-m-title-text {
	font-family: Heebo, sans-serif;
    color: #2f2e30;
	font-size: 100%;
    line-height: 1.32em;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


/***************
 * BLOG
 ***************/

/*-> Ajustes estilos en el sidebar */

.blog #qodef-page-sidebar .widget_bluhen_core_title_widget {
	font-family: Anton, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #2f2e30;
    font-size: 2.3em;
    line-height: 1.2059em;
    margin: 0 0 26px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	font-size: 1.68em;

}



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

footer .widget_text p {
	margin: 0 0 9px;
}

footer p.qodef-widget-title,
footer .widget_text p {
	font-size: 1.35em;
	font-weight: bold;
}