@media only screen and (max-width: 768px) {

  .trapezio-title {
    margin-left: 14% !important;
  }
  
  .trapezio-title-text {
    width: 82% !important;
    padding-top: 1.2rem;
    font-weight: 400;
  }

  .career-container {
    padding-left: 7rem !important;
    padding-right: 6rem !important;
  }

  .trapezio-title-text {
    width: 82% !important;
    padding-top: 1.2rem;
    font-weight: 400;
    margin: -0.05rem 0px;
  }

  .trapezio-title {
    height: 4rem;
    width: 90%;
    margin-top: 0.75rem !important;
    transform: translate(0,-66%);
    z-index: 2;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    letter-spacing: 2px;
    margin-left: 5%;
    font-size: 1rem !important;
  }

  /* .trapezio-title {
    height: 4rem;
    width: 70%;
    margin-top: -2rem;
    transform: translate(0,-45%);
    z-index: 2;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    letter-spacing: 2px;
  } */

  .product-box img {
    width: 40%;
  }

  .product-box{
    width: 70%;
  }

   
  /* *** MENU MOBILE *** */

  .mobile-menu {
    width: 100%;
    height: 100vh;
    background-color: var(--theme-white);
    position: fixed;
    z-index: 9;
    display: none;
    padding: 33% 4rem;
    top: 0;
    left: 0;
    text-align: center;
  }

 
  .close-menu-mobile {
    width: 3rem;
    height: 3rem;
    background-color: var(--theme-purple);
    position: absolute;
    right: 4.5rem;
    top: 4.5rem;
    display: block;
    /* z-index: 99; */
  }
  
  .close-menu-mobile i {
    color: var(--theme-white) !important;
    padding-top: 1rem;
  }
  
  .mobile-menu ul.menu-mob {
    width:90%;
    height:90%;
    text-align:center;
    position:relative;
  }
  .mobile-menu ul.menu-mob li a{
    font-size:1.2rem;
    color:var(--theme-purple);
    text-decoration:none;
  }
  .mobile-menu ul.menu-mob li{
    display: block;
    list-style-type: none;
    
  }

  .sub-menu-mob{
    display:none;
  }

  .mobile-menu ul.menu-mob li ul.sub-menu-mob{
    display: none;
    position: absolute;
    transform:translate(-1.5rem,0rem);
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
  
    text-align: center;
    background-color:var(--theme-white);
    border:1px solid #CCCCCC;
  }
  .mobile-menu ul.menu-mob li:hover ul.sub-menu-mob{
    display: block;
    margin-left:3rem;
    padding-left:2rem;
    padding-bottom:1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    height: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.01);
  }
  
  .mobile-menu ul.menu-mob li ul.sub-menu-mob li{
    color:var(--theme-purple);
    list-style-type:disc !important;
  }
  .mobile-menu ul.menu-mob li ul.sub-menu-mob li a{
    width:100px;
    height:2rem;
    text-align: left;
  }

  .service-card{
    width:90%;
    margin-left:5%;
  }

  .service-desc-title{
    text-align:center;
    padding-top:1rem;
    padding-bottom:1rem;
    box-sizing:border-box;
  }


  .service-card-text{
    text-align:center;
  }
  .service-desc-title:after{
    border-top: 0.15rem solid transparent;
  }
  .service-description:before{
    content: '---------';
    width:100px;
    height: 0.15rem;
    color: transparent;
    float:left;
    border-top: 0.15rem solid var(--theme-orange);
    position: absolute;
    left:calc(50% - 50px);
    transform: translate(0, 0.25rem);
  }
  .service-desc-title.underline-left:before{
    border-bottom:transparent;
  }
  .service-desc-title.underline-right:after{
    border-bottom:transparent;
  }
  .text-desc-right,.service-description{
    text-align:center !important;
    float:initial !important;
  }


  .service-title.underline-orange-right{
    text-align:center;
    transform:translate(.25rem);
  }
  
  .service-title.underline-orange-right:after{
    border-bottom: 0.17rem solid transparent;
  }
  
  .service-title.underline-orange-left{
    text-align:center;
    transform:translate(0rem);
  }
  
  .service-title.underline-orange-left:before{
    border-bottom: 0.17rem solid transparent;
  }
  
  .service-title.underline-orange:before{
    border-bottom: 0.17rem solid transparent;
  }

  .service-box:before{
    content:'-';
    color:transparent;
    width:100px;
    height:1rem;
    float:left;
    position:absolute;
    margin-left:5%;
    bottom:1rem;
    border-bottom: 0.17rem solid var(--theme-orange);
  }

  .inner-radius-right{
    border-top-left-radius:2.6rem !important;
  }
  .inner-radius-left{
    border-top-right-radius:2.6rem !important;
  }


  .cover-img{
    min-height:600px !important; 
    height: 500px;
    background-size: cover;
    background-position: 29%;
    background-repeat: no-repeat !important;
  }
  .banner-title-aplan{
    width:60%;
    color:var(--theme-purple);
    border-left:.6rem solid var(--theme-orange);
    text-align: left;
    margin-left:10%;
    padding-left:1rem;
    margin-top:80px;
    font-size:1.5rem;
    font-weight:200;
  }



}

