#header {
  overflow: hidden; }

.header-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.header__logo {
  color: white;
  font-size: 10rem; }

.header__logo--sub {
  font-size: 1.6rem;
  margin-top: 3rem; }

@media (max-width: 56.25em) {
  .header__logo--sub {
    font-size: 2.3rem; } }

.header-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%; }

.header-container .video-overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%; }

.header-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%; }

.header-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap; }

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::-webkit-media-controls {
  display: none !important; }

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::-webkit-media-controls {
  opacity: 0; }

#myVideo::-webkit-media-controls {
  display: none !important; }

#myVideo::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

#myVideo::-webkit-media-controls {
  opacity: 0; }

video::-webkit-media-controls {
  display: none !important; }

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::-webkit-media-controls-enclosure {
  display: none !important; }

video {
  pointer-events: none; }

video::-webkit-media-controls {
  display: none; }

/* Could Use thise as well for Individual Controls */
:root {
  --color-secondary:#fa474b;
  --color-black: black;
  --color-white: white;
  --swiper-theme-color: rgb(255, 255, 255) !important; }

* {
  margin: 0;
  padding: 0; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: none; }

@media (max-width: 75em) {
  html {
    font-size: 56.25%; } }

@media (max-width: 56.25em) {
  html {
    font-size: 50%; } }

@media (max-width: 37.5em) {
  html {
    font-size: 30%; } }

@media (min-width: 112.5em) {
  html {
    font-size: 75%; } }

body {
  background-color: var(--color-white);
  font-weight: 200;
  overflow-x: hidden; }

@font-face {
  src: url(../fonts/Gilroy-Regular.ttf);
  font-family: 'Gilroy-regular';
  font-weight: 500; }

@font-face {
  src: url(../fonts/Gilroy-ExtraBold.otf);
  font-family: 'Gilroy-extra-bold';
  font-weight: 500; }

/* @font-face{
    src: url(../fonts/NEXT-ART_SemiBold.otf);
    font-family: 'next_art';
    font-weight: 400;
}
@font-face{
    src: url(../fonts/NEXT-ART_Regular.otf);
    font-family: 'next_art';
    font-weight: 300;
}

@font-face{
    src: url(../fonts/NEXT-ART_Light.otf);
    font-family: 'next_art';
    font-weight: 200;
}
@font-face{
    src: url(../fonts/NEXT-ART_Thin.otf);
    font-family: 'next_art';
    font-weight: 100;
} */
body {
  font-family: 'Gilroy-regular'; }

.heading--primary {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }

.heading--image {
  width: 10rem; }

@media (max-width: 37.5em) {
  .heading--image {
    width: 20rem; } }

.heading--sub {
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }

.heading--secondary {
  font-size: 5rem;
  font-weight: 200;
  text-transform: uppercase;
  color: var(--color-white);
  text-align: center; }

.heading--secondary--menu {
  margin-bottom: 12rem;
  margin-top: 10rem; }

.heading--secondary--nosotros {
  margin-top: 10rem; }

.heading--secondary--eventos {
  margin-top: 10rem; }

.text--secondary {
  color: var(--color-secondary); }

.text-bold {
  font-weight: 600; }

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: white; }

@media (max-width: 37.5em) {
  .section-header {
    color: #f6f6f6;
    position: absolute;
    top: 5%;
    left: 10%; } }

.section-promos {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 9rem;
  color: var(--color-white); }

.section-nosotros {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--color-white); }

.section-review {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--color-white); }

.section-services {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12rem;
  color: var(--color-white);
  overflow: hidden;
  background-color: black; }

@media (max-width: 37.5em) {
  .section-services {
    padding: 12rem 0rem; } }

