.fondo-banner-mision{
    background-color: #f8f9fa !important;
}
.titulo-banner-mision{
    color: #c38749;
}

.btn-primary .active{
    background-color: #C38749 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #C38749 !important;
    border-color: #C38749 !important;
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
  }
  .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C38749 !important;
    border-color: #C38749 !important;
  }
  .contenedor-productos{
    box-shadow: 0 20px 25px #00000012,0 35.7776px 33.4221px #0000000d,0 22.3363px 17.869px #0000000a,0 12.5216px 10.0172px #0000000a,0 6.6501px 5.32008px #00000008,0 2.76726px 2.21381px #00000005;
  }
  .contenedor-productos span{
    font-size: 24px !important;
  }
  .contenedor-productos img{
    width: 100%;
    max-height: 743px;
  }

  .oferta-label{
    background-color: #dc3545 !important;
    top: 28px !important;
    width: 100px !important;
  }
  .new-label{
    top: 28px !important;
    width: 80px !important;
  }
  .new-price-ofert{
    color:  #dc3545 !important;
  }

  .video-selected {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 10px;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnails {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.video-thumb {
    min-height: 200px;
    height: auto;
}

.video-thumb img {
    background-color: #d8d9da;
    width: 100%;
    height: 100px;
}

.video-thumb iframe {
    display: none;
}

.video-thumb,
.video-selected {
    padding: 5px;
}

.video-thumb p {
    margin: 0;
    font-size: 12px;
}

.video-thumb p.name {
    margin-top: 5px;
    font-weight: bold;
}
.fa-star{
  color: #c38748 !important;
}
.imagen-banner{
  width: 100% !important;
  max-height: 300px !important;
}
.titulo-pagina{
  z-index: 2;
  margin-top: 10% !important;
}
.menu-active{
  color: #c38748 !important;
}
.imagen-milla{
  width: 100% !important;
  height: 250px !important;
}
/* .header-bottom{
    background-color: #2bb248 !important;
}

.header-bottom .main-menu{
    color:  #fff  !important;
} */

.header-logo{
    max-width: 200px !important;
    max-height: 50px !important;
}
/* .btn{
    background-color: #008C2E !important;
} */
.header-top{
    background-color: #156082 !important;
    color:  white !important;
}
.header-top li{
    color:  white !important;
}
/* .footer-area{
    background-color: #fff !important;

}
.footer-top a{
 color:  black !important;
} */

.header-bottom{
    background: #F1F2F3 !important;
}
.img-categorias{
min-height: 370px;
max-height: 370px;
}

.footer-area{
    background: #156082 !important;
}

.footer-area a  {
    color: white !important;
}
.footer-area  p  {
    color: white !important;
}
.footer-area  li  {
    color: white !important;
}
.footer-area  i {
    color: white !important;
}
/* .footer-middle > a > p{
    color: #242424 !important;

} */


.footer-middle{
    border-top: 1px solid #F1F2F3 !important;

}

.footer-border-right {
    border-right: 1px solid #F1F2F3 !important;
  }
  /* .footer-bottom-area {
    border-top: 1px solid #F1F2F3;
  } */

/* .header-bottom ul li a:hover{background:#f8f8f8 none repeat scroll 0 0;color: #008C2E  !important;} */
.blog .image a img{
    max-height: 310px !important;
}
.product-img img{
    max-height: 350px !important;
}
.single-slider{
    max-height: 470px !important;
}
.fa-arrow-up{
    color: #d8d9da !important;
}
.header-top-menu{
    color: #d8d9da !important;
}

.banner {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-text {
    position: absolute;
    top: 20px;
    left: 20px;
    color: black !important;
    /* background-color: rgba(0, 0, 0, 0.5) !important; */
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    /* display: inline-block;
    position: absolute;
    animation: move-text 15s linear infinite; */
}

/* @keyframes move-text {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(300%);
    }
} */

.banner-text h1{
    /* color:black !important; */
}

.banner-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px 20px;
    border-radius: 5px;
}


@media (max-width: 768px) {
    .banner {
        max-height: 300px; /* Reduce la altura máxima en pantallas pequeñas */
    }
    .banner-text {
        font-size: 1rem; /* Reduce el tamaño del texto en pantallas pequeñas */
        top: 10px;
        left: 10px;
        padding: 5px 10px;
    }
    .banner-button {
        bottom: 10px;
        right: 10px;
    }
    .banner-button .btn {
        padding: 5px 10px;
        font-size: 0.9rem;
    }
}


@media (max-width: 576px) {
    .banner {
        max-height: 200px; /* Aún más pequeña para dispositivos muy pequeños */
    }
    .banner-text {
        font-size: 0.8rem; /* Aún más pequeño el texto */
        top: 5px;
        left: 5px;
        padding: 3px 6px;
    }
    .banner-button {
        bottom: 5px;
        right: 5px;
    }
    .banner-button .btn {
        padding: 3px 6px;
        font-size: 0.75rem;
    }
}

.btn:hover {
    background-color: #B4B5B4 !important;
    color: #ffffff !important;
  }


  .header-cart-buttons .button {
    background-color: #156082 !important;
    border: 2px solid #156082 !important;
    color: white !important;
  }
  .header-cart .dropdown-toggle {
    color: #156082 !important;
  }


  .header-cart .dropdown-toggle {
    border: 2px solid #156082 !important;
    color: #156082 !important;

  }

  a:hover {
    color: #156082 !important;
  }
  .menu-active {
    color: #156082 !important;
  }

  h3.footer-widget-title{
    color: white !important;
  }

  .footer-bottom-area {
    border-top: 1px solid white !important;
  }

  .footer-bottom-area p a {
    color: white !important;
  }
  .single-blog .content .readmore:hover {
    background: #156082 none repeat scroll 0 0;
    color: #ffffff !important;
  }


.blog-sidebar-title span::before {
    border-bottom: 1px solid #156082 !important;
  }
  .breadcrumbs li.active {
    color: #156082 !important;
  }
  input[type="submit"]:hover {
    background-color: #156082 !important;
  }
  .header-top-menu > li > a:hover {
    color: white !important;
  }
  .btn {
    background-color: #156082 !important;
    border: none;
    color: #ffffff !important;

  }

  .header-cart-buttons .button:hover {
    background-color:  #c38748 !important;
    border:  none !important;
  }

  /* .single-product-content .actions .btn:hover {
    border:  1px  #156082 !important;
  } */
  .single-product-content .actions .add-to-cart-btn {
    border-color: #156082 !important;
  }

  .banner-title {
    font-family: 'Helvetica', sans-serif;
    font-size: 2em !important; /* Tamaño de letra reducido */
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    /* background: linear-gradient(45deg, #d6cfcf, #737373); */
    padding: 10px 20px; /* Padding ajustado para la letra más pequeña */
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    max-width: 500px; /* Anchura máxima reducida para adaptarse al tamaño de letra */
    line-height: 1.3; /* Espaciado entre líneas para mejorar la legibilidad */
    letter-spacing: 0.05em;
}

.footer-area a:hover {
    color: black !important;
  }
  /* .btn:hover {
    background-color: #c38749 !important;
    color: #ffffff !important;
  } */
