#elecciones {
    background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border-radius:2rem;
padding:1rem;
padding-bottom:2rem;

}
.titulo-partial-elecciones {
    font-size: 2rem;
    color:white;
    font-family: 'Permanent Marker';

}
.titulo-expo-rural {
    background-image: url('https://www.conclusion.com.ar/wp-content/uploads/2023/08/expo-agro-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%; /* Para que sea del ancho total del contenedor padre o del viewport */
    padding-bottom: 11.69%; /* Esta es la relación de aspecto de tu imagen (200/1074 * 100) */
    position: relative; /* Esto es necesario para posicionar el título dentro del div */
    border: 10px solid #005f6e;
    margin-bottom: 2rem;
}

.titulo-partial-expo-rural {
    color: #fcbe03;
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Esto centra el título en el medio del div */
    text-align: center; /* Asegura que el texto esté centrado */
    font-family:"Permanent Marker", cursive;
    width: 90%; /* Puede ajustar según necesidad */
    font-size: 40px; /* Puedes comenzar con este tamaño y luego ajustar con media queries */
}
.subtitulo-expo-cordoba {
    display: block;
    font-size: 30px;
    color: gray;
}

.titulo-elecciones {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom:1rem;
}

.corazon-animal-wrapper {
    border-top: 1rem solid #005f6f;
    border-top-left-radius: 4rem;
}
.conclusion-bsas-wrapper {
    border-top: 1rem solid #00adea;
    border-top-left-radius: 4rem;
}

.deportes-wrapper {
    border-top: 1rem solid #00e980;
    border-top-left-radius: 4rem;
}

.ecologia-wrapper {
    border-top: 1rem solid #9b3071; 
    border-top-left-radius: 4rem;
}
.espectaculos-wrapper {
    border-top: 1rem solid #ff40db; 
    border-top-left-radius: 4rem;
}

.espectaculos-gremiales {
    border-top: 1rem solid #30676e;
    
    border-top-left-radius: 4rem;
}

.internet-wrapper {
    border-top: 1rem solid #285b8d;
    
    border-top-left-radius: 4rem;
}

.medios-wrapper {
    border-top: 1rem solid #245c8d;
    
    border-top-left-radius: 4rem;
}

.panorama-mundial-wrapper {
    border-top: 1rem solid #005f6e;
    
    border-top-left-radius: 4rem;
}


.cultura-wrapper {
    border-top: 1rem solid #00daa8;
    border-top-left-radius: 4rem;

}

.opinion-wrapper {
    border-top: 1rem solid #4a00b0;
    border-top-left-radius: 4rem;

}

.religion-wrapper {
    border-top: 1rem solid #ebf800;
    border-top-left-radius: 4rem;

}
.qatar2022-wrapper {
    border-top: 1rem solid #390113;
    border-top-left-radius: 4rem;

}
.partial-border-img {
    box-shadow: 0rem 3rem 3rem -2rem #1c1c1c;
    border-radius: 50px;
    border-top-right-radius: 0px;
    margin-top: -1px;
}

.white-title {
    color:white !important;
}
.partial-margin-top {
    margin-top:5px;
}
@media only screen and (max-width: 991px) { .qatar2022-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}
@media only screen and (max-width: 991px) { .internet-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}
@media only screen and (max-width: 991px) { .corazon-animal-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}

}
@media only screen and (max-width: 991px) { .religion-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}

@media only screen and (max-width: 991px) { .ecologia-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}



}
@media only screen and (max-width: 991px) { .conclusion-bsas-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}

}

@media only screen and (max-width: 991px) { .panorama-mundial-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}

}

@media only screen and (max-width: 991px) { .cultura-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}

}

@media only screen and (max-width: 991px) { .deportes-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}
@media only screen and (max-width: 991px) { .ecologia-wrappe {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}

@media only screen and (max-width: 991px) { .espectaculos-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}

@media only screen and (max-width: 991px) { .espectaculos-gremiales {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}

@media only screen and (max-width: 991px) { .opinion-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}

@media only screen and (max-width: 991px) { .medios-wrapper {
    border-top: 0px;
    border-top-left-radius: 0px;
}
}

@media only screen and (max-width: 991px) { #galeriahumor  {
    height: auto;
}
}


.post-first {
    flex-basis: 60% !important;
    margin-right: auto;
    margin-left: auto;

}