@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');


body{
  font-family: "Poppins", sans-serif;
}
.nav-link{
  color: #fff;
}
.subtitle_color{
  color: #adff00;
}
header{
    /* Imagen de fondo que cubre ambos elementos 
    background-image: url('../images/bg_ciu26.webp');
    background-size: cover;
    background-position: center;
      display: flex;
    flex-direction: column; 
   
    */
     background: linear-gradient(180deg, rgb(0 57 199) 0%, rgb(0 29 100) 100%);
    
     color: #fff;
     position: relative;
  
}
header:after {
    content: '';
    width: 100%;
    height: 60px;
    background-color: #fff;
    bottom: 0;
    position: absolute;
    border-radius: 150px 150px 0px 0;
}


.soyunach_intro {
    position: absolute;
    right: 45px;
    bottom: 81px;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem;
    
  
    background: transparent; 
    
    
}

.blog-featured {
    max-width: 1050px;
    margin: 0 auto;
}
.com-content-article {
    max-width: 960px;
    margin: 0 auto;
}
.menu-sticky{
    background-color: #0039c7ed;
    backdrop-filter: blur(7px);
}
.imagen-conoce img, .featured-image img {
    display: block;
    margin: 0 auto;
    border-radius: 45px;
   
}

.btn_numeros_gaceta {
    padding: 0.4rem 3rem;
    font-size: 1rem;
   
}
.header_main{
   min-height: 400px; 
}
.header_sections{
    min-height: 170px; 
}
#titulo_contenido{
 padding: 8rem 0 8rem 0;
 position: relative;
}
#titulo_contenido::before{
    content: '';
    width: 9%;
    height: 52%;
    background: url('../images/g_bg.svg');
    background-size: cover;
    position: absolute;
    top: 20%;
    z-index: 0;
    left: -10%;
   
}
.slider-imagen img {
    border-radius: 45px;
}
.btn_detalles {
    background-color: #0039c7;
    padding: .5rem 3.5rem;
    border-radius: 50px;
    position: relative;
    z-index: 0;
    font-size: 1.2rem;
    color: #adff00;
}
.btns_control_slides .anterior_eventos,.btns_control_slides .siguiente_eventos{
position: absolute;
    top: 32%;
}

.btns_control_slides .anterior_eventos {
    
    left: -60px;
}

.btns_control_slides .siguiente_eventos {
  
    right: -60px;
}
.featured-content ul,.com-content-article ul {
    list-style: none;
    display: flex;
    gap: 4rem;
    padding-left: 0;
    margin-top: 3rem;
}
.btn_detalles:before {
    content: '';
    top: -7px;
    background-color: rgb(0 57 199 / 40%);
    width: 109%;
    height: 135%;
    position: absolute;
    left: -8px;
    z-index: -1;
    border-radius: 40px;
    border: solid 1px #0039c7;
}
.btn_detalles:after {
    content: '';
    top: 16px;
    background:url('../images/diagonal-arrow_21.webp');
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 31px;
}
a.actualidad_title {
    text-decoration: none;
    color:#1F2E47;
}


.btns_control {
    position: absolute;
    display: flex;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    gap: 0.5rem;

}
.portada_articulo img {
    border-radius: 40px;
}

.btnslide {
    border: solid 1px #0039c7;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    

}

.articles-actualidad-date {
    color: #505050;
}

.btnslide:hover {
    background-color: #0039c7;
   
}
.btnslide:hover img{
     filter: brightness(0) invert(1);
}
.btnslide img{
display: block;
    margin: 0 auto;
    margin-top: 0.9rem;
}
  .owl-dots {
    
    margin-right: 8rem;
}

.anterior_eventos.btnslide {
    transform: rotate(180deg);
}

.redes_sociales_content {
  align-self: flex-start;
}

ul#redessociales {
    display: flex;
  justify-content: center;
  list-style: none;
  flex-direction: column;
  background-color: #D0FF00;
  border-radius: 29px;
  padding: 0;
}
ul#redessociales img {
  width: 25px;
}
ul#redessociales li {
  padding: 10px;
 
}
.redes_sociales_content {
    position: fixed;
    top: 154px;
    z-index: 5;
    right: 5%;
}
#titulo_contenido h1{
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight:bold;
}

#hero{
  padding: 10rem 0 10rem 0;
  position: relative;
  z-index: 0;
}
.portada__gaceta {
    border-radius: 40px;
    display: block;
    margin: 0 auto;
}
.category-desc.clearfix {
    width: 74%;
    margin: 0 auto;
}
#hero:after {
    content: '';
    width: 454px;
    height: 807px;
    background: url('../images/g_bg.svg');
    background-size: cover;
    position: absolute;
    top: 11%;
    z-index: -1;
    left: 4%;
    opacity: 0.9;
}

.btn_info {
    background-color: #adff00;
    padding: .5rem 4rem;
    border-radius: 50px;
    position: relative;
    z-index: 0;
    font-size: 1.2rem;
}

