/*Fuentes*/

h1, h2, h3, #titulo, .title {
  font-family: 'Gloock', serif;
}

h4, h5, h6, .subtitulo, .destacado {
  font-family: 'Quicksand', sans-serif;
}

.detalle {
  font-family: 'Edu NSW ACT Foundation', cursive;
}

body, p, li {
  font-family: 'Nunito', sans-serif;
}

body {
  font-family: 'Nunito', 'Poppins', sans-serif;
}


/*Navbar*/
#navbar {
    background-color: rgb(255, 253, 220) !important;
}

#navbar .navbar-brand img {
    display: block;
}

.mi-navbar {
    background-color: rgb(255, 253, 220);
    border-bottom: #e29f69 3px solid !important;
}

.mi-navbar .nav-link {
  color: #c0641a !important;
  font-weight: 700;
}

.dropdown-menu {
  background-color: #c0641a;
}

.dropdown-item {
  color: rgb(255, 253, 220) !important;
  font-weight: 700;  
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgb(255, 253, 220)  !important;
    color: #c0641a !important;
}

html {
  scroll-behavior: smooth;
}

.navbar-toggler {
  border-color: #c0641a !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(192,100,26, 1)' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.dropdown-menu {
  background-color: #c0641a;
  border-radius: 10px;
}

.dropdown-item {
  color: rgb(255, 253, 220) !important;
  font-weight: 700;  
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgb(255, 253, 220) !important;
    color: #c0641a !important;
}

@media (max-width: 768px) {

  #navbarNavDropdown {
    text-align: center;
  }

  .mi-navbar .nav-link {
    padding: 12px 0;
    font-size: 1.1rem;
  }

  .mi-navbar .nav-link {
    padding: 12px 0;
    font-size: 1.1rem;
  }

  .dropdown-menu {
    width: 100%;
    text-align: center;
  }

  .dropdown-item {
    padding: 12px;
    font-size: 1rem;
  }

  header nav.navbar:first-child {
    padding-bottom: 0;
  }

  .mi-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/*Hero*/

.hero {
    height: 68vh; 
    background-image: url("img/img\ 41.png");
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    display: flex; 
    justify-content: center; 
    align-items: center;
    text-align: center;
    padding: 0 20px; 
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114, 67, 45, 0.6); 
    backdrop-filter: blur(2px);
    z-index: 1;
}

.hero-content {
    color: rgb(255, 253, 220);
    position: relative;
    padding: 10px 50px 5px;
    border-radius: 12px;
    text-align: center;
    max-width: 900px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #bb3d02;
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
}
.btn-primary:hover {
    background-color: #e28f60;
}

.btn-outline {
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    margin-left: 10px;
}
.btn-outline:hover {
    background-color: #bb3d02;
}

@media (max-width: 768px) {
    .hero {
        height: 60vh;
        padding: 0 10px;
    }

    .hero-content h1 {
        font-size: 45px;
    }

    .hero-content p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .hero-content {
        padding: 15px 20px;
    }
}

/*Formulario taller*/

#formulario-taller .modal-content {
  border-radius: 20px;
  padding: 10px 20px;
  background: #ffffffee;
  backdrop-filter: blur(4px);
}

#formulario-taller .modal-header .modal-title {
  font-weight: 700;
  color: #333;
}

#formulario-taller .btn-close {
  filter: brightness(0);
}

/*sobre la marca*/

.sobre-section {
  background-color: rgb(255, 253, 220);
  color: #2d2d2d;
}

.title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.sobre-img-wrapper {
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.sobre-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.sobre-texto {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #4a4a4a;
}

.boton-principal {
  background-color: #e97730;
  color: white;
  padding: 12px 28px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.boton-principal:hover {
  background-color: #b6734c;
}

.boton-secundario {
  color: #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.boton-secundario:hover {
  opacity: 0.7;
}

.card {
  background-color: rgb(255, 253, 220);
  border: 1px solid #ead9c8;
  border-radius: 12px;
}

.card-title {
  color: #4c3a2f;
  font-weight: 600;
}

@media (max-width: 768px) {
  .title {
    text-align: center;
    font-size: 1.7rem;
  }

  .sobre-texto {
    text-align: center;
  }

  .sobre-section .mt-4 {
    justify-content: center !important;
  }

  .boton-principal,
  .boton-secundario {
    width: auto;
    text-align: center;
  }
}

/*taller*/

.taller-img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

#titulo-taller {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 700;
}

.card-taller {
  width: 100%;
  max-width: 18rem;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgb(255, 253, 220);
}

@media (max-width: 768px) {
  #titulo-taller {
    font-size: 2rem;
  }

  .taller-img {
    height: 220px; 
  }
}

