
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
}

.logoCuidarte{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.imgLogoCuidarte{
    width: 150px;

}



.body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color:#ffffff;
padding:0px;
}


.checky1{
width:160px;

}


.button{
    display: none;
 padding: 10px;
 justify-content: center;
 align-items: center;
 border-radius: 50px;
 background: #5163FF;
 border-style: none;

 color: #FFF;
 text-align: center;
 font-family: Inter;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 33px /* 206.25% */;

 

}

.interButton{
    display: flex;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    gap: 21px;
   
}

.parrafosContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
   
   
}

.parrafo1{
   font-family: Inter;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 33px 
}

.parrafo2{
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    
 }

 .parrafo3{
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    
 }

 
 .parrafo4{
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    max-width: 300px;
    
 }

 .fade {
    opacity: 0;
    transition: opacity 2.0s ease-in-out;
}
/* Clase para hacer visible el texto */
.show {
    opacity: 1;
}

.negrita{
    font-weight: 800;
}

.hiHand {
    width:90%; /* Ajusta el tamaño de la imagen */
    height: auto;
    margin-left: 8px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 1s ease-out, transform 0.5s ease-out;
}

.heart {
    width:90%; /* Ajusta el tamaño de la imagen */
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 1s ease-out, transform 0.5s ease-out;
}

.button.fade-out {
    opacity: 0;
    pointer-events: none;
}

.interButton {
    display: flex;
    align-items: center;
    gap: 5px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.fade-image {
    width: 100px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.2s ease;
}

.fade-image.show {
    opacity: 1;
    transform: scale(1);
}

.insideContent{
    display: flex;
    flex-direction: column  ;
    justify-content: center;
    align-items: center;
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
   display: flex;
 padding: 8px 0px;
 flex-direction: column;
 align-items: center;
 gap: 19px;
 align-self: stretch;
 border-radius: 15px;

}

.popup-buttons button {
  margin: 10px;
  padding: 10px 20px;
  width: 100px;
}

.popup-buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tituloContainer{
     display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 10px;
 align-self: stretch;

}

.tituloPop{
     color: var(--Color, #2E549D);
 text-align: center;
 font-family: Inter;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 22px /* 122.222% */;
 text-transform: uppercase;

}

.leyendaPop{
    width: 70%;
     display: flex;
 align-items: center;
 gap: 12px;

 color: var(--Color, #2E549D);
 font-family: Inter;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: 22px;

}
.leyendaPop2 {
    text-align: justify;
    width: 70%;
    max-height: 200px; /* Ajustá según tu necesidad */
    overflow-y: auto;
    padding: 10px;
    margin-top: 10px;
    color: var(--Color, #2E549D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.preBotones{
     align-self: stretch;
 color: var(--checky, #5163FF);
 text-align: center;
 font-family: Inter;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: 22px /* 157.143% */;

}


.cancelar{
     display: flex;
 padding: 10px;
 justify-content: center;
 align-items: center;
 flex: 1 0 0;
 border-radius: 50px;
 border: 2px solid #5163FF;
 color: #5163FF;
 background-color: white;

}

.aceptar{
     display: flex;
 padding: 10px;
 justify-content: center;
 align-items: center;
 flex: 1 0 0;
 border-radius: 50px;
 background: #5163FF;
 color: white;
 border-color: #5163FF;

}