/*
 Theme Name:   HELLO Gus Giorgi
 Description:  Child de Hello Elementor 
 Author:       TanRandom!
 Author URI:   http://tanrandom.com
 Template:     hello-elementor  
 Version:      1.0.1
 Text Domain:  hello-child
*/

/* Aquí empiezan tus estilos CSS personalizados */
a {
    text-decoration: none !important;
}

.byn .swiper-slide img {
    filter: grayscale(1);
    transition: filter .2s ease;
}

.byn .swiper-slide:hover img {
    filter: grayscale(0);
}

.elementor-element-5463e16 a {
    color: #000 !important;
}

.elementor-location-footer .elementor-widget-nav-menu .elementor-item {
    transition: color 0.4s ease, transform 0.4s ease;
}

.elementor-location-footer .elementor-widget-nav-menu .elementor-item:hover,
.elementor-location-footer .elementor-widget-nav-menu .elementor-item:focus {
    font-family: 'Crimson Pro', serif !important;
    font-style: italic !important;
    color: #EC662B !important;
    text-transform: lowercase !important;
    font-weight: bolder !important;
    transform: scale(0.99);
    /* efecto visual suave */
}

.header-header .elementor-nav-menu .elementor-item:hover,
.header-header .elementor-nav-menu .elementor-item:focus {
    font-family: 'Crimson Pro', serif !important;
    font-style: italic !important;
    color: #EC662B !important;
    text-transform: lowercase !important;
    font-weight: bolder !important;
    transform: scale(1.2);
    /* efecto visual suave */
}

/* Contenedor del formulario */
.substack-form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.substack-form input[type="email"] {
    flex: 1;
    padding: 10px 14px;
    font-size: 15px;
    border: 1px solid #F2E466;
    border-radius: 35px;
}

.substack-form input[type="submit"] {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: transparent;
    color: #F2E466;
    border: 1px solid #F2E466;
    border-radius: 31px;
    cursor: pointer;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(8px);
    transition: all 0.8s ease-out;
}

