

@media screen and (min-width:670px) {
    .zonas-select{
        width: 250px;   
    }
    
    .mostrar-select{
        width: 250px;   
    }
}

@media (min-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr 1fr ;        
    }
    .puntaje-container{
        flex: 3;
    }

    .card-reverse{
        display:grid;        
    }

    .voces-post-container{        
        border-right: #cbcbcb 1px solid;    
    }

    .voces-main-card{
        flex-direction: row;
    }

    .voces-bajada{ 
        max-width: 260px;
    }
    .voces-main-card .card-content h3{
        text-align: left;
    }
}

@media (min-width: 992px) {
    .eventos-grid{
        padding: 0px 4%;
        display: grid;
        grid-template-columns: 1fr 1fr;   
        column-gap: 10px;
        row-gap: 40px;
        margin-bottom: 52px;
    }

    .calendario-popup-texto .botones{        
        margin-bottom: 0px;
    }


    .rating > label:before { 
        margin: 5px 0px 5px 2px;
        font-size: 14px;        
    }
    
    .avatar{    
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
}


@media (min-width: 992px) {
    .zonas-select{
        width: 122px;   
    }
    
    .mostrar-select{
        width: 122px;
    }

    .custom-select {
        width:122px;
    }
}
