:root {
    --color-primary: #c7a33e;
    --color-secundary: #fff8eb;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #3366cc;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

.navbar_inicio {
    height: 60px;
    background-color: var(--bs-primary);
}

.navbar_inicio img {
    height: 30px;
}

.navbar_inicio .navbar_img-bandera {
    width: auto;
    height: 60px;
}

.navbar_inicio .navbar_img-bandera img {
    width: 80px;
    height: 70px;
    border-left: white solid 6px;
    border-right: white solid 6px;
}

.navbar_img-1 img {
    height: 40px;
    width: 40px;
}

.navbar_logos-social img {
    height: 20px;
    width: 20px;
}

.navbar_img-1 .nav-link:hover {
    background-color: var(--color-secundary);
}

.masthead {
    background-size: cover;
    background-image: url('../img/banderaColombia.png');
    height: 8px;
}
.titulo_gobierno{
    color: #3366cc;
    font-weight: bold;
}

.numero_dias {

    display: flex;
}
.numero_dias span:nth-child(1),
.numero_dias span:nth-child(2),
.numero_dias span:nth-child(3) {
    background-color: var(--bs-white);
	margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0%;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 10px;
    color: #FFCE00;
    font-size: 35px;
    font-weight: bold;
    height: 45px;
    width: 30px;
    text-align: center;
    border-radius: 10px;
}

.dias_gobierno span{
    color: #3366cc;
    font-weight: bold;
}

.dias_gobierno::after {
    color: #3366cc;
    content: "DE GOBIERNO";
    display: block;
}

.beneficiarios {
    background-color: var(--color-secundary);
}

.responsive_img-destop img {
    height: 100%;
    width: 100%;
    padding-bottom: 5rem;
}

.linea_footer-botton {
    height: 64px;
    background-color: #ebad03;
}

.table_cronograma{
    border: black 1px solid;
}

@media (max-width: 768px) {
    .navbar_img-1 li a {
        border: none !important;
    }

    .navbar_img-1 li a img {
        display: none;
    }

    .navbar_logos-social {
        border: none !important;
    }

    .navbar_logos-social li a img {
        display: block !important;
    }
}

/* nav */
ul.navbar-nav.text-center.navbar_img-1 {
    margin: 0 auto;
}

ul.navbar-nav.text-center.navbar_img-1 li.nav-item {
    min-width: 10vw;
}

.participa-link {
    display: inline-block;
    text-decoration: none;
    background-color: #083f99;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
  }

  .participa-link:hover{
    color: #f9c911;
  }
  .volver{
    text-align: center;
  }
  a{
    margin-top: 20px;
    color: white;
    text-decoration: none;
  }

  h2, h3, h4, h5, h6{
    color: #004092;
    font-weight: bold;
  }

  .participantes{
    border-radius: 10px;
  }

  .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }

  .sena, .sw-sena{
    background-color: #39a900;
  }

  .texto-sena{
    background-color: #01304e;
    color: white;
    font-size: 1.2rem;
    padding: 25px;
  }

  .cta{
    background-color: #01304e;
    color: white;
    padding: 30px;
  }

  .sofia{
    font-size: 11px;
  }

/* Contenedor para alinear los cuadros */
.cta-container {
    display: flex;
    justify-content: center;
    gap: 1rem; /* Espaciado entre los cuadros */
    padding: 2rem; /* Espaciado alrededor */
  }
  
  /* Estilo general de los CTAs */
  .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #0a366a 0%, #39a900 100%);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1rem 2rem; /* Tamaño del botón */
    border-radius: 12px; /* Bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para dar profundidad */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  /* Efecto hover */
  .cta:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none; /* Evitar subrayados en el hover */
  }

  #inicio-mujer {
    background-image: url('../img/fondo_seccion1.png'); /* Ruta de la imagen de fondo */
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    color: white; /* Cambia el color del texto para que se vea bien */
    padding: 50px 0; /* Añade espacio en la parte superior e inferior */
  }

  #inicio-mujer h2,
  #inicio-mujer p {
      color: #0A3D62; /* Azul oscuro */
  }

#ppublica {
    background-image: url('../img/fondo_seccion2.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

#directorio {
    background-image: url('../img/fondo_Seccion2_1.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.rums {
  background-image: url('../img/fondo_rums.png'); /* Ruta de la imagen de fondo */
  background-size: cover; /* Hace que la imagen cubra todo el fondo */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  color: white; /* Cambia el color del texto para que se vea bien */
  padding: 50px 0; /* Añade espacio en la parte superior e inferior */
  text-align: center;
  
}

.rums h2{
  color: white;
}