.reveal-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.mis-redes-sociales {
    display: none !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.mis-redes-sociales.activo {
    display: flex !important;
    opacity: 1 !important;
}

.icono-toggle {
    transition: transform 0.3s ease;
    transform-origin: center center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icono-toggle.rotado {
    transform: rotate(45deg) !important;
    margin-left: 5px !important;
}

/* Carrusel de hashtags */
.marquee-row {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 60s linear infinite;
}

.marquee-row.reverse .marquee-track {
    animation: scroll-right 60s linear infinite;
}

.hashtag {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 8px 16px;
    margin-right: 8px;
    border: 1px solid #222;
    white-space: nowrap;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.carrusel-soy-gus.libre-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 450px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.carrusel-soy-gus .carrusel-track {
    display: flex;
    height: 100%;
}

.carrusel-soy-gus .carrusel-item {
    flex: 0 0 auto;
    height: 100%;
    margin-right: 20px;
    scroll-snap-align: start;
    position: relative;
}

.carrusel-soy-gus .carrusel-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

.dots-line {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.dots-line .dot {
    display: block;
    width: 45px;
    height: 4px;
    background-color: #ccc;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.dots-line .dot.active {
    background-color: #EC662B;
}

.carrusel-soy-gus .carrusel-item {
    border-radius: 30px;
    overflow: hidden;
}

.carrusel-soy-gus .carrusel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carrusel-soy-gus {
    position: relative;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 10;
}

.invertir-color img {
    filter: invert(1) brightness(2) contrast(200%);
}

.clientes-gallery-gus {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 28px;
}

.clientes-gallery-gus .logo-item {
    height: 30px !important;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.clientes-gallery-gus .logo-item:hover {
    filter: none !important;
}

.page-id-985 footer.elementor-location-footer {
    background-color: #ffffff !important;
}

/*Form contacto*/
.wpcf7-form-control.wpcf7-text {
    color: #0d1b99 !important;
}

.wpcf7-form textarea {
    color: #0d1b99;
}

.wpcf7-form-control.wpcf7-text::placeholder {
    color: #ccc;
}

.wpcf7-form textarea::placeholder {
    color: #ccc;
    font-weight: 400;
}

/* mensaje de error */
.wpcf7-not-valid-tip {
    color: red !important;
    margin-top: -15px;
    margin-bottom: 15px;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 30px !important;
    border: 1px solid #46b450 !important;
    color: #46b450 !important;
}

.wpcf7-form-control:focus {
    outline-color: #0d1b99 !important;
}

.form-row-nombre-telefono {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.campo-nombre,
.campo-telefono {
    flex: 1 1 300px;
}

.form-row-email,
.form-row-mensaje,
.form-row-boton {
    margin-top: -35px;

}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: red;
    border-radius: 50px;
    border: 1px solid red;
}

.wpcf7-form-control {
    border-radius: 50px !important;
    height: 40px !important;
    background-color: white !important;
    border: 1px solid #ec662b !important;
}

textarea[name="your-message"] {
    border-radius: 24px !important;
    margin-left: 15px !important;
    width: 93% !important;
    height: 170px !important;
}

/*boton enviar*/
.wpcf7-submit {
    font-family: lato !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    background-color: #0d1b99 !important;
    background-image: none !important;
    border: 1px solid #0d1b99 !important;
    width: 100% !important;
}

form label {
    color: transparent !important;
    font-weight: 400;
}

.wpcf7-submit {
    background-color: #0d1b99 !important;
    background-image: none !important;
    border: 1px solid #0d1b99 !important;
    width: 100% !important;
}

.wpcf7-form {
    display: flex;
    gap: 0px !important;
    flex-direction: row;
    flex-wrap: wrap;
}

.wpcf7-form>.wpcf7-col-1,
.wpcf7-form>.wpcf7-col-2 {
    flex: 1 1 0;
}

.wpcf7-form>.wpcf7-submit-row {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: right;
}

.wpcf7-form ::placeholder {
    opacity: .6;
}

.wpcf7-form-control {
    margin-bottom: 15px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Respuestas del form */
.wpcf7-response-output {
    color: #000 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #19ff34;
    border-radius: 50px;
    border: 1px solid #19ff34 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-radius: 50px;
    border: 1px solid #ffb900 !important;

}

.boton-solicitud {
    padding-bottom: 20px !important;
    padding-top: 7px !important;
}

.header-header a:hover {
    font-weight: bolder !important;
    color: #ec662b !important;
}

.header-header a:active {
    font-weight: bolder !important;
    color: #ec662b !important;
}

.contacto-contacto a {
    display: none;
}

/* Aplica solo dentro de la página/plantilla que mostraste */
.elementor-1845 .elementor-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Asegura que cada li no muestre marcador en todos los navegadores */
.elementor-1845 .elementor-icon-list-item {
    list-style: none !important;
}

/* Elimina marcadores modernos y pseudo-elementos que Elementor pueda usar */
.elementor-1845 .elementor-icon-list-item::marker,
.elementor-1845 .elementor-icon-list-item::before,
.elementor-1845 .elementor-icon-list-item::after {
    content: none !important;
    display: none !important;
}

/* Mantener el layout del texto limpio */
.elementor-1845 .elementor-icon-list-text {
    display: inline-block;
    margin: -19px;
    padding: 0;
}

/* Full width */
.descarga-libro,
.descarga-libro p,
.descarga-libro label,
.descarga-libro input,
.descarga-libro .wpcf7-form-control {
    width: 100% !important;
}

/* Botón centrado y sin desplazamiento raro */
.descarga-libro .wpcf7-submit {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 0 !important;
    line-height: 1 !important;
    height: auto !important;
}

.descarga-libro p {
    margin-bottom: 0px !important;
}

.descarga-libro input {
    margin-bottom: -20px !important;
}

.descarga-libro .wpcf7-submit {
    margin-top: 20px !important;
}

/* Full width */
.descarga-recursos,
.descarga-recursos p,
.descarga-recursos label,
.descarga-recursos input,
.descarga-recursos .wpcf7-form-control {
    width: 100% !important;
}

/* Botón centrado y sin desplazamiento raro */
.descarga-recursos .wpcf7-submit {
    color: #fff !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 0 !important;
    line-height: 1 !important;
    height: auto !important;
}

.descarga-recursos p {
    margin-bottom: 0px !important;
}

.descarga-recursos input {
    margin-bottom: -20px !important;
    border: 1px solid blue !important
}

.descarga-recursos .wpcf7-submit {
    margin-top: 20px !important;
}

.paloma .tns-nav {
    display: flex;
    justify-content: left;
    align-items: center;
}

/* ──────────────── Desktop & Laptop ──────────────── */
@media (min-width: 1024px) and (max-width: 1279px) {}

/* iPad Pro 12.9 vertical */
@media (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {}

/* ──────────────── Tablets ──────────────── */
@media (min-width: 768px) and (max-width: 1023px) {}

/* iPad Pro portrait */
@media only screen and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait),
only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {}

/* iPad Air vertical */
@media only screen and (min-device-width: 820px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* ──────────────── Mobile ──────────────── */
@media (max-width: 991px) {}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {

    .clientes-gallery-gus {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        gap: 10px;
    }

    .clientes-gallery-gus .logo-item {
        height: 20px !important;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    .clientes-gallery-gus .logo-item:hover {
        filter: none !important;
    }

    .contacto-contacto a {
        display: block !important;
        text-align: center;
    }

}

.hero-hero-falkor {
    overflow: hidden;
}
