@media screen and (max-width: 1101px) {
  .botonSerPro {
    width: 40%;
  }
  .contenedorTarjetas {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .contenedorImagen {
    display: none;
  }
  .contenedorParrafos {
    width: 100%;
  }

  .contenedorMetodologia {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
  .positionElementIMG {
    display: none;
  }
  .positionElement01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .positionElement02 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .positionElement03 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .positionElement04 {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .positionElement05 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}

@media screen and (max-width: 950px) {
    .textDS {
        font-size: 50px;
    }
    .botonSerPro {
        width: 50%;
      }
}

@media screen and (max-width: 720px) {
    .textDS {
        font-size: 45px;
    }
    .tarjeta {
       
        height: 400px;
        
      }
    .tarjeta img {
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 610px) {
    .textDS {
        font-size: 40px;
    }
    
    .botonSerPro {
        width: 60%;
      }

      .tarjeta {
        height: 410px;
      }

      .tarjeta img {
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .contenedorTarjetas {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
      }

    .contenedorMetodologia {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
      }
      .positionElementIMG {
        display: none;
      }

      .tarjeta {
        height: auto;
      }
      .botonSerPro {
        width: 80%;
    }

    
  .ContedorBanner {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .tituloSeccion {
    font-size: 25px;
    margin-left: 0;
  }
  .iconoValor{
    padding: 40px;
  }
  .tituloParrafo{
    font-size: 20px;
  }

}
