body {
background: #fff;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #252a7b;
}
a:hover,
a:active,
a:focus {
color: #05152c;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
} #preloader {
position: fixed;
left: 0;
top: 0;
z-index: 999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff url(//guardamirimitarare.com.br/wp-content/themes/iegmi2020/assets/img/preloader.svg) no-repeat center center;
} .back-to-top {
position: fixed;
display: none;
background: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 6px 12px 9px 12px;
font-size: 16px;
border-radius: 2px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
}
@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
}
}
.back-to-top:focus {
background: rgba(0, 0, 0, 0.2);
color: #fff;
outline: none;
}
.back-to-top:hover {
background: #252a7b;
color: #fff;
} #header {
padding: 5px 0;
height: 125px;
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 997;
background: #fff;
transition: all 0.5s;
}
#header #logo {
float: left;
}
#header #logo img {
padding: 0;
margin: 0;
}
@media (max-width: 768px) {
#header #logo h1 {
font-size: 26px;
}
#header #logo img {
max-height: 40px;
}
}
#header.header-fixed {
background: rgba(52, 59, 64, 0.9);
padding: 20px 0;
height: 72px;
transition: all 0.5s;
} #intro {
display: table;
width: 100%;
height: 80vh;
}
#intro .carousel-item {
width: 100%;
height: 80vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#intro .carousel-item::before {
content: "";
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .carousel-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#intro .carousel-background img {
max-width: 100%;
}
#intro .carousel-content {
text-align: center;
}
#intro h2 {
text-align: center;
color: #fff;
margin-bottom: 30px;
font-size: 48px;
font-weight: 700;
}
#intro p {
text-align: center;
color: #fff;
}
#intro .carousel-fade {
overflow: hidden;
}
#intro .carousel-fade .carousel-inner .carousel-item {
transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
opacity: 1;
transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev,
#intro .carousel-control-next {
width: 10%;
}
#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
background: none;
font-size: 32px;
line-height: 1;
}
#intro .carousel-indicators li {
cursor: pointer;
}
#intro .btn-get-started {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 32px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
color: #fff;
background: #252a7b;
border: 3px solid #252a7b;
}
#intro .btn-get-started:hover {
background: none;
color: #fff;
border: 3px solid #fff;
}
#hero .btn-get-started {
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 28px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}
#hero .btn-get-started:hover {
background: #252a7b;
border: 2px solid #252a7b;
}
.btn-main {
background: #252a7b;
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
padding: 8px 28px;
border-radius: 50px;
transition: 0.5s;
border: 2px solid #fff;
color: #fff;
}
.btn-main:hover {
background: #fff;
border: 2px solid #252a7b;
color: #252a7b;
} .navbar ul li a {
font-family: "Poppins", sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
color: #000;
}
.navbar ul li a:hover {
background: #252a7b;
color: #fff !important;
} .guarda {
background-color: #0a037c;
}
.guarda h3.section-title {
color: #fff;
} #error-page {
display: table;
height: 100%;
min-height: 100%;
width: 100%;
color: #686868;
font-size: 18px;
font-weight: 300;
padding: 100px 0;
}
.error-page-inner {
display: table-cell;
vertical-align: middle;
}
.error-text {
width: 100%;
}
#error-page h2 {
font-size: 48px;
font-weight: bold;
text-transform: uppercase;
}  .section-header .section-title {
font-size: 32px;
color: #111;
text-transform: uppercase;
text-align: center;
font-weight: 700;
margin-bottom: 5px;
}
.section-header .section-description {
text-align: center;
padding-bottom: 40px;
color: #999;
} #pagina-interna {
background: #fff;
}
#pagina-interna h2 {
color: #333;
font-weight: 700;
font-size: 32px;
text-align: center;
}
#pagina-interna h2:after {
content: "";
display: block;
background: #333;
margin: 10px auto;
width: 50px;
height: 5px;
}
#pagina-interna label {
color: #333;
font-weight: 700;
font-size: 20px;
text-align: center;
}
#pagina-interna img {
max-width: 100%;
height: auto;
}
#pagina-interna .galeria img {
object-fit: cover;
object-position: center;
width: 95%;
max-height: 180px;
border: none;
}
#blog .post .pic {
object-fit: cover;
object-position: bottom;
width: 95%;
max-height: 160px;
border: none;
} .curriculo h2 {
font-size: 18px;
}
#sidebar h3 {
color: #333;
font-weight: 700;
font-size: 28px;
}
.categories ul li {
border-bottom: 1px solid #ececec;
list-style: none;
padding: 10px 0;
margin-left: -40px;
}
.categories ul li:last-child {
border-bottom: 0px solid #ececec;
}
.categories ul li a {
font-size: 16px;
color: #6a6a6a;
transition: 0.2s all;
}
.categories ul li a:hover {
background: none;
margin-left: 10px;
color: #252a7b;
opacity: 1;
font-weight: bold;
}
.categories ul li.active a {
color: #252a7b;
} #about {
background: #fff;
padding: 120px 0;
}
#about .about-container .background {
min-height: 300px;
margin-bottom: 10px;
}
#about .about-container .content {
background: #fff;
}
#about .about-container .title {
color: #333;
font-weight: 700;
font-size: 32px;
}
@media (max-width: 768px) {
#about .about-container .title {
padding-top: 15px;
}
}
#about .about-container p {
line-height: 26px;
}
#about .about-container p:last-child {
margin-bottom: 0;
}
#about .about-container .icon-box {
background: #fff;
background-size: cover;
padding: 0 0 30px 0;
}
#about .about-container .icon-box .icon {
float: left;
background: #fff;
width: 64px;
height: 64px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
border-radius: 50%;
border: 2px solid #252a7b;
}
#about .about-container .icon-box .icon i {
color: #252a7b;
font-size: 24px;
}
#about .about-container .icon-box .title {
margin-left: 80px;
font-weight: 500;
margin-bottom: 5px;
font-size: 18px;
text-transform: uppercase;
}
#about .about-container .icon-box .title a {
color: #111;
}
#about .about-container .icon-box .description {
margin-left: 80px;
line-height: 24px;
font-size: 14px;
} #facts {
background: #f7f7f7;
padding: 80px 0 60px 0;
}
#facts .counters span {
font-size: 48px;
display: block;
color: #252a7b;
}
#facts .counters p {
padding: 0;
margin: 0 0 20px 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
} .documentos .doc {
padding: 30px 0;
}
.documentos h4 {
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
text-transform: uppercase;
}
.documentos p {
font-size: 14px;
line-height: 24px;
} #services {
background: #fff;
background-size: cover;
padding: 80px 0 60px 0;
}
#services .box {
padding: 50px 20px;
margin-bottom: 50px;
text-align: center;
border: 1px solid #e6e6e6;
height: 200px;
position: relative;
background: #fafafa;
}
#services .icon {
position: absolute;
top: -36px;
left: calc(50% - 36px);
transition: 0.2s;
border-radius: 50%;
border: 6px solid #fff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
width: 72px;
height: 72px;
background: #252a7b;
}
#services .icon a {
display: inline-block;
}
#services .icon i {
color: #fff;
font-size: 24px;
}
#services .box:hover .icon {
background: #fff;
border: 2px solid #252a7b;
}
#services .box:hover .icon i {
color: #252a7b;
}
#services .box:hover .icon a {
color: #252a7b;
}
#services .title {
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
text-transform: uppercase;
}
#services .title a {
color: #111;
}
#services .description {
font-size: 14px;
line-height: 24px;
} #call-to-action {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(//guardamirimitarare.com.br/wp-content/themes/iegmi2020/assets/img/call-to-action-bg.jpg) fixed center center;
background-size: cover;
padding: 80px 0;
}
#call-to-action .cta-title {
color: #fff;
font-size: 28px;
font-weight: 700;
}
#call-to-action .cta-text {
color: #fff;
}
@media (min-width: 769px) {
#call-to-action .cta-btn-container {
display: flex;
align-items: center;
justify-content: flex-end;
}
}
#call-to-action .cta-btn {
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 30px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}
#call-to-action .cta-btn:hover {
background: #252a7b;
border: 2px solid #252a7b;
} #testimonials {
padding: 60px 0;
box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#testimonials .section-header {
margin-bottom: 40px;
}
#testimonials .testimonial-item .testimonial-img {
width: 120px;
border-radius: 50%;
border: 4px solid #fff;
float: left;
}
#testimonials .testimonial-item h3 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
margin-left: 140px;
}
#testimonials .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0 0 15px 0;
margin-left: 140px;
}
#testimonials .testimonial-item p {
font-style: italic;
margin: 0 0 15px 140px;
}
#testimonials .owl-nav,
#testimonials .owl-dots {
margin-top: 5px;
text-align: center;
}
#testimonials .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#testimonials .owl-dot.active {
background-color: #007bff;
} #blog {
background: #fff;
}
#blog .post {
text-align: center;
margin-bottom: 20px;
}
#blog .post .pic {
margin-bottom: 15px;
overflow: hidden;
height: auto;
}
#blog .post .pic img {
max-width: 100%;
}
#blog .post h4 {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
text-transform: uppercase;
}
#blog .post span {
font-style: italic;
display: block;
font-size: 13px;
} #team {
background: #fff;
padding: 80px 0 60px 0;
}
#team .member {
text-align: justify;
margin-bottom: 20px;
}
#team .member .pic {
margin-bottom: 15px;
overflow: hidden;
height: auto;
}
#team .member .pic img {
max-width: 100%;
}
#team .member h4 {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
}
#team .member span {
font-style: italic;
display: block;
font-size: 13px;
}
#team .member .social {
margin-top: 15px;
}
#team .member .social a {
color: #b3b3b3;
}
#team .member .social a:hover {
color: #252a7b;
}
#team .member .social i {
font-size: 18px;
margin: 0 2px;
} #contact {
background: #f7f7f7;
}
#contact .info {
color: #333333;
}
#contact .info i {
font-size: 32px;
color: #252a7b;
float: left;
}
#contact .info p {
padding: 0 0 10px 50px;
margin-bottom: 20px;
line-height: 22px;
font-size: 14px;
}
#contact .info .email p {
padding-top: 5px;
}
#contact .social-links {
padding-bottom: 20px;
}
#contact .social-links a {
font-size: 18px;
display: inline-block;
background: #333;
color: #fff;
line-height: 1;
padding: 8px 0;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#contact .social-links a:hover {
background: #252a7b;
color: #fff;
}
#contact .form input,
#contact .form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}
#contact input[type="submit"] {
background: #252a7b;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
}
#contact input[type="submit"]:hover {
background: #05152c;
} #footer {
background: #000;
padding: 0 0 30px 0;
color: #eee;
font-size: 14px;
}
#footer .footer-top {
background: #111;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 34px;
margin: 0 0 20px 0;
padding: 2px 0 2px 10px;
line-height: 1;
font-family: "Montserrat", sans-serif;
font-weight: 700;
letter-spacing: 3px;
border-left: 4px solid #252a7b;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Montserrat", sans-serif;
color: #eee;
}
#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: #333;
color: #eee;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
background: #252a7b;
color: #fff;
}
#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
}
#footer .footer-top h4::before,
#footer .footer-top h4::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 2px;
}
#footer .footer-top h4::before {
right: 0;
background: #555;
}
#footer .footer-top h4::after {
background: #252a7b;
width: 60px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 8px;
color: #ddd;
}
#footer .footer-top .footer-links ul li {
border-bottom: 1px solid #333;
padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
color: #252a7b;
}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
line-height: 26px;
}
#footer .footer-top .footer-newsletter {
margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
border: 0;
padding: 6px 8px;
width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
background: #252a7b;
border: 0;
width: 35%;
padding: 6px 0;
text-align: center;
color: #fff;
transition: 0.3s;
cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
background: #13a456;
}
#footer .copyright {
text-align: center;
padding-top: 30px;
}
#footer .credits {
text-align: center;
font-size: 13px;
color: #ddd;
}
.entry-content > *:not(.alignwide):not(.alignfull) {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
.wp-block-image.alignfull {
display: block;
text-align: center;
}
.wp-block-image.alignwide {
max-width: 75%;
margin-left: auto;
margin-right: auto;
}
.has-principal-background-color {
background-color: #1779ba;
}
.has-principal-color {
color: #1779ba;
}
.has-secundaria-background-color {
background-color: #767676;
}
.has-secundaria-background-color {
color: #767676;
}
.wp-block {
max-width: 1200px;
}
.wp-block[data-align="wide"] {
max-width: 1360px;
}
.wp-block[data-align="full"] {
max-width: none;
}