﻿/*
1 - ESTILOS GERAIS
2 - BARRA DO TOPO

*/


/* Media Rules Exemplo */

/*
    @media (max-width: 1600px) and (min-width: 1367px){
    //Quando a largura mínima for 1367px e a largura máxima for 1600px, aplicam-se os estilos dentro deste media rule.
}
@media (max-width: 1366px) and (min-width: 1281px){
    //Quando a largura mínima for 1281px e a largura máxima for 1366px, aplicam-se os estilos dentro deste media rule.
}
@media (max-width: 1280px) and (min-width: 1025px){   
    //Quando a largura mínima for 1025px e a largura máxima for 1280px, aplicam-se os estilos dentro deste media rule.
}
@media (max-width: 1024px) and (min-width: 801px){
    //Quando a largura mínima for 801px e a largura máxima for 1024px, aplicam-se os estilos dentro deste media rule.
}
@media (max-width: 800px) and (min-width: 641px){
    //Quando a largura mínima for 641px e a largura máxima for 800px, aplicam-se os estilos dentro deste media rule.
}
    */



/*================= 1 - ESTILOS GERAIS - INICIO=============*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /*overflow: inherit;*/
    /*DESABILITA A SELEÇÃO DE TEXTO*/
/*     -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; */
}

img {
    /*DESABILITA O ARRASTAR DAS IMAGENS*/
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.Languages_small .dropdown-toggle,
.Languages_small .dropdown-menu li a {
    color: #999 !important;
    cursor: pointer;
    background-color: transparent !important;
}

.Languages_small .dropdown .dropdown-menu {
    position: static;
    float: none;
    display: none;
    background-color: transparent !important;
    color: #999 !important;
    border: none;
}

.Languages_small .dropdown-toggle:hover,
.Languages_small .dropdown.open > a.dropdown-toggle .Languages_small .dropdown.open li a:hover {
    color: #FFF !important;
}

.Languages_small .navbar-collapse .collapse .in .dropdown {
    height: 0px;
}

.lang {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 0;
    overflow: hidden;
    clear: both;
    /* text-align: center; */
}

.bx-pager-link {
    display: none !important;
}

.owl-theme .owl-controls {
    position: relative;
    display: block;
    /*bottom: -30%;*/
    right: 0%;
    text-align: right;
}

/*#owlSlideNoticias,
.owl-theme,
.owl-controls{
    
    margin-top: 2% !important;
}*/

.owl-stage-outer,
.owl-stage {
    height: 100% !important;
}

.owl-prev,
.owl-next {
}

#owlSlide,
#owlSlideContent {
    position: relative;
    margin-bottom: 0px !important;
}

.owl-theme .owl-controls {
    position: relative;
    display: block;
    bottom: 0%;
    right: 0%;
    text-align: right;
    margin-top: -3% !important;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        /*width: 10px;*/
        /*height: 10px;*/
        /*margin: 5px 7px;*/
        /*background: #fff;*/
        /*opacity: 0.4;*/
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        /*border-radius: 30px;*/
        background: none repeat scroll 0 0 #fff;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.4;
        width: 12px;
    }


    .owl-theme .owl-dots .owl-dot.active span {
        background: #fff;
        opacity: 1 !important;
    }

#owlSlideNoticias.owl-theme .owl-controls div {
    margin-top: 3% !important;
}


/*.owl-theme .owl-controls {
    position: absolute;
    display: block;
    bottom: -30%;
    right: 0%;
    text-align: right;
}


.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}*/

/*.owl-theme .owl-controls {
    display: inline-block;
}
.owl-theme .owl-controls {
    display: inline-block;
    zoom: 1;
}
.owl-controls .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-theme .owl-controls {
    position: relative;
    display: block;
    bottom: 10%;
    right: 0%;
    text-align: center;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls span {
    
}*/


@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    .Languages {
        position: absolute;
        top: 3px;
        right: 0px;
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }


.ContentImage {
    background-repeat: no-repeat;
    background-size: contain;
}

.backColor_Page {
    background-color: #ededed;
}

.color_white {
    color: white;
}


.smallLogo {
    position: absolute;
    top: 0.8rem;
    left: 5%;
}

    .smallLogo img {
        max-height: 2rem;
    }

