/*
Theme Name: Cora 
Theme URI: http://promo-theme.com/cora/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: Cora  is the beautiful Business Creative WordPress Theme for any businesses, freelancers, agences, consulting and etc. Everyone can find a suitable page for itself. We have tried to create the big set of components and styles for your awesome website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cora
Template: cora
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1em;
    text-align: justify;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff !important;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: """";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0px 0 1.5em 0.5em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.img-border-radius {
    border-radius: 50%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {}
.main-navigation li:hover > a,
.main-navigation li.focus > a {}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    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;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.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-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*BYD*/
@font-face {
    font-family: 'Chavelite';
    src: url('fonts/Chavelite.eot');
    src: url('fonts/Chavelite.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chavelite.woff2') format('woff2'),
         url('fonts/Chavelite.woff') format('woff'),
         url('fonts/Chavelite.ttf')  format('truetype'),
         url('fonts/Chavelite.svg#Chavelite') format('svg');
}
body {
    color: #3d4f59 !important;
}
/*
.site-header .logo img {
    max-height: 75px!important;
}
*/
.site-header .logo img {
    max-height: 50px!important;
}


.banner .cell .sub-h {
    color: #3d4f59 !important;
    text-transform: uppercase;
    font-weight: 600;
}
.navigation .sub-menu,
.navigation .children {
    top: 80% !important;
    font-size: 14px !important;
    color: #3d4f59 !important;
    width: 240px !important;
}
#menu-item-1942 a,
#menu-item-2086 a {
    pointer-events: none;
}
.page-id-2023 div main div .vc_row-no-padding:nth-child(1) > div > div > div > div:nth-child(1) {
    margin-bottom: 0px;
}
#menu-item-1942 ul li a,
#menu-item-2086 ul li a {
    pointer-events: auto;
}
#menu-item-2644 > ul:nth-child(2) {
    margin-top: -43px;
}
.banner .cell .h {
    font-size: 35px !important;
    font-weight: 500 !important;
}
.banner .item.white {
    color: #3d4f59 !important;
}
.button-style1 {
    color: #fff !important;
    background-color: #90c4e6 !important;
    border-radius: 20px !important;
    padding: 5px 20px !important;
    text-transform: initial !important;
}
.buttoncsstrigger .button-style1 {
    color: #fff !important;
    background-color: rgb(0,183,206,.9) !important;
    border-radius: 5px !important;
    padding: 5px 20px !important;
    text-transform: initial !important;
}

.buttoncsstrigger .button-style1:hover {
    color: #fff !important;
}


.button-style1::before {
    box-shadow: none !important;
}
.portfolio-navigation .owl-nav > *,
.portfolio-slider-item .nav .owl-prev,
.portfolio-slider-item .nav .owl-next,
.brand-logo-items .owl-prev,
.brand-logo-items .owl-next,
.portfolio-cols-slider .owl-nav > *,
.price-list .owl-nav > * {
    background: #fff !important;
    color: #00b7ce !important;
}
.site-footer {
    background-color: #3d4f59 !important;
}
.portfolio-navigation .line div {
    background: #fff !important;
}
.portfolio-navigation .line {
    background: #00b7ce !important;
}
.banner .cell {
    padding: 0 !important;
}
.portfolio-navigation .counter {
    color: #fff !important;
}
.button-style2::before {
    color: #00b7ce;
}
.button-style2 {
    color: #3d4f59 !important;
    text-transform: initial !important;
    font-size: 16px !important;
}
.pt-special-heading .sub-h {
    color: #00b7ce !important;
}
.services-items .service-item .num,
.services-items .service-item .name {
    font-size: 16px !important;
}
.services-items .service-item .name::after {
    display: none !important;
}
#animacao {
    position: absolute !important;
    top: 22vh !important;
}
#anim1.fadeInUp.animated {
    animation-delay: 0.3s !important;
}
#anim2.fadeInUp.animated {
    animation-delay: 0.8s !important;
}
#anim3.fadeInUp.animated {
    animation-delay: 1.3s !important;
}
.fadeInUp.vc_btn3-left.animated {
    animation-delay: 1.8s !important;
}
.vc_btn3-shape-round {
    color: #fff !important;
    border: 0px !important;
    background: #00b7ce !important;
    padding: 10px 25px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
#areas .item1 .num {
    color: #9b95c9 !important;
}
#areas .item1 .sep {
    background: #9b95c9;
    height: 2px;
    width: 100%;
    padding: 0 10px;
}
#areas .item2 .num {
    color: #13a89e !important;
}
#areas .item2 .sep {
    background: #13a89e;
    height: 2px;
    width: 100%;
    padding: 0 10px;
}
#areas .item3 .num {
    color: #8dc63f !important;
}
#areas .item3 .sep {
    background: #8dc63f;
    height: 2px;
    width: 100%;
    padding: 0 10px;
}
#areas .item4 .num {
    color: #ed217c !important;
}
#areas .item4 .sep {
    background: #ed217c;
    height: 2px;
    width: 100%;
    padding: 0 10px;
}
#video {
    margin-bottom: 0 !important;
}
#bgazul {
    background-color: #03cee7;
    padding-bottom: 20px;
}
#bgCinza {
    /*background-color: rgb(61,79,89,.8);
	background-color: rgba(61,79,89,.8);
	background-color: rgb(0,183,206,.05);
	background-color: rgba(0,183,206,.05);*/
    background-color: #c9ecf0;
}
div.vc_col-sm-3 > div > div > div > figure > div > img {
    max-width: 80% !important;
}
#counter {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: -30px;
    margin-left: -16%;
}
.portfolio-slider-item .wrap {
    background: #00b7ce !important;
}
.testimonial-item {
    background-color: transparent !important;
}
.testimonials .testimonial-item .bottom .image + .co h5::before,
.testimonials .testimonial-item .quote::before {
    display: none !important;
}
.testimonials .testimonial-item .bottom .image {
    border-radius:5px !important;
    width: 180px !important;
    height: 180px !important;
    top: 0% !important;
    margin-top: -4% !important;
    left: 0px !important;
}
.testimonials .testimonial-item .quote {
    font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    padding-left:0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff !important;
    text-align: center;
    font-family:inherit;
}

