   
       
       .ctaEspacio{
        height: 133px;
        width: 100%;
       }
       
       
       .ctaTitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:40px;
        line-height:46px;
        letter-spacing:-0.047em;
        color:white;
      }
      
      
      .ctaSubtitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:18px;
        line-height:18px;
        letter-spacing:0.03em;
        color:white;
      }

      .ctaText{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:17px;
        line-height:20px;
        letter-spacing:-0.01em;
        padding-bottom:14px;
        color:white;
      }
      
      
      .cta{
        display:flex;
        width:100%;
        height:524px;
        position:relative;
        padding:40px 30px;
        /*background-color:purple;*/
        justify-content:center;
        align-items:center;
      }

      .ctaFondo{
        display:flex;
        position:absolute;
        width:100%;
        height:100%;
        background-color:black;
        z-index:1;
        overflow:hidden;
      }
      
      .ctaFondo img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:left;
      }
      
      .ctaHeart{
        display:flex;
        width:55px;
        height:53px;
        /*background-color:grey;*/
        background-image:url("./imgs/cta/cta_corazon.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
      }
      
      .ctaParrafo{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:684px;
        gap:22px;
        /*background-color:lightblue;*/
        justify-content:center;
        text-align:center;
        align-items:center;
        position:relative;
        z-index:2;
      }
      
      a.ctaBoton{
        all:unset;
        cursor:pointer;
        width:fit-content;
        display:flex;
        padding:16px 29px;
        background:linear-gradient(to right, #1E74E2, #1755D4);
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:16px;
        line-height:16px;
        color:white;
        border-radius:50px;
      }
      

      @media(max-width:1100px){




      .ctaEspacio{
        height: 100px;
        
      }

      .cta{
        height: 460px;
      }


      }


      @media(max-width:700px){
      

        .ctaEspacio{
          height: 40px;
        }

        .ctaTitle{
          font-size: 28px;
          line-height: 28px;
        }

        .ctaParrafo{
          gap: 20px;
        }

        .ctaText{
          font-size: 16px;
        }



      }