.withBar {
}

.dropdown-menu {
    min-width: 0px;
}

.constrait-images,
.constrait-images img {
    max-height: 100%;
}

.footer-fixed,
.footer-contact {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}


#owlSlide,
#owlSlideContent {
    position: relative;
    /*margin-bottom: 25px;*/
}

.setaDireita {
    position: absolute;
    top: -15em;
    right: 10px;
    z-index: 999;
}

.setaEsquerda {
    position: absolute;
    top: -15em;
    left: 10px;
    z-index: 999;
}

.SetasImagens {
    width: 20px;
}

.owlRelative {
    position: relative;
    margin-bottom: 25px;
}


.setaDireita2,
.setaEsquerda2 {
    margin-top: 5vh;
}

.setaDireita2 {
    /*position: absolute;
    top: 30%;
    right: 10px;*/
    /*left: 3%;*/
    margin-left: 0rem;
}

.setaEsquerda2 {
    /*position: absolute;
    top: 30%;
    left: 10px;*/
    /*left: 45%;*/
}


.logo {
    max-height: 40px;
    margin-right: 2rem;
}

#footerPhrase {
    font: 12px/14px 'Open Sans', sans-serif;
}

.logoFooter {
    max-height: 40px;
}

.TopButton {
    position: absolute;
    top: 10px;
    max-height: 49px;
    height: 60%;
    right: 10px;
}

    .TopButton img {
        height: 100%;
        max-height: 29px;
    }


.carousel-inner {
    height: 100%;
}

.carousel-caption {
    text-shadow: none;
    left: 0%;
    right: 0%;
    /* bottom: 0 !important; */
    /*top: 15%;*/
    padding-bottom: 0px !important;
}


@media (max-width: 3000px) and (min-width: 2001px) {
    .screenSliderV3 {
        height: 700px;
        position: relative;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
}

@media (max-width: 2000px) and (min-width: 1367px) {
    .screenSliderV3 {
        height: 820px;
        position: relative;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
}

@media (max-width: 1366px) and (min-width: 1000px) {
    .screenSliderV3 {
        height: 480px;
        position: relative;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
}


.MainSlider {
    height: 75%;
}


    .MainSlider .owl-wrapper-outer,
    .MainSlider .owl-wrapper,
    .MainSlider .owl-item {
        height: 100% !important;
    }

.centralStrip {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: absolute;
    top: 0%;
}


#slider_home .slick-list, #slider_home .slick-track {
    height: 100%;
}

#slider_home .owl-wrapper-outer, #slider_home .owl-wrapper, #slider_home .owl-item {
    height: 100%;
}

.screenSliderV2 {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.ContentSlider img {
    width: auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    /*max-width: 75% !important;*/
    max-width: 75% !important;
    /* min-height: 40%; */
    height: auto !important;
    height: 100%;
}

.img-slide {
    /*padding-bottom: 10% !important;*/
}

.buttonsCallToAction {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 25;
    height: 35%;
    width: 100%;
    display: block;
    background-color: #FFF;
}

.overlay {
    background: rgba(255, 255, 255, 0.75);
}

.textSlider {
    /* width: 700px;
    height:340px;*/
    margin: 0 auto;
}

.multimediaSlider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    background-color: #000;
    display: block;
}

.spaceLine45 {
    line-height: 45px;
}

.fontSize40 {
    font-size: 40px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0,0,0,-0.1);
    color: white;
    opacity: 1;
}

.all-FullHeight {
    height: 100%;
}

    .all-FullHeight > p {
        margin-bottom: 7px;
    }

.back_Cover {
    background-size: cover;
    background-repeat: no-repeat;
    /*width: 90%*/
    /*margin-top: 45%;*/
}

.destaquesBottom {
    height: 35%;
}

.Languages .dropdown-toggle {
    cursor: pointer;
}

.Languages_small .nav {
    margin-top: 0px;
    /* color: #FFF; */
}

    .Languages_small .nav .dropdown {
        display: block;
    }

.Languages {
    position: absolute;
    top: 8px;
    right: 0px;
    color: #FFF;
    padding-top: 1rem;
    /* text-align: right; */
}

