html, body {
    /*max-width: 100%;*/
    overflow-x: hidden;
}

body{
    padding: 0px !important;
    background-color: #f1eeee;
}

header {
    margin: 40px auto 0 auto; /* Para dejar espacio a la franja superior */
        background-color: white;
        box-shadow: 0px 5px 10px 5px #cbcbcb;
    position: relative;
    z-index: 999;
}

.contenedor-header{
    width: 1028px;
    margin: 0 auto;
}

.header-govco {
    /* Franja de color y ancho total */
    background-color: #015dca;
    width: 100vw;
    height: 40px;
    
    /* Centrado del contenido interno */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Asegura que esté lo más arriba posible */
    position: absolute;
    top: 0;
    left: 0;
}

.container-govco {
    /* Ancho específico solicitado */
    width: 1015px;
    height: 100%;
    
    /* Alineación de los extremos */
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* Fuente blanca */
    color: white;
    font-family: sans-serif; /* O la fuente que uses en el SENA */
}

.lang-box {
    border: 1px solid white;
    padding: 3px;
    border-radius: 6px;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
}

.logo-govco {
    height: 20px; /* Ajuste proporcional para que quepa en los 40px */
    width: auto;
}

.logo-sena {
    height: 115px;
    width: auto;
}

.col-header {
    width: 100%;
    text-align: right;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 11px !important;
    font-family: calibri, san-serif;
}

.fecha{
    padding-right: 30px;
}

/* General styles */
.background-emisora {
    background-image: url('https://www.sena.edu.co/es-co/Noticias/Documents/SENA-RA-banner-web-1-11.jpg');
    background-size: contain; /* Muestra la imagen completa sin recortarla */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen */
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%; /* Ocupa todo el ancho del viewport */
    min-height: 150px; /* Altura mínima para asegurar visibilidad */
    /*padding: 20px;Espaciado interno */
    box-sizing: border-box; /* Incluye padding en el cálculo del tamaño */
}

/* Contenedor del reproductor */
.contenedor-reproductor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 70%;
    padding: 20px 0; /* Espaciado del reproductor */
    background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    border-radius: 1px; /* Bordes redondeados */
}

/* Reproductor */
.iframe-reproductor {
    border: 0;
    height: 90px; /* Alto del reproductor */
    max-width: 400px;
    width: 100%;
    display: block;
}

/* Título debajo del reproductor */
.titulo-reproductor {
    margin-top: 10px;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center; /* Centra el texto horizontalmente */
    width: 100%; /* Asegura que el texto ocupe todo el ancho disponible */
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8); /* Sombra más fuerte y grande */
}

/* Responsive styles */
@media (max-width: 1200px) {
    .background-emisora {
        background-size: cover; /* En pantallas más pequeñas, adapta el fondo para llenar el contenedor */
        min-height: 300px; /* Ajusta la altura mínima */
        padding: 15px; /* Reduce el padding en pantallas pequeñas */
    }
    .iframe-reproductor {
        width: 100%; /* Asegura que el iframe ocupe todo el ancho disponible */
    }
}


.gov-co-footer{
    color: #5d5d5d;
}

.gov-co-footer-presentacion{
    background: #39a900;
}

.gov-co-footer-autoridad{
    position: relative;
    max-width: 1028px /*1043px*/;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 15px;
    padding: 45px 40px 45px 47px;
    background-color: #fff;
    box-shadow: 0 0 3px gray;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.gov-co-footer-autoridad-contacto{
    box-sizing: border-box;
    display: flex;

}

#gov-co-footer-titulo{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #4B4B4B;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#gov-co-footer-subtitulo{
        font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #4B4B4B;
    text-transform: uppercase;
    padding-bottom: 9px;
}

.gov-co-footer-pie{
    background: #36c;
}

.gov-co-footer-col{
    margin: 0;
    padding: 0;
}

.gov-co-footer-col a{
    color: #0552C2;
    outline: none;
    text-decoration: none;
}

.gov-co-footer-col a:hover, .gov-co-footer-col a:active{
    text-decoration: underline;
}

.gov-co-footer-col p{
font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #4b4b4b;
    line-height: 180%;
    padding-bottom: 3px;
}

.footer-logo-container{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-logo-SENA{
    height: 120px !important;
}

.footer-logo-icontec {
    height: 110px !important;
}

.gov-co-redes-sociales {
    padding: 33px 0 16px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gov-co-redes-sociales .gov-co-link-presentacion {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.gov-co-link-presentacion {
    font-family: "Work Sans", sans-serif;
    font-size: .875rem;
    font-weight: 500;
    color: #4B4B4B;
}

.gov-co-redes-sociales .social-icon {
    background-color: #39a900;
    padding: 12px;
    border-radius: 100px;
    width: 4px;
    height: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gov-co-redes-sociales .social-icon span {
    height: 10px;
    line-height: 26px;
}
.label-rs-sena:hover {
    text-decoration: underline;
}

.social-icon:hover {
    background-color: #297702;
}

.gov-co-link-presentacion span {
    text-decoration: none;
    font-size: 1.125rem !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gov-co-politicas{
    height: auto;
    line-height: 26px;
}

.gov-co-link-poli{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: .75rem;
    outline: none;
    color: #0552C2;
    padding-right: 25px;
}

.gov-co-footer-auto{
    max-width: 1100px;
    align-items: center;
    height: 96px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.gov-co-logo-pie-mesa {
    width: 48px !important;
    height: 48px !important;
    margin-right: 10px !important;
}

.gov-co-logo-pie-blanco{
    border-left: 1px solid white;
    padding-left: 20px;
}


.contenedor{
    border: 1px #d4d4d4 solid;
    width: 1028px;
    background-color: white;
    margin: 0 auto;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.accordion {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  background-color: #f1f1f1;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.accordion-header:hover {
  background-color: #e2e2e2;
}

.accordion-header h2 {
  margin: 0;
  font-size: 18px;
}

/* La magia de la persiana */
.accordion-content {
  max-height: 0; /* Altura inicial 0 */
  overflow: hidden; /* Oculta el contenido que sobresale */
  transition: max-height 0.4s ease-out; /* Animación suave */
  background-color: #fff;
}

.content-inner {
  padding: 15px;
}

/* Clase para rotar el icono */
.accordion-header.active .icon {
  transform: rotate(45deg);
}

            .bloque-estrella {
                display: flex;
                flex-direction: column;
                align-items: center;
                /* Ajusté un poco el margen para que no queden tan pegadas */
                margin: 0 15px;
                text-align: center;
            }

            .estrella {
                /* Tamaño grande para que se vea bien */
                font-size: 120px;
                line-height: 100px;
                cursor: pointer;
                /* Color por defecto (vacía) */
                color: #d7d7d7;
                transition: color 0.2s ease;
            }

            /* Esta clase se la pondremos con JS a las seleccionadas */
            .estrella.activa {
                color: #000000; /* Color amarillo/dorado */
            }

            .link-label {
                margin-top: 5px;
                text-decoration: none;
                font-size: 14px;
            }