@import url('https://fonts.googleapis.com/css2?family=Kablammo&display=swap');

@font-face {
  font-family: 'Nunito Sans';
  src: url('/themes/custom/foncep2025/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana Local';
  src: url('/themes/custom/foncep2025/fonts/verdana.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --fuente-titulos: 'Nunito Sans', sans-serif;
  --fuente-parrafos: 'Verdana Local', sans-serif;
}
p {
  font-family: var(--fuente-parrafos);
}
ul {
  font-family: var(--fuente-parrafos);
}
ol {
  font-family: var(--fuente-parrafos);
}
hi {
  font-family: var(--fuente-parrafos);
}
h1,h2,h3,h4,h5,h6 
{
  font-family: var(--fuente-titulos);
  font-weight: bold;
  color:#C90B00;
}

h1
{
    font-size: 46px;
    line-height: 50px;
}
h2
{
    font-size: 34px;
    line-height: 42px;padding-bottom: 0px;
}

h3
{
    font-size: 26px;
    line-height: 34px;padding-bottom: 10px;
}

h4
{
    font-size: 22px;
    line-height: 32px;padding-bottom: 5px;
}

h5
{
    font-size: 20px;
    line-height: 26px;
}
h6
{
    font-size: 20px;
    line-height: 22px;
}
.barragovco
{
    -ms-flex-align: center;
    align-items: center;
    background-color: #3772FF;
    display: -ms-flexbox;
    display: flex;
    height: 2.375rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.46875rem 1.875rem;
}

.barragovco img {
    width: 133px;
    height: auto;
}
.piegovco {
    background-color: #3366cc;
    width: 100%;
    height: 3rem;
    padding-left: 0px;
    margin: 0px;
}

.piegovco img {
       max-width: 133px;
    height: auto;
}
.cabezoteprincipal
{
	background-color: #c6c6c6;
}

.cajabusqueda	.form-control {
     border: #C90B00 solid 2px !important;
    border-radius: 20px;
   min-width: 288px;
}
.cajabusqueda	 
{
   justify-items: center;
}


/* Contenedor del formulario */
#block-foncep2025-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Estilo del campo de texto */
.cajabusqueda #edit-keys {
  border: 2px solid red;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  flex: 1;
}

/* Placeholder estilo gris */
.cajabusqueda #edit-keys::placeholder {
  color: #555;
  opacity: 1;
}

/* Oculta el botón nativo */
.cajabusqueda  #edit-submit {
  display: none;
}

/* Agrega un botón de imagen como lupa al lado */
#block-foncep2025-search-form::after {
  content: '';
  display: inline-block;
  background-image: url('https://www.foncep.gov.co/sites/default/files/2025-07/btn_buscar.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* Acción al hacer clic en la lupa */
#block-foncep2025-search-form::after {
  /* simula clic en el botón oculto al presionar la lupa */
  pointer-events: auto;
}

#block-foncep2025-search-form {
  position: relative;
}

#block-foncep2025-search-form::after {
  position: relative;
  top: 0;
  right: 0;
}

.cajaredes img
{
    max-width: fit-content;
    max-height: 40px;
}


header .navbar  {
      background: #ededed;
    padding: 0;
}


header .navbar li {
font-weight: bold;
    font-family: var(--fuente-titulos);
    max-width: 287px;
    min-width: 172px;
    font-size: 20px;
    line-height: normal;
    word-wrap: break-word;
    white-space: normal;
   
}

header .navbar li:hover {
	background: #FFF;
}
header .navbar li a {

    display: block;
    width: 100%;
    height: 100%;
    max-width: 291px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-wrap: balance;
     position: relative;
    padding:20px;
}