.fb-like {
    height: 20px;
    overflow: hidden;
}
/*================= 3 - HOMEPAGE - FIM =============*/

.divEspaco {
}

.bgCinza {
    height: 18rem;
    background: url(/Css/images/bgBrands.png);
    /*background: url(/Css/images/bgBrands.png) repeat-x right;*/
}

/* Middle 1 */

.imagemMiddle1 {
    width: 50px;
}

.span1 {
    line-height: 40px;
    font-size: 3rem;
    font-weight: 300;
}

.span2 {
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
}




/* Middle 2 */

.color_cinza {
    color: #808285 !important;
}

.compMiddle2 {
    width: 60%;
    /* width: 71%; */
}

.espacoTop {
    padding-top: 2em;
}

.imagemMiddle2 {
    width: 200px;
}

.tituloMiddle2 {
    font-size: 3em;
}

.textoMiddle2 {
}


/* Middle 3 */

#owlSlideNoticias {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.fundoNoticias {
    background-image: url('/Css/images/bannernoticiasentrada.jpg');
    color: #fff;
    padding: 2rem 0 3rem;
}

.summaryText {
    min-height: 100px;
}

.textoSpanNoticia {
    font-size: 3em;
    display: inline-block;
    vertical-align: bottom;
}

.iconTitle {
    max-width: 60px;
}

.janelaNoticias {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 225px;
    position: relative;
}

.divLerMais {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4em;
    /*border-style: groove;*/
    border: 1px solid;
}

.linkLeiaMais {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6em;
    height: 3em;
    margin-top: -0.5em;
    margin-left: -3em;
}


/* FOOTER PRSD2 */

.footerTitulo {
    font: 16px/20px 'Open Sans', sans-serif;
    color: #E74710;
    text-decoration: none;
    padding: 0px;
    line-height: 4;
}

.footerText {
    font: 12px/14px 'Open Sans', sans-serif;
}

.footerColor {
    height: 20em;
    width: 100%;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: hidden;
    background: url(/Css/images/containerBottomBg.png) repeat left top;
    /*padding-top: 4em;*/
    padding-top: 2em;
    color: #FFF;
    /*margin-top: 5%;*/
}

.lineFooter1 {
    padding-top: 4em;
}

.borderFooter {
    border-left: 1px solid #454545;
}

.espacoleft {
    margin-left: 2em;
}

.spanConecte {
    color: white;
    /*font-size: 12px;*/
    font: 10px/12px 'Open Sans', sans-serif;
}

.footerLine {
    width: 100%;
    margin: 0px auto 0px;
    overflow: hidden;
    background: url(/Css/images/containerBottomBg.png) repeat left top;
    padding: 1em 0 1em;
    color: #FFF;
    border-top: 1px solid #454545;
}


/* NAV  */
/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/

#Wrap_MenuScroll,
.Wrap_MenuScroll {
    /*padding: 1% 0% 1%;*/
    width: 100%;
}

    #Wrap_MenuScroll a,
    .Wrap_MenuScroll a {
        /*color: white;*/
        color: #999999;
        font-size: 1rem;
        font-weight: 600;
    }

.subMenu > td:active,
.subMenu > td:focus {
    color: #FFF;
    /*opacity: 1;*/
}


.navbar-default .navbar-nav td {
    width: 6rem;
    text-align: left;
    padding: 1rem 0.5rem;
}

    .navbar-default .navbar-nav td.menuSpace {
        width: 50%;
    }

    .navbar-default .navbar-nav td > a {
        /*color: white;*/
        color: #999999;
    }

        .navbar-default .navbar-nav td > a.active,
        .subMenu td > a.active {
            color: #FFF;
            text-decoration: underline;
        }


.subMenu td > a.active {
    text-decoration: none !important;
}


.navbar-default .navbar-nav td > a:hover,
.navbar-default .navbar-nav td > a:focus {
    color: #FFFFFF;
    background-color: transparent;
    opacity: 1;
}

