 .terrestreTitles{
        display:flex;
        width:100%;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-size:44px;
        line-height:47px;
        text-align:right;
        justify-content:right;
        padding-top:60px;
        /*background-color:blue;*/
        color:white;
        position:relative;
      }
      
      .terrestreSubtitles{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size:22px;
        line-height:26px;
        color:white;
      }
      
      .terrestreTexto{
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:17px;
        line-height:23px;
        color:white;
        position:relative;
      }
      
      .terrestre{
        display:flex;
        flex-direction:column;
        background-color:black;
        position:relative;
      }
      
      .terrestrePleca{
        display:flex;
        position:absolute;
        z-index:1;
        /*border:1px solid white;*/
        width:100%;
        height:315px;
        background-image:url("./imgs/transporte/transportePleca.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border:1px solid whhite;
      }
      
      .terrestrePlecaBrillo{
      display:flex;
      height:100%;
      width:100%;
      /*background-color:green;*/
      background-image:url("./imgs/transporte/transportePlecaShiny.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position:relative;
      mask-image: linear-gradient(to right, transparent 0%, white 30%, white 70%, transparent 100%);
      mask-repeat: no-repeat;
      mask-size: 800px 100%;
    }
    
    .terrestreBrillo{
      animation: terrestreMoverClip 2s linear infinite;
    }
    
    @keyframes terrestreMoverClip {    
      0% {
        mask-position: -800px 0;
      }
      100% {
        mask-position: calc(100% + 800px) 0;
      }   
    }
      
      .terrestreTop{
        display:flex;
        padding:228px 128px 0 180px;
        z-index:3;
        flex-direction:column;
        z-index:2;
      }
      
      .terrestreTextoTop{
        display:flex;
        padding: 82px 176px 91px 94.5px;
        gap:32px;
        flex-direction:column;
        /*background-color:grey;*/
        position:relative;
      }
      
      .terrestreTextoTop p{
        text-align:justify;
        position:relative;
      }
      
      .terrestreBottomImagen{
        display:flex;
        height:1237.8px;
        width:100%;
        position:absolute;
        bottom:0;
        left:0;
        /*background-color:purple;*/
        z-index:1;
      }

      .terrestreBottomImagen img{
        object-position:center;
        object-fit:cover;
        width:100%;
      }
      
      
      .terrestreTextoBottom{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:53px;
        /*background-color:red;*/
      }
      
      .terrestreGrandesServicios{
        display:flex;
        gap:84px;
      }
      
      .terrestreApartado{
        display:flex;
        width:100%;
        gap:34px;
        flex-direction:column;
      }
      
      .terrestreServicio{
        display:flex;
        gap:25.4px;
        /*background-color:green;*/
      }
      
      .terrestreBolita{
        display:flex;
        width:28px;
        height:28px;
        background-color:#FFE50E;
        flex-shrink:0;
        border-radius:50px;
      }
      
      .terrestreSpace{
        height:783px;
        width:100%;
        z-index:30;
        /*border: 4px solid blue;*/
      }
      
      
      .spacio{
        height:1200px;
      }

      @media(max-width:1140px){
        .terrestrePleca{
          top:-100px;
          /*border: 3px solid pink;*/
        }

        .terrestreTop{
          /*border:3px solid purple;*/
          padding: 130px 40px 0 40px;
        }

        .terrestreTitles{
          /*background-color: purple;*/
        }

        .terrestreTextoTop{
          padding: 50px 0px;
          /*background-color: green;*/
        }

        .terrestreSpace{
          height: 680px;
        }

        .terrestreTextoBottom{
          gap:40px;
        }
      }

      @media(max-width:600px){
          .terrestreTitles{
            font-size:36px;
            line-height: 38px;
            text-align: center;
          }

          .terrestreTexto{
            font-size: 15px;
            line-height: 21px;
          }

          .terrestreGrandesServicios{
            flex-direction: column;
            gap:34px;
          }

          .terrestreBottomImagen{
            height: auto;
            width: 100%;
            aspect-ratio: 600 / 1238;
            /*border: 5px solid grey;*/
          }

          .terrestreSpace{
            height: auto;
            width: 100%;
            aspect-ratio: 600 / 800;
          }

      }