.btn_info:before {
    content: '';
    top: -7px;
    background-color: #adff0054;
    width: 109%;
    height: 135%;
    position: absolute;
    left: -9px;
    z-index: -1;
    border-radius: 40px;
    border: solid 1px #adff00;
}
.btn_info:after {
    content: '';
    top: 16px;
    background:url('../images/diagonal-arrow_2.webp');
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 31px;
}
.mod-texto-intro-wrapper h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight:bold;
}

  /* Contenedor del enlace para centrar el pulso */
        .play-wrapper {
            position: relative;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        /* Enlace (Etiqueta A) con forma de botón circular */
        .play-link {
            position: relative;
            width: 40px;
            height: 40px;
            background-color: #ADFF0038;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none; /* Elimina el subrayado del enlace */
            transition: transform 0.2s ease, background-color 0.3s ease;
            box-shadow: 0 0 20px rgba(68, 239, 145, 0.4);
            z-index: 2;
            border: 2px solid #ADFF00;
        }

        /* Icono de Triángulo (Play) */
        .play-icon {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 0 9px 13px;
            border-color: transparent transparent transparent #ffffff;
            margin-left: 5px; /* Ajuste visual para el centro */
        }

        .play-link:hover {
            background-color: #ADFF00;
            transform: scale(1.05);
        }

        .play-link:active {
            transform: scale(0.95);
        }

        /* Capas de Pulso aplicadas al contenedor */
        .play-wrapper::before,
        .play-wrapper::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #ADFF00;
            opacity: 0.5;
            z-index: -1;
            pointer-events: none; /* Evita que el pulso interfiera con el clic */
        }

        /* Animaciones de las ondas */
        .play-wrapper::before {
            animation: pulse-ring 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
        }

        .play-wrapper::after {
            animation: pulse-ring 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.25s infinite;
        }

        @keyframes pulse-ring {
            0% {
                transform: scale(1);
                opacity: 0.6;
            }
            80%, 100% {
                transform: scale(2);
                opacity: 0;
            }
        }

footer {
  background-color: #122652;
  padding: 3.5rem 0;
  color: rgba(255, 255, 255, 0.7019607843);
  margin-top: 8rem;
}
footer a {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 14px;
  text-decoration: none;
}
footer p {
  font-size: 14px;
}
footer h6 {
    color: #FFFFFF;
    text-transform: uppercase;
}

.mt-8rem {
    margin-top: 8rem;
}
.unach_texto {
  background-color: #044380;
  text-align: center;
  text-transform: uppercase;
  padding: 2rem;
}
ul.nav-footer {
  margin-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 2rem 10px;
  flex-wrap: wrap;
  border-top: solid 1px #fff;
}
.items_gaceta h2 {
    font-size: 1.1rem;
}

.items_gaceta h2 a {
    text-decoration: none;
    color: #1F2E47;
}
.items_gaceta h2 a:hover {
    text-decoration: underline;
}
h2.card-header-c {
    font-weight: 600;
    color: #1f2e47;
}

.items_gaceta img {
    border-radius: 40px;
   
    object-fit: cover;
    object-position: center;
}
.mod-gaceta-nuevo .readmore {
    padding: 2.5rem 0;
    text-align: right;
}
.my-6rem {
    padding: 6rem 0;
}
.gaceta-nuevo-image{
    
    margin-top: -6rem;
}
.gaceta-nuevo-image img{
border-radius: 40px;
}
.mod-gaceta-nuevo{
    background-color: #0039c7;
    border-radius: 40px;
    color: #fff;
}
.intro_text_gaceta {
    line-height: 2rem;
}
span.icon-angle-double-left,span.icon-angle-double-right{
    background-image: url(../images/double-left-chevron.webp);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
}
span.icon-angle-double-right{
     transform: rotate(180deg);
}

span.icon-angle-right,span.icon-angle-left{
    background-image: url(../images/previous_icon.webp);
    background-repeat: no-repeat;
    width: 14px;
    height: 24px;
    display: block;
    background-size: cover;
}
span.icon-angle-right {
    transform: rotate(180deg);
}

        @media screen and (max-width: 992px) {
            .w-50{
    width: 100% !important;
            }

            .numeros-actual{
                text-align: center;
            }
            .gaceta-nuevo-image img{display: block;margin: 0 auto;}
            .gaceta-nuevo-image{
                margin-top: 1.5rem;
            }
            .w-75{
    width: 100% !important;
            }
.category-desc.clearfix {
    width: 100%;
    margin: 0 auto;
}
        }

        @media screen and (max-width: 600px) {
            .mt-8rem {
    margin-top: 2rem;
}

            footer {
  margin-top: 0;
  padding: 0.5rem;
  
}

 .redes_sociales_content {
    position: relative;
    top: 0;
    z-index: 5;
    right: 0;
}
ul#redessociales {
  
    flex-direction: row;
    border-radius: 0;
   
}
 
}
  @media screen and (max-width: 500px) {
#hero:after {
   
    width: 309px;
    height: 577px;
   
    left: 0%;
    
}
  }