/* 
Theme Name: 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
*/

/* Add your custom styles here */
p {
    margin-top: 0;
}
span.subrayado {
    background: linear-gradient(#b3ddf9, #b3ddf9);
    background-size: 100% 10px, 0 0;
    background-position: 100% 86%, 100% 100%;
    background-repeat: no-repeat;
}
span.subrayado-2 {
    background: linear-gradient(#008de8, #008de8);
    background-size: 100% 10px, 0 0;
    background-position: 100% 86%, 100% 100%;
    background-repeat: no-repeat;
}
.clientes p {
    margin: 0px !important;
}
.texto-grande {
    text-shadow: -1px -1px 0 #b3ddf9, 1px -1px 0 #b3ddf9, -1px 1px 0 #b3ddf9, 1px 1px 0 #b3ddf9, 0px -1px 0 #b3ddf9, 1px 0px 0 #b3ddf9, 0px 1px 0 #b3ddf9, -1px 0px 0 #b3ddf9;
}
.elementor-icon-box-title {
    margin-top: 0px !important;
}
.carrousel-avanzado img {
    width: 100%;
    height: 600px; /* altura máxima fija */
    object-fit: cover; /* recorta manteniendo proporción */
    object-position: center; /* centra la imagen */
    image-rendering: auto; /* asegura mejor calidad */
}
.flecha-proyecto {
    width: 64px;
    height: auto;
    vertical-align: middle;
    color: white !important;
}
.boton-header .elementor-button-text {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
span.title1 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 5px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    letter-spacing: 3px !important;
}
span.title3 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 5px;
    letter-spacing: 1px;
    letter-spacing: 3px !important;
}
span.title2 {
    display: block;
    font-size: 105px;
    background: linear-gradient(to bottom, #ffffff 0%, #008de8 300%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 900;
}
span.title4 {
    display: block;
    font-size: 65px;
    background: linear-gradient(to bottom, #ffffff 0%, #008de8 300%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    line-height: 78px;
}
.grupo-titulos {
    line-height: 90px;
}
@media (max-width: 680px){
    .grupo-titulos {
        line-height: inherit !important;
    }
    span.title2 {
        font-size: 60px !important;
    }
    span.title1 {
        font-size: 20px !important;
        line-height: 45px !important;
    }
    .play-button svg{
        height: 23px !important;
    }
    .play-button {
        top: 215px !important;
        padding: 30px !important;
        z-index: 99 !important;
    }
    .lead-magnet-form h3 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
}
.circulo {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-mask-position: top right !important;
    --spacer-size: 1125px !important;
    right: -195px;
    top: -250px;
}
.hero-section {
    overflow-x: hidden !important;
    overflow-y: clip !important;
}
.fija {
    position: fixed;
    width: 100%;
    z-index: 999 !important;
    background: white;
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    z-index: 9999 !important;
}
.fija .e-con-inner {
    padding: 10px 0px !important;
}
.color {
    display: none;
}
.fija .color {
    display: block !important;
}
.fija .white {
    display: none;
}
.fija .boton-header a.elementor-button {
    background: #008de8 !important;
}
.fija .elementor-button-text {
    color: white;
}
.fija .menu-item a {
    color: #00194e !important;
}
.btn-hero svg {
    width: 1.9em;
    margin-right: 5px;
}
.btn-hero .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.hero-section .elementor-element.elementor-element-20667d5.e-flex.e-con-boxed.e-con.e-child:after {
    background-image: url("/wp-content/uploads/2025/09/shape-1.svg");
    right: 0;
    height: 101%;
    width: 100%;
    z-index: 9;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.play-button {
    position: relative;
    display: inline-grid;
    place-items: center;
    border-radius: 9999px;
    overflow: visible;
    --ripple-color: #ffffff;
    --ripple-border: 3px;
    --ripple-dur: 2.4s;
    --ripple-scale-start: 0.9;
    --ripple-scale-end: 1.6;
}
.play-button .elementor-icon {
    position: relative;
    z-index: 2;
}
.play-button::before,
.play-button::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    border: var(--ripple-border) solid color-mix(in srgb, var(--ripple-color) 70%, transparent);
    transform: scale(var(--ripple-scale-start));
    opacity: 0;
    animation: play-ripple var(--ripple-dur) ease-out infinite;
    pointer-events: none;
    z-index: 1;
}
.play-button::before,
.play-button::after {
    animation-delay: calc(var(--ripple-dur) / 2);
}
@keyframes play-ripple {
    0% {
        transform: scale(var(--ripple-scale-start));
        opacity: 0.7;
    }
    70% {
        opacity: 0;
    }
    100% {
        transform: scale(var(--ripple-scale-end));
        opacity: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .play-button::before,
    .play-button::after {
        animation: none;
        opacity: 0;
    }
}
@media (min-width: 1800px) {
    .elementor-element.elementor-element-d503427.elementor-widget__width-auto.play-button.elementor-view-default.elementor-widget.elementor-widget-icon {
        margin-top: 170px;
    }
}
.fija .boton-header .elementor-button-icon {
    background: #ffffff;
}
.fija .boton-header svg path {
    fill: #008de8;
}
.boton-header .elementor-button-icon {
    background: #008de8;
    padding: 5px;
    border-radius: 50%;
}
.boton-header svg {
    width: 20px !important;
    height: 20px !important;
}
.play-button .elementor-icon-wrapper {
    height: 25px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between !important;
}
.nuestra-gama h3{
    margin-top: 0;
    font-weight: 400;
}
.elementor-nav-menu--dropdown a.elementor-item-active, .elementor-nav-menu--dropdown a:hover {
    color: #FFFFFF !important;
}
.fija span.sub-arrow svg{
        fill: #1f3564;
}
nav.elementor-pagination {
    margin-top: 50px;
}
.elementor-post__card {
    border-radius: 20px !important;
}
.post h2{
    line-height: 46px;
}
.lead-magnet-form {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    margin: 0 auto;
    max-width: 800px !important;
}
.lead-magnet-form h3{
    font-size: 32px;
    line-height: 42px;
}
.single.single-post p, .single.single-post li{
    color: #515151;
    font-size: 16px;
    line-height: 26px;
}
.fija svg{
    fill: #00194e !important;
}
.fija .elementor-menu-toggle.elementor-active svg{
    fill: #00194e !important;
}
.close-popup{
    z-index: 9999999 !important;
}
.elementor-widget-form .elementor-message {
    text-align: center !important;
}
@media (max-width: 767px){
    .dialog-message {
        width: inherit !important;
    }
}
.elementor-popup-modal .dialog-message {
    display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 640px;
}
.elementor-popup-modal .dialog-close-button {
    display: none;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 20px;
    z-index: 9999;
}
.dialog-widget-content {
    animation-duration: 1.2s;
    background-color: rgba(255, 255, 255, 0);
    width: 100% !important;
    height: 100%;
    display: flex !important;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
/*ESTILOS CALCULADORA ROI*/
.calculadora-roi-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.calculadora-roi-card {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    color: white;
}

.calculadora-roi-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px 0;
    color: white;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: white;
}

.form-control {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    background: white;
    color: #1e3a5f;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.form-control::placeholder {
    color: #94a3b8;
}

.btn-calcular {
    width: 100%;
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background: #0ea5e9;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 16px;
}

.btn-calcular:hover {
    background: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.4);
}

.btn-calcular:active {
    transform: translateY(0);
}

.resultados-roi {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.resultado-header {
    text-align: center;
    margin-bottom: 32px;
}

.resultado-header h3 {
    font-size: 24px;
    margin: 0 0 8px 0;
    color: white;
}

.tipo-seleccionado {
    font-size: 16px;
    color: #94a3b8;
    margin: 0;
}

.metricas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.metrica-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.metrica-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.metrica-card.highlight {
    background: rgba(14, 165, 233, 0.3);
    border: 2px solid #0ea5e9;
}

.metrica-label {
    font-size: 13px;
    color: #cbd5e1;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metrica-valor {
    font-size: 24px;
    font-weight: 700;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .calculadora-roi-card {
        padding: 32px 24px;
    }
    
    .calculadora-roi-title {
        font-size: 24px;
    }
    
    .metricas-grid {
        grid-template-columns: 1fr;
    }
}
/*FIN ESTILOS CALCULADORA ROI*/
#fotos .carrousel-avanzado img {
	height: inherit !important;
}
.elementor-page-8453 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	margin-top: 15px;
}