@media only screen and (max-width: 425px) {
  
  body{ 
    width: calc(100vw) !important;
  }
  
  .banner-title {
    width: 70% !important;
  }
  
  .trapezio-title{
    width: 74% !important;
    margin-top: 1.75rem !important;
  }

  .trapezio-title-text {
    width: 100% !important;
    padding-top: 0.5rem !important;
    font-size: 1rem !important;
  }

    /* .cover-img {
      height: 200px !important;
      min-height: 0px !important;
    } */

    .cover-img {
      height: 500px !important;
      min-height: 0px !important;
      background-position: 29% center;
      background-size:cover;
    }

    #mapa {
      margin-top: -6rem;
    }

    .trapezio-title {
      height: 4rem;
      width: 90%;
      margin-top: 0.75rem !important;
      transform: translate(0%,-3rem);
      z-index: 2;
      text-align: center;
      background-repeat: no-repeat;
      background-size: contain;
      letter-spacing: 2px;
      margin-left: 13% !important;
      font-size: 1rem !important;
    }

    .trapezio-title-text {
      width: 82% !important;
      padding-top: 1.2rem;
      font-weight: 400;
      margin: -0.1rem auto;
    }

    #services {
      margin-top: -6rem;
      width: 100vw;
    }

    #products {
      margin-top: -6rem;
    }
    #numbers {
      background-color: var(--theme-white);
      margin-top: -6rem;
      position: relative;
    }
    
    
    .service-desc{
      height:100%;
      padding-top:5rem;
      position:relative;
      margin-top: -6rem;
    }
    
    .product-box {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

    .slider div{
      background-position: 15% center;
    }

    .career-container:first {
      margin-top:-6rem;
    }

    .career-container {
      background-color:var(--theme-grey);
      margin-top: 1rem;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      text-align:left;
    }


    input.custom-file-input {
      width: 100%;
      height: 4.5rem;
      font-weight: 300;
      color: transparent;
      border: 0;
      border-radius: 1.3rem;
      box-shadow: 3px 5px 12px -2px rgba(0,0,0,0.0);
      background-color: transparent;
      text-indent: 2.5rem;
      padding-left: 28%;
      padding-top: 0.65rem;
      padding-bottom: 0.15rem;
      margin-bottom: 0.5rem;
      overflow: visible;
      position: relative;
      font-size: .5rem !important;
    }

    .custom-file-input::before {
      content: 'Adicionar Arquivo';
      font-size: 1.05rem;
      font-weight: 200;
      text-indent: 0.5rem;
      color: var(--theme-white);
      border-radius: 1rem;
      border: none;
      outline: none;
      cursor: pointer;
      display: inline-block;
      padding: 0.56rem 12%;
      background-color: var(--theme-purple);
      white-space: nowrap;
      -webkit-user-select: none;
    }

    .career-form button {
      width: 90%;
      margin-left: 10%;
    }

    #contact-form {
      background-color: var(--theme-grey);
      margin-top: -6rem;
      position: relative;
      padding-top: 3rem;
    }
    
    #vagas-disponiveis {
      background-color: var(--theme-grey);
      margin-top: -6rem;
      position: relative;
    }

    #numbers-home{
      margin-top:0rem;
    }
    .numbers{
      margin-top:0rem;
    }

    .career-box{
        margin-top:3rem;
    }    

  }
