/*
Theme Name: Child Theme Hello Graphica
Template: hello-elementor
Author: Graphica Digital Projects
Description: Theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1
Updated: 26-06-23 17:04:05

*/

/* Scrollbar */
* {
	--scrollbar-width: 4px;
	--scrollbar-track-color: #f1f1f1;
	--scrollbar-thumb-color: #888;
	--scrollbar-thumb-color-hover: #555;
	--scrollbar-border-radius: 10px;
}

* {
	scrollbar-width: var(--scrollbar-width);
}

::-webkit-scrollbar {
	width: var(--scrollbar-width);
}

::-webkit-scrollbar-track {
	border-radius: var(--scrollbar-border-radius);
	background-color: var(--scrollbar-track-color);
}

::-webkit-scrollbar-thumb {
	border-radius: var(--scrollbar-border-radius);
	background-color: var(--scrollbar-thumb-color);
}

::-webkit-scrollbar-thumb:hover {
	background-color: var(--scrollbar-thumb-color-hover);
}

/* Generales */
/* .elementor-button span {
line-height: 1;
} */

.marquee-logos {
	--marquee-speed: 50s;
	--marquee-speed-mobile: 25s;
}

.elementor-widget-text-editor strong {
	font-weight: bold !important;
}

body {
	overflow-x: hidden !important;
}

:is(html,body):has(.jet-popup--show-state) {
	overflow-y: hidden !important;
}

.elementor-heading-title a {
	font-family: inherit !important;
}

.g-bg-overlay-black {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 10%, rgba(0, 0, 0, 0.00) 35.25%), linear-gradient(90deg, rgba(0, 0, 0, 0.70) 51%, rgba(0, 0, 0, 0.00) 100%) !important;
}

.g-decor-line .elementor-widget-container {
	position: relative;
}

.g-fix-p-margin p{
	margin: 0 !important;
}

.g-decor-line .elementor-widget-container:after {
	content: "";
	position: absolute;
	bottom: -3px
		left: 0;
	height: 1px;
	width: 15px;
	background: white;
	transition: .3s;
	border-radius: 40px;
	will-change: width;
}

.g-decor-line.line-blue .elementor-widget-container:after {
	background-color: var(--e-global-color-primary);
}

.g-decor-line.line-black .elementor-widget-container:after {
	background-color: var(--e-global-color-accent);
}

.g-decor-line.line-opaco .elementor-widget-container:after {
	background-color: var( --e-global-color-ca02361 );
}

@media (hover: hover) {
	.g-decor-line .elementor-widget-container:hover:after {
		width: 100%;
	}

	.g-decor-line.line-80 .elementor-widget-container:hover:after {
		width: 80px;
	}
}

.g-center-icon .elementor-button-icon,
.g-center-icon .elementor-icon-wrapper{
	display: flex;
	align-items: center;
}

@media(max-width: 768px){
	.g-bg-overlay-black {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 10%, rgba(0, 0, 0, 0.00) 35.25%), linear-gradient(90deg, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.7) 100%) !important;
	}
}


/* Header */
.header {
	min-width: 100% !important;
}
.logo-img img {
	display: block !important;
}

.header {
	transition: .6s !important;
}

.header.scrolled {
	background: #0A0A0A;
}

.more-header__rrss .elementor-icon-list-item {
	padding: 0 !important;
	background: rgba(255,255,255,.3);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: .3s;
	backdrop-filter: blur(4px);
}
@media (hover: hover) {
	.more-header__rrss .elementor-icon-list-item:hover {
		transform: scale(1.2);
	}

	.more-header__rrss .elementor-icon-list-item:hover svg {
		animation: 1.1s hovercolors forwards;
	}
}

.more-header__rrss .elementor-icon-list-item a {
	height: 100%;
}

.more-header__rrss .elementor-icon-list-item svg {
	mix-blend-mode: difference;
}

.more-header__rrss .elementor-icon-list-text {
	display: none !important;
}

/* Inicio */
/* Banner */
.more-banner__secc {
	height: 680px !important;
	overflow: hidden !important;
}

.more-banner__arrow {
	cursor: pointer;
}

.more-banner__arrow-container {
	backdrop-filter: blur(4px);
}

.more-banner__repeater,
.more-banner__repeater :is(.jet-listing.jet-listing-dynamic-repeater, .jet-listing-dynamic-repeater__items, .slick-list, .slick-track) {
	height: 100% !important;
}

.more-banner__img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
@media(max-width: 768px){
	.more-banner__project-name .elementor-heading-title{
		max-width: 183px !important;
	}
}
@media(max-width: 450px){
	.more-banner__project-name .elementor-heading-title{
		max-width: 130px !important;
	}
}

