
body{
   font-family: 'lato';
}

.flex{
    display: flex;
}
strong{
    font-family: 'lato-bold';
}
.btn-padrao{
     background: #005b57;
    color: #fff;
}
   .btn-padrao:hover{
     background: #143e3c;
    color: #fff;
   }
/*==========================TOPO================================*/
.topo{
/*	height: 190px;*/
	background: #377a1b;
    width: 100%;


    position: relative;
}
.topo:after {
    display: block;
    clear: both;
    content: "";
}
.topo ul{
    padding: 0;
}
.topo li{
    list-style: none;
}
.topo .topo-menor{
    padding: 10px;
        width: 100%;
    color: #fff;
    border-bottom: 1px solid #005B57;
}
.topo .acessibilidade{

}
.topo .acessibilidade li{
    float: left;
}
.topo .acessibilidade li a{
    color: #fff;
    padding: 8px;
    font-size: 15px;
}
.topo .acesso {
    font-size: 12px;
    color: #fff;
}
.topo .acesso i{
    font-size: 16px;
    color: #E5E400;
}
.cabecalho{
        width: 100%;
        padding: 13px 0;
    float: left;
}
.cabecalho .busca {
    float: left;
    width: 100%;
    position: relative;
}
.cabecalho .busca i{
    position: absolute;
    font-size: 18px;
    left: 6px;
    top: 7px;
    color: #BABABB;
}
.cabecalho .busca input{
    padding-left: 37px;
}
.logo{
    float: left;
    padding: 22px;
        display: flex;
}
.logo:hover{
    text-decoration: none;
}
.logo h1{
    color: #E5E200;
    font-size: 3vw;
    font-family: 'lato-black';
    margin-bottom: 6px;
}
.logo h2{
    font-family: 'lato';
    font-size: 16px;
    color: #fff;
        margin-top: 0;
}
.logo .image{
       float: left;
}
.logo .image img{
    max-width: 64px;
}
.logo .texto{
        float: left;
        padding: 0 15px;
}
.logo{
    
}
.menu-menor{
    padding: 0;
        float: right;
        margin-bottom: 41px;
}
.menu-menor  li{
    float: left;
    list-style: none;
    padding: 0 8px;
}
.menu-menor li a{
    color: #fff;
    font-size: 12px;
}
.topo-menor .link-acessibilidade{
    color: #fff;
    font-size: 12px;
	text-decoration: none;	
}

.topo-menor a:hover{
	color: #fff;	
	text-decoration:underline;
}
/*===================MENU======================*/
.menu{
    background: rgba(0, 0, 0, 0.2196078431372549);
    margin: 0;
    float: left;
    bottom: 0;
    width: 100%;
}

.navbar-toggle .icon-bar{	
        background: #fff;
}
.menu .navbar-nav{
/*    margin: 0 auto;
    display: table;
    float: none;*/
     float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}
.menu .navbar-nav > li {
   display: inline-block;
    float:none;
}
.menu .navbar-nav > li > a{
    color: #fff;
    background: transparent;
    text-transform: uppercase;
       height: 50px;
           font-size: 14px;
}
.menu .navbar-nav > li > a:hover{
	color: #E5E200;

        color: #E5E200;
    border-bottom: 9px solid #0085B2;
}
 .menu .nav .open > a,  .menu .nav .open > a:hover, .menu .nav .open > a:focus{
    color: #E5E200;
    background: transparent;
        color: #E5E200;
    border-bottom: 9px solid #0085B2;
}

.menu .dropdown-menu{
   background: #02403d;
    padding: 14px 8px;
        min-width: 100%;
}
.menu .dropdown-menu > li > a{
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
  
}
.menu .dropdown-menu > li > a i{
        margin-right: 8px;
}
.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > li > a:focus{
        color: #E5E200;
    background: transparent;
}
.menu .dropdown-menu > li:last-child > a{
    border: 0;
}

