html {
  scroll-behavior: auto;
}

body {
  font-family: "Roboto", sans-serif;
}

/* Navbar */
#barraNav {
  background-color: #0b0c0e;
}

#logoNav {
  width: 10rem;
}

.nav-menu {
  background-color: #040506;
}

.close-button {
  background: none;
  border: none;
}

.close-button-svg {
  width: 40px !important;
  filter: invert(60%);
}

/* Hero Section */
#hero-section {
  background-image: url("../images/hero-section.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding-bottom: 6rem;
  padding-top: 8rem;
  position: relative;
}

#hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#hero-section h1 {
  color: #ffffff;
  background-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative !important;
}

.work-description {
  width: 100%;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  position: relative !important;
}

.work-description-paragraph {
  width: 30rem;
  font-weight: 600;
  font-size: 1.2rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  position: relative !important;
}

.certification__container {
  display: grid;
  grid-template-columns: 16px 40rem;
  position: relative !important;
}

.checkmark__image {
  width: 16px;
  height: 16px;
}

.certification__paragraph {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  margin-left: 5px;
}

#contact-form {
  height: 32rem;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
}

.form-description {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin-top: 1rem;
}

#hero-section button {
  position: relative !important;
}

/* Sobre nosotros*/
#nosotros {
  display: none;
  background-color: #f8f6f4;
  border-bottom: 1px solid #0b0c0e;
}

#nosotros h2 {
  color: #0b0c0e !important;
  background-color: transparent;
  font-size: 3rem !important;
}

#nosotros h2,
#nosotros h5,
#nosotros p,
.tituloAU {
  color: #0b0c0e;
}

/* Productos */
#productos {
  background-color: #f8f6f4;
  width: 100%;
  border-bottom: 1px solid #0b0c0e;
  border-top: 1px solid #0b0c0e;
}

.title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#productos h2 {
  color: #0b0c0e !important;
  background-color: transparent;
  font-size: 3rem !important;
}

.products-description {
  font-size: 1.1rem;
  font-weight: 600;
  width: 90%;
}

#products-ul li {
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}

#card-img {
  width: 16.5rem !important;
  height: 18.8rem !important;
  object-fit: cover !important;
}

.card-text {
  text-align: center !important;
}

#card-product {
  background-color: #f8f1f1 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#btn-alcatraz {
  margin-top: 6.5rem !important;
}

/* Galería */
#galeria {

}

.gallery__title {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  margin: 1rem auto;
}

.gallery-container {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 200px);
  gap: 1rem;
  margin: 0;
}

.gallery-container .gallery-card {
  overflow: hidden
}

.gallery-container .gallery-card a {
  width: 100%;
  height: 100%;
}

.gallery-container .gallery-card a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-container .gallery-card a > img:hover {
  transform: scale(1.5) rotate(30deg);
}

.gallery-container-responsive {
  display: none;
}

/* Clientes */
#clientes {
  background-color: #f8f1f1 !important;
  border-bottom: 1px solid #0b0c0e;
}

#clientes h2 {
  font-size: 3rem;
  color: #373a3c;
}

.img-carousel {
  width: 13rem;
  height: 13rem;
}

#btn-indicador {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  position: inherit;
}

.active {
  color: #000000;
}

/* Promociones */
#promociones {
  background-color: #f8f1f1;
  border-bottom: 1px solid #0b0c0e;
  display: none;
}

#promociones h2 {
  font-size: 3rem;
  color: #373a3c;
}

#promociones img {
  width: 35rem;
  height: 19.7rem;
}

#promociones video {
  width: 35rem;
}

#promociones {
  display: none;
}

/* Contacto */
#contacto {
  background-color: #f8f6f4;
  padding-bottom: 3rem !important;
}

#contacto h2 {
  font-size: 3rem;
}

#contacto input,
#contacto textarea {
  background: transparent;
  color: #000000 !important;
}

#medios-contacto {
  padding-top: 5.5rem !important;
}

/* Footer */
#footer {
  background-color: #0b0c0e;
}

.webpay {
  width: 12rem;
}

#footer h4,
#footer p {
  color: #f8f1f1;
}

#barraNavBottom a {
  color: #f8f1f1;
  font-weight: 700;
  font-size: 1.2rem;
}

/*Whatsapp*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 16px;
}

@media (max-width: 768px) {
  #nosotros {
    display: none;
  }

  #promociones {
    display: none;
  }

  #productos h2,
  #clientes h2,
  #nosotros h2 {
    font-size: 2rem !important;
  }

  .work-description {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: transparent;
    position: relative !important;
  }

  .work-description-paragraph {
    width: 100%;
  }

  .certification__container {
    display: grid;
    grid-template-columns: 5% 95%;
    position: relative !important;
  }

  .checkmark__image {
    width: 16px;
    height: 16px;
  }

  .certification__paragraph {
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: transparent;
    margin-left: 5px;
  }

  #contact-form {
    height: 100%;
    padding: 1rem 0;
  }

  .form-description {
    font-size: 1.2rem;
  }

  .gallery-container {
    display: none;
  }

  .gallery-container-responsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1rem;
  }

  .solar__panel__image {
    width: 80%;
    height: 250px;
  }

  .send__button {
    margin-bottom: 1rem;
  }

  #medios-contacto {
    text-align: center;
  }

  #form-div {
    padding-bottom: 5rem;
  }

  .webpay {
    margin-top: 0.5rem;
  }

  .page__copyright {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}

@media (max-width: 1024px) {
  .work-description {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: transparent;
    position: relative !important;
  }

  .work-description-paragraph {
    width: 100%;
  }

  .certification__container {
    display: grid;
    grid-template-columns: 5% 95%;
    position: relative !important;
  }

  .checkmark__image {
    width: 16px;
    height: 16px;
  }

  .certification__paragraph {
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: transparent;
    margin-left: 5px;
  }

  .form-description {
    font-size: 1.2rem;
  }

  .send__button {
    margin-bottom: 1rem;
  }

  .gallery-container {
    display: none;
  }

  .gallery-container-responsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1rem;
  }

  .solar__panel__image {
    width: 80%;
    height: 250px;
  }

  #nosotros {
    display: none;
  }

  #promociones {
    display: none;
  }

  #promociones img,
  #promociones video {
    width: 30rem;
  }
}
