/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Jun-2016, 19:08:09
    Author     : Hugo Tavares
*/
body {
      position: relative; 
  }
.page-content {
    background-color: #FFF;
    position: relative;
    margin: 0;
    padding: 8px 8px 24px;
}
.block-inline {
    display: inline-block !important;
}
.logo-full {
    margin-bottom: 15px;
}
.logo-icon {
    max-height: 40px;
    max-width: 78px;
}
footer {
        border-top: 1px dotted #E2E2E2;
        margin-top: 50px;
}
.navbar-fixed-top + .main-container {
    padding-top: 60px;
}

.navbar .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 0px;
    height: 60px;
    background-color: transparent;
    font-size: 14px;
    color: #FFF;
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
}
.btn-destaque {
    color: #faa61a !important;
}
.top-row {
    margin-top: -12px !important;
}
.home-text {
    color: #015ca3;
    font-size: 18px;
    /* margin: 20px; */
    padding: 30px;
    /* border-top: 1px dotted #E2E2E2; */
    text-align: justify;
}
.home-text h3{
    color: #FAA61A;
    text-transform:uppercase;
    font-weight: bold;
    text-align: center;
}
.home-text ul li {
    color: #FAA61A;
}
.home-text ul {
    list-style: none;
    margin-left: 40px;
}
.home-text li:before {
    content: "";
    border-color: transparent #FAA61A;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}

.programa {
    /* background-color:aquamarine; */
    margin: -8px;
    background-image: url(../img/fundo.png);
    background-repeat: repeat-y;
    color: #FFF !important;
    padding: 12px;
}
.programa-text img {
    /* margin-left: -15px; */
    max-width: 75px;
}
.programa-text p {
    font-size: 16px;
}
.programa-text h1 {
    color:#FAA61A;
    font-size: 50px;
    text-transform:uppercase;
    font-weight: bold;
    text-align: center;
}
.programa-text h4 {
    color:#FAA61A;
    text-transform:uppercase;
    font-weight: bold;
}

img.req {
    /* float: left; */
    margin-right: 20px;
    max-width: 100px;
}
.req-text p {
    display: flex;
    align-items: center;
}
.req-text {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.req-text h3{
    color:#FAA61A;
    text-transform:uppercase;
    font-weight: bold;
    text-align: center;
}
label {
    color:#005ba3;
    font-weight: bold;
}
.esp {
    font-style: italic;
    font-weight: normal;
}