.testimonials .testimonial-item .bottom h5 {
    color: #fff;
    text-align: center;
    font-size: 22px !important;
    margin: 0;
    font-weight: 600;
    position: relative;
}

.testimonials .testimonial-item .bottom .post {
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    font-weight: 300;
    margin-top: 2px;
}

.testimonials-area .nav .owl-prev, .testimonials-area .nav .owl-next{
    font-size: 12px !important;
    width: 2.778em;
    line-height: 2.778em;
    border-radius: 50%;
    text-align: center;
    margin-top: -1.389em;
    box-shadow: none !important;
    cursor: pointer;
    background: #fcfbf8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.portfolio-slider-item .nav .counter, .testimonials-area .nav .counter {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    margin-top: 5px !important;
}


.testimonials .testimonial-item .bottom .image + .co {
    margin-top: -3% !important;
    margin-left: 11.1% !important;
}
.video-block .h {
    font-size: 32px !important;
    line-height: 42px !important;
}
.portfolio-slider-item .wrap .category {
    color: #fff !important;
}
.portfolio-slider-item .wrap .top {
    display: none !important;
}
.top .num {
    display: none !important;
}
.portfolio-slider-item .wrap .h {
    color: #fff !important;
}
.portfolio-slider-item .wrap .desc {
    color: #fff !important;
}
.portfolio-slider-item .button-style2::before,
.portfolio-slider-item .button-style2 {
    color: #fff !important;
}
.site-header.dark.fixed,
.site-header.dark.ac {
    background: #fff !important;
  /*  position: static;*/
  position: fixed;
}
.bold-false > span:nth-child(1) {
    font-weight: 600;
    font-size: 48px;
}
.contact-row i,
.contact-row .icon {
    color: #fff !important;
}
.contact-row {
    padding-left: 30px !important;
}
.contact-row .heading {
    font-size: 14px !important;
}
#logoCenter{ 
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -70px;
}
#logoCenter > div > div > div > div > figure > div > img{
    max-width: 75%;
}
#all > main > div > div{
    background-position: top center !important;
}
.site-footer {
    font-weight: normal;
    color: #fff !important;
    font-size: 14px !important;
}
footer div div div div.logo {
    display: none !important;
}
.contact-row i,
.contact-row .icon {
    width: 25px !important;
    font-size: 18px !important;
}
/*.formcraft-css .fc-form {
    /* box-shadow: 0 0 0 .6px rgba(0, 0, 0, .3), 0 2px 8px 0 rgba(0, 0, 0, .3) !important; */
    /*border-radius: 15px !important;
    padding: 15px !important;
}
textarea.validation-lenient {
    margin-top: -25px !important;
}
.formcraft-css .fc-form .form-element .form-element-html input[type="text"] {
    padding: .65em .55em .45em !important;
    height: 33px !important;
}
.formcraft-css .fc-form .form-page-content {
    padding: 0em 0em !important;
    height: 280px;
}
.formcraft-css .fc-form .form-element .field-cover .formcraft-icon {
    margin: 0.10em 12px .45em 12px !important;
}
.formcraft-css .fc-form .form-element .form-element-html {
    padding: 0.5em 0.5em !important;
}
.form-element > div > div > label > div > input {
    padding: .7em .5em .4em !important;
}
.form-element:nth-child(7) {
    top: -66px !important;
}
.form-element:nth-child(9),
.form-element:nth-child(8) {
    top: -16px !important;
}
.form-element:nth-child(10) {
    top: -49px !important;
}
.form-element:nth-child(12),
.form-element:nth-child(11) {
    top: -40px !important;
}

*/
.formcraft-css .fc-form {
    /* box-shadow: 0 0 0 .6px rgba(0, 0, 0, .3), 0 2px 8px 0 rgba(0, 0, 0, .3) !important; */
    border-radius: 15px !important;
    padding: 15px !important;
}