.navbar-default {
    border: none;
    font-weight: 600;
    color: #4c4c4c;
    background-color: rgba(255,255,255,0);
}

    .navbar-default > .container-fluid {
        background-color: rgba(25,25,25,0.7);
    }

        .navbar-default > .container-fluid:first-child {
            margin-bottom: 0.1rem;
            background-color: rgba(25,25,25,0.9);
        }

.navbar-brand {
    padding-top: 1rem;
    height: auto;
}

.navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
    transition: transform 0.3s;
}

.navbar .navbar-collapse {
    position: relative;
    overflow: hidden !important;
}
    /* .Languages_small, 
.navbar .navbar-collapse {
    max-height: 57px !important;
} */

    .navbar .navbar-collapse .navbar-right > li:last-child {
        padding-left: 22px;
    }

.navbar .nav-collapse {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 220px;
    padding-left: 80px;
    width: 100%;
}

.navbar.navbar-default .nav-collapse {
    background-color: black;
}

.navbar.navbar-inverse .nav-collapse {
    background-color: #222;
}

.navbar .nav-collapse .navbar-form {
    border-width: 0;
    box-shadow: none;
}

.navbar-toggle {
    border: none;
    padding-right: 1.2rem;
    background-color: transparent !important;
}

    .navbar-toggle .icon-bar {
        background-color: #FFF !important;
    }


.subMenu .navbar-nav td {
    /*width: 11rem;*/
    width: 15rem;
    /*width: 1%;*/
    line-height: 1.2rem;
    /*display: inline-flex;*/
}

/*Tabela SubMenu*/

.subMenu .logoSubMenu {
    width: 2.5rem;
    float: left;
    margin-right: 0.6rem;
    opacity: 0.4;
    height: 35px !important;
}

.logoSubMenu:hover {
    opacity: 1 !important;
}

.subMenuText {
    /*margin-top: 0.5rem;*/
}

.imgActive {
    opacity: 1 !important;
}

.nav-collapse > li {
    float: right;
}

.btn.btn-circle {
    border-radius: 50px;
}

.btn.btn-outline {
    background-color: transparent;
}

.navbar-nav.navbar-right .btn:not(.collapsed) {
    background-color: rgb(111, 84, 153);
    border-color: rgb(111, 84, 153);
    color: rgb(255, 255, 255);
}

.navbar.navbar-default .nav-collapse,
.navbar.navbar-inverse .nav-collapse {
    height: auto !important;
    transition: transform 0.3s;
    transform: translate(0px,-50px);
}

    .navbar.navbar-default .nav-collapse.in,
    .navbar.navbar-inverse .nav-collapse.in {
        transform: translate(0px,0px);
    }


@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .nav-collapse {
        margin: 7.5px auto;
        padding: 0;
    }

        .navbar .nav-collapse .navbar-form {
            margin: 0;
        }

    .nav-collapse > li {
        float: none;
    }

    .navbar.navbar-default .nav-collapse,
    .navbar.navbar-inverse .nav-collapse {
        transform: translate(-100%,0px);
    }

        .navbar.navbar-default .nav-collapse.in,
        .navbar.navbar-inverse .nav-collapse.in {
            transform: translate(0px,0px);
        }

        .navbar.navbar-default .nav-collapse.slide-down,
        .navbar.navbar-inverse .nav-collapse.slide-down {
            transform: translate(0px,-100%);
        }

        .navbar.navbar-default .nav-collapse.in.slide-down,
        .navbar.navbar-inverse .nav-collapse.in.slide-down {
            transform: translate(0px,0px);
        }
}


.bannerImagem {
    width: 100%;
    height: 95%;
}

.pMarginTexto {
    margin-left: 35%;
}

.pMarginImagem {
    /*margin-left: 40%;*/
    text-align: center;
}

.row {
    margin-bottom: 0;
}

.colHeightMiddle {
    min-height: 50%;
    height: 100%;
    /*padding: 2rem 0rem;*/
    /*padding: 2rem 0 2rem 0;*/
}

.borderColunas {
    /*border-right: 1px solid #454545;*/
    /*border-right: 1px solid #FFF;*/
    border-left: 1px solid #FFF;
    padding-top: 1rem;
    /* padding-bottom: 1rem; */
}

