/* Estilos CSS */

/* Triángulo amarillo */
.breadcrumb-item::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px; /* Ajustamos los bordes para que el triángulo apunte hacia la derecha */
    border-color: transparent transparent transparent #FFCD02; /* Color del triángulo */
    margin-right: 5px; /* Espacio entre el triángulo y el enlace */
	margin-left: 5px; /* Espacio entre el triángulo y el enlace */
    vertical-align: middle; /* Alinea el triángulo verticalmente con el texto */

}

/* Triángulo amarillo */
.current-page::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px; /* Ajustamos los bordes para que el triángulo apunte hacia la derecha */
    border-color: transparent transparent transparent #FFCD02; /* Color del triángulo */
    margin-right: 5px; /* Espacio entre el triángulo y el enlace */
	margin-left: 5px; /* Espacio entre el triángulo y el enlace */
    vertical-align: middle; /* Alinea el triángulo verticalmente con el texto */

}

/* Color gris para enlaces anteriores */
.breadcrumb-item a {
    color: gray;
}

/* Color azul para el enlace de la página actual */
.breadcrumb-item:last-child a {
    color: #3D87B4;
}

.responsive-table-footer-fuerzas {
    width: 100%;
    /* background-image: url("../images/recurso_1.png"); *//* Ruta de tu imagen de fondo */
    background-repeat: repeat; /* Configuración para que la imagen se repita */
}

.responsive-table-footer-fuerzas td {
    padding: 10px;
    text-align: center;

    /* border: 0px solid #ddd; */
}

.responsive-table-footer-fuerzas td a p{
    padding: 10px;
    text-align: center;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #3D87B4;
    text-decoration: none;
    /* border: 0px solid #ddd; */
}


/* Estilos para la tabla con 3 columnas */
.fuerzas-three-column-table {
    width: 100%;
    border-collapse: collapse;
    background-repeat: repeat; /* Configuración para que la imagen se repita */
    background-image: url("../images/recurso_1.png"); *//* Ruta de tu imagen de fondo */
}

.fuerzas-three-column-table td {
    padding: 10px;
    /* border: 0px solid #ddd; */
}

/* Distribución de columnas */
.fuerzas-column-1 {
    width: 10%;
}

.fuerzas-column-2 {
    width: 80%;
}

.fuerzas-column-3 {
    width: 10%;
}

/* Estilos responsivos */
@media screen and (max-width: 800px) {
    .fuerzas-column-1,
    .fuerzas-column-3 {
        display: none;
    }

    .responsive-table-footer-fuerzas {
        display: block;
        width: 100%;
    }

    .responsive-table-footer-fuerzas tr {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        margin: auto;
    }

    .responsive-table-footer-fuerzas tbody {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        margin: auto;
    }

    .responsive-table-footer-fuerzas td {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        margin: auto;
    }

    .responsive-table-footer-fuerzas td img {
        max-width: 100%;
        height: auto;
        margin: auto;
    }



    .responsive-table-footer-fuerzas td p {
        margin: 0;
    }

    .fuerzas-three-column-table td {
        padding: 10px;
        width: 100%
        /* border: 0px solid #ddd; */
    }
}




/* Estilos para la tabla */
.responsive-table-atajos {
    width: 100%;
    border-collapse: collapse;
    
    /* max-width: 800px;
            margin: 0 auto;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; */
}

.responsive-table-atajos a {
    display:flexbox;
}