.section-intersection--1 {
  padding: 25rem 0rem;
  background: url(../images/1-comp-2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: -1px; }

@media (max-width: 75em) {
  .section-intersection--1 {
    background-attachment: scroll; } }

.section-intersection--2 {
  padding: 25rem 0rem;
  background: url(../images/2-comp.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px; }

@media (max-width: 75em) {
  .section-intersection--2 {
    background-attachment: scroll; } }

@media (max-width: 75em) {
  @supports (-webkit-touch-callout: none) {
    .section-intersection--2 {
      background-position: center;
      background-size: cover;
      background-attachment: scroll; } } }

.section-contacto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 11rem;
  color: black;
  background: white;
  /* background: url(../images/slider/1.JPG); */
  background-position: bottom;
  background-size: cover; }

.section-contacto--eventos {
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.151) 50%, black 98%), url(../images/viking-1.jpg);
  /* background: url(../images/slider/1.JPG); */
  background-position: bottom;
  background-size: cover; }

@media (max-width: 37.5em) {
  .section-contacto {
    padding: 9rem  0rem; } }

.section-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 9rem;
  margin: 0rem 0rem 9rem 0rem;
  color: var(--color-white);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.082) 50%, rgba(0, 0, 0, 0.582) 87%, black 98%), url(../images/eventos/DSC05226.JPG);
  /* background: url(../images/slider/1.JPG); */
  background-position: bottom;
  background-size: cover; }

.section-reviews--eventos {
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.151) 50%, black 98%), url(../images/viking-1.jpg);
  /* background: url(../images/slider/1.JPG); */
  background-position: bottom;
  background-size: cover; }

@media (max-width: 37.5em) {
  .section-reviews {
    padding: 9rem  0rem; } }

.footer {
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 37.5em) {
  .footer {
    padding: 0rem; } }

.header-container {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%; }

.swiper-slide--1 {
  /* background: url(../images/slider/1.JPG); */
  background-position: center;
  background-size: cover; }

@media (max-width: 37.5em) {
  .swiper-slide--1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 98%), url(../images/slider/2.JPG);
    background-position: center;
    background-size: cover; } }

.swiper-slide--2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 98%), url(../images/slider/3.JPG);
  background-position: 60%;
  background-size: cover; }

.swiper-slide--3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 98%), url(../images/EVENTOS.jpg);
  background-position: center;
  background-size: cover; }

@media (max-width: 37.5em) {
  .swiper-slide--3 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 98%), url(../images/EVENTOS-mobile.jpg);
    background-position: 87% center;
    background-size: cover; } }

.swiper-button-next, .swiper-button-prev {
  color: var(--color-white) !important; }

.swiper-pagination-bullet-active {
  color: var(--color-white) !important; }

section#slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /*     background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), black 85%), url(../images/barco-vikingo.jpg); */
  /*  background: linear-gradient(red,black,url(../images/barco-vikingo.jpg)); */
  background-position: center;
  background-size: cover; }

.header__image {
  width: 50rem; }

.header__image--picture {
  width: 50rem; }

@media (max-width: 56.25em) {
  .header__image--picture {
    width: 60rem; } }

@media (max-width: 56.25em) {
  .header__image {
    width: 60rem; } }

div#content-images-slider {
  width: 100%;
  height: 100%; }

div.image-slider {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  /*    backdrop-filter: brightness(0.6); */ }

