/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 12/02/2023, 03:08:22 AM
    Author     : alexf
*/
.container_review{
    position: relative;
    margin: auto;
    color: #444a51;
}
.container_review table {
    color: inherit;
    font-size: inherit;
    border: 0;
    box-sizing: border-box;
}
.container_review tr {
    background-color: transparent;
}
.container_review td {
    border: 0;
}
.bloque_review{
    position: relative;
    margin: 10px 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 1px, rgba(0, 0, 0, 0.14) 0px 1px 1px, rgba(0, 0, 0, 0.2) 0px 1px 3px;
    border-radius: 0.25rem;
}
.rev_title{
    font-weight: bold;
}
.rev_enc{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.rev_encpoints{
    position: relative;
    margin: 10px 0;
    background-color: #fff;
    padding: 20px 15px 20px 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 1px, rgba(0, 0, 0, 0.14) 0px 1px 1px, rgba(0, 0, 0, 0.2) 0px 1px 3px;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.title_revenc{
    font-weight: bold;
}
.rev_puntosgeneral .title_revenc{
    font-size: 1.3em;
}
.rev_puntosotherscontainer .title_revenc{
    font-weight: normal;
}
.pointenctotal{
    font-size: 36px;
}
.separadorpo{

}
.separadortotalpointsenc{
    position: relative;
    display: block;
    opacity: 0.6;
    font-size: 13px;
}
.rev_puntosothers{
    position: relative;
    height: 24px;
}
.rev_resenias{

}
.rev_field_nombre{

}
.rev_field_calificaciongeneral{

}
.rev_field_titulo{

}
.rev_field_pros{

}
.rev_field_pros .rev_title{
    color: green;
}
.rev_field_contras{

}
.rev_field_contras .rev_title{
    color: red;
}
.rev_field_descripcion_general{

}
.rev_puntosgeneral{
    text-align: center;
    min-width: 35%;
}
.rev_puntosgeneral img{
    max-height: 47px;
}
.rev_punt_title{

}
.rev_punt_number{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    top: 6px;
}
.rev_punt_number .icon-star {
    max-height: 16px;
}
.containStarsPost .icon-star{
    max-height: 15px;
}

.rev_puntosotherscontainer{

}
.title_revenc_bar{
    position: relative;
    width: 150px;
    background-color: #d9d7d7;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.title_revenc_bar_color{
    background-color: #009c9c;
    width: 0%;
    height: 100%;
}
.title_revenc_status_1{
    width: 20%;
}
.title_revenc_status_2{
    width: 40%;
}
.title_revenc_status_3{
    width: 60%;
}
.title_revenc_status_4{
    width: 80%;
}
.title_revenc_status_5{
    width: 100%;
}
.numbercalifiothers{

}
.cincoslash{
    opacity: 0.7;
    font-size: 11px;
}
.re-svn-icon{
    fill: currentcolor;
    height: 1rem;
    overflow: visible;
    width: 1rem;
}
.rev-text-success{

}

.rev_review_perfil{
    width: 35%;
    position: relative;
    padding: 10px 16px 10px 10px;
    box-sizing: border-box;
}
.rev_review_center{
    width: 60%;
    position: relative;
    padding: 23px 16px 10px 10px;
    box-sizing: border-box;
}
.rev_review_center .bloquenormal{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.bloqueestrella .rev_title{
    font-weight: lighter;
}
.rev_field_calificaciongeneral .rev_title{
    font-size: 1.3em;
    font-weight: bold;
}
.bloqueestrella{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.containStarsPost{
    position: relative;
    min-width: 100px;
    margin-left: 10px;
}
.rev_field{
    position: relative;
    margin: 13px 0;
}
.icon-star{
    color: #ffad21;
}
.fotoreview{
    position: relative;
    background-color: #d8dada;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    margin: 0px 8px 4px 0px;
    overflow: hidden;
}
.fotoreview .icon-profile{
    height: 25px;
    width: 25px;
    color: #757575;
}
.rev_field_nombre{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.fecha_review{
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .rev_encpoints, .rev_enc{
        display: block;
    }
    .rev_review_perfil, .rev_review_center{
        min-width: initial;
        width: 100%;
    }
}