.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;
}.panel-grid {
zoom: 1;
}
.panel-grid:before {
content: '';
display: block;
}
.panel-grid:after {
content: '';
display: table;
clear: both;
}
.panel-grid .so-parallax {
position: relative;
}
.panel-grid .so-parallax > div:not(.simpleParallax) {
position: relative;
z-index: 1;
}
.panel-grid .so-parallax .simpleParallax {
overflow: hidden;
}
.panel-grid .so-parallax .simpleParallax,
.panel-grid .so-parallax img[data-siteorigin-parallax] {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
.panel-grid-cell {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 1em;
float: left;
}
.panel-grid-cell .so-panel {
zoom: 1;
}
.panel-grid-cell .so-panel:before {
content: '';
display: block;
}
.panel-grid-cell .so-panel:after {
content: '';
display: table;
clear: both;
}
.panel-grid-cell .panel-last-child {
margin-bottom: 0;
}
.panel-grid-cell .widget-title {
margin-top: 0;
}
.panel-row-style {
zoom: 1;
}
.panel-row-style:before {
content: '';
display: block;
}
.panel-row-style:after {
content: '';
display: table;
clear: both;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}
.imagem-responsiva {
width: 100%;
height: auto;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  :root { --iw8-big-padding: 60px 0;
--iw8-mobile-padding: 20px 0;
--iw8-light-padding: 0 25px; --iw8-gray1: #7c7c7c;
--iw8-gray2: #f7f7f7;
--iw8-gray3: #dddddd;
--iw8-light-blue: #2a92d3;
--iw8-deep-blue: #213c4d;
--iw8-black-blue: #001e32;
--iw8-yellow: #cfaf07;
}
*,
::after,
::before {
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
font: normal, 21px/2.1rem, "Poppins", sans-serif;
background-color: #fff; }
h1 {
font-size: 35px;
line-height: 70px;
}
h2 {
font-size: 26px;
line-height: 4rem;
font-weight: bold;
text-transform: uppercase;
}
h3 {
font-size: 24px;
line-height: 3.6rem;
font-weight: bold;
}
h4 {
font-size: 16px;
line-height: 2.8rem;
font-weight: bold;
}
h5 {
font-size: 20px;
line-height: 1.3rem;
}
p {
font-size: 18px;
line-height: 1.7rem;
}
a {
color: var(--iw8-gray1);
text-decoration: none;
}
a:hover,
a:visited {
color: #6d6d6d;
}
img {
max-width: 100%;
height: auto;
}
.embed {
position: relative;
width: 100%;
padding-bottom: 56.25%;
}
.embed iframe {
position: absolute;
width: 100%;
height: 100%;
border: none;
} .container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 575px) {
.container {
padding: var(--iw8-light-padding);
}
}
@media (min-width: 576px) {
.container {
max-width: 540px;
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}  .top-bar {
background: #ffffff;
color: #000000;
padding: 15px 0;
}
.top-bar .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.searchbox input[type="text"] {
padding: 7px 10px;
border: 1px solid #c6c6c6;
}
.searchbox input[type="submit"] {
padding: 9px 10px;
background: #000000;
color: #ffffff;
border: none;
}
@media (max-width: 768px) {
.searchbox {
display: none;
}
.top-bar .container {
justify-content: center;
}
} .menu-area {
background: var(--iw8-gray2);
}
.main-menu {
height: 55px;
display: flex;
justify-content: center;
}
.main-menu ul {
margin: 0;
padding-left: 0;
}
.main-menu ul li {
display: inline-block;
line-height: 55px;
position: relative;
}
.main-menu ul li.current_page_item > a {
font-weight: bold;
}
.main-menu ul li a {
color: #000000;
padding: 0 30px;
text-decoration: none;
display: block;
}
.main-menu ul li a:hover,
.main-menu ul li a:active {
color: var(--iw8-gray1);
transition: 0.5s all;
}
.main-menu ul li a:focus + ul {
display: block;
}
.main-menu li.menu-item-has-children::after {
content: "";
position: absolute;
bottom: 0;
left: calc(50% - 6px);
width: 0px;
height: 0px;
border-top: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #000000;
border-left: 6px solid transparent;
}
.main-menu ul.sub-menu {
position: absolute;
padding-left: 0;
background-color: #000000;
z-index: 1;
text-align: left;
display: none;
}
.main-menu ul .menu-item-has-children:hover > ul,
.main-menu ul .menu-item-has-children:focus + ul {
display: block;
}
.main-menu ul.sub-menu li {
width: max-content;
}
.main-menu ul.sub-menu a {
color: #ffffff;
}
.menu-icon,
.check-button {
cursor: pointer;
display: none;
}
.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
width: 28px;
height: 3px;
background-color: #333;
margin: 5px 0;
transition: 0.4s;
}
@media (max-width: 767px) {
.menu-icon,
.check-button {
display: block;
}
.check-button {
border: none;
background: transparent;
height: 55px;
}
.main-menu ul {
position: absolute;
width: 100%;
background: #000000;
left: -999px;
text-align: left;
transition: all cubic-bezier(0.79, 0.14, 0.15, 0.86) 0.5s;
padding: 0;
margin: 0;
z-index: 1;
}
.main-menu ul:not(.sub-menu) {
margin-top: 55px;
}
.main-menu ul li {
display: block;
margin: 15px 0;
line-height: 30px;
}
.main-menu ul li a {
color: #ffffff;
}
.main-menu ul.sub-menu {
position: relative;
top: 0;
margin-left: 30px;
display: block;
width: auto;
}
.main-menu ul.sub-menu a {
color: var(--iw8-gray1);
}
.show-dropdown {
left: 0 !important;
}
.animate-button .bar1 {
-webkit-transform: rotate(-45deg) translate(-4px, 4px);
transform: rotate(-45deg) translate(-4px, 4px);
}
.animate-button .bar2 {
opacity: 0;
}
.animate-button .bar3 {
-webkit-transform: rotate(45deg) translate(-7px, -7px);
transform: rotate(45deg) translate(-7px, -7px);
}
} .hero {
background-size: cover;
background-position: center center;
color: #ffffff;
text-align: center;
}
.hero-items {
padding: var(--iw8-light-padding);
}
.hero .overlay {
background: rgb(0 0 0 / 27%);
display: flex;
align-items: center;
justify-content: center;
}
.hero .hero-items h1 {
margin-top: 0;
font-weight: normal;
}
.hero .hero-items a {
color: #ffffff;
padding: 15px 25px;
display: inline-block;
background: var(--iw8-light-blue);
margin: 20px 0 0;
}
.hero .hero-items a:hover {
background: var(--iw8-yellow);
transition: 0.5s all;
} .services {
background: var(--iw8-deep-blue);
padding: var(--iw8-big-padding);
color: #ffffff;
}
.services .container {
display: flex;
flex-wrap: wrap;
text-align: center;
}
.services .container > * {
flex: 1 1 250px;
}
.services-item {
padding: var(--iw8-light-padding);
}
.services-item p {
margin-bottom: 40px;
}
.services-item figure {
background: var(--iw8-black-blue);
padding: 15px;
}
.services h2 {
text-align: center;
position: relative;
}
.services h2::after {
content: "";
position: absolute;
background-color: var(--iw8-light-blue);
width: 35px;
height: 5px;
right: calc(50% - 15px);
bottom: 0;
}
.services h4 {
margin: 0;
}
@media (max-width: 768px) {
.services .container {
flex-direction: column;
padding: 0;
}
.services-item {
max-width: 100%;
}
} .home .home-blog {
padding: var(--iw8-big-padding);
}
.home-blog .container article:first-child {
grid-area: feat-item;
}
.home-blog .container {
display: grid;
grid-template-areas: "feat-item feat-item";
grid-gap: 25px;
}
.home .home-blog h2 {
text-align: center;
position: relative;
}
.home .home-blog h2::after {
content: "";
position: absolute;
background-color: var(--iw8-light-blue);
width: 35px;
height: 5px;
right: calc(50% - 15px);
bottom: 0;
}
.home .home-blog .latest-news {
text-align: center;
}
.home .home-blog .col-12 .latest-news {
margin-bottom: 40px;
}
.home .home-blog .latest-news img {
float: none !important;
margin: 0 0 25px 0 !important;
}
.home .home-blog .latest-news h3 {
color: #000000;
margin: 0;
line-height: 2.6rem;
}
.home .home-blog .meta-info p {
font-weight: bold;
margin-bottom: 0;
}
.home .home-blog .meta-info p:last-child {
margin-top: 5px;
}
.home .home-blog span,
.home .home-blog span a {
color: var(--iw8-gray1);
font-weight: normal;
text-decoration: none;
margin: 0 2px 0 0;
}
@media (max-width: 768px) {
.home-blog .container {
display: block;
}
} footer {
background: var(--iw8-deep-blue);
padding: 15px 0;
color: #ffffff;
}
footer .container .row {
align-items: center;
} .site-footer .container {
display: flex;
justify-content: center;
align-items: center;
}
.site-footer .copyright p {
margin-left: 30px;
}
.footer-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu ul li {
display: inline;
margin: 0 15px 0 0;
}
.footer-menu ul li:last-child {
margin: 0;
}
.footer-menu ul li a {
text-decoration: none;
color: #ffffff;
}
.footer-menu ul li.current_page_item a {
font-weight: bold;
}
@media (max-width: 768px) {
.site-footer .container {
justify-content: safe;
}
}
@media (max-width: 575px) {
.site-footer .container {
flex-wrap: wrap;
}
}  .blog main .container,
.archive main .container {
display: flex;
}
.blog .blog-items,
.archive .archive-items {
padding: 0 15px 0 0;
flex: 1;
}
.blog .blog-items h2,
.archive .blog-items h2 {
margin-top: 0;
}
.blog article {
margin-bottom: 20px;
}
.blog aside,
.archive aside {
padding: 25px;
background: var(--iw8-deep-blue);
height: 100%;
width: 100%;
}
@media screen and (max-width: 991px) {
.blog aside,
.archive aside,
.blog .blog-items,
.archive .archive-items {
min-width: 100%;
}
}
.blog h1,
.archive h1 {
text-align: center;
margin-top: 0;
}
.archive-description {
text-align: center;
max-width: 50%;
margin: 0 auto 30px auto;
}
.archive-description p {
font-size: 85%;
}
.home #primary > #main {
padding: 0;
}
#primary > #main {
padding: var(--iw8-big-padding);
}
@media screen and (max-width: 991px) {
#primary > #main {
padding: var(--iw8-mobile-padding);
}
}
.meta-info p {
margin: 0;
}
.wp-post-image {
float: left;
margin: 0 15px 10px 0;
}
@media screen and (max-width: 550px) {
.wp-post-image {
width: 100%;
}
}
article {
display: inline-block;
width: 100%;
}
article.post h1,
.search h1,
.archive h1 {
font-size: 50px;
line-height: 4rem;
margin-bottom: 15px;
}
article.post h2 {
line-height: 3rem;
text-transform: none;
}
article h2 {
line-height: 3rem;
margin-bottom: 10px;
text-transform: none;
}
article.post h3,
article.post h4,
article.post h5 {
margin-bottom: 0;
}
.searchform input[type="text"] {
padding: 7px 10px;
border: 1px solid #c6c6c6;
}
.searchform input[type="submit"] {
padding: 11px 10px;
background: #000000;
color: #ffffff;
border: none;
}
.searchform div {
display: flex;
}
.searchform input[type="text"] {
max-width: 70%;
}
.searchform input[type="submit"] {
max-width: 70%;
}
@media (max-width: 991px) {
.blog .container,
.archive .container {
flex-wrap: wrap;
}
} #commentform input[type="submit"] {
color: #ffffff;
padding: 15px 25px;
display: inline-block;
background: var(--iw8-light-blue);
margin: 20px 0 0;
border: none;
}
#commentform input[type="submit"]:hover {
background: var(--iw8-yellow);
transition: 0.5s all;
}
#commentform label {
display: block;
}
#commentform label[for="wp-comment-cookies-consent"] {
display: inline;
margin-left: 5px;
}
#commentform input[type="text"],
#commentform textarea {
padding: 7px 10px;
border: 1px solid #c6c6c6;
width: 100%;
}
.comments-area #reply-title {
border-top: 1px solid #ebebeb;
padding: 20px 0 0;
} .iw8-pagination {
display: flex;
justify-content: space-between;
}
.pages {
margin-top: 20px;
}
.nav-links {
margin-top: 40px;
}
.nav-links .page-numbers {
padding: 10px 15px;
display: inline-block;
background: var(--iw8-gray3);
}
.nav-links .current {
background-color: #000000;
color: #ffffff;
}
.nav-links .next,
.nav-links .prev {
background-color: transparent;
}
.nav-links .prev {
padding-left: 0;
}
.gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 10px;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-icon img {
margin: 0 auto;
}
.panel-grid-cell .widget-title {
text-align: center;
}
.grecaptcha-badge {
opacity: 0 !important;
}
@media screen and (min-width: 700px) and (max-width: 1899px) {
.whats_float {
width: 0;
height: 0;
display: none;
opacity: 0;
}
.float {
width: 0;
height: 0;
display: none;
opacity: 0;
}
}
@media screen and (min-width: 1900px) {
.whats_float {
width: 0;
height: 0;
display: none;
opacity: 0;
}
.float {
width: 0;
height: 0;
display: none;
opacity: 0;
}
}
@media screen and (max-width: 699px) {
.whats_float {
right: 25px;
position: fixed;
width: 90px;
height: 85px;
bottom: 40px;
background-color: transparent;
border: none;
text-align: center;
z-index: 100000000;
opacity: 1;
}
.float {
right: 10px;
position: fixed;
width: 90px;
height: 85px;
bottom: 40px;
text-align: center;
font-size: 30px;
z-index: 100000000;
opacity: 1;
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
*/