@charset "UTF-8";
/*
    Created on : Jan 24, 2017, 9:10:34 AM
    Author     : Paulo Gonçalves <pgoncalves@digitalsales.pt>
*/
/*******************************************************************************
 GENERAL
*******************************************************************************/
html {
    font-size: 18px;
    font-size: calc(18px + 0.20vw);
    height: 100%;
}
body {
    border-right: 25px solid white !important;
    border-left: 25px solid white !important;
    background: #ffffff;
    font-family: "Cabrito Condesed Sans Light";
    font-size: calc(75% + 0.25vw);
    height: 100%;
}
body h1 {
    position: absolute;
    top: -15000px;
}
@media all and (max-width: 768px) {
    body {
        font-size: calc(80% + 0.25vw);
    }
}
h2 {
    font-size: 1.5rem;
    font-family: "Cabrito Condesed Sans ExtraBold";
    color: #fcd836;
    margin: 0;
    margin-bottom: 10px;
}
@media all and (min-width: 769px) {
    h2 {
        font-size: 3rem;
    }
}
h3 {
    font-size: 1rem;
    color: #fcd836;
    padding-bottom: 0.750rem;
    margin: 0;
    margin-bottom: 10px;
}
@media all and (min-width: 769px) {
    h3 {
        font-size: 1.150rem;
    }
}
p {
    color: #ffffff;
}
.pointer-events-none {
    pointer-events: none;
}
.font-weight {
    font-family: "Cabrito Condesed Sans Bold";
}
.text-yellow {
    color: #fcd836;
}
.text-blue {
    color: #0e4d94;
}
.text-white {
    color: #ffffff;
}
.text-center {
    text-align: center;
}
.background-yellow {
    background: #fcd836;
    padding: 4px 2px 2px 2px;
}
li {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
/*******************************************************************************
 HEADER
*******************************************************************************/
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 110;
    width: 100%;
    height: 75px;
    /*border: 2px solid red;*/
    line-height: 75px;
    /*padding: 20px 0 15px 0;*/
    background: #ffffff;
    -webkit-border-image: url(../../images/hp-header-top-bar.jpg) 5 0 0 0 round;
    -o-border-image: url(../../images/hp-header-top-bar.jpg) 5 0 0 0 round;
    border-image: url(../../images/hp-header-top-bar.jpg) 5 0 0 0 round;
    border-top: 5px solid #9d9d9d;
    border-width: 5px;
    overflow: hidden;
}
@media all and (max-width: 768px) {
    header {
        height: 70px; }
}
.header .header-logo {
    position: absolute;
    font-size: 18px;
    left: 25px;
    top: 20px;
}
.header .header-logo img {
    max-width: 131px;
}
.header .header-dialogue p {
    color: #616262 !important;
    font-size: 18px;
}
@media all and (max-width: 767px) {
    .header-dialogue {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .header-dialogue {
        text-align: center;
    }
}
/*******************************************************************************
 MENU OVERLAY
*******************************************************************************/
.menu-open {
    background: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
}
.menu-open.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    min-height: 671px;
    z-index: 105;
}
/* menu open animation links */
.menu-open.open .menu-open-right-overlay-menu li {
    -webkit-animation: fadeInRight .50s ease forwards;
    animation: fadeInRight .50s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    color: #0e4d94;
}
.menu-open.open .menu-open-right-overlay-menu li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}
.menu-open.open .menu-open-right-overlay-menu li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.menu-open.open .menu-open-right-overlay-menu li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.menu-open.open .menu-open-right-overlay-menu li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.menu-open.open .menu-open-right-overlay-menu li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}
.menu-open.open .menu-open-right-overlay-menu li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.menu-open-right {
    position: relative;
    height: 100vh;
}
@media all and (min-width: 769px) {
    .menu-open-right {
        min-height: 660px; }
}
.menu-open-right-overlay-menu {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media all and (min-width: 769px) {
    /*    .menu-open-right-overlay-menu {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }*/
}
.menu-open-right-overlay-menu {
    text-align: center;
}
.menu-open-right-overlay-menu .menu {
    /*background: url('../../images/menu-open-ul.png') no-repeat center center;*/
    /*        -webkit-background-size: 100%;
            -moz-background-size: 100%;
            -o-background-size: 100%;
            background-size: 100%;
            background-attachment: scroll;*/
}
.menu-open-right-overlay-menu .menu-ul {
    /*padding: 120px 0px 145px 0px;*/
}
.menu-open-right-overlay-menu ul.menu-ul li {
    display: block;
    position: relative;
    opacity: 0;
}
.menu-open-right-overlay-menu .menu li a {
    font-family: "Cabrito Condesed Sans Bold";
    color: #0e4d94;
    font-size: 2rem;
    padding: 5px 10px;
}
@media all and (min-width: 769px) {
    .menu-ul {
        /*padding: 150px 0px 175px 0px;*/
    }
}
/* side menu icon */
.header-menu .menu-icon {
    height: 27px;
    width: 35px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    float: right;
    position: absolute;
    right: 25px;
    top: 24px;
}
.header-menu .menu-icon span {
    background: #fcd836;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.header-menu .menu-icon span:nth-of-type(2) {
    top: 11px;
}
.header-menu .menu-icon span:nth-of-type(3) {
    top: 22px;
}
/* menu links animation */
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%; }
    100% {
        opacity: 1;
        left: 0;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%; }
    100% {
        opacity: 1;
        left: 0;
    }
}
.menu ul {
    padding: 0;
    margin: 0;
}
.menu ul:hover {
    /*cursor: pointer;*/
}
/* menu transition active */
.menu-icon.active .hamburger-icon-top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #0e4d94;
}
.menu-icon.active .hamburger-icon-middle {
    opacity: 0;
    background: #0e4d94;
}
.menu-icon.active .hamburger-icon-bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #0e4d94;
}
/*******************************************************************************
 SECTION FULL HEIGHT
*******************************************************************************/
.section-full-height {
    /*text-align: center;*/
    /*    border-right: 25px solid white !important;
        border-left: 25px solid white !important;*/
}
/*******************************************************************************
 FOOTER
*******************************************************************************/
.footer {
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    width: 100%;
    color: #0e4d94;
    height: 60px;
    /*padding: 10px 0;*/
    text-align: center;
    line-height: 60px;
}
.footer .footer-sales-group * {
    color: #0e4d94;
    font-size: 1rem;
    margin: 0;
}
.footer .change-language-desktop {
    text-align: left;
    position: relative;
    left: 8px;
}
.footer .change-language-desktop ul * {
    font-size: 18px;
    color: #616262;
}
.footer .footer-contact-us-desktop .btn-yellow {
    margin-top: 0px;
}
.change-language-mobile {
    margin-top: 1rem;
}
@media all and (max-width: 768px) {
    .footer-sales-group * {
        font-size: 0.75rem;
    }
    .change-language-desktop {
        display: none;
    }
    .footer-contact-us-desktop {
        display: none;
    }
}
@media all and (min-width: 769px) {
    .footer-contact-us-desktop {
        display: block;
        text-align: right;
        position: relative;
        right: 8px;
    }
    .change-language-mobile {
        display: none;
    }
    .menu-open-contact-us {
        display: none;
    }
}
/*******************************************************************************
 HOME - INTRO
*******************************************************************************/
.hp-intro {
    background: #0e4d94; }
.hp-intro .hp-intro-box {
    margin: 0 auto;
}
.hp-intro .hp-intro-box-image {
    margin: 0 auto;
}
.hp-intro .hp-intro-box-image img {
    margin: 0 auto;
    width: 100%;
}
.hp-intro h2 {
    text-align: center;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .hp-intro-box-image {
        width: 70%; } }
@media all and (min-width: 1025px) {
    .hp-intro-box-image {
        width: 50%;
    }
    .hp-intro-box-image img {
        width: 50%;
    }
}
@media all and (min-width: 1367px) {
    .hp-intro-box-image {
        width: 60%;
    }
    .hp-intro-box-image img {
        width: 60%;
    }
}
/*******************************************************************************
 HOME - ABOUT-US
*******************************************************************************/
.hp-about-us {
    /*background: #0e4d94;*/
    background: url("../../images/hp-servicos-background.jpg") no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;

}
.hp-about-us p {
    margin-bottom: 15px;
}
/*.hp-about-us-box {
    position: relative;
    z-index: 999;
    display: block;
}*/
@media all and (min-width: 768px) {
    .hp-about-us-box {
        /*width: 80%;*/
    }
}
@media all and (min-width: 1200px) {
    .hp-about-us-box {
        /*width: 75%;*/
    }
}
@media all and (min-width: 1367px) {
    .hp-about-us-box {
        /*width: 85%;*/
    }
}
#hp-about-us-map {
    /*    width: 100%;
        height: 100%;*/
    /*    max-width: 100%;
        max-height: 100%;*/
    /*    position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        overflow: hidden;*/
    /*zoom: 1.4;*/ }

