@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=Montserrat:wght@400;500;600;700;800&display=swap");

/*
! tailwindcss v3.4.0 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

.vid1 {
width: 100%;
}

@media only screen and (max-width: 640px) {
  .vid2 {
      display: none;
  }
}
  
@media only screen and (min-width: 640px) {
  .vid1 {
      display: none;
  }
}

.container{
  width: 100%;
}

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

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

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

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-12{
  margin-bottom: 3rem;
}

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

.mb-8{
  margin-bottom: 2rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-screen{
  height: 100vh;
}

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-grow{
  flex-grow: 1;
}

.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-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-center{
  align-items: center;
}

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

.justify-between{
  justify-content: space-between;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-16{
  gap: 4rem;
}

.gap-20{
  gap: 5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-full{
  border-radius: 9999px;
}

.p-12{
  padding: 3rem;
}

.p-8{
  padding: 2rem;
}

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

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.pb-12{
  padding-bottom: 3rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-40{
  padding-top: 10rem;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.duration-200{
  transition-duration: 200ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  color: #E8E8E8;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

.btn-main {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.5rem;
  background-color: #FF8B00;
  border: 2px solid #FF8B00;
  border-radius: 200px;
  transition: all 0.2s ease-in-out;
}

.btn-main:hover, .btn-main:focus {
  color: #FF8B00;
  background-color: transparent;
}

.btn-send {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #33658A;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.btn-send:hover, .btn-send:focus {
  border: 2px solid #33658A;
  background-color: transparent;
}

.navbar {
  background-color: #33658A;
}

.navbar .logo,
.footer .logo {
  max-width: 200px;
}

@media (min-width: 768px) {
  .navbar .logo,
  .footer .logo {
    max-width: 150px;
  }
}

@media (min-width: 1280px) {
  .navbar .logo,
  .footer .logo {
    max-width: 200px;
  }
}

.navbar #desktop ul.links li {
  font-size: 14px;
}

.navbar.text-white #desktop * {
  color: #fff;
}

.navbar ul.links a:hover, .navbar ul.links a:focus,
.footer .aviso:hover,
.footer .aviso:focus {
  text-decoration: underline;
}

.navbar #toggleBtn {
  width: 80px;
  height: 80px;
  transition: all 0.5s ease-in-out;
  /* border: 3px solid white; */
}

.navbar #toggleBtn .icon,
.navbar #toggleBtn .icon::before,
.navbar #toggleBtn .icon::after {
  width: 35px;
  height: 3px;
  background-color: #E8E8E8;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.navbar #toggleBtn .icon::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-10px);
}

.navbar #toggleBtn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(10px);
}

.navbar #toggleBtn.open .icon {
  transform: translateX(-50px);
  background: transparent;
}

.navbar #toggleBtn.open .icon::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.navbar #toggleBtn.open .icon::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.navbar #sidebar {
  right: -100vw;
  width: 100%;
  background-color: #33658A;
}

@media (min-width: 640px) {
  .navbar #sidebar {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .navbar #sidebar {
    width: 30%;
  }
}

@media (min-width: 1280px) {
  .navbar #sidebar {
    width: 15%;
  }
}

.footer {
  background-color: #33658A;
}

.whatsapp {
  z-index: 999;
  right: 2rem;
  bottom: 2rem;
}

@media (min-width: 640px) and (max-width: 1279px) {
  .whatsapp {
    bottom: 6rem;
  }
}

.whatsapp a {
  height: 60px;
  width: 60px;
  background-color: #25D366;
}

.whatsapp a:hover {
  background-color: #128C7E;
}

.whatsapp a i {
  font-size: 2.5rem;
  color: white;
}

#slider * {
  color: #fff;
}

#slider .splide__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#slider .splide__slide .logo {
  max-width: 550px;
}

#slider .splide__slide .render {
  max-width: 600px;
}

@media (min-width: 1280px) {
  #slider .splide__slide .render {
    max-width: 800px;
  }
}

#slider .splide__slide.bg-1 {
  background-image: url(/assets/img/bg-1.webp);
}

#slider .splide__slide.bg-2 {
  background-image: url(/assets/img/bg-2.webp);
}

#features {
  background-color: #305F81;
}

#features * {
  color: #fff;
}

#features .feature {
  text-align: center;
  transition: all 0.2s ease-in-out;
}

#features .feature img {
  max-width: 150px;
  margin-bottom: 2rem;
}

#features .feature:hover, #features .feature:focus {
  transform: scale(1.1);
}

#about .content {
  max-width: 450px;
}

#about .content > .logo {
  display: flex;
  max-width: 400px;
}

#about .content p {
  color: #3f3f3f;
  font-weight: 500;
  text-align: justify;
}

#about .diagram {
  width: 100%;
  max-width: 400px;
}

@media (min-width: 1280px) {
  #about .diagram {
    max-width: 450px;
  }
}

#gallery {
  background-color: #E8E8E8;
}

#gallery .custom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
}

#gallery .custom.prev {
  background-image: url(/assets/img/arrow-l.png);
  left: 0.5rem;
}

