
/**********************/
/*-----> HEADER <-----*/
/**********************/
.site-header {
    /*box-shadow: 1px 0 9.9px 0.1px rgba(0, 0, 0, 0.3);*/
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: transparent;
}

header .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .main-navigation .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

header .main-navigation ul ul {
    padding: 10px;
}

header .main-navigation ul ul {
    left: 0;
    padding: 18px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
      -o-transform: translateY(10px);
         transform: translateY(10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

header .main-navigation ul li:hover > ul, 
header .main-navigation ul li.focus > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
      -o-transform: translateY(0);
         transform: translateY(0);
}

header .main-navigation ul li:hover > ul {
    background-color: #fff;
}

header .main-navigation .menu > .current-menu-item {
    font-weight: 600;
}

header .menu-item-has-children > span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);    
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin: 0 0 0 5px;
    font-size: 0;
}

header .main-navigation .menu-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

header .main-navigation .menu > .menu-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

header .menu-item.current-menu-item > a, 
header .menu-item > a:hover, 
header .current-page-ancestor.current-page-ancestor > a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

header .menu-item-has-children:hover > span,
header .menu-item.current-menu-item > span{
    border-color: #478288;
}


header .menu-item-has-children.current-page-ancestor > span {
    border-top: 1px solid #478288;
    border-right: 1px solid #478288;
}

header .menu-item > a {
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
}

header .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
}

