/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.blur {
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}
/* header .elementor-sticky:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	-webkit-mask-image: linear-gradient(to bottom,black 50%,transparent 100%);
	mask-image: linear-gradient(to bottom,black 50%,transparent 100%);
    transition: all 1s ease;
} */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Outfit', sans-serif;
}

.jet-menu-item .jet-sub-mega-menu {
	background-color: transparent;
	box-shadow: none;
}
.jet-menu-item .e-n-tab-title-text {
	align-items: normal;
	flex-direction: column;
}
.jet-menu-item button .e-n-tab-title-text {
	line-height: 1 !important;
}
.jet-menu-item button .e-n-tab-title-text p {
	margin-top: 5px;
}
.jet-menu-item button:hover .e-n-tab-title-text,
.jet-menu-item button:focus .e-n-tab-title-text {
	color: var(--e-global-color-primary);
}
.jet-menu-item button:hover .e-n-tab-title-text p,
.jet-menu-item button:focus .e-n-tab-title-text p {
	color: var(--n-tabs-title-color-active);
}
.jet-menu-item .e-n-tab-title-text p {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    line-height: var(--e-global-typography-secondary-line-height);
	font-weight: 400;
	margin-bottom: 0;
}
.jet-menu-item .elementor-widget-image-box .elementor-image-box-title {
	line-height: 1 !important;
}
.jet-menu-item .elementor-widget-image-box .elementor-image-box-description {
	margin-top: 5px;
}
.jet-menu-item .elementor-widget-image-box:hover .elementor-image-box-title a,
.jet-menu-item .elementor-widget-image-box:focus .elementor-image-box-title a {
	color: var(--e-global-color-primary);
}
.jet-menu-item .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
	color: var(--e-global-color-primary);
}
.jet-menu-item .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text p {
	color: var(--n-tabs-title-color-active);
}
/* .hoverTabs .e-n-tabs-content .e-con.e-active {
    animation: fadeInTabs 0.6s ease forwards;
}
@keyframes fadeInTabs{
	0% {
	 	opacity:0;
	}
	100% {
	 	opacity:1;
	}
} */
.jet-menu-item .elementor-widget-image-box {
	cursor: pointer;
}

