body {
	background-color: #fff;
	color: #fff;
	font-family: "Futura Bk BT", "Arial", sans-serif;
	font-size: 1.95em;
    line-height: 1.4em;
/*    background-image: url(../img/maos.png);
*/}

ul {
    list-style: square;
}

/* -------------------- Topo  -------------------   */ 

.navbar-default {
    background-color: #047B5B;
    border-color: #05A177;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #047B5B;
}
.navbar-brand img {
        height: 40px;
    }
.navbar {
    margin-bottom: 0;

}

@media (min-width: 768px) {
 	.navbar-default {
 		height: 68px;
 	}

    ul.navbar-right {
        height: 68px;
    }
    ul.navbar-right li, ul.navbar-right li a {
        height: inherit;
    }
    ul.navbar-right li a {
        padding-top: 24px;
        /*font-size: 1.2em;*/
        opacity: 0.7;
    }

}

@media (max-width: 768px) {

    .header h1 {
        font-size: 10px;
    }
    
   .navbar-brand img {
        height: 50px;
    }
    .navbar-header {
        height: 80px;
    }

    .navbar-toggle {
        padding: 19px 14px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #05A177;
    }
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    }
    .navbar-default .navbar-toggle {
    border-color: #05A177;
}

}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-transition: background-color 0.3s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #05A177;
    color: #fff;
    opacity: 1;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #05A177;
    opacity: 1;
}

/* ----------------- fim topo ------------------ */


/*.jumbotron {
    background-color: #05A177;
    color: inherit;
    margin-bottom: 30px;
    padding: 30px 15px;
}*/


/* ------------------- cabecalho ------------------ */

.header {
    background-color: #05A177;
    padding: 28px 0 0 0;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;

}

.caixa-titulo-internas p {
    padding-bottom: 6px;
}

/*.header img {
    height: 250px;
    position: absolute;
    top: -10;
}*/

.subtitulo p:first-child {
    opacity: 1;
}

@media (min-width: 768px) {
.header h1 {
    font-size: 78px;
    /*margin-bottom: 42px;*/
}
.header .subtitulo{
    padding-left: 12%; 
    padding-right: 16%;
    font-size: 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {
.header h1 {
    font-size: 48px;
    /*margin-bottom: 42px;*/
}
.header .subtitulo{
    padding-left: 6%; 
    padding-right: 6%;
    font-size: 20px;
}
}

.titulo-internas {
    text-align: left;
}
.titulo-internas h1 {
    font-size: 30px;
    padding: 0;
}

.caixa-titulo-internas {
   /* border-left-style: dotted;
    border-left-width: 1px;*/
    padding-left: 30px;
}

/* ----------------- fim cabecalho ----------------------- */


.conteudo-interno {
    max-width: 800px;
    margin: 0 auto !important;
    float: none;
}

#img-logo-dgp-apresentacao {
    display:inline;
}

.texto-internas .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.caption {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    margin-bottom: 20px;

}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption__overlay {
    text-shadow: 2px 2px 4px #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
    transform: translateY(100%);
    transition: transform .35s ease-out;
}
.caption:hover .caption__overlay {
    transform: translateY(0);
}

.caption__overlay__title {
    margin: 0;
    padding: 0 0 12px;
    transform: translateY( calc(-100% - 10px) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
}

.caption__overlay h3 {
    font-size: 20px;
}

.caption:hover .caption__overlay__title {
    transform: translateY(0);
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}
.caption:hover::before {
    background: rgba(0, 0, 0, .4);
}


.lista-informativos .mix-target {
    display: none;
}



.categorias {
    font-size: 0;
    margin-bottom: 45px;
}

.categorias button, .categorias a  {
    outline: none;
    margin-bottom: 0;
    background: #BB3006;
    width: 33.333%;
    height: auto;
    font-weight: normal;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    padding:12px 10px;
    text-shadow: 0px 0px 0px #3B0F02;
    -webkit-transition: background-color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.5s;

}

.categorias form {
        display: inline;

}

.categorias a.versao-completa:hover {
    text-decoration: none;
    padding-left: 30px;
}

@media (max-width: 415px) {
    .categorias button, .categorias a {
        font-size: 14px;
    }

}

@media (max-width: 768px) {
    .categorias button, .categorias a {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .categorias button, .categorias a {
        min-height: 80px;
        padding: 0;
    }
}

/*.categorias button:first-child {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.categorias button:last-child {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}*/

.categorias button:hover, .categorias a:hover {
    background-color: #A12905;
    color: #fff;
}

.categorias button.active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) inset, 0px 0px 1px transparent;
    background: #7B2004;
    color: white;
}

.texto-internas {
    color: #595959;
    max-width: 840px;
    margin: 0 auto !important;
    float: none;
}

.texto-internas h2 {
    color: #8CC34A;
    font-size: 1.5em;
    font-style: italic;
}


/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    width: 100%;
    height: 380px;
}

@media (min-width: 416px) and (max-width: 600px) {
    .flip-container, .front, .back {
    height: 600px;
}
}

@media (min-width: 600px) and (max-width: 767px) {
    .flip-container, .front, .back {
    height: 800px;
}
}

@media (max-width: 415px) {
    .flip-container, .front, .back {
    height: 400px;
}

}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}



/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.botao-versao-completa {
    border-radius: 0;
    white-space: normal;
    padding: 20px 40px;
    margin-top: 14px;
     -webkit-transition: background-color 0.3s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s;
}

.botao-informativos {
    border-radius: 0;
    white-space: normal;
    background-color: #BB3006;
    padding: 20px 40px;
    margin-top: 20px;
    -webkit-transition: background-color 0.3s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s;
}

.botao-informativos:hover {
    background-color: #A12905;
}

/* ---- rodape ---------- */

footer {
    background-color: #05A177;
    margin-top: 42px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
}

.texto-gil {
    padding-top: 30px;
}

.proreitoria {
    font-size: 14px;
    margin-top: 20px;
    border-left: 0 #fff dotted;
    padding: 10px 0 10px 20px;
    /*opacity: 0.7;*/
        
}

.breadcrumb {
    font-size: 0.8em;
}

.verde {
    color: #00a44a;
}

.laranja {
    color: #f3ba8b;
}

.vermelho {
    color: #90001d;
}

.rosa {
    color: #bd8281;
}

.azul-escuro {
    color: #304f77;
}

.azul-claro {
    color: #80a2cc;
}

.cinza {
    color: #bababa;
}

