/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
	@font-face {
		font-family: 'GT America';
		src: url('./fonts/GT-America-Compressed-Regular.woff2') format('woff2'),
				 url('./fonts/GT-America-Compressed-Regular.woff') format('woff'),
				 url('./fonts/sourGT-America-Compressed-Regular.ttf') format('truetype');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'GT America';
		src: url('./fonts/GT-America-Compressed-Medium.woff2') format('woff2'),
				 url('./fonts/GT-America-Compressed-Medium.woff') format('woff'),
				 url('./fonts/GT-America-Compressed-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
	}

	@font-face {
		font-family: 'GT America';
		src: url('./fonts/GT-America-Compressed-Bold.woff2') format('woff2'),
				 url('./fonts/GT-America-Compressed-Bold.woff') format('woff'),
				 url('./fonts/GT-America-Compressed-Bold.ttf') format('truetype');
		font-weight: 700;
		font-style: normal;
	}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 500px) {

  .container {
    max-width: 500px;
  }
}
@media (min-width: 668px) {

  .container {
    max-width: 668px;
  }
}
@media (min-width: 764px) {

  .container {
    max-width: 764px;
  }
}
@media (min-width: 1020px) {

  .container {
    max-width: 1020px;
  }
}
@media (min-width: 1276px) {

  .container {
    max-width: 1276px;
  }
}
/* ======== GENERAL START ======== */
html, body {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
p {
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 668px) {

  p {
    margin-bottom: 1.5rem;
  }
}
footer a {
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  text-align: center;
  font-weight: 600;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
footer a:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 91 67 / var(--tw-border-opacity));
}
h1, .h1 {
  margin-bottom: 1.5rem;
  font-family: "GT America", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}
