@font-face {
  font-family: 'DINPro';
  src: url('../Fonts/DINPro.ttf') format('truetype'); 
  font-weight: normal; 
  font-style: normal;
}


@font-face {
  font-family: 'DINPro';
  src: url('../Fonts/DINPro-Bold.ttf') format('truetype');
  font-weight: bold; 
  font-style: normal; 
}

@font-face {
  font-family: 'DINPro';
  src: url('../Fonts/DINPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic
}


@font-face {
  font-family: 'Galdern';
  src: url('../Fonts/Galdern-Bold.otf') format('opentype'); 
  font-weight: bold;
  font-style: normal;
}

body {
    margin: 0;
    font-family: 'DINPro' !important;
    background-color: #f8f8f8;
}

.logo-section {
    background-color: #ffffff; 
    text-align: center;
    padding: 20px 0; 
    margin-bottom: 0; 
    
}
img.logo{
  height: 50px;
}
.image-container {
    width: 100%;
}

.image-container img {
    margin-top: -350px;
    position: relative;
    z-index: -1;
    margin-bottom: -90px;
    width: -webkit-fill-available;
}
.button {
    position: absolute;
    bottom: 15px;
    right: 21px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  
.button img {
width: 40px;
height: 40px;
}

.main-content {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    margin-bottom: 50px;
    gap: 35px;
    margin-left: 70px;
    margin-right: 70px;
}

.content-box {
    background-color: #9ee6df;
    border-radius: 35px;
    padding: 20px;
    text-align: center;
    position: relative;
    width: 45%;
    height:170px;
    overflow: hidden;
}

.content-box-inner {
    padding: 20px;
    height: fit-content;
}

.content-box.yellow {
    background-color: #ffe97e;
}

.content-box h2 {
    font-size: 1.1rem;
    text-align: left;
}

.content-box p {
    font-size: 0.9rem;
    color: #333;
    text-align: left;
}

.circles {
    position: absolute;
    top: 30px;
    right: 33px;
    width: 23px;
    height: 13px;
  }

.info-section {
    text-align: center;
    padding: 30px 0;
    background-color: #ffffff;
}

.info-section p {
    margin: 0;
    font-size: 1rem;
    color: #555;
    font-style: italic;
}

.logos-section {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 100px;
}

.logo-box {
    text-align: center;
    max-width: 300px;
}

.logo-box p {
    margin: 0;
    font-size: 1.5rem;
    color: #ff8a65; 
    font-weight: bold;
    margin-bottom: 10px;
}

.logo-box img {
    max-height: 150px; 
}

.footer {
    background-color: #f5baaf;
    text-align: center;
    padding: 65px 0 10px;
    
}

.footer img {
    max-height: 60px;
}




.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 85px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .card {
    position: relative;
    width: 48%;
    height: 320px;
    border-radius: 24px;
    padding: 32px;
  }
  .card .dots {
    position: absolute;
    top: 20px;
    right: 40px;
  }
  .card h2 {
    color: #000000;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .card p {
    color: #000000;
    font-size: 1.7em;
    line-height: 1.2;
    margin-bottom: 32px;
  }
  .card .icon {
    position: absolute;
    bottom: -70px;
    right: 90px;
    width: 24px;
    height: 162px;
  }
  .card.blue {
    background-color: #a8edea;
  }
  .card.yellow {
    background-color: #fff3b0;
  }


  @media screen and (max-width: 1400px) {
    .image-container img {
        margin-top: -260px;
        position: relative;
        z-index: -1;
        margin-bottom: -90px;
        width: -webkit-fill-available;
        margin-left: -60px;
    }
}

@media screen and (max-width: 1200px) {


    .image-container img {
        margin-top: -180px;
        position: relative;
        z-index: -1;
        margin-bottom: -90px;
        width: -webkit-fill-available;
    }
}
@media screen and (max-width: 1100px) {
  .card h2 {
    color: #000000;
    font-size: 2.0em;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .card p {
    color: #000000;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 975px) {
  .card h2 {
    color: #000000;
    font-size: 1.9em;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .card p {
    color: #000000;
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 32px;
  }
}


@media screen and (max-width: 850px) {

    .card h2 {
      color: #000000;
      font-size: 1.7em;
      line-height: 1.2;
      margin-bottom: 16px;
    }
    .card p {
      color: #000000;
      font-size: 1.2em;
      line-height: 1.2;
      margin-bottom: 32px;
    }
    .image-container img {
        margin-top: -120px;
        position: relative;
        z-index: -1;
        margin-bottom: -90px;
        width: -webkit-fill-available;
    }

}

@media screen and (max-width: 787px) {


    .logo-box img {
        max-height: 130px;
      }
    
      .logos-section p{
        margin: 0;
        font-size: 1.2rem !important;
        color: #ff8a65;
        font-weight: bold;
        margin-bottom: 10px;
      }
        .container {
          flex-direction: column;
          padding: 40px;
        }
      
        .card {
          width: 100%;
          height: 250px !important;
          margin-top: 55px;
          margin-bottom: -40px;
        }
      
        .card .icon {
          position: relative;
          bottom: auto;
          right: auto;
          margin-top: 20px;
          text-align: center;
        }
        .card.yellow {
            margin-bottom: 20px;
        }
      
}
@media screen and (max-width: 680px) {


    .logo-box img {
        max-height: 110px;
      }
    
      .logos-section p{
        margin: 0;
        font-size: 1.0rem !important;
        color: #ff8a65;
        font-weight: bold;
        margin-bottom: 10px;
      }


    }
@media screen and (max-width: 650px) {


    .image-container img {
        margin-top: -80px !important;
        position: relative;
        z-index: -1;
        margin-bottom: -90px;
        width: -webkit-fill-available;
    }
    img.logo{
        height: 58px;
      }
}
@media screen and (max-width: 650px) {
    img.logo{
        height: 50px;
    }
    .logos-section {
        background-color: #fff;
        text-align: center;
        padding: 20px;
        display: flex;
        justify-content: center;
        gap: 50px;
    }
    .footer img {
        max-height: 55px;
    }
}
@media screen and (max-width: 500px) {


    .image-container img {
        margin-top: -40px;
        position: relative;
        z-index: -1;
        margin-bottom: -90px;
        width: -webkit-fill-available;
    }
    img.logo{
        height: 40px;
      }
}

@media screen and (max-width: 530px) {
    .logo-box img {
        max-height: 90px;
      }
    
      .footer img {
        max-height: 50px;
    }
}
@media screen and (max-width: 470px) {
    .footer img {
        max-height: 40px;
    }
    .logos-section p{
        margin: 0;
        font-size: 0.8rem !important;
        color: #ff8a65;
        font-weight: bold;
        margin-bottom: 10px;
      }
}

@media screen and (max-width: 420px) {
.icon a img{
    height: 60px !important;
    margin-top: 15px;
}
.card .icon {
    position: absolute;
    bottom: -78px !important;
    right: 52px !important;
    width: 24px;
    height: 162px;
}
}
@media screen and (max-width: 872px) {


    .card .icon {
        position: absolute;
        bottom: -80px;
        right: 90px;
        width: 24px;
        height: 162px;
    }
    .card {
        position: relative;
        width: 60%;
        height: 310px;
        border-radius: 24px;
        padding: 32px;
    }
}


@media (max-width: 650px) {
    .footer {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .footer img {
      margin-top: 0;
    }
  
    .footer p {
      display: block;
      max-width: 80%;
      margin: 10px auto;
      font-size: 0.8em;
    }
  
    .footer p a {
      display: block;
    }
  }
  @media (max-width: 540px) {
    .card h2 {
      color: #000000;
      font-size: 1.4em;
      line-height: 1.2;
      margin-bottom: 16px;
    }
    .card p {
        color: #000000;
        font-size: 1.2em;
        line-height: 1.2;
        margin-bottom: 32px;
    }
  }

  @media (max-width: 470px) {
    .card {
      position: relative;
      width: 60%;
      height: 280px !important;
      border-radius: 24px;
      padding: 32px;
    }
  }

  @media screen and (max-width: 1700px) {
    .image-container img {
        margin-top: -290px;
        position: relative;
        z-index: -1;
        margin-bottom: -90px;
        width: -webkit-fill-available;
        margin-left: -60px;
    }
}

@media screen and (max-width: 1400px) {
  .image-container img {
      margin-top: -230px;
      position: relative;
      z-index: -1;
      margin-bottom: -90px;
      width: -webkit-fill-available;
      margin-left: -60px;
  }
}

@media screen and (max-width: 1250px) {
  .image-container img {
      margin-top: -180px;
      position: relative;
      z-index: -1;
      margin-bottom: -90px;
      width: -webkit-fill-available;
      margin-left: -60px;
  }
}


@media screen and (max-width: 1070px) {
  .image-container img {
      margin-top: -140px;
      position: relative;
      z-index: -1;
      margin-bottom: -90px;
      width: -webkit-fill-available;
      margin-left: -60px;
  }
}

@media screen and (max-width: 851px) {
  .image-container img {
      margin-top: -110px !important;
      position: relative;
      z-index: -1;
      margin-bottom: -90px;
      width: -webkit-fill-available;
      margin-left: -60px;
  }
}

@media screen and (max-width: 651px) {
  .image-container img {
      margin-top: -80px !important;
      position: relative;
      z-index: -1;
      margin-bottom: -90px;
      width: -webkit-fill-available;
      margin-left: -60px;
  }
}


@media screen and (max-width: 501px) {
  .image-container img {
      margin-top: -40px !important;
      position: relative;
      z-index: -1;
      margin-bottom: -90px;
      width: -webkit-fill-available;
      margin-left: -60px;
  }
}

@media (max-width: 1350px) {
  .puntos{
    max-width: 52px !important;
    height: 25px !important;
  }
}

@media (max-width: 1000px) {
  .puntos {
      max-width: 45px !important;
      height: 22px !important;
  }
}