.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Source+Serif+Pro:400,700"); html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after {
content: '';
content: none;
}
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
background-color: #b8b8b8;
padding: 3rem;
color: #212121;
font-family: "Source Serif Pro", serif;
}
@media (max-width: 768px) {
body {
padding: 1rem;
}
}
@media (max-width: 576px) {
body {
padding: 0;
}
}
a {
color: #0074D9;
}
.container {
max-width: 1000px;
margin: auto;
border-color: #E2E0E0;
border-style: solid;
border-width: 10px 2px 2px;
padding: 2rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#A7A7A7));
background: linear-gradient(to bottom, #cbcbcb 0%, #A7A7A7 100%);
}
@media (max-width: 768px) {
.container {
padding: 1rem;
}
}
.main-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -1rem;
}
.main-title {
font-size: 2em;
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
color: #5B5B5B;
margin: 1.25rem 0;
}
.main-title a {
color: inherit;
text-decoration: none;
}
.site-title {
display: inline-block;
}
.custom-logo-link {
margin-top: -1rem;
display: block;
}
.custom-logo-link .custom-logo {
max-height: 2.5em;
max-width: 10em;
width: auto;
height: auto;
}
.custom-logo-link + .site-title {
margin-top: 1rem;
}
.main-menu {
background-color: white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-family: "Source Sans Pro", sans-serif;
}
.main-menu ul.menu li.menu-item {
display: inline-block;
}
.main-menu ul.menu li.menu-item:nth-child(1) a {
color: #00d3ee;
}
.main-menu ul.menu li.menu-item:nth-child(1) a:hover {
color: #00a5bb;
}
.main-menu ul.menu li.menu-item:nth-child(2) a {
color: #00bcd4;
}
.main-menu ul.menu li.menu-item:nth-child(2) a:hover {
color: #008fa1;
}
.main-menu ul.menu li.menu-item:nth-child(3) a {
color: #00a5bb;
}
.main-menu ul.menu li.menu-item:nth-child(3) a:hover {
color: #007888;
}
.main-menu ul.menu li.menu-item:nth-child(4) a {
color: #008fa1;
}
.main-menu ul.menu li.menu-item:nth-child(4) a:hover {
color: #00626e;
}
.main-menu ul.menu li.menu-item:nth-child(5) a {
color: #007888;
}
.main-menu ul.menu li.menu-item:nth-child(5) a:hover {
color: #004b55;
}
.main-menu ul.menu li.menu-item:nth-child(6) a {
color: #00626e;
}
.main-menu ul.menu li.menu-item:nth-child(6) a:hover {
color: #00343b;
}
.main-menu ul.menu li.menu-item:nth-child(7) a {
color: #004b55;
}
.main-menu ul.menu li.menu-item:nth-child(7) a:hover {
color: #001e22;
}
.main-menu ul.menu li.menu-item:nth-child(8) a {
color: #00343b;
}
.main-menu ul.menu li.menu-item:nth-child(8) a:hover {
color: #000708;
}
.main-menu ul.menu li.menu-item a {
display: inline-block;
padding: 1.25em .75em;
text-decoration: none;
color: #001e22;
}
.main-menu ul.menu li.menu-item a:hover {
color: black;
}
.main-menu ul.menu li.menu-item.current-menu-item a,
.main-menu ul.menu li.menu-item.current-page-ancestor a {
color: #757575;
}
.main-menu-toggle {
display: none;
background-color: transparent;
border: none;
margin: 0;
padding: 0;
color: #424242;
font-size: 2rem;
line-height: 1;
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 768px) {
.main-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-menu {
width: 100%;
display: none;
border-radius: 5px;
margin-bottom: 1rem;
}
.main-menu.open {
display: block;
}
.main-menu ul.menu li.menu-item {
display: block;
}
.main-menu ul.menu li.menu-item a {
display: block;
text-align: center;
padding: .75rem;
}
.main-menu-toggle {
display: block;
}
}
.content-container {
background-color: white;
padding: 1.25em;
border-bottom: 8px solid #00BCD4;
}
.page-header {
margin: 0.75rem 0 1.35rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-title {
color: #00BCD4;
font-size: 1.5em;
font-family: "Source Sans Pro", sans-serif;
}
.page-title small {
display: block;
font-size: .7em;
color: #77a6ac;
margin-bottom: .4em;
margin-top: -.4em;
}
.page-nav-toggle {
display: none;
background-color: transparent;
border: none;
margin: 0;
padding: 0;
color: #217f8b;
font-size: 1.45rem;
line-height: 1;
font-family: "Source Sans Pro", sans-serif;
}
.page-nav {
background-color: #007888;
margin: 1rem -1.25rem 1.5rem;
position: relative;
z-index: 99;
}
.page-nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-nav > ul > li {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
}
.page-nav > ul > li > a {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
padding: .75rem .5rem;
display: block;
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
text-align: center;
}
.page-nav > ul > li > a:hover {
color: white;
}
.page-nav > ul > li.current_page_item > a,
.page-nav > ul > li.current_page_ancestor > a {
color: white;
font-weight: bold;
}
.page-nav > ul > li.page_item_has_children { }
.page-nav .children {
display: none;
position: absolute;
top: 100%;
background-color: #00a5bb;
}
.page-nav .children li a {
display: block;
padding: .75em 1.25em;
color: white;
text-decoration: none;
}
.page-nav .children li a:hover {
background-color: rgba(255, 255, 255, 0.15);
}
.page-nav .children li.current_page_item a {
font-weight: bold;
}
.page-nav .children.open {
display: block;
}
@media (max-width: 768px) {
.page-nav-toggle {
display: block;
}
.page-nav {
display: none;
}
.page-nav.open {
display: block;
}
.page-nav > ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.page-nav > ul > li > a {
text-align: left;
padding: .75em 1.5rem;
height: auto;
}
.page-nav .children {
position: relative;
top: auto;
background-color: transparent;
}
.page-nav .children li a {
padding-left: 3.5rem;
}
}
.content {  }
.content,
.content p {
color: #424242;
line-height: 1.5;
font-family: "Source Serif Pro", serif;
}
.content p {
margin: 1em 0;
}
.content strong,
.content b {
font-weight: bold;
}
.content em,
.content i {
font-style: italic;
}
.content img {
max-width: 100%;
}
.content table {
width: 100%;
border-collapse: collapse;
margin: 1em 0;
}
.content table td,
.content table th {
padding: .3em .6em;
border: 1px solid lightgrey;
vertical-align: middle;
}
.content table th {
font-weight: bold;
background-color: #00BCD4;
color: white;
}
.content ul {
margin: 1em 0;
list-style: disc inside;
}
.content ul ul,
.content ul ol {
margin: 0 0 0 1em;
}
.content ol {
margin: 1em 0;
list-style: decimal inside;
}
.content ol ul,
.content ol ol {
margin: 0 0 0 1.25em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
font-family: "Source Sans Pro", sans-serif;
margin: 1em 0 .33em;
color: #00BCD4;
font-weight: normal;
}
.content h1 {
font-size: 1.5em;
}
.content h2 {
font-size: 1.35em;
}
.content h3 {
font-size: 1.27em;
}
.content h4 {
font-size: 1.2em;
}
.content h5 {
font-size: 1.1em;
}
.content h6 {
font-size: 1em;
}
.content code {
padding: 2px;
border-radius: 2px;
color: #23282d;
background: #f3f4f5;
font-family: Menlo,Consolas,monaco,monospace;
}
.content sub,
.content sup {
font-size: 75%;
line-height: 0;
position: relative;
}
.content sup {
top: -0.5em;
}
.content sub {
bottom: -0.25em;
}
.content .contacts-mapframe {
float: right;
max-width: 50%;
margin-left: 1rem;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.content .contacts-mapframe {
float: none;
max-width: 100%;
margin-left: 0;
}
}
.content .wpcf7-form {
max-width: 30em;
margin: auto;
clear: both;
}
.content .wpcf7-form .wpcf7-text,
.content .wpcf7-form .wpcf7-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: white;
font-family: "Source Sans Pro", sans-serif;
border: 1px solid lightgrey;
display: block;
width: 100%;
border-radius: 5px;
padding: .4em .6em;
font-size: 1rem;
}
.content .wpcf7-form .wpcf7-textarea {
resize: vertical;
}
.content .wpcf7-form .wpcf7-submit {
background-color: #00BCD4;
font-size: 1rem;
font-family: "Source Sans Pro", sans-serif;
color: white;
border: none;
border-radius: 5px;
padding: .6em 1em;
}
.content .alignnone {
margin: 5px 20px 20px 0;
}
.content .aligncenter,
.content div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.content .alignright {
float: right;
margin: 5px 0 20px 20px;
}
.content .alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.content a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.content a img.alignnone {
margin: 5px 20px 20px 0;
}
.content a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.content a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.content .wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.content .wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.content .wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.content .wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.content .wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.content .wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.content .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.content .screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.main-footer {
text-align: center;
margin-top: 1.5rem;
font-size: 0.8em;
font-family: "Source Sans Pro", sans-serif;
}
.homepage-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
height: 26em;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.homepage-menu__item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-top: 8px solid #E2E0E0;
text-decoration: none;
overflow: hidden;
}
.homepage-menu__item:not(:last-child) {
margin-right: .5rem;
}
.homepage-menu__item:nth-child(1) {
background-color: #00d3ee;
}
.homepage-menu__item:nth-child(1):hover .homepage-menu__item__title {
color: #00d3ee;
}
.homepage-menu__item:nth-child(2) {
background-color: #00bcd4;
}
.homepage-menu__item:nth-child(2):hover .homepage-menu__item__title {
color: #00bcd4;
}
.homepage-menu__item:nth-child(3) {
background-color: #00a5bb;
}
.homepage-menu__item:nth-child(3):hover .homepage-menu__item__title {
color: #00a5bb;
}
.homepage-menu__item:nth-child(4) {
background-color: #008fa1;
}
.homepage-menu__item:nth-child(4):hover .homepage-menu__item__title {
color: #008fa1;
}
.homepage-menu__item:nth-child(5) {
background-color: #007888;
}
.homepage-menu__item:nth-child(5):hover .homepage-menu__item__title {
color: #007888;
}
.homepage-menu__item:nth-child(6) {
background-color: #00626e;
}
.homepage-menu__item:nth-child(6):hover .homepage-menu__item__title {
color: #00626e;
}
.homepage-menu__item:nth-child(7) {
background-color: #004b55;
}
.homepage-menu__item:nth-child(7):hover .homepage-menu__item__title {
color: #004b55;
}
.homepage-menu__item:nth-child(8) {
background-color: #00343b;
}
.homepage-menu__item:nth-child(8):hover .homepage-menu__item__title {
color: #00343b;
}
.homepage-menu__item__image {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background-size: cover;
background-position: center;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-filter: brightness(10);
filter: brightness(10);
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.homepage-menu__item__title {
padding: 3em 1em 1em;
text-align: right;
font-family: "Source Sans Pro", sans-serif;
color: white;
background-color: #8C8C8C;
-webkit-transition: color .5s;
transition: color .5s;
}
.homepage-menu__item:hover .homepage-menu__item__image {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-filter: brightness(1);
filter: brightness(1);
}
@media (max-width: 768px) {
.homepage-menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
.homepage-menu__item {
display: block;
}
.homepage-menu__item:not(:last-child) {
margin-right: 0;
margin-bottom: .5rem;
}
.homepage-menu__item__image {
height: 6em;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-filter: brightness(1);
filter: brightness(1);
}
.homepage-menu__item__title {
padding: .7em 1em;
}
}
.content-acordos {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(8.5em, 1fr));
grid-gap: .65em;
}
.content-acordos figure {
height: 5em;
padding: .65em;
border: 3px solid lightgray;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.content-acordos figure img {
max-width: 100%;
max-height: 100%;
}
.content-acordos figure figcaption {
margin-top: .5em;
font-family: "Source Sans Pro", sans-serif;
font-size: 0.8rem;
color: #757575;
text-align: center;
} #outdated {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 170px;
text-align: center;
text-transform: uppercase;
z-index: 1500;
background-color: #f25648;
color: #ffffff;
font-family: "Source Sans Pro", sans-serif;
}
#outdated h6 {
font-size: 25px;
line-height: 25px;
margin: 30px 0 10px;
}
#outdated p {
font-size: 12px;
line-height: 12px;
margin: 0;
}
#outdated #btnUpdateBrowser {
display: block;
position: relative;
padding: 10px 20px;
margin: 30px auto 0;
width: 230px; color: #ffffff;
text-decoration: none;
border: 2px solid #ffffff;
cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
color: #f25648;
background-color: #ffffff;
}
#outdated .last {
position: absolute;
top: 10px;
right: 25px;
width: 20px;
height: 20px;
}
#outdated .last[dir='rtl'] {
right: auto !important;
left: 25px !important;
}
#outdated #btnCloseUpdateBrowser {
display: block;
position: relative;
width: 36px;
height: 36px;
text-decoration: none;
color: #ffffff;
font-size: 36px;
line-height: 36px;
border: none;
background-color: transparent;
}
* html #outdated {
position: absolute;
}