header .navbar li a:hover {
	background: #FFF;
}
header .navbar li a.is-active,
header .navbar li a.active 
{
	background: #FFF;
}
.region-nav-main .dropdown-toggle::after {
content: "";
    display: inline-block;
    background-image: url(/sites/default/files/2025-07/flechaabajo_0.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
        background-size: 24px;
    border: none !important;
    height: 35px;
    margin-left: 1.25em;
    vertical-align: middle;
}
.bordefooter
{

border: solid #aa1023 3px;
    padding: 30px;
    border-radius: 20px;

}


footer strong,
footer a
{
	color:#e3351f;
}



.bordefooter ul,
.bordefooter li
{
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-wrap: break-word;
}

.bloqueinteres img:hover
{
filter: sepia(1) drop-shadow(2px 4px 6px black);
}

.page-node-8323 h2
{
	    background: #C90B00;
    color: #FFF;
    padding: 5px;
    border-radius: 30px;
        text-align: center;
}

.actualidad-home
{
	
}
.actualidad-home .view-content
{
	width: 88%;
  float: left;
}


.actualidad-home .view-footer{
    align-content: center;
    padding: 20px;
}


/*	cards actualidad */

/* TARJETA */
.card-actualidad{
  position: relative;
  border: 2px solid #F5B400;       /* borde amarillo en toda la caja */
  border-radius: 14px;
  overflow: visible;                /* permite que la fecha “salga” */
  color:#fff;
}

/* IMAGEN con esquinas redondeadas */
.card-actualidad .card-img{
     border-radius: 14px 14px 0px 0px;

  overflow: hidden;      position: relative;           /* redondea la imagen sin cortar la fecha */
}
.card-actualidad .card-img img{
  width:100%;
  display:block;
}

/* OVERLAY oscuro inferior */
.card-actualidad .card-info{
  position:absolute;
  left:0; right:0; bottom:0;
  padding:16px 18px 70px;           /* espacio para el botón */
  background: linear-gradient(to top, rgba(0,0,0,.65) 55%, rgba(0,0,0,0));

}

/* Título */
.card-actualidad h3{
  margin:0 0 10px 0;
  font-size:1.05rem;
  line-height:1.25;
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.35);
}

/* Botón “Conoce más” */
.card-actualidad .btn-conoce{
position: absolute;
    right: 0px;
    bottom: 18px;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 22px 0px 0px 22px;
    background: rgba(255, 255, 255, .25);
    backdrop-filter: blur(2px);
    color: #fff !important;
    font-size: .9rem;
    text-decoration: none;
    line-height: 1;
    transition: background .2s ease;
}
.card-actualidad .btn-conoce:hover{ background: rgba(255,255,255,.4); }

/* Fecha como chapita centrada por fuera */
.card-actualidad .c3-date{
    position: relative;
    left: 0;
    transform: none;
    bottom: 0;
    background: transparent;
    text-align: center;
    color: #000;
    padding: 6px 14px;
    font-weight: bold;
    border-radius: 8px;
    font-size: .9rem;
    box-shadow: none;
    white-space: nowrap;
}

