/*
 Theme Name:   Kadence Child
 Theme URI:    https://www.antonioesquinas.com
 Description:  Tema hijo para el tema Kadence
 Author:       Antonio Esquinas
 Author URI:   https://www.antonioesquinas.com
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/

/* --- ESTILOS GENERALES DEL TEMA HIJO --- */

/* Utilidad para igualar la altura de las columnas */
.igualar-altura {
  display: flex;
  align-items: stretch;
}

.igualar-altura > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Estilos para el pie de página */
.site-footer-section h6,
.site-footer-section a {
	color: white !important;
}

/* Estilos para el formulario de comentarios de WordPress */
.comment-form p.comment-form-float-label label {
	color: #a0a0a0 !important;
}

/*Formulario*/
.mensaje-formulario{
	padding: 25px;
	color: white;
	background-color: #666666;
}

.parrafo-formulario{
	font-size: 16px;
}

.barra-hitos-wrapper {
    display: flex;
    width: 100%;
    background-color: #f0f0f0; /* La barra de fondo */
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1em;
}
.paso-hito {
    flex: 1; /* Hace que cada paso ocupe el mismo espacio */
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    border-right: 1px solid #fff; /* Línea divisoria */
}
.paso-hito:last-child {
    border-right: none;
}
.paso-hito.paso-completado {
    background-color: #E6AC00; /* Color para los pasos completados */
    color: #333;
}
.paso-hito.paso-activo {
    background-color: #FFBF00; /* CAMBIA ESTE A TU COLOR DE MARCA */
    color: #fff;
    font-weight: 700;
}
.mensaje-animo {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 10px;
    margin-bottom: 1em;
    display: block;
    width: 100%;
}

/*Migas de Pan*/
.home .kadence-breadcrumbs {
    display: none;
}

.ocultar-en-web {
    display: none;
}
