.breadcrumb-area {
	display: none;
}
.entry-banner {
	display: none;
}
#rt-header-header {
	display: block;
}

.card-excerpt {
    font-size: 14px;
    color: #666; 
    padding-top: 10px; 
	padding-left: 23px;
    display: block;
    clear: both;
} 
.card-excerpt-list {
    font-size: 14px;
    color: #666;  
	/*padding-left: 23px;*/
    display: block;
    clear: both;
} 
.entry-header {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.col-lg-3.docfi-column-sticky-min-1024.docfi-group-right-sidebar {
	visibility: hidden;
    opacity: 0;
}

.excerpt-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;  
}

/* Mostrar solo en móviles */
.hamburger {
	display: block;
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
}

/* Ocultar el menú por defecto en móviles */
@media screen and (max-width: 768px) {
	#site-navigation {
		display: none;
		flex-direction: column;
		background: white;
		padding: 1rem;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1000;
	}

	#site-navigation.open {
		display: flex;
	}
}

@media screen and (max-width: 1023px) {
	#rt-header-header {
		display: none;
	}
}

/* En pantallas grandes mostrar el menú completo y ocultar hamburguesa */
@media screen and (min-width: 769px) {
	.hamburger {
		display: none;
	}

	#site-navigation {
		display: flex !important;
		position: static;
		flex-direction: row;
	}
}

 
@media (max-width: 768px) {
    .excerpt-container {
        flex-direction: column;  
        align-items: center;  
        text-align: center;
    }

    .excerpt-container img {
        width: 100%; 
        max-width: 300px; 
        height: auto;
        margin-right: 0;
    }

    .card-excerpt-list {
        width: 100%;
        padding-right: 20px;
    }
}
