@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
*{
    padding:0;
    margin: 0;
}
.body{
    background-color: #999898;
}
header{
    
  display: block;


}
.logo{
    margin-top: 15px;
    width: 150px;
    margin-left:50px;
    display: block;
}
.cintillo{
    display: flex;
   
    width: 100%;
    left: 0;
    top:0;
    align-items: center;
    justify-content: space-between;
    background-color: #222;
    padding: 5px 0px 5px 0px;
    
}
.cintillo span {
    width: 50%;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.42857;
}
.redes_sociales{
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}
.redes_sociales img{
    width: 20px;
    margin: 10px;
}
.baners{
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: 0px 0px;
   
}
.cuadro_banner{
    height: 70%;
    width: 80%;
    padding: 1px;
    margin-left:5px;
}
.identidad{
    box-shadow: 0px 3px 1px -6px #222, 1px 6px 6px -6px #021d34;
        box-shadow: 0px 3px 1px -6px #222, 1px 6px 6px -6px #021d34;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* estilos del menu**/
nav{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    color: black;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    
}
nav ul{
    display: flex;
    list-style: none;
}
nav a{
    margin: 10px;
    width: 200px;
    border-bottom: 5px solid transparent;
}
nav a:hover{
    border-bottom: 5px solid #011b7c;
    transition: ease-in 0.5s;
}

/*principales aqui es el css para las 5 noticias principales*/
.principales{
    height: 430px;
    margin: auto;
    padding: 10px 20px 10px 5px;
    display: flex;
}
.principales_1{
    width: 50%;
    height: inherit;
    background: blue;
    overflow: hidden;
    position: relative;
}
.principales_1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20% 0%;
   
}

