body {
    margin: 0;
    padding:0;
}
.hero {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3)), url("logo_bg.jpg");
    background-repeat: repeat;
}

.hero_logo {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

.hero_logo img {
    max-height: 200px;
}

.social-media {
    left: 1em;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
    font-weight: 600;
    color: #365399;
}

.social-media div {
    align-items: center;
}

.social-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Ajusta el espacio entre los iconos */
  }
  
  .social-icon img {
    width: 30px; /* Ajusta el tamaño del logo */
    margin-right: 10px;
  }

@media (max-width: 767px) {
    .social-media {
        padding-left: .5em;
        padding-top: .5em;
    }
    
}
@media (min-width: 768px) {
    .social-media {
        font-size: 1.1em;
        position: absolute;
        padding: 3em;
        height: 200px;
    }
}

.hero_footer {
    background-color: #365399;
    height: 10px;
}

.publicidades {
    background-image: linear-gradient(rgba(4, 117, 255, 0.5), rgba(0, 128, 255, 0.3)), url("logo_bg.jpg");
    background-repeat: repeat;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.noticias {
    background-color: #36539A;
    text-align: center;
    padding: 10px 0px 10px 0px;
    color: #fff;
}
.noticias a:hover,
.footer a:hover {
    color: cyan;
    text-decoration: none;
}

.noticias_box {
    color: #fff;
}

.noticias_box .noticia_date {
    background-color: #000;
    padding: 2px;
}

.auspiciantes {
    background-color: #d8d8d8;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23006dff' fill-opacity='0.42' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");    background-color: #EFEFEF;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.auspiciantes img:not(.img-auspiciantes) {
    height: 80px;
    width: 80px;
    margin: 3px;
    border: 3px solid #365399;
}

.servicios {
    background-color: #ceefff;
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.box_servicios {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    width:130px;
    height:150px;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);

}
.box_servicios img {
    width:100px;
    height:100px;
}

.box_servicios div {
    height: 50px;
    padding: 2px;
    font-size: 12px;
    background-color: #36539A;
    color:#ffffff;
}

.informativos {
    padding: 10px 0px 10px 0px;
    background-color: #36539A;
    text-align: center;
    color:white;
}

.informativos img:not(.img-informativos) {
    height: 100px;
    width: 100px;
    padding: 5px;
}

.footer {
    background-color: #253765;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

.footer img {
    height: 65px;
}

.footer div.escudos {
    font-size: 14px;
}


/* The Image container */
.img-hover-zoom {
    overflow: hidden; /* Removing this will break the effects */
    display: inline;
    text-align: center;
}

/* Quick-zoom Container */
.img-hover-zoom--quick-zoom img {
    transform-origin: 1 1;
    transition: transform .25s, visibility .25s ease-in;
}

/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
    transform: scale(1.2);
}


/* TITULOS DE SECCIONES CON TRADUCCIONES */


.noticias-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* Ajusta la altura según tus necesidades   
   */
}
  
.titulo {
    font-size: 32px;
    text-align: center;
    align-self: center;
}
  
.traducciones {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    justify-items: start; /* Centra horizontalmente los elementos dentro de cada celda */
    margin-bottom: 5px;
}


.contenido {
    display: flex;
    grid-gap: 20px;
    max-width: 800px; /* Establece un ancho máximo para el contenido */
}
  
.idioma {
    display: flex;
    align-items: center;
}

.idioma-right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.idioma img {
    width: 20px; /* Ajusta el tamaño de la bandera */
    margin-right: 6px;
}

.idioma-right img {
    width: 20px;
    margin-left: 6px;
}

  
.idioma span, .idioma-right span {
    font-size: 10px;
    text-align: start;
}

#btn-encuesta-float {
    display:block;
    position: fixed;
    top: 80px; /* Espacio desde la parte inferior */
    right: 16px;   /* Espacio desde el borde izquierdo */
    z-index: 1000; /* Asegúrate de que esté encima de otros elementos */
}

#btn-aysol-float {
    display:block;
    position: fixed;
    top: 120px;
    right: 16px;
    z-index: 1000;
}

#btn-aysol-float img {
    width: 100px;
    height: 100px;
}

div.hidden, .contenedor.hidden, button.hidden, span.hidden {
    display: none;
}

.spanPercentage {
    display: block;
}

.contenedor {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background-color: steelblue;
    color: white;
    border-radius: 8px;
}

.voting {
    width:80%;
    text-align: left;
    color:#365399;
    font-weight: bold;
}

.subtitle {
    font-size: 12px;
    color: darkslategrey;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .titulo {
      font-size: 20px; /* Reduce el tamaño de la fuente en dispositivos móviles */
      text-align: start;
    }

    .contenido {
        grid-gap: 10px;
    }

    .idioma img {
        margin-right: 4px;
    }

    .idioma-right img {
        margin-left: 4px;
    }



    #btn-encuesta-float {
        top: 70px; /* Espacio desde la parte inferior */
        right: 2vw;   /* Espacio desde el borde izquierdo */
        z-index: 1000; /* Asegúrate de que esté encima de otros elementos */
    }

    #btn-aysol-float {
        top: 110px;
        right: 2vw;
        z-index:1000;
    }

    #btn-aysol-float img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 360px) {
    .contenido {
        grid-gap: 6px;
    }
}