/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Wrapper general */
/* Contenedor principal del switcher */
.gt_switcher {
    background: transparent !important;
    border: none !important;
    color: #fff;
    font-family: inherit;

}

.gt_option {
    position: absolute !important;
}

.open {
    border: none !important;
}

/* Idioma seleccionado */
.gt_switcher .gt_selected {
    background: transparent !important;
    border: none !important;
    color: #fff !important;

}

/* Texto del idioma activo */
.gt_switcher .gt_selected a {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none !important;
}

/* Flecha / botón */
.gt_switcher .gt_selected a::after {
    color: #fff;
    background-image: none !important;
}

/* Dropdown */
.gt_switcher .gt_option {
    background: rgba(0, 0, 0, 0.5) !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Items del dropdown */
.gt_switcher .gt_option a {
    color: #fff !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
}

/* Hover */
.gt_switcher .gt_option a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Idioma activo */
.gt_switcher .gt_option a.gt_current {
    background: rgba(255, 255, 255, 0.15) !important;
    font-weight: 600;
}

/* Quitar bordes raros */
.gt_switcher img {
    border: none;
}

/* Google branding (opcional: ocultar) */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

/* Evitar salto de línea */
.gt_switcher,
.gt_switcher * {
    white-space: nowrap;
}

/* Evitar hover blanco en cualquier estado */
.gt_switcher a:hover,
.gt_switcher .gt_selected a:hover,
.gt_switcher .gt_option a:hover {
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}
#basic-contact-form
{
    padding-bottom: 20px;
}
#basic-contact-form form {
    text-align: initial;
}

#basic-contact-form form textarea
{
    height: 150px;
}

/* Contenedor general del acceptance */
#basic-contact-form .privacy
{
    margin-top: 20px;
    justify-content: flex-start;
}
#basic-contact-form .privacy>p {
    display: flex;
    align-items: flex-start;
    /* 🔝 alineación superior */
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
}

#basic-contact-form .wpcf7-list-item {
    margin:  unset;
}

/* Texto de la política */

#basic-contact-form .privacy-text {
    margin-top: -23px;
    margin-bottom: 23px;
}

#basic-contact-form .submit-form {
    display: flex;
    justify-content: flex-start;
}