.principales_1 img:hover{
    width: 100%;
    height: inherit;
    transform: scale(1.2);
    transition: ease-in-out 0.7s;
   
}
.grid{
    width: 50%;
   
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card{
    
    width: 50%;
    height: 50%;
    display: flex;
   
    overflow: hidden;
    position: relative;
}
.card img{
    width: 100%;
    
    height:100%;
    object-fit: cover;
    object-position: 50% 0%;
   
}
.card img:hover{
   transform: scale(1.5);
    transition: ease-in 0.5s;
}
.card::before{
    content: "";
    display: block;
    background: rgb(15,12,41);
    background: linear-gradient(180deg, rgba(15,12,41,0) 0%, rgba(98,16,255,0.04741379310344829) 68%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
 
  
}
.card:hover::before{
    transition: ease-out 0.7s;
    opacity: 0;
 
   background-color: transparent;
   
}
.principales_1::before{
    content: "";
    display: block;
    background: rgb(15,12,41);
    background: linear-gradient(180deg, rgba(15,12,41,0) 0%, rgba(98,16,255,0.04741379310344829) 68%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
 
  
}
.principales_1:hover::before{
    transition: ease-out 0.7s;
    opacity: 0;
 
   background-color: transparent;
   
}
.contenedor{
    padding: 2px 5px;
}
.titulo{
    
    display: block;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.titulo i{
    
   background-color: #021d34;
   padding: 5px;
   color: white;
   margin-left:25px;
   border-radius: 5px;
}
.titulo h2{
    font-family:'Montserrat', sans-serif;
    color:white;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    width: 90%;
    margin: auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-align:start;
    font-weight: 700;
}
.segundo{
    font-family:'Montserrat', sans-serif;
    color:white;
    letter-spacing: -0.17em;
    text-transform: uppercase;
    width: 90%;
    margin: auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-align:start;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
}
.subtitulos h3{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    color: black;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    /*background-color: yellow;*/
    display: table-cell;
   
    background-color: #021d34;
    color: white;
    text-shadow: 2px 2px 3px black;

}
.rojo h3{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    color: black;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    /*background-color: yellow;*/
    display: table-cell;
   
    background-color: red;
    color: white;
    text-shadow: 2px 2px 3px black;

}
.subtitulos::after{
    content: "";
    display: block;
    height: 5px;
    width:100%;
    background-color: #021d34;
    position: absolute;
    bottom: 0;
    
}
.rojo::after{
    content: "";
    display: block;
    height: 5px;
    width:100%;
    background-color: red;
    position: absolute;
    bottom: 0;
    
}
.subtitulos{
    
    width: 100%;
    height: auto;
    position: relative;
    
}
.rojo{
    
    width: 90%;
    height: auto;
    position: relative;
    
}
.municipios{
    width: 70%;
    
    display:block
}
.contenido{
    padding: 5px;
}
.amarillo h3{
    background-color: #021d34;
}
.verde h3{
    background-color: #021d34;
}
.verde::after{
    background-color: #021d34;
}
.amarillo::after{
    background-color: #021d34;
}
/*contenedor*/
.contenedor{
    
    display: flex;
}

.anuncios{
    width: 30%;
    height: inherit;
    display: block;
    display: flex;
    
    flex-direction: column;
  
    padding: 1px;
}
.baner{

    height: 250px;
    padding: 1px;
}
.anuncios img{
    width:90%;
    display: block;
    padding: 5px;
    height:inherit;
    margin: auto;
}
.contenido{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.item{
    width: 49%;
    display: block;
    
    margin-bottom: 5px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.ch{
    width: 30.2%;
    display: block;
}
.item img{
    width: 100%;
    height: 50%;
    display: block;
    object-fit: cover;
    transition: ease-in-out 0.9s;
}
.t_imagenes{
    width: 100%;
    height: 50%;
   overflow: hidden;
   
    opacity: 1;
    bottom: 0;
    z-index: 1;
    
}
.t_imagenes h3{
    color: black;
    font-family: Roboto,ui-sans-serif;
    font-size: 1.1rem;
    padding: 5px;
    text-align: center;
    font-weight: bolder;
    line-height: 21px;



}
.grande img:hover{
    width: 150%;
  
}
.miniaturas{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height:100%
}
.miniaturas li{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1 auto;
    margin:2px;

}
.mini{
    width: 150px;
    height: 100px;
}
.mini img{
    display:blocK;
    width: inherit;
    border-radius 10px;
    height: inherit;
    
 
    
    object-fit: cover;
    object-position: 50% 0%;
   
}
.miniaturas li p{
        width: 180px;
    padding: 7px;
    font-size: 13px;
    font-family: Roboto,ui-serif;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}
.miniaturas li p span{
    color: purple;
    font-size: 0.7rem;
    text-transform: capitalize;
    font-weight: 400;
    font-family: Roboto,ui-sans-serif;
    text-transform: ;
    line-height: 1.3;
}
.letras{
    font-family: Arial, Helvetica;
   padding: 7px;
   text-align: justify;
    font-weight:100;
   display: block;
   font-size: 12px;
}
.sociales {
   
    display: block;
   height:600px;
    overflow: hidden;
   /* Para ocultar el desbordamiento y permitir el scroll */
}
.acordeon_s{
    width: 90%;
    height: 580px;
    margin:auto;
    list-style: none;
    display: flex;
    overflow: hidden;
    flex-direction:column;
    
    transition: transform 3.5s ease;/* Agregamos una transición para suavizar el efecto */
}

.acordeon_s li{
    width: 100%;
    
    display: flex;
    flex:1 auto ;
    align-items: center;
    margin: 1px;
   
}
.img_social{
    width: 140px;
    height:90%;
}.img_social img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: 50% 0%;
}

.contenido_social{
    height: 90%;
    display: flex;
    flex-direction: column;
    margin: 2px;
  
    align-items: center;
    justify-content: space-evenly;
    padding: 3px;
}
.contenido_social a{
    text-decoration: none;
    width: 90%;
    margin: auto;
}
.contenido_social h3{
    
    flex:1;
   
    font-size: 13px;
    font-family: "Gelasio", serif;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    text-align:justify;
    padding: 5px;
}
.contenido_social span{
    display: block;
    flex-direction: row;
    color:red;
    font-size: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
    font-family: Arial,helvetica;
    font-weight: 700;
}
.face{
    border: none;
    overflow: hidden;
    width: 90%;
    display: flex;
    margin: auto;
}
.preload{
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #021d34;
    display: flex;
    z-index: 10;
    position: fixed;
    align-items: center;
    justify-content: center;
    perspective: 800px; 
    transition: opacity 1s ease-in-out; /* Transición de la opacidad */
}
.neon-container {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.neon-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-radius: 50%;
    animation: neonMove 2s linear infinite;
}

@keyframes neonMove {
    0% {
        border-image: linear-gradient(45deg, #00f, #0ff, #f0f, #ff0, #00f);
        border-image-slice: 1;
        transform: rotate(0deg);
    }
    100% {
        border-image: linear-gradient(45deg, #00f, #0ff, #f0f, #ff0, #00f);
        border-image-slice: 1;
        transform: rotate(360deg);
    }
}