/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2026 | 00:18:40 */
:root{
	--font-heading: 'Metropolis Extra', sans-serif;
	--pd-border-gray: #ced1d6;
	--pd-color-primary: #fff1ee;
	--pd-color-secondary: #eaf0ff;
	--pd-color-3: #ffe1ec;
	--pd-color-green: #f6ffff;
	--pd-color-green-dark: #49d0cc;
	
}

.pd-gap-0 {
    gap: 0px;
}
.pd-gap-1 {
    gap: 20px;
}
.pd-gap-2 {
    gap: 40px;
}
.pd-gap-3 {
    gap: 60px;
}
.middle-flex,
.aling-center,
.align-center{
	align-items: center !important;
}
ul.list_none{
	list-style: none !important;
}
.container_pd{
	line-height: 1.4;
}
.pd-bg-primary{
	background-color: var(--pd-color-primary) !important;
}
.pd-bg-secondary{
	background-color: var(--pd-color-secondary) !important;
}
.pd-bg-3{
	background-color: var(--pd-color-3) !important;
}
.text_left{
	text-align: left;
}
.container_pd .has-medium-font-size {
    font-size: 18px;
}
body .faq-title {
    padding: 20px;
    margin: 0;
    background: #eb0253;
    border-bottom: 1px solid #e2e8f0;
    font-size: 1.3rem;
    color: #ffffff;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}
.btn_llamanos a.ub-button-block-main {
    font-size: 24px !important;
    padding: .6em .8em !important;
}
.list_custom_style ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
	justify-content: center;
}
.list_custom_style ul li {
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    width: calc(clamp(200px, 23%, 307px) - 15px);
    text-align: center;
    border: 1px solid #ffa865;
    border-radius: 15px;
    background: #fff5f3;
}
.list_custom_style ul li strong {
    display: block;
    font-size: 1.1em;
}
.list_custom_style ul li  .kt-svg-icon-list-single {
    font-size: 28px !important;
    margin-bottom: 10px;
    color: #32c163 !important;
}
/* clientes */
.clientes-grid {
            display: flex;
            gap: 30px;
            align-items: center;
            justify-items: center;
            margin: 20px 0;
        }
        .cliente-item {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
        .cliente-item img {
			max-width: 100%;
			height: auto;
			filter: brightness(.5);
			opacity: 0.8;
			transition: all 0.4s ease-in-out;
			object-fit: contain;
		}
        .cliente-item img:hover {
            filter: brightness(1);
            opacity: 1;
            transform: scale(1.05);
        }
/* Contenedor principal limitado a 1080px */
.google-reviews-wrapper {
    max-width: 1080px;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Configuración del Grid */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
    gap: 25px; /* Espacio entre tarjetas */
}

/* Estilo de la Tarjeta */
.review-card-modern {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1); /* Sombra suave moderna */
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.review-card-modern:hover {
    transform: translateY(-5px); /* Efecto al pasar el ratón */
}

/* Header de la tarjeta */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 14px;
}

.review-date {
    display: block;
    font-size: 12px;
    color: #999;
}

.rating-stars {
    color: #ffb400; /* Color dorado de Google */
    font-size: 14px;
}
/* Caja resumen (La sexta) */
.review-card-summary {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    border: 2px solid #ffa865;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.google-logo-bg {
    width: 30px;
    margin-bottom: 15px;
}

