@import url('https://fonts.googleapis.com/css?family=Montserrat');


.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}

.no-pad{
    padding: 0;
}

.fix-pad{
    padding: 0 10%;
}

body {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}




.content {
    max-width: 940px;
    width: 100%;  
    margin: 0 auto;
    padding: 0;
  }

  .main_header {
  position: fixed;
  top: 0px;
  height: auto;
  max-height: 125px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .main_header {
    padding-top: 25px;
    max-height: 70px;
  }
}

.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle > span:nth-child(1) {
    margin-top: 5px; 
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open-nav .mobile-toggle > span:nth-child(2) {
    opacity: 0;
    margin-left: -60px;
}

.open-nav .mobile-toggle > span:nth-child(3) {
    margin-top: -20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sticky {
    background-color: #04ABA7;
    opacity: 1;
    top: 0px;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .logo {
    position: absolute;
    left: 20px;
    top: 10px;
    max-width: 25px;
  }
}

nav {
  float: right;
  width: 90%;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  nav {
    margin-top: 40px;
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 991px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 500ms linear;
}
nav ul a:hover{
    color: white;
    text-decoration: none;
}
nav ul a.active {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  transition: all 500ms 100ms linear;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 991px) {
  .mobile-toggle {
    display: block;
    margin-top: 20px;
  }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: white;
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}






.container-title{
    width: 100%;
    margin-top: 150px;
    padding: 0 0 15px;
}    

.title-section{
    background: #04ABA7;
}

.container-title h1{
    font-size: 4.5rem;
    font-weight: 900;
    text-align: left;
}

.title2{
    width: 100%;
    padding: 25px 0;
}

.title2 h1{
    font-size: 3rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
}
.title2 h1 .bold{
    font-weight: 900;
}


.logo-footer{
    min-width: 50px;
    width: 10%;
    margin: 0 auto;
}


.list-services{
    width: 100%;
    color: #1d1f20;
    margin-top: 70px;
    float: left;
}

.card{
    width: 100%;
    height: auto;
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 5px;
    overflow: hidden;
    border: none;
    margin: 25px 0;
    transition: .2s ease-out;
}

.card:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.card-icon{
    height: 100%;
    background: #04ABA7;
    border: 1px solid #04ABA7;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-icon > i {
    font-size: 5rem;
    color: white;
    font-weight: 900;
    padding: 0;
}

.card-content{
    padding: 30px 30px;
}

.card-content > h2{
    font-weight: 700;
    font-size: normal;
    text-align: left;
}
.card-content > p{
    text-align: left;
    font-size: normal;
}

.card-content > button{
    padding: 7px 14px;
    border: none;
    background: #04ABA7;
    color: white;
    transition: .2s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-content > button:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.technologies{
    width: 100%;
    margin: 50px 0;
}

.plataform-title{
    width: 100%;
}
.plataform-title h3{
    text-align: center;
    color: #04ABA7;
    padding: 15px 0 60px;
    font-weight: 900;
    letter-spacing: 0.5rem;
}

.tech-1{
    background-color: #970971;
}
.tech-2{
    background-color: #c80303;
}
.tech-3{
    background-color: #00d8d3;
}
.tech-4{
    background-color: #aa7804;
}
.tech-5{
    background-color: #015d5b;
}
.tech-6{
    border: 3px solid #04ABA7;
    color: #04ABA7 !important;
}
.tech-7{
    background-color: #04ABA7;
}
.tech-8{
    border: 3px solid #04ABA7;
    color: #04ABA7 !important;
}

.tech{
    width: 175px;
    height: 175px;
    border-radius: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: .2s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.tech:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.tech i{
    font-size: 5rem;
}

.lang-name{
    color: #04ABA7;
    font-weight: 900;
    font-size: 1.3rem;
    text-align: center;
    margin-right: 10px;
    padding: 15px 0;
    margin-bottom: 70px;
}


.bg{
    background-color: #04ABA7;
}

footer{
    height: auto;
    z-index: 997;
    overflow: hidden;
    padding: 55px 0 25px;
    text-align: left;
}

footer p.titulo{
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    font-size: 0.8rem;
    font-weight: 900;
}

p.copyright{
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    text-align: center;
    padding: 25px 0;
    color: white;
    font-weight: 900;
}

@media only screen and (max-width: 991px){
  
    .logo-footer{
      margin: 10px 0 25px;
    }

    .container-title{
        width: 100%;
        margin-top: 70px;
        padding: 0 0 15px;
    }    
    
    .container-title h1{
        font-size: 2rem;
        font-weight: 900;
        text-align: center;
    }

    .card-icon > i {
        font-size: 3rem;
        color: white;
        font-weight: 900;
        padding: 20px 0;
    }

    .card-content > h2{
        font-weight: 700;
        font-size: 1.3rem;
        text-align: center;
    }
    .card-content > p{
        font-size: 1rem;
        text-align: center;
    }

    .title2 h1{
        font-size: 1.5rem;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
    }

    .card-content > button{
        width: 100%;
        padding: 7px 14px;
        border: none;
        background: #04ABA7;
        color: white;
        transition: .2s ease-out;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }
    footer{
        text-align: center;
    }
  }   