.section-3{;
    margin-bottom: 100px;
    padding-top: 250px;
    background: linear-gradient(to bottom, #F5F5F5 0%, white 100%);
    
    
}

.seccion-3-container{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    
    background-image: url('https://pruebas.zeuserp.tech/wp-content/themes/astra-child/assets/img/Rectangle-seccion3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 140vh;
}

.seccion-3-cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    top: -200px;
}

.card{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    width: 290px;
    height: 440px;
    padding: 30px;
    
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.card p{
    color: #333;
    font-family: 'ProximaNova', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%; /* 33.6px */
    letter-spacing: 0.4px;
}

.card .linea{

 align-self: flex-start;
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  margin: 10px 0;
  background-color: #0A0080;
}

.card .icono{
    width: 140px;
}


.text-btn{
    text-align: center;
    position: relative;
    top: -100px;
}

.text-btn h3{
    color: #fff;
    text-align: center;
  font-family: 'ProximaNova', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 200;
    line-height: 112%; /* 62.72px */
    width: 760px;
    margin-bottom: 50px;
}

.text-btn button {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Espacio entre el texto y el ícono */
  padding: 12px 16px;
 

  border: none;


  cursor: pointer;
  
  border-radius: 10px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
color: #019BE9;
text-align: center;
font-family: 'ProximaNova', sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 112%; /* 33.6px */
}


.text-btn button svg {
  display: inline;
  vertical-align: middle;
}

.icono-celu{
    width: 200px!important;
}

.ultimo-texto{
    display: none;
}

@media (max-width: 1321px) {
    
    .section-3{
        padding-top: 300px;
    }
    
    .seccion-3-container{
        height: 100%;
    }
    
    .seccion-3-cards {
        flex-wrap: wrap;
    }
    
  
    
   
}


@media (max-width: 836px) {
    .text-btn h3{
        font-size: 30px;
        width: 509px;
    }
}

@media (max-width: 500px) {
    
    .ultimo-texto{
       display: block;
    }
    .card{
        width: 246px;
    height: 339px;
    }
    
    .card p{
        font-size: 20px;
    }
    
     .text-btn{
        text-align: center;
        position: relative;
        top: -146px;
     }
    
    .text-btn h3 {
        font-size: 23px;
        width: 100%;
        padding: 0px 10px 0px 10px;
    }
    
    .text-btn button{
        font-size: 18px;
    }
}
