/*
Theme Name: astra Child
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/ 
.carro img {
    max-height: 80px;
    object-fit: contain;
    max-width: 100%;
    width: 180px!important;
}
.carousel-slider .owl-stage {
    display: flex;
    align-items: center;
}
.swiper-wrapper {
    align-items: center;
}
.ast-single-entry-banner[data-post-type="post"][data-banner-background-type="featured"] {
    background-attachment: fixed!important;
}
.grid-home {
    display: flex;
    flex-wrap: wrap;
    padding: 0!important;
}
.grid-home li {
    flex-basis: 30% ;
    padding: 10px;
}
.main-header-menu > .menu-item > .menu-link, 
#astra-footer-menu > .menu-item > .menu-link {
    border-radius: 6px;
    margin-right: 8px;

}
.listado {
    display: flex;
    flex-wrap: wrap;
}
.listado .peli {
    flex-basis: 32%;
    margin: 0 1% 20px 0;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 8px #ccc;
}
.listado .peli h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.listado .peli a.vermore {
    display: block;
    background-color: #cf2e2e;
    text-align: center;
    margin: 8px 0;
    text-align: center;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    
}
.logos .carousel-slider .carousel-slider__item img {
    max-width: 130px;
    max-height: 70px;
    object-fit: contain;
}
.more_videos {
    background: #cf2e2e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    margin: 20px auto;
    display: table;
}
@media (max-width: 921px) {
 


}
@media (max-width: 767px) {
    .listado .peli {
        flex-basis: 50%;        
    }
  
}
@media (max-width: 487px) {
    .listado .peli {
        flex-basis: 100%;        
    }
  
}