.submit-button, .button.button-file.fileupload-button {
    background-color: #00b7ce !important;
    border-radius: 10px !important;
}

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li:last-child {
  padding: 0;
}

.powered-by {
    display: none !important;
}
#CandButton {
    width: 0px;
}
#CandButton div {
  position: fixed;
  bottom: 45vh;
  z-index: 2;
  right: -70px;
}
#CandButton div div div button {
    padding: 11px;
    border: 1px solid #ccc;
    background: rgb(0, 183, 206, .9);
    color: #fff;
    -webkit-box-shadow: 6px 6px 17px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 6px 6px 17px 1px rgba(0,0,0,0.17);
    box-shadow: 6px 6px 17px 1px rgba(0,0,0,0.17);
}
#blockAdjust div div div div button {
    background: transparent !important;
    left: -14px !important;
}
#blockAdjustInner div div div button {
    margin-top: -15px;
}
#blockAdjustInner div div div {
    margin-bottom: 25px;
}
.vc_custom_1559057249211 div .vc_btn3-left {
    margin-top: -17px;
}
.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    border: 2px solid #fff;
    border-radius: 27px;
    padding: 4px 4px 0px 6px;
    height: 25px;
    font-size: 11px;
    font-weight: 700;
    margin-left: -5px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 50px;
}
.vc_btn3-style-custom.vc_btn3-icon-left {
    font-size: 16px;
    left: -20px;
}
.vc_btn3.vc_btn3-style-custom {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
}
.vc_general.vc_btn3 {
    background-image: linear-gradient(to right, #3d4f59 50%, #bfbfbf 50%), linear-gradient(to right, #bfbfbf 50%, transparent 50%);
    background-position: right bottom;
    -webkit-background-clip: text, border-box;
    background-clip: text, border-box;
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
    border: 0px !important;
    height: 40px !important;
    left: 0px !important;
    padding-top: 12px !important;
}
#animButtonwf .vc_general.vc_btn3 {
    background-image: linear-gradient(to right, #3d4f59 50%, #00b7ce 50%), linear-gradient(to right, #00b7ce 50%, transparent 50%) !important;
}
#animButtonwf button i {
    border: 2px solid #fff !important;
    margin-left: -3px;
    margin-top: -1px;
}
#animButtonbf a i {
    border: 2px solid #00b7ce !important;
    margin-left: -3px;
    margin-top: -1px;
}
#areasNegAdjust2,
#areasNegAdjust1 {
    position: relative;
}
#areasNegAdjust1 {
    top: -100px;
}
#areasNegAdjust2 {
    position: relative;
    top: -200px;
}
#areasNegAdjust3 {
    position: absolute;
    top: 610px;
}
#areasNegAdjust3 div div div div {
    padding: 0px !important;
}
#blockAdjust div div div div div p {
    text-align: left !important;
    margin-top: 0px;
}
/* HomePage - Blocos - Serviços V1*/
.services-items .service-item .ful {
    top: -20% !important;
    left: -48px !important;
    border: 0px !important;
    right: -26px !important;
    padding: 5px 35px 20px 35px !important;
}
.service-item.item1 div .name p,
.service-item.item1 div .ful .desc p {
    text-align: left;
}
.service-item.item1 .ful .button-style3 {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background: transparent !important;
    padding: 14px 25px 14px 30px;
    border: 0px !important;
    margin-top: 0px !important;
    text-transform: capitalize;
}
.service-item.item1 .ful .button-style3 i {
    content: "\e9bf";
    font-family: 'material-design-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    width: 2.778em;
    line-height: 2.778em;
    height: 2.778em;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.389em;
    box-shadow: inset 0 0 0 2.5px;
    text-indent: .1em;
}
.service-item.item1 .ful .desc p:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
}
.service-item.item1 .ful .name {
    display: none;
}
#serv5 div div div div div div.num,
#serv4 div div div div div div.num,
#serv3 div div div div div div.num,
#serv2 div div div div div div.num,
#serv1 div div div div div div.num {
    display: none;
}
/* Bloco1 */
.service-item.item1 .ful {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #8783a5 0%, #a8a3d0 100%) !important;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #8783a5 0%, #a8a3d0 100%) !important;
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #8783a5 0%, #a8a3d0 100%) !important;
}
.service-item.item1 .name p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/logo-serlima-clean.png);
    background-repeat: no-repeat;
    background-size: 150px 42px;
    width: 185px;
    height: 60px;
    border-bottom: 2px solid #a8a3d0;
}
.service-item.item1 .ful .desc p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/serm_wash.jpg);
    height: 200px;
}
/* Bloco2 */
#serv2 div div div div div .ful {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #0f9188 0%, #0ec3b7 100%) !important;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #0f9188 0%, #0ec3b7 100%) !important;
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #0f9188 0%, #0ec3b7 100%) !important;
}
#serv2 div div div div div .name p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/logo-serlima-wash.png);
    background-repeat: no-repeat;
    width: 185px;
    height: 60px;
    border-bottom: 2px solid #0ec3b7;
}
#serv2 div div div div div .ful .desc p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/serm_wash.jpg);
    height: 200px;
}
/* Bloco3 */
#serv3 div div div div div .ful {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #7bab3a 0%, #a7d26d 100%) !important;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #7bab3a 0%, #a7d26d 100%) !important;
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #7bab3a 0%, #a7d26d 100%) !important;
}
#serv3 div div div div div.name {
    width: 208px;
    margin-left: -15px;
}
#serv3 div div div div div.name p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/logo-serlima-ambiente.png);
    background-repeat: no-repeat;
    width: 185px;
    height: 60px;
    border-bottom: 2px solid #a7d26d;
}
#serv3 div div div div div .ful .desc p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/serm_wash.jpg);
    height: 200px;
}
/* Bloco4 */
#serv4 div div div div div .ful {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #c6206a 0%, #f067a4 100%) !important;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #c6206a 0%, #f067a4 100%) !important;
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #c6206a 0%, #f067a4 100%) !important;
}
#serv4 div div div div div.name p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/logo-serlima-target.png);
    background-repeat: no-repeat;
    width: 185px;
    height: 60px;
    border-bottom: 2px solid #f067a4;
}
#serv4 div div div div div .ful .desc p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/serm_wash.jpg);
    height: 200px;
}
/* Bloco5 */
#serv5 div div div div div .ful {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, #c97e23 0%, #f7941d 100%) !important;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #c97e23 0%, #f7941d 100%) !important;
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #c97e23 0%, #f7941d 100%) !important;
}
#serv5 div div div div div.name p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/05/logo-serlima-house.png);
    background-repeat: no-repeat;
    width: 185px;
    height: 60px;
    border-bottom: 2px solid #f7941d;
}
#serv5 div div div div div .ful .desc p:nth-child(1) {
    background-image: url(http://serlima.bydtestes.pt/wp-content/uploads/2019/04/serm_wash.jpg);
    height: 200px;
}
/* Btn Precisa de ajuda */
.myButton {
    -moz-box-shadow: 3px 3px 7px -3px #9e9e9e;
    -webkit-box-shadow: 3px 3px 7px -3px #9e9e9e;
    box-shadow: 3px 3px 7px -3px #9e9e9e;
    background-color: #00b6ce;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    animation-delay: 1.8s !important;
}
.myButton:hover {
    background-color: #09dbf7;
}
.myButton:active {
    position: relative;
    top: 1px;
}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.wpb_start_animation.animated {
    animation-delay: 1.8s;
}


