/*Barra de navegacion servicios*/
.wrapper{
  min-height: 90vw; 
  display: flex;
  overflow-x: auto;
  z-index: 0;
  }
  
  .wrapper::-webkit-scrollbar{
  width:0;
  }
  
  .wrapper .item{ 
  min-width: 75vw;
  height: auto;
  line-height:  20px;
  text-align:center;
  margin-right: 2px;
  }

  @media screen and (min-width: 800px){
    .wrapper{
      min-height: 5vw; 
      display: flex;
      overflow-x: auto;
      }
      
      .wrapper::-webkit-scrollbar{
      width:0;
      }
      
      .wrapper .item{ 
      min-width: 15vw;
      height: 30vw;
      line-height: 2px;
      margin: 25px;
      text-align: center;
      }
    
  }
  
  h1{
    color: #ffffff;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 30px 0px;
    text-align: center;
  }

  h2{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    text-align: center;
    line-height: 120%;
    margin-left:4px;
    margin-right:4px;
}