/* End Custom Fonts CSS */

.elementor-kit-5 {
	--e-global-color-primary: #fff;
	--e-global-color-secondary: #ef8535;
	--e-global-color-text: #070707;
	--e-global-color-accent: #13463f;
	--e-global-color-b3052b2: #707070;
	--e-global-typography-primary-font-family: "ComoW01";
	--e-global-typography-secondary-font-family: "ComoW01";
	--e-global-typography-text-font-family: "ComoW01";
	--e-global-typography-accent-font-family: "ComoW01";
	color: var(--e-global-color-text);
	font-family: "ComoW01", Sans-serif;
	font-size: 30px;
	font-weight: 500;
}

.elementor-kit-5 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-kit-5 a {
	color: var(--e-global-color-secondary);
}

.elementor-kit-5 a:hover {
	color: var(--e-global-color-b3052b2);
}

.elementor-kit-5 h1 {
	font-family: "ComoW01", Sans-serif;
	font-size: 60px;
}

.elementor-kit-5 h2 {
	font-family: "ComoW01", Sans-serif;
	font-size: 70px;
}

.elementor-kit-5 h3 {
	font-family: "ComoW01", Sans-serif;
	font-size: 50px;
}

.elementor-kit-5 h4 {
	font-family: "ComoW01", Sans-serif;
	font-size: 35px;
}

.elementor-kit-5 h5 {
	font-family: "ComoW01", Sans-serif;
	font-size: 20px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1300px;
}

.e-con {
	--container-max-width: 1300px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

.site-header .site-branding {
	flex-direction: column;
	align-items: stretch;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

.site-footer .site-branding {
	flex-direction: column;
	align-items: stretch;
}

@media (max-width:1350px) {
	.elementor-kit-5 {
		font-size: 28px;
	}
	
	.elementor-kit-5 h1 {
		font-size: 52px;
	}
	
	.elementor-kit-5 h2 {
		font-size: 56px;
	}
	
	.elementor-kit-5 h3 {
		font-size: 42px;
	}
	
	.elementor-kit-5 h4 {
		font-size: 30px;
	}
	
	.elementor-kit-5 h5 {
		font-size: 18px;
	}
}

@media (max-width:1199px) {
	.elementor-kit-5 h1 {
		font-size: 52px;
	}
}

@media (max-width:1024px) {
	.elementor-kit-5 {
		font-size: 24px;
	}
	
	.elementor-kit-5 h1 {
		font-size: 42px;
	}
	
	.elementor-kit-5 h2 {
		font-size: 44px;
	}
	
	.elementor-kit-5 h3 {
		font-size: 36px;
	}
	
	.elementor-kit-5 h4 {
		font-size: 28px;
	}
	
	.elementor-kit-5 h5 {
		font-size: 16px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:991px) {
	.elementor-kit-5 h1 {
		font-size: 42px;
	}
}

@media (max-width:767px) {
	.elementor-kit-5 {
		font-size: 16px;
	}
	
	.elementor-kit-5 h1 {
		font-size: 30px;
	}
	
	.elementor-kit-5 h2 {
		font-size: 30px;
	}
	
	.elementor-kit-5 h3 {
		font-size: 24px;
	}
	
	.elementor-kit-5 h4 {
		font-size: 22px;
	}
	
	.elementor-kit-5 h5 {
		font-size: 14px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */

/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
	height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */

/* HTML marker styles */
.price-tag {
	background-color: #4285f4;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
}

.price-tag::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #4285f4;
}
