@font-face {
  font-family: "fava-black";
  src: url("../fonts/fava/fava-black.eot");
  src: url("../fonts/fava/fava-black.eot?#iefix") format("embedded-opentype"), url("../fonts/fava/fava-black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "myriad";
  src: url("../fonts/myriad/myriad-pro-regular.eot");
  src: url("../fonts/myriad/myriad-pro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad/myriad-pro-regular.OTF") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-ce-55-roman";
  src: url("../fonts/helvetica/helvetica-neue-ce-55-roman.eot");
  src: url("../fonts/helvetica/helvetica-neue-ce-55-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-neue-ce-55-roman.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-ce-75-bold";
  src: url("../fonts/helvetica/helvetica-neue-ce-75-bold.eot");
  src: url("../fonts/helvetica/helvetica-neue-ce-75-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-neue-ce-75-bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue";
  src: url("../fonts/helvetica/helvetica-neue.eot");
  src: url("../fonts/helvetica/helvetica-neue.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-neue.ttc") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica/helvetica.eot");
  src: url("../fonts/helvetica/helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica.ttc") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "gotham-bold";
  src: url("../fonts/gotham/gotham-bold.eot");
  src: url("../fonts/gotham/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-bold.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "gotham-book";
  src: url("../fonts/gotham/gotham-book.eot");
  src: url("../fonts/gotham/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-book.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "gotham-light";
  src: url("../fonts/gotham/gotham-light.eot");
  src: url("../fonts/gotham/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-light.ttf") format("truetype");
  font-display: swap;
  font-weight: light;
}
@font-face {
  font-family: "gotham-medium";
  src: url("../fonts/gotham/gotham-medium.eot");
  src: url("../fonts/gotham/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "trust-sans-alt-black";
  src: url("../fonts/trust-sans/trust-sans-alt-black.eot");
  src: url("../fonts/trust-sans/trust-sans-alt-black.eot?#iefix") format("embedded-opentype"), url("../fonts/trust-sans/trust-sans-alt-black.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "trust-sans-black";
  src: url("../fonts/trust-sans/trust-sans-black.eot");
  src: url("../fonts/trust-sans/trust-sans-black.eot?#iefix") format("embedded-opentype"), url("../fonts/trust-sans/trust-sans-black.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "trust-sans-bold";
  src: url("../fonts/trust-sans/trust-sans-bold.eot");
  src: url("../fonts/trust-sans/trust-sans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/trust-sans/trust-sans-bold.otf") format("opentype");
  font-display: swap;
  font-weight: bold;
}
.wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wrap .eye {
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.wrap .eye.animar.grin:after {
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 50%;
  background-image: url("../images/lolo.png");
  background-size: cover;
  left: -10px;
  bottom: -125%;
  -webkit-animation: grina_hover 7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: grina_hover 7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wrap .eye.grin:after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 50%;
  background-image: url("../images/lolo.png");
  background-size: cover;
  left: -10px;
  bottom: -125%;
  -webkit-animation: grina 7s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: grina 7s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes grina {
  0% {
    bottom: -125%;
  }
  5% {
    bottom: 5%;
  }
  10% {
    bottom: -125%;
  }
  100% {
    bottom: -125%;
  }
}

@keyframes grina {
  0% {
    bottom: -125%;
  }
  5% {
    bottom: 5%;
  }
  10% {
    bottom: -125%;
  }
  100% {
    bottom: -125%;
  }
}
@-webkit-keyframes grina_hover {
  0% {
    bottom: -125%;
  }
  5% {
    bottom: 5%;
  }
  10% {
    bottom: -125%;
  }
  100% {
    bottom: -125%;
  }
}
@keyframes grina_hover {
  0% {
    bottom: -125%;
  }
  5% {
    bottom: 5%;
  }
  10% {
    bottom: -125%;
  }
  100% {
    bottom: -125%;
  }
}
header .nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem 4.5rem;
}
header .nav--logo img {
  width: 15rem;
}
@media (max-width: 1024px) {
  header .nav--logo img {
    width: 7rem;
  }
}
header .nav--logo .nav-hamburger {
  fill: #fff;
  width: 2rem;
}
@media (min-width: 1023px) {
  header .nav--logo .nav-hamburger {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .nav--logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
header .nav--menu {
  flex-grow: 1;
  border-bottom: 1px solid #ECEDEE;
  margin-bottom: 1.85rem;
}
header .nav--menu.visible {
  display: block;
}
@media (max-width: 1024px) {
  header .nav--menu.visible {
    -webkit-animation: openMenu 0.3s ease forwards;
            animation: openMenu 0.3s ease forwards;
  }
}
header .nav--menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0 2rem 1rem;
}
header .nav--menu ul li a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 0.9rem;
  position: relative;
}
header .nav--menu ul li a.active {
  color: #EA0029;
}
header .nav--menu ul li a:hover {
  transition: all 0.3s;
  color: #EA0029;
}
header .nav--menu ul li a .lupa {
  width: 1rem;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  header .nav--menu ul li a .lupa {
    right: -1.4rem;
  }
}
@media (max-width: 1024px) {
  header .nav--menu ul li a {
    font-size: 0.9rem;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    padding-right: 25px;
  }
}
@media (min-width: 1280px) {
  header .nav--menu ul li a {
    font-size: 1rem;
    padding-top: 2px;
  }
}
@media (min-width: 1024px) {
  header .nav--menu ul li {
    margin-left: 7%;
  }
}
@media (max-width: 1024px) {
  header .nav--menu ul {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 2rem 2rem;
  }
}
@media (max-width: 1024px) {
  header .nav--menu {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
    background-color: #000;
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  header .nav {
    padding: 1rem 1.5rem;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .d-none-menu {
    display: none;
  }
}

@-webkit-keyframes openMenu {
  0% {
    opacity: 0;
    top: 90%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}

@keyframes openMenu {
  0% {
    opacity: 0;
    top: 90%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
.footer {
  background-color: #ECEDEE;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem 5rem;
}
.footer--enlaces ul {
  list-style: none;
}
.footer--enlaces ul li {
  margin-bottom: 4px;
}
.footer--enlaces ul li a {
  color: #070707;
  text-shadow: 0 0 black;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.footer--enlaces ul li a:hover {
  color: #EA0029;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .footer--enlaces ul li a {
    font-size: 1.2rem;
  }
}
.footer--enlaces hr {
  margin: 1rem 0;
  border: 1px solid #070707;
  background-color: #070707;
}
@media (min-width: 640px) {
  .footer--enlaces {
    width: 50%;
    max-width: 290px;
  }
}
.footer--logo {
  color: #070707;
}
.footer--logo a {
  display: block;
  margin-left: auto;
  width: 7rem;
}
.footer--logo a img {
  width: 100%;
}
.footer--logo p {
  font-family: "myriad", sans-serif, arial;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .footer--logo p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer--logo {
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 2.5rem 2rem 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}

/* You can add global styles to this file, and also import other style files */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}

html,
body {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #070707;
  font-family: "helvetica-neue-ce-55-roman", sans-serif, arial;
  color: #fff;
  font-size: 16px;
  overflow-x: hidden;
}

.page {
  min-height: 90vh;
}

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

a {
  text-decoration: none;
}

b {
  font-family: "helvetica-neue-ce-75-bold", sans-serif, arial;
  font-weight: bold;
}

.cont-separador-msg {
  background-color: #EA0029;
  padding: 1.65rem 2rem;
  padding-top: 2rem;
}
.cont-separador-msg h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "helvetica-neue-ce-75-bold", sans-serif, arial;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 375px) {
  .cont-separador-msg h1 {
    font-size: 1.7rem;
  }
}
@media (min-width: 640px) {
  .cont-separador-msg h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cont-separador-msg h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .cont-separador-msg h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1280px) {
  .cont-separador-msg h1 {
    line-height: 0.75;
    font-size: 2.7rem;
  }
}
@media (min-width: 1440px) {
  .cont-separador-msg h1 {
    font-size: 3rem;
  }
}

.embed-container {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.smoke {
  position: absolute;
  background: url("../images/fondos/smoke.png") no-repeat;
  background-size: contain;
  z-index: 30;
  -webkit-animation: subir 15s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
          animation: subir 15s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

@-webkit-keyframes subir {
  0% {
    opacity: 0;
    transform: translate(-400%, 0%);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-60%, 2%);
  }
}

@keyframes subir {
  0% {
    opacity: 0;
    transform: translate(-400%, 0%);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-60%, 2%);
  }
}
.nav-active {
  color: #EA0029 !important;
}

.map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.map-frame {
  height: 100%;
}

#map {
  height: 100%;
}

.leaflet-control-layers {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */