@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');




/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Reset and Global Styles    */
/*****************************************/ 

html, body {padding:0; margin:0; height: 100%; font-size: 16px; outline:0; background:transparent; border: 0;}  
html {  margin-bottom: 1px; overflow-y: scroll; font-family: 'Montserrat', sans-serif; } 
@media(min-width:60em){html{font-size: 16px}} 

.container-fluid {padding: 0px!important;}

iframe { height: 100%; }

.wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 100%;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    border: none;
}

.icon-header {

  font-size: 16px !important;
    height: 20px !important;
    padding: 6px !important;
    
    width: 20px !important;
  
}

@media only screen and (max-width: 620px) {
    .page-center { padding-left:15px!important; padding-right:15px!important; }
}


.page-center { margin: 0 auto!important;  float: none!important; padding:0px; max-width: 1200px; }
h1,h2,h3,h4,h5,h6 {margin:0; font-family: 'Montserrat', sans-serif;}
p {font-family: 'Montserrat', sans-serif; margin:0; font-weight: 300;}


/* Login */
.acesso-password input:not([type="checkbox" i]) {
display: block;
height: 40px!important;
width: 360px;
border: 1px solid #CBD6E2;
border-radius: 3px;
background-color: #F5F8FA;
font-size: 16px;
margin: 40px auto 0 auto;
padding-left: 8px;

}


.acesso-password input[type="submit"] {
height: 40px;
width: 154px;
border-radius: 3px;
background-color: #425B76;
color: #FFFFFF;
font-size: 14px;
font-weight: 600;
margin: 40px auto 0 auto;
}


/*****************************************/
/* 1- Headers    */
/*****************************************/
.global-header { margin-top:0!important; margin-bottom:0!important;}
.global-logo { padding: 10px 0px 0px 0px!important; margin:0;}
.global-logo img { max-width: 100%; height: auto;}
.header-social-lg {margin:0; text-align:right; padding: 25px 0px 0px 0px; max-width:fit-content;}
.header-social-lg p { text-transform: uppercase; font-size: 80%;}
.social-header  { margin: 0px 4px 0px 4px; float: left; }
.language-header a { padding: 0px 0px 0px 8px; float: left; font-size: 80%; text-transform: uppercase; display: inline-block; color: #333333; font-weight: 500; text-decoration: none; line-height: 27px;}
.social-header .fa { display: table-cell!important; text-decoration: none;}
.social-header a {text-decoration: none!important;}

.custom-icon-small,
.custom-icon{
    background: #034ea2;
    border-radius: 20%;
    border:1px solid transparent;
    color: #fff;
    display: table-cell;
    font-size: 16px!important;
    height: 16px;
    padding: 6px;
    text-align: center;
    transition: .5s;
    vertical-align: middle;
    width: 16px;
    text-decoration: none;
}

.custom-icon-small:hover,
.custom-icon:hover {
  color: #034ea2;
  background: #FFF;
  border:1px solid #034ea2;
}

@media (max-width: 767px){
    .header-social-lg {position: absolute; top: 56px;}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
 
    font-size: 60% !important;}
  
  
}

@media (max-width: 1024px){
  
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
 
    font-size: 60% !important;}
  
  
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { margin-bottom: 0px!important; padding-bottom:0px!important; }
.hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a, .hs-menu-wrapper.hs-menu-flow-horizontal .active-item > a {font-weight:600; color:#000000;}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    max-width: 100%;
    padding: 30px 6px 30px 6px !important;
    margin: 0px 0px 0px 0px!important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px!important;
    font-weight: 700!important;
    color:#000000;
    text-transform: uppercase;
  font-family: 'Montserrat', sans-serif!important;
}
.blueH .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    max-width: 100%;
    padding: 30px 6px 30px 6px;
    margin: 0px 0px 0px 0px!important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 80%!importamt;
    font-weight: 700!important;
    color:#000000;
    text-transform: uppercase;
}


