/**
 * Theme Name:      Hello Elementor Child
 * Author:          Elementor Team
 * Template:        hello-elementor
 * Text Domain:     hello-elementor-child
 * Description:     Hello Elementor is a lightweight and minimalist WordPress theme...
 */

body {
    overflow-x: hidden;
}
.elementor-menu-cart__main {
    width: 430px !important;
}
.elementor-message {
    color: #fff !important;
}
#accessibility_settings_toggle {
    margin-bottom: 30px;
}
.cky-btn:last-child {
    margin-top: 10px !important;
}
li#menu-item-3023 {
    margin-right: 15px;
}
.menu-item.always-highlight > a {
    color: #fff !important;
    background-color: #52a27e !important;
    border-radius: 10px !important;
    font-weight: bold;
}
@media (max-width: 767px) {
    .menu-item.always-highlight > a {
        background-color: #52a27e !important;
    }
}
h1, h2, h3, h4, h5, h6, div {
    font-family: inherit !important;
}
.myrow p {
    display: flex;
    gap: 10px;
}

/* --- CAMBIO: Color de label para legibilidad --- */
span.wpcf7-list-item-label {
    color: #000000; 
}
.cf-design label {
    font-size: 17px;
    color: #000000; /* Antes era #fff, cambiado para fondo claro */
    font-weight: 600;
    padding-bottom: 5px;
}

input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select {
    background-color: #FFFFFF;
    border: 1px solid #ccc; /* Añadido borde sutil */
    border-radius: 5px !important;
    padding: 10px !important;
    margin-top: 15px;
}

span.wpcf7-list-item.first {
    margin-left: 0;
}
.font-normal {
    font-weight: normal;
}
.font-normal label {
    padding: 0;
    font-weight: normal;
    color: #444 !important; /* Texto de privacidad en gris oscuro */
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border: none;
    background: #049EC4 !important;
    color: #fff !important;
}
.cf-design input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000 !important;
}

/* --- OPTIMIZACIÓN DESIGN 2 (El formulario específico) --- */
.cf-design.design2 input.wpcf7-form-control.wpcf7-text {
    background: rgba(255,255,255,0.5) !important; /* Fondo semi-transparente para ver el diseño */
    color: #05434A !important; /* Texto oscuro */
    border: 1px solid #05434A33 !important;
}
.cf-design.design2 input::placeholder {
    color: #05434A88 !important; /* Placeholder en azul suave */
}
.cf-design.design2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #049EC4 !important; /* Mantenemos el azul cyan de marca */
    color: #fff !important;
    border-radius: 50px !important;
}
.cf-design.design2 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000 !important;
    color: #fff !important;
}

/* --- RESTO DE DISEÑOS (Se mantienen igual) --- */
.cf-design.design3 input.wpcf7-form-control.wpcf7-text,
.cf-design.design3 select.wpcf7-form-control.wpcf7-select {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 10px !important;
    padding: 7px 15px !important;
    margin-top: 0px;
}
.cf-design.design3 .myrow p {
    display: flex;
    gap: 5px;
}
.cf-design.design3 .font-normal * {
    color: #52A27E !important;
    font-size: 15px;
}
.cf-design.design3 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #52A27E !important;
}
.cf-design.design3 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000 !important;
}
.cf-design.design3 .font-normal a {
    color: #05434A !important;
}

/* --- AJUSTES FINALES DE FORMULARIO --- */
select.wpcf7-form-control.wpcf7-select {
    color: #000 !important;
}
.font-normal span.wpcf7-form-control-wrap {
    display: inline;
}
label {
    display: inline;
}
span.wpcf7-form-control.wpcf7-radio {
    margin-top: 8px;
    display: inline-block;
}

/* --- PAGINACIÓN Y COMENTARIOS --- */
a.page-numbers, span.page-numbers.current {
    border: 1px solid;
    display: inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    padding: 4px;
}
h2#reply-title {
    color: #049EC4;
}
textarea#comment {
    margin-top: 10px;
    border-radius: 4px;
    border: none;
    padding: 10px;
    max-height: 120px;
}
p.comment-form-url {
    display: none;
}
input#author, input#email {
    margin-top: 10px;
    border-radius: 4px;
    border: none;
    padding: 10px;
}
input#submit {
    width: 100%;
    background: #049EC4;
    border: none;
    color: #fff;
    font-family: inherit;
}
input#submit:hover {
    background: #000;
}