.borderColunas2 {
    /*border-right: 1px solid #454545;*/
    /*border-right: 1px solid #FFF;*/
    border-left: 1px solid #FFF;
    padding: 1rem 0 1rem 5rem;
}
/*.inside{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 100%;
}
.inside-full-height{
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}*/



/*   SUBMENU          */

.rowBackGColor {
    background-color: #191919;
}

@media (max-width: 2000px) and (min-width: 400px) {
    .navbar-collapse2.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-default .navbar-nav td > a {
        /*display: inline-flex;*/
    }
}

@media (max-width: 890px) and (min-width: 400px) {
    #Wrap_MenuScroll,
    .Wrap_MenuScroll {
        /*padding: 15% 0% 2% 0%;*/
        /*background-color: black;*/
    }

    .navbar-default .navbar-nav td > a {
        display: inline-flex;
    }
}

/* Large desktop */
@media (min-width: 1200px) {
    .pageHeightMiddle1 {
        height: 25%;
        /*padding-top: 2%;*/
    }

    .lg-FullHeight {
        height: 100%;
    }

    .container-height {
        display: table;
    }

    .row-lg-height {
        display: table-row;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }

    .navbar-nav {
        margin: 0;
    }

    html {
        font-size: 14px;
    }

    .correctWidth {
        width: 100% !important;
    }

    .navbar-default .navbar-nav td > a {
        /*display: inline-flex;*/
    }

    .carousel-caption {
        /* top: 15%; */
    }
}

/* Portrait tablet to landscape and desktop */
/* MEDIUM */
@media (min-width: 992px) and (max-width: 1199px) {
    .pageHeightMiddle1 {
        height: 25%;
        /*padding-top: 2%;*/
    }

    .md-FullHeight {
        height: 100%;
    }

    .container-height {
        display: table;
    }

    .row-md-height {
        display: table-row;
    }

    .col-md-height {
        display: table-cell;
        vertical-align: top;
        float: none;
    }

    .navbar-nav {
        margin: 0;
    }

    html {
        font-size: 14px;
    }


    .pMarginTexto {
        margin-left: 25%;
    }



    .noticiasTitle {
        margin-top: 0em !important;
    }

    .navbar-default .navbar-nav td > a {
        display: inline-flex;
    }

    /* .setaDireita,
    .setaEsquerda {
        display: none;
    } */

    /* .carousel-caption {
        bottom: 7% !important;
        padding-right: 75%;
    } */

    .compMiddle2 {
        width: 70%;
    }

    .borderColunas {
        /*border-right: 1px solid #454545;*/
        /*border-right: 1px solid #FFF;*/
        border-left: 1px solid #FFF;
        padding-top: 1rem;
        /* padding-bottom: 1rem; */
    }

    .color_white > p {
        margin: 10px 0 10px 0 !important;
    }

        .color_white > p:last-child {
            margin: 0 0 20px 0 !important;
        }
}