/*======================CARD============================*/
.lista-cards{
    width: 100%;
        display: flex;
    flex-flow: row wrap;
}
.card{
    display: block;
    background: #0085B2;
    width: 100%;
    padding: 31px;
    text-align: center;
       margin-bottom: 26px;
    border-radius: 9px;
        color: #fff;
        height: auto;
        min-height:350px;
        height: 350px;
}
.conteudo  .card p{
    color: #fff;
}
.conteudo:after{
    content: "";
    display: block;
    clear: both;
}
.card img{
	    width: 34px;
    display: block;
    margin: 0 auto;
    opacity: 0.8;
}
.card:hover img{
    opacity: 1;
}
.card:hover {
    color: #fff;
   text-decoration: none;
}
.card .dropdown{
	width: 100%;
}
.card .dropdown button, .card .dropdown button:hover, .card .dropdown button:focus, .card .dropdown button:active{
    width: 100%;
    background: rgba(0, 0, 0, 0.2196078431372549) !important;
    position: relative;
    color: #fff !important;
    border: 0;
}
.card .dropdown button i{
        position: absolute;
    right: 9px;
    top: 5px;
    font-size: 20px;
}
.card .dropdown-menu{
    background: #006990;
    padding: 14px 8px;
        min-width: 193px;
}
.card .dropdown-menu > li > a{
    color: rgba(255, 255, 255, 0.77);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
  
}
.card .dropdown-menu > li > a i{
        margin-right: 8px;
}
.card .dropdown-menu > li > a:hover, .card .dropdown-menu > li > a:focus{
    color: #fff;
    background: transparent;
}
.card .dropdown-menu > li:last-child > a{
    border: 0;
}

/*========================CONTEUIDO=======================*/
.conteudo{
    padding: 30px 0;
    min-height: 500px;
}
.conteudo h2{
    font-size: 36px;
    color: #005A57;
    font-family: 'lato-bold';
}
.conteudo p{
    font-size: 16px;
    color: #333333;
    font-family: 'lato';
}
/*=========================RODAPE==============================*/
footer{
    background: #377a1b;
    color: #fff;
    padding: 30px 10px;
    border-top: 20px solid #2b5f15;
}

footer .logo{
        width: 100%;
}
footer .logo h2{
    color: #E5E200;
    font-size: 24px;
    font-family: 'lato-black';
    margin-bottom: 6px;
}
footer .logo h3{
        font-family: 'lato';
    font-size: 14px;
    color: #fff;
    margin-top: 0;
}
footer .logo .image img{
        max-width: 77px;
}
footer .logo .texto{
        padding: 23px 13px;
        width: 100%;
}
footer ul {
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.27);
display: block;
    height: 100%;
}
footer ul li{
    list-style: none;
}
footer ul li a{
    color: #fff;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
}
footer ul li a:hover{
    color: #E5E200;
    text-decoration: none;
}
/*=============MODAL====================*/
.modal-title{
    font-family: 'lato-black';
    font-size: 20px;
    color: #005A57;
}
.modal-header .close{
        opacity: 0.5;
    font-size: 29px;
}
.modal iframe{
        width: 100%;
    min-height: 456px;
}
/*==============CORES==================*/
.amarelo{
    background: #D9A300;
}
.salmao{
    background: #FF5C26;
}
.verde{
    background: #698C00;
}
.lilaz{
    background: #B973FF;
}
.azul{
    background: #2693FF;
}
.laranja{
    background: #FF8000;
}
.cinza{
    background: #777777;
}
/*========================*/
.amarelo .dropdown-menu{
    background: #B18A14;
}
.salmao .dropdown-menu{
    background: #CC562F;
}
.verde .dropdown-menu{
    background: #607914;
}
.lilaz .dropdown-menu{
    background: #9A67CC;
}
.azul .dropdown-menu{
    background: #2F7ECC;
}
.laranja .dropdown-menu{
    background: #CC7014;
}
.cinza .dropdown-menu{
    background: #6A6A6A;
}
/*============================FORM=================================*/
.formulario{
    border-right: 1px solid #59aba7;
}
.formulario:after{
        display: block;
    clear: both;
    content: "";
}
/*==========================QUERIES====================================*/
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
    .flex{
        display: block;
    }
    .topo-menor{
        text-align: center;
    }
    .topo .acessibilidade{
        float: none !important;
    }
     .topo .acessibilidade ul{
        display: inline-block;
        padding: 12px;
        margin: 0; 
    }
    .menu-menor li a{
        padding: 8px;
        text-align: center;
        display: block;
    }
    .navbar-collapse.in{
        padding: 0;
    }
    .menu .navbar-nav > li{
        width: 100%;
    }
    .logo{
        display: inline-block;
        float: none;
    }
    .logo h1{
            font-size: 26px;
    }
    .logo .image{
        width: 100%;

    }
    .cabecalho{
        text-align: center;
    }
    .menu-menor{
         width: 100%;
    }
    .menu-menor li{
        float: none;
        display: inline-block;
    }
    footer{
        text-align: center;
    }
    footer ul{
        border: 0;
    }
    .formulario{
        border: 0;
            margin-bottom: 28px;
    }
    .card{
        position: relative;
            padding: 15px;
    }
    .card .dropdown{
            position: inherit;
    }
    .card .dropdown-menu{
        position: absolute;
        width: 100%;
        top: 30px;
    }
    .card .dropdown-menu > li > a{
        word-break: break-word;
        white-space: inherit;
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}