#hp-about-us-map .gm-style {
    /*    width: 100%;
        height: 100%;*/
    /*width: 110% !important;*/
    /*height: 110% !important;*/
    /*position: relative;*/
    /*        -ms-transform: rotate(5deg);
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);*/
    /*zoom: 0.85;*/
}
/*******************************************************************************
 HOME - COMPLIANCE
*******************************************************************************/
.hp-compliance {
    background: url("../../images/hp-compliance-background.jpg") no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    /*background: #195490;*/
}
@media all and (min-width: 768px) {
    .hp-compliance-box {
        width: 40%; } }
.btn-yellow {
    background: #fcd836;
    color: #0e4d94;
    font-family: "Cabrito Condesed Sans Bold";
    padding: 8px 15px;
    margin-top: 0.250rem;
}
/*******************************************************************************
 HOME - CONTACT/INFORMATION
*******************************************************************************/
.hp-contacts {
    background: #0e4d94;
    background: url("../../images/hp-contacts-background.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.hp-contacts-contacts {
    background: #195490;
}
#hp-contacts-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.hp-contacts-map-blue-box {
    background: #0e4d94;
    padding: 15px 25px;
}
@media all and (min-width: 768px) {
    .hp-contacts-map-blue-box {
        width: 50%;
        float: right;
    }
}
.hp-contacts-map-blue-box h3 {
    margin: 25px 0 10px 0px; }

.hp-contacts-contacts a {
    pointer-events: auto;
}
.hp-contacts-box {
    /*pointer-events: none;*/
    position: relative;
    z-index: 250;
    display: block;
}
@media all and (min-width: 768px) {
    .hp-contacts-box {
        position: relative;
        width: 80%;
        margin-left: 10%;
    }
}
.hp-contacts-box a {
    /*pointer-events: auto;*/
    color: #ffffff;
}
.hp-contacts-box p {
    margin-bottom: 0px;
}
/*******************************************************************************
 OVERRIDE CSS
*******************************************************************************/
#fp-nav.right {
    right: 50px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #fcd836;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -3px;
    color: #fff;
    font-size: 16px;
    font-family: "Cabrito Condesed Sans Light";
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 14px;
    width: 14px;
    margin: -7px 0 0 -7px;
}
/* google maps no logos */
.gmnoprint:not(.gm-bundled-control) {
    display: none;
}
.gm-bundled-control .gmnoprint {
    display: block;
}
a[href^="http://maps.google.com/maps"] {
    display: none !important;
}
a[href^="https://maps.google.com/maps"] {
    display: none !important;
}
a[href^="https://www.google.com/maps"] {
    display: none !important;
}
.hp-contacts-box a i {
    font-size: 1.500em;
}
/*******************************************************************************
 TO DELETE
*******************************************************************************/
.background-cover, .slide {
    /*    background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(http://placehold.it/1440x750&text=1);*/
}

.slide {
    /*height: 100vh;*/
}
.slide--1 {
    /*background-image: url(http://placehold.it/1440x750&text=1);*/
}
.slide--2 {
    /*background-image: url(http://placehold.it/1440x750&text=2);*/
}
.slide--3 {
    /*background-image: url(http://placehold.it/1440x750&text=3);*/
}
.teste-01 {

}
.teste-02 {

}