.texto {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.responsive-table-atajos tdaaaa {
    padding: 10px;
    border: 1px solid #a01616;
    text-align: left; /* Alineamos el texto a la izquierda */
    vertical-align: top; /* Alineamos la imagen y el texto en la parte superior */
    display: flexbox; /* Utilizamos flexbox */
    align-items: center; /* Centramos verticalmente */
}

.responsive-table-atajos td {
    margin:auto;
}

.responsive-table-atajos p {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.responsive-table-atajo-interna {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table-atajo-interna img22 { 
    margin-right: 10px;
    width:70%;
    height: 70%;
}

.responsive-table-atajo-interna td {
    padding: 5px;
    text-align: center;
}

.responsive-table-atajo-interna td a {
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3D87B4;
    text-decoration: none;
}

.responsive-table-atajos tdborrar {
        display: block;
        width: 13.3%;
        text-align: center;
}


/* Distribución de columnas */
.responsive-table-atajos-column-1,
.responsive-table-atajos-column-8 {
    width: 10%;
}

.responsive-table-atajos-column-2,
.responsive-table-atajos-column-3,
.responsive-table-atajos-column-4,
.responsive-table-atajos-column-5,
.responsive-table-atajos-column-6,
.responsive-table-atajos-column-7 {
    width: 13.33%; /* Distribuir el 80% restante entre 6 columnas */
}

.responsive-table-atajosr-fuerzas {
    display: block;
}

.responsive-table-atajos-fuerzas td {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
}

.responsive-table-atajos-fuerzas td img {
    max-width: 100%;
    height: auto;
}

.responsive-table-atajos td p {
    margin: 0;
}




/* Estilos responsivos */
@media screen and (max-width: 800px) {
    .responsive-table-atajos-column-1,
    .responsive-table-atajos-column-8 {
        display: none;
    }

    .responsive-table-atajos {
        display: block;
    }

    .responsive-table-atajos td,
    .responsive-table-atajo-interna td {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
    }
        
    .responsive-table-atajo-interna img { 
        margin-right: 10px;
        width:25%;
        height: 25%;
    }
    
    .responsive-table-atajo-interna td {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        margin: auto;
    }

    .responsive-table-footer-fuerzas td {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        border: none;
    }

    .responsive-table-footer-fuerzas td img {
        max-width: 100%;
        height: auto;
        margin: auto;
    }

    .responsive-table-footer-fuerzas td p {
        margin: 0;
        margin: auto;
        font-family: 'nunito',Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
    }
	
}

.table-contenedor {
    display: flex;
    background-color: white;
    flex-direction: column;
    align-items: center;
}

.table-ministerios{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.columna-ministerios{
    flex: 1;
    padding: 10px;
    border: 0px solid #ccc;
    text-align: left;
    align-items: center;
    margin: auto;
}

.columnna-ministerios:nth-child(1),
.columnna-ministerios:nth-child(7) {
    flex: 0.1;
}

.bullet-list {
    list-style-type: none;
    padding-left: 0;
}
.bullet-list li {
    position: relative;
    padding-left: 20px;
}
.bullet-list li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #FFCD02;
}
.bullet-list a {
    color: #3D87B4;
    text-decoration: none;
    font-family: 'nunito',Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
    .columnna-ministerios:nth-child(1),
    .columnna-ministerios:nth-child(7) {
        display: none;
    }

    .table-contenedor {
        display: flex;
        background-color: white;
        flex-direction: column;
        align-items: center;
        display:none;
    }

    .table-ministerios {
        flex-direction: column;
        margin: auto;
        display: none;
    }
}

.main-table-footer {
    width: 100%;
    border-collapse: collapse;
}
.main-table-footer td {
    padding: 10px;
    border: 0px solid #ccc;
}
.main-table-footer .white {
    background-color: white;
}
.main-table-footer .gray {
    background-color: #F1EFED;
}
.main-table-footer .white-0 {
    background-color: white;
}
.main-table-footer .gray-0 {
    background-color: #F1EFED;
}
.main-table-footer .blue {
    background-color: #3D87B4;
    width: 10%;
}
.footer-table {
    width: 100%;
    border-collapse: collapse;
}
.footer-table td {
    padding: 5px;
    border: 0px solid #ccc;
}
.footer-table .white {
    background-color: white;
}
.footer-table .gray {
    background-color: #F1EFED;
}

footer-table .white-0 {
    background-color: white;
}
.footer-table .gray-0 {
    background-color: #F1EFED;
}
@media screen and (max-width: 800px) {
    .main-table-footer td {
        display: block;
        width: 100%;
    }
    .footer-table td {
        display: block;
        width: 100%;
    }
    .main-table-footer .white {
        background-color: white;
        display:none;
    }

    .main-table-footer .white-0 {
        background-color: white;
        display:none;
    }
    .main-table-footer .gray-0 {
        background-color: #F1EFED;
        display:none;
    }

    .main-table-footer .gray {
        background-color: #F1EFED;
        width: 90%;
    }
    .main-table-footer .blue {
        background-color: #3D87B4;
        width: 10%;
        display: none;
    }
    
}

.youtube-button {
    background-color: #3D87B4;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'nunito',Arial, Helvetica, sans-serif;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
.youtube-button i {
    margin-right: 5px;
}

.article-button {
    background-color: white;
    color: #3D87B4;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'nunito',Arial, Helvetica, sans-serif;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
.article-button i {
    margin-right: 5px;
}

.cifras { 
    margin-right: 10px;
    width:46%;
    height: 46%;
}

.transparencia { 
    margin-right: 10px;
    width:106%;
    height: 106%;
}

.centro { 
    margin-right: 10px;
    width:80%;
    height: 80%;
}

.pqr { 
    margin-right: 10px;
    width:80%;
    height: 80%;
}

.alianzas { 
    margin-right: 10px;
    width:50%;
    height: 50%;
}

.ruta { 
    margin-right: 10px;
    width:68%;
    height: 68%;
}

.table {
        display: table;
        width: 100%;
    }
.row {
        display: table-row;
    }
.cell_1 {
        display: table-cell;
        border: 0px solid #000;
        text-align: center;
		width: 30%;
        vertical-align: middle;
    }
.cell_2 {
        display: table-cell;
        border: 0px solid #000;
        text-align: left;
		width: 70%;
        vertical-align: middle;
    }	
.image_1 {
        max-width: 50%;
        height: auto;
        display: block;
        margin: 0 auto;
		text-align: right;
    }


.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    left:-25%;
}

.social-icons a {
    margin: 0 10px;
    font-size: 18px;
    padding: 5px;
    color: #3D87B4; /* Cambia el color de los íconos si es necesario */
}

.social-icons a:hover {
    color: #FFCD02; /* Cambia el color al pasar el ratón si es necesario */
}

.container_alianza {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .item_alianza {
    width: 23%; 
    margin: 5px;
    text-align: center;
  }
  
  .item_alianza img {
    max-width: 35%;
    height: auto;
  }
  
  @media screen and (max-width: 600px) {
    .item_alianza {
      width: 100%;
    }
  }


 .containerBanner {
    position: relative;
    width: 100%; 
    height: 400px;
    /* height: auto; */
    overflow: hidden;
}
.contenedor-imagen {
    position: absolute;
    max-width: 40%; /* Establece el ancho máximo del contenedor */
    margin: 0 auto; /* Centra el contenedor en la página */
    overflow: hidden; /* Para asegurarse de que la imagen no desborde el contenedor */
    top: 10%;
    left: 50%;
    width: 116%;
    height: auto;
    z-index: 1; /* Asegurar que esté por encima de la capa con blur */
    aspect-ratio: 16/9;
}

.contenedor-imagen img {
    width: 100%; /* La imagen ocupará el 100% del ancho del contenedor */
    height: 100%; /* La altura se ajustará automáticamente para mantener la relación de aspecto */
    object-fit: contain; /* Ajusta la imagen al contenedor sin recortarla */
    object-position: center; /* Centra la imagen dentro del contenedor */
    max-width:600px;
    max-height:300px;
    /* aspect-ratio: 16/9; */

}

.background-image {
    width: 100%;
    height: auto;
    filter: blur(19px); /* Aplicar efecto de desenfoque */
}
.foreground-image {
    position: absolute;
    aspect-ratio: 16/9;
    top: 10%;
    left:55%;
    width: 48%; /*44*/
    height: 85%; /*78*/
    /*height: auto; */
    z-index: 1; /* Asegurar que esté por encima de la capa con blur */
}

.text-layer {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 40%;
    /* height: 48%; */
    height: auto;
    transform: translate(-50%, -50%);
    text-align: justify;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro con 50% de opacidad */
    padding: 15px;
    font-family: 'Nunito', sans-serif;
    z-index: 2; /* Asegurar que esté por encima de ambas imágenes */
    border-radius: 5px;
}
.additional-text {
    position: absolute;
    top: 90%;
    left: 81%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    z-index: 3; /* Asegurar que esté por encima de ambas imágenes */
}

@media screen and (max-width: 600px) {
    
    
    .contenedor-imagen {
        position: absolute;
        max-width: 100%; /* Establece el ancho máximo del contenedor, ajusta según tus necesidades */
        margin: 0 auto; /* Centra el contenedor en la página */
        overflow: hidden; /* Para asegurarse de que la imagen no desborde el contenedor */
        top: 0%;
        left:5%;
        width: 100%;
        height: auto;
        z-index: 1; /* Asegurar que esté por encima de la capa con blur */
        object-fit: cover;     
    }

    .contenedor-imagen img {
         min-width: 100%;
         min-height: 100%;
         width: 100%; /* La imagen ocupará el 100% del ancho del contenedor */
         height: auto; /* La altura se ajustará automáticamente para mantener la relación de aspecto */
         object-fit: cover; /* Para asegurarse de que la imagen cubra todo el contenedor manteniendo su relación de aspecto */
    }

    .background-image {
         /* Ocultar la imagen frontal en pantallas pequeñas */
        Width: 100%;
        height: auto;
        display: none;
        /*filter: blur(19px); /* Aplicar efecto de desenfoque */
    }

    .text-layer {
        position: relative;
        width: 90%; /* Ajustar el ancho al 100% en pantallas pequeñas */
        left: 50%; /* Centrar el texto en pantallas pequeñas */
        margin-top: 20%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro con 50% de opacidad */
        padding: 5px;
        z-index: 2;
    }

    .additional-text {
        position: absolute;
        top: 44%; /* Ajustar la posición superior en pantallas pequeñas */
        left: 68%;
        width:80%;
        z-index: 3;
    }
}