.btn-contacto a .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
}
.btn-contacto a .elementor-button-content-wrapper .elementor-button-icon {
	display: flex;
	font-size: 24px;
}
.jet-menu-item-has-children:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	--r: 3px; 
	width: 30px;
	aspect-ratio: 1/cos(30deg);
	mask:
		conic-gradient(from -30deg at 50% calc(200% - 3*var(--r)/2),#000 60deg,#0000 0)
		0 100%/100% calc(100% - 3*var(--r)/2) no-repeat,
		radial-gradient(var(--r) at 50% calc(2*var(--r)),#000 98%,#0000 101%),
		radial-gradient(var(--r),#000 98%,#0000 101%) space no-repeat
		0 100%/calc(2*tan(60deg)*var(--r)) calc(2*var(--r));
	clip-path: polygon(50% 0,100% 100%,0 100%);
	background-color: var( --e-global-color-6874ccc ); 
	pointer-events: none;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity 0.1s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.02s linear, transform 0.15s ease;
    transition: opacity 0.1s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.02s linear, transform 0.15s ease;
}
.jet-menu-item-has-children.jet-menu-hover:after {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transition: opacity 0.4s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.8s linear, transform 0.2s ease;
    transition: opacity 0.4s cubic-bezier(0.48,0.01,0.5,0.99), visibility 0.8s linear, transform 0.2s ease;
}
/* .home header .logo-claro {
	display: block;
}
.home header .logo-oscuro {
	display: none;
} */
header.light-header .logo-claro, header.dark-header .logo-oscuro {
	display: none;
}
header.dark-header .logo-claro, header.light-header .logo-oscuro {
	display: block;
}
header.dark-header .elementor-element.elementor-element-6d7ccbc .jet-menu .jet-menu-item > a.top-level-link {
	color: #fff;
}
header.light-header .elementor-element.elementor-element-6d7ccbc .jet-menu .jet-menu-item > a.top-level-link {
	color: var( --e-global-color-text );
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper::after {
	display: none;
}
.elementor-headline-animation-type-clip > span {
	padding: 20px 5px !important;
}

.reviews-hero-inicio {
	cursor: pointer;
}
.reviews-hero-inicio .wp-google-powered {
	display: none !important;
}
.reviews-hero-inicio .wp-gr {
	padding: 0 !important;
}
.reviews-hero-inicio:hover p {
	color: var( --e-global-color-accent ) !important;
}

.color-azul {
	color: var( --e-global-color-primary );
}

.texto-degradado-1 {
	background-color: transparent;
    background-image: linear-gradient(165deg, var( --e-global-color-primary ) 0%, var( --e-global-color-accent ) 100%);
	background-clip: text;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
}

.cuadros-numeros .elementor-headline-dynamic-wrapper {
	overflow: visible;
	margin-top: -45px;
}
.cuadros-numeros .elementor-headline-dynamic-text {
	font-size: 90px;
	line-height: 1;
	font-weight: 800;
}
.cuadros-numeros .elementor-headline {
	margin: 0;
}
.cuadros-numeros .elementor-widget-animated-headline > .elementor-widget-container {
	height: auto;
}
.cuadros-numeros .elementor-headline-plain-text {
	padding-bottom: 20px;
	padding-left: 100px;
}

.titulo-handwriting--inline span {
	font-family: "Hattinand", Sans-serif;
	color: var( --e-global-color-primary );
	text-transform: none;
	font-weight: 400;
	font-size: 180%;
	margin-left: 15px;
}
.titulo-handwriting--inline .elementor-heading-title {
	display: flex;
	align-items: center;
}

.titulo-handwriting--left span {
	font-family: "Hattinand", Sans-serif;
	color: var( --e-global-color-primary );
	text-transform: none;
	font-weight: 400;
	font-size: 180%;
	display: inline-flex;
	margin-top: 10px;
}

.cta-home .elementor-cta__content {
	border-radius: 10px;
	background-color: #ffffffab;
	height: auto;
	min-height: auto !important;
	transition: all .3s ease;
	padding-right: 70px !important;
}
.cta-home a.elementor-cta {
	height: 350px;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}
.cta-home .elementor-cta__button {
	border: 0 !important;
	padding: 0;
	background: none !important;
	position: absolute;
	left: auto;
	right: -50px;
	bottom: 0;
	line-height: 1;
}
.cta-home a.elementor-cta:hover .elementor-cta__content {
	background-color: #fff;
	transition: all .3s ease;
}

.marquee {
	overflow: hidden;
	display: flex;
}

.marquee .elementor-heading-title {
	white-space: nowrap;
}


.carrusel-servicios .swiper {
	overflow: visible;
}
.carrusel-servicios .gradient-service{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.carrusel-servicios .gradient-service .elementor-shortcode {
	height: 100%;
}
.carrusel-servicios .gradient-service .gradient-canvas{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	/* background-color: var(--e-global-color-7d40437); */
	/* background-color: #383838; */
	background-color: var( --e-global-color-accent );
}
.carrusel-servicios .e-con-inner > div:not(.gradient-service) {
	z-index: 1;
}

.carrusel-servicios .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__image {
	position: absolute;
	z-index: 0;
	bottom: 0;
	line-height: 0;
	right: 0;
	text-align: right;
}
.carrusel-servicios .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__image img {
	border-radius: 20px;
}
.carrusel-servicios .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
	position: relative;
	z-index: 1;
}
.carrusel-servicios .elementor-flip-box__back .elementor-flip-box__layer__description {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	transform: translateY(50px);
	transition: transform .6s ease;
}
.carrusel-servicios .elementor-flip-box__back .elementor-flip-box__layer__description a {
	color: #fff;
	padding: 5px 10px;
	border-radius: 100px;
	border: 1px solid #fff;
	transition: all .3s ease;
}
.carrusel-servicios .elementor-flip-box__back .elementor-flip-box__layer__description a:hover {
	border-color: var( --e-global-color-primary );
	background-color: var( --e-global-color-primary );
	color: var( --e-global-color-text );
}
.carrusel-servicios .elementor-flip-box:hover .elementor-flip-box__back .elementor-flip-box__layer__description,
.carrusel-servicios .elementor-flip-box:focus .elementor-flip-box__back .elementor-flip-box__layer__description {
	transform: translateY(0px);
}
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(1)  .elementor-flip-box__layer,
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(1) .elementor-flip-box__layer__overlay {
	border-radius: 5px 150px 5px 5px;
}
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(2)  .elementor-flip-box__layer,
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(2) .elementor-flip-box__layer__overlay {
	border-radius: 5px 5px 150px 5px;
}
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(3)  .elementor-flip-box__layer,
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(3) .elementor-flip-box__layer__overlay {
	border-radius: 150px 5px 5px 5px;
}
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(4)  .elementor-flip-box__layer,
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(4) .elementor-flip-box__layer__overlay {
	border-radius: 5px 5px 100px 5px;
}
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(5)  .elementor-flip-box__layer,
.carrusel-servicios .swiper-wrapper .swiper-slide:nth-child(5) .elementor-flip-box__layer__overlay {
	border-radius: 5px 5px 5px 100px;
}

.carrusel-proyectos .swiper {
	overflow: visible;
}
.carrusel-proyectos .swiper-wrapper {
	flex-direction: unset !important;
}
.carrusel-proyectos .swiper-slide:nth-child(5), .carrusel-proyectos .swiper-slide:nth-child(6) {
	width: 25vw !important;
}

.swiper-grid {
	display: block !important;
}

.counter-animado {
	height: 250px;
	margin-top: 100px;
}
.counter-animado .elementor-counter-number-wrapper {
	margin-top: -100px;
}

.gradient-canvas {
	overflow: hidden;
	position: relative;
}
.gradient-canvas .bubble {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	background: radial-gradient(circle, rgba(0, 176, 187, 1), rgba(0, 176, 187, 0));
	border-radius: 50%;
	transform-origin: center;
	opacity: 0.5;
	animation: float 10s infinite ease-in-out;
	filter: blur(5px);
}
@keyframes float {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(calc(-50% + 50px), calc(-50% - 50px)) scale(2);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}

.burbujas {
	height: 100%;
	width: 100%;
}
.burbujas .gradient-canvas {
	height: 100%;
	overflow: visible;
}
.burbujas .elementor-shortcode {
	height: 100%;
}

.servicios-hero {
	overflow-x: clip;
}

.overflow-x {
	overflow-x: clip;
}

.grab .swiper {
	cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.grab .swiper:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.caja-borde .elementor-image-box-title {
	border-bottom: 1px solid var( --e-global-color-accent );
	margin: 0 0 10px !important;
	padding-bottom: 10px;
}

.swiper-overflow .swiper {
	overflow: visible;
}

.faq-1 .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 20px 20px 0 0 !important;
}
.faq-1 .e-n-accordion-item-title-header {
	display: flex;
	align-items: center;
}
.faq-1 .e-n-accordion-item-title-header:before {
    content: '';
    width: 10px;
    height: 10px;
    display: flex;
    margin-right: 15px;
	background: var( --e-global-color-primary );
	border-radius: 100%;
}
.faq-1 .e-n-accordion-item-title-text {
    padding-top: 5px;
}

.elementor-icon-wrapper { 
	line-height: 0; 
}

.quitar-animado svg {
	display: none !important;
}
.quitar-animado .elementor-headline-dynamic-text {
	font-size: 120%;
}
.quitar-animado .elementor-headline {
	display: flex;
    align-items: center;
	flex-wrap: wrap
}

.carrusel-clientes:before, .carrusel-clientes:after {
	content: '';
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	pointer-events: none;
}
.carrusel-clientes:before {
	background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
	left: 0;
}
.carrusel-clientes:after {
	background: linear-gradient(-90deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
	right: 0;
}
.carrusel-clientes img {
	width: 100%;
	height: 80px;
	object-fit: contain;
}

.categorias-entrada .elementor-heading-title {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.categorias-entrada .elementor-heading-title span {
	padding-bottom: 2px;
	border-bottom: 1px solid var( --e-global-color-primary );
}

.categorias-entrada-grande .elementor-heading-title {
	display: flex;
	gap: 15px;
}
.categorias-entrada-grande .elementor-heading-title span {
	padding-bottom: 2px;
	border-bottom: 1px solid var( --e-global-color-primary );
}

.carrusel_blog_thumbs .e-loop-item {
	position: relative;
	border-top: 3px solid transparent;
	transition: border .6s ease;
	cursor: pointer;
}
.carrusel_blog_thumbs .e-loop-item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	width: 1px;
	height: 50%;
	border-right: 1px solid var( --e-global-color-primary );
}
.carrusel_blog_thumbs .e-loop-item.activo {
	border-top: 3px solid var( --e-global-color-primary );
}

.carrusel_blog_grande .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.carrusel_blog_grande .swiper-slide-active {
    opacity: 1;
    position: relative;
}

.elementor-widget-image a {
	width: 100%;
}

.contenido-entrada h2 {
	font-size: 3rem;
}
.contenido-entrada h3 {
	font-size: 2rem;
}
.contenido-entrada h4 {
	font-size: 1.5rem;
}

.e-con-inner .e-con-inner {
	max-width: 100%;
}

.hero-animado:before {
	z-index: 1;
}
.hero-animado .vanta-canvas {
	z-index: -1 !important;
}

.footer-pixel {
	pointer-events: none;
}
.footer-pixel .elementor-widget-container {
	line-height: 0;
}
.footer-pixel canvas {
	display: block;
	width: 100%;
	height: 100%;
}

@media(max-width: 1425px) {
	.jet-mobile-menu-cover {
		width: calc(100% + 100px);
		left: -40px;
		top: -20px;
	}
	.jet-mobile-menu__container {
		top: -20px !important;
		right: -60px !important;
	}
	.jet-mobile-menu__toggle-icon {
		fill: var( --e-global-color-primary );
	}
	.jet-dropdown-arrow {
		background-color: var( --e-global-color-primary );
		border-radius: 100%;
	}
	.jet-dropdown-arrow svg {
		fill: #fff;
	}
	.jet-mobile-menu__item {
		height: 50px;
	}
	.jet-mobile-menu__controls .jet-mobile-menu__back:nth-child(2) svg {
        height: 30px;
    }
	.jet-mobile-menu__controls .jet-mobile-menu__back svg {
		fill: var( --e-global-color-primary );
	}
	.jet-mobile-menu__after-template .e-con-inner {
		max-width: 100% !important;
	}
}

@media(min-width: 768px) {

}