/* div.image-slider-barco{
    position: absolute;
    top: 0;
    left: 0;
    width: 100rem;
    height: 100rem;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    backdrop-filter: brightness(0.6);
} */
h1#slider-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  font-weight: 100;
  letter-spacing: 5rem;
  /*   background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: white; }

section#content {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0; }

div.text-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9; }

.navigation {
  height: 10rem;
  font-size: 1.3rem;
  font-weight: 300;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  z-index: 1000000;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%); }

@media (max-width: 37.5em) {
  .navigation {
    position: fixed;
    font-size: 3.7rem;
    overflow-y: visible;
    flex-direction: column; } }

.navigation__list {
  display: flex; }

@media (max-width: 37.5em) {
  .navigation__list {
    flex-direction: column;
    position: fixed;
    transform: translate(-50%, 0%);
    left: 150%;
    top: 0%;
    z-index: 1000000000;
    transition: all .4s;
    background: black;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; } }

.navigation #check:checked ~ .navigation__list {
  left: 50%;
  z-index: 1000000000;
  position: absolute;
  flex-direction: column;
  transform: translate(-50%, 0%);
  transition: all .4s;
  background: black;
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }

.navigation__item {
  z-index: 1000000000;
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  padding: 0rem 4rem; }

.navigation__item:hover .navigation__link {
  color: #a8a8a8; }

@media (max-width: 56.25em) {
  .navigation__item {
    padding: 2rem;
    align-self: auto; } }

.navigation__item--tienda {
  background-color: white;
  border-radius: 14px;
  padding: .5rem 4rem; }

.navigation__item--tienda a {
  color: black; }

.navigation__link {
  text-decoration: none;
  color: var(--color-white);
  transition: all .2s; }

.checkbtn {
  display: none;
  position: absolute;
  top: 5%;
  right: 10%;
  color: white;
  cursor: pointer; }

@media (max-width: 37.5em) {
  .checkbtn {
    display: flex;
    position: fixed;
    z-index: 10000000000000000;
    font-size: 7rem;
    top: 6rem; } }

.navigation__checkbox {
  display: none;
  transition: all .4s; }

.promos {
  padding: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.promos__texto {
  flex: 0 0 60%;
  font-size: 5rem; }

.promos__texto--promo {
  font-size: 10rem; }

.promos__photo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.promos__photo--picture {
  width: 100%; }

.nosotros {
  display: flex;
  background: white;
  background-position: center;
  background-size: cover;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 30rem;
  min-height: 90vh; }

.nosotros__2 {
  background: linear-gradient(to bottom, black 0%, rgba(4, 4, 4, 0) 40%, black 98%), url(../images/viking-3.jpg);
  background-position: center;
  background-size: cover; }

.nosotros__texto {
  color: black;
  flex: 0 0 50%;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

@media (max-width: 37.5em) {
  .nosotros__texto {
    font-size: 2.5rem;
    line-height: 6.5rem; } }

.nosotros__texto--info {
  font-size: 1.5rem;
  display: initial; }

@media (max-width: 37.5em) {
  .nosotros__texto--info {
    font-size: 3.5rem; } }

.nosotros__texto--big {
  font-size: 8rem;
  line-height: 80%;
  text-transform: lowercase;
  font-family: 'Gilroy-extra-bold'; }

@media (max-width: 37.5em) {
  .nosotros__texto--big {
    font-size: 12rem;
    margin-bottom: 15rem; } }

.nosotros__photo {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.nosotros__photo--picture {
  width: 100%; }

@media (max-width: 37.5em) {
  .nosotros__photo {
    margin-top: 9rem;
    padding: 20rem; } }

@media (max-width: 75em) {
  .nosotros {
    min-height: 75vh;
    padding: 0rem 20rem; } }

@media (max-width: 37.5em) {
  .nosotros {
    flex-direction: column;
    justify-content: center;
    padding: 15rem 15rem; } }

.services {
  width: 100%;
  display: flex;
  padding: 4rem 0rem 0rem 0rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: visible !important; }

@media (max-width: 75em) {
  .services {
    flex-direction: initial; } }

@media (max-width: 37.5em) {
  .services {
    padding: 0rem;
    overflow: initial; } }

.services__item {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  flex: 33%;
  max-width: 33.333333%;
  position: relative; }

.services__item--second_row {
  margin-top: 12rem; }

.services__item__home {
  background: linear-gradient(to bottom, black 10%, rgba(4, 4, 4, 0) 40%, black 98%), url(../images/services/DSC01319.JPG);
  background-position: center;
  background-size: cover; }

@media (max-width: 75em) {
  .services__item {
    flex-direction: column;
    flex: 0 0 100%;
    margin: 4rem 0rem !important;
    max-width: 85%; } }

@media (max-width: 37.5em) {
  .services__item {
    flex-direction: column;
    flex: 0 0 100%;
    margin: 7rem 0rem !important;
    max-width: 85%; } }

.services__item--1 {
  background-position: center;
  background-size: cover;
  grid-column: 1/3;
  grid-row: 1; }

.services__item--2 {
  margin-top: -4.5rem;
  background-position: center;
  background-size: cover;
  grid-column: 3;
  grid-row: 1; }

@media (max-width: 56.25em) {
  .services__item--2 {
    margin: inherit; } }

.services__item--3 {
  background-position: center;
  background-size: cover;
  grid-column: 2/4;
  grid-row: 2; }

.services__item--4 {
  background-position: center;
  background-size: cover;
  grid-column: 1;
  grid-row: 2; }

.services__item--5 {
  background-position: center;
  background-size: cover;
  grid-column: 1;
  grid-row: 2; }

.services__item:hover .services__text {
  top: 50%; }

.services__item:hover {
  /* transform: scale(1.1); */
  transition: all .6s;
  z-index: 100000; }

