/* 
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 */

html {
	overscroll-behavior-y: none;
}

html {
	font-size: calc(12px + (4 * ((100vw - 375px) / 1065)));
}

*body {
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: auto;
}

body::-webkit-scrollbar {
	display: none;
}

body {
 -webkit-font-smoothing: antialiased;
}

::selection {
	background: #172A39;
	color: #D5F3F3;
}

html, body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.title-antro {
	font-family: var(--e-global-typography-9ca1f47-font-family), Sans-serif;
	font-size: 10rem;
	line-height: 6rem; 
	font-weight: 500;
	color: var(--e-global-color-secondary);
}

@media (max-width: 450px) {
	.title-antro {
		font-size: 6rem;
		line-height: 6rem; 
	}
}


/* test page animations 2678 */
.page-id-2678 .logo-header svg path, .page-id-2678 .icono-header svg path {
	fill: #D5F3F3;
}

.page-id-2678 .menu-header {
	color: #00291F;
}

/* HEADER */
.page-id-2531 .logo-header svg path, .page-id-2531 .icono-header svg path {
	fill: #D5F3F3;
}

.page-id-2531 .menu-header {
	color: #00291F;
}

.icono-header svg path {
	fill: #00291F;
}

.menu-header svg path {
	fill: #00291F;
}

/* MENU MOBILE */

.elementor-widget-off-canvas .e-off-canvas,.e-off-canvas__overlay, .e-off-canvas__main, #hiddendiv {
	width: auto !important;
}

/* FOOTER */
.logo-footer .elementor-icon-wrapper {
	display: flex;
	max-width: 100%;
	overflow: hidden;
}

.logo-footer .elementor-icon {
	width: 100% !important;
	display: flex !important;
}

.logo-footer .elementor-icon svg {
	width: 100% !important;
	height: auto !important; 
	max-height: none !important;
}

/* TABS */
.tabs {
	padding: 2rem 0;
}

.grid-reach img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

/* CARDS UBERBLICK */
.cards {
    overflow-x: auto !important;
    overflow-y: hidden;
    display: flex !important;
    gap: 15px;
    scroll-snap-type: none !important;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
}

.cards .card {
	flex: 0 0 40vh !important;
	min-height: 50vh !important;
	display: flex;
	scroll-snap-align: start;
}

@media (max-width: 1024px) {
	.cards .card {
		flex: 0 0 20vh !important;
		min-height: 25vh !important;
	}
}

@media (max-width: 450px) {
	.cards .card {
		flex: 0 0 25vh !important;
		min-height: 30vh !important;
	}
}

.cards::-webkit-scrollbar {
	display: none;
}

/* LOGOS CAROUSEL */

.logos-carousel .premium-adv-carousel__item-img {
	max-width: 13rem !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
}

/* ACCORDION */

.list-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    transform: rotate(45deg);
}
/* FORM */

.contact-form .elementor-field-option {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.contact-form .elementor-field-option label {
	color: var(--e-global-color-d6ebf63) !important;
}

.contact-form .elementor-field-option input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 1px solid;
	border-radius: 50%;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

.contact-form .elementor-field-option input[type="radio"]:checked::before {
	content: "";
	margin-top: 14px;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: var(--e-global-color-d6ebf63);
}

.contact-form .elementor-field-group-message {
	margin-top: 7rem;
}

@media (max-width: 1024px) {
	.contact-form .elementor-field-group-message {
		margin-top: 3rem;
	}
}

/* CAROUSEL SOCIAL MEDIA */

.carousel .elementor-widget-video {
	aspect-ratio: 2/3 !important;
	object-fit: cover;
	border: 2px #EAF6D2 solid;
	border-radius: 1rem;
}

.carousel p {
	opacity: 0;
}

.carousel .swiper-slide {
	transform: scale(0.95);
	transition: all 0.5s ease;
	opacity: 0.9;
	z-index: 1;
}

@media (min-width: 1025px) {
	.carousel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
		transform: scale(1.1);
		opacity: 1;
		z-index: 10;
	}

	.carousel .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide p {
		opacity: 1;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.carousel .swiper-slide.swiper-slide-active + .swiper-slide {
		transform: scale(1.1);
		opacity: 1;
		z-index: 10;
	}

	.carousel .swiper-slide.swiper-slide-active + .swiper-slide p {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.carousel .swiper-slide {
		transform: scale(0.9);
	}
	
	.carousel .swiper-slide.swiper-slide-active {
		transform: scale(1) !important;
		opacity: 1;
	}
	
	.carousel .swiper-slide.swiper-slide-active  p {
		opacity: 1;
	}
}

.carousel .swiper-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* SECCION INSTAGRAM */

.ig-carousel .image-ig {
	height: 100% !important;
}

.ig-carousel .image-ig img {
	aspect-ratio: 2/3;
	object-fit: cover !important;
	border-radius: 1rem !important;
}