/*
Theme Name: INGEDECA
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Tema hijo de DIVI para INGEDECA
Author: SMALL DEVELOPMENT
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

:root{
	--general: #FD8203;
}

.cabecera-menu {
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out; 
}
.cabecera-menu.et_pb_sticky--top {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
}
/* Contenedor del logo */
.logo-menu {
    position: relative;
    width: 250px;
    height: auto;
}

/* Ambas imágenes superpuestas */
.logo-menu img {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: auto;
    transition: opacity 0.5s ease-in-out; /* Transición suave */
}
.logo-menu span{
    width: 100% !important;
}
/* ------------------------- */
/* Logo por defecto visible */
/* ----------------------- */
.logo-menu .logo-blanco,
.logo-menu .logo-normal {
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo-menu .logo-blanco {
    opacity: 1;
    z-index: 2;
}

.logo-menu .logo-normal {
    opacity: 0;
    z-index: 1;
}
.dm-fixed-header .logo-menu .logo-blanco{
    opacity: 0;
    z-index: 1;
}
.dm-fixed-header .logo-menu .logo-normal {
    opacity: 1;
    z-index: 2;
}
/* --------------- */
/*  TESTIMONIOS   */
/* ------------- */
.testimonios .testimonio{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.testimonios .dsm-entry-image img{
    width: 100px;
    height: auto;
    border-radius: 50%;
}
/* --------------- */
/*    TIMELINE    */
/* ------------- */
.dipl_image_wrapper{
    margin-bottom:15px;
}
/* --------------- */
/*  BLOG HOME     */
/* ------------- */
.blog-home-izquierda{
    display: flex;
    flex-direction: column; 
    height: 100%;
}
.blog-home-izquierda .et_pb_ajax_pagination_container {
    flex-grow: 1; 
    display: flex;     
}

.blog-home-izquierda .et_pb_image_container{    
    margin:0px;
}
.blog-home-izquierda .et_pb_image_container img{
    border-radius: 6px !important;
}
.blog-home-izquierda .et_pb_post,
.blog-home-derecha .et_pb_post{
    margin-bottom: 0px !important;
}
.blog-home-derecha .entry-featured-image-url{
    border-radius: 6px !important;
    display: block;
    float:left;
    margin-bottom: 0px;
    width: 40%;   
    height: 220px !important;
}
.blog-home-derecha .entry-featured-image-url img{
    border-radius: 6px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0px;
}
.blog-home-derecha .custom-post-content{
    float:left;
    padding: 10px 0px 0px 20px !important;
    width: 60%;
}

.blog-home-izquierda .et_pb_post .post-content-inner,
.blog-home-derecha .et_pb_post .post-content-inner{
    margin-bottom: 30px !important;
}
.blog-home-izquierda .et_pb_post .more-link,
.blog-home-derecha .et_pb_post .more-link{    
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 5px 30px;
    position:absolute;
    bottom:0px;
}
.blog-home-izquierda .et_pb_post .more-link{
    right:0px;
}


/* --------------- */
/*       BLOG     */
/* ------------- */
.blog .et_pb_post {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.blog .et_pb_post .entry-featured-image-url{
    margin-bottom: 0px;
}
.blog .et_pb_post .entry-title{
    min-height: 2.5em; 
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 
.blog .et_pb_post .post-meta, 
.blog .et_pb_post .post-content {
    flex-grow: 1 !important;
}
.blog .et_pb_post .post-content-inner{
    margin-bottom: 30px;
}
.blog .et_pb_post .more-link img{
    background: #FD82031A;
    margin-right:5px;
    width: 32px;
}

/* --------------- */
/* P R E M I O S  */
/* ------------- */
#reconocimientos .dipl_tabs_item_title img{
    width: 180px !important;
}
/* --------------- */
/* FORMULARIO CV  */
/* ------------- */
.doble{
    display: flex;
    gap: 5px;
}
.form-control{
    margin: 10px 5px;
}
.aceptacion{
    margin-bottom: 10px;
}
.aceptacion a{
    color:#fff;
    font-weight: 700;    
    text-decoration: underline;
}
/* --------------- */
/*     EQUIPO     */
/* ------------- */
.equipo .dipl_team_overlay_wrapper{
    display:none !important; 
}