.hs-menu-wrapper a:hover {
    color: #ffffff!important;
    background-color:#E22319;}
    
.blueH .hs-menu-wrapper a:hover {
    color: #ffffff!important;
    background-color:#3EBDF0;}

/*****************************************/
/* 2- Homepages    */
/*****************************************/

/* Splash Homepage new  */

.splash-side-1, .splash-side-2 {
  
    width: 50% !important ;
    margin: 0 !important; 
    min-height:100vh  !important;
   background-size:cover;
  background-repeat:no-repeat;
}

.splash-side-1{
  
  background-image:url("https://www.gruporhmais.pt/hubfs/Website/fundos/fundo-candidatos.jpg"); 
  padding-top: 100px; 
  padding-bottom: 100px; 
  background-position: center center;
  position:relative;





}

.splash-side-2{
  background-image:url("//www.gruporhmais.pt/hubfs/Website/fundos/fundo-empresas.jpg");
  padding-top: 100px; 
  padding-bottom: 100px; 
  background-position: center center;
  


}



.splash-side-1::after  {
    content: "";
    position: absolute;
    top: 0;
    width: 50% !important;
    margin: 0 !important;
    margin: 0 !important;
    min-height: 100%;
    background-image: linear-gradient(120deg,#29abe0,#1d95c9);
  opacity: .7;

}

.splash-side-2::after{
    content: "";
    position: absolute;
    top: 0;
    width: 50% ;
    margin: 0 !important;
    margin: 0 !important;
    min-height:100%;
    background-image: linear-gradient(120deg,#df1f24,#be1b1f);
  opacity: .7;

}

.light-blue-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50% !important;
    margin: 0 !important;
    margin: 0 !important;
    min-height: 100%;
    background-image: linear-gradient(120deg,#29abe0,#1d95c9);
  opacity: .8;

}

.dark-blue-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50% !important;
    margin: 0 !important;
    margin: 0 !important;
    min-height: 100%;
    background-image: linear-gradient(120deg,#0c267c,#0c267c);
  opacity: .8;

}

.red-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50% ;
    margin: 0 !important;
    margin: 0 !important;
    min-height:100%;
    background-image: linear-gradient(120deg,#df1f24,#be1b1f);
  opacity: .8;

}

.splash-side-1:hover::after, .splash-side-2:hover::after{

  opacity: .9;
  

}

.sides-wrap h1 {position:relative; top:20vh; font-size:48px;}
.sides-wrap a {padding:10px 30px; border:2px solid #fff; text-decoration:none; color:#fff; font-size:28px; width:400px; border-radius:50px; transition: all .4s ease; }

.sides-wrap p span a {
  padding:3px 5px; 
  border:1px solid #fff; 
  text-decoration:none; 
  color:#fff; 
  font-size:12px; 
  border-radius:50px; 
  transition: all .4s ease;
  font-weight: 600;
  line-height: 2.5;
  
}


.mvp p span a {
    padding: 3px 6px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    transition: all .4s ease;
    font-weight: 600;
    line-height: 13px;
    min-width: 100px;
    width: auto;
    display: inline-block;
}

.miniBlogspan { min-width: auto;}

@media only screen and (max-width: 760px) {
  
  .mvp p span a {
    min-width: 120px;
    width: auto;
    display: inline-block;
    margin-bottom: 8px;
}
  
}



.candidatos-btn{position:relative; z-index:10;top: 30vh;}
.empresas-btn{position:relative; z-index:10;top: 30vh;}

.candidatos-btn a:hover, .box-sides.empresa a:hover {background:#fff; color:#1d95c9}
.empresas-btn a:hover, .box-sides.candidato a:hover{background:#fff; color:#be1b1f}

.dark-blue-overlay.candidato a:hover{background:#fff; color:#0c267c !important}



.sides-wrap {position:relative}

.logo-sides-wrap{
  
  position: absolute;
  top: -70px;
  right: 0px;
  z-index:3
}



.language a {text-decoration:none}

.language.v2 {
    position: absolute;
    right: 50PX;
    top: 20px;
    max-width: max-content;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px;
    background-color:#ffffff3d;
}

.language.v2:hover {
    
    background-color:transparent;
}

.space-br {display:none}
.space-br-2 {display:none}

i::before {    vertical-align: middle;}


@media only screen and (min-width: 1450px) {

  .box-sides{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
        line-height: 1.7;

  }
  
  .box-sides-text {top:-30px}
  
  .logo-sides-wrap img {width:170px !important}
  
   
}

@media only screen and (max-width: 768px) {
  
 .space-br {display:block} 
  .hide-mobile{display:none}

}

@media only screen and (max-width: 767px) { 
  
  
  
  .splash-side-2{top:0}
  .box-sides-text h2, .box-sides-text h2 span  {font-size:1rem !important}

  .candidatos-btn{position:relative; z-index:10;top: 20vh;}
  .empresas-btn{position:relative; z-index:10;top: -20px}
  .sides-wrap h1  {font-size:25px !important; line-height:35px; top:22vh}
  
  .candidatos-btn a, .empresas-btn a {font-size:20px !important}
  
  
  .splash-side-2::after {
    content: "";
    position: absolute;
    top: 100vh;
    width: 100% ;
    margin: 0 !important;
    margin: 0 !important;
    min-height:50%;
    background-image: linear-gradient(120deg,#df1f24,#be1b1f);
  opacity: .8;

}
  
    .red-overlay::before, .dark-blue::before {
    content: "";
    position: absolute;
    top: 51%;
    width: 100% ;
    margin: 0 !important;
    margin: 0 !important;
    min-height:49%;
    background-image: linear-gradient(120deg,#df1f24,#be1b1f);
  opacity: .8;

}
  
      .light-blue-overlay::before {
    content: "";
    position: absolute;
    width: 100% !important ;
        top:0;
    margin: 0 !important;
    margin: 0 !important;
    min-height:51%;
   

}
  
  .splash-side-1, .splash-side-2 {
  
    width: 100% !important ;
    margin: 0 !important; 
    min-height:100vh  !important;
   background-size:cover;
  background-repeat:no-repeat;
}
  
     .logo-sides-wrap{
  
  position: absolute;
    top: -90px;
    right: calc(100% / 2 - 65px);

  
   }
  

  
}
  


 @media only screen and (max-width: 600px) { 
  
 
  
  .language {position: absolute;
    right: -50vw;
    top: 50px;
}
   
     .language.v2 {position: absolute;
    right: -90vw;
    top: 10px;
}
   
   .logo-sides-wrap img{
  
   width:110px !important;

  
   }
   
   .logo-sides-wrap{
  
    position: absolute;
    top: -80px;
    right: calc(100% / 2 - 55px);

  
   }
   
}



/**********************/

/* Splash Homepage   */
.header-fake { text-align: right; padding: 8px 25px 8px 0px;}
.header-fake p { text-transform: uppercase; margin: 0; padding: 0px; }
.header-fake a, .header-fake a:visited { display: inline-block; color: #222222; font-size: 13px!important; font-weight: 600; text-decoration: none; padding: 0px 5px 0px 5px;}
.header-fake a:hover { text-decoration: underline;}

.splashHome-Wrap { float: left; margin-top: 0px; margin-bottom: 10px; width: 100%; text-align:center; background: #121212; }
.splashHome-Wrap h2 { text-align:center; font-size: 320%; padding: 25% 0% 1% 0%; font-weight: 900; color: #FFFFFF;}
.splashHome-Wrap-left {float: left; width: 50%; -webkit-box-sizing:border-box; border-right: 3px solid #FFFFFF;   -moz-box-sizing:border-box;   box-sizing:border-box;    -moz-background-clip:padding-box !important;
-webkit-background-clip:padding-box !important;   background-clip:padding-box !important;min-height: 80vh;}
.splashHome-Wrap-right {float: left; width: 50%; -webkit-box-sizing:border-box;   border-left: 3px solid #FFFFFF; -moz-box-sizing:border-box;   box-sizing:border-box; -moz-background-clip:padding-box !important; 
-webkit-background-clip:padding-box !important;   background-clip:padding-box !important; min-height: 80vh; }

.logoSplash {margin: auto; position: absolute; top: 30%; left: 0; bottom: 0; right: 0; pointer-events: none; }
.redSplash {   background: rgba(223,31,36,0.8); color: #FFFFFF; text-align: left; position: absolute; bottom:0; width: 100%; }
.splashHome-Wrap h3 { color: #FFFFFF; padding: 30px 30px 20px 30px; font-size: 130%; font-weight: 700;}
.splashHome-Wrap h3 a, .splashHome-Wrap h3 a:visited { color: #ffffff; text-decoration: none;}
.splashHome-Wrap h3 a:hover { text-decoration: none; border-bottom: 1px dotted #ffffff;}
.splashHome-Wrap p { color: #FFFFFF; font-size: 100%; line-height: 1.5em; padding: 5px 30px 30px 30px; font-weight: 400;}
.blueSplash {   background: rgba(41,171,224,0.8); color: #FFFFFF; text-align: left; position: absolute; bottom:0; width: 100%;   }

@media only screen and (max-width: 1024px) {
  
  .space-br-2 {display:block}
  
    .logoSplash img {max-width: 175px; height: auto; }
}
@media only screen and (max-width: 790px) {
    .logoSplash {top: 6%;}
    .logoSplash img {max-width: 125px; height: auto;}
    .splashHome-Wrap h2 {font-size: 200%;}
    .splashHome-Wrap h3 {font-size: 120%;}
    .splashHome-Wrap p {font-size: 90%;}
    .splashHome-Wrap-left {min-height: 600px;}
    .splashHome-Wrap-right {min-height: 600px;}
    .redSplash {   position: relative;}
    .blueSplash {   position: relative;}
    .footer-fake p { font-size: 80%; } 
  .space-br-2 {display:none}
}
@media only screen and (max-width: 620px) {
    .splashHome-Wrap-left {width: 100%!important; min-height: 400px; border-bottom: 5px solid #FFFFFF; border-right: 0px!important;}
    .splashHome-Wrap-right { width: 100%; min-height: 400px;border-left: 0px!important;}
    .logoSplash {top: 6%;}
    .splashHome-Wrap h2 {padding: 50% 0% 1% 0%;}
    .header-homepage { position: relative; top:-120px; }
  .footer-fake { margin-top:-30px !important; padding-top: 0px !important; padding-bottom: 0px !important}
}

/* Homepage  B2C/B2B   */
.hero-image-c { min-height: 520px;height: 520px; position: relative; text-align:center; margin-top: -8px;}
.hero-image-c h1 { color: #ffffff; padding: 9% 0% 1% 0%; font-size: 330%; font-weight: 900;}
.hero-image-c h2 {color: #ffffff; padding: 0% 0% 2% 0%; font-size: 150%; font-weight: 400;}
.hero-image-c p { padding: 20px 0px 20px 0px;}
.HeroredSplash { background:  rgba(223,31,36,0.8); color: #FFFFFF; position: absolute; bottom:0; width: 100%;   }
.HeroblueSplash { background:  rgba(1,167,225,0.8); color: #FFFFFF; position: absolute; bottom:0; width: 100%;   }

.hero-image-d { min-height: 420px!important;height: 420px!important; position: relative; text-align:center; margin-top: -8px;}
.hero-image-d h1 { color: #ffffff; padding-top: 8%!important; font-size: 330%; font-weight: 900;}
.hero-image-d h2 {color: #ffffff; padding: 0% 0% 2%}



.divider-blue { display: block; width: 10%; background:#09ACE3; height: 5px; left: 50%; transform: translate(-50%,0); position: relative; margin-bottom: 40px;}
.divider-red { display: block; width: 7%; background:#E22319; height: 4px; left: 50%; transform: translate(-50%,0); position: relative; margin-top: 15px;}

.testemunhos-home { padding-bottom: 25px!important; padding-top: 50px!important; background: #F8F8F8; margin-bottom: 30px!important;}
.testemunhos-home h3 {color: #000000; padding: 0px 0px 30px 0px; font-weight: 700; font-size: 160%; text-align:center;}

.bck-home {background: #F8F8F8;}


.bloco-servicos-home {background: #F3F3F3; overflow: hidden; max-height: 700px; margin-bottom:50px; position:relative; text-align:center;}
.bloco-servicos-home h3 { position:relative; color: #000000; text-align:center; font-size: 230%; font-weight: 700; margin-bottom: 2%; }
#stats {display:none;}
.servicosIndWrap { position: absolute; top: 4%; width: 100%; }
.servicosInd { float: left; width: 25%; margin-bottom: 2%;   }
.servicosInd.tres { float: left; width: 33%; margin-bottom: 2%;  }
.servicosInd h6 { color: #02196d; font-weight: 900; font-size: 100%; margin:0; padding:0px; width: 150px; height: 150px; display: inline-block; line-height: 100px; z-index: 9999; position:relative; }
.servicosInd img { vertical-align: text-top; }
.servicosInd h6:hover {background: #3CBFEB; border-radius:50%; color: #ffffff;  }
#teste {z-index: 99; position: relative; }
.divider-red-S { display: block; width: 7%; background:#E22319; height: 4px; left: 50%; transform: translate(-50%,0); position: relative; top: -50px; z-index: 999999;}




.vcandidaturas { margin-bottom: 10px!important; margin-top: 40px!important; margin-bottom: 40px!important;}
.vcandidaturas h3 {color: #000000; padding: 20px 0px 20px 0px; font-weight: 700; font-size: 180%; }
.vcandidaturas p {font-weight: 400; padding: 0px 0px 20px 0px; color: #000000; font-size: 100%; line-height: 1.4em;}
.vcandidaturas img { max-width: 100%; height: auto; display: block;}

.boxesEmpregoWrap { margin-bottom: 20px!important; text-align: center; position: relative; background: #F8F8F8; padding-top: 35px!important; padding-bottom: 35px!important; }
.boxesEmpregoWrap h2 {color: #000000; padding: 0px 0px 2px 0px; font-weight: 700; font-size: 200%;}
.box-emprego-home { background:#0F4782; border-bottom: 4px solid #E22319; padding: 20px 20px 0px 20px; margin-top: 35px;}
.box-emprego-home p { color: #FFFFFF; padding: 20px;}
.box-emprego-home h3 { color: #FFFFFF; padding: 35px 20px 8px 20px; font-weight: 700; font-size: 160%;}
.box-emprego-home h3 a, .box-emprego-home h3 a:visited {color: #ffffff; text-decoration: none;}
.box-emprego-home h3 a:hover { text-decoration: underline;}

.guia-candidato-home {text-align:center; margin-bottom: 40px!important; background-color: #f8f8f8;}
.guia-candidato-home p {font-weight: 400; padding: 35px 0px 0px 0px; color: #000000; font-size: 100%; line-height: 1.4em;}
.guia-candidato-home h3 {text-transform: uppercase; color: #000000; font-size: 160%; font-weight: 700; padding: 20px 0px 0px 0px; margin: 0px 0px 24px 0px!important; }
.guia-candidato-home h4 {color: #000000; font-size: 130%; font-weight: 700; padding: 30px 0px 6px 0px;}
.guia-candidato-home h6 { font-size: 100%; font-weight: 500; padding: 25px 0px 20px 0px; color: #000000;}
.guia-candidato-home .divider-red { display: block; width: 20%; background:#E22319; height: 4px; left: 50%; transform: translate(-50%,0); position: relative; margin-bottom: 20px;}

.linha-recurso-candidato-download { margin-top: 50px;}
.linha-recurso-candidato-download h3 { font-size: 130%!important; font-weight: 400!important; padding: 10px 0px 20px 0px!important;}
.linha-recurso-candidato-download a, .linha-recurso-candidato-download a:visited { color: #000000; text-decoration: none;}
.linha-recurso-candidato-download a:hover { text-decoration: underline;}

.alertas-ofertas-home { margin-bottom: 10px!important; background: #F8F8F8; margin-top: 50px!important;}
.alertas-ofertas-home h3 { color: #000000; padding: 5% 0% 3% 0%; font-weight: 700; font-size: 200%;}
.alertas-ofertas-home p { font-weight: 400; padding: 0px 0px 25px 0px; color: #000000; font-size: 100%; line-height: 1.4em;}
.subscricao-empregoHome { background: #0F4782; text-align:center; padding-top: 10px; padding-bottom: 10px;}
.subscricao-empregoHome h6 { color: #FFFFFF; font-size: 200%; font-weight: 400; padding: 25px 0px 25px 0px;}
.subscricao-empregoHome p { padding: 0px 0px 20px 0px;}


.maisvalias-home { margin-bottom: 20px!important; margin-top: 20px!important; text-align:center;}
.maisvalias-home h4 { color:#3CBFEB; font-size: 260%; font-weight: 900; padding: 15px 0px 5px 0px;}
.maisvalias-home h5 {color:#121212; font-size: 130%; font-weight: 400; padding: 0px 0px 10px 0px;}
.maisvalias-home p { padding: 5px 0px 5px 0px;}

.home-post-recente {min-height: 300px!important;}
.home-post-recente img  { max-width: 100%; height: auto;}
.oferta-home {text-align:center; margin-bottom: 30px!important; background: #F8F8F8; min-height: 300px!important; padding:15px;}
.oferta-home p {font-weight: 400; padding: 35px 0px 0px 0px; color: #000000; font-size: 100%; line-height: 1.4em;}
.oferta-home h4 {color: #000000; font-size: 130%; font-weight: 700; padding: 30px 0px 6px 0px;}

.newsletter-home { background: #0BABE5; min-height: 320px!important; padding: 20px 20px 20px 20px; margin-top: 30px; margin-bottom: 50px!important;}
.newsletter-home h3 { color: #FFFFFF; font-weight: 400; padding: 5px 0px 30px 0px;}
.newsletter-home .hs-form-required { display: none;}
.newsletter-home input { min-height: 40px; background: none; border: 1px solid #FFFFFF; margin-bottom: 10px; width: 100%;}
.newsletter-home input::-webkit-input-placeholder {   color: #FFFFFF;}
.newsletter-home input::-moz-placeholder {   color: #FFFFFF;}
.newsletter-home input:-ms-input-placeholder {  color: #FFFFFF;}
.newsletter-home input:-moz-placeholder {  color: #FFFFFF;}

.newsletter-home .hs-button.primary {
    margin-top: 10px!important;
    background-color: #FFFFFF!important;     
    border: none;   
    padding: 12px 25px!important;
    display: inline-block!important;
    margin-bottom: 0!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    background-image: none!important;
    white-space: nowrap!important;   
    font-size: 100%!important;    
    line-height: 1em!important;  
    text-decoration: none!important;
    color: #0BABE5!important;
    border-radius: 20px!important;
    -webkit-appearance: none!important;
    width: auto;
}
.newsletter-home .hs-button.primary:hover { color: #0BABE5; background: #F8F8F8!important; transition: all .4s ease;}
     
.newsletter-home .hs-error-msgs {color: #FFFFFF!important; font-size: 75%; text-align:left; margin: 0; padding: 0; list-style: none; }
.propostas-home { background: #F8F8F8; min-height: 320px!important; padding: 25px; margin-top: 30px; margin-bottom: 30px;}
.propostas-home h3 {font-size: 160%; color: #000000; font-weight: 700; padding: 0px 0px 30px 0px;}
.propostas-home h6 { font-size: 105%; color: #000000; font-weight: 700; padding: 0px 0px 30px 0px;}
.propostas-home p { font-weight: 400; font-size: 100%; padding: 0px 0px 25px 0px; line-height: 1.5em;}
.iconF { background:#3BBFFD; display: inline-block; margin-right: 2px; color: #FFFFFF; font-size: 100%; padding: 10px;}
.iconS { background:#3BBFFD; display: inline-block; margin-right: 30px; color: #FFFFFF; font-size: 100%; padding: 10px 20px 10px 20px;}

.bloco-noticias-home {background: #F8F8F8; padding-top: 35px!important;padding-bottom: 35px!important; margin-top: 40px!important;}
.bloco-noticias-home h3 {color: #000000; padding: 0px 0px 4px 0px; font-weight: 900; font-size: 180%; text-align:center;}
.bloco-noticias-home p { padding: 20px 0px 50px 0px; text-align:center; font-size: 110%;}
.bloco-noticias-home h4 {color: #000000; padding: 15px 0px 8px 0px; font-weight: 300; font-size: 115%; }

.blog-listing-home { min-height: 320px!important; padding: 0px!important;}

.bloco-noticias-home .blog-listing-home span { font-weight: 300; font-size: 90%;}

.blog-listing-home .hs-rss-item.hs-with-featured-image {
    overflow: hidden!important;
    display: flex;
    flex-wrap: wrap-reverse;
}

.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block!important;
    width: 100%!important;
    max-height: 50%!important;
    margin-bottom: 10px!important;
    padding: 0px!important;
}

.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { height: 210px; overflow: hidden;background: #FFFFFF; border-bottom: 4px solid #E22319; position: relative;}
.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {max-width: 100%; height:auto;  position:absolute;    top:0;    bottom:0;    margin:auto;  }

.blog-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding-right: 0;
}

.blog-listing-home .hs-rss-item {
    margin-bottom: 0;
    padding: 0px 0px 0px 0px!important;
    float: left!important;
    width: 32%;
    margin-right: 1%;
}

.blog-listing-home .hs-rss-item:last-child { margin-right: 0%!important;}

.blog-listing-home h3 {
  display: none!important;
  height: 0px!important;
  margin:0px!important;
  padding: 0px!important;
}


.blog-listing-home .hs-rss-title, .blog-listing-home .hs-rss-title {font-size: 150%!important; padding: 5px 0px 5px 0px; display: block; font-weight: 400; }

.blog-listing-home .hs-rss-title, .blog-listing-home .hs-rss-title:hover {
    color: #121212;
    text-decoration: none;
}

.blog-listing-home .hs-rss-description  {display: none;}



.blog-one-listing-home .hs-rss-item.hs-with-featured-image {
    overflow: hidden!important;
    display: flex;
    flex-wrap: wrap-reverse;
}

.blog-one-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block!important;
    width: 100%!important;
    max-height: 50%!important;
    margin-bottom: 10px!important;
    padding: 0px!important;
}

.blog-one-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {max-width: 100%; max-height: 280px; min-height: 280px; display: block; }

.blog-one-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding-right: 0;
}

.blog-one-listing-home .hs-rss-item {
    margin-bottom: 0;
    padding: 0px 0px 0px 0px!important;
    width: 99%;
}

.blog-one-listing-home .hs-rss-item:last-child { margin-right: 0%!important;}

.blog-listing-home h3 {
  display: none!important;
  height: 0px!important;
  margin:0px!important;
  padding: 0px!important;
}




.blog-one-listing-home .hs-rss-title, .blog-one-listing-home .hs-rss-title:hover {
    color: #121212;
    text-decoration: none;
}

.blog-one-listing-home .hs-rss-description  {display: none;}

.listing-blog-link-image .hs-featured-image {  float: none; margin: 0px;  max-width: 100%;}


@media only screen and (max-width: 780px) {
    .hero-image-c h1 { font-size: 215%;} 
    .social-header { display: none;}
    .language-header { display: none;}
    .custom-menu-primary.js-enabled { position: relative; padding-top: 0px!important; margin: 0px!important; }
    .btn-HomeOfertasHero { padding: 10px 15px!important; margin: 10px; font-size: 80%!important;}
    .vcandidaturas h3, .alertas-ofertas-home h3 { font-size: 140%; margin: 0 0 0 10px;}
    .vcandidaturas p, .alertas-ofertas-home p { font-size: 110%; margin: 0 10px;}
    .btn-enviarCv, .btn-alertas {  text-align: center; margin: 0 10px; width: -moz-available;}
    .boxesEmpregoWrap h2 { font-size: 136%;}
    .btn-subscreverHome { font-size: 100%!important; margin: 0 10px!important; }
    img.hs-image-widget { margin-top: 20px;}
    .subscricao-empregoHome h6 { font-size: 140%!important; }

/* Homepage mobile B2B   */    
    .servicosInd { width: 49%; background-color: #3CBFEB ; height: 80px; margin: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; text-align: center;}
    .bloco-servicos-home {background: #F3F3F3; overflow: visible; max-height: auto; margin-bottom:20px; position:relative; text-align:center; padding-bottom: 40px;}
    .divider-red-S { display: none;}
    .servicosInd h6 { line-height: 56px; }
    .servicosInd h6:hover { background-color: transparent!important;}
    #teste { display: none; }
    .bloco-servicos-home h3 { margin-top: 30px; }
    .servicosIndWrap { position: relative; top: 4%; width: 100%; padding-bottom: 40px;}
    .newsletter-home img { display: none;}
    .oferta-home img { display: none; }
    .blog-listing-home .hs-rss-item.hs-with-featured-image { width: 100%; }
    .hs-rss-item-text { padding: 0 10px;} 
}




/* Quem Somos   */
.intro-quemsomos { background: #F8F8F8; padding-top:30px; padding-bottom:30px; margin-bottom: 50px;}
.intro-quemsomos h2 { padding: 0px 0px 20px 0px; font-size: 160%;}
.intro-quemsomos p {font-weight: 300; line-height: 1.4em; padding: 0px 0px 20px 0px; font-size: 100%;}

.timeline .titulo h3 { color: #000; padding: 0 0 4px 0; font-weight: 900; font-size: 180%; text-align: center; }

/* guia candidato   */
.box-cor-fundo {background: #F8F8F8; padding-bottom: 20px;}
.box-cor-fundo h3 { padding: 20px!important;}
.box-cor-fundo p { padding: 20px!important;}
.guia-candidato-interior {text-align:center; margin-bottom: 40px!important; background: #F8F8F8; padding-top:30px!important; padding-bottom: 30px!important;}
.guia-candidato-interior p {font-weight: 400; padding: 35px 0px 0px 0px; color: #000000; font-size: 100%; line-height: 1.4em;}
.guia-candidato-interior h3 {text-transform: uppercase; color: #000000; font-size: 160%; font-weight: 700; padding: 20px 10px 0px 10px; margin: 0px 0px 24px 0px!important; }
.guia-candidato-interior h4 {color: #000000; font-size: 130%; font-weight: 700; padding: 30px 0px 6px 0px;}
.guia-candidato-interior h6 { font-size: 100%; font-weight: 500; padding: 25px 0px 20px 0px; color: #000000;}
.guia-candidato-interior .divider-red { display: block; width: 20%; background:#E22319; height: 4px; left: 50%; transform: translate(-50%,0); position: relative; margin-bottom: 20px;}

/* Onde Estamos  */
.contactos-mapas-wrap { background: #F8F8F8; padding-top: 50px; padding: bottom: 50px; margin-bottom: 30px;}

.contactos-mapas-wrap a, 
.contactos-mapas-wrap a:hover, 
.contactos-mapas-wrap a:visited { color: #3DBDF0; text-decoration: none; margin-left: 5px;}

.maps-new {margin-top: 0px;}
.maps-new section.main.content .contacts-map {
    height: 250px;
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 0px;
}
 section.main.content .contacts-map {
        max-width: 100%;
        margin-right: 0;
        float: none;
        width: 100%;
        min-height: 250px;
    }
    
    section.main.content .contacts-map {
    height: 200px;
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 23px;
}

 section.main.content .contacts-map {
        max-width: 100%;
        margin-right: 0;
    }
    
.hero-image-location { min-height: 440px!important; position: relative; text-align:center; margin-top: -8px; }
.hero-image-location h1 { color: #ffffff; padding: 6% 0% 1% 0%; font-size: 330%; font-weight: 900;}
.hero-image-location h2 {color: #ffffff; padding: 0% 0% 2% 0%; font-size: 150%; font-weight: 400;}
.hero-image-location p { padding: 20px 0px 20px 0px;}
.fc-imagem { min-height: 390px!important;}

.linha-mapa-wrap-blue { border-bottom: 1px solid #DDDDDD; padding-bottom: 30px; margin-bottom: 30px;}
.linha-mapa-wrap-blue h3 {font-size: 110%; color: #000000; font-weight: 700; margin:0; padding: 0px 0px 10px 0px;}
.linha-mapa-wrap-blue p { font-size: 85%; line-height: 1.9em;}
.linha-mapa-wrap-blue .fa { color:#01A7E3; font-weight: 300;}
.location-blue { color: #01A7E3; font-weight: 400;}

.linha-mapa-wrap-red { border-bottom: 1px solid #DDDDDD; padding-bottom: 30px; margin-bottom: 30px;}
.linha-mapa-wrap-red .fa { color:#E62208; font-weight: 300;}
.linha-mapa-wrap-red h3 {font-size: 110%; color: #000000; font-weight: 700; margin:0; padding: 0px 0px 10px 0px;}
.linha-mapa-wrap-red p { font-size: 85%; line-height: 1.9em;}
.location-red { color: #E62208; font-weight: 400;}

.form-contactos { background: #01ABE8; padding:0px;}
.fc-wrap { background: #0BABE5; padding: 30px 20px 20px 20px; }
.fc-wrap h3 { color: #FFFFFF; font-weight: 400; padding: 5px 0px 20px 0px;}
.fc-wrap .hs-form-required { display: none;}
.fc-wrap input { min-height: 40px; background: none; border-style: none none solid none;
    border: 1px solid #fff; margin-bottom: 10px; width: 100%;color: #FFFFFF!important;}
.fc-wrap textarea { min-height: 90px; background: #FFFFFF; border: none; margin-bottom: 0px;margin-top: 12px; width: 100%!important;}
.fc-wrap input::-webkit-input-placeholder {   color: #FFFFFF!important;}
.fc-wrap input::-moz-placeholder {  color: #FFFFFF!important;}
.fc-wrap input:-ms-input-placeholder {  color: #FFFFFF!important;}
.fc-wrap input:-moz-placeholder {  color: #FFFFFF!important;}

.fc-wrap .form-columns-1 {max-width: 72%!important;}

.fc-wrap .hs-button.primary {
    margin-top: 30px!important;
    background-color: #FFFFFF!important;     
    border: none;   
    padding: 12px 40px!important;
    display: inline-block!important;
    margin-bottom: 0!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    background-image: none!important;
    white-space: nowrap!important;   
    font-size: 100%!important;    
    line-height: 1em!important;  
    text-decoration: none!important;
    color: #0BABE5!important;
    border-radius: 20px!important;
    -webkit-appearance: none!important;
    width: auto;
}
.fc-wrap .hs-button.primary:hover { color: #000000!important; background: #F8F8F8!important;}
     
.fc-wrap .hs-error-msgs {color: #FFFFFF!important; font-size: 75%; text-align:left; margin: 0; padding: 0; list-style: none; }



.cv-btn { bottom: 20px; margin: 0 auto;  left: 0;  right: 0; text-transform: uppercase; color: rgb(67,207,255);  padding: 10px 25px; border-radius: 50px; max-width:80%; text-align:center; display: block; bacground-color: rgb(67,207,255);}
.cv-btn a, .cv-btn a:visited { color: rgb(67,207,255); text-decoration: none; background: #ffffff; padding: 10px 25px; border-radius: 50px;}



/* Pagina Clientes   */

.tabs-clientes { margin-top: 40px; margin-bottom: 40px;}


/* accordion) */
button.accordion {
    background-color: #48BDED;
    color: #fff; 
    cursor: pointer;
    padding: 14px;
    width: 100%;
    height: 280px;
    border-color:#DF1F24;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    text-align: center;
    outline: none;
    transition: 0.4s;
    font-size: 150%;
    font-weight: 700;
    
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

button.accordion.media { background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/media.png'); } 
button.accordion.services { background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/services.png'); }
button.accordion.financeiras { background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/financeiras.png'); } 
button.accordion.industria { background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/industria.png'); }
button.accordion.administracao { background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/administracao.png'); }
button.accordion.utilities { background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/utilities.png'); } 

button.accordion.active { background-color: #36B5EB;}

button.accordion.services:hover {
    background-color: #36B5EB; color: #fff!important; background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/services20.png');
}

button.accordion.media:hover {
    background-color: #36B5EB; color: #fff!important; background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/media20-1.png');
}

button.accordion.financeiras:hover {
    background-color: #36B5EB; color: #fff!important; background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/financeiras20.png');
}

button.accordion.industria:hover {
    background-color: #36B5EB; color: #fff!important; background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/industria20.png');
}

button.accordion.administracao:hover {
    background-color: #36B5EB; color: #fff!important; background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/administracao20.png');
}

button.accordion.utilities:hover {
    background-color: #36B5EB; color: #fff!important; background-image: url('https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/utilities20.png');
}

.tipo-clientes { margin: 10px 0; }

div.panel {
    padding: 0 10px;
    background-color: #36B5EB;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #FFFFFF;
}
div.panel p { padding: 25px 0px 25px 0px; line-height: 1.5em; font-size: 100%; color: #ffffff;}
div.panel ul {float: left; width: 100%; margin: 15px 0px 15px 0px; padding: 0px 10px 0px 10px;}
div.panel ul li { color: #FFFFFF; list-style-type: none; font-size: 90%; line-height: 1.6em; font-weight: 300;}

/*button.accordion:after {
    content: '\02795'; 
    font-size: 8px;
    color: #000000;
    float: right;
    margin-left: 5px;
    font-weight: 300;
}

button.accordion.active:after {
    content: "\2796"; 
}*/


/* Pagina O que fazemos   */
.bloco-servicos-geral {background: #ffffff; overflow: hidden; max-height: 560px; margin-bottom:50px; position:relative; text-align:center; margin-top:30px;}
.bloco-servicos-geral h3 { position:relative; color: #000000; text-align:center; font-size: 230%; font-weight: 700; margin-bottom: 2%; }
.propostas-geral { background: #F8F8F8; min-height: 300px!important; padding: 25px; margin-top: 0px; margin-bottom: 30px;}
.propostas-geral h3 {font-size: 160%; color: #000000; font-weight: 700; padding: 15px 0px 35px 0px;}
.propostas-geral h6 { font-size: 105%; color: #000000; font-weight: 700; padding: 0px 0px 30px 0px;}
.propostas-geral p { font-weight: 400; font-size: 100%; padding: 0px 0px 28px 0px; line-height: 1.5em;}

.bloco-news-azul {background: #01ABE8; padding-top:30px; padding-bottom:30px; color: #ffffff;}
.bloco-news-azul.color-red {background: rgba(223,31,36,1)!important;}
.bloco-news-azul h4 { text-align:center; font-weight: 500; font-size: 140%; padding: 0px 0px 25px 0px;}
.bloco-news-azul .hs-form-required { display: none;}
.bloco-news-azul input { min-height: 40px; background: none; border: 1px solid #FFFFFF; margin-bottom: 10px; width: 100%; float: left; color: #FFFFFF;}
.bloco-news-azul input::-webkit-input-placeholder {   color: #FFFFFF;}
.bloco-news-azul input::-moz-placeholder {   color: #FFFFFF;}
.bloco-news-azul input:-ms-input-placeholder {  color: #FFFFFF;}
.bloco-news-azul input:-moz-placeholder {  color: #FFFFFF;}
.bloco-news-azul .hs-button.primary {
    margin-top: 0px!important;
    background-color: #FFFFFF!important;     
    border: none;   
    padding: 12px 30px!important;
    margin-bottom: 0!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    background-image: none!important;
    white-space: nowrap!important;   
    font-size: 100%!important;    
    line-height: 1em!important;  
    text-decoration: none!important;
    color: #0BABE5!important;
    border-radius: 20px!important;
    -webkit-appearance: none!important;
    width: auto;
    float: left!important;
    text-transform: uppercase;
}
.bloco-news-azul .hs-button.primary:hover { color: #000000!important; background: #F8F8F8!important;}
.bloco-news-azul .actions {float: left;}   
.bloco-news-azul .hs-error-msgs {color: #FFFFFF!important; font-size: 85%; text-align:left; margin: 0; padding: 0; list-style: none; }
.bloco-news-azul .hs-form fieldset { width: 100%; float: left;}

fieldset.form-columns-2 {max-width: 75%!important;}

.form-services fieldset.form-columns-2,.form-services fieldset.form-columns-1, .form-services fieldset.form-columns-1 input {max-width: 100%!important; width: 100%!important; color: white;}

.form-services fieldset .hs-form-radio input[type="radio"] {width: auto!important; float: left;  margin-right: 10px!important;}

.form-services fieldset .hs-form-radio span {  
    float: left; padding-top: 15px; }

.form-services fieldset .hs-dependent-field .hs-form-field{display: block!important; clear: both!important; width: 100%!important;}

.form-services fieldset .hs-dependent-field {margin-top: 10px!important; margin-bottom: 10px!important;}



.form-services fieldset ul {padding: 0!important; list-style-type: none;}


.form-services { background: #0BABE5; min-height: 320px!important; padding: 20px 20px 20px 20px; margin-top: 30px; margin-bottom: 50px!important;}
.form-services h3 { color: #FFFFFF; font-weight: 400; padding: 5px 0px 30px 0px;}
.form-services .hs-form-required { display: none;}
.form-services input{ min-height: 40px; background: none; border: 1px solid #FFFFFF; margin-bottom: 10px; width: 100%; color: white;
}
.form-services input::-webkit-input-placeholder, .form-services select::-webkit-input-placeholder {   color: #FFFFFF;}
.form-services input::-moz-placeholder{   color: #FFFFFF;}
.form-services input:-ms-input-placeholder {  color: #FFFFFF;}
.form-services input:-moz-placeholder {  color: #FFFFFF;}
.form-services textarea {  position: relative; top: 7px; max-width: 100%!important; width: 100%!important;min-height:100px;color: #000 !important;}

.form-services select { min-height: 40px; background: none; border: 1px solid #FFFFFF; margin-bottom: 10px; width: 100%; 
}

.form-services select {
  color: white;
}

.form-services option:not(:first-of-type) {
  color: black;
}


.form-services .hs-button.primary {
    margin-top: 10px!important;
    background-color: #FFFFFF!important;     
    border: none;   
    padding: 12px 25px!important;
    display: inline-block!important;
    margin-bottom: 0!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    background-image: none!important;
    white-space: nowrap!important;   
    font-size: 100%!important;    
    line-height: 1em!important;  
    text-decoration: none!important;
    color: #0BABE5!important;
    border-radius: 20px!important;
    -webkit-appearance: none!important;
    width: auto;
}
.form-services .hs-button.primary:hover { color: #0BABE5; background: #F8F8F8!important; transition: all .4s ease;}

.form-services fieldset {  
   margin-top: 10px; margin-bottom: 10px;}
  }
     
.form-services .hs-error-msgs {color: #FFFFFF!important; font-size: 75%; text-align:left; margin: 0; padding: 0; list-style: none; }

.form-services .hs-form input[type="checkbox"] {
    width: 19px !important;
    height: 10px !important;
    margin: 0px 10px 0 0 !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    min-height: 15px !important;
}



.form-services fieldset.form-columns-1 input[type="text"] {
    width: 95%!important;
}

.form-services .legal-consent-container {  font-size: 11px; position: relative; line-height: 18px; }

.form-services div.actions { text-align:center;}

@media screen and (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){

.form-services .hs-input {
    width: 100% !important;
}
	}






.servicos-detalhe-wrap { background: #F8F8F8; padding-top: 40px; padding-bottom: 40px;} 

.sdw-descricao h2 {font-size: 180%; font-weight: 700; color: #000000; margin:0; padding: 20px 0px 35px 0px;}
.sdw-descricao h3 { font-size: 110%; font-weight: 900; color: #000000; margin: 0px 0px 0px 30px; padding: 25px 0px 20px 0px;}
.sdw-descricao p { font-size: 110%; color: #000000; margin:0px; padding: 0px 0px 20px 0px; line-height: 1.4em; font-weight: 300;}
.sdw-descricao ul {margin: 0px 0px 50px 30px; list-style-type: circle; border-left: 4px solid #2BBCF1; }
.equipa .sdw-descricao ul {margin: 0px 0px 30px 0px; list-style-type: none; border-left: 4px solid #2BBCF1; }
.sdw-descricao ul li { font-size: 100%; line-height: 1.7em; padding: 0px 0px 0px 5px;}

.video-wrap-geral { margin-top: 40px; margin-bottom: 40px; width: 480px; height: 270px; display: block;}




@media only screen and (max-width: 790px) {
    .responsavel { width: 100%; height: 100px; display: block!important; float: left;}
  .form-services fieldset .hs-form-radio input[type="radio"] {width: auto!important; float: left; margin-right: 10px!important; }

.form-services fieldset .hs-form-radio {  
    clear: both!important; width: 100%!important;}
  }
.assinatura-site { margin:auto; width: 50%; padding: 30px 0px 10px 0px; }
.assinatura-site img { max-width: 90px; height: auto;  padding: 0px 8px 0px 0px; border-radius: 50%;}
.foto-assinatura { float: left; margin-right: 12px; margin-bottom: 15px;}
.foto-profile { float: left; margin-right: 12px; margin-bottom: 20px;}
.descricao-assinatura { float: left; font-size: 100%; font-weight: 700; color: #000000; line-height: 1.4em; }
.descricao-assinatura a { color:#2BBCF1; padding: 10px 0px 0px 0px; display: block;}
.light-grey { color:#A0A2A9; font-size: 90%; font-weight: 400;}

.teaser-contacto-imagem {
    width: 100%;
    min-height: 350px!important;
    position: relative;
    background-image: url(//www.gruporhmais.pt/hubfs/Website/fundos/fundo-contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;}
    
    .teaser-contacto-imagem.rgpd{
    width: 100%;
    min-height: 350px!important;
    position: relative;
    background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/globais/bg-rgpd.png);
    background-repeat: no-repeat;
    background-size: cover;}
  
.teaser-contacto-imagem.equipa { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/CTA-A%20nossa%20equipa.png)!important; }   
.teaser-contacto-imagem.responsabilidade-corporativa { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/CTA-Responsabilidade-Corporativa-e-E%CC%81tica-Empresarial.png)!important; }
.teaser-contacto-imagem.filiacoes { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/fundo-certificacoes-e-filiacoes.png)!important; }
.teaser-contacto-imagem.certificacoes { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/CTA-Cultura%20empresarial.png)!important; }


.teaser-contacto-imagem.cta-fma { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/cta-FMA-480.jpg)!important; }
.teaser-contacto-imagem.cta-cezanne { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/cta-cezanne-480.jpg)!important; }

.teaser-contacto-imagem.templates-cv { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/CTA-Templates-CV%20480.png)!important; }
.teaser-contacto-imagem.codigo-trabalho { background-image: url(https://2478544.fs1.hubspotusercontent-na1.net/hubfs/2478544/Website/fundos/CTA-legislacao%20480.png)!important; }

.teaser-contacto-imagem h3 {text-align:center; font-weight: 900; font-size: 170%; padding: 25px 0px 10px 0px;}
.cta-btn { position: absolute; bottom: 20px; margin: 0 auto;  left: 0;  right: 0; text-transform: uppercase; color: #ffffff;  /* max-width:40%; */ text-align:center; display: block;}
.cta-btn a, .cta-btn a:visited { color: #FFFFFF; text-decoration: none;}

.tci-but {  position: absolute; bottom: 20px; margin: 0 auto;  left: 0;  right: 0; text-transform: uppercase; color: #ffffff;  padding: 10px 25px; border-radius: 50px; max-width:40%; text-align:center; display: block;}
.tci-but a, .tci-but a:visited, .dois-botoes a, .dois-botoes a:visited { color: #FFFFFF; text-decoration: none; background: rgb(67,207,255); padding: 10px 25px; border-radius: 50px;}

.tci-but-red {  position: absolute; bottom: 20px; margin: 0 auto;  left: 0;  right: 0; text-transform: uppercase; color: #ffffff;  padding: 10px 25px; border-radius: 50px; max-width:40%; text-align:center; display: block;}
.tci-but-red a, .tci-but-red a:visited { color: #FFFFFF; text-decoration: none; background: rgba(223,31,36,1); padding: 10px 25px; border-radius: 50px;}


.dois-botoes {  position: absolute; bottom: 20px; margin: 0 auto;  left: 0;  right: 0; text-transform: uppercase; color: #ffffff;  padding: 10px 25px; border-radius: 50px; text-align:center; display: block;}


.btn-HomeEntrar-blue, .btn-HomeEntrar-blue:visited {
  color: #ffffff;
  background-color: #29ABE0; 
  border: 2px solid #29ABE0;
  padding: 6px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
 }
.btn-HomeEntrar-blue:hover,
.btn-HomeEntrar-blue:focus,
.btn-HomeEntrar-blue.active,
.open .dropdown-toggle.btn-HomeEntrar-blue {
   color: #ffffff;
  background-color:#1D95C9;
  border-color: #1D95C9;
  text-decoration:none;
}






/* Guia do Candidato   */
.blog-listing-interior { min-height: 320px!important; padding: 0px!important; margin-top: 40px; margin-bottom: 40px;}

.blog-listing-interior .hs-rss-item.hs-with-featured-image {
    overflow: hidden!important;
    display: flex;
    flex-wrap: wrap-reverse;
}

.blog-listing-interior .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block!important;
    width: 100%!important;
    max-height: 50%!important;
    margin-bottom: 10px!important;
    padding: 0px!important;
}

.blog-listing-interior .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {max-width: 100%; max-height: 250px; min-height: 250px; display: block; }

.blog-listing-interior .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding-right: 0;
}

.blog-listing-interior .hs-rss-item {
    margin-bottom: 0;
    padding: 0px 0px 0px 0px!important;
    float: left!important;
    width: 31%;
    margin-right: 3%;
}

.blog-listing-interior .hs-rss-item:last-child { margin-right: 0%!important;}

.blog-listing-home h3 {
  display: none!important;
  height: 0px!important;
  margin:0px!important;
  padding: 0px!important;
}


.blog-listing-interior .hs-rss-title, .blog-listing-interior .hs-rss-title {font-size: 150%!important; padding: 5px 0px 5px 0px; display: block; font-weight: 400; }

.blog-listing-interior .hs-rss-title, .blog-listing-interior .hs-rss-title:hover {
    color: #121212;
    text-decoration: none;
}

.blog-listing-interior .hs-rss-description  {display: none;}

/* Bolsa de Emprego   */
.bolsa-emprego-bottom { margin-top: 50px;}
.fma-bottom { margin-top: 50px;}
.oferta-bolsa {text-align:center; background: #F8F8F8; min-height: 300px!important; padding:40px 15px 15px 15px;}
.oferta-bolsa p {font-weight: 400; padding: 35px 0px 0px 0px; color: #000000; font-size: 100%; line-height: 1.4em;}
.oferta-bolsa h4 {color: #000000; font-size: 130%; font-weight: 700; padding: 30px 0px 6px 0px;}
.bolsa-descricao {margin: 10px 0px 20px 0px;}
.bolsa-descricao h1 {font-size: 200%; font-weight: 700; color: #000000; margin:0; text-align:center; padding: 20px 0px 15px 0px;}
.bolsa-descricao p { font-size: 110%; color: #000000; margin:0px; padding: 0px 20px 20px 20px; text-align:center; line-height: 1.4em; font-weight: 400;}


.alertas-ofertas-emprego { margin-bottom: 10px!important; margin-top: 50px!important; background: #fff;}
.alertas-ofertas-emprego h3 { color: #000000; padding: 5% 0% 3% 0%; font-weight: 700; font-size: 200%;}
.alertas-ofertas-emprego p { font-weight: 400; padding: 0 0 25px 0; color: #000000; font-size: 100%; line-height: 1.4em;}
.bg-white { background-color: #ffffff; } 

.cta-footer-bolsa-emprego { background: transparent; text-align:center; padding-top: 10px; padding-bottom: 0;}
.cta-footer-bolsa-emprego  h6 { color: #000; font-size: 200%; font-weight: 400; padding: 25px 0px 15px 0px;}
.cta-footer-bolsa-emprego  p { padding: 0px 0px 20px 0px;}



/*****************************************/
/* 9- Footers    */
/*****************************************/

.global-footer { background:#ffffff; padding: 30px 0px 10px 0px; text-align: center; font-size: 80%;}
.global-footer h6 { font-size: 130%; font-weight: 700; color:#7E7E7E; padding: 0px 0px 20px 0px;}
.global-footer p { color: #7E7E7E; line-height: 1.4em; padding: 20px 0px 20px 0px;}
.global-footer p a { color: #7E7E7E; text-decoration: none; }


/**
.global-footer .facebookS { background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite-2.png) no-repeat;  text-indent: -99999px;}
.global-footer .linkedinS { background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite-2.png) no-repeat;  text-indent: -99999px; background-position: -57px 0px;}
.global-footer .youtubeS  { background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite-2.png) no-repeat;  text-indent: -99999px; background-position: -113px -0px;}
**/

.footer-fake { text-align: center; font-size: 85%; color: #999999; padding-top: 12px; padding-bottom: 12px;}
.footer-fake p {padding: 0px 0px 10px 0px; margin-top: 15px;
}}
.footer-fake a, .footer-fake a:visited { padding: 0px 10px 0px 0px; color: #000000; text-decoration: none;}
.footer-fake a:hover {text-decoration:;}

.global-footer .fa { display: table-cell!important; text-decoration: none;}
.global-footer a {text-decoration: none!important;}
/*
.custom-icon {
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #3DBDF0;
  color: #3DBDF0;
  display: table-cell;
  font-size: 15px!important;
  height: 20px;
  padding: 6px;
  text-align: center;
  transition: .5s;
  vertical-align: middle;
  width: 20px;
  text-decoration: none;
  margin-bottom:15px;
}
.custom-icon:hover {
  color: #0E88B6;
  border: 1px solid #0E88B6;
  
}*/

.icon-wrapper {
  display: inline-block;
}

.fix-editor {
  display: none;
}

.facebookS {
    background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite.png) no-repeat;  text-indent: -99999px;
    background-position: 0px 0px;
    width: 45px;
    height: 45px;
    display: inline-block;
margin-bottom: 14px;
margin-right: 18px;
margin-left: 7px;
}
.facebookS:hover {
    background-position: 0px -50px;
    width: 45px;
    height: 45px;
}
.facebookSmall {
    background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite-mini.png) no-repeat;  text-indent: -99999px;
    background-position: 0px 0px;
    width: 30px;
    height: 30px;
    display: inline-block;

}
.facebookSmall:hover {
    background-position: 0px -30px;
    width: 30px;
    height: 30px;
    text-decoration:none!important;
}

.linkedinS {
    background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite.png) no-repeat;  text-indent: -99999px;
    background-position: -57px 0px;
    width: 45px;
    height: 45px;
    display: inline-block;
margin-bottom: 14px;
margin-right: 18px;
}
.linkedinS:hover {
    background-position: -57px -50px;
    width: 45px;
    height: 45px;
}
.linkedinSmall {
    background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite-mini.png) no-repeat;  text-indent: -99999px;
    background-position: -34px 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.linkedinSmall:hover {
    background-position: -34px -30px;
    width: 30px;
    height: 30px;
    text-decoration:none!important;
}
.youtubeS {
    background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite.png) no-repeat;  text-indent: -99999px;
    background-position: -113px -0px;
    width: 45px;
    height: 45px;
    display: inline-block;
margin-bottom: 14px;
}
.youtubeS:hover {
    background-position: -113px -50px;
    width: 45px;
    height: 45px;
}
.youtubeSmall {
    background: url(//www.gruporhmais.pt/hubfs/Website/icons/social-sprite-mini.png) no-repeat;  text-indent: -99999px;
    background-position: -67px -0px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.youtubeSmall:hover {
    background-position: -67px -30px;
    width: 30px;
    height: 30px;
    text-decoration:none!important;
}


/*****************************************/
/* 10- Botoes Nao CTA    */
/*****************************************/
.btn-HomeOfertasHero, .btn-HomeOfertasHero:visited {
  color: #ffffff;
  background-color: none; 
  border: 2px solid #ffffff;
  padding: 10px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
 }
.btn-HomeOfertasHero:hover,
.btn-HomeOfertasHero:focus,
.btn-HomeOfertasHero.active,
.open .dropdown-toggle.btn-HomeOfertasHero {
   color: #DF1F24;
  background-color:#ffffff;
  border-color: #ffffff;
  text-decoration:none;
}
.btn-HomeOfertasHero:active,
.btn-HomeOfertasHero.active,
.open .dropdown-toggle.btn-HomeOfertasHero {
  background-image: none;
}
.btn-HomecontactosHero, .btn-HomecontactosHero:visited {
  color: #ffffff;
  background-color: none; 
  border: 2px solid #ffffff;
  padding: 10px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
 }
.btn-HomecontactosHero:hover,
.btn-HomecontactosHero:focus,
.btn-HomecontactosHero.active,
.open .dropdown-toggle.btn-HomecontactosHero {
   color: #3EBDF0;
  background-color:#ffffff;
  border-color: #ffffff;
  text-decoration:none;
}
.btn-HomecontactosHero:active,
.btn-HomecontactosHero.active,
.open .dropdown-toggle.btn-HomecontactosHero {
  background-image: none;
}

.btn-HomeEntrar, .btn-HomeEntrar:visited,
.btn-enviarCv, .btn-enviarCv:visited,
.btn-alertas, .btn-alertas:visited {
  color: #ffffff;
  background-color: #DF1F24; 
  border: 2px solid #DF1F24;
  padding: 6px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
 }
.btn-HomeEntrar:hover,
.btn-HomeEntrar:focus,
.btn-HomeEntrar.active,
.open .dropdown-toggle.btn-HomeEntrar {
   color: #ffffff;
  background-color:#BE1B1F;
  border-color: #BE1B1F;
  text-decoration:none;
}
.btn-HomeEntrar:active,
.btn-HomeEntrar.active,
.open .dropdown-toggle.btn-HomeEntrar {
  background-image: none;
}
.PC a, .PC a:visited {color: #ffffff;
  background-color: #29ABE0; 
  border: 2px solid #29ABE0;
  padding: 9px 11px;   
  text-decoration:none;
  font-size: 11px!important;
  font-weight: 700;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
margin-bottom:5px;}

.PC a:hover,
.PC a:focus
 {
   color: #ffffff;
  background-color:#1D95C9!important;
  border-color: #1D95C9;
  text-decoration:none!important;
}

.btn-HomeEntrar-blue, .btn-HomeEntrar-blue:visited {
  color: #ffffff;
  background-color: #29ABE0; 
  border: 2px solid #29ABE0;
  padding: 6px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
 }
.btn-HomeEntrar-blue:hover,
.btn-HomeEntrar-blue:focus,
.btn-HomeEntrar-blue.active,
.open .dropdown-toggle.btn-HomeEntrar-blue {
   color: #ffffff;
  background-color:#1D95C9;
  border-color: #1D95C9;
  text-decoration:none;
}
.btn-HomeEntrar-blue:active,
.btn-HomeEntrar-blue.active,
.open .dropdown-toggle.btn-HomeEntrar-blue {
  background-image: none;
}
.btn-HomeEntrar-portal, .btn-HomeEntrar-portal:visited {
  color: #ffffff!important;
  background-color: #1F2569; 
  border: 2px solid #1F2569;
  padding: 8px 20px!important;   
  text-decoration:none;
  font-size: 110%!important;
  font-weight: 500;  
  display: inline-block;
  border-radius: 20px;
  margin-right: 15px;
  text-transform:none!important;
 }
.btn-HomeEntrar-portal:hover,
.btn-HomeEntrar-portal:focus,
.btn-HomeEntrar-portal.active,
.open .dropdown-toggle.btn-HomeEntrar-portal {
   color: #ffffff;
  background-color:#2F379F;
  border-color:#2F379F;
  text-decoration:none!important;
}
.btn-HomeEntrar-portal:active,
.btn-HomeEntrar-portal.active,
.open .dropdown-toggle.btn-HomeEntrar-portal {
  background-image: none;
}


.btn-subscreverHome, .btn-subscreverHome:visited {
  color: #ffffff;
  background-color: #DF1F24; 
  border: 2px solid #DF1F24;
  padding: 6px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 40px;
  text-transform: uppercase;
 }
.btn-subscreverHome:hover,
.btn-subscreverHome:focus,
.btn-subscreverHome.active,
.open .dropdown-toggle.btn-subscreverHome {
   color: #ffffff;
  background-color:#BE1B1F;
  border-color: #BE1B1F;
  text-decoration:none;
}
.btn-subscreverHome:active,
.btn-subscreverHome.active,
.open .dropdown-toggle.btn-subscreverHome {
  background-image: none;
}

.btn-homedownload, .btn-homedownload:visited {
  color: #ffffff;
  background-color: #DF1F24; 
  border: 2px solid #DF1F24;
  padding: 6px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
   transition: all .4s ease-in-out;

 }
.btn-homedownload:hover,
.btn-homedownload:focus,
.btn-homedownload.active,
.open .dropdown-toggle.btn-homedownload{
   color: #ffffff;
  background-color:#BE1B1F;
  border-color: #BE1B1F;
  text-decoration:none;
}
.btn-homedownload:active,
.btn-homedownload.active,
.open .dropdown-toggle.btn-homedownload {
  background-image: none;
}

.btn-homedownloadblue, .btn-homedownloadblue:visited {
  color: #ffffff;
  background-color: #3EBDF0; 
  border: 2px solid #3EBDF0;
  padding: 6px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
   transition: all .4s ease-in-out;
 }
.btn-homedownloadblue:hover,
.btn-homedownloadblue:focus,
.btn-homedownloadblue.active,
.open .dropdown-toggle.btn-homedownloadblue{
   color: #ffffff;
  background: rgb(67,207,255);
  border-color: rgb(67,207,255);
  text-decoration:none;
}
.btn-homedownloadblue:active,
.btn-homedownloadblue.active,
.open .dropdown-toggle.btn-homedownloadblue {
  background-image: none;
}
.btn-Homeveroferta, .Homeveroferta:visited {
  color: #09ACE5;
  background-color: #ffffff; 
  border: 2px solid #ffffff;
  padding: 6px 30px;   
  text-decoration:none;
  font-size: 100%;
  font-weight: 400;  
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
 }
.btn-Homeveroferta:hover,
.btn-Homeveroferta:focus,
.btn-Homeveroferta.active,
.open .dropdown-toggle.btn-Homeveroferta {
  color: #ffffff;
  background-color:#09ACE5!important;
  border-color: #09ACE5!important;
  text-decoration:none;
}
.btn-Homeveroferta:active,
.btn-Homeveroferta.active,
.open .dropdown-toggle.btn-Homeveroferta {
  background-image: none;
}


/* Tabs container */

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.r-tabs-panel ul { display: inline-block ; width: 20%; list-style-type: none;}
.r-tabs-panel ul li { padding: 5px 0px 5px 0px; font-size: 100%; color: #FFFFFF;}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
   
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    background: #3CB4E6;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
    .r-tabs-panel ul { display: inline-block ; width: 100%; list-style-type: none;}
}

.r-tabs {
	position: relative;
	background-color: #ffffff;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #ffffff;
	color: #121212;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 2px 20px 4px 20px;
	text-decoration: none;
	font-size: 120%;
	font-weight: 400;
	color: #121212;
	border-bottom: 2px solid #3CB4E6;

}


/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #ffffff;
	text-shadow: none;
	background-color: #3CB4E6;
	padding: 8px 20px 16px 20px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;
	border-bottom: 4px solid white;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #00c5ad;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}



/* Info bar */ 
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 


/* Responsabilidade Corporativa   */

.image-group { margin-top: 40px; }
.relatorio { margin: 10px 0; text-align: center;}
.relatorio h3 { font-size: 100%; font-weight: 700; max-width: 90%; display: inline-block; margin-bottom: 10px; }


/* RSS FEED DO BLOG   */
.blog-one-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    max-width: 100%;
    max-height: 260px;
    min-height: 300px;
    display: block;
}

/*
.blog-one-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text span{
    width: 100%;
    float: none;
    padding-right: 0;
    display: none;
}



.blog-one-listing-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding-right: 0;
    display: none;
}*/


/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block!important;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -50px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #01A7E1;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #01A7E1; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #01A7E1; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #01A7E1; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #01A7E1; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%!important; /* Full screen width */
    background-color:#01A7E1; 
  
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px!important; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
    font-weight: 600!important;
  }
  
 
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px!important;
    color:#ffffff!important; /* link color set by global mobile-aColor variable */
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff!important; /* link hover color set by global mobile-aColorHover variable */
    background-color:#3EBDF0 ;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

/*Ticker*/

.tickercontainer { 
	width: 100%; 
	min-height: 50px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	text-align: center;
}

.tickercontainer .mask { 
	position: relative;
	width: 100%;
	overflow: hidden;
}

ul.newsticker { 
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

ul.newsticker li {
	float: left; 
	margin: 10px 18px 10px 18px;
	text-align:center;
	padding: 0;
}

ul.er-controls{
	list-style: none;
	display: inline-block;
	padding: 0;
}
ul.er-controls > li{
	display: inline-block;
	padding: 0 10px;
	background: #f0f0f0;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
ul.er-controls > li:hover{
	background: #f5f5f5;
	cursor: pointer;
}

.legal-consent-container { font-size: 11px; position: relative; }
.legal-consent-container ul.inputs-list { padding-inline-start: 0px!important; list-style: none;}
.legal-consent-container .hs-form-booleancheckbox-display { -webkit-padding-start: 0px!important; }
.hs-form input[type="checkbox"] {  width:19px; height:10px;
    margin:0px 10px 0 0;
    vertical-align:middle;
    cursor:pointer; 
    min-height: 20px!important;
}
.hs_recaptcha {position: relative; z-index: 1; display: block;}
    
.generalForm input[type="submit"] {cursor: pointer; z-index: 999; position: relative; }

.Cembed-frm .hs-form input[type="checkbox"] {     width: 20px; height: 0px; margin: -16px 2px -12px -3px; vertical-align: middle; cursor: pointer; }

#hs_cos_wrapper_module_1557410976112221 .hs-richtext p {color:#666 !important;font-weight:300 !important;font-family: Montserrat, sans-serif !important ; font-size: 11px !important;}
#hs_cos_wrapper_module_1557410976112221  div.hs-richtext {color:#666 !important;font-family: Montserrat, sans-serif !important ;font-weight:300 !important; font-size: 11px !important; }




/*Portal*/
.PCheader {background: url('https://www.gruporhmais.pt/hubfs/Portal/Portal_do_Colaborador.jpg') no-repeat center center fixed;
  background-size: cover; 
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

.portalNav { padding: 0px;}
.portalNav h2 {font-size: 18px; font-weight: 700; color: #000000; margin: 0px 0px 26px 0px; padding: 0px 0px 5px 0px; border-bottom: 1px dotted #000000;}
.portalNav ul {list-style-type: none; margin: 0; padding: 0px;}
.portalNav ul li { font-size: 14px; line-height: 1.2em; margin: 0px 0px 25px 0px;}
.portalNav ul li a, .portalNav ul li a:visited { text-decoration: none; color: #ffffff;}

.PortalCTA { margin-bottom: 30px; display: block;}



.portalNav .svg-inline--fa {
    background: #FF7A4D;
    border-radius: 50%;
    padding: 8px 9px;
    margin: -8px 5px 0px 0px;
    font-size: 13px;
  float: left;
}
.portalNav ul li a:hover .svg-inline--fa {color: #0babe5; background: #ffffff;}


.equipa .hs-rss-item.hs-with-featured-image {
    overflow: hidden!important;
    display: flex;
    flex-wrap: wrap-reverse;
}

.equipa .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block!important;
    width: 100%!important;
    max-height: 50%!important;
    margin-bottom: 10px!important;
    padding: 0px!important;
}

.equipa .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { height: 230px; overflow: hidden;background: #FFFFFF; border-bottom: 4px solid #E22319; position: relative;}
.equipa .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {max-width: 100%; height:auto;  position:absolute;    top:0;    bottom:0;    margin:auto;  }

.equipa .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding-right: 0;
}

.equipa .hs-rss-item {
    margin-bottom: 0; padding: 0px 0px 0px 0px!important;  
    width: 46%; margin: 0% 1% 3% 1%!important; float: left; 
    display: flex;
    
  
}

.equipa .hs-rss-item:last-child { margin-right: 0%!important;}



.equipa .hs-rss-title, .blog-listing-home .hs-rss-title {font-size: 95%!important; padding: 3px 0px 4px 0px; min-height: 70px; display: block; font-weight: 700!important; }

.equipa .hs-rss-title, .blog-listing-home .hs-rss-title:hover {
    color: #121212;
    text-decoration: none;
}

.equipa .hs-rss-description p {font-size: 14px; font-weight: 400;}
.equipa .hs-rss-description a, .equipa .hs-rss-description a:visited {clear: both; display: block; text-decoration: none; margin: 8px 0px 0px 0px;
  border: 1px solid #269DD8; padding: 6px; color: #269DD8; width: 110px; font-weight: 700; font-size: 13px; border-radius: 4px;}
.equipa .hs-rss-description a:hover {
  background: #269DD8; transition: 0.8s ; -webkit-transition: 0.8s ; -moz-transition: 0.8s ; -ms-transition: 0.8s ; -o-transition: 0.8s ; color: #ffffff; }


/* Style Popup-form */

.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadin-preview-wrapper h4 {
   
   text-align: center !important;
   font-weight: 300 !important;
   font-size: 13px !important;
   padding-top: 7px !important;
  
}
  
  .leadinModal .leadin-preview-wrapper {
    max-width: 100vw !important;
   
}

/* End Style Popup-form*/