header .main-navigation .menu > .menu-item.cta-menu a {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-flat-yellow a, .btn-flat-yellow span {
    background-color: #f6b417;
    border-radius: 6px;
    position: relative;
}

.btn-flat-yellow a:hover, .btn-flat-yellow span:hover{
    background-color: rgba(246, 180, 23, 0.85);
}
header .main-navigation .menu > .menu-item.btn-arrow a:after,
a.btn-arrow:after, .btn-arrow>span:after {
    background: url(/wp-content/uploads/2020/07/angle-double-right-white.svg) no-repeat center;
    width: 11px;
    height: 8px;
    margin-bottom: 2px;
}

.btn-arrow-grey a:after {
    background: url(/wp-content/uploads/2020/07/angle-double-right-grey.svg) no-repeat center;
    width: 10px;
    height: 7px;
    margin-bottom: 1px;

}

.btn-arrow-red p:after {
    background: url(/wp-content/uploads/2020/07/angle-double-right-red.svg) no-repeat center;
    width: 10px;
    height: 7px;
    margin-bottom: -2px;

}
header .main-navigation .menu > .menu-item.btn-arrow a:after,
a.btn-arrow:after, .btn-arrow>span:after,
.btn-arrow-grey a:after,
.btn-arrow-red p:after{
    content: '';
    display: inline-block;
    background-size: cover;
    margin-left: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}


header .main-navigation .menu > .menu-item.btn-arrow a:hover::after,
a.btn-arrow:hover::after, .btn-arrow>span:hover::after,
.btn-arrow-grey a:hover::after,
.btn-arrow-red p:hover::after {
    transform: translateX(4px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

header .main-navigation .menu > .menu-item.cta-menu a:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: inline-block;
    width: calc(100% - 26px);
    background-color: #5dff8b;
}



header .main-navigation .menu > .menu-item > a{
    margin-bottom: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

header .main-navigation .menu > .menu-item.current-menu-item > a,
header .main-navigation .menu > .menu-item:not(.btn-flat-yellow):hover > a{
    border-bottom-color: #fff;
}

header.bg-menu .main-navigation .menu > .menu-item.current-menu-item > a,
header.bg-menu .main-navigation .menu > .menu-item:not(.btn-flat-yellow):hover > a{
    border-bottom-color: #818181;
}
 
header .header-wrapper .site-branding {
    line-height: 0;
}
.site-branding img {
    object-fit: contain;
}

/**********************/
/*-----> END HEADER <-----*/
/**********************/




/**********************/
/*-----> FOOTER <-----*/
/**********************/
.site-info span, .site-info span a {
    color: #fff;
}

.c-footer .wpb_content_element {
    margin: 0;
}

.c-footer {
    padding: 52px 0;
}

.site-footer {
    color: #fff;
    background-image: url(/wp-content/uploads/2020/07/Footer.png);
    padding-top: 50px;
    min-height: 500px;
}

.site-custom-footer {
    padding: 80px 0 50px;
}

.site-info span {
    font-size: 14px;
}

.site-info {
    text-align: center;
}

.site-footer h4 {
    font-weight: 400;
}

.site-footer .vc_col-sm-6 {
    max-width: 600px;
    margin: auto;
}

.text-copyright:before {
    content: '';
    display: block;
    height: 1px;
    width: 70%;
    background-color: #fcfcfc;
    margin: auto;
    opacity: 0.3;
    max-width: 380px;
}

.text-copyright p {
    padding: 30px 10px;
    font-size: 12px;
}

.text-copyright.wpb_content_element {
    margin-bottom: 0;
} 

.site-footer .content-footer p {
    line-height: 1.5;
}
/**********************/
/*-----> END FOOTER <-----*/
/**********************/


/*banner*/

.entry-banner p, .entry-banner h1, 
.entry-banner h2, .entry-banner h3, 
.entry-banner h4 {
    color: #fff;
}

.site-content .entry-banner h4 {
    line-height: 1.6;
    color: #fff;
    text-transform: none;
}

.entry-banner h1 {
    margin-bottom: 15px;
}

.cta-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 35px;
}

a.btn-outline-white {
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
}

a.btn-outline-white:hover {
    border: 2px solid #f6b417;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    background-color: #f6b417;
}
/*end banner*/


/**********************/
/*-----> GENERAL <-----*/
/**********************/

body > .site {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

body > .site > .site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.container {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
}

.site-header:before, 
.site-header:after,
.site-footer:before, 
.site-footer:after {
    display: none;
}

/*.entry-content > .vc_row:first-child {
    margin-top: 25px;
}*/

body > .site > .site-content {
    /*margin-top: 87px;*/
}

html.prevent-scroll {
    overflow: hidden;
}

.row-info-service .vc_col-sm-3 .vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.row-info-service .wpb_single_image {
    width: 89px;
}

.row-info-service .wpb_text_column {
    width: calc( 100% - 90px);
}

.row-info-service strong {
    color: #8a0a0a;
}

.site-content h2 {
    color: #636363;
    text-transform: uppercase;
}

.site-content h4 {
    color: #8a0a0a;
    text-transform: uppercase;
    font-weight: 400;
}

.site-content p {
    line-height: 1.5;
    color: #636363;
}

.site-content p ~ p {
    margin-top: 25px;
}

.image-gallery-wrapper {
    background: #fff;
    max-width: 176px;
    height: 91px;
    border: solid 1px #f6f6f6;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.image-gallery-item.slick-slide {
    margin-right: 5px;
}

.image-gallery-item.slick-slide img {
    max-width: 100%;
}
.image-gallery-grid ul.slick-dots li.slick-active button, 
.image-gallery-grid ul.slick-dots li:hover button,
body .rplgsw-pagination-bullet-active {
    background: #921111;
}

.image-gallery-grid ul.slick-dots li {
    margin: 0 7px;
}

.image-gallery-grid ul.slick-dots {
    display: flex!important;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.image-gallery-grid ul.slick-dots li button {
    -webkit-appearance: none;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    background: #e9e9e9;
    border: none;
}

.section-our-client:before {
    content: '';
    background: #ffff;
    width: calc(52% + 25px);
    height: 150px;
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
    transform: skew(-15deg);
    z-index: 1;
}

.section-our-client:after {
    content: '';
    background: #ffff;
    width: calc(54% + 18px);
    height: 150px;
    display: block;
    position: absolute;
    right: -25px;
    bottom: 0;
    transform: skew(-15deg);
    z-index: 1;
}

.section-our-client .vc_row.wpb_row.vc_row-fluid {
    z-index: 2;
    position: relative;
}

.section-our-client.vc_section.vc_section-has-fill {
    padding: 50px;
}

.image-gallery-grid ul.slick-dots {
    margin: 35px 0 45px;
}

.site-header.bg-menu .header-wrapper:not(.menu-mobile-open) img {
    display: none;
}

.site-header.bg-menu .header-wrapper:not(.menu-mobile-open) a.custom-logo-link:after {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2020/07/Eurofluxo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-header.bg-menu {
    background: #ffff;
    box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.08);
}

header.site-header.bg-menu .main-navigation:not(.toggled) .menu-item:not(.btn-arrow) > a {
    color: #818181;
}

.wpcf7-form .form-contact input:not([type=submit]):not([type=checkbox]), 
.wpcf7-form .form-contact textarea {
    background: url(/wp-content/uploads/2020/07/check-grey.svg) 96%/17px no-repeat;
}
.wpcf7-form .form-contact input.valid:not([type=submit]):not([type=checkbox]), 
.wpcf7-form .form-contact textarea.valid {
    background: url(/wp-content/uploads/2020/07/check-green.svg) 96%/17px no-repeat;
    background-color: #fff;
}

.wpcf7-form .form-contact input.error:not([type=submit]):not([type=checkbox]), 
.wpcf7-form .form-contact textarea.error {
    background: url(/wp-content/uploads/2020/07/error.svg) 96%/13px no-repeat;
}

.wpcf7-form .form-contact .service .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 10px;
}

.wpcf7-form label.error {
    display: none!important;
}

.wpcf7-form .form-contact select, 
.wpcf7-form .form-contact input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 57px;
    font-size: 16px;
    width: 100%;
    padding: 5px 15px;
    border: none;
    border-radius: 6px;
    background-color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}

.wpcf7-form .form-contact textarea {
    width: 100%;
    border: none;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 6px;
    background-color: #fff;
}

.wpcf7-form .form-contact input[type=checkbox] {
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 6px;
}

.wpcf7-form .btn-flat-yellow>span {
    display: inline-block;
    margin-top: 5px;
    line-height: 2;
    cursor: pointer;
    width: 155px;
}

.wpcf7-form .form-contact input[type=checkbox]:checked {
    background-image: url(/wp-content/uploads/2020/07/check-green.svg);
    background-size: contain;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

.wpcf7-form .form-contact .service .wpcf7-list-item,
.wpcf7-form .form-contact .service .wpcf7-checkbox {
    display: flex;
    flex-flow: row wrap;
}
.wpcf7-form .form-contact .service .wpcf7-checkbox {
    justify-content: space-between;
}
.wpcf7-form .form-contact .service .wpcf7-list-item {
    align-items: center;
    color: #adadad;
}

.wpcf7-form .wpcf7-submit {
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    border: none;
    background: none;
}

.wpcf7-form br {
    display: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 15px;
    right: -30px;
    background-color: transparent;
}
/**********************/
/*-----> END GENERAL <-----*/
/**********************/

.single-module .vc_col-sm-3 {
    background-image: linear-gradient(to top, #800000, #951414);
    display: flex;
    align-items: center;
    z-index: 2;
}
.diagram-image {
    display: none;
}

.single-module .vc_col-sm-3:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: #8a0a0a;
    transform: rotate(45deg);
    z-index: 1;
}

.btn-yellow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.btn-yellow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding-left: 0;
}
.btn-yellow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #f6b417;
}
.btn-yellow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.info-contact .wpb_text_column .wpb_wrapper p a:hover {
    color: #8a0a0a;
}
.info-contact .wpb_text_column:not(:first-child) .wpb_wrapper p:before,
.info-contact-address .wpb_wrapper:before {
    content: '';
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 25px;
}

.info-contact-address .wpb_wrapper {
    display: flex;
}
.info-contact .wpb_text_column .wpb_wrapper p {
    display: flex;
    align-items: center;
}

.info-contact-tel .wpb_wrapper p:before {
    background: url(/wp-content/uploads/2020/07/oval_phone.png) center/contain no-repeat;
}

.info-contact-fax .wpb_wrapper p:before {
    background: url(/wp-content/uploads/2020/07/oval_fax.png) center/contain no-repeat;
}

.info-contact-email .wpb_wrapper p:before {
    background: url(/wp-content/uploads/2020/07/oval_email.png) center/contain no-repeat;
}

.info-contact-address .wpb_wrapper:before {
    background: url(/wp-content/uploads/2020/07/oval_location.png) center/contain no-repeat;
}

.info-contact-linkedin .wpb_wrapper p:before {
    background: url(/wp-content/uploads/2020/07/oval_social.png) center/contain no-repeat;
}

.info-contact-address ul {
    display: flex;
    flex-flow: row wrap;
    color: #636363;
    width: calc(100% - 70px);
}

.info-contact-address ul li:first-child {
    margin-right: 60px;
    margin-bottom: 20px
}

.info-contact-address ul li {
    margin-top: 7px;
}

.wpb_content_element.info-contact-address {
    margin-bottom: 20px;
}

.view-interface p {
    color: #f6b417;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
}

.view-interface p img {
    margin-left: 10px;
}

.view-interface {
    position: absolute;
    cursor: pointer;
}

.diagram-image {
    background: #fff;
    position: absolute;
    top: -127px;
    right: 37px;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.08);
    z-index: 5;
}

