     .solucionesTitle{
        font-family: 'MongolianBaiti', serif;
        font-weight: 400;
        font-style: normal;
        font-size:52px;
        line-height:50px;
      }
      
      .solucionesExtrabold{
        font-family: 'CreatoDisplay_ExtraBold', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 30px;
        line-height:53px;
      }
      
      .solucionesBold{
        font-family: 'CreatoDisplay_Bold', sans-serif;
        font-weight: 550;
        font-style: normal;
        font-size: 30px;
        line-height:53px;
      }
      
      .solucionesMedium{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:23px;
        line-height:29px;
        letter-spacing:0.02em;
      }
      
       .solucionesMedium2{
        font-family: 'CreatoDisplay_Medium', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:17px;
        line-height:25px;
        letter-spacing:0.05em;
      }
      
      .solucionesRegular{
        font-family: 'CreatoDisplay_Regular', sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size:30px;
        line-height:53px;
      }
      
      .soluciones{
        display:flex;
        flex-direction:column;
        width:100%;
        gap:88px;
        padding:150px 111px;
        background-color:#F3F3F3;
        align-items:center;
      }
      
      .solucionesArriba{
        display:flex;
        width:100%;
        gap:20px;
        /*background-color:grey;*/
        align-items:center;
        max-width:1222px;
      }
      
      .solucionesTextos{
        display:flex;
        width:100%;
        padding-left:46px;
        flex-direction:column;
        gap:34px;
        max-width: 50%;
        /*background-color:pink;*/
      }
      
      .solucionesBloque{
        display:flex;
        height:6px;
        width:184px;
        background-color:#C29725;
      }
      
      .solucionesDoble{
        display:flex;
        gap:70px;
        /*background-color:beige;*/
      }
      
      .solucionesCaja{
        text-decoration: none;
        color: black;
        cursor: pointer;
        outline: none;
        display:flex;
        width:252px;
        height:252px;
        /*background-color:lightgreen;*/
        flex-direction:column;
        padding: 38px 35px;
        flex-shrink:0;
        border-radius:12px;
        border:1px solid #515151;
        justify-content:space-between;
      }
      
      .solucionesUp{
        display:flex;
        width:100%;
        height:66px;
        /*background-color:purple;*/
        justify-content:right;
      }
      
      .solucionesIcon{
        display:flex;
        height:66px;
        width:66px;
        /*background-color:black;*/
        flex-shrink:0;
        background-position:center;
        background-size:cover;
        background-repeat: no-repeat;
      }

      .solIcon1{
        background-image: url(./imgs/inicio/soluciones/1.png);
      }

      .solIcon2{
background-image: url(./imgs/inicio/soluciones/2.png);
      }

      .solIcon3{
background-image: url(./imgs/inicio/soluciones/3.png);
      }

     .solIcon4{
background-image: url(./imgs/inicio/soluciones/4.png);
      }

      .solIcon5{
background-image: url(./imgs/inicio/soluciones/5.png);
      }

      .solIcon6{
background-image: url(./imgs/inicio/soluciones/6.png);
      }



      .solucionesCaja:Hover{
          background-color: #ecebeb;
          border:1px solid #9A8B04;
      }

      .solucionesCaja:Hover .solIcon1{
        background-image: url(./imgs/inicio/soluciones/g1.png);
      }


      .solucionesCaja:Hover .solIcon2{
        background-image: url(./imgs/inicio/soluciones/g2.png);
      }

      .solucionesCaja:Hover .solIcon3{
        background-image: url(./imgs/inicio/soluciones/g3.png);
      }

      .solucionesCaja:Hover .solIcon4{
        background-image: url(./imgs/inicio/soluciones/g4.png);
      }


      .solucionesCaja:Hover .solIcon5{
        background-image: url(./imgs/inicio/soluciones/g5.png);
      }

      .solucionesCaja:Hover .solIcon6{
        background-image: url(./imgs/inicio/soluciones/g6.png);
      }

      
      .solucionesAbajo{
        display:flex;
        width:100%;
        gap:70px;
        /*border:3px solid orange;*/
        max-width:1222px;
      }


      @media(max-width:1380px){

        .soluciones{
          gap: 50px;
          padding: 120px 60px ;
        }

        .solucionesDoble, .solucionesAbajo{
          gap:20px;
        }

        .solucionesAbajo{
          justify-content: center;
        }

        .solucionesTextos{
          padding-left: 0;
          max-width: 550px;
        }

        .solucionesArriba{
          justify-content: center;
        }
        
      }

      @media(max-width:1137px){

        .solucionesCaja{
          width: 200px;
          height: 200px;
          padding: 20px;
        }

        .solucionesTitle{
          font-size: 50px;
          line-height: 46px;
        }

        .solucionesMedium{
          font-size: 21.5px;
          line-height: 26px;
        }

      }

      @media(max-width:978px){

        .soluciones, .solucionesDoble{
          justify-content: center;
          align-items: center;
        }

        .solucionesArriba, .solucionesAbajo{
          flex-direction: column;
        }

        .soluciones{
          gap: 20px;
          padding: 110px 40px;
        }

        .solucionesCaja{
          width: 50%;
          height: 170px;
        }
        
        .solucionesDoble{
          max-width: 1000px;
          /*background-color: pink;*/
        }

        .solucionesArriba{
          max-width: 1000px;
          gap: 60px;
          /*background-color: orange;*/
        }

        .solucionesDoble{
          /*background-color: aqua;*/
          width: 100%;
        }

        .solucionesTextos{
          width: 100%;
          max-width: none;
          justify-content: center;
          align-items: center;
          max-width: 500px;
          text-align: center;
          gap: 30px;
        }

        .solucionesDoble{
          max-width: 670px;
        }

        .solucionesAbajo{
          justify-content: center;
          align-items: center;
        }

      }

      @media(max-width:600px){

        .soluciones{
          padding:60px 20px;
        }

        .solucionesDoble{
          flex-direction: column;
        }

        .solucionesCaja{
          width: 300px;
          flex-direction: row;
          height: fit-content;
          padding:15px;
        }

        .solucionesCaja .solucionesMedium2{
          align-items: flex-end;
        }

        .solucionesUp{
          width: fit-content;
          order: 2;
        }

        .solucionesMedium2{
          /*background-color: aquamarine;*/
          padding-top: 20px;
          font-size: 16.5px;
          line-height: 22px;
        }

        .solucionesIcon{
          scale: 0.8;
        }

        .solucionesTitle{
          font-size: 33px;
          line-height: 30px;
        }

        .solucionesMedium{
          font-size: 17px;
          line-height: 23px;
        }

        .solucionesTextos{
          gap:20px;
          max-width: 400px;
        }

        .solucionesArriba{
          gap: 50px;
        }


      }

      