.services__info--title {
  font-family: 'Gilroy-extra-bold';
  font-size: 3.7rem;
  text-align: center; }

@media (max-width: 56.25em) {
  .services__info--title {
    font-size: 7.5rem; } }

.services__info--text {
  text-align: center;
  font-size: 1.5rem;
  width: 75%;
  margin-bottom: 3rem; }

@media (max-width: 75em) {
  .services__info--text {
    margin: 5rem; } }

@media (max-width: 37.5em) {
  .services__info--text {
    margin: unset;
    font-size: 3.5rem; } }

.services__info--picture_placer {
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 37.5em) {
  .services__info--picture_placer {
    height: 60rem; } }

@media (max-width: 37.5em) {
  .services__info--picture_placer--2 {
    height: 40rem; } }

.services__info--picture {
  height: 120%; }

@media (max-width: 56.25em) {
  .services__info--picture {
    height: 130%; } }

@media (max-width: 37.5em) {
  .services__info--picture {
    height: 95%; } }

.services__text {
  font-size: 4rem;
  text-align: center;
  transition: all .2s;
  position: absolute;
  top: 100%; }

@media (max-width: 37.5em) {
  .services__text {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content; } }

@media (max-width: 56.25em) {
  .services {
    padding: 0; } }

@-webkit-keyframes backg {
  0% { }
  100% { } }

@keyframes backg {
  0% { }
  100% { } }

.btn, .btn:active, .btn:focus {
  text-decoration: none;
  border: none;
  outline: none;
  font-family: inherit;
  padding: 2rem 4rem;
  position: relative;
  transition: all .3s;
  text-align: center;
  border-radius: 4rem; }

.btn:hover {
  background-color: var(--color-white);
  color: var(--color-black); }

.btn--menu {
  border: 1px solid white;
  font-size: 3rem;
  background-color: black;
  border: 1px solid white;
  color: white;
  /*   &::after{
                background-color: rgb(255, 255, 255);
             } */ }

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s; }

.btn--secondary {
  color: var(--color-white);
  border: 1px solid var(--color-secondary);
  background: var(--color-secondary);
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, var(--color-white) 50%);
  background-size: 220%; }

.btn--secondary::after {
  border-radius: inherit; }

.btn--secondary:hover {
  background-position: 100%;
  color: var(--color-secondary); }

.btn--secondary:hover + .sushi--animated {
  top: 80%; }

.btn--form {
  color: var(--color-white);
  border: 1px solid var(--color-secondary);
  background: var(--color-secondary);
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, var(--color-white) 50%);
  background-size: 220%;
  cursor: pointer;
  transition: all .2s; }

.btn--form:hover {
  color: var(--color-secondary);
  background-position: 100%; }

@media (max-width: 37.5em) {
  .btn--form {
    color: black; } }

.button--placer {
  display: flex;
  justify-content: center;
  height: 13%;
  align-items: flex-end; }

.contacto {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-position: center;
  background-size: cover;
  /*  padding: 9rem 0rem; */
  text-transform: uppercase; }

