body {
  font-family: "staatliches-regular", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  line-height: 1.6;
}

.navbar {
  height: auto;
  background-color: rgba(173, 216, 230, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.8;
}
.navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.navbar .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar .container .logotipo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar .container .logotipo .image {
  width: 55px;
  max-height: none;
  height: auto;
}
.navbar .container .logotipo .brand-name {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-size: 2em;
  padding-top: 10px;
  padding-left: 20px;
}
.navbar .container .navbar-end {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .navbar .container .navbar-end .navbar-item .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.navbar .container .button {
  border-radius: 20px;
  background-color: #0C9188;
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  height: auto;
}
.navbar .container .button:hover {
  background-color: #087831;
}
.navbar .container .button img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.navbar .container .button .subtitle-alt {
  color: #fff;
  font-family: "staatliches-regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 5px;
  letter-spacing: 1px;
}

.hero {
  background-color: #EBC755;
  background-image: url(/imgs/bg_hero.png);
  background-size: cover;
  padding-top: 6rem;
}
.hero .container .columns .column .title {
  color: #0C9188;
  font-family: "DM Sans", sans-serif;
  font-weight: 1000;
}
.hero .container .columns .column .title-hero-alt {
  margin-top: -20px;
}
.hero .container .columns .column .title-hero-alt span {
  color: #000000;
  font-family: "Staatliches", sans-serif;
  font-size: 1.1em;
}
.hero .container .columns .column h1.subtitle {
  font-family: "DM Sans", sans-serif;
  color: #000000;
}
.hero .container .columns .column h2.subtitle-hero {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  color: #000000;
}

.banner {
  background-image: url(/imgs/bg-gambas.JPG);
  background-size: cover;
}
.banner .container:first-of-type .is-flex div {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 15px 25px;
  border-radius: 12px;
}
.banner .container:first-of-type .is-flex div .title {
  font-family: "DM Sans", sans-serif;
  font-weight: 1000;
  font-size: 2.5em;
  color: #EBC755;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}
.banner .container:first-of-type .is-flex div .subtitle {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.servicios-cards {
  width: 100%;
  margin-left: 0;
}
.servicios-cards .card {
  height: auto;
  min-height: 280px;
  margin-bottom: 1.5rem;
  background-color: #EBC755;
  border-radius: 20px;
}
.servicios-cards .card .card-content {
  padding: 1.5rem;
}
.servicios-cards .card .card-content .title {
  font-family: "Staatliches", sans-serif;
  letter-spacing: 1px;
  font-weight: 1000;
  color: #000000;
}
.servicios-cards .card .card-content p {
  font-family: "DM Sans", sans-serif;
  color: #2C3D50;
}
.servicios-cards .card .card-content .subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .servicios-cards .card {
    height: auto;
    min-height: unset;
  }
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #0C9188;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.whatsapp-float .whatsapp-icon {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
}

.CTA {
  background-color: #68C0AB;
}
.CTA .title {
  color: #000000;
  font-family: "Staatliches", sans-serif;
  font-weight: 700;
}
.CTA .subtitle {
  margin-top: 5%;
  font-family: "DM Sans", sans-serif;
  color: #000000;
}
.CTA .subtitle-alt {
  font-family: "Staatliches", sans-serif;
}

.social-media-section .container .social-title {
  font-family: "Staatliches", sans-serif;
}
.social-media-section .container .social-icons {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .social-media-section .container .social-icons {
    display: flex;
    flex-direction: column;
  }
}
.social-media-section .container .social-icons .social-icon-link {
  padding: 10px;
}
.social-media-section .container .social-icons .social-icon-link .social-icon {
  width: 25px;
}
.social-media-section .container .social-icons .social-icon-link span {
  color: #000000;
  font-family: "Staatliches", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9em;
}/*# sourceMappingURL=index.css.map */