@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap");
h1 {
  font-family: "Merriweather", serif;
  font-size: 2.5em;
  margin: 0px;
}

h2 {
  font-family: "Merriweather", serif;
  font-size: 2em;
}

h3 {
  font-weight: bold;
}

* {
  font-family: "Roboto", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html, body {
  max-width: 100%;
}

body {
  margin: 0px;
  box-sizing: border-box;
}

main, header, footer {
  max-width: 100%;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

header {
  background: #000;
  padding: 10px 0px;
}
header .logo img {
  height: 65px;
}

section {
  padding: 100px 0px;
}

iframe {
  width: 100%;
}

.row {
  width: 1300px;
  margin: 0 auto;
}

.around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tcenter {
  text-align: center;
}

.nopadding {
  padding: 0px;
}

.dark * {
  color: #fff;
}

.cta {
  background-color: #000;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.cta.fixed {
  position: fixed;
  bottom: 2%;
  right: 20px;
}

.whatsapp {
  color: #fff;
  border: solid;
  background: #25D366 !important;
  line-height: 1em;
  vertical-align: middle;
}
.whatsapp img {
  display: inline-block;
  margin-right: 5px;
}

.mosaico {
  display: flex;
}
.mosaico > * {
  background-color: #a0a0a0;
  background-blend-mode: multiply;
  min-height: 400px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: 0;
  color: #fff;
  font-size: 1.5em;
  text-shadow: 2px 2px 10px #000;
  font-weight: bold;
}

.dividido {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.dividido > * {
  width: 50%;
  display: flex;
  align-items: center;
}
.dividido img {
  margin: 60px 0px;
}
.dividido.reverso {
  flex-direction: row-reverse;
}

.solotexto {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

#lottie {
  max-width: 700px;
  margin: 0 auto;
}

#zonas {
  background-color: #bb9260;
}

#empresa {
  background-color: #bb9260;
}
#empresa * {
  color: #fff;
}

footer {
  padding: 100px 0px;
  margin-top: -10px;
  background: #000;
}

.xs {
  display: none;
}

@media screen and (max-width: 600px) {
  section, header, footer {
    padding: 30px 15px;
  }
  .around, .between {
    flex-direction: column;
  }
  .row {
    width: auto;
  }
  .mosaico {
    height: auto !important;
    display: block;
    height: 200px;
  }
  .mosaico > * {
    width: 100%;
  }
  .dividido {
    flex-direction: column;
    gap: 20px;
  }
  .dividido > * {
    width: auto;
  }
  .dividido img {
    margin: 10px 0px;
  }
  .reverso {
    flex-direction: column !important;
  }
  .xs {
    display: block;
  }
  .xs-hidden {
    display: none;
  }
  .cta.fixed {
    right: 50%;
    transform: translateX(50%);
  }
  footer {
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=minimo.css.map */