﻿.imageCarousel {
    position: relative;
    top: 100px;
    left: 0;
    right: 0;
    max-height: 600px;
    width: 100% !important;
    height: auto;
    z-index: 1;
    overflow: hidden;
    min-height: 50px;
    max-width: 1600px !important;
    object-fit: cover;
    object-position: 50% 50%;
}

.phone .imageCarousel {
    top: 0px;    
}

.tablet .imageCarousel {
    top: 0px;    
}

.contentNarrow {
    margin-top: 120px !important;
    max-width: 1100px !important;
    width: 1100px !important;
    background-color: #f6f6f6 !important;
}

.CarouselForeGround {
    z-index: 2;
}

.RightCorner {
    position: relative;
    z-index: 5;
    min-width: 100%;
    min-height: 100%;
}

.Header_background .contentNarrow {
    margin-top: 0px;    
}

.MenuFunPT {
    background: white;
    position: relative;
    border-bottom: 1px solid #CCC;
    z-index: 1;
}

.headerFunPt .MenuFunPT .content-holder {
    display: flex;
    align-items: stretch;
    margin-bottom: -1px;
}

.headerFunPt .content-holder {
    width: 100%;
    margin: auto;
    padding: 0 0 0 30px;
}


.Header_background .RightCorner {
    padding-right: 120px;
}

.Header_background, .contentNarrow, .imageCarousel {
    width:100% !important;
    display: block;
    margin: 0 auto;
}

.phone .contentNarrow {
    display: inline-block;    
}

.Menu_TopMenu a:hover {
    color: #0084D6;    
}

.Header_background {
    left: 0;
    right: 0;
}

body {
    background-color: white;
}

.FullMenu {
    background-color: white !important;
    height: 75px;
}

.Menu_TopMenu {
    margin: 0 !important;
    height: 75px;
}

.FixLogoImage .logoMenu1 {
    position: relative;
    top: -20px;
    max-width: 65%;
}

.firstLevelM {
    border-bottom: 4px solid transparent;
    background: transparent;
    height: 100%;
    padding: 29px 10px 25px;
}

.titleMenu1,
.titleMenu1:link,
.titleMenu1:visited {
    color: white !important;
    font-family: MontLight !important;
}

.titleMenu1:hover {
   color: #0084D6 !important; 
}

.Menu_TopMenuActive {
    box-shadow: none !important;    
}



.phone .logoMenu1 {
    padding-top: 0px;
    margin-left: 0px;
}

.Menu_DropDownButton {
    width: 100% !important;
    max-height: 75px;
    height: 75px;
}

.fa-lg .search {
    font-size: 35px;
    margin: 20px;
}

.contPesq {
    border-left: 1px solid #CCCCCC;
    padding: 25px 30px;
}

.Menu_DropDownPanel {
    position: absolute;
    background-color: white;
    margin: 0 !important;
    padding: 0;
    border-top: 1px solid #CCCCCC !important;
    transition: all .1s ease-out .1s;
}

.Menu_DropDownPanel a,
.Menu_DropDownPanel a:link,
.Menu_DropDownPanel a:visited {
    color: black !important;
    padding: 0 !important;
}

.Menu_DropDownPanel a:hover {
    color: #0084D6 !important;    
}

.FirstElement {
    min-width: 15%;
    width: auto;
    z-index: 5;
    transition: all .2s ease-out;
}

.menuElement {
    height: 75px;
    width: auto !important;
    transition: all .2s ease-out .2s;
    color: black;
}

.menuElement,
.menuElement:link,
.menuElement:visited {
    width: 150px;
    padding-top: 15px;
    padding: 28px 20px;
}

.menuElement:hover {
    border-bottom: 4px solid #0084D6 !important;
    background-color: #333333;
    color: #0084D6 !important; 
}

.menuElementBlack {
    border-bottom: 4px solid black !important;
    background-color: #333333 !important;
    color: black !important;
    width: 150px !important;
    padding-top: 15px !important;
    padding: 25px 20px !important;
    color: black;
    height: 75px;
    transition: all .2s ease-out .2s;
    display: inline-block;
}

.AlticeMenuBottomContainer {
    width: 100%;
    background-color: white;
}

.trans {
    transition: all .2s ease-out .2s;    
}

.testesTam {
    width: 100%;    
}

.subTitle,
.subTitle:link,
.subTitle:visited {
    margin-left: 0 !important;
    color: black;
    font-size: 12px;
    font-family: MontR;
    font-weight: normal;
}

.subTitle:hover {
    text-decoration: none !important;
    color: #0084D6 !important;
}

.subTitleActive {
    text-decoration: none !important;
    color: black !important;
    background-color: #EBEBEB;
}

.subTitleActive:hover {
    text-decoration: none !important;
    color: #0084D6 !important;
}

.teste1 .titleMenu1 {
    font-family: MontB !important;    
}

titleMenu1:hover {
    color: #0084D6 !important;    
}

.titleMenu2:hover {
    color: #0084D6 !important;
}

.MenuEntry {
   text-align: center;
   margin-top: 4px;
}

.MenuEntry:hover {
    color: #0084D6 !important;    
}

.titleMenuFunPT {
    color: black !important;
}

.titleMenuFunPT:hover {
    color: #0084D6 !important;
}

.breadcrum {
    background-color: #EBEBEB;
    width: 100%;
    height: 35px;
    color: black;
    padding: 8px;
    font-size: 11px;
    overflow: hidden;
}

.breadcrum a, a:link, a:visited {
    color: black !important;
    padding-left: 7px;
    padding-right: 7px;
}

.breadcrum a:hover {
    color: #0084D6 !important;
}

.open {
    opacity: 1;
    height: auto;
    display: block !important;
    transition: all .2s ease-out .2s;
}

.close {
    opacity: 0;
    height: 0px;
    padding: 0;
    display: block;
    transition: all .2s ease-out .2s;
}

.close .Menu_SubItemsPlaceholder {
    max-height: 0;
    overflow: hidden;
    transition: inherit;
}