/*Experiencia*/

#experiencia {
  padding: 60px 0;
}

#titulo-experiencia {
  margin-bottom: 40px;
  font-size: 2.6rem;
  font-weight: 700;
}

.experiencia-card {
  width: 100%;
  max-width: 50rem; 
  border-radius: 15px;
  border: 1px solid #ead9c8;
  background-color: rgb(255, 253, 220);
  overflow: hidden;
}

.experiencia-img {
  width: 100%;
  height: 180px; 
  object-fit: cover;
  border-bottom: 1px solid #ead9c8;
}

.experiencia-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #4c3a2f;
}

.experiencia-card .card-text {
  font-size: 0.95rem;
  color: #5e5e5e;
  line-height: 1.5;
}

@media (max-width: 768px) {

  #titulo-experiencia {
    font-size: 2rem;
  }

  .experiencia-card {
    max-width: 20rem;
  }

  .experiencia-img {
    height: 160px;
  }
}

@media (max-width: 480px) {

  #titulo-experiencia {
    font-size: 1.8rem;
  }

  .experiencia-card {
    max-width: 18rem;
  }

  .experiencia-img {
    height: 150px;
  }
}

/*testimonios*/

#testimonios {
  background: #c0641a; 
  margin-top: 100px;
  padding: 50px 0 70px 0;
}

#titulo-testimonio {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: rgb(255, 253, 220);
}

.testimonial-card {
  border-radius: 18px;
  background: rgb(255, 253, 220);
  position: relative;
  min-height: 220px;
}

.quote {
  font-size: 3rem;
  color: #3a2d2d;
  font-weight: bold;
  line-height: 0.8;
}

@media (max-width: 576px) {
  #titulo-testimonio {
    font-size: 2.2rem;
  }

  .testimonial-card {
    padding: 20px;
    min-height: auto;
  }

  .quote {
    font-size: 2.4rem;
  }

  #testimonios {
    padding: 40px 0 60px 0;
  }
}

/*Galeria*/

#galeria {
  background: rgb(255, 253, 220);
}

#galeria h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3;
}


.galeria-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .galeria-img {
    height: 180px;
  }

  #galeria h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .galeria-img {
    height: 220px;
  }
}

/*contacto*/

#contacto {
  background: rgb(255, 253, 220);
  border-bottom: #e29f69 3px solid;
}

#contacto h2 {
  font-weight: 700;
  font-size: 2.4rem;
}

#contacto p {
  font-size: 1.1rem;
  color: #555;
}

.form-box {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  max-width: 900px;
}

#contacto input,
#contacto textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 1rem;
  transition: 0.3s ease;
}

#contacto input:focus,
#contacto textarea:focus {
  border-color: #c86d34;
  box-shadow: 0px 0px 6px rgba(200, 109, 52, 0.4);
}

#contacto .btn {
  border-radius: 25px;
  background-color: #bb3d02;
  border: none;
  padding: 10px 35px;
  font-size: 1.1rem;
  transition: 0.3s ease;
}

#contacto .btn:hover {
  background-color: #b6734c;
}

@media (max-width: 576px) {
  #contacto h2 {
    font-size: 2rem;
  }

  #contacto p {
    font-size: 1rem;
  }

  .form-box {
    padding: 25px !important;
  }

  #contacto textarea {
    height: 150px;
  }
}

@media (max-width: 768px) {
  #contacto textarea {
    height: 180px;
  }
}

/*footer*/

#footer {
  background-color: #ffffff;
}

.footer-logo {
  width: 130px;
  border-radius: 10px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #6a4630;
}

#social-icons a i {
  color: #8e5a3c;
  transition: 0.3s ease;
}

#social-icons a:hover i {
  color: #f09620;
}

.footer-map {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

@media (max-width: 576px) {
  #footer {
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 15px;
  }

  .footer-map {
    height: 220px;
  }
}

/* TABLET */
@media (max-width: 768px) {
  .footer-map {
    height: 200px;
  }
}