/* Mobile And Tablets*/
/* SMALL */
@media (min-width: 768px) and (max-width: 991px) {
    .sm-FullHeight {
        height: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        border: none;
        padding-right: 1.2rem;
        background-color: transparent !important;
    }


    .navbar-collapse.collapse {
        height: 1px !important;
        position: relative;
        overflow: hidden !important;
    }

    .navbar-collapse.in {
        height: auto !important;
    }

    html {
        font-size: 14px;
    }

    .MainSlider {
        height: 100% !important;
    }

    .navbar-default .navbar-nav td > a {
        display: inline-flex;
    }

    .setaDireita,
    .setaEsquerda {
        display: none;
    }

    .CallToActionSlide {
        margin: 0px !important;
        width: 100%;
    }

    .carousel-caption {
        /* bottom: 7% !important;
        padding-right: 75%; */
        top: 10%;
    }

    #footerPhrase {
        font: 11px/13px 'Open Sans', sans-serif !important;
        margin: 0px 5px 0px 5px !important;
        text-align: center !important;
        vertical-align: middle !important;
    }

    #owlSlide {
        position: relative;
        margin-bottom: 0px !important;
    }

    .compMiddle2 {
        width: 60%;
    }

    .color_white {
        color: white;
        padding: 30px 0px 0px !important;
        /* padding: 5px 0px 0px !important; */
    }

    .ajustHeight {
        margin-top: 24%;
    }

    .borderColunas {
        /*border-right: 1px solid #454545;*/
        /*border-right: 1px solid #FFF;*/
        border-left: 1px solid #FFF;
        padding-top: 0rem !important;
        /* padding-bottom: 1rem; */
    }

    .color_white > p {
        margin: 10px 0 10px 0 !important;
    }

        .color_white > p:last-child {
            margin: 0 0 20px 0 !important;
        }

    .topSubContent {
        margin-top: 0 !important;
    }

    .contactFormLocal {
        background: #FFF !important;
        padding: 0px !important;
        border-top: 1px solid #EFEFF0 !important;
    }

    div#mobileRuleTop {
        order: 1;
        display: table-header-group;
    }

    div#mobileRuleBot {
        order: 2;
        display: table-footer-group;
    }

    .container.CallToActionHome {
        width: 100%;
    }

    .owl-theme {
        background: #ededed;
    }

        .owl-theme .owl-controls {
            position: relative;
            display: block;
            bottom: 0%;
            right: 0%;
            text-align: right;
            margin-top: -10% !important;
        }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .pageHeightMiddle1 {
        /* padding: 2rem; */
    }

    .sm-FullHeight {
        height: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    html {
        font-size: 14px;
    }

    .MainSlider {
        height: 105%;
        /*width: 105%;*/
    }

    .navbar-default .navbar-nav td > a {
        /*display: inline-flex;*/
    }

    .setaDireita,
    .setaEsquerda {
        display: none;
    }

    .CallToActionSlide {
        margin: 0px !important;
        width: 100%;
    }

    .carousel-caption {
        /* bottom: 7% !important;
        padding-right: 75%; */
        top: 10%;
    }

    .tabAlign, .serviceTabIcon {
        padding-top: 1rem;
        padding-bottom: 0.15rem;
    }

    #footerPhrase {
        font: 11px/13px 'Open Sans', sans-serif !important;
        margin: 0px 5px 0px 5px !important;
        text-align: center !important;
        vertical-align: middle !important;
    }

    #owlSlide {
        position: relative;
        margin-bottom: 0px !important;
    }

    .ajustHeight {
        margin-top: 24%;
    }

    .borderColunas {
        /*border-right: 1px solid #454545;*/
        /*border-right: 1px solid #FFF;*/
        border-left: 1px solid #FFF;
        padding-top: 0rem !important;
        /* padding-bottom: 1rem; */
    }

    .color_white > p {
        margin: 10px 0 10px 0 !important;
    }

        .color_white > p:last-child {
            margin: 0 0 20px 0 !important;
        }

    .topSubContent {
        margin-top: 0 !important;
    }

    .contactFormLocal {
        background: #FFF !important;
        padding: 0px !important;
        border-top: 1px solid #EFEFF0 !important;
    }

    div#mobileRuleTop {
        order: 1;
        display: table-header-group;
    }

    div#mobileRuleBot {
        order: 2;
        display: table-footer-group;
    }

    .container.CallToActionHome {
        width: 100%;
    }

    .owl-theme {
        background: #ededed;
    }

        .owl-theme .owl-controls {
            position: relative;
            display: block;
            bottom: 0%;
            right: 0%;
            /*text-align: right;*/
            /*margin-top: -10% !important;*/
            margin-top: -7% !important;
        }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .xs-FullHeight {
        height: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    html {
        font-size: 14px;
    }

    /* .MainSlider {
        height: 101%;
        width: 101%;
    } */

    .navbar-default .navbar-nav td > a {
        display: inline-flex;
    }

    .setaDireita,
    .setaEsquerda {
        display: none;
    }

    .carousel-caption {
        /* bottom: 7% !important;
        padding-right: 75%; */
        top: -2%;
    }

    #owlSlide {
        /* width: 332px; */
        width: 100%;
        margin-bottom: 0px !important;
    }

    .color_white {
        color: white;
        padding: 30px 0px 0px !important;
    }

    .ajustHeight {
        margin-top: 24%;
    }

    .topSubContent {
        margin-top: 0% !important;
    }

    .back_Cover {
        background-size: cover;
        background-repeat: no-repeat;
        /* width: 90%; */
        /* padding-top: 40%; */
    }

    .tabAlign, .serviceTabIcon {
        padding-top: 1rem !important;
        padding-bottom: 0.15rem !important;
    }

    #footerPhrase {
        font: 11px/13px 'Open Sans', sans-serif !important;
        margin: 0px 5px 0px 5px !important;
        text-align: center !important;
        vertical-align: middle !important;
    }

    .borderColunas {
        /*border-right: 1px solid #454545;*/
        /*border-right: 1px solid #FFF;*/
        border-left: 1px solid #FFF;
        padding-top: 0rem !important;
        /* padding-bottom: 1rem; */
    }

    .color_white > p {
        margin: 0 0 10px 0 !important;
    }

        .color_white > p:last-child {
            margin: 0 0 20px 0 !important;
        }

    .topSubContent {
        margin-top: 0 !important;
    }

    .contactFormLocal {
        background: #FFF !important;
        padding: 0px !important;
        border-top: 1px solid #EFEFF0 !important;
    }

    div#mobileRuleTop {
        order: 1;
        display: table-header-group;
    }

    div#mobileRuleBot {
        order: 2;
        display: table-footer-group;
    }

    .container.CallToActionHome {
        width: 100%;
    }

    .owl-theme {
        background: #ededed;
    }

        .owl-theme .owl-controls {
            position: relative;
            display: block;
            bottom: 0%;
            right: 0%;
            /*text-align: right;*/
            /*margin-top: -10% !important;*/
            margin-top: -7% !important;
        }
    /* 	
	.owl-controls .clickable {
		background-color: #ededed !important;
	}
	.owl-theme .owl-controls {
		position: absolute;
		display: block;
		right: 5%;
		bottom: -50px;
	} */
}

