body,html{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0!important;
    padding: 0!important;
}

#section-agradecimiento{
    height: 100%; 
    background: url('../../assets/img/agradecimiento/section-mobile.png') 
    no-repeat center top; 
    background-size: cover;
    position: relative;
    color: #fff;    
}
.font-bold-64{
    color: var(--amarillo, #EFB94B);
    font-family: Montserrat;
    font-size: clamp(48px,4vw,64px);
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}
.font-normal-30{
    color: var(--blanco, #FFF);
    font-family: Montserrat;
    font-size: clamp(20px,2.5vw,25px);
    font-style: normal;
    font-weight: 500;
}

.btn-goto{
    border-radius: 16px;
    background: var(--Verde, #2fbc6c);
    cursor: pointer;
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    max-width: 640px;
    gap: 10px;
    border-radius: 16px;
}
.container-btn-goto{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    align-self: stretch;
}

.font-btn-goto{
    color: var(--blanco, #FFF);
  text-align: center;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-transform: uppercase;
  margin-bottom: 0px;
}



  .container-main-evento-date {
    position: relative;
    z-index: 2;
    border-radius: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
  }
  
  
  .container-main-evento-date .container-main-evento-date-countdown {
    min-height: 52px;
    width: 100%;
    padding: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  
  .countdown-main-evento-date{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 2;
  }
  .container-main-evento-date-countdown .countdown-number,
  .container-main-evento-date-countdown .countdown-spaces{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: clamp(24px,2vw,30px);
    line-height: clamp(26px,2.5vw,34px);
    letter-spacing: -0.02em;
    color: #ffffff;
  }
  .container-main-evento-date-countdown .countdown-number {
    margin-bottom: -8px;
  }
  .container-main-evento-date-countdown .countdown-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: clamp(10px,1.2vw,13px);
    line-height: clamp(10px, 1.5vw, 18px);
    font-family: Montserrat;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
  }

  .icon-arrow-date{
    position: absolute;
    right: 3rem;
    top: -1rem;
  }



@media (min-width: 992px) {
  .container-img-ricardo img{
    position: relative;
    z-index: 2;
  }
  .container-img-ricardo::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 25px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 230px 198px #2fbc6c;
    -moz-box-shadow: 0px 0px 230px 198px #2fbc6c;
    box-shadow: 0px 0px 230px 198px #2fbc6c;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    #section-agradecimiento{
        height: 100%; 
        background: url('../../assets/img/agradecimiento/section-web.png') 
        no-repeat center top; 
        background-size: cover;
        position: relative;
        color: #fff;    
    }
}