body{
    line-height: 1.42857143;
  color: #333;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
       font-family: "DM Sans", sans-serif;

  
  font-style: normal;
}
.container {

    max-width: 1200px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 2px 9px 0px #818989;
    padding: 10px;
    margin-bottom: 20px;
}

.header h1 {
    margin: 0;
    font-size: 24px;
    color: #286090;
  font-size: 15pt;
  margin-left: 30px;
}

.header button {
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
}

.header input {
    padding: 5px;
    width: 200px;
}

.results-header {
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;

height: 98px;
  background: #38659c;
  margin: 0 auto;
  padding: 3px;
}

.results-header button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.results {
    display: flex;
}

.filter-panel {
    width: 20%;
background: #fff;
height: 400px;
    padding: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333 !important;
  box-shadow: 2px 2px 9px 0px #818989;

}

.filter-panel h3 {
    margin-top: 0;
      color: #265a98;
      border-bottom: 1px solid #265A8B ;
}

.filter-group {
    margin-bottom: 10px;
}

.filter-group label {
    display: block;
}

.medication-list {
    width: 80%;
    padding: 10px;
}

.medication-item {
  box-shadow: 2px 2px 9px 0px #818989;
  border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    height: 300px;
    box-sizing: border-box;
    justify-content: space-between;
}

.reg-number {
    font-weight: bold;
    margin-bottom: 10px;
    color: #265A8B;
  font-size: 8pt;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.verde{
    padding: 1px;
  margin: 0;
  color: green;
  font-size: 8pt;
      font-weight: 700;
  text-transform: uppercase;

}
.azul{
    color: #265A8B;
  font-size: 8pt;
       font-weight: 700;
  text-transform: uppercase;

}
.span{
    display: flex;
    align-items: center;
}



 .span strong{
 color: #fff;
  font-size: 35pt;
  font-weight: bold;
  border-right: 1px solid #fff;
  margin-right: 50px;
  padding-right: 40px;
  padding-left: 20px;
}
.resultado{
  font-size: 14px !important;
   font-weight: normal;
}
.medication-details {
    display: flex;
}

.medication-details img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.details-text h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #265a98;
  font-size: 16pt;
  font-weight: bold;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.details-text p {
    margin: 5px 0;
     font-size: 12px;
     font-weight: 700;
      color: #4277B8;
  font-size: 12px;
}
.img-producto{
    width: 250px;
    height: 143px;
    border-radius: 8px;

    }
    .img-producto img{
    width: 100%;
    height: 100%;
     border-radius: 8px;

}
.details-text{
    margin: 15px;
}

.details-text ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 12px;
    font-weight: 700;
}

.details-text li {
    margin-bottom: 5px;
    color: #4277B8;
  font-size: 12px;
       font-weight: 700;
}

.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 170px;
}

.icons span {
   
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
@media (max-width: 400px) {
.results {
  display: block;
}
.filter-panel {
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
}
.medication-details {
  display: block;
}
.details-text {
  margin-top: 140px;

}
.header {
  display: block;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 10px;
}
.icons {
  display: flex;
  flex-direction: column;
  left:250px;
  position: absolute;
  align-items: center;
}
}