/* Configuração Geral */
body{
    font-size: 15px;
    color: #000; 
    top: 0 !important;
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6{
}
span{
    font-size: 14px;
    
}
h1{
    font-weight: bolder;
    font-size: 35px;
    text-align: center;
    color: #294573;
    font-weight: bolder;
}
h2{
    color: #2e62aa;
    font-size: 27px;
    text-align: center;
}
h3{
    text-transform: uppercase;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bolder;
    margin-bottom: 0 !important;
}
h4{
    color: #4e4e4e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
.container{
    max-width: 1170px;
}
@media(width: 1024px){
    .container{
        max-width: 1000px;
    }
}
a:hover{
    text-decoration: none;
}
.icon-bar{
    color: #391F11;
    background: #E8DED7;
}
.image{
    -webkit-filter:grayscale(100%);
}
.image:hover{
    -webkit-filter:grayscale(0%);
    transition: 1s;
      -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.image2{
    -webkit-filter:grayscale(100%);
}
.image2:hover{
    -webkit-filter:grayscale(0%);
    transition: 1s;
}
/* Fim Configuração Geral */


/* Header */
.header-data{
    background: url('/uploads/data_mg_2018/layout/fundo-header.png') repeat-x top;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 834px;
    padding-top: 30px;
}
@media(width: 768px){
    .header-data{
        height: 1200px;
    }
}
.header-data-interna{
    background: url('/uploads/data_mg_2018/layout/header-interna_01.png') repeat-x top;
    background-size: cover;
    background-position: top;
    padding-top: 30px;
}
.nav li a{
    color: #FFFFFF;
    margin: 10px;
    transition: 0.5s ease;
}
@media(width: 1024px){
    .nav li a{
        margin: 3px;
    }
}
@media(width: 768px){
    .nav li a{
        margin: 3px;
    }
}
@media(max-width: 500px){
    .nav li a{
        margin: 3px;
    }
}
.nav li a:hover{
    color: #5f9ae8;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #5f9ae8;
}
.btn-padrao{
    -webkit-box-shadow: 0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    background: #FFFFFF;
    color: #3571c6;
    border-radius: 20px;
    font-size: 20px;
    padding: 7px 50px 7px 50px;
    transition: 0.5s ease;
}
.btn-padrao:hover{
    background: #3571c6;
    color: #FFFFFF;
}
#conteudo-header{
    margin-top: 50px;
}
#informacoes-header{
    margin-top: 70px;
    color: #FFFFFF;
    font-size: 35px;
}
@media(max-width: 550px){
    #conteudo-header{
        margin-top: 0px;
    }
    #informacoes-header{
        margin-top: 2px;
    }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default{
    border: none;
}
/* Fim Header */




/* Ajuda */
.ajuda-data{
    color: #2e62aa;
    text-align: center;
    font-size: 30px;
    padding-top: -1%;
}
.botao-ajuda{
    -webkit-box-shadow: 0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    background: #FFFFFF;
    color: #3571c6;
    border-radius: 25px;
    font-size: 12px;
    /*padding: 4px 20px 4px 20px;*/
    padding-bottom: 4%;
    padding-top: 4%;
    transition: 0.5s ease; 
    font-weight: bold;
    transition: 0.5s ease;
    line-height: 1.1;
    height: auto;
}
.botao-ajuda:hover{
    background: #3571c6;
    color: #FFFFFF;    
}
.posicao-botao-ajuda{
    padding-top: 250px;
}
#elemento1{
    position: relative;
    top: 230px;
}
#elemento2{
    position: relative;
    top: 135px;
}
#elemento2_1{
    position: relative;
    top: 125px;  
}
#elemento3{
    position: relative;
    top: 3px;
}
.image-shake{
  margin-bottom: 30px;
}
.image-shake:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* Fim Ajuda */


/* Pesquisas */
.pesquisas-data{
    background: #284b79;
    color: #FFFFFF;
    text-align: center;
    padding: 50px 0 50px 0;
    font-size: 25px;
}
.pesquisas-data h1{
    color: #FFFFFF;
}
/* Fim Pesquisas */


/* Blog */
.blog-data{
    padding: 80px 0 90px 0;
    font-size: 20px;
}
@media(width: 768px){
    .blog-data{
        text-align: center;
    }
}
@media(max-width: 500px){
    .blog-data{
        text-align: center;
    }
}
.blog_home{
    width: 362px;
    height: 249px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
}
@media(width: 1024px){
    .blog_home{
        width: 300px;
        height: 206px;
    }
}
@media(max-width: 500px){
    .blog_home{
        width: 250px;
        height: 171px;
    }
}
.blog_interna{
    width: 250px;
    height: 171px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
}
/* Fim Blog */


/* Newsletter */
.newsletter-data{
    background: #294d7e;
    text-align: center;
    color: #FFFFFF;
    padding-top: 50px;
}
.botao-newsletter{
    background: url(layout/seta.png) no-repeat 90% center;
    background-size: auto 20px;
    background-color: #305a92;
    border-radius: 20px;
    padding: 5px 40px 5px 40px;
    color: #FFFFFF;
    border: none;
    transition: 0.5s ease;
    margin-top: 20px;
    -webkit-box-shadow: 0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 23px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 23px 0px rgba(50, 50, 50, 0.75);
}
.botao-newsletter:hover{
    background: #FFFFFF;
    color: #305a92;
}
/* Fim Newsletter */


/* Clientes */
.clientes-data{
    text-align: center;
    color: #305a92;
    padding: 50px 0 90px 0;
}
.clientes-data h1{
    color: #305a92;
}
/* Fim Clientes */


/* Depoimentos */
.depoimentos-data{
    color: #305a92;
    background: #f3f3f3;
}
.depoimentos-data h1{
    color: #305a92;
}
/* Fim Depoimentos */




/* Rodape */
.rodape-data{
    padding-top: 50px;
}
@media(width: 768px){
    .rodape-data{
        text-align: center;
    }
}
@media(max-width: 550px){
    .rodape-data{
        text-align: center;
    }
}
.rodape-data a{
    color: #4e4e4e;
    transition: 0.2s ease;
}
.rodape-data a:hover{
    color: #294573;
    font-weight: bold;
}
.masterix{
    border-top: 1px solid #4e4e4e;
    padding: 25px 0 25px 0;
    text-align: center;
    color: #4e4e4e;
    margin-top: 50px;
}
/* Fim Rodape */



/* Faq */
#faq-list h2 {
    font-size: 18px;
    font-weight: 700;
    color: #294573;
    padding-left: 40px;
    padding-top: 8px;
    cursor: pointer;
    background-image: url(layout/faq-question.png);
    background-position: left;
    background-repeat: no-repeat;
    font-weight: bolder;
    
}
.answer p{
    color: #2e62aa;
}
/* Fim Faq */

.videos-miniaturas-home{
    width: 100%;
    height: 400px;
}