
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    font-family: "clother", sans-serif;
    font-style: normal;
    background: #111;
    color: #111;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

/* -- HEADER */
header {
    width: 100%;
    padding-top: 8px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: rgb(255,188,0);
    justify-content: center;
}

.logo {
  display: flex;
  justify-content: center;
  padding: 10px 0 14px 0;
}

.logo img {
    height: 70px;
    width: auto;
    display: block;
}

/* -- HERO */
.hero {
  height: 71vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #dfdfdff4;
  color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

.hero-content h1 {
  font-size: 3.9rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.hero-content a {
  font-size: 1.4rem;
  display: inline-block;
  border: 2px solid;
  border-radius: 400px;
  padding: 10px 30px;
  margin-bottom: 10px;
  color: #000;
  background-color: #fafafa;
  border: none;
}

.hero-content a:hover {
  color: #000;
  background-color: #ffffff;
  transition: ease-in;
}

/* -- SECTIONS */
section {
  padding: 50px 10%;
  background: #fff;
}

.section-title {
  padding: 50px 20%;
  font-size: 3.4rem;
  font-weight: 680px;
  margin-bottom: 10px;
  padding: 0;
}

.section-text {
  max-width: 680px;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 30px;
}

/* -- PRODUCTOS */
   
.productos a {
  font-size: 1.4rem;
  display: inline-block;
  border: 2px solid;
  border-radius: 400px;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.productos a:hover {
  background-color: #000;
  color: #fff;
  transition: ease-in;
}

.productos-img {
  width: 100vw;
  height: 420px;
  background-color: #aaaaaa36; 
  margin-left: calc(-50vw + 50%);
  margin-bottom: 30px;    
}

.nosotros {
  padding: 0;
  background-color: rgb(255,188,0);
}

.nosotros > div {
  display: grid; 
  grid-template-columns: 50% 50%; 
  gap: 0px; 
  align-items: stretch;
}

.nosotros > div > div:first-child {
  padding: 50px 20%;
  grid-column: 1;
}

.nosotros > div > div:last-child {
  grid-column: 2;
}
    
.nosotros a {
  font-size: 1.4rem;
  display: inline-block;
  border: 2px solid;
  border-radius: 400px;
  padding: 10px 30px;
  margin-bottom: 10px;
  text-align: center;
}

.nosotros a:hover {
  background-color: #000;
  color: rgb(255,188,0);
  transition: ease-in;
}

.nosotros-img {
  width: 100%;
  min-height: 500px;
  background-color: #18180117;
}

/* -- CONTACTO */
.cta {
  text-align: center;
  background-color: #000;
  color: white;
 }

.cta .section-text {
  max-width: 100%;
}

.cta a {
  font-size: 1.4rem;
  display: inline-block;
  border: 2px solid;
  border-radius: 400px;
  padding: 10px 30px;
  margin-bottom: 10px;
}

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

.cta p {
  padding-bottom: 2px;
}


/* -- FOOTER */
footer {
  background: #111;
  color: #fff;
  padding: 50px 10% 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  padding-right: 50%;
}

footer h4 {
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
  opacity: 0.7;
}

footer ul {
  list-style: none;
}

footer li {
  margin-bottom: 16px;
  font-size: 0.95rem;
}

footer li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 0.5px solid rgba(255, 255, 255);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.85rem;
  opacity: 0.6;
}

/* --CONTACT */
.contact-page {
  padding: 70px 20%;
  background: #fff;
}

.contact-wrap {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

.contact-block { 
    margin-bottom: 28px; 
}

.contact-label {
  font-size: 2.3rem;
  font-weight: 700;
}

.contact-value { 
  font-size: 1.1rem; line-height: 1.5; 
}

.contact-highlight {
  display: inline-block;
  padding: 2px 6px;
  background: rgb(255,188,0);
  margin-right: 4px;
  transform: translateY(4px);
}

.contact-highlight:hover {
  text-decoration: underline;
}

.contact-note {
  font-size: 1rem;
  margin-top: 6px;
}

.map-embed {
  width: 100%;
  height: 340px;
  border: none;
  margin-top: 14px;
  background: #f2f2f2;
}

/* LEGAL INFO */
.legal-page {
  padding: 70px 20%;
  background: #fff;
}

.legal-wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.legal-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
}

.legal-section {
  margin-bottom: 26px;
}

.legal-h2 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 14px 0 6px;
}

.legal-p {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
}

/* TABLET */
@media (max-width: 900px) {
  .hero {
    height: 70vh;
    padding: 0px 8%;
    justify-content: left;
  }

  .contact-page { padding: 60px 8%; 
  }

  section {
    padding: 30px 10%;
  }

  .productos a {
    margin-bottom: 10px;
  }

  .nosotros > div > div:first-child {
  padding: 30px 20%;
  }

  .cta {
    padding: 50px 0;
  }

  .legal-page { padding: 60px 8%; 
  }
  
  .legal-title { font-size: 2.2rem; 
  }

  .logo img {
    height: 90px;
  }
}

/* PHONE */
@media (max-width: 775px) {
  .hero-content h1 {
    font-size: 3.6rem;
  }

  .nosotros > div {
  display: flex; 
  flex-direction: column;
  gap: 0px; 
  }

  .nosotros > div > div:first-child {
    padding: 50px 10%;
  }

  .nosotros > div > div:last-child {
    width: 100%;
  }

  .nosotros-img {
    width: 100%;
    height: 45vh;
    background-color: #18180117;
  }

  .cta {
   padding: 70px 10px;
  } 

  .logo img {
    height: 45px;
  }

  footer h4 {
    font-size: 1rem;
  }

  footer li {
    font-size: 1rem;
  }

  .footer-bottom {
    font-size: 1rem;
  }
}







