   .serviciosTitlePrincipal{
        font-family: 'futura-bold', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:36px;
        line-height:48px;
        color:#114063;
      }
      
      
     .serviciosSubtitle{
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:23px;
        line-height:29px;
        color:#333333;
      }
      
      .serviciosTextosOpciones{
        font-family: 'futura-bold', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:16.55px;
        line-height:20px;
        
      }
      
      .serviciosTextosOpciones2{
         font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16px;
        line-height:18px;
      }
           
      .servicios{
        width:100%;
        display:flex;
        padding:108px 60px 100px 60px;
        /*background-color:beige;*/
        justify-content:center;
        position:relative;
      }
      
      .serviciosContainer{
        display:flex;
        width:100%;
        padding:2px;
        max-width:1274px;
        flex-direction:column;
        /*background-color:pink;*/
        gap:93px;
        justify-content:center;
        align-items:center;
        text-align:center;
      }
      
      .serviciosTitular{
        display:flex;
        width:100%;
        max-width:800px;
        gap:34px;
        flex-direction:column;
        /*background-color:green;*/
        
      }
      
      .serviciosJuntos{
        display:flex;
        position:relative;
        width:100%;
        flex-direction:column;
        gap:56px;
        align-items: column;
      }
      
      .serviciosDecorado{
        display:flex;
        position:absolute;
        width:341px;
        height:493px;
        right:0;
        top:316px;
        /*background-color:grey;*/
        
      }
      
      .serviciosCaja{
        display:flex;
        width:100%;
        justify-content: center;
        /*background-color:purple;*/
        transition: all 0.2s ease;
      }

      .serviciosFoto:hover{
        scale: 1.05;
      }
      
      .serviciosFotoSpace{
        display:flex;
        position:relative;
        width:441px;
        height:348px;
        /*background-color:lightblue;*/
        flex-shrink:0;
      }
      
      .serviciosFoto{
        display:flex;
        position:absolute;
        top:0;
        left:0;
        z-index:20;
        width:470px;
        height:348px;
        background-color:grey;
        border-radius:17px;
        transition: all 0.2s ease;
      }
      
      .serviciosFoto img{
        width:100%;
        object-fit:cover;
        object-position:center;
        /*background-color:pink;*/
        border-radius:17px;
      }
      
      .serviciosContenidoCaja{
        display:flex;
        width: 100%;
        max-width: 650px;
        flex-direction:column;
        margin-top:33px;
        /*background-color:blue;*/
        padding:38px 32px 58px 85px;
        gap: 25px;
        background-color:white;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
        border-radius:15px;
        height:fit-content;
        text-align:left;
      }
      
      .serviciosCajaTitular{
        display:flex;
        width: 100%;
        /*background-color:orange;*/
        text-align:left;
        gap:15px;
        justify-content: space-between;
      }
      
      .serviciosCajaTitular p{
         width:100%;
         padding-top:14px;
         max-width:300px;
         /*background-color:beige;*/
         font-family: 'futura-bold', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:20px;
        line-height:24px;
        color:#0D426F;
      }
      
      .serviciosLink{
        all:unset;
        cursor:pointer;
        position: relative;
        display:flex;
        padding:13px 18px;
        background-color:#245472;
        width:fit-content;
        height:fit-content;
        flex-shrink:0;
        border-radius:9px;
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16px;
        line-height:14px;
        color:white;
        transition: all 0.25s ease;
      }

      .serviciosLink:hover{
        background-color: #0b334b;
        top:-2px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
      }
      
      .serviciosLine{
        display:flex;
        height:1px;
        width:100%;
        background-color:#D8CA7B;
      }
      
      .serviciosTextito{
        max-width:548px;
        color:#4D4D4D;
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:16.5px;
        line-height:20px;
        color:#4D4D4D;
      }
      
      .serviciosOpciones{
        display:flex;
        flex-direction:column;
        width:100%;
        border:1px solid #E6E6E6;
        background-color:#F2F2F2;
        border-radius:12px;
      }
      
      .serviciosOpcionesPrimer{
        display:flex;
        width:100%;
        justify-content:space-between;
        /*border:1px solid green;*/
        gap:10px;
        padding:21px 23px 21px 28px;
        color:#999999;
        align-items:center;
      }
      
      .dis{
        display:none;
      }
      
      .serviciosIcon{
        all:unset;
        cursor:pointer;
        display:flex;
        height: 14px;
        width: 21px;
        /*background-color:black;*/
        background-image:url("./imgs/servicios/servicios_flecha_down.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .serviciosDespligue{
        display:none;
        flex-direction:column;
      }
      
       .serviciosDespligue .serviciosIcon{
        /*background-color:grey;*/
         background-image:url("./imgs/servicios/servicios_flecha_up.png");
      }
      
      .serviciosResaltar{
        background-color:#E8E8E8;
        border-radius:12px 12px 0px 0px;
      }
      

      .serviciosSectores{
        display:flex;
        flex-direction:column;
        width:100%;
        /*border:1px solid purple;*/
        color:#999999;
      }
      
      .serviciosSector{
        padding:14px 15px 14px 60px;
        /*background-color:pink;*/
      }

      
      .serviciosLineaSegunda{
        display:flex;
        width:100%;
        background-color:#CCCCCC;
        height:1px;
      }
      
      .serviciosSpace{
        padding-bottom:22px;
      }
      
      
      .serviciosMostrar{
        display:flex;
      }

      @media(max-width:1020px){

        .servicios{
          padding: 70px 20px;
        }

        .serviciosTitular{
          gap: 30px;
        }

        .serviciosContainer{
          gap: 45px;
        }

        .serviciosJuntos{
          gap: 35px;
        }

        .serviciosCaja{
          flex-direction: column;
          align-items: center;
        }
        
        .serviciosFotoSpace{
          height: 250px;
          z-index: 0;
        }

        .serviciosFoto{
          height: 250px;
        }

        .serviciosContenidoCaja{
          position: relative;
          z-index: 2;
          margin-top: 20px;
        }

        .serviciosFoto img{
          object-position: top;
        }

        .serviciosContenidoCaja{
          padding: 20px 30px;
        }
        
      }

      @media(max-width:700px){

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

          .serviciosTitular{
            gap: 20px;
          }

          .serviciosSubtitle{
            font-size: 19px;
            line-height: 22px;
          }

          .serviciosContainer{
            gap: 45px;
          }

          .serviciosJuntos{
            gap: 50px;
            align-items: center;
            justify-content: center;
          }

          .serviciosFotoSpace{
            width: 80%;
          }

          .serviciosFoto{
            width: 100%;
          }

          .serviciosCajaTitular{
            flex-direction: column;
            align-items: center;
            text-align: center;
          }

          .serviciosTextito{
            text-align: center;
          }

          .serviciosContenidoCaja{
            padding-top: 30px;
            padding-bottom: 30px;
          }

          .serviciosCajaTitular p{
            padding-top: 0;
          }

      }