@media (min-width: 764px) {

  h1, .h1 {
    font-size: 70px;
    line-height: 78px;
  }
}
h2, .h2 {
  margin-bottom: 1.5rem;
  font-family: "GT America", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 43px;
}
@media (min-width: 764px) {

  h2, .h2 {
    font-size: 56px;
    line-height: 64px;
  }
}
h3, .h3 {
  margin-bottom: 1.5rem;
  font-family: "GT America", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.subtitle {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 2%;
}
section, footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 668px) {

  section, footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 764px) {

  section, footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.paragraph {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
header.header-fixed {
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 38 / var(--tw-bg-opacity));
  padding-top: 0px;
}
header .link {
  font-size: 16px;
  line-height: 24px;
}
.link {
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 232 221 / var(--tw-border-opacity));
}
.link.accent {
  --tw-text-opacity: 1;
  color: rgb(241 232 221 / var(--tw-text-opacity));
}
.link.dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.link.dark:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.link-arrow {
  display: flex;
  flex-direction: row;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(241 232 221 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link-arrow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 232 221 / var(--tw-border-opacity));
}
.link-arrow i {
  margin-right: 1rem;
  height: 41px;
  width: 41px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 232 221 / var(--tw-border-opacity));
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link-arrow span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.link-arrow.green {
  --tw-text-opacity: 1;
  color: rgb(0 91 67 / var(--tw-text-opacity));
}
.link-arrow.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 67 / var(--tw-border-opacity));
}
.link-arrow.green i {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 67 / var(--tw-border-opacity));
}
.btn {
  display: inline-block;
  height: auto;
  min-height: 0px;
  min-width: 120px;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 500px) {

  .btn {
    min-width: 145px;
  }
}
.btn-main {
  --tw-border-opacity: 1;
  border-color: rgb(211 62 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(211 62 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 91 67 / var(--tw-text-opacity));
}
.btn-accent {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 67 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 67 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(211 62 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(211 62 0 / var(--tw-bg-opacity));
}
.btn-light {
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 232 221 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(241 232 221 / var(--tw-text-opacity));
}
.btn-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 232 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.btn-main-2 {
  --tw-border-opacity: 1;
  border-color: rgb(224 176 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 245 / var(--tw-bg-opacity));
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(27 37 38 / var(--tw-text-opacity));
}
.btn-main-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(224 176 245 / var(--tw-text-opacity));
}
.btn-accent-2 {
  --tw-border-opacity: 1;
  border-color: rgb(27 37 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 38 / var(--tw-bg-opacity));
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(241 232 221 / var(--tw-text-opacity));
}
.btn-accent-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 232 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 37 38 / var(--tw-text-opacity));
}
.social-link {
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 232 221 / var(--tw-border-opacity));
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(241 232 221 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 232 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 232 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 91 67 / var(--tw-text-opacity));
}
@media (min-width: 500px) {

  .social-link {
    height: 2rem;
    width: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.img-container {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}
.img-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120%;
  width: auto;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mosaic-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
@media (min-width: 764px) {

  .mosaic-img {
    max-width: none;
  }
}
.banner-section {
		background: url('./img/banner-bg.jpg') no-repeat top center;
		background-size: cover;
	}
.banner-section::before {
		background: #000000;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		opacity: 0.2;
		position: absolute;
		top: 0;
		width: 100%;
	}
@media (min-width: 764px) {
		.map-section::after {
			background: #005B43;
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 50%;
			z-index: 1;
		}

		.office-section::after {
			background: #A376E1;
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 50%;
			z-index: 1;
		}
	}
/* Cotizador */
.dot {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.info-box {
  position: absolute;
  z-index: 50;
  margin-top: 0.5rem;
  display: flex;
  height: 80px;
  width: 250px;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 37 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
}
.arrow-circle {
  margin-right: 1.25rem;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.demo{
		fill: #D33E00;
		fill-opacity: 0.4;
	}
.demo:hover{
		fill-opacity: 1;
	}
.triangle{
		width: 0;
    height: 0;
    border-left: 15px solid #142526;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    bottom: -19px;
		transform: rotate(90deg);
	}
.font-Fraunces{
		font-family: 'Fraunces', serif;
	}
/* Map  */
.map-all{
		position: absolute;
		/* top: 480px; */
		right: 0;
		left: 0;
		margin: 0 auto;
		display: block;
	}
.map-all svg {
		height: auto;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
.map-all .st1{
		opacity: 0.45;
		cursor: pointer;
		outline: none;
		transition: 0.5s all;
	}
.map-all .st1:hover{
		opacity: 0.65;
	}
.map{
		position: absolute;
		/* top: -300px; */
		right: 0;
		left: 0;
		margin: 0 auto;
		display: block;
	}
.map svg {
		height: auto;
		/* width: 100%; */
		max-width: 1500px;
		/* margin: 0 auto; */
		display: block;
	}
.map .st0{
		opacity: 0.60;
		cursor: pointer;
		outline: none;
	}
.map .st0:hover{
		opacity: 1;
	}
.map .st0Active{
		opacity: 1;
	}
/* #name {
		position: absolute;
		background-color: rgb(255, 255, 255);
		width: 200px;
		height: 100px;
		opacity: 0;
		border-radius: 5px;
		border: 3px solid rgb(245, 128, 128);
		padding: 0px 5px;
		font-size: 1.5rem;
		z-index: 1000 !important;

} */
#timeCont{
		background-color: white;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 1.5rem;
		padding: 5px 5px;
		border-radius: 5px;
		border: 3px solid rgb(245, 128, 128);        
}
.info_panel {
		background-color: rgba(255,255,255, .8);
		padding: 5px;
		font-size: 12px;
		font-family: Helvetica, Arial, sans-serif;
		position: absolute;
		border: 1px solid #333;
		color: #333;
		white-space: nowrap;
		z-index: 100;
	}
.info_panel::first-line {
		font-weight: bold;
	}
.close-modal {
		color: #fff;
		font-size: 2rem;
		padding: 10px;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
.modal-container-loader {
		/* display: none; */
		display: flex;
		background-color: rgba(0, 0, 0, 0.6);
		align-items: center;
		justify-content: center;
		position: fixed;
		pointer-events: none;
		/* opacity: 0; */
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		transition: opacity 0.3s ease;
		z-index: 70;
		pointer-events: auto;
	}
.modal-container {
		/* display: none; */
		display: flex;
		background-color: rgba(0, 0, 0, 0.6);
		align-items: center;
		justify-content: center;
		position: fixed;
		pointer-events: none;
		/* opacity: 0; */
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		transition: opacity 0.3s ease;
		z-index: 60000;
		pointer-events: auto;
	}
.show {
		pointer-events: auto;
		/* opacity: 1; */
		display: flex;
	}
.modal {
		background-color: #195b43;
		/* width: 1200px; */
		max-width: 100%;
		padding: 30px 50px;
		border-radius: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		text-align: center;
		/* max-height: calc(100vh - 100px); */
		max-height: calc(100vh - 20px);
    overflow-y: auto;
	}
.modal h1 {
		margin: 0;
	}
.modal .info{
		text-align: left;
		color: #ffffff;
		margin: 20px 0;
	}
.form h2{
		font-size: 1.3rem !important;
		margin-bottom: 20px;
		line-height: 2rem;
		font-weight: 900;
	}
.form-control {
		margin-bottom: 10px;
		padding-bottom: 10px;
		position: relative;
		text-align: left;
	}
.form-control label {
		font-size: 1rem;
		font-weight: 600;
		color: #E5B9E7;
		display: inline-block;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
.form-control input {
		background: transparent;
		border: 2px solid #f0f0f0;
		border-radius: 4px;
		display: block;
		font-family: inherit;
		font-size: 16px;
		padding: 10px;
		width: 100%;
		color: #1e1e1e;
	}
.form-control input:focus {
		outline: 0;
		border-color: #777;
	}
.form-control.success input {
		border-color: #2ecc71;
	}
.form-control.error input {
		border-color: #e74c3c;
	}
.form-control i {
		visibility: hidden;
		position: absolute;
		top: 15px;
		right: 10px;
	}
.form-control.success i.fa-check-circle {
		color: #2ecc71;
		visibility: visible;
	}
.form-control.error i.fa-exclamation-circle {
		color: #e74c3c;
		visibility: visible;
	}
.form-control small {
		color: #e74c3c;
		position: absolute;
		bottom: -11px;
		left: 0;
		visibility: hidden;
		font-size: 14px;
	}
.form-control.error small {
		visibility: visible;
	}
.form button {
		background-color: #D33E00;
		border: 2px solid #D33E00;
		border-radius: 22px;
		color: #fff;
		display: block;
		font-family: inherit;
		font-size: 16px;
		padding: 10px;
		margin-top: 20px;
		width: 100%;
		text-transform: uppercase;
	}
select::-ms-expand {
    display: none;
	}
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image:
        url(https://dl.dropbox.com/s/6q2p49jczkvy2n1/arrows-bg.svg),
        linear-gradient(white, white),
        linear-gradient(white, white);
    background-position:
        calc(100% - 14px) -28px,
        100%,
        calc(100% - 28px) 0;
    background-size:
        auto,
        34px 100%,
        1px 100%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    min-width: 8.5rem;
    transition: border-color 0.1s linear;
    border: 2px solid #f0f0f0;
		border-radius: 4px;
    padding: 8px 44px 8px 8px;
    color: #9ca3af;
    background-color: white;
    font-size: 16px;
    height: 47px;

	}
select:focus {
		border: 2px solid #f0f0f0;
		box-shadow: none;
		outline: 0;
		background-image:
				url(https://dl.dropbox.com/s/6q2p49jczkvy2n1/arrows-bg.svg),
				linear-gradient(white, white),
				linear-gradient(white, white);
		background-position:
				calc(100% - 14px) 18px,
				100%,
				calc(100% - 34px) 0;
	}
select.success{
		border-color: #2ecc71;
	}
select.error{
		border-color: #e74c3c;
	}
textarea{
		width: 100%;
		border-radius: 4px;
		padding: 10px;
	}
.check input{
		width: 28px;
	}
.check label{
		margin-left: 20px;
    margin-bottom: 0;
    color: #F1E8DD;
    text-transform: none;
    font-weight: 400;
	}
.breakdown{
		text-align: left;
	}
/* map */
/*End Cotizador */
/* loading */
.loader{
		display: none;
	}
.loader.show{
		display: flex;
		z-index: 100;
	}
.lds-spinner {
		color: official;
		display: inline-block;
		position: relative;
		width: 80px;
		height: 80px;
	}
.lds-spinner div {
		transform-origin: 40px 40px;
		animation: lds-spinner 1.2s linear infinite;
	}
.lds-spinner div:after {
		content: " ";
		display: block;
		position: absolute;
		top: 3px;
		left: 37px;
		width: 6px;
		height: 18px;
		border-radius: 20%;
		background: #fff;
	}
.lds-spinner div:nth-child(1) {
		transform: rotate(0deg);
		animation-delay: -1.1s;
	}
.lds-spinner div:nth-child(2) {
		transform: rotate(30deg);
		animation-delay: -1s;
	}
.lds-spinner div:nth-child(3) {
		transform: rotate(60deg);
		animation-delay: -0.9s;
	}
.lds-spinner div:nth-child(4) {
		transform: rotate(90deg);
		animation-delay: -0.8s;
	}
.lds-spinner div:nth-child(5) {
		transform: rotate(120deg);
		animation-delay: -0.7s;
	}
.lds-spinner div:nth-child(6) {
		transform: rotate(150deg);
		animation-delay: -0.6s;
	}
.lds-spinner div:nth-child(7) {
		transform: rotate(180deg);
		animation-delay: -0.5s;
	}
.lds-spinner div:nth-child(8) {
		transform: rotate(210deg);
		animation-delay: -0.4s;
	}
.lds-spinner div:nth-child(9) {
		transform: rotate(240deg);
		animation-delay: -0.3s;
	}
.lds-spinner div:nth-child(10) {
		transform: rotate(270deg);
		animation-delay: -0.2s;
	}
.lds-spinner div:nth-child(11) {
		transform: rotate(300deg);
		animation-delay: -0.1s;
	}
.lds-spinner div:nth-child(12) {
		transform: rotate(330deg);
		animation-delay: 0s;
	}
@keyframes lds-spinner {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-100px\] {
  top: -100px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[450px\] {
  top: 450px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[-61px\] {
  margin-left: -61px;
}
.ml-\[200px\] {
  margin-left: 200px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[125px\] {
  margin-top: 125px;
}
.mt-\[51px\] {
  margin-top: 51px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[540px\] {
  min-height: 540px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[130\%\] {
  width: 130%;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[72px\] {
  width: 72px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.max-w-\[105px\] {
  max-width: 105px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[770px\] {
  max-width: 770px;
}
.max-w-\[875px\] {
  max-width: 875px;
}
.max-w-none {
  max-width: none;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-accent-color {
  --tw-border-opacity: 1;
  border-color: rgb(241 232 221 / var(--tw-border-opacity));
}
.border-cta-color {
  --tw-border-opacity: 1;
  border-color: rgb(211 62 0 / var(--tw-border-opacity));
}
.border-main-color {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 67 / var(--tw-border-opacity));
}
.border-main-color-2 {
  --tw-border-opacity: 1;
  border-color: rgb(224 176 245 / var(--tw-border-opacity));
}
.border-map-color-1 {
  --tw-border-opacity: 1;
  border-color: rgb(20 37 38 / var(--tw-border-opacity));
}
.border-paragraph-color-2 {
  --tw-border-opacity: 1;
  border-color: rgb(27 37 38 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.bg-\[\#77FF1F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 255 31 / var(--tw-bg-opacity));
}
.bg-\[\#FF1212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 18 18 / var(--tw-bg-opacity));
}
.bg-\[\#FFE02C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 44 / var(--tw-bg-opacity));
}
.bg-accent-color {
  --tw-bg-opacity: 1;
  background-color: rgb(241 232 221 / var(--tw-bg-opacity));
}
.bg-cta-color {
  --tw-bg-opacity: 1;
  background-color: rgb(211 62 0 / var(--tw-bg-opacity));
}
.bg-main-color {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 67 / var(--tw-bg-opacity));
}
.bg-main-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 245 / var(--tw-bg-opacity));
}
.bg-map-color-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 37 38 / var(--tw-bg-opacity));
}
.bg-map-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 185 231 / var(--tw-bg-opacity));
}
.bg-master-plan-color {
  --tw-bg-opacity: 1;
  background-color: rgb(163 118 225 / var(--tw-bg-opacity));
}
.bg-paragraph-color-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 38 / var(--tw-bg-opacity));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[125px\] {
  padding-top: 125px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-accent {
  font-family: "Fraunces", serif;
}
.font-display {
  font-family: "GT America", sans-serif;
}
.font-tags {
  font-family: "Space Mono", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[43px\] {
  line-height: 43px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.tracking-\[2\%\] {
  letter-spacing: 2%;
}
.text-accent-color {
  --tw-text-opacity: 1;
  color: rgb(241 232 221 / var(--tw-text-opacity));
}
.text-cta-color {
  --tw-text-opacity: 1;
  color: rgb(211 62 0 / var(--tw-text-opacity));
}
.text-main-color {
  --tw-text-opacity: 1;
  color: rgb(0 91 67 / var(--tw-text-opacity));
}
.text-map-color-1 {
  --tw-text-opacity: 1;
  color: rgb(20 37 38 / var(--tw-text-opacity));
}
.text-map-color-2 {
  --tw-text-opacity: 1;
  color: rgb(229 185 231 / var(--tw-text-opacity));
}
.text-master-plan-color {
  --tw-text-opacity: 1;
  color: rgb(163 118 225 / var(--tw-text-opacity));
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-paragraph-color {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-paragraph-color-2 {
  --tw-text-opacity: 1;
  color: rgb(27 37 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.outline {
  outline-style: solid;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 764px) {
		.numbers-section::before {
			background: url('./img/numbers-img.jpg') no-repeat top center;
			background-size: cover;
			content: '';
			display: block;
			height: 100%;
			margin-top: 120px;
			position: absolute;
			right: 0;
			top: 0;
			width: 33%;
		}
	}
/* ============== TINY CAROUSEL START ============== */
.carousel-section .tns-controls [aria-controls] {
		border: 0;
		border-radius: 3px;
		color: #26D07C;
		cursor: pointer;
		font-size: 40px;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
	}
.carousel-section .tns-controls [data-controls="prev"] {
		left: -60px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-section .tns-controls [data-controls="next"] {
		position: absolute;
		right: -60px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
.carousel-quotes-nav > [aria-controls] {
    background: #D33E00;
		border: 0;
		border-radius: 50%;
    cursor: pointer;
		font-size: 0;
		height: 9px;
		margin: 0 5px;
		opacity: 1;
		padding: 0;
		transition: 0.3s ease all;
		width: 9px;
	}
.carousel-quotes-nav > .tns-nav-active {
    border-radius: 9px;
		opacity: 1;
		width: 50px;
	}
/* ============== TINY CAROUSEL END ============== */
/* ============== GALLERY MODAL START ============== */
.js-gallery-modal {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.7);
		z-index: 100;
	}
.js-gallery-modal .modal-image{
		height: 100%;
		max-height: 600px;
		max-width: 960px;
		width: auto;
	}
.js-gallery-modal .js-icono-cerrar {
		position: absolute;
		top: 0;
		right: 0;
		width: 21px;
		height: 21px;
		padding: 30px 25px;
		cursor: pointer;
	}
.js-gallery-modal .js-icono-cerrar:after, .js-icono-cerrar:before{
		content:"";
		position:absolute;
		top: 2rem;
		width:2rem;
		height:2px;
		background-color: #FFFFFF;
		transform:rotate(45deg);
		opacity:.6; 
	}
.js-gallery-modal .js-icono-cerrar:before {
		right: 10px; 
	}
.js-gallery-modal .js-icono-cerrar:after{
		right: 10px;
		transform:rotate(-45deg); 
	}
.js-gallery-modal .js-icono-cerrar:hover:before{
		background-color: #9ca3af;
	}
.js-gallery-modal .js-icono-cerrar:hover:after{
		background-color: #9ca3af;
	}
.js-gallery-modal #prev, .js-gallery-modal #next{
		position: absolute;
	}
.js-gallery-modal #prev{
		left: 0px;
	}
.js-gallery-modal #next{
		right: 0px;
	}
.js-gallery-modal a.arrow{
		color: #FFFFFF;
		display: inline-block;
		font-size: 0;
		padding: 10px 15px;
		position: relative;
	}
.js-gallery-modal a.arrow#prev {
		left: 10px;
	}
.js-gallery-modal a.arrow#prev::before {
		content: "\f177";
		display: block;
		font-family: "Font Awesome 5 Pro";
		font-size: 24px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
	}
.js-gallery-modal a.arrow#next {
		right: 10px;
	}
.js-gallery-modal a.arrow#next::before {
		content: "\f178";
		display: block;
		font-family: "Font Awesome 5 Pro";
		font-size: 24px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
	}
.js-gallery-modal a.arrow:hover{
		color: #9ca3af;
	}
/* ============== GALLERY MODAL END ============== */
.bg-header {
    background-color: rgb(27 37 38 / var(--tw-bg-opacity));
	}
.quoter-form input, .quoter-form select{
		background-color: #ffffff;
		border: none;
	}
.image-form{
	background-color: white;
	background: white; 
	width: auto; 
	height: 600px
}

@media (max-width: 764px) {
	.image-form {
		height: 450px;
	}
}

@media (max-width: 568px) {
	.image-form {
		height: auto;
	}
}

.hover\:border-accent-color:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 232 221 / var(--tw-border-opacity));
}

.hover\:bg-accent-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 232 221 / var(--tw-bg-opacity));
}

.hover\:bg-cta-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 62 0 / var(--tw-bg-opacity));
}

.hover\:bg-paragraph-color-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 37 38 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-main-color:hover {
  --tw-text-opacity: 1;
  color: rgb(0 91 67 / var(--tw-text-opacity));
}

.hover\:text-main-color-2:hover {
  --tw-text-opacity: 1;
  color: rgb(224 176 245 / var(--tw-text-opacity));
}

.hover\:text-paragraph-color-2:hover {
  --tw-text-opacity: 1;
  color: rgb(27 37 38 / var(--tw-text-opacity));
}

@media (min-width: 500px) {

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mt-\[105px\] {
    margin-top: 105px;
  }

  .sm\:mt-\[82px\] {
    margin-top: 82px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-\[250px\] {
    height: 250px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:min-w-\[145px\] {
    min-width: 145px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pt-\[105px\] {
    padding-top: 105px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }
}

@media (min-width: 668px) {

  .md\:relative {
    position: relative;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[-250px\] {
    top: -250px;
  }

  .md\:top-\[450px\] {
    top: 450px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-\[500px\] {
    margin-left: 500px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mt-\[115px\] {
    margin-top: 115px;
  }

  .md\:mt-\[82px\] {
    margin-top: 82px;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:h-\[560px\] {
    height: 560px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:min-h-\[320px\] {
    min-height: 320px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[229px\] {
    max-width: 229px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-\[115px\] {
    padding-top: 115px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }
}

@media (min-width: 764px) {

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[82px\] {
    margin-top: 82px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[420px\] {
    height: 420px;
  }

  .lg\:min-h-\[200px\] {
    min-height: 200px;
  }

  .lg\:min-h-\[576px\] {
    min-height: 576px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-\[328px\] {
    width: 328px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:bg-cta-color {
    --tw-bg-opacity: 1;
    background-color: rgb(211 62 0 / var(--tw-bg-opacity));
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[64px\] {
    line-height: 64px;
  }

  .lg\:leading-\[78px\] {
    line-height: 78px;
  }
}

@media (min-width: 1020px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:top-\[-250px\] {
    top: -250px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:ml-\[700px\] {
    margin-left: 700px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[560px\] {
    height: 560px;
  }

  .xl\:min-h-\[560px\] {
    min-height: 560px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-\[500px\] {
    max-width: 500px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-\[60px\] {
    padding: 60px;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1276px) {

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }
}












