/* ESTILO NAV */
.custom-nav {
  background-color: #5F5E4A !important;
}

.custom-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #EFE7DD;
}

.custom-nav .nav-link.active {
  font-weight: 800;
  color: #DAABA3 !important;
}

.custom-nav .nav-link:hover {
  color: #B06F6B;
  text-decoration: underline;
}

#searchForm {
  display: none;
}

#searchForm.show {
  display: block;
}


/* ESTILO MAIN */
.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}

.carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}


main h1,
main h2,
main h3,
main h4 {
  font-family: 'Roboto', sans-serif;
  color: #5F5E4A;
}

main h1{
  font-weight: 900;
  font-size: 35px;
}

main h2 {
  font-weight: 900;
  font-size: 30px;
  
}

main h3{
  font-weight: 300;
  font-size: 22px;
}

main h4{
  font-weight: 600;
  font-size: 18px;
}

.descuentos{
  color: #EFE7DD !important;
}

/* Atajos */
.card{
  min-width: 322px;
}

.zoom{
  transition: transform 0.3s ease !important; 
}

.zoom:hover{
  transform: scale(1.1) !important; 
  transition: transform 0.3s ease !important; 
}

.shadowed-text {
  background-color: rgba(255, 255, 255, 0.6);
  color: #5f5e4a !important;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  padding: 0.5rem; /* Espaciado interno */
  border-radius: 5px;
  display: inline-block;
}


/*Destacados*/
.card{
  border: none !important;
  width: 18rem;
}

.card-body{
  font-family: 'Roboto', sans-serif;
  text-align: center !important;
}

.Prod-Name{
  font-weight: medium;
  font-size: 14px;
  color: #5F5E4A;
  text-transform: uppercase;
}

.precio{
  font-weight: bolder;
  font-size: 19px;
  color: #B06F6B;
}

.csi{
  font-weight: initial;
  font-size: 13px;
  color: #5F5E4A;
}

.btn-primary{
  background-color: #5F5E4A !important;
  font-weight: 600 !important;
  font-size: 18px;
  color: #EFE7DD;
  font-family: 'Roboto', sans-serif;
  text-align: center !important;
  letter-spacing: 3px;
  border: #5f5e4a !important;

}

.btn-primary:hover{
  background-color: #fff !important;
  border: 2px solid #5f5e4a !important;
  color: #5F5E4A !important;
}

.btn-primary:active{
  background-color: #c2beb1 !important;
  border: #c2beb1 !important;
  color: #5f5e4A !important;
}

.btn-secondary{
  background-color: #fff !important;
  font-weight: 600 !important;
  font-size: 18px;
  color: #5f5e4a !important;
  font-family: 'Roboto', sans-serif;
  text-align: center !important;
  letter-spacing: 3px;
  border: 2px solid #5f5e4a!important;

}

.btn-secondary:hover{
  background-color: #5f5e4a !important;
  border: #5f5e4a !important;
  color: #EFE7DD !important;
}

.btn-secondary:active{
  background-color: #c2beb1 !important;
  border: #c2beb1 !important;
  color: #5f5e4A !important;
}

/*Descripción Productos*/
.dark{
  color: #EFE7DD !important;
  background-color: #5F5E4A !important;
}

.texto{
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 500;
  text-align: justify;
  font-size: large;
}


/*Suscripcion*/
.custom-line {
  border: none !important;
  border-bottom: 2px solid #ccc !important; 
  border-radius: 0 !important; 
  background-color: transparent !important; 
  box-shadow: none !important;
}

.custom-line:focus { 
  outline: none !important; 
}

/*En proceso*/
.spinner-border{
  color: #5F5E4A !important;
}

/* ESTILO FOOTER */
footer .nav-link {
  font-size: 100% !important;
  color: #6c757d;
}

footer h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #EFE7DD;
}

footer p {
  font-size: 0.75rem;
  color: #EFE7DD;
}

footer p a {
  font-size: 0.75rem;
  color: #EFE7DD;
}

footer .nav-link:hover {
  color: #B06F6B;
}

footer span {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #EFE7DD;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
 
}

@media (min-width: 992px) {
  .navbar-toggler{
    display: none;
  }

}

@media (max-width: 991px) {
  .form-control {
    display: none;
  }

  .collapse.show {
    display: block !important;
  }

  .navbar-toggler .navbar-toggler-icon{
    background-image: url(../assets/icons/menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

}