@import '../css/reset.css';
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: var(--primary-color);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 6rem;
  text-transform: uppercase;
}

h1 {
  font-size: 6rem;
  text-transform: uppercase;
}

h2 {
  font-size: 3.5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 3rem;
}

.responsive-table {
  overflow: hidden;
  overflow-x: auto;
}

table {
  min-width: 360px;
  width: 100%;
  border-collapse: collapse;
}

table caption {
  font-style: italic;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1rem;
}

table td,
table th {
  white-space: nowrap;
  padding: 1rem;
  text-align: left;
  border: 0.1rem solid var(--light-gray-color)
}

tfoot td,
table th {
  background: var(--light-gray-color);
}

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

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  transition: background-color 0.3s ease;
  position: relative;
}

.whatsapp-icon {
  width: 50px;
  height: auto;
  margin-left: 20px;
}
.lamp-icon {
  width: 80px;
  height: auto;
  margin-left: 20px;
}
.p-contact {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  display: inline;
  cursor: pointer;
  border-radius: 15px;
  background: linear-gradient(to right, #ffdc19, #f78503);
  -webkit-background-clip: text;
  color: transparent;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.p-contact:hover {
  border-radius: 15px;
  background: linear-gradient(to right, #ffdc19, #f78503);
  color: #ffffff;
  transform: scale(1.1);

}

.p-contact a{
  text-decoration: none;
  color: inherit;
}
.p-email {
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  display: inline;
  border-radius: 15px;background: linear-gradient(to right, #ffdc19, #f78503);
  -webkit-background-clip: text;
  color: transparent;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.p-email a{
  text-decoration: none;
  color: inherit;
}
iframe {
  width: 100%;
  height: 500px;
}


@media (max-width: 800px) {


  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  h3 {
    font-size: 3.2rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.9rem;
  }

  h6 {
    font-size: 2.7rem;
  }
}