@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Reenie+Beanie&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Roboto", Open Sans;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

.hero img {
    width: 100%;
    height: 339px;
    display: block;
    object-fit: cover;
}

/* Intro */
.intro {
    text-align: center;
    color: #000000;
    font-family: "Roboto", Open Sans;
    font-size: 18px;
    font-weight: 300;
        width: 1105px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 4vh;
}
.intro h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.intro em {
  font-style: italic;
  color: #000000;
}
.intro a {
    color: #000000;
    text-decoration: none;
        font-size: 18px;

}
.intro a:hover {
   color:#cc723f
}

strong {
    font-weight: bolder;
}
.intro p{
    margin: 10px 0;
}

 .contenedorproducts {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .card1 {
      background: #fff;
      border-radius: 10px;
         font-family: "Roboto", Open Sans;
    font-size: 17px;
        font-weight: 300;

    }

   
    .card1 p {
      color: #000000;
      text-align: center;
    }
    .card1 a {
    color: #000000;
    text-decoration: none;

}
.card1 a:hover {
   color:#cc723f
}

 .contenedorproduct2 {
      display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
     max-width: 800px;
      margin: auto;
    }

    .card2 {
      display: flex;
  flex-direction: row;
  gap: 4rem;
    font-size: 17px;
        font-weight: 300;
text-align: center;
         font-family: "Roboto", Open Sans;

    }


    .card2 img {
       width: 40%;
  border-radius: 8px;
    }

    .texto {
      direction: ltr;
    }

  .contenedorproduct3 {
      display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    max-width: 1000px;
    margin: auto;
    }

    .card3 {
       display: flex
;
    flex-direction: row;
    gap: 1rem;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
         font-family: "Roboto", Open Sans;

    }


    .card3 img {
  width: 20%;
    border-radius: 8px;
    height: 300px;
    }

      .contenedorproduct4 {
      display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    max-width: 1000px;
    margin: auto;
    }

    .card4 {
      display: flex
;
    flex-direction: row;
    gap: 1rem;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
         font-family: "Roboto", Open Sans;

    }


    .card4 .imgc4 {
     width: 50%;
    border-radius: 8px;
    height: 396px;
    }
   img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
  .premios {
      max-width: 900px;
      margin: auto;
      padding: 40px 20px;
      text-align: center;
               font-family: "Roboto", Open Sans;

    }

    .premios h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .premios p {
               font-family: "Roboto", Open Sans;

      font-size: 15px;
      color: #444;
      margin-bottom: 30px;
    }

    .lista-premios {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
    }

    .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      text-align: left;
      max-width: 600px;
    }

    .item span {
      font-size: 15px;
      color: #333;
      flex: 1;
    }

    .item img {
      width: 50px!important;
      height: auto;
      flex-shrink: 0;
      border: none;
    }
.txtblock{
  display: block;
}
.sbold{
  font-weight: bold;
}
  /* Responsive */
    @media (max-width: 600px) {
      .card2 {
    flex-direction: column;
      }

    .card2 img {
       width: 100%;

    }
.card3 {
    flex-direction: column;
  }

 .card3 img {
       width: 100%;

    }
    .card4 {

    flex-direction: column;
  }
   .imgc4 {
       width: 100%!important;

    }
      .item {
        flex-direction: column;
        text-align: center;
      }

      .item span {
        margin-bottom: 10px;
      }
    }
