/* Font's */
@font-face{font-family: 'Poppins-Regular'; src: url(../fonts/Poppins-Regular.ttf);}
@font-face{font-family: 'Poppins-Italic'; src: url(../fonts/Poppins-Italic.ttf);}
@font-face{font-family: 'Poppins-Black'; src: url(../fonts/Poppins-Black.ttf);}
@font-face{font-family: 'Poppins-Bold'; src: url(../fonts/Poppins-Bold.ttf);}

/* Tag's */
html, body{width: 100%; height: 100%; font-family: 'Poppins-Regular'; line-height: 1.15; font-size: 16px; color: #222;}
h1{padding: 10px 5px; margin: 0; font-size: 4rem; font-family: 'Poppins-Bold';}
h2{padding: 10px 5px; margin: 0; font-size: 3rem; font-family: 'Poppins-Bold';}
h3{padding: 10px 5px; margin: 0; font-size: 2rem; font-family: 'Poppins-Bold';}
h4{padding: 10px 5px; margin: 0; font-family: 'Poppins-Bold';}
h5{padding: 10px 5px; margin: 0; font-family: 'Poppins-Bold';}
h6{padding: 10px 5px; margin: 0; font-family: 'Poppins-Bold';}
p{padding: 10px 5px; color: #666; line-height: 1.6;}
span{}
b{font-family: 'Poppins-Bold'; font-weight: bolder;}
i{font-family: 'Poppins-Italic'; font-style: italic;}
blockquote{padding: 25px 15px; border-left: 3px solid #eee; font-size: 1.25em;}
ol{padding: 5px; list-style: decimal;}
ol li{padding-left: 5px; color: #666;}
ul{padding: 5px; list-style: square;}
ul li{padding-left: 5px; color: #666;}
a{text-decoration: none; color: #df040f;}
a:hover,
a:focus{text-decoration: underline;}
hr{width: 75%; border: 1px solid #ccc;}
main{}
section{}
article{}
aside{}
img{}
table{}
table tr{}
table td{}
fieldset{}
label{margin: 5px;}
input[type=text],
input[type=date],
input[type=email],
input[type=password]{margin: 5px; padding: 5px; height: 40px; border: 1px solid #ccc; outline: none;}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus{border: 1px solid #000;}
input[type=checkbox]{margin: 5px; padding: 5px; border: 1px solid #ccc; outline: none;}
input[type=checkbox]:focus{border: 1px solid #000;}
input[type=radio]{margin: 5px; padding: 5px; border: 1px solid #ccc; outline: none;}
input[type=radio]:focus{border: 1px solid #000;}
select{margin: 5px; padding: 5px; height: 50px; border: 1px solid #ccc; outline: none;}
select:focus{border: 1px solid #000;}
textarea{margin: 5px; padding: 5px; height: 120px; border: 1px solid #ccc; outline: none;}
textarea:focus{border: 1px solid #000;}
button,
input[type=button],
input[type=submit], 
input[type=reset]{margin: 5px; padding: 0 15px; height: 40px; border: 1px solid #df040f; border-radius: 20px; background-color: #df040f; color: #fff; cursor: pointer;}
button:hover,
input[type=button]:hover,
input[type=submit]:hover, 
input[type=reset]:hover{background-color: #ce161a;}

/*
Classes comuns
==================================================*/
/* Limpar Float */
.clear{clear: both;}

/* Esconder */
.display{display: none;}

/* Alinhamento de texto */
.t-left{text-align: left;}
.t-right{text-align: right;}
.t-center{text-align: center;}
.t-justify{text-align: justify;}

/* Cores */
.t-white{color: #fff;}

/* Boxes */
.boxes{width: 100%; text-align: center; vertical-align: top;}
.boxes .box{display: inline-block; vertical-align: top;}
.cover{width: 100%; height: 100%; background-color: rgba(0,0,0,.8); position: absolute; z-index: 1;}
.boxes .effect:hover{box-shadow: 0 0 30px 1px rgba(49,100,157,0.15); transition: all 0.5s ease; transform: scale(1.05);}

/* Colunas */
.cols{width: 100%; text-align: center; vertical-align: top;}
.cols .col{display: inline-block; vertical-align: top;}
.cols .left{display: inline-block; vertical-align: top;}
.cols .right{display: inline-block; vertical-align: top;}

/* Imagens */
.img{width: 100%; text-align: center;}
.img img{max-width: 85%; width: auto;}

/* Botoes */
.buton{margin: 10px; padding: 10px 25px; border-radius: 20px; background-color: #df040f; text-align: center; color: #fff; display: inline-block;}
.buton2{margin: 10px; padding: 10px 25px; border-radius: 5px; background-color: #df040f; text-align: center; color: #fff; display: inline-block;}
.buton:hover, .buton2:hover{text-decoration: none; background-color: #ce161a;}

/* Formulário */
.form-button{width: 85%; max-width: 500px; margin: 0 auto; text-align: right;}
.form{width: 85%; max-width: 500px; height: auto; margin: 0 auto; padding-bottom: 35px; background-color: #f3f5f7; text-align: center;}
.form .title{width: 100%; height: auto; background-color: #31649d;}
.form table{width: 100%; text-align: center;}
.form table .input{width: 90%;}

/*
Layout
==================================================*/
/*
Desktop
----------------------------*/
@media screen and (min-width: 1400px){
    #wrapper{width: 100%; min-height: 100%; font-size: 18px; margin: 0; padding: 0;}
    .inner{width: 1400px; margin: 0 auto;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #ffffff; border: 1px solid #ccc; position: fixed; top: 0; z-index: 9999;}
    #header .bot .logo{width: 60%; height: 90px; float: left;}
    #header .bot .logo img{height: 60px; padding: 15px 5px;}
    #header .bot .lang{width: 19%; height: 90px; float: left;}
    #header .bot .lang .boxes .box{width: 50px; height: auto; padding: 30px 0;}
    #header .bot .lang .boxes .box img{height: 25px;}
    #header .bot .b-contato{width: 20%; height: 90px; float: left; text-align: right;}
    #header .bot .b-contato .buton2{margin-top: 20px;}
    
    /*Content*/
    .content{width: 100%; padding: 100px 0;}
    .main{padding: 5px;}
    
    /*#secao-slide{height: auto; margin-top: 90px; background: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.80)), url(../img/bg.jpg) no-repeat center; background-size: cover;}*/
    #secao-slide{height: auto; margin-top: 90px; background: linear-gradient(rgba(49,100,157,0.90), rgba(49,100,157,0.70)), url(../img/bg.jpg) no-repeat center; background-size: cover;}
    #secao-slide .txt{padding: 100px 0;}
    #secao-slide .txt h1{font-size: 4.5rem; line-height: 1; font-weight: 700px;}
    
    #secao-fidelidade{height: auto; background-color: #f3f5f7;}
    #secao-fidelidade .txt{padding: 0 200px;}
    #secao-fidelidade .boxes .box{width: 40%; height: 250px; margin: 25px 25px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-fidelidade .boxes .box h3{font-size: 1.5rem;}
    
    #secao-consultoria{height: auto; background-color: #fff;}
    #secao-consultoria .boxes .box{width: 25%; margin: 25px 20px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-consultoria .boxes .box h3{font-size: 1.5rem;}
    
    #secao-servicos{height: auto; background-color: #f3f5f7;}
    #secao-servicos .txt{padding: 0 200px;}
    #secao-servicos .boxes .box{width: 25%; height: 255px;  margin: 25px 20px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-servicos .boxes .box .cols .left{width: 13%; height: auto;}
    #secao-servicos .boxes .box .cols .right{width: 75%; height: auto; padding: 0 10px;}
    #secao-servicos .boxes .box .cols .right h3{font-size: 1.2rem;}
    #secao-servicos .boxes .box .cols .right ul li{font-size: 14px; margin: 10px 0;}
    
    #secao-chamada{height: auto; background-color: #31649d;}
    #secao-chamada .txt{padding: 0 200px;}
    
    #secao-depoimentos{height: auto; background-color: #fff;}
    #secao-depoimentos .txt{padding: 0 200px;}
    #secao-depoimentos .boxes .box{width: 25%; margin: 25px 20px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-depoimentos .boxes .box h3{font-size: 1.5rem;}
    
    #secao-depoimentos-videos{height: auto; background-color: #f3f5f7; display: none;}
    #secao-depoimentos-videos .boxes .box{width: 40%; height: auto; margin: 25px 25px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-depoimentos-videos .boxes .box video{margin: 10px auto; border-radius: 10px;}
    
    #secao-chamada2{height: auto; background-color: #31649d; border-bottom: 1px solid #fff;}
    #secao-chamada2 .txt{padding: 0 200px;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #31649d; padding-top: 5px;}
    #footer a{color: #fff;}
    
    #footer .boxes .box{width: 30%; height: auto; margin: 25px 15px;}
    #footer .boxes .box .logos ul{width: auto; height: auto; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .logos ul li{width: 95%; height: auto; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .logos ul li img{width: 50%; height: auto; padding: 5px;}
    #footer .boxes .box .redes ul{width: auto; height: 100px; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .redes ul li{width: 80px; height: 80px; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .redes ul li img{width: 70px; height: 70px; padding: 5px 0;}
    
    #footer .copyright{width: 100%; height: auto; padding: 25px 0; border-top: 1px solid #fff;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
}

/*
Mobile
----------------------------*/
@media screen and (max-width: 1199px){
    .no-display{display: none;}
    #wrapper{width: 100%; min-height: auto; font-size: 16px; margin: 0; padding: 0; overflow: hidden;}
    .inner{width: 100%; margin: 0;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #ffffff; border: 1px solid #ccc; position: fixed; top: 0; z-index: 9999;}
    #header .bot .logo{width: 69%; height: 90px; float: left; text-align: left;}
    #header .bot .logo img{height: 60px; padding: 15px 5px;}
    #header .bot .lang{width: 30%; height: 90px; float: left;}
    #header .bot .lang .boxes .box{width: 25px; height: 25px; padding: 10px;}
    #header .bot .lang .boxes .box img{width: 25px;}
    #header .bot .b-contato{display: none;}
    
    /*Content*/
    .content{width: 100%; padding: 60px 0;}
    .main{padding: 20px;}
    
    /*#secao-slide{height: auto; margin-top: 90px; background: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.80)), url(../img/bg.jpg) no-repeat center; background-size: cover;}*/
    #secao-slide{height: auto; margin-top: 90px; background: linear-gradient(rgba(49,100,157,0.90), rgba(49,100,157,0.70)), url(../img/bg.jpg) no-repeat center; background-size: cover;}
    #secao-slide .txt{padding: 50px 0;}
    #secao-slide .txt h1{font-size: 2.5rem; line-height: 1; font-weight: 700px;}
    
    #secao-fidelidade{height: auto; background-color: #f3f5f7;}
    #secao-fidelidade .txt{padding: 0;}
    #secao-fidelidade .boxes .box{width: 85%; height: auto; margin: 25px 5px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-fidelidade .boxes .box h3{font-size: 1.5rem;}
    
    #secao-consultoria{height: auto; background-color: #fff;}
    #secao-consultoria .boxes .box{width: 85%; margin: 25px 5px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-consultoria .boxes .box h3{font-size: 1.5rem;}
    
    #secao-servicos{height: auto; background-color: #f3f5f7;}
    #secao-servicos .txt{padding: 0;}
    #secao-servicos .boxes .box{width: 85%; height: auto;  margin: 25px 5px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-servicos .boxes .box .cols .left{width: 13%; height: auto;}
    #secao-servicos .boxes .box .cols .right{width: 75%; height: auto; padding: 0 10px;}
    #secao-servicos .boxes .box .cols .right h3{font-size: 1.2rem;}
    #secao-servicos .boxes .box .cols .right ul li{font-size: 14px; margin: 10px 0;}
    
    #secao-chamada{height: auto; background-color: #31649d;}
    #secao-chamada .txt{padding: 0;}
    
    #secao-depoimentos{height: auto; background-color: #fff;}
    #secao-depoimentos .txt{padding: 0;}
    #secao-depoimentos .boxes .box{width: 85%; margin: 25px 5px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-depoimentos .boxes .box h3{font-size: 1.5rem;}
    
    #secao-depoimentos-videos{height: auto; background-color: #f3f5f7; display: none;}
    #secao-depoimentos-videos .boxes .box{width: 85%; height: auto; margin: 25px 5px; padding: 15px; border-radius: 15px; border: 1px solid #ccc; background-color: #fff;}
    #secao-depoimentos-videos .boxes .box video{margin: 10px auto; border-radius: 10px;}
    
    #secao-chamada2{height: auto; background-color: #31649d; border-bottom: 1px solid #fff;}
    #secao-chamada2 .txt{padding: 0;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #31649d;}
    #footer a{color: #fff;}
    
    #footer .boxes .box{width: 85%; height: auto; margin: 25px 0;}
    #footer .boxes .box .logos ul{width: auto; height: auto; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .logos ul li{width: 95%; height: auto; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .logos ul li img{width: 75%; height: auto; padding: 5px;}
    #footer .boxes .box .redes ul{width: auto; height: 100px; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .redes ul li{width: 80px; height: 80px; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .redes ul li img{width: 70px; height: 70px; padding: 5px 0;}
    
    #footer .copyright{width: 100%; height: auto; padding: 25px 0; border-top: 1px solid #fff;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
}