html .formcraft-css .fc-form{
    box-shadow: 0 2px 8px 0 rgba(50,55,90,.2);
}

html .formcraft-css .fc-form.align-left {
    margin-left: auto;
    margin-right: auto;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-default {
    padding: 20px;
    border: 1px solid #ccc;
    background: rgb(0, 183, 206, .9);
    color: #fff;
    -webkit-box-shadow: 6px 6px 17px 1px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 6px 6px 17px 1px rgba(0,0,0,0.17) !important;
    box-shadow: 6px 6px 17px 1px rgba(0,0,0,0.17) !important;
	transform: rotate(-90deg);
}
.banner-area.current-white .scroll-next,
.split-screen-items .scroll-next,
.one-screen-items .scroll-next {
    color: #f4f1de;
    background-color: #01b6ce;
    padding: 8px 15px 8px 15px;
    border-radius: 8px;

}
.banner-area .scroll-next,
.split-screen-items .scroll-next,
.one-screen-items .scroll-next {
    transform: none !important;
}
.banner-area .scroll-next {
    right: 6vh !important;
    bottom: 8vh !important;
}
.banner-area .scroll-next .mouse,
.split-screen-items .scroll-next .mouse,
.one-screen-items .scroll-next .mouse {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(2 90deg);
    /* Safari 3-8 */
    transform: rotate(90deg);
}

#cookie-law-info-again {
display: none !important;
}