/* Características */
.more-caracteristicas__repeater .jet-listing-dynamic-repeater__items  {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

/* Logos Marquee */
.marquee-logos .gallery {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.marquee-logos .gallery-item {
	padding: 0 70px;
}

.marquee-logos .elementor-image-gallery {
	width: fit-content;
	align-items: center;
	display: flex;
	will-change: transform;
	animation: marquee var(--marquee-speed) linear infinite;
}

.marquee-logos .gallery img {
	width: auto;
	max-width: fit-content;
}

/* Counter */
.more-counter__item {
	min-width: 210px !important;
}

.more-counter__item .elementor-counter-title {
	text-align: right !important;
}

.more-counter__item .elementor-counter {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.elementor-counter-number-suffix:empty {
	display: none !important;
}

/* Footer */
.more-footer__black {
	position: relative;
}

.more-footer__black:after {
	content: "";
	display: block;
	width: 2000px;
	height: 100%;
	position: absolute;
	background: black;
	right: 0 !important;
	bottom: 0;
	top: 0;
	left: auto !important;
	z-index: -1;
}

.more-gallery__right-padding .elementor-image-carousel-wrapper {
	padding-right: 60px;
	margin-left: -20px;
}

.more-gallery__right-padding .elementor-image-carousel-wrapper .swiper-slide-active {
	margin-right: 20px;
	margin-left: 20px;
}

/* Servicios */
.more-service__repeater .jet-listing-grid__items .jet-listing-grid__item:nth-child(even) .more-service__card-flex {
	--justify-content: row-reverse !important;
}

.more-service__repeater .jet-listing-grid__items .pin-spacer:nth-child(even) .jet-listing-grid__item .more-service__card-flex {
	--justify-content: row-reverse !important;
}

.more-service__repeater.flex-invert .jet-listing-grid__items .jet-listing-grid__item:nth-child(odd) .more-service__card-flex {
	--justify-content: row-reverse !important;
}

.more-service__repeater.flex-invert .jet-listing-grid__items .pin-spacer:nth-child(odd) .jet-listing-grid__item .more-service__card-flex {
	--justify-content: row-reverse !important;
}



.more-service__repeater .jet-listing-grid__items .jet-listing-grid__item:nth-child(even) .more-servicio__card-image {
	left: auto;
	right: 0;
}

.more-servicio__card-image:before {
	background-size: cover;
}


.more-service__repeater .jet-listing-grid__items .pin-spacer:nth-child(even) .jet-listing-grid__item .more-servicio__card-image {
	left: auto;
	right: 0;
}

.more-service__repeater.flex-invert .jet-listing-grid__items .jet-listing-grid__item:nth-child(odd) .more-servicio__card-image {
	left: auto;
	right: 0;
}

.more-service__repeater.flex-invert .jet-listing-grid__items .pin-spacer:nth-child(odd) .jet-listing-grid__item .more-servicio__card-image {
	left: auto;
	right: 0;
}

.more-app__repeater .jet-listing-dynamic-repeater__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.more-app__repeater .jet-listing-dynamic-repeater__item {
	position: relative;
	padding-left: 15px;
}

.more-app__repeater .jet-listing-dynamic-repeater__item:before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--e-global-color-primary);
}

.more-servicio__card-image {
	overflow: hidden !important;
}

.more-servicio__card-image:before {
	transition: .3s !important;
}
@media (hover: hover) {
	.more-servicio__card-image:hover:before {
		transform: scale(1.1);
	}
}

/* Popup */
.two-columns {
	column-count: 2;
	column-gap: 50px;
}

.more-popup__gallery-repeater .jet-listing-dynamic-repeater__item {
	height: 100vh;
}

.more-popup__gallery-repeater .jet-listing-dynamic-repeater__item .more-popup__gallery-wrapper {
	width: 100%;
	height: 100%;
	background-image: var(--bg-img);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.more-popup__gallery-repeater .jet-listing-dynamic-repeater__item .more-popup__gallery-title-wrapper {
	position: absolute;
	bottom: 100px;
	left: 100px;
	padding: 10px;
	color: white;
	background: rgba(0,0,0,.6);
	backdrop-filter: blur(4px);
}

.more-popup__arrow {
	cursor: pointer;
	transition: .3s;
}

@media (hover: hover) {
	.more-popup__arrow:hover .elementor-widget-container {
		transform: translateY(60px);
	}

	.more-popup__arrow.go-up:hover .elementor-widget-container {
		transform: translateY(-60px) rotate(var(--e-transform-rotateZ));
	}
}

.more-popup__arrow:before {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	backdrop-filter: blur(4px);
}

.more-popup__arrow.go-up:before {
	top: -25px !important;
	bottom: auto !important;
}

.more-popup__sticky {
	position: sticky !important;
	top: 50px;
}

/* Proyectos */
.more-proyecto__grid .jet-slick-dots {
	margin: 0;
	justify-content: flex-end;
	display: flex;
	gap: 6px;
}

.more-proyecto__grid .jet-slick-dots li {
	width: 5px;
	height: 5px;
	background-color: var(--e-global-color-accent);
	border-radius: 0 !important;
	margin: 0 !important;
	transition: .3s;
}

.more-proyecto__grid .listing-grid__item {
	padding: 0 !important;
}

.more-proyecto__grid .jet-slick-dots li.slick-active {
	width: 200px;
	background-color: var(--e-global-color-primary);
}

.more-proyecto__grid  .prev-arrow {
	display: none !important;
}

.more-proyecto__grid .next-arrow svg {
	color: transparent !important;
	height: 70px !important;
	transition: .3s;
}

.more-proyecto__grid .next-arrow {
	transform: rotate(-90deg) !important;
	right: 100px !important;
}

.more-proyecto__grid .slick-arrow:before {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	display: block;
	position: absolute;
	bottom: -35px;
	left: -10px;
	right: 0;
	margin: auto;
	z-index: -1;
	backdrop-filter: blur(4px);
}

.more-servicio__card-image {
	cursor: pointer;
}

.more-popup__gallery-repeater .jet-listing-dynamic-repeater__items:not(:has(.pin-spacer)) .jet-listing-dynamic-repeater__item,
.more-service__repeater .jet-listing-grid__items .jet-listing-grid__item, .more-servicio__app-container {
	transition: 0s !important;
}

.more-popup__gallery-wrapper {
	transition: 0s !important;
}

.more-popup__gallery-repeater .jet-listing-dynamic-repeater__item {
	transition: 0s !important;
	max-height: 100vh;
}

@media (hover: hover) {
	.more-proyecto__grid .slick-arrow:hover svg {
		transform: translateY(60px);
	}
}

.more-popup__item .elementor-icon-list-text .color-grey {
	color: var(--e-global-color-text) !important;
}

.more-popup__item .elementor-icon-list-icon {
	transform: translateY(4px);
}

@keyframes marquee {
	100% {
		transform: translate3d(-50%,0,0);
	}
}

@keyframes hovercolors {
	50% {
		fill: red;
	}
	100% {
		fill: #0A68C6;
	}
}

@media screen and (min-width: 769px) {
	.hide-desktop {
		display: none !important;
	}

	.more-service__repeater .jet-listing-grid__items .pin-spacer:nth-child(even) .jet-listing-grid__item .more-service__card-flex .more-card__section-padding {
		padding-left: 110px;
	}

	.more-service__repeater.flex-invert .jet-listing-grid__items .jet-listing-grid__item:nth-child(odd) .more-service__card-flex .more-card__section-padding {
		padding-left: 110px !important;
	}
}

@media screen and (max-width: 768px) {
	.hide-mobile {
		display: none !important;
	}

	.marquee-logos .gallery-item {
		padding: 0 30px;
	}

	.marquee-logos .elementor-image-gallery {
		animation: marquee var(--marquee-speed-mobile) linear infinite;
	}

	.more-caracteristicas__repeater .jet-listing-dynamic-repeater__items  {
		grid-template-columns: repeat(2, 1fr);
		text-align: center;
	}

	:is(.more-counter__item, .more-counter__item .elementor-counter, .more-counter__item .elementor-widget-container) {
		max-width: fit-content !important;
	}

	.more-counter__wrapper {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.more-counter__wrapper .more-counter__item .elementor-widget-container {
		margin: auto;
	}

	.more-proyecto__grid .jet-slick-dots {
		margin-top: 20px;
		justify-content: center !important;
	}

	.jet-listing-grid__slider-icon.slick-arrow {
		right: 10px !important;
		top: 200px;
	}

	.jet-listing-grid__slider-icon.slick-arrow:before {
		height: 50px;
		width: 50px;
		left: 0;
		bottom: -30px;
	}

	.more-popup__gallery-repeater .jet-listing-dynamic-repeater__item .more-popup__gallery-title-wrapper {
		left: 0;
		padding: 10px;
		max-width: 300px;
		padding-left: 30px;
	}

	.more-proyectos__hide-image .more-form__image {
		display: none !important;
	}

	.more-gallery__footer figure {
		height: 400px;
	}

	.more-gallery__footer figure img {
		height: 100% !important;
		object-fit: cover;
	}

	.more-popup__proyecto-section-img {
		overflow: hidden;
	}

	.more-popup__item .elementor-icon-list-items {
		gap: 10px;
	}

	.more-border__none-mobile {
		border: none !important;
	}
}