body{
   color: #4277B8;
   font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-family: "DM Sans", sans-serif;

     font-weight: bold;
  font-style: normal;
}
.container {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}
.header-container{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;

}
.logo-img{
  width: 350px;
  height: 350px;
}
.logo-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
    background-color: #005BAC;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section{
  display: flex;
  justify-content: space-between;
  margin: 10px;
}
.particion{
  margin-left: 90px;
  margin-top: 20px;
}

.header h1 {
    margin: 0;
    font-size: 24px;
}

.info, .lab {
    text-align: center;
    display: block;
}

.icons span {
    background-color: #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
 .card {
      width: 400px;
      background: #fff;
      margin-top: 40px;
      margin-left: 750px;
      height: 200px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      padding: 20px;
      border: 1px solid #ddd;
    }

    .card h3 {
      background-color: #32629b;
      color: white;
      padding: 10px;
      font-size: 15px;
      margin: -20px -20px 15px -20px;
      border-radius: 8px 8px 0 0;
    }

    .codigo {
      font-size: 14px;
      margin-bottom: 15px;
      color: #555;
    }

    .codigo span {
      color: #3366cc;
      text-decoration: underline;
      cursor: pointer;
    }

    .estado {
      font-weight: bold;
      color: green;
      font-size: 14px;
    }

    .estado small {
      font-weight: normal;
    }

    .comercializado {
      color: #333;
      font-size: 14px;
      margin-top: 4px;
    }

    .notifica {
      margin-top: 10px;
    }

    .notifica img {
      height: 35px;
    }

.details {
  display: flex;
    justify-content: space-around;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}


.header-registro{
    height: auto;
    padding: 10px;
}
.lastlist {
  text-align: center;
  background: #38659c;
  margin: 0 auto;
  color: #fff !important;
  padding: 3px;

  display: block;
}

.descripcion{
  display: flex;
}

.section ul {
    list-style-type: none;
    padding: 0;
}

.logo {
    margin: 10px 0;
}

.logo img {
    width: 400px;
    height: auto;
}

.characteristics, .atc-codes {
    padding: 10px;
    border-left: 1px solid #ccc;
    margin-left: 20px;
}

.characteristics ul, .atc-codes ul {
    list-style-type: none;
    padding: 0;
}

.presentations {
    padding: 10px;
}

.presentation-item {
    background-color: #E6F0FA;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

footer {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #f5f5f5;
    margin-top: 60px !important;
}
@media (max-width: 400px) {

.section {
  display: block;

  margin: 10px;
}
.descripcion {
  display: block;
}
.card {
  width: 80%;
  background: #fff;
  margin-top: 40px;
  margin-left: 7px;
  height: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 20px;
  border: 1px solid #ddd;
}
.icons{
  text-align: center;
}
}