@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-Ultrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Extended';
  src: url('./fonts/RFDewi/RFDewiExtended-UltraboldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}



html {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'RF Dewi Extended', sans-serif;
  margin: 0;
  padding: 0;
  background-color: white;
}

.main {
  display: flex;
  flex-direction: column;
  max-width: 1410px;
  margin: 0 auto;
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.12);
}

.navbar {
  background-color: rgba(255, 255, 255, 1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  padding: 2.5px 0;
  width: 100%;
  border-bottom: 3px solid rgba(204, 215, 77, 1);
}

.icon-nav {
  width: 269px;
  height: 69px;
  justify-self: end;
  margin-right: -20%;

  @media (max-width: 768px){
    margin-right: -20%;
  }
}

.navbar a {
  justify-self: end;
}

.phone-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.hero {
  width: 100%;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 446px;

  @media (max-width: 768px) {
    display: none;
  }
}

.hero-img-mobile {
  object-fit: cover;
  width: 100%;
  height: 327px;
  display: none;

  @media (max-width: 768px) {
    display: block;
  }
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px auto;
  max-width: 800px;

  @media (max-width: 768px) {
    max-width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 30px;
  }
}

.title {
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 46px;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 28px;
    line-height: 24px;
  }
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);

  @media (max-width: 768px) {
    flex-direction: column;
    gap: 0px;
  }
}

.content-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 20px;
  background-color: rgba(237, 237, 237, 1);
  border-radius: 21px;
  min-width: 379px;
  margin: 0;

  @media (max-width: 768px) {
    min-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
}

.text-light {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 23px;
  margin: 0;

  @media (max-width: 768px) {
    font-size: 13px;
    line-height: 20px;
  }
}

.text-strong {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 23px;
  margin: 0;

  @media (max-width: 768px) {
    font-size: 13px;
    line-height: 20px;
  }
}

.location-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: underline 3px rgba(204, 215, 77, 1);
  text-underline-offset: 8px;
  font-size: 17px;
  font-weight: 800;
  font-style: italic;
  line-height: 18px;
  color: rgba(0, 0, 0, 1);

  @media (max-width: 768px) {
    margin: 10px 0;
  }
}

.tabla-precios {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;

  @media (max-width: 768px) {
    max-width: 329px;
  }
}

.tabla-precios h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  line-height: 18px;

  @media (max-width: 768px) {
    font-size: 24px;
    line-height: 24px;
  }
}

.tabla-precios table {
  width: 100%;
  border-collapse: collapse;
}

.tabla-precios th,
.tabla-precios td {
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;

  @media (max-width: 768px) {
    font-size: 14px;
  }
}

.tabla-precios td {
  border: 1px solid rgba(194, 203, 219, 1);
}

.tabla-precios td > strong {
  color: rgba(45, 122, 255, 1);
  font-size: 20px;
  font-weight: 800;
  line-height: 18px;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.date {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 6%;
}

.date b {
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  line-height: 18px;
  margin-right: 97px !important;

  @media (max-width: 768px) {
    font-size: 12px;
    margin-right: 5px !important;
  }
}

#empty-text {
  margin-right: 50px !important;

  @media (max-width: 768px) {
    margin-right: 15px !important;
  }
}

.tabla-precios tr:first-child td {
  border-top: none;
  text-align: start;
}

.tabla-precios tr:last-child td {
  border-bottom: none;
  text-align: start;
}

.tabla-precios td:first-child {
  border-left: none;
}

.tabla-precios tr td:last-child {
  border-right: none;
  text-align: end;
}

.tabla-precios tr:nth-child(even) {
  background-color: transparent;
}

.info-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
  max-width: 600px;

  @media (max-width: 768px) {
    flex-direction: column;
    gap: 0px;
    max-width: 290px;
  }
}

.text-time {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  max-width: 326px;

  @media (max-width: 768px) {
    text-align: start;
    font-size: 14px;
    max-width: 100%;
  }
}

.text-time p {
  display: flex;
  align-items: center;
  gap: 10px;

  @media (max-width: 768px) {
    margin: 5px auto;
  }
}

.text-time strong {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  line-height: 18px;

  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.strong-number {
  font-size: 20px;
  font-weight: 800;
  font-style: normal !important;
  line-height: 18px;
  letter-spacing: 3%;
  color: rgba(45, 122, 255, 1);
  font-style: normal !important;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.text-info {
  flex: 1;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 17px;
  max-width: 285px;

  @media (max-width: 768px) {
    text-align: start;
    font-size: 12px;
    line-height: 12px;
    max-width: 100%;
  }
}

.content-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.button-widget {
  background-color: rgba(204, 215, 77, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 23px;
  padding: 10px 20px;
  text-decoration: none;
  border: 6px solid rgba(0, 0, 0, 1);
  cursor: pointer;
}

.footer-web {
  background-color: rgba(170, 193, 231, 0.47);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 100px;

  @media (max-width: 768px) {
    display: none;
  }
}

.footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1410px;
  width: 100%;
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.footer-text a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.email-icon {
  width: 18px;
  height: 12px;
}

.phone-footer-icon {
  width: 14px;
  height: 13px;
}

.footer-icon {
  width: 219px;
  height: 50px;
}

.footer-mobile {
  background-color: rgba(170, 193, 231, 0.47);
  padding: 20px 0;
  margin-top: 100px;

  @media (min-width: 768px) {
    display: none;
  }
}

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

.links-content_mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-text_mobile {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.footer-text_mobile a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.footer-icon_mobile {
  width: 152px;
  height: 36px;
  margin-top: 0px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 85%;
}

/* The Close Button */
.closess {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closess:hover,
.closess:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}