:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Adamina, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h3 {
  letter-spacing: .15em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Hurmegeometricsans 1";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.36;
}

.navbar {
  justify-content: space-between;
  padding: 22px 40px;
  display: block;
}

.logo-link_wrapper {
  border-radius: 0 0 20px 20px;
  width: 132px;
  max-width: 132px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: absolute;
  inset: 0 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: none;
}

.header-video_container {
  height: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.nav_button {
  color: #000;
  letter-spacing: .15em;
  background-color: #fff;
  border: 1px solid #00000080;
  border-radius: 9px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.36;
}

.nav_button:hover {
  color: #fff;
  background-color: #000;
}

.nav_button.no-border {
  border-style: none;
}

.language-toggle-box {
  letter-spacing: .15em;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-3 {
  background-color: #000;
  width: 8.4px;
  height: 1.4px;
  margin-left: 8px;
  margin-right: 8px;
}

.link-block {
  padding: 15px;
  text-decoration: none;
}

.link-block.w--current {
  font-weight: 700;
}

.link-block-2 {
  text-decoration: none;
}

.nuestra_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1121px;
  margin-left: auto;
  margin-right: auto;
  padding: 118px 40px 115px;
  display: grid;
}

.div-block-4 {
  margin-right: 60px;
}

.heading {
  margin-bottom: 47px;
  font-size: 35px;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-quote {
  border-left-style: solid;
  border-left-width: 1px;
  margin-bottom: 47px;
  font-size: 19px;
  line-height: 1.65;
}

.div-block-6 {
  background-color: #fafafa;
}

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 100%;
}

.div-block-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-8 {
  padding-top: 74px;
  padding-bottom: 105px;
}

.slider-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._w-silder-dot {
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.about {
  background-color: #fafafa;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.slider-img {
  border-radius: 10px;
}

.mask {
  background-color: #fff;
  border-radius: 10px;
}

.slider-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 26px;
  display: flex;
  bottom: -32px;
}

.slider-wrapper {
  margin-bottom: 57px;
}

.right-arrow {
  display: none;
}

.heading-2 {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph {
  text-align: center;
  margin-bottom: 51px;
  font-size: 19px;
  line-height: 1.75;
}

.paragraph.left {
  text-align: left;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.max {
  width: 100%;
  max-width: 1121px;
}

.container.wd1121 {
  width: 100%;
  max-width: 1121px;
  height: auto;
}

.container.wd857 {
  max-width: 857px;
}

.container-2col {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2col-img_wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.heading-3 {
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 1.36;
}

.paragraph-2 {
  line-height: 20;
}

.paragraph-3 {
  font-size: 19px;
  line-height: 1.75;
}

.img-gallery {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1356px;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-wrapper {
  width: 33%;
}

.img-wrapper.swap {
  width: 66%;
  margin-top: 123px;
  padding-left: 20px;
}

.contact {
  background-color: #fafafa;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.left-content {
  text-align: left;
}

.heading-4 {
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 1.36;
}

.contact-box {
  margin-bottom: 77px;
}

.contact-box.last {
  margin-bottom: 0;
}

.contact-box.hidden {
  display: none;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block {
  border-left: 1px solid #00000080;
  padding-left: 33px;
  font-size: 18px;
  line-height: 1.9;
}

.link-block-3 {
  color: #333;
  font-size: 18px;
  line-height: 1.9;
  text-decoration: none;
}

.contact-box-info {
  border-left: 1px solid #00000080;
  flex-direction: column;
  padding-left: 33px;
  display: flex;
}

.map {
  width: 100%;
  height: 100%;
}

.div-block-9 {
  width: 100%;
  position: relative;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.reservas {
  margin-top: 140px;
  margin-bottom: 140px;
}

.reservas_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  display: grid;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.div-block-11 {
  height: 100%;
  max-height: 100%;
}

.footer_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.footer-logo {
  object-fit: contain;
  max-width: 100%;
}

.footer-container {
  background-color: #f3f4f4;
}

.socialmedia_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socialmedia_link {
  background-image: url('../images/Facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  padding: 20px;
}

.socialmedia_link.insta {
  background-image: url('../images/instagram_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.socialmedia_link.holatarifa {
  background-image: url('../images/Logo-HolaTarifa.svg');
  background-position: 50%;
  background-size: 18px;
}

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

.footer_nav_link {
  color: #000;
  text-align: center;
  letter-spacing: .15em;
  white-space: nowrap;
  padding: 15px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.36;
  text-decoration: none;
}

.footer-nav_divider {
  background-color: #000;
  width: 9px;
  height: 1px;
  margin-left: 12px;
  margin-right: 12px;
}

.cookie-modal {
  z-index: 1000;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 20vh;
}

.cookie-modal.show {
  display: none;
}

.cookie-text {
  color: #fafafa;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hurmegeometricsans 1";
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.link {
  color: #a0a0a0;
  text-decoration: none;
}

.button {
  color: #000;
  letter-spacing: .03em;
  background-color: #fff;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Hurmegeometricsans 1";
  font-size: 13px;
  font-weight: 600;
  display: none;
}

.text-block-3 {
  color: #fff;
  font-family: "Hurmegeometricsans 1";
}

.cookie-button {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin: 22px 23px;
  padding-left: 23px;
  padding-right: 23px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 600;
}

.legal-main {
  padding-top: 109px;
  padding-bottom: 177px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  line-height: 1.36;
}

.paragraph-4 {
  margin-bottom: 31px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.61;
  text-decoration: none;
}

.back-to-top-container {
  position: relative;
}

.bt-back-wrapper {
  z-index: 999;
  position: fixed;
  inset: auto 50px 10% auto;
}

.btn-back {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: #000;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 21px;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
}

.back-to-top_trigger {
  width: 0;
  position: absolute;
  top: 150vh;
}

.back-to-top_trigger.up {
  top: 50vh;
}

.link-2 {
  color: #303030;
  text-decoration: none;
}

.link-3 {
  color: #353535;
  text-decoration: none;
}

.link-4 {
  color: #353434;
  text-decoration: none;
}

.link-5 {
  color: #333;
  text-decoration: none;
}

.link-6 {
  color: #303030;
  text-decoration: none;
}

.link-7 {
  color: #333;
  text-decoration: none;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  height: 0;
}

.image-4 {
  object-fit: cover;
  object-position: 45% 50%;
  height: 100%;
}

.left-arrow, .left-arrow-2, .icon, .icon-2 {
  display: none;
}

.text-block-5 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

.footer_link_container {
  background-color: #fff;
  border-radius: 100vw;
  width: 137px;
  height: 137px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
  transform: translate(0, -61px);
}

.footer_link_container-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  transform: translate(0, -52px);
}

.linktoguia {
  background-color: #fff;
  border-radius: 100vw;
  width: 120px;
  height: 120px;
  padding: 10px;
  overflow: hidden;
}

.link-8 {
  color: #daa87e;
  white-space: nowrap;
  text-decoration: none;
}

.image-5 {
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  height: 100%;
}

.image-6 {
  border-radius: 10px;
  width: 100%;
}

.div-block-15 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 30px;
  }

  .logo-link_wrapper {
    width: 100px;
    max-width: 100px;
    margin-top: 0;
  }

  .nav_button {
    padding: 15px 23px;
    font-size: 12px;
  }

  .language-toggle-box {
    margin-left: 20px;
    font-size: 12px;
  }

  .nuestra_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-4 {
    margin-right: 10px;
  }

  .contact-box {
    margin-bottom: 50px;
  }

  .reservas_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
  }

  .reservas_content {
    padding-left: 5%;
  }

  .cookie-modal {
    max-width: 600px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
  }

  .image-4 {
    object-position: 45% 50%;
  }

  .div-block-15 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 5px;
  }

  .logo-link_wrapper {
    margin-top: 0;
    padding-top: 56px;
  }

  .nav-items_wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav-items_wrapper.right {
    flex-direction: column-reverse;
  }

  .nav_button {
    padding: 11px 15px;
  }

  .language-toggle-box {
    align-items: center;
    margin-left: 0;
  }

  .link-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nuestra_wrapper {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 2.3em;
  }

  .block-quote {
    font-size: 1.2em;
  }

  .div-block-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .paragraph {
    font-size: 1.2em;
  }

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

  .container.max {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.wd1121 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .container-2col {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 26px;
  }

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

  .img-gallery {
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
  }

  .img-wrapper {
    width: 66%;
  }

  .img-wrapper.swap {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .contact {
    padding-top: 30px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact-content {
    width: 100%;
    padding-bottom: 35px;
  }

  .left-content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-4 {
    text-align: center;
    font-size: 26px;
  }

  .text-block, .link-block-3 {
    font-size: 1.2em;
  }

  .div-block-9 {
    height: 400px;
  }

  .reservas_wrapper {
    grid-template-columns: 1fr;
  }

  .reservas_content {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    display: flex;
  }

  .footer_bottom {
    grid-column-gap: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .socialmedia_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .socialmedia_link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer_nav_link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav_divider {
    margin-left: 8px;
    margin-right: 8px;
  }

  .cookie-modal {
    max-width: 400px;
  }

  .cookie-button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-5 {
    font-size: 24px;
  }

  .back-to-top-container {
    display: none;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr auto;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .footer_link_container {
    width: 100px;
    height: 100px;
    margin-bottom: -50px;
  }

  .linktoguia {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-link_wrapper {
    border-radius: 20px;
    padding-top: 0;
    top: 189px;
  }

  .header-video_container {
    margin-top: 59px;
  }

  .nav_button.no-border {
    white-space: nowrap;
  }

  .nuestra_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .slider-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about {
    padding-bottom: 50px;
  }

  .container, .container.max, .container.wd1121 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-gallery {
    margin-top: 50px;
  }

  .img-wrapper {
    width: 100%;
  }

  .contact {
    padding-bottom: 30px;
  }

  .text-block {
    font-size: 1.1em;
  }

  .reservas {
    margin-top: 75px;
  }

  .footer_bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cookie-modal {
    max-width: 300px;
  }

  .div-block-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
  }

  .italic-text, .italic-text-2 {
    word-break: break-all;
  }

  .image-5 {
    object-fit: cover;
    width: 100%;
  }
}

#w-node-aeba6d48-9331-80a3-e9e4-e8c78c96897e-bacfd32a, #w-node-e7ad4d15-c18b-8bc1-d4d8-91b832f4a7af-bacfd32a, #w-node-_7483a28b-1eb2-f86a-c57f-9e7e81492d11-bacfd32a, #w-node-_014c2308-404f-2db1-8354-7230e4ad2bd4-bacfd32a, #w-node-_60a1e3c9-c86d-16fe-4e27-719ca60481e5-bacfd32a, #w-node-_4b400a59-5511-d578-e095-d7a9ebf5264d-bacfd32a, #w-node-_8d46a841-0b7b-e855-ec96-2cfcb74627d1-bacfd32a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaca037a-2175-fd11-3904-785317b5f0e4-17b5f0e0 {
  justify-self: start;
}

#w-node-aaca037a-2175-fd11-3904-785317b5f0ec-17b5f0e0 {
  justify-self: center;
}

#w-node-aaca037a-2175-fd11-3904-785317b5f0f5-17b5f0e0 {
  justify-self: end;
}

#w-node-_30ddc769-14c2-fd07-9e62-768adbf9301b-cc48a4bf, #w-node-_00a408ea-1a1b-9ee2-1e62-3bf0c6574bbd-cc48a4bf, #w-node-aeba6d48-9331-80a3-e9e4-e8c78c96897e-c343bf5d, #w-node-e7ad4d15-c18b-8bc1-d4d8-91b832f4a7af-c343bf5d, #w-node-_7483a28b-1eb2-f86a-c57f-9e7e81492d11-c343bf5d, #w-node-_014c2308-404f-2db1-8354-7230e4ad2bd4-c343bf5d, #w-node-_60a1e3c9-c86d-16fe-4e27-719ca60481e5-c343bf5d, #w-node-_4b400a59-5511-d578-e095-d7a9ebf5264d-c343bf5d, #w-node-_8d46a841-0b7b-e855-ec96-2cfcb74627d1-c343bf5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_014c2308-404f-2db1-8354-7230e4ad2bd4-bacfd32a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ba02b20-a113-d857-a1f8-bbdadcb93302-cc48a4bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_127bb5b4-bd44-2474-33c6-19a41d448ec5-cc48a4bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fd2363e7-6067-7ef8-b153-8115cc48a4cd-cc48a4bf {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_00a408ea-1a1b-9ee2-1e62-3bf0c6574bbd-cc48a4bf {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_014c2308-404f-2db1-8354-7230e4ad2bd4-c343bf5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aaca037a-2175-fd11-3904-785317b5f0e4-17b5f0e0, #w-node-aaca037a-2175-fd11-3904-785317b5f0f5-17b5f0e0 {
    justify-self: center;
  }

  #w-node-_3ba02b20-a113-d857-a1f8-bbdadcb93302-cc48a4bf {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_127bb5b4-bd44-2474-33c6-19a41d448ec5-cc48a4bf {
    justify-self: start;
  }

  #w-node-_30ddc769-14c2-fd07-9e62-768adbf9301b-cc48a4bf {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-fd2363e7-6067-7ef8-b153-8115cc48a4cd-cc48a4bf {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_00a408ea-1a1b-9ee2-1e62-3bf0c6574bbd-cc48a4bf {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Adamina';
  src: url('../fonts/Adamina-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adamina';
  src: url('../fonts/Adamina-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}