* {
  font-family: 'Open Sans';
}
.d-movil {
  display: none !important;
}
.d-pc {
  display: block !important;
}
@media (max-width: 991px) {
  .d-pc {
      display: none !important;
  }
  .d-movil {
      display: block !important;
  }   
}
.text-success {
  color: #055B31!important;
}
.share-btn {
    display: block;
    padding: 10px 15px;
    margin: 5px;
    background-color: #007bff;
    color: white;
    text-decoration: none !important;
    border-radius: 5px;
    position: absolute;
    bottom: 0; 
    right: 30px;
    transform: translateY(45px);
    z-index: 2;
}
.share-btn:hover {
    text-decoration: none !important;
    color: #fff;
    background-color: #007bff;
    opacity: 0.5;
}
.posts {
    display: flex;
}
.posts iframe, .posts blockquote {
    margin: auto !important;
    max-width: 400px !important;
    max-height: 500px !important;
    overflow: hidden;
}

@media only screen and (max-width: 500px) {
  .posts iframe, .posts blockquote {
      width: 300px !important;
      min-width: 300px !important;
      padding: 0 !important;
  }     
}

/*-- botones circulares --*/
.contact_fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.contact_fixed-top {
  top: 130px;
}
.contact_fixed a {
    color: white;
    text-decoration: none;
    margin: 0.2rem 0.5rem;
    border: 2px solid white;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.contact_fixed a:hover {
    opacity: .7;
}
.contact_fixed .whatsapp {
    width: 60px;
    height: 60px;
    background-color: #00A051;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    border-radius: 30px;
}

 .btn-social {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 1rem !important;
    margin: 0.2rem 1rem !important;
    border-radius: 30px !important;
 }


.facebook-btn {
    background-color: #1877F2; /* Azul de Facebook */
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
  
  .facebook-btn:hover {
    background-color: #165EAB; /* Color más oscuro cuando el botón está en hover */
  }
  .instagram-btn {
    background-color: #E1306C; /* Púrpura de Instagram */
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    border-radius: 30px;
  }
  
  .instagram-btn:hover {
    background-color: #9B1552; /* Color más oscuro cuando el botón está en hover */
  }
  .tiktok-btn {
    background-color: #000000; /* Negro de TikTok */
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    border-radius: 30px;
  }
  
  .tiktok-btn:hover {
    background-color: #25F4EE; /* Verde-agua de TikTok cuando el botón está en hover */
  }
  
  .content-info-contacto {
    width: 60%;
  }

  @media only screen and (max-width: 600px) {
      .content-info-contacto {
        width: 80%;
      }     
  }

 
.font-type {
    font-family: 'Open Sans';
    font-size: 1.5em;
    font-weight: bold;
}
.nav-menu {
  padding-left: 200px !important;
}
.section-inventario {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.icon-telefono {
  color: #fff;
  background: #D10100;
  padding: 8px;
  border-radius: 15px;
}
.icon-correo {
  color: #fff;
  background: #d10100;
  padding: 8px;
  border-radius: 15px;
}
.icon-location {
  background: #000;
  color: #fff;
  padding: 8px;
  border-radius: 15px;
}

.icon-whatsapp {
  color: #018947;
  font-size: 2em;
}

@media only screen and (max-width: 990px) {
  .nav-menu {
    padding-left: 0px !important;
  }
  .section-inventario {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.hr-line {
  margin: 0;
  padding: 0;
  border-top: 5px solid #f00;
}

.btn.dropdown-toggle {
  color: #000 !important;
  background: #D1D4DB !important;
}

.nav-item.active {
  background-color: #D01216 !important;
}

.nav-link {
  color: #fff !important;
}

.bg-gradient-primary {
  background: linear-gradient(to right, #007a3d, #4a4f4a);
}

.title-primary {
  padding: 10px;
  background:  #D10100 !important;
  color: #fff;
}
.title-primary-gradient {
  padding: 10px;
  background: linear-gradient(to right, #007a3d, #4a4f4a);
  color: #fff;
}

.card-menu {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 50px;
}
.card-menu a, .card-menu span, .card-content-menu a {
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
}
.card-menu img {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .card-menu img {
    max-width: 450px;
    height: 300px;
  }
}

@media only screen and (max-width: 990px) {
  .card-menu img {
    max-width: 300px;
    height: 200px;
  }
  .p-lg {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-md {
    display: block;
  }
  .container-movil {
    padding: 10%;
  }
  .card-menu {
    padding-right: 0px;
  }
  .card-menu img {
    max-width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .form-movil {
      margin: 0 10px !important;
  }
}
.item-sugeridos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-sugeridos img {
  width: 250px;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.item-sugeridos span {
  font-size: 1.5rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #D10100;
  border-color: #D10100;
}


.page-link {
  color: #D10100;
}

.page-link:hover {
  color: #D10100;
}

.links nav {
  display: flex;
  justify-content: center;
}