.diagram-image:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 1;
    bottom: -4px;
    right: 8px;
}

.view-diagram .diagram-image {
    display: block;
}

#contact {
    scroll-margin-top: 110px;
}

.info-contact-address img {
    width: 17px;
    height: 16px;
    object-fit: contain;
    object-position: bottom;
    margin-right: 7px;
}

.section-module h5{
    color: #636363;
}

.section-module h5:not(:first-of-type){
    margin-top: 25px;
}

.section-module .wpb_text_column h5 ~ p {
    margin-top: 0;
}

.vc_row.single-module {
    margin-left: 0;
    margin-right: 0;
}

.module-footer .wpb_single_image .vc_figure {
    max-width: 110px;
}

.scroll-arrow-down img {
    position: absolute;
    left: calc(100% / 2);
    object-fit: cover;
}

.site-banner {
    position: relative;
}

.site-banner .container {
    display: flex;
    flex-flow: row wrap;
}

.wpcf7-form .btn-flat-yellow span {
    cursor: pointer;
}

/*.wpcf7-form .btn-flat-yellow span .wpcf7-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
*/
.btn-arrow>span:after {
    left: 90px;
    position: relative;
}

.image-banner img {
    object-fit: contain;
    width: 100%;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

body .grw-slider .rplg-slider-prev, 
body .grw-slider .rplg-slider-next {
    display: none;
}

body .rplgsw-pagination-bullet {
    width: 10px;
    height: 10px;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}