.wpb_single_image.wpb_content_element.vc_align_center{
	margin-bottom: 15px !important;
}




.wpb_text_column ul, .site-content ul, .woocommerce div.product div.summary div[itemprop="description"] ul {
    margin: 0px !important;
}

/*SARA*/

.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1584986450520 {
    margin-bottom: 0px !important;
}

/*form.fc-form.fc-form-3.align-.spin-.save-form-.dont-submit-hidden-.disable-enter-.label-placeholder.remove-asterisk-false.icons-hide-true.field-alignment-right.frame-visible.field-border-hidden.align-center {
    height: 285px !important;
}*/

.footerImg{
    margin-bottom: 0px !important;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100%;
}
.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1585072546226 {
    margin-bottom: 0px !important;
}
.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1585072702851 {
    margin-bottom: 0px !important;
}
.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1585072823195 {
    margin-bottom: 0px !important;
}
.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1585072910875.footerImg {
    margin-bottom: 0px !important;
}
.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1584989676234 {
    margin-bottom: 0px !important;
}
.vc_column-inner.vc_custom_1585072552092 {
    padding-top: 0px !important;
}
.vc_column-inner.vc_custom_1585072906191 {
    padding-top: 0px !important;
}
.vc_column-inner.vc_custom_1585072818852 {
    padding-top: 0px !important;
}

img.vc_single_image-img.attachment-medium {
    width: 80%;
}
.scroll-next {
    display: none;
}

.navigation>ul>li>a span:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -5px;
    border: 0px !important; 
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fixed .navigation>ul>li>a {
    height: 65px;
    color:#3d4f59;
}
.fixed .navigation>ul>li>a:hover {
    height: 65px;
    color:#00b7ce;
}

header.site-header.dark.header_logo-left.main-row.fixed {
    box-shadow: 0 6px 8px rgba(0,0,0,.1);
}

header.site-header.dark.header_logo-left.main-row.fixed img {
    max-height: 50px !important;
}
li#menu-item-1940 a.active:hover {
    color: #00b7ce;
}

.navigation>ul>li.current-menu-item>a, .navigation>ul>li.current-menu-ancestor>a, .navigation>ul>li.current_page_item>a, .navigation>ul>li.current_page_parent>a, .navigation>ul>li.current-menu-ancestor>a {
    color: #00b7ce !important;
}

.site-header.light.fixed, .site-header.header_minified.fixed, .navigation-opened .site-header.light {
    background: #fff;
    box-shadow: 0 6px 8px rgba(0,0,0,.1);
}
header.site-header.light.header_logo-left.main-row.fixed img {

    max-height: 50px !important;
}
#menu-item-1942 a, #menu-item-2086 a {
    pointer-events: all;
    cursor: pointer;
}
h2, .h2 {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 42px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.header-space-no .site-header, .header-space-no .site-header.light, .header-space-no .site-header.dark {
    height: 66px !important;
}

#banner > div > div > div > div > div > div {
    height: 445px !important;
}

