h1 {
    line-height: 1 !important;
    color: var(--bs-quaternary);
}

.news {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url('../img/noticias/collage.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.wrapper {
    text-align: center;
}

.polaroid {
    background: #fff;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);

}

.polaroid>img {
    max-width: 32vw;
    height: auto;
}

@media screen and (max-width: 768px) {

    .polaroid>img {
        max-width: 90vw;
    }

}


.polaroid-item {
    width: 30%;
    display: inline-block;
    margin-top: 2rem;
    margin-right: 6rem;
    filter: grayscale(100%);
}

.polaroid-item .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.35s;
}

.polaroid-item:nth-of-type(3n+1) {
    transform: scale(0.8, 0.8) rotate(5deg);
    transition: all 0.35s;
}

.polaroid-item:nth-of-type(3n+1) .polaroid:before {
    transform: rotate(6deg);
    height: 20%;
    width: 47%;
}

.polaroid-item:nth-of-type(3n+2) {
    transform: scale(0.8, 0.8) rotate(-5deg);
    transition: all 0.35s;
}

.polaroid-item:nth-of-type(3n+2) .polaroid:before {
    transform: rotate(-6deg);
    height: 20%;
    width: 47%;
}

.polaroid-item:hover {
    filter: none;
    transform: scale(1, 1) rotate(0deg) !important;
    transition: all 0.35s;
}

.polaroid-item:hover .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transform: rotate(0deg);
    height: 90%;
    width: 90%;
    bottom: 0%;
    right: 5%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    transition: all 0.35s;
}


/*Carousel*/

.carousel .owl-stage {
    display: flex;
    display: -webkit-flex;
}

.carousel .item {
    margin: 0 15px 60px;
    width: 28rem;
    height: 25rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.carousel .item.active {
    width: 35rem;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.item.active:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

@media screen and (max-width: 768px) {
    .carousel .item {
        width: 14rem;
        height: 20rem;
    }

    .carousel .item.active {
        width: 16rem;
        box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    }


}

.carousel .item-desc {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translateY(calc(100% - 54px));
    transform: translateY(calc(100% - 54px));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.carousel .item.active .item-desc {
    -webkit-transform: none;
    transform: none;
    width: 100%;
}

.carousel .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.carousel .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.item-3d {
    background-image: url('../img/noticias/3d.jpg');
}

.item-alcaldia {
    background-image: url('../img/noticias/funza.jpeg');
}

.item-monchys {
    background-image: url('../img/noticias/monchys.jpg');
}

.item-santoto {
    background-image: url('../img/noticias/santoto.jpg');
}

.item-enel {
    background-image: url('../img/noticias/enel.jpg');
}

.owl-prev,
.owl-next {
    border-radius: 9999px;
    border: 2px solid #000;
    background-color: #fff;
}

.swiper-button-next{
    color: var(--bs-quaternary) !important;
  }
  
  .open {
    background-color: var(--bs-quaternary) !important; 
  }
  
  .open:before {
    background-color:  var(--bs-quaternary) !important; 
  }
  
  .open:after {
    background-color:  var(--bs-quaternary) !important; 
  }
  
  .menu ul li a {
    color:  #24014a !important; 
  }
  
  .menu ul li a:hover {
    color: #24014a ;
  }
  
  .menu ul li:hover {
    background-color: rgba(244, 152, 210, 0.581) !important; 
  }
  
  #menuToggle:checked ~ .menuOpen .open:before {
    background-color:  var(--bs-quaternary) !important; 
  }
  
  #menuToggle:checked ~ .menuOpen .open:after {
    background-color:  var(--bs-quaternary) !important; 
  }
  
  
  .social {
    color: var(--bs-quaternary);
    font-size: 1.5rem;
    margin: 0 10px;
  }
  
  .footer{
    padding: 20px 0;
    background-color: var(--bs-quaternary);
    color: #fff;
  }
  
  .info a{
    color: #fff;
  }
  