/*
 * Ajustes personalizados del child theme
 * Añade aquí tus reglas CSS.
 */

 .grecaptcha-badge { right:-9999px!important; }

#CookiebotWidget { display: none !important; }

.tax-tipo-de-mueble article.post{
    padding-top:2rem;
    padding-bottom:2rem;
}

.tax-tipo-de-mueble .elementor-button-link{
    text-decoration: none;
}

.tax-tipo-de-mueble #formulario_cita{
    margin-top: 109px;
    background-color: #F6F6F6;
    overlay-opacity: 0.5;
    padding-left: 1rem;
    padding-right: 1rem;
}

.tax-tipo-de-mueble #formulario_cita h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    padding-top: 74px;
}

.tax-tipo-de-mueble #formulario_cita p.text-info{
    
    padding-bottom: 1.5rem;
}

.cta-link-arrow {
	color: #c1440e;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.cta-link-arrow::after {
	content: " →";
	font-size: 1.6em; /* más grande */
	display: inline-block;
	vertical-align: middle; /* la centra respecto al texto */
	line-height: 0; /* evita que el tamaño mayor empuje la línea hacia abajo */
	transition: transform 0.2s ease;
    margin-bottom: 10px;
}

.cta-link-arrow:hover {
	text-decoration: underline;
}

.cta-link-arrow:hover::after {
	transform: translateX(3px);
}