/* #owlSlidePages,
#owlSLideContent{
    background-color: #ededed;
	right: 0px !important;
} 


	.owl-theme .owl-controls {
		position: relative;
		display: block;
		bottom: 10%;
		right: 0% !important;
		text-align: center;
	}
*/

/*.allHeight {
    height: 100%;
}*/

/* CONTACT PAGE */
/*.topSubContent,
.locationTabs {
    height: 20rem;
}*/

#SugestOpt{
    padding-left: 15px;
    padding-right: 15px;
}

.selectedLang {
    color: #FFFFFF !important;
}

/* Estilos do texto do subconteudo (Ao lado dos tabuladores) nas páginas "ONDE ESTAMOS" & "CONTACTE-NOS" */
.subContentHeight {
    height: 25%;
    /*border-right: 1px solid #EFEFF0;*/
}

.topSubContent {
    /*font-size: 3.4em;*/
    font-weight: 200;
    text-align: left;
    line-height: 1;
    color: #999;
    margin-top: 1.5%;
    /*padding: 5rem 0 0 0;*/
}

.topMessage {
    /*margin-top: 6%;*/
}

.mid-info {
    padding-top: 3vh;
}

.mid-info-btn {
    padding-top: 3vh; 
    /*padding-bottom: 3vh;*/
}

.info-btn {
    border: 1px solid #f79239;
    height: 15vh;
    cursor: pointer
}

.info-icon{
    width: 8vh;
    padding: 1vh;
    padding-top: 2.5vh;
}
.sugest-icon{
    width: 8vh;
    padding: 1vh;
}
/* Estilos do texto do subconteudo (Ao lado dos tabuladores) nas páginas "ONDE ESTAMOS" & "CONTACTE-NOS" */

/* Estilos dos tabuladores das páginas "ONDE ESTAMOS" & "CONTACTE-NOS" */
.locationTabs {
    /*background: #f2f2f2;*/
    height: 100%;
    bottom: 0;
    border-left: 1px solid #EFEFF0;
    color: #808285 !important;
}

    .locationTabs:last-child {
        border-right: 1px solid #EFEFF0;
    }

.contactFormLocal {
    background: #EFEFF0;
    padding: 1rem 0 1rem 0;
}

.countryAlign,
.serviceTabName {
    /*padding-top: 8rem;*/
    padding-bottom: 2rem;
}