/* Asegurar textos/enlaces en blanco dentro del overlay */
.card-actualidad a,
.card-actualidad a:visited{ color:#fff !important; text-decoration:none; }
.card-actualidad a:hover{ text-decoration:underline; }

/* Oculta el “Conoce más” duplicado si no lo necesitas */
.card-actualidad .gris2{ display:none; }


/*****ACCESOS DIRECTOS*****/

.accesos-directos img
{
	    margin: 12px 3px 4px 3px;
}


.accesos-directos a:hover img,
.actualidad-home .view-footer  a:hover  img
{
    filter: drop-shadow(2px 4px 6px black);
}

.videoshome iframe
{
	 border-radius: 14px;
}

.slick-dots {
   
    bottom: 0px !important;
    background: #0000008a !important;
            height: 50px !important;
}
.slick-dots li {

    vertical-align: -webkit-baseline-middle  !important;
}
.slick-dots li button .slick-dot-icon:before {

    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white !important;
}
.slick-dots li.slick-active button .slick-dot-icon {
    color: #f8b425 !important;
}
.slick-dots li button .slick-dot-icon {

    color: #0000008a !important;
    opacity: 1 !important;
    
}

.slick-dots li {

    margin-bottom: -16px !important;
}

.slick-slider.slick-dotted {
    margin-bottom: 20px !important;
}

.slick-autoplay-toggle-button {
    left: 10% !important;
    bottom: 12px !important;
    color: #ffffff !important;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "⏸ Detener el carrusel"  !important ; 
        font-family: 'Nunito Sans' !important;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
    content: "▶ Reanudar el carrusel" !important;
         font-family: 'Nunito Sans' !important;
}
.slick-autoplay-toggle-button
{
    opacity: .9 !important;
}

.slick__arrow .slick-prev:before
{
	content:"<";
	    font-family: fantasy;
    color: #DDD !important;
	
}
.slick__arrow .slick-next:before
{
	content:">";
	    font-family: fantasy;
    color: #DDD !important;
	
}

.slick-arrow {
    top: 0px !important;
    bottom: 0px !important;

    -webkit-transform: scale3d(.8, 1.5, 1.5) !important;
    transform: scale3d(.8, 1.5, 1.5) !important;
}

.slick__arrow {

    top: auto !important;
    height: 20px !important;
        bottom: 7px !important;

}

.navbar-nav .nav-link.dropdown-toggle
{
    justify-content: center;
}

header .navbar li li {
    min-width: 266px !important;
}

header .navbar li li a {

    justify-content: start;
    text-align: left;
        padding: 10px 20px;
}
header .navbar li  li a:hover {
    background: #b7b7b7;
}

header .navbar li li  a.is-active, 
header .navbar li li  a.active {
    background: #484848;
}

.bordefooter thead, tbody, 
.bordefooter tfoot, 
.bordefooter tr, 
.bordefooter td, 
.bordefooter th {
    border-color: inherit;
    border-style: NONE;
        padding: 0px;
    margin: 0px;
        width: 57%;
}

.field--name-field-galeria .field__item
{
    float: left;
    margin: 11px;
}

.ds-2col-stacked-fluid > .group-right {
    float: right;
    width: 25%;
}
.hidden {
    display: none !important;
}

.accesos-directos2 a:hover img
{
filter: drop-shadow(3px 3px 2px black);
}
.accesos-directos2 a img
{

    width: 280px;
    height: auto;
}
.dropdown-toggle::after {
    display: none;
}


.region-sidebar-second nav li {
    line-height: 1.2;
    padding: .6rem 7px;
    font-size: 1rem;
    list-style: none;
    border-bottom: 1px solid #00000024;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.cursor-puntero {
    cursor: pointer;
}
@media (max-width: 767px) 
{
	.navbar-nav {
    margin-top: 20px;
	}
	.navbar-toggler:hover 
	{
    text-decoration: none;
    margin-top: 20px;
	}
	header .navbar li
	{

    min-width: 100% !important;
	}
	.navbar-toggler {
    margin: 20px 0px;
	}
	
	header .navbar li a {
    width: 100%;
    max-width: 100%;
    text-align: left;
    justify-content: start;
    align-items: start;
	}
	.navbar-nav .nav-link.dropdown-toggle {
    justify-content: left;
	}
	.slick-dots {
	position:relative;
		
	}
	
	.slick__arrow {

    height: 49px;
    top: 80% !important;
	}
	
	.slick-autoplay-toggle-button {
    left: 20% !important;
    bottom: 5px !important;
	}
	.slick-dots {
    bottom: 0px !important;
    background: #0000008a !important;
    height: 70px !important;
	}
	
	.actualidad-home .view
	{
	display: inline-block !important;
	}
	.actualidad-home .view-content {
    width: 100%;
    float: none;
	}
	.card-actualidad {

    margin-bottom: 25px !important;
	}
	.actualidad-home .view-footer {
	    align-content: center;
	    justify-items: center;
	    padding: 0px;
	}
	img{
    max-width: 100%;
    height: auto;
}
.ds-2col-stacked-fluid > .group-right {
    float: right;
    width: 100%;
}
}