/*
Theme Name: Astra Child
Template: astra
Author: Francisco Fuentes
Description: Tema hijo de Astra
Version: 1.0
*/



/* AQUI COMIENZAN LOS ESTILOS PERSONALIZADOS */

/* STYLES GLOBALES */
/* Cambio cursor en elementos pop-up */
    .raices-popup:hover {
        cursor: pointer;
    }

/*Estilo de Estrellas de Reviews */

/*Site Reviews Config*/
    .glsr-summary-stars {
        font-size: 0.8rem
    }
    
/* Estilos Chips de Tematicas */
.tematicas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  justify-content: center;
}

.chip {
  background: #f2f4f7;
  color: #808080;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.65rem;
  white-space: nowrap;
  cursor: default;
  transition: background 0.2s ease;
}

.chip:hover {
  background: #e0e3e7;
}

/* Transicion de Menu Off-Canva */
.elementor-widget-off-canvas {
    --e-off-canvas-animation-duration: 250ms;
}

/*===================*/

/* ========== PAGINA: INICIO ========== */
/* Seccion de comentarios */
.page-id-688 .glsr-review {
    line-height: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    color: #6e6e6e;
    padding: 1rem 1rem 1rem 1rem;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #cacaca;
}
.page-id-688 .glsr-review-date {
    font-size: 11px;
    margin-left: -0.2rem;
    line-height: 0.7rem;
    color: #9a9898;
    order: 4;
    align-self: flex-end;
}
.page-id-688 .glsr-review-content {
    order: 2;
    line-height: 1.3rem;
}
.page-id-688 .glsr-review-rating {
    order: 1;
}
.page-id-688 .glsr-review-author {
    order: 3;
    color: #9a9898;
    align-self: flex-end;
    font-size: 12px;
    line-height: 0.7rem;
}

/* ========== PAGINA: SERVICIOS ========== */


/* ========== PAGINA: PERFILES ========== */
/*Estilo Site Reviews perfil completo*/
    /*Reviews individuales*/
    .single-profesionales .glsr-summary-text {
            color: #FDFAF1;
    }
   .single-profesionales .glsr-review {
        line-height: 0.8rem;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        color: #6e6e6e;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #70A3097a;
        padding: 1rem 1rem 1rem 1rem;
    }
   .single-profesionales .glsr-review-date {
        font-size: 11px;
        line-height: 0rem;
        margin-top: 0.5%;
        color: #9a9898;
        order: 3;
        align-self: flex-start;
    }
   .single-profesionales .glsr-review-content {
        order: 4;
        line-height: 1.3rem;
        padding-top: 1%;
        margin-bottom: 2%;
    }
    .single-profesionales .glsr-review-rating {
        order: 2;
        align-self: flex-end;
        margin-top: -5%;
    }
    .single-profesionales .glsr-review-author {
        order: 1;
        color: #263F1E;
        align-self: flex-start;
        font-size: 1rem;
        line-height: 0.7rem;
        font-weight: bold;
    }
    .glsr-button {
        border-radius: 10px 10px 10px 10px;
    }
/*======================/*

/* ================================ */
