@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1em;
}
.full{
    width: 100%;
    display: block;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.source-sans{
    font-family: 'Source Sans Pro', sans-serif;
}
ul li{
    list-style: none;
}
/* Login Bar */
.login-bar{
    background: #0a3b75;
    padding: .3em;
}
.login-bar form{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.login-bar form label{
    color: white;
    font-size: .8em;
    margin: 0 .5em;
}
.login-bar form input{
    border: none;
    padding: .190em .2em;
}
.login-bar form input[type="submit"]{
    background: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    padding: .4em .6em;
    font-size: .830em;
    margin-left: 5px;
}
.login-bar div{
    display: flex;
    justify-content: flex-end;
}
.bg-grey{
    background: #F2F4F4;
}
video { 
    width:100%;
    max-width:930px;
    height:auto;
 }
/* Header */
.menu-bg{
    background: white;
}
.top-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.top-item div img{
    max-width: 300px;
}
.top-item div ul li{
    display: inline-block;
    padding: 3.7em 1em;
    text-transform: uppercase;
    font-size: .9em;
    color: rgba(0,0,0,.8);
}
.top-item div ul li:hover{
    color: #0a3b75;
}
.home-slider-item{
    width: 60%;
}
.home-slider-item h1{
    text-transform: uppercase;
    font-weight: 700;
}
.home-slider-item div a{
    text-decoration: none;
}
.home-slider-item div{
    margin-top: 3em;
}
.max-btn{
    font-weight: 300;
    text-transform: uppercase;
    padding: 1em 2em;
    font-size: .8em;
    margin: 0 1em;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.white-btn{
    background: white;
    color: black;
}
.white-btn:hover{
    color: white;
    background: #0a3b75;
}
.blue-btn{
    background: #0a3b75;
    color: white;
}
.blue-btn:hover{
    color: white;
    background: #002c66;
}
/* Cards */
.home-cards{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -40px;
    position: relative;
}
.home-cards div{
    width: 33.33%;
    min-height: 215px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 3em;
}
.home-cards div h3{
    font-size: 1.1em;
    font-weight: 700;
}
.home-cards div p{
    font-size: .9em;
    font-weight: 400;
}
.blue-card{
    background: #002c66;
    color: white;
}
.blue-card-2{
    background: #134682;
}
.blue-card-3{
    background: #1a4e8c;
}
.white-card{
    background: white;
    color: #002c66;
}
/* Content */
.sobre{
    display: flex;
    flex-direction: row;
    margin-top: 4em;
}
.sobre div{
    width: 50%;
}
.sobre div img{
    max-width: 100%;
}
.sobre-text h1{
    font-size: 2em;
}
.sobre-text p{
    padding-right: 2em;
    text-align: justify;
    font-size: .9em;
    color: rgba(0,0,0,0.7);
}
.sobre-text h5{
    font-weight: 400;
    color: rgba(0,0,0,0.7);
}
.sobre-logos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
    padding-bottom: 2em;
}
.sobre-logos img{
    margin: 0 3em;
}
/* Video */
.video{
    text-align: center;
    padding: 5em 0;
}
.video h1{
    font-weight: 400;
    font-size: 2em;
    text-transform: uppercase;
    color: rgba(0,0,0,.8);
}
.title-bar{
    width: 60px;
    height: 3px;
    background: rgba(0,0,0,.07);
    margin: 0 auto;
    margin-top: 15px;
}
.video p{
    color: rgba(0,0,0,.6);
    font-size: 1.3em;
    margin-top: 1em;
}
.full-bar{
    width: 100%;
    height: 2px;
}
.step{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 3em;
}
.step div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.step-text{
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.step-text span{
    width: 100%;
    font-size: 4em;
    color: #0a3b75;
}
.step-text p{
    width: 85%;
    font-size: .9em;
    color: rgba(0,0,0,.6);
    margin: 0 auto;
}
.step-arrow i{
    color: #0a3b75;
}
.big{
    width: 90%;
}
.step-arrow{
    margin-top: 40px;
}
.small{
    width: 10%;
    text-align: center;
}
/* Serviços */
.bg-servicos{
    background: url('../img/servicos-bg.jpg') no-repeat center center;
    background-size: cover;
    min-height: 500px;
}
.servicos{
    padding: 4em 0;
    text-align: center;
    color: white;
}
.servicos h1{
    text-transform: uppercase;
    font-size: 2em;
}
.servicos p{
    font-size: 1.3em;
}
.title-bar-white{
    background: rgba(255,255,255,.3);
    margin-bottom: 1em;
}
.servicos-box{
    display: flex;
    flex-direction: row;
    margin-top: 4em;
}
.servicos-box div{
    width: 100%;
    margin: 0 2%;
    padding: 2em;
    text-align: left;
    color: #353535;
}
.servicos-box div h3{
    font-size: 1.3em;
    font-weight: 700;
}
.servicos-box div p{
    font-size: .975em;
    color: rgba(0,0,0,.6);
}
.assinaturas{
    font-size: .975em;
    margin-top: 1.3em;
    display: inline-block;
    text-decoration: none !important;
}
.separator-white{
    width: 100px;
    height: 1px;
    background: white;
    margin: 0 auto;
    margin-top: 2.5em;
}
.contato-info{
    display: flex;
    flex-direction: row;
    margin: 1em 0;
}
.contato-info div{
    width: 50%;
    padding: 1em 2em;
    color: #0A3B75;
}
.put-text-right{
    text-align: right;
}
.put-text-left{
    text-align: left;
}
.contato-img{
    max-width: 100%;
}
.contato-form{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.contato-form img{
    max-width: 100%;
}
.contato-form div{
    width: 50%;
}
.form-area{
    background: #f2f4f4;
    text-align: left;
    padding: 2em;
}
.contato-form div .title-bar-contato{
    width: 60px;
    height: 3px;
    background: rgba(0,0,0,.07);
    margin-top: 15px;
}
.contato-form div h1{
    font-size: 1.5em;
    color: rgba(0,0,0,.8);
    font-weight: 400;
    text-transform: none;
}
.inputicon{
    border: 1px solid rgba(0,0,0,0.1);
    background: white;
    width: 48% !important;
}
.inputicon input{
    width: 95%;
    border: none;
    padding: 1em 0;
    margin-left: 15px;
    font-size: .9em;
    font-family: 'Source Sans Pro', sans-serif;
}
textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 
.inputicon i{
    margin-right: 15px;
    color: #002c66;
}
.form-area form{
    margin-top: 2em;
    display: flex;
    flex-direction: column;
}
.form-area form div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}
.form-area form textarea{
    border: 1px solid rgba(0,0,0,0.1);
    background: white;
    width: 100% !important;
    font-size: .9em;
    padding: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}
.form-area form input[type="submit"]{
    border: none;
    width: 30%;
    margin-left: 0;
    cursor: pointer;
}
.footer{
    padding: 3em 0;
    text-align: center;
    color: white;
    background: #0a3b75;
    margin-top: -10px;
}
.footer p{
    font-size: .7em;
    text-transform: uppercase;
    margin-top: 1.5em;
}
/* Collapse */
 .collapsible {
    background-color: #002c66;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .active, .collapsible:hover {
    background-color: #0A3B75;
    border: none;
  }
  .content {
    padding: 0 18px;
    background-color: #1a4e8c;
    max-height: 0;
    color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .content ul li{
      text-align: center;
      color: white;
      padding: .6em 0;
      font-size: .9em;
      border-bottom: 1px solid rgba(0,0,0,.07);
  }
  .content ul{
      margin-top: 30px;
  }
  .desk-hidden{
      display: none;
  }
  .desk-hidden, .desk-hidden i{
      display: none;
  }
@media screen and (max-width: 1300px){
    .mobile-hide, .mobile-hide i{
        display: none;
    }
    .mobile-show, .mobile-show i{
        display: block;
    }
    .login-bar form, .top-item, .home-cards, .sobre, .sobre-logos, .step, .servicos-box, .contato-info, .contato-form{
        flex-direction: column;
    }
    .home-cards{
        margin-top: 0;
        padding-top: 20px;
    }
    .home-cards div{
        width: 100%;
        text-align: center;
    }
    .home-slider-item{
        width: 100%;
    }
    .home-slider-item h1{
        font-size: 1em;
    }
    .home-slider-item p{
        font-size: .8em;
    }
    .d-block{
        height: 300px;
    }
    .home-slider-item div a{
        padding: .8em;
    }
    .max-btn{
        font-size: .7em;
    }
    .sobre div{
        width: 100%;
        text-align: center;
    }
    .small{
        width: 100%;
    }
    .step-arrow i{
        margin: 0 auto;
    }
    .big{
        width: 100%;
    }
    .servicos-box div{
        margin: 0;
        margin-bottom: 2%;
    }
    .contato-info div{
        width: 100%;
        text-align: center;
    }
    .contato-form div{
        width: 100%;
    }
    .top-item img{
        margin: 1em 0;
    }
    .collapsible{
        position: relative;
        margin-bottom: -20px;
        z-index: 999;
    }
    input[type="button"]{
        outline:none;
     }
     input[type="button"]::-moz-focus-inner {
        border: 0;
     }
     .content form{
         text-align: center;
         display: flex;
         flex-direction: column;
         padding-bottom: 1em;
     }
     .content form input{
        border: 0;
    }
     .content form input[type="submit"]{
        border: none;
        background: white;
        color: #002c66;
        text-transform: uppercase;
        margin-top: 1em;
        padding: 1em 0;
    }
     .top-ajust{
         padding-top: 30px;
     }
}