/* 
Theme Name: Nebulan - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*** Global ***/
/* Tipogrfía */
@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/uploads/2025/07/Metropolis-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/uploads/2025/07/Metropolis-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/uploads/2025/07/Metropolis-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/uploads/2025/07/Metropolis-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('/wp-content/uploads/2025/07/Metropolis-Black.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Metropolis', sans-serif;
}
h2.h2-negro img {
    margin-bottom: -5px;
}
/* Secciones */
body:not(.elementor-editor-active) .hidden {
    overflow: hidden;
}
.box-relative > .e-con-inner {
    position: relative;
}
/* Mobile */
.mobile {
    display: none;
}
/*** Fin: Global ***/

/*** Botón ***/
.btn-negro a, form button {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.08), 0px -2px 2px 2px rgba(48, 48, 48, 0.50) inset!important;
}
.btn-blanco a, #suscribete button {
    box-shadow: 0px 0px 4px 2px rgba(177, 177, 177, 0.40), 0px -2px 2px 2px rgba(195, 195, 195, 0.50) inset!important;
}
/* Botón hover */
a.elementor-button, form button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
a.elementor-button:before, form button::before {
    background-image: url("/wp-content/uploads/2025/07/bg-btn-hover.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.08), 0px -2px 2px 2px rgba(48, 48, 48, 0.50) inset;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    top: 0;
    width: 100%;
    z-index: 0;
}
a.elementor-button:hover, form button:hover {
    color: #fff!important;
}
a.elementor-button:hover::before, form button:hover::before {
    opacity: 1;
}
a.elementor-button *, form button * {
    position: relative;
    z-index: 1;
}
/* Tamaño botones*/
.large a {
    width: 264px;
}
.full a {
    width: 80%!important;
}
/* Subir */
.btn-hover {
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    transition: background 0.3s ease;
    width: 48px;
}
.btn-hover:hover {
    background-image: url('/wp-content/uploads/2025/07/bg-btn-hover.webp');
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 4px 2px rgba(177, 177, 177, 0.40), 0px -2px 2px 2px rgba(195, 195, 195, 0.50) inset;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.08), 0px -2px 2px 2px rgba(48, 48, 48, 0.50) inset;
}
.btn-hover:hover path {
    fill: #fff!important;
}
.btn-hover:hover rect {
    stroke: #fff!important;
}
/*** Fin: Botón ***/

/*** Testimonios ***/
.owl-nav.disabled {
    display: none;
}
.item-fantasma {
    pointer-events: none;
}
.carrusel-testimonios .owl-stage-outer {
    padding-bottom: 62px;
    overflow: visible!important;
}
.carrusel-testimonios .item {
    padding: 20px 0 0 16px;
}
/* Arrow */
.flechas svg {
    cursor: pointer;
}
/* Bullet */
.bullet .owl-dot {
    background: #000!important;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    transition: background 0.3s ease;
    width: 12px;
}
.bullet .owl-dot.active {
    background: var(--e-global-color-f60dbad)!important;
}
/* Contenido */
.testimonio-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--Black-C, #000);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.50);
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: space-between;
    min-height: 260px;
    padding: 40px;
}
.testimonio-bottom {
    display: flex;
    gap: 10px;
    align-items: center;
}
img.testimonio-imagen {
    border-radius: 50%;
    height: 48px;
    object-fit: cover;
    width: 48px!important;
}
p.testimonio-contenido {
    font-size: var(--e-global-typography-23340f5-font-size);
    font-weight: var(--e-global-typography-23340f5-font-weight);
    line-height: var(--e-global-typography-23340f5-line-height);
}
/*** Fin: Testimonios ***/

/*** Formulario ***/
/* Div */
form .elementor-column {
    align-content: flex-start!important;
}
.elementor-message.elementor-message-danger:before {
    display: none;
}
/* Desplegable */
form .elementor-select-wrapper .select-caret-down-wrapper svg {
    display: none;
}
form .select-caret-down-wrapper:before {
    content: url(/wp-content/uploads/2025/07/form-desplegable.svg);
}
select {
    color: #666!important;
}
select:active, select:focus, select:focus-visible, select:focus-within, select:valid {
    color: #000!important;
}
/* Términos y condiciones */
.elementor-field-type-acceptance label {
    font-size: var( --e-global-typography-4401d9c-font-size )!important;
}
span.elementor-field-option {
    display: flex;
    gap: 10px;
    align-items: center;
}
input#form-field-terminos {
    height: 18px;
    width: 18px;
}
/*** Fin: Formulario ***/

/*** Plantilla informativa ***/
.contenido p {
    padding-bottom: 20px;
}
.contenido p:last-child {
    padding-bottom: 0;
}
.contenido a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
/*** Fin: Plantilla informativa ***/

/*** Responsive ***/
@media only screen and (max-width: 1366px) {
    /* Título SOFI */
    h2 img {
        width: 90px;
    }
}
@media only screen and (max-width: 1024px) {
    /* Tamaño botones */
    .large a {
        width: 210px;
    }
    /* Testimonios */
    .testimonio-card {
        min-height: 240px;
        padding: 20px;
    }
    /* Título SOFI */
    h2 img {
        width: 66px;
    }
}
@media only screen and (max-width: 767px) {
    /* Global */
    .mobile {
        display: block;
    }
    .desk {
        display: none;
    }
    /* Botones */
    a.elementor-button, .large a, .full a, form button {
        width: 100%!important;
    }
    /* Título SOFI */
    h2 img {
        width: 55px;
    }
    /* Testimonios */
    .testimonio-card {
        gap: 40px;
        margin-right: 10px;
    }
    .carrusel-testimonios .item {
        padding: 20px 0;
    }
    .carrusel-testimonios .owl-stage-outer {
        padding-bottom: 20px;
    }
    .flechas, .flechas svg {
        height: 30px;
        width: 30px;
    }
    /* Footer */
    .redes-sociales ul.elementor-icon-list-items {
        display: flex;
    }
    .redes-sociales span.elementor-icon-list-text {
        padding-left: 0!important;
        padding-right: 10px;
    }
    .menu-footer ul {
        justify-content: center;
    }
}
/*** Fin: Responsive ***/