.tabAlign,
.serviceTabIcon {
    padding-top: 3rem;
    padding-bottom: 2.15rem;
    cursor: pointer;
}

.elm-1 {
    background: #EFEFF0;
}

.tabActive {
    background: #EFEFF0;
}

.tabCountry,
.areaCountry,
.contentSaude {
    display: none;
}

.correctWidth {
    width: 100% !important;
}

/* Estilos dos tabuladores das páginas "ONDE ESTAMOS" & "CONTACTE-NOS" */


.captchaCode {
    color: inherit !important;
}

/* Estilos do conteúdo da página "ONDE ESTAMOS" & "CONTACTE-NOS" */
.clientes {
    margin: 4% 0 0 0;
}

.headerArea {
    padding-left: 4%;
    color: #f1912d;
    font-weight: 600;
    font-size: 1.2rem;
}

.areaContent {
    padding: 3% 5% 3% 4%;
}

.setWidth {
    width: 100% !important;
}

.clientArea {
    padding-top: 2%;
    border-bottom: 1px solid #a7a7a8;
}

.clientContent {
    padding-bottom: 3%;
}
/* Estilos do conteúdo da página "ONDE ESTAMOS" & "CONTACTE-NOS" */

/* Estilo do icone da área - ex: Administração Pública */
.areaImg {
    width: 2rem;
    text-align: center;
    margin-right: 0.5rem !important;
    vertical-align: bottom !important;
}
/* Estilo do icone da área - ex: Administração Pública */

/* Estilos da página "CONTACTE-NOS" */
.countryMap {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 4%;
}

.areaMap {
}

.areaCountry {
    padding: 3%;
    margin-right: 2rem;
    margin-left: 2rem;
}

.addressWrapper {
    padding-top: 3%;
}
/* Estilos da página "CONTACTE-NOS" */


/*.owl-carousel .owl-item img {
    display: inline;
    width: auto;
    -webkit-transform-style: preserve-3d;
}*/


/* CONTACT FORM */
.form-Left {
    float: left;
    width: 47%;
}

    .form-Left label,
    .form-Right label,
    .col-xs-12 label,
    #filedset_form span {
        /*color: #333;*/
        color: #808285 !important;
    }

.popContact .form-Left label,
.popContact .form-Right label,
.popContact .col-xs-12 label,
.popContact #filedset_form span {
    color: #333 !important;
}

.form-Right {
    float: right;
    width: 47%;
}

.formee-lbl, .formee label {
    display: block;
    height: auto;
    margin: 0.5em 0 0.2em !important;
    color: #808285 !important;
}

form .formee-txt:focus, .formee input[type="text"]:focus, .formee input[type="password"]:focus, .formee input[type="file"]:focus, .formee textarea:focus, .formee select:focus {
    border-color: #c6c6c6 #c6c6c6 #c6c6c6 !important;
}

.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee textarea, .formee select {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    line-height: 1.5em !important;
}

/* CONTACT FORM */
.equipas_2 {
    background: #EFEFF0;
}

.equipa {
    padding: 0 5% 0 5%;
}

.firstBar:last-child {
    display: label label-warning;
}

/* ESTILOS DO HAMBURGUER MENU (MOBILE) */

#toggle {
    display: block;
    width: 60px;
    height: 25px;
    /* margin: 30px auto 10px; */
}

    #toggle .hamMenu:after,
    #toggle .hamMenu:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }

    #toggle .hamMenu:after {
        top: 9px;
    }

    #toggle .hamMenu {
        position: relative;
        display: block;
    }

        #toggle .hamMenu,
        #toggle .hamMenu:after,
        #toggle .hamMenu:before {
            width: 100%;
            height: 4px;
            background-color: #FFF;
            transition: all 0.3s;
            backface-visibility: hidden;
            border-radius: 2px;
        }

    /* on activation */
    #toggle.on .hamMenu {
        background-color: transparent;
    }

        #toggle.on .hamMenu:before {
            transform: rotate(45deg) translate(5px, 5px);
        }

        #toggle.on .hamMenu:after {
            transform: rotate(-45deg) translate(7px, -8px);
        }

    #toggle.on + #menu {
        opacity: 1;
        visibility: visible;
    }
