.row{
  --bs-gutter-x: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Asegura que el body ocupe toda la altura de la ventana */
}

.content {
  flex: 1;
}
.footer {
  padding: 1rem 0 !important;
}

.bg-header {
  background: #2f6ec5;
}

.bg-footer {
  background: hsl(0, 0%, 0%);
}

.titulo-busqueda {
  color: #2f6ec5;
  font-size: 14px;
}

a{
  text-decoration: none;
}
/*INFORMACION FLOTANTE*/
#hitcontacto {
  cursor: pointer;
}

img#hitcontacto {
  opacity: 1;
  filter: alpha(opacity=100);
}

img#hitcontacto:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.hoverinfo {
  display: block !important;
}

.float-contacto {
  z-index: 10;
  position: fixed;
  top: 60%;
}

.info-contacto {
  background: #e6e6e6;
  padding: 30px;
  width: 400px;
  font-size: 14px;
  line-height: 17px;
}

.estado-btn {
  font-size: 15px; /* Default font size */
}

/* .info-contacto { background: #e6e6e6; padding: 30px; width: 400px; font-size: 14px; line-height: 17px; display: none; } */

@media (max-width: 768px) {
  body.home,

  .float-contacto {
    display: none !important;
  }

  .estado-btn {
    font-size: 11px; /* Smaller font size for smaller screens */
  }
}

/*Ficha Técncica*/
#product-features tbody tr td {
  padding: 0;
  font-size: 16px;
}

#product-features tbody tr td:first-child {
  color: rgb(0, 51, 161);
}

#product-features tbody tr td:nth-child(2) {
  padding-left: 20px; 
}

.leyenda-acd {
  font-size: 11px;
}


/*Search Group*/
#column_grupoMenu {
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
  padding: 5px;
}

#estilos_grupoMenu {
  font-size: 13px;
  text-align: center;
  color: rgb(0, 51, 161) !important;
  text-decoration: none !important;
}

/* Hover effect on column */
#column_grupoMenu:hover {
  background-color: rgb(244, 244, 244);
}

/* Hover effect on text (anchor tag) */
#column_grupoMenu:hover #estilos_grupoMenu {
  color: rgb(167, 40, 40) !important;
}

img.img-fluid.mx-auto.d-block {
    width: 130px;
}

.wimage-group {
    max-width: 90%;
    margin: auto;
}

.bordercolor{
  border: 1px solid rgb(0 112 204);
  margin: 30px 30px 0 30px;
  box-shadow: 0px -1px 8px 0 rgba(153, 181, 221, 1), 0px 0px 5px 0px rgba(153, 181, 221, 1);
  border-radius: 20px;
}

.description{
  font-size: 14px;
  color: black;
}

.bordercolor-subcatego{
  border: 1px solid rgb(0 112 204);
  margin: 0px 30px 0 30px;
  box-shadow: 0px -1px 8px 0 rgba(153, 181, 221, 1), 0px 0px 5px 0px rgba(153, 181, 221, 1);
  border-radius: 20px;
  /* height: 130px; */
}

.container-sm.bordercolor-subcatego{
  max-width: 70%; margin: auto
}

.description-table{
  padding-left: 2.5em;
  border-left: 4px solid #dee2e6;
}

.btn{
  background-color: #eaecef;
  color: #2f6ec5;
}
.form-select{
  border: 1px solid rgb(0 112 204);
  border-radius: 22px;
}

.nodisponible{
  color: #2f6ec5;
  font-size: 50px;
}

.stausCode{
  color: #2f6ec5;
  font-size: 140px;
}

img.acdelcohome.img-fluid.mx-auto.d-block{
  width: 260px;
}

.back{
  max-width: 70%; margin: auto;
}

@media (max-width: 768px) {
  .description{
    font-size: 10px;
    color: black;
  }
  .bordercolor-subcatego{
    margin: 0px 5px 0 5px;
  }
  .divider-columns::after {
    display: none;
  }
  .container-sm.bordercolor-subcatego, .back{
    max-width: 90%; margin: auto
  }

  .description-table{
    padding-left:0;
    border-left: none;
    border-top: 4px solid #dee2e6;
  }

  img.acdelcohome.img-fluid.mx-auto.d-block{
    width: 190px;
  }

.nodisponible{
  color: #2f6ec5;
  font-size: 19px;
}

}