/* Timeline */
/*
.slick-track {
    width: 100% !important;
    height: 200px !important;
}
.cool_timeline_horizontal ul.ctl_road_map_wrp:before {
    display:none;
}
.ctl_road_map_wrp li.even .ctl-story-year:before {
    display: none;
}
.ctl_road_map_wrp li.even .ctl-story-year:after {
display: none;
}
.ctl_road_map_wrp li.odd .ctl-story-year:before {
    display: none;
}
.ctl_road_map_wrp li.odd .ctl-story-year:after {
display: none;
}
/*
.ctl_road_map_wrp .ctl-story-year {
    display: none;
}
*/
/*
.ctl-story-year .rm_year {
    transition: all .2s ease-in-out;
    margin-top: 0px !important;
}
li.odd .ctl-story-year .rm_year {
    margin-top: 0px !important;
}
.ctl_road_map_wrp li.odd .ctl-story-title p {
    padding-top: 40px !important;
}
.ctl_road_map_wrp .ctl-story-year {
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 0px !important;
    font-size: 25px;
    position: relative;
}
.story-content {
    width: 200px !important;
    visibility:visible;
}


*/
/*
.vc_column-inner.vc_custom_1585131087414 {
    padding-top: 20px;
}

li.year-1982.even.past-year.slick-slide.slick-current.slick-active {
    width: 240px !important;
}


}
*/
.ctl_road_map_wrp .ctl-story-title p{
    display: none;
}
.story-posted-date {
    display: none !important;
}
.ctl_hide {
    display: inline-block !important;
}
.ctl-popup-content .story-posted-date {
    display: none;
}
.cool-timeline .timeline-post .timeline-content h2.content-title, .ctl-popup-content h2 {
    display: none;
}
li.odd .ctl-story-year .rm_year {
    margin-top: 60px;
}
.slick-track li {
    width: 300px !important;
}


/* home caixas */

.vc_custom_1585157372015 {
    min-height: 200px !important;
    margin-bottom: 0px !important;
}
.vc_custom_1585157366541 {
    min-height: 200px !important;
    margin-bottom: 0px !important;
}
.vc_custom_1585157361944 {
    margin-bottom: 0px !important;
    min-height: 200px !important;
}
.vc_custom_1585157355814 {
    min-height: 200px !important;
    margin-bottom: 0px !important;
}
.vc_custom_1585157350087 {
    min-height: 200px !important;
    margin-bottom: 0px !important;
}

/*  */

.vc_row.wpb_row.vc_row-fluid.vc_custom_1585082120510.vc_row-has-fill {
    margin-top: -91px !important;
}

header.site-header.dark.header_logo-left.main-row .container {
    width: 2300px !important;
    margin-left: 10em !important;
}

header.site-header.light.header_logo-left.main-row .container {
    width: 2300px !important;
    margin-left: 5em !important;
}

.vc_row.wpb_row.vc_row-fluid div#ContactosMoradas {
    width: 25% !important;
}

@media screen and (max-width: 767px){
.wpb_text_column.wpb_content_element.vc_custom_1584976093908 {
    margin-left: 6% !important;
    margin-right: 6%!important;
}
.vc_column-inner.vc_custom_1584735496068 {
    padding-top: 0px !important;
}
.vc_column-inner.vc_custom_1585081976894 {
    padding-top: 128px !important;
}
form.fc-form.fc-form-3.align-.spin-.save-form-.dont-submit-hidden-.disable-enter-.label-placeholder.remove-asterisk-false.icons-hide-true.field-alignment-right.frame-visible.field-border-hidden.align-center {
    height: 600px !important;
}
.vc_column-inner.vc_custom_1585147316415 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.vc_column-inner.vc_custom_1585168141707 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
		div#custom_html-5 {
    margin-left: 3em !important;
}
	div#custom_html-7 {
    margin-left: 7.5em !important;
}
	div#custom_html-4 ul {
    margin-left: 0.2em !important;
}
header.site-header.dark.header_logo-left.main-row .container{
    width: 100% !important;
    margin-left:0px !important;
}
header.site-header.light.header_logo-left.main-row .container{
    width: 100% !important;
    margin-left:0px !important;
}
img.light.l-b {
    padding-left: 2em !important;
}
div#animacao {
    padding-left: 2em !important;
}
.vc_column-inner.vc_custom_1557851537246 {
    margin-top: 10px !important;
    width: 90%;
    margin-left: 1.4em !important;
}
div#HomeService {
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 2em;
}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.vc_custom_1598738322108.wpb_start_animation.animated {
    padding-top: 0% !important;
    padding-right: 0% !important;
    padding-bottom: 0% !important;
    padding-left: 0% !important;
    border-radius: 5px !important;
}
.vc_column-inner.vc_custom_1584994605981 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pt-special-heading.pt-special-heading-5e79de8d6e2c4.tal.vc_custom_1585045366513 {
    padding: 0px !important;
}
.vc_column-inner.vc_custom_1584994605981 {
    padding: 0px !important;
}
.vc_column-inner.vc_custom_1584994612175 {
    padding: 0px !important;
}
div#HomeVantagens {
    margin-bottom: 3em !important;
}
.textwidget.custom-html-widget ul {
    display: inline-block !important;
    margin: 0em 0em 0em -7.4em !important;
}