@media (max-width: 56.25em) {
  .contacto {
    padding: 6rem 0rem;
    flex-direction: column; } }

@media (max-width: 37.5em) {
  .contacto {
    flex-direction: column; } }

.contacto__form {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

@media (max-width: 56.25em) {
  .contacto__form {
    flex: 0 0 70%; } }

.contacto__input {
  outline: none;
  font-weight: 200;
  color: var(--color-black);
  background-color: inherit;
  width: 85%;
  padding: 1rem;
  margin: 4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: inherit;
  border: none;
  border-bottom: 1px solid var(--color-black); }

.contacto__input::-moz-placeholder {
  font-weight: 200;
  color: black;
  position: relative;
  z-index: 10; }

.contacto__input:-ms-input-placeholder {
  font-weight: 200;
  color: black;
  position: relative;
  z-index: 10; }

.contacto__input::placeholder {
  font-weight: 200;
  color: black;
  position: relative;
  z-index: 10; }

.btn--submit {
  color: var(--color-black);
  border: 1px solid var(--color-black);
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, var(--color-black) 50%);
  background-size: 220%;
  cursor: pointer; }

@media (max-width: 37.5em) {
  .btn--submit {
    color: black; } }

.show__message {
  margin: 5rem 0rem; }

.mail_message {
  background-color: #57db83;
  color: white;
  font-size: 1.5rem;
  padding: 1rem; }

.contact__details {
  flex: 0 0 33%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column; }

@media (max-width: 37.5em) {
  .contact__details {
    margin: 5rem; } }

.info__list {
  margin-top: 5rem;
  list-style: none;
  text-decoration: none;
  font-size: 2.5rem; }

.info__item {
  margin: 3rem;
  text-align: center;
  color: black !important;
  text-decoration: none !important; }

a[href^="tel"] {
  color: black !important;
  /* Inherit text color of parent element. */
  text-decoration: none !important;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.review {
  padding: 6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }

.review__item--image {
  width: 10rem;
  color: red;
  transition: .4s; }

.review__item--image--1 {
  width: 13rem; }

.review__item--image--2 {
  width: 25rem; }

.review__item--link {
  cursor: pointer; }

.review__item--link:hover > img {
  transform: scale(1.2); }

.iframe__map {
  aspect-ratio: 1/1;
  height: 100%; }

@media (max-width: 75em) {
  .iframe__map {
    width: 85%;
    margin: 5rem; } }

@media (max-width: 37.5em) {
  .iframe__map {
    width: 100%;
    margin: 5rem; } }

.footer {
  background: var(--color-secondary);
  display: flex;
  font-size: 1.5rem;
  color: black;
  justify-content: space-around;
  text-transform: uppercase; }

@media (max-width: 56.25em) {
  .footer {
    font-size: 2rem; } }

@media (max-width: 37.5em) {
  .footer {
    font-size: 3.5rem; } }

.footer__list {
  display: flex;
  border-top: 1px solid black;
  list-style: none;
  padding: 5rem; }

@media (max-width: 37.5em) {
  .footer__list {
    justify-content: center;
    align-content: center;
    align-items: center; } }

.footer__item {
  padding: 0rem 2rem;
  transition: all .3s; }

.footer__item:hover {
  transform: scale(1.2); }

.footer__item:hover > .footer__link {
  color: #666666; }

@media (max-width: 37.5em) {
  .footer__item {
    margin: 1.1rem; } }

.footer__link {
  color: black;
  text-decoration: none; }

.footer__logo {
  transition: all .4s; }

.footer__logo--logo_image {
  width: 20rem; }

@media (max-width: 37.5em) {
  .footer__logo {
    margin: 5rem; } }

.footer__emfes {
  font-size: 1.3rem; }

.footer__emfes--link {
  color: black;
  text-decoration: none; }

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

.footer__icons {
  padding: 2rem;
  transition: all .4s; }

.footer__icons:hover {
  transform: scale(1.2); }

.sushi--animated {
  width: 20rem;
  transform: rotateZ(188deg);
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s; }

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