@media (min-width: 1280px) {
  #gallery .custom.prev {
    left: 3rem;
  }
}

#gallery .custom.next {
  background-image: url(/assets/img/arrow-r.png);
  right: 0.5rem;
}

@media (min-width: 1280px) {
  #gallery .custom.next {
    right: 3rem;
  }
}

#gallery .custom > svg {
  display: none;
}

#gallery .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#location {
  background-color: #305F81;
}

#location * {
  color: #fff;
}

#location iframe {
  width: 100%;
  max-width: 700px;
}

#contact {
  background-color: #FF8B00;
}

#contact .form {
  background-color: #E8E8E8;
  border-radius: 1rem;
}

#contact .form .input {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}

#contact .form .input::-moz-placeholder {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

#contact .form .input::placeholder {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

#contact .form textarea {
  resize: none;
}

@media (min-width: 768px) {
  #contact .form textarea {
    width: 500px;
  }
}

#contact .form .loader {
  max-width: 50px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

#banner {
  background-image: url(/assets/img/bg-layout.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#banner *:not(option) {
  color: #fff;
}

#banner .content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  min-width: 60%;
  background: none;
  border: 2px solid transparent;
  border-bottom: 2px solid #fff;
  padding: 0.5rem 1rem;
  font-size: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 16px;
  background-position: calc(100% - 5px) 17px;
  background-repeat: no-repeat;
}

#banner .content option {
  color: #000;
}

#banner .map {
  width: 600px;
}

#banner .lote-btn {
  background-color: transparent;
  position: absolute;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
}

@media (max-width: 767px) {
  #banner .lote-btn {
    display: none;
  }
}

#banner .lote-btn.sm {
  width: 30px;
  height: 30px;
}

#banner .lote-btn.md {
  width: 50px;
  height: 50px;
}

#banner .lote-btn.lg {
  width: 40px;
  height: 90px;
}

#banner .lote-btn.xl {
  width: 150px;
  height: 30px;
}

#banner .lote-btn.custom {
  width: 60px;
  height: 60px;
}

#banner .lote-btn.l-1A {
  top: 80px;
  left: 429px;
}

#banner .lote-btn.l-1B {
  top: 88px;
  left: 459px;
}

#banner .lote-btn.l-1C {
  top: 99px;
  left: 498px;
}

#banner .lote-btn.l-1D {
  top: 110px;
  left: 536px;
}

#banner .lote-btn.l-2 {
  top: 128px;
  left: 423px;
}

#banner .lote-btn.l-3 {
  top: 160px;
  left: 412px;
}

#banner .lote-btn.l-4 {
  top: 193px;
  left: 403px;
}

#banner .lote-btn.l-5 {
  top: 211px;
  left: 391px;
}

#banner .lote-btn.l-6 {
  top: 227px;
  left: 440px;
}

#banner .lote-btn.l-7 {
  top: 241px;
  left: 489px;
}

#banner .lote-btn.l-8 {
  top: 321px;
  left: 448px;
}

#banner .lote-btn.l-9 {
  top: 309px;
  left: 406px;
}

#banner .lote-btn.l-10 {
  top: 298px;
  left: 369px;
}

#banner .lote-btn.l-11 {
  top: 289px;
  left: 331px;
}

#banner .lote-btn.l-12 {
  top: 276px;
  left: 272px;
}

#banner .lote-btn.l-13 {
  top: 179px;
  left: 272px;
}

#banner .lote-btn.l-14 {
  top: 142px;
  left: 217px;
}

#banner .lote-btn.l-15 {
  top: 107px;
  left: 221px;
}

#banner .lote-btn.l-16 {
  top: 74px;
  left: 232px;
}

#banner .lote-btn.l-17C {
  top: 52px;
  left: 334px;
}

#banner .lote-btn.l-17B {
  top: 41px;
  left: 295px;
}

#banner .lote-btn.l-17A {
  top: 31px;
  left: 258px;
}

#vendidoTexto {
  color: #FF8B00;
  font-weight: 700;
  font-size: 25px;
}

#details .title {
  color: #FF8B00;
}


#details .title * {
  color: #FF8B00;
}

#details .thumbs > img {
  max-width: 300px;
}

@media (min-width: 1280px) {
  #details .thumbs > img {
    max-width: 450px;
  }
}

#details .info .card {
  width: 230px;
  max-width: 230px;
  min-height: 300px;
  height: 100%;
  border-radius: 1rem;
}

#details .info .card * {
  font-size: 14px;
  color: #fff;
}

#details .info > .card:first-child {
  background-color: #FF8B00;
}

#details .info > .card:nth-child(2) {
  background-color: #C58027;
}

#details .info > .card:nth-child(3) {
  background-color: #506A76;
}

#details .info > .card:last-child {
  background-color: #33658A;
}

@media (min-width: 768px){
  .md\:inline{
    display: inline;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:items-start{
    align-items: flex-start;
  }
}

@media (min-width: 1024px){
  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:text-left{
    text-align: left;
  }
}

@media (min-width: 1280px){
  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

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

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=styles.css.map */