
.card {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 40px 30px;
    max-width: 1000px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid white;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.recurso{
  width: 100%;
  max-height: 15rem;
}
.recurso h2 h3 h4{
  color: white;
}

.recurso img{
    width: 8rem;
    height: 8rem;
}

.card-header_nts{
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  width: 40%;
  align-items: center;
  justify-items: center;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 1);
}

.card-title_nts {
    font-size: clamp(16px, 2vw, 1.8rem);
    font-weight: 680;
    color: #ffffff;
    text-transform: uppercase;

}

.pasos {
  background-image: url('../../images/Recurso\ 91RyG@300x.png');
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Poppins", Sans-serif;
  box-shadow: 0px -20px 0px rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 3rem;
}

.pasos .caja {
  background: white;
  border-radius: 30px;
  padding: 40px;
}


.recurso p {
  color: #fff;
  width: 160px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
  margin-top: 2rem;
  margin-bottom: 0;
}

.grid_pasos{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
    margin: 0;
}

.texto{
  background-color: #ff4403;
  color: white;
  width: 100%;
  max-width: 180px;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600;
  border-radius: 8px;
  padding: 5px;
  margin-top: 0.8rem;
}
.tym{
  text-align: center;
  color: whitesmoke;
  padding-top: 5rem;
  margin-bottom: 0;
}
.tym h5{
  color: white;
  font-weight: 600;
}

.main{
    background-image: none;
}

.data_cliente{
    position: relative;
    background: white;
    border-radius: 15px;
    padding: 40px 0px;
    padding-bottom: 10px;
    max-width: 1000px;
    margin: 0 auto 2rem;
    border: 2px solid white;
}

.header_titulo {
    width: fit-content;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
}

.titulo{
    font-size: clamp(12px, 1.8vw, 16px);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.header_titulo.orange{
    background-color: #ff4403;
}

.header_titulo.black{
    background-color: black;
}

.form_input {
  width: 100%;
  height: 3rem;
  border: 1px solid #cfcfcf;
  border-radius: 25px;
  padding: 10px 20px;
}

.form_input:hover {
  border-color: #ff4d00;
}
