
      .solTitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:40px;
        line-height:40px;
        letter-spacing:-0.047em;
        color:#274988;
      }
      
      .solSubtitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:18px;
        line-height:20px;
        letter-spacing:-0.03em;
      }
      
      .solText{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
        font-size:17px;
        line-height:20px;
        letter-spacing:-0.0075em;
        padding-bottom:8px;
      }
          
      .sol{
        display:flex;
        width:100%;
        /*background-color:beige;*/
        justify-content:center;
        align-items:center;
        padding:0 40px;
      }
      
      .solWrapper{
        display:flex;
        width:100%;
        max-width:1315px;
        border-radius:50px;
        background-color:white;
        padding:86px 20px;
        justify-content:center;
        box-shadow:0 0 50px #D5DCF5;
      }
      
      .solContainer{
        display:flex;
        width:100%;
        max-width:1108px;
        /*background-color:pink;*/
        justify-content:space-between;
        align-items:center;
      }
      
      .solGraficos{
        display:flex;
        width:566px;
        /*background-color:green;*/
        flex-wrap:wrap;
        row-gap:16px;
        column-gap:19px;
        justify-content:center;
      }
      
      .solIcon{
        display:flex;
        height:173px;
        width:176px;
        /*background-color:lightblue;*/
      }
      
      .solIcon img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }
      
      .solParrafo{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:440px;
        gap:22px;
        /*background-color:brown;*/
      }
      
      .solParrafo a{
        all:unset;
        cursor:pointer;
        display:flex;
        height: 49px;
        width: 210px;
        align-items: center;
        justify-content: center;
        /*background-color:pink;*/
        border-radius:50px;
        background-image:url("./imgs/sol/sol_boton.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:17px;
        line-height:17px;
        letter-spacing:-0.024em;
         transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease !important;
    display: flex !important; /* Asegura que transform funcione */
    will-change: transform;
      }






.sol-container{

  display: flex;
  width:566px;
  height: 402px;
  position: relative;
  /*background-color: purple;*/

}      



  .sol-carrusel {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    overflow: hidden;
  }

  .sol-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .sol-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 13px;
  }

  /*.sol-slide-texto {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    border-radius: 5px;
  }
  */

  .sol-slide.sol-active {
    opacity: 1;
  }


 
.solParrafo a:hover {
    /* Elevación y escala */
    transform: translateY(-2px) scale(1.01) !important;
    /* Sombra profunda para dar sensación de altura */
    box-shadow: 0 10px 20px rgba(30, 116, 226, 0.2) !important;
    cursor: pointer !important;
}

    

@media(max-width:1152px){

  .solWrapper{
    /*background-color: bisque;*/
        padding: 40px 30px;
  }

  .solParrafo{
    width: 100%;
    /*background-color: salmon;*/
    max-width: none;
  }

  .solContainer{
    gap: 25px;
    
  }

  .sol-container{
    min-width: 370px;
  }

  .sol-carrusel{

    width: 100%;


  }

}

@media(max-width:880px){

  .solContainer{
    flex-direction: column;
  }

  .sol-container{
    width: 80%;
    height: 290px;
  }

  .solParrafo{
    align-items: center;
    text-align: center;
    gap: 19px;
  }

  .solTitle{
    max-width: 500px;
  }

  .solText{
    max-width: 600px;
  }


}


@media(max-width:700px){


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

  .solSubtitle{
    font-size: 16px;
    line-height: 16px;
  }

  .solText{
    font-size: 16px;
    line-height: 19px;
  }

  .solParrafo a{
        font-size: 16.04;
        height: 42px;
        width: 184.36px;

  }

  .solParrafo{
    gap: 18px;
  }


  .sol-container{
    min-width: 0px;
    width: 100%;
    height: 290px;
  }

  .sol{
    padding: 0 20px;
  }


}




