      .serviciosTitles{
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:36px;
        line-height:38px;
      }
      
      .serviciosSubtitles{
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:17.45px;
        line-height:17.45px;
        letter-spacing:0.05em;
      }
      
      
      .servicios{
        display:flex;
        width:100%;
        padding:74px 20px 116px 20px;
        justify-content:center;
        letter-spacing:-0.002em;
      }
      
      .serviciosContainer{
        display:flex;
        flex-direction:column;
        gap:51px;
        width:100%;
        max-width:1273px;
        align-items:center;
      }
      
      .serviciosTop{
        display:flex;
        width:100%;
        max-width:1191px;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:26px;
      }
      
      .serviciosTop .textos{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:734px;
        text-align:center;
        gap:20px;
        /*background-color:beige;*/
        order: 2;
      }
      
      .serviciosTop .boton{
        cursor:pointer;
        text-decoration: none;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        display:flex;
        width:fit-content;
        padding:18px 35px;
        background-color:#59C2DB;
        border-radius:14px;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:16px;
        line-height:16px;
        letter-spacing:0.05em;
        color:black;
        flex-shrink:0;
      }
      
      .serviciosLinea{
        width:100%;
        display:flex;
        height:1px;
        background-color:#897F7F;
      }
      
      .serviciosBottom{
        display:flex;
        width:100%;
        max-width:1038px;
        flex-wrap:wrap;
        justify-content:center;
        row-gap:25px;
        column-gap:25px;
        /*background-color:green;*/
      }
      
      .serviciosCaja{
        display:flex;
        height:328.24px;
        padding:35px;
        align-items:center;
        justify-content:center;
        text-align:center;
        position:relative;
        background-color:#333232;
        border-radius:9.65px;
        flex:1 1 350px;
        max-width:542.39px;
      }
      
      .serviciosPicture{
        display:flex;
        position:absolute;
        z-index:0;
        width:100%;
        height:100%;
        border-radius:9.65px;
        /*border:1px solid lightblue;*/
        top:0;
        left:0;
      }
      
      .serviciosPicture img{
        width:100%;
        object-position:center;
        object-fit:cover;
        border-radius:9.65px;
      }
      
      .serviciosNumber{
        display:flex;
        position:absolute;
        width:48px;
        height:34px;
        background-color:black;
        top:35px;
        right:30px;
      }
      
      .serviciosBottomFonts{
        width:100%;
        max-width:216px;
        /*background-color:brown;*/
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:21px;
        line-height:26px;
        letter-spacing:0.03em;
        color:white;
        z-index: 2;
      }
      
      

            @media(max-width:1200px){

                .serviciosCaja{
                  height: 270px;
                }

            }