.summary-title {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.big-rating {
    font-size: 48px;
    font-weight: 900;
    color: #1d1d1f;
    line-height: 1;
    margin-bottom: 5px;
}

.summary-stars {
    color: #fbbc05;
    font-size: 20px;
    margin-bottom: 15px;
}
.summary-stars {
    color: #fbbc05; /* El amarillo oficial de Google */
    font-size: 24px;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.star-icon {
    position: relative;
    display: inline-block;
}

/* Estrella Llena */
.star-icon.full {
    color: #fbbc05;
}

/* Estrella Vacía */
.star-icon.empty {
    color: #ddd; /* Gris claro para las vacías */
}

/* LA CLAVE: Estrella Media */
.star-icon.half {
    color: #ddd; /* Fondo gris */
    position: relative;
}

.star-icon.half::after {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%; /* Pintamos solo la mitad */
    overflow: hidden;
    color: #fbbc05; /* La mitad rellena en amarillo */
}

.summary-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/* Botón CTA moderno */
.btn-google-cta {
    background-color: var(--nv-secondary-accent);
    color: #fff !important;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid;
    border-width: 0;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 20px;
}

.btn-google-cta:hover {
    box-shadow: 0 6px 15px rgba(66, 133, 244, 0.4);
}

/* Contenido del texto */
.card-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    font-style: italic;
}

/* Footer con logo */
.card-footer {
    margin-top: auto;
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.read-more-btn {
    background: none;
    border: none;
    color: #4285F4; /* Azul Google */
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin-left: 5px;
}

.google-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #777;
    transition: color 0.2s;
}

.google-link:hover {
    color: #4285F4;
}

.review-text-container {
    min-height: 80px; /* Mantiene las tarjetas alineadas */
}
/* CARDS STYLE */
.pd-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.pd-card {
    padding: 30px !important;
    border: 1px solid #ced1d6;
    border-radius: 20px;
    margin-bottom: 20px !important;
    background: var(--pd-color-secondary);
}
.pd-card p:last-child{
	margin-bottom: 0;
}
.container__barrios .wp-block-column:not(.blank_style) {
    background: var(--pd-color-secondary);
    padding: 15px 20px !important;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 #eaf0ff;
    color: #000000 !important;
    height: 100% !important;
    min-height: 215px;
}
.card_item{
	background: var(--pd-color-secondary);
    padding: 15px 20px !important;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 #eaf0ff;
    color: #000000 !important;
    height: 100% !important;
    min-height: 215px;
}
.card_item:not(:last-child){
	margin-bottom: 60px;
}
.cards_services {
    gap: 40px;
    margin-bottom: 40px;
}
.cards_services .wp-block-column {
    padding: 30px 30px !important;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #9d9d9d;
    align-self: stretch !important;
    height: auto !important;
}
.cards_services .wp-block-column h3.wp-block-heading {
    margin-bottom: 10px;
    font-size: 20px;
}
.horizontal_card {
    padding: 30px 30px;
    box-shadow: 0 0 10px 0 #0000002b;
    border-radius: 15px;
    margin-bottom: 30px;
    gap: 30px;
}
.horizontal_card img {
    width: 100% !important;
    height: auto !important;
}
/* LIST STYLE */
.mi_counter_init{
	counter-reset: mi-contador;
}
ul.list_conector_line {
    list-style: none !important;
    padding: 0 !important;
    position: relative;
}
.list_conector_line li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
    counter-increment: mi-contador;
}
.list_conector_line li:before {
    content: counter(mi-contador);
    width: 1.8em;
    height: 1.8em;
    background: #ec6c32;
    position: absolute;
    left: 0;
    border-radius: 50px;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_conector_line li:not(:last-child):after {
    content: '';
    border: 1px dashed #ec6c32;
    opacity: .5;
    left: 15px;
    position: absolute;
    height: 100%;
    transform: translateX(-50%);
    top: 25px;
}

.container_pd figure.wp-block-table {
    margin: 0;
}

.container_pd figure.wp-block-table a{
	font-weight: bold;
}
.container_pd .wp-block-image img {
    margin-bottom: 0px !important;
}
@media (min-width: 960px) {
	body.single-post #content.neve-main>.container>.row>.col {
        max-width: 70%;
    }
    .container {
        max-width: 1080px;
    }
	.review-card-summary:nth-child(4) {
		grid-column: 1 / 4;
		border: none;
	}
	.review-card-summary:nth-child(4) .summary-content {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		gap: 20px;
	}
	.container_pd .wp-block-column.wp-block-column-is-layout-flow {
		padding-left: 0;
	}
}
@media (max-width: 1024px) {
	.clientes-grid {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.cliente-item {
		max-width: calc(33% - 10px);
	}
}
/* Ajustes para Tablets y Móviles */

@media (max-width: 992px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablets */
    }
}
/* No tocamos el escritorio, solo añadimos esta regla para móviles */
@media (max-width: 767px) {
    /* 1. Convertimos el contenedor en un slider horizontal */
    .reviews-grid {
        display: flex !important; /* Sobrescribimos el grid solo en móvil */
        overflow-x: auto;         /* Permitimos scroll horizontal */
        scroll-snap-type: x mandatory; /* El scroll "se pega" a las tarjetas */
        gap: 15px;                 /* Espacio entre las tarjetas */
        padding-bottom: 20px;      /* Espacio para que la sombra no se corte */
        padding-right: 50px;       /* EL TRUCO: Deja ver un trozo de la siguiente tarjeta */
        -webkit-overflow-scrolling: touch; /* Suavidad en iPhone */
    }

    /* 2. Ajustamos las tarjetas para que no se encojan y se alineen */
    .review-card-modern, 
	.review-card-summary {
        flex: 0 0 96% !important;
        min-width: 96%;           /* Aseguramos el tamaño */
        scroll-snap-align: center; /* La tarjeta se centra al soltar el dedo */
        margin-bottom: 0 !important; /* Quitamos márgenes verticales del grid */
    }

    /* 3. Ocultamos la barra de scroll para un acabado más limpio (opcional) */
    .reviews-grid::-webkit-scrollbar {
        display: none;
    }
    .reviews-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
	body .container__barrios .wp-block-columns .wp-block-column {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }
	.pd-gap-2{
		gap: 20px;
	}
	.mb-0{
		margin-bottom: 0 !important;
	}
	.mb-2 {
		margin-bottom: 20px;
	}
	.horizontal_card img {
		max-width: 150px;
	}
	.hero_bg_top .alignwide {
		width: 100%;
		max-width: 96%;
		margin-left: 0;
	}
	.col_content_hero {
		text-align: center;
	}
	.btn_llamanos {
		justify-content: center !important;
	}
	.site-footer .container {
		padding-bottom: 100px;
	}
	.google-reviews-wrapper {
		margin-bottom: 0;
	}
	.list_custom_style li.wp-block-kadence-listitem {
		max-width: 45%;
	}
	.container_pd.alignfull {
		padding: 30px 30px !important;
	}
	.container_pd .wp-block-column.is-vertically-aligned-top.is-layout-flow.wp-block-column-is-layout-flow {
		padding-left: 0px;
		margin-right: 0px !important;
	}
	.container_pd .wp-block-group__inner-container > .wp-block-spacer {
		max-height: 30px;
		display: block;
	}
	.container_pd p:last-child {
		margin-bottom: 0;
	}
	.container_pd .has-text-align-right {
		text-align: center;
	}
	.container_pd .wp-block-image img {
		margin-bottom: 0 !important;
	}
	ul.list_conector_line li:last-child {
		padding-bottom: 0;
	}
	.container_pd .wp-block-column ul.wp-block-list:last-child {
		margin-bottom: 0;
	}
	.card_item:not(:last-child) {
		margin-bottom: 20px;
	}
	.footer--row .hfg-slot {
		width: 100%;
	}
	.hfg_footer .container {
		padding: 20px 30px;
	}
}
@media (max-width: 600px) {
    .reviews-grid {
        grid-template-columns: 1fr; /* 1 columna en móviles */
    }
}
@media (max-width: 48px) {
    html .container_pd .wp-block-spacer {
		display: block;
	}
}

