header .menu li:last-child {
  background-color: #00652e!important;
}
header .menu li:last-child > a:hover {
  background-color: #409a3c!important;
} 


.logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #00652E;
}

#hero {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}
#hero h2 {
    font-family: 'Montserrat', sans-serif;
    color: #00652E;
    font-weight: bold;
}
#hero h2 span {
    color: #62AF35;
}

#hero h4 {
    font-weight: 400;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
}

#comprar h2 {
    font-family: 'Montserrat', sans-serif;
    color: #00652E;
    font-weight: bold;
}
#comprar h2 span {
    color: #62AF35;
}

#app {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app h2 {
    font-family: 'Montserrat', sans-serif;
    color: #00652E;
    font-weight: bold;
  }
  #app h2 span {
    color: #62AF35;
}

  .titulo-site-app {
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .titulo-site-app img {
    padding-top: .5rem;
    padding-left: .5rem;
  }
  
  @media screen and (max-width:39.9375em) {
    .titulo-site-app img {
    width: 40%;
    }
  }

  .entrega {
    padding: 2rem;
    width: 100%;
    background-color: #104128;
    border-radius: 16px 16px 0 0;
    
}
@media screen and (min-width: 64em) {
    .entrega {
        border-radius: 16px 0 0 16px;
    }
  }

  #formatos2 h2 {
    font-family: 'Montserrat', sans-serif; 
    font-weight: bold;
    margin-bottom: 2rem;
  }

.card-formatos {
    padding: 2rem;
    box-shadow: 11px 14px 13px -9px #D0D6CD;
    transition: 0.3s;
    width: 100%;
    background-color: #FFF;
    border-radius: 0 0 16px 16px;
    margin-bottom: 2rem;
  }

  @media screen and (min-width: 64em) {
    .card-formatos {
        border-radius: 0 16px 16px 0;
    }
  }

  .card-formatos h6:first-child {
    font-weight: bold;
    color: #58595b;
   
  }
  .card-formatos h6 {
    color: #58595b;
    font-weight: normal;
  }



.item p {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-right: .6rem;
    padding-left: .6rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    margin-right: 1rem;
    background-color: #409A3C;
    color: #FFF;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; 
  }
  
  .item h5 {
    font-family: 'Montserrat', sans-serif; 
    color: #5a5a5a;
    font-weight: 600;
    line-height: 1;
  }
  
  
  .item img {
    margin-bottom: 10px;
    height: auto;
    max-width: 70%;
    -webkit-box-shadow: 10px 9px 5px -7px rgba(0,0,0,0.21);
    -moz-box-shadow: 10px 9px 5px -7px rgba(0,0,0,0.21);
    box-shadow: 10px 9px 5px -7px rgba(0,0,0,0.21);
  }

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: transparent !important;
  }

  .owl-carousel span {
      font-size: 70px;    
      position: relative;
      background-color: transparent;
  }

  .owl-nav button:focus {
      outline: none;
  }
.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media screen and (min-width: 64em) {
    #carrossel1 {
      background-image: url(../assets/img/laptop-bg.png);
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain;
  }
  }
  
  .line {
    width: 100%;
    height: 1px;
    padding-top: 2rem;
    border-bottom: 1px solid #CCC;
  }

  .accordion-title  {
    border: none!important;
    background-color: transparent!important;
}
.accordion-item {
    border: none!important;
    background-color: transparent!important;
}
.accordion-content {
    border: none!important;
    background-color: transparent!important;
}
.accordion {
    border: none!important;
    background-color: transparent!important;
    
}

.accordion-item h6 span {
    font-family: 'Montserrat', sans-serif;
    color: #0079C2;
    font-weight: normal;
}

.accordion-item h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #58595b;
   
  }
  .accordion-content h6 {
    color: #58595b;
    font-weight: normal!important;
  }

  .card {
    margin-top: 0!important;
    border-radius: 0 0 8px 8px;
    border: none;
    box-shadow: 11px 14px 13px -9px #D0D6CD;
  }

  .icone {
    background: #e8e8e8;
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #e8e8e8 56%, #e8e8e8 56%, #e8e8e8 58%, #ffffff 58%, #ffffff 100%); 
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#e8e8e8 56%,#e8e8e8 56%,#e8e8e8 58%,#ffffff 58%,#ffffff 100%);
    background: linear-gradient(to bottom,  #e8e8e8 0%,#e8e8e8 56%,#e8e8e8 56%,#e8e8e8 58%,#ffffff 58%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
    
    }

    .aviso {
      padding: 1rem; width: 100%; height: auto; background-color: #CCC;
  }
  .aviso p {
    font-family: 'Montserrat', sans-serif;
  }

    #formatos2 h2 {
        color: #00652E;
    }
    #formatos2 h2 span {
        color: #62AF35;
    }

    #formas {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #formas h3 {
        font-family: 'Montserrat', sans-serif;
        color: #00652E;
        font-weight: bold;
    }
    #formas h4 {
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        color: #62AF35;
    }

    .innercard {
      font-family: 'Montserrat', sans-serif;
        padding: 2rem;
       }