* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Bruno Ace SC', sans-serif;
}

html{
    scroll-behavior: smooth;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-item {
    margin-right: 41px;
}

.navbar-brand img {
    max-height: 70px;
    width: auto;
    padding-left: 30px;
}

.navbar-brand {
    display: none;
}

.section-main {
    height: 550px;
    background-color: white;
    margin: 60px 0 -40px 0;
}

.section-main-faq {
  height: 550px;
  background-color: white;
  margin: -30px 0 120px 0;
}

.faq-img {
  height: 550px;
  background-color: white;
  margin: 0 0 -60px 0;
}

.desktop-img {
  max-width: 520px;
  height: auto;
  width: 100%;
}

.social-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-button {
  width: 50px;
  height: 50px;
  margin: 0 15px;
  background-color: transparent;
  border: 2px solid; 
  border-radius: 48%; 
  border-color: rgb(28, 32, 41); 
  cursor: pointer;
  transition: background-color 0.3s; 
  align-items: center;
}


.social-button a {
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.social-button i {
  color: rgb(28, 32, 41); 
  font-size: 28px;
  transition: color 0.3s;
}

.social-button:hover {
  background-color: rgb(28, 32, 41); 
}

.social-button:hover i {
  color: #fff;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px 0;
}

.contact-text {
  padding-top: 15px;
  text-align: center;
  color: rgb(28, 32, 41);
  font-size: 25px;
  font-weight: bold;
}

.accordion-item {
  padding: 2px 70px;
}

.accordion-button {
  width: 100%;
  background-color: rgb(28, 32, 41);
  color: whitesmoke;
}

.accordion-button:not(.collapsed) {
  width: 100%;
  background-color: rgb(28, 32, 41);
  color: whitesmoke;
}

.accordion-collapse {
  border: 2px solid rgb(28, 32, 41);
  margin-top: -2px;
}

.catalog-title {
  text-align: center;
  margin-bottom: 64px;
  font-weight: bold;
  font-size: 40px;
  }

.section-catalog {
  background-image: url('../img/fondo1.jpg');
  background-size: cover; 
  background-position: center;
  padding-top: calc(64px + 40px);
  padding-bottom: 0;
  margin-top: 0; 
  margin-bottom: 0; 
}

.card.custom {
  background-color: rgb(28, 32, 41);
  color: white;
  margin-bottom: 45px;
  box-shadow: 0px 2px 10px rgb(28, 32, 41);
  }
  
.price-tag {
  display: inline-block;
  padding: 0 12px;
  font-size: 25px; 
  font-weight: bold;
  line-height: 32px; 
  height: 32px; 
  background-color: white; 
  color: rgb(28, 32, 41);
  border-radius: 5px;
  width: 65%;
  text-align: center;
}
  
.card .card-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

  
.card.custom .card-body img {
    margin-bottom: 0;
}

.custom-button {
  width: calc(50% - 15px); 
}
  
.custom-button {
  width: 100%; 
  height: 48px;
  font-size: 18px;
}

.custom-button {
  background-color: rgb(28, 32, 41);
  color: white;
  transition: background-color 0.3s ease; 
  border: 1px gray;
  box-shadow: 0 5px 5px 0 gray;
}
  
.custom-button:hover {
  background-color: #13161d; 
  
}
  
.section-custom {
  padding: 40px 0; 
}
  
.custom-title {
  text-align: center;
  margin-bottom: 30px;
}
  
.carousel-item img {
  max-height: 475px; 
  margin: 0 auto; 
  display: block; 
}
  
.alert {
  background-color: rgba(17, 21, 31, 0.705); 
  color: white; 
  font-size: 14px; 
  padding: 8px 16px; 
  border: none; 
  width: 300px;
}

.form-select {
  width: 340px;
}

.form-select:first-of-type {
  width: 200px;
  text-align: center;
}

.section-custom .btn {
  background-color: white;
  color: rgb(28, 32, 41);
  transition: background-color 0.3s ease;
  margin-bottom: 14px;
}

.section-custom .btn:hover {
  background-color: rgba(202, 198, 198, 0.788);
}

input[type="number"] {
  border-radius: 5px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  text-align: center;
}

.price-tag-white {
  display: inline-block;
  padding: 0 12px;
  font-size: 25px; 
  font-weight: bold;
  line-height: 32px; 
  height: 32px; 
  background-color: white; 
  color: rgb(28, 32, 41);
  border-radius: 5px;
  text-align: center;
  max-width: 350px;
  margin-bottom: 30px;
}

.calculadora {
  position: relative;
  margin-left: 130px;
}

.calculadora .doors-logo {
  height: 350px;
  position: absolute; 
  top: 80%; 
  right: 130px; 
  transform: translateY(-50%);
}

.toast {
  margin-left: 130px;
  margin-bottom: 50px;
}

.toast-body {
  color: rgba(17, 21, 31, 0.705);
  font-weight: bold;
}

#custom-section {
  height: 365px;
  background-image: url('../img/fondo2.jpg');
  background-size: cover; 
  background-position: center;
  padding-top: calc(64px + 40px);
  padding-bottom: 0;
  margin-top: 0; 
  margin-bottom: 0;
}

.contact-container2 {
  margin: auto;
  margin-top: -9.5rem;
  width: 55%;
  height: 164px;
  background-color: white;
  color: rgb(28, 32, 41);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 65px;
  box-shadow: 2px 3px 10px rgb(28, 32, 41);
}

.contact-text2 {
  margin-bottom: 0px;
  margin-top: -10px;
}

.contact-container2 .social-button {
  width: 75px;
  height: 75px;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 8px 2px 1px 1px rgba(0, 0, 0, 0.226);
}





  
  @media (min-width: 992px) {
    .custom-button {
      width: calc(50% - 15px);
      max-width: 302px; 
    }
    .navbar-brand {
      display: block;
  }
  }
  
  @media (min-width: 768px) {
    .custom-button {
      margin-right: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .accordion-item {
      padding-left: 30px; 
      padding-right: 30px;
    }
    .calculadora {
      margin-left: 0; 
    }
    .toast {
      margin-left: 0;
    }
    .calculadora .doors-logo {
      display: none;
    }
    .contact-container2 {
      width: 100%;
    }
    .contact-container2 .social-button {
      width: 70px;
      height: 70px;
  }
    .contact-container2 i {
      font-size: 20px;
    }
}