.textwidget.custom-html-widget ul li {
    margin-bottom: 1em !important;
}
#counter {
    margin-left: 0%;
}
div#form p {
    line-height: 2em !important;
}
.uniq-5f7baa6120d23.formcraft-css.form-live.align-center {
    width: 90% !important;
    margin: 0 auto;
}
.form-element.form-element-field13.default-false.form-element-type-heading.is-required-false.even.form-element-3.options-false.index-false.-handle {
    display: none;
}
.form-element.form-element-field5.options-false.index-false.default-false.form-element-type-oneLineText.is-required-false.even.form-element-7.-handle {
    margin-top: -9.5em;
}
.form-element.form-element-field14.default-false.form-element-type-heading.is-required-false.options-false.index-false.odd.form-element-6.-handle {
    /*margin-top: 7em !important;*/
}
.form-element.form-element-field7.options-false.index-false.default-false.form-element-type-oneLineText.is-required-false.odd.form-element-8.-handle {
    display: none;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1557238417511.vc_column-gap-35.vc_row-o-content-middle.vc_row-flex img {
    margin-bottom: 2em !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1598740852696 {
    width: 90% !important;
    margin: 0 auto;
}
.vc_custom_1598741317538 {
    padding-right: 0% !important;
    padding-left: 0% !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1598739941730 {
    width: 90% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 2em !important;
}
.vc_column-inner.vc_custom_1599046180712 .vc_empty_space {
    height: 250px !important;
}
.vc_column-inner.vc_custom_1599046180712 {
    margin: 0 auto !important;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1601941246316.vc_row-has-fill.vc_column-gap-10.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex .wpb_text_column.wpb_content_element {
    width: 90% !important;
    margin: 0px !important;
}
.vc_column-inner.vc_custom_1584730724332 {
    padding: 0px !important;
    width: 80% !important;
    margin: 0 auto !important;
}
.vc_column-inner.vc_custom_1584730737376 {
    padding: 0px !important;
    width: 80% !important;
    margin: 0 auto !important;
}
.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.wpb_column.vc_column_container.vc_col-sm-6.wpb_start_animation.animated {
    width: 85% !important;
    margin: 0 auto !important;
}
.wpb_single_image.wpb_content_element.vc_align_left.vc_custom_1584979935689 {
    margin: 0px !important;
}
.vc_column-inner.vc_custom_1584975238294 p {
    width: 70% !important;
    margin: 0 auto !important;
    line-height: 2.6em !important;
}
.vc_column-inner.vc_custom_1585155612165 {
    padding: 0px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1585156423171.vc_row-o-equal-height.vc_row-flex {
    margin: 0 auto !important;
}
.vc_grid-container.vc_clearfix.wpb_content_element.vc_media_grid.PServicesIcons .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    margin: 0 auto !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1585156416750.vc_column-gap-20.vc_row-o-equal-height.vc_row-flex {
    margin: 0 auto !important;
}
.vc_column-inner.vc_custom_1585147316415 {
    padding-right: 1em !important;
    padding-left: 1em !important;
}
.vc_column-inner.vc_custom_1585168141707{
    padding-right: 1em !important;
    padding-left: 1em !important;
}
.vc_column-inner.vc_custom_1585167785229 {
    padding: 0px !important;
}
.vc_column-inner.vc_custom_1585168009663 {
    padding: 0px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1585156399755.vc_column-gap-20.vc_row-o-equal-height.vc_row-flex {
    margin: 0 auto !important;
    padding-right: 2em !important;
    width: 90% !important;
}
.vc_row.wpb_row.vc_row-fluid  div#ContactosMoradas {
    margin-left: 3em !important;
    width:100% !important;
}
.vc_row.wpb_row.vc_row-fluid.Contactosdiv {
    width: 90% !important;
    margin-left: 2em !important;
}
header.site-header.light.header_logo-left.main-row .logo {
    padding-left: 1em !important;
}
footer.site-footer.dark.main-row .col-xs-12.col-md-10 {
    margin-top: -2em !important;
}
}

.brand-logo-item {
    width: 60%;
}

.brand-logo-items.brand-logo-items-5f4ee56f74f02.owl-carousel.owl-loaded.owl-drag{
	width: 90% !important;
    margin: 0 auto !important;
}

.fr {
    width: 80% !important;
    float: right !important;
}
li#menu-item-2086 {
    width: 130px !important;
}

li#menu-item-4233 {
    width: 180px;
}
/*
li#menu-item-3976 {
    margin-right: 1em !important;
}
li#menu-item-2259 {
    margin-right: 1em !important;
}

li#menu-item-4342 {
    width: 169px !important;

}
li#menu-item-4343 {
    width: 198px !important;

}
li#menu-item-3825 {
    margin-left: -20px;
}*/
/*
li#menu-item-3826 {
    margin-left: -22px !important;
}*/
/*
li#menu-item-3827 {
    margin-left: -25px !important;
}*/

li#menu-item-4557 a:first-child {
    display: none !important;
}

.navigation>ul>li>a span {
    padding: 0 10px !important;
}

@media screen and (max-width: 991px){
.butter-button {
    float: right !important;
    display: block !important;
    visibility: visible !important;
    right: 20px !important;
    top: 0px !important;
    position: absolute !important;
}		
}

/* correção Quem Somos  - Historia*/

.colunaHistoria {
	padding: 0px 30px;
}

.colunaHistoria p {
    text-align: left;
}

@media screen and (max-width: 991px) {
	.colunaHistoria {
	padding: 0px 10px;
}
	
	.colunaHistoria p,
	.colunaHistoria h2  {
    text-align: center !important;
}
	
}


/* certificados*/

.alturaBox {
	min-height: 150px;
}

.sizeImageCertificate {
	max-width: 250px;
	margin:0 auto;
}

.green-bt .buttoncsstrigger .button-style1 {
  background-color: #8dc63f !important;
}

/*BT LIVRO*/
.bt-livro-elogios {
    position: relative;
    display: inline-block;
    overflow: hidden;
    position: fixed;
    bottom: 3vh;
    z-index: 2;
    left: 5.4vh;
    width: 100px;
    transition: transform 0.5s ease-in-out;
    /* Transição suave aumentada para 0.6s */
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-livro-elogios:hover {
    transform: scale(1.25);
    /* Aumenta o tamanho em 25% no hover */
}

.bt-livro-elogios .imagem-principal {
    width: 100%;
}

.bt-livro-elogios .imagem-principal,
.bt-livro-elogios .imagem-hover {
    display: block;
    height: auto;
    transition: opacity 0.5s ease, transform 0.5s ease, width 0.5s ease;
    /* Transição suave de width e opacity */
    padding: 5px;
}

.bt-livro-elogios .imagem-hover {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: rotate(0deg);
    width: 50%;
    opacity: 0;
    /* Inicia com opacidade 0 */
}

.bt-livro-elogios:hover .imagem-hover {
    width: 90%;
    /* Aumenta o width para 100% */
    opacity: 1;
    /* Aumenta a opacidade para fazer o fade-in */
    animation: rotate 5s infinite linear;
    /* Mantém a rotação da imagem hover */
}

.bt-livro-elogios:hover .imagem-principal {
    opacity: 1;
    /* Mantém a imagem principal visível no hover */
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* .wpb_text_column ul li::before {
    background: transparent !important;
} */

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li div {
    padding: 0 50px !important;
}


#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: 47px !important;
}

#tiledeskdiv {
  right: 20px !important;
  bottom: 3vh !important;
}

@media screen and (max-width: 991px) {
	.bt-livro-elogios {
		width: 90px;
	}
}

/* Correções de erros do menu*/

.page-id-2969 #all > header > div > .logo {
    padding-top: 0px;
}

.conteudoJustificado p {
    text-align: justify !important;
}