/*
Theme Name: ficdous color
Theme URI: https://vertixe.com
Template: ficdous
Author: Vertixe • Marco Arango por Orestes Comunica
Author URI: https://www.marango.com.co
Description: Este tema es un hijo del tema principal de FICBUEU (Minimalist) a fin de poder hacer los ajustes a plantilla necesarios para la versión 2024 solicitada por el cliente a Orestes Comunica sin afectar el tema principal.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1719835231
Updated: 2024-07-01 14:00:31

*/
/* section-header */
div.section-header { display: none; }
/* MENU LATERAL */
.nav { background: #000000ed; }
/* Ajuste listas sin estilo */
.nav ul { list-style: none; }
.nav ul li { width: 100%; }
.nav ul ul {  margin: 10px 0; padding: 0;}
.nav ul ul a { font-size: .8rem; }
/* COLOR A FOTOS */
.color img { filter: none !important; }
/* BLOQUE A CUATRO COLUMNAS */
.bcuatro-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.bcuatro-block.with-upper-border {
    border-top: 1px dashed /*#EC6D48*/ #666666;
    padding-top: 80px;
}

.bcuatro-block > a,
.bcuatro-block > div {
	width: 24.5%;
	text-decoration: none;
}

.bcuatro-block > a > div,
.bcuatro-block > div > div {
	min-height: 375px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
	justify-content: center;
	width: 100%;
	background-color: rgba(0,0,0,0.35);
    background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px;
	transition: all 300ms ease-in-out;
/*	filter: grayscale(1);  /* BN */
	
}

.bcuatro-block > a:hover > div,
.bcuatro-block > div:hover > div {
	background-color: rgba(0,0,0,0.3);
	transition: all 300ms ease-in-out;
}

/* FOOTER LOGOS */
.footer-logos-2024 figure { padding: 10px; margin-top: 0 !important; margin-bottom: 0 !important; }

/* .TXT-LINEA */
.fondo-blanco { background: #fff; padding: 0 10px; }

/* MEDIA RESPONSIVE */
@media (max-width: 576px) { .bcuatro-block > a, .bcuatro-block > div {width: 100%;} }
@media (min-width: 768px) { .bcuatro-block > a, .bcuatro-block > div {width: 49.5%;} }
@media (min-width: 992px) { .bcuatro-block > a, .bcuatro-block > div {width: 24.5%;} }

/* 01.22.2025 : cambios Oreste Comunica FICBUE 2025 */
.header-col > a.header-link:hover, .nav-mobile a.header-link:hover{color:#ff00ff!important;}