﻿/*##############################################
        Mobile starts here
################################################*/
.mobile-hide{
    /*display:none;*/
}

/*##############################################
################################################*/


/* SHAREPOINT CSS Redefined */
/*######################*/

/*I hope this makes SharePoint scrolls on body :D */
#s4-workspace{
	width: inherit !important;
	height: inherit !important;
	min-height: 300px;
}

body{
	overflow: auto;
}

	.HeaderPage div {	
    color: #005696;	
    text-transform: uppercase;	
    font-family: "HelvetivaNeueLTStd-97Black";	
    font-size: 2.3em;	
    font-weight: 200;	
}	
.HeaderPage div {	
    color: #888;	
    font-family: "HelvetivaNeueLTStd-47Cond";	
}	
.HeaderPage div a {	
    color: #888;	
    font-family: "HelvetivaNeueLTStd-47Cond";	
    font-style: italic;	
}	
div #breadcrumb{	
	font-size: 14.5px;	
	font-style: italic;	
	font-family: "HelvetivaNeueLTStd-47Cond";
}

#ms-designer-ribbon{
	position: fixed;
	z-index:999;
}
.ms-cui-menu{
	position: fixed !important;
	z-index:1001;
}

/*##############################################
     MENU
################################################*/

#imgLinksRapidos{
	display:none;
}

.HeaderFixed .HeaderArea .logo{
    left: 50%;
    margin-left: -27px;
	position:absolute;
	z-index:2;
	cursor:pointer;
	background-image:url('/portalassets/images/mobile-logo.png');
	background-repeat:no-repeat;
	height:54px;
	width:54px;	
}
.HeaderFixed .HeaderArea .logo-outubro-rosa{/*Outubro Rosa*/
display:none;
}

.bt_home_mobile{
    cursor:pointer; 
    width:54px;
    height:54px;
    background-color: rgb(0,86,150);
    /*background-color:#e1789d;Outubro Rosa*/
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/PortalAssets/Images/bt_menu_mobile.png'); 
}
.bt_home_mobile.active{
    background-image: url('/PortalAssets/Images/bt_menu_fechar_mobile.png'); 
}

.HeaderFixed .HeaderArea .menu{
	display:none;
	background:#005696;
	/*background:#e1789d;Outubro Rosa*/
	width:100%;
	color:white;
	margin: 0;
	padding-top: 10px;
    padding-bottom: 40px;
    position:absolute;
    overflow-x:hidden;
    transition: all 2s;
 }

.menu .menu_container ul{
	margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.menu .menu_container ul li{
    padding: 0px 10px 0px 15px
}

.menu .menu_container ul li{
	list-style: none;		
}

.menu_container ul li > ul li {	
	text-decoration:none;
}

.menu_container ul li > ul a {
	color:white;
	text-decoration:none;	
	background: none;			
}

.menu_container ul li > ul li > ul li {	
	text-decoration:none;
    width:100%;   
    box-sizing: border-box;
}

.menu_container ul li > ul li div{
    background: url('/PortalAssets/Images/ico_seta_fundo_azul.jpg');
    background-repeat: no-repeat;
    background-position:right 37px;
    border-bottom: thin solid #4d89b6;
    /*border-bottom:thin solid #b23662;Outubro Rosa*/
    font-size:18px;
    cursor:pointer;
}

.menu_container ul li > ul li > ul li div {	
	text-decoration:none;	
	background: none;
	border-style: none;
	width:100%;	
}

.menu_container ul li > ul li > ul li a > div {	
	text-decoration:none;
	width:100%;	
}

#btBuscarMobile{
	display:none;
}

#bt_menu_fechar_mobile{
	display:none;
}

/*
 *	MENU MOBILE
 */
 
#s4-bodyContainer.adjustHeight,#Principal.adjustHeight,
#Header.adjustHeight,#Header .HeaderArea.adjustHeight,
.ResizeArea.adjustHeight,.menu.adjustHeight,
#DinamicArea.adjustHeight{
	height:100%;
	padding-bottom:0;
}
.menu.adjustHeight .menu_container{
	padding-bottom:65px;
}
.logged-in .menu.adjustHeight .menu_container{
	padding-bottom:119px;
}

div.menu #p_undefined > .menuitem .menuitem_lbl_container {
    padding: 30px 2px 5px 2px;
}

.menu_container>ul>li>ul>li.menuitem ul{
	position:absolute;
    top: 0;
	left:110%;
	opacity:0;
    background: rgb(0,86,150);
    /*background:#e1789d;Outubro Rosa*/
    width: 100%;
	height: 100%;
	overflow: hidden;
    z-index: 100;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #888888;
    transition:all .5s ease;
	transition-property: left, opacity;
}

.menu_container>ul>li>ul>li.menuitem ul.activeSubMenu{
    left:0;
	opacity:1;
	height: inherit;
	/*ENTERCOM 13/04/2018 MENU NÃO APARECENDO ORIGINAL:100%*/
    min-height: 145%;
	overflow: inherit;
}

li.backMenu{
	height: 46px;
    margin-left: -15px !important;
    border-top: 1px solid #4d89b6;
    /*border-top:1px solid #b23662;Outubro Rosa*/
    padding-right: 40px;
    box-sizing: content-box !important;
    padding-top: 10px !important;
}

span.backArrow {
    float: left;
    display: inline-block;
    text-indent: -9000px;
    width: 18px;
    height: 32px;
    margin-left: 12px;
    margin-top: 3px;
    background: transparent url(/PortalAssets/Images/a22.png) no-repeat -15px -45px;
    position: absolute;
    padding-top: 0px;
}

span.titleSession{
    float: left;
    display: inline-block;
    height: 36px;
    margin-left: 40px;
    line-height: 25px;
    font-size: 20px;
    text-transform:uppercase;
    margin-top: 5px;
}

.closeSub span.titleSession{
	line-height: 21px;
    margin-top: -5px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}

.titleSession small{
    font-size: 11px;
    line-height: 8px;
}

.menu_container ul li>ul li ul li div{
	
	border-bottom: thin solid #4d89b6;
	/*border-bottom: thin solid #b23662;Outubro Rosa*/	
    /*width:90%;*/
	background: url('/PortalAssets/Images/ico_seta_fundo_azul.jpg');
    background-repeat: no-repeat;
    background-position:right 38px;
    cursor:pointer;
}

div.PageContent div.MenuLateral ul#p_root > li ul{
	position: absolute;
    width: 100% !important;
    height: 100%;
    /*INSERIDO 27/04/2018*/
    min-height: 130%!important;
    top: 0;
    left: 100%;
    z-index: 2000;
    color: #FFF;
    list-style:none !important;
    /*27/04/2018overflow:overlay;*/
    box-sizing: border-box;
}

div.PageContent div.MenuLateral ul#p_root > li > ul{
    list-style:none !important;
    /*INSERIDO 27/04/2018*/
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
}

div.PageContent li.backMenu{
    border-top: 1px solid #FFF;
}

div.PageContent div.MenuLateral ul#p_root li div{
    color: #FFF;
    border-top:none;
 	border-bottom: thin solid rgba(255,255,255,0.3);
 	opacity:.9;
 	width:97%;
}
div.MenuLateral ul#p_root > li > ul li{
	background:none;	
	border-left: 5px solid transparent;
    padding: 0px 10px 0px 15px;
}
div.MenuLateral ul#p_root > li > ul > li a{
	text-decoration:none;
}
div.MenuLateral ul#p_root > li > ul > li div:after{
	content:">";
	float: right;
	font-size:13px;
	opacity:.6;
}
div.MenuLateral ul#p_root div.menuitem_lbl_container{
    padding: 30px 2px 5px 2px;
    font-size:18px;
    background-image:none;
}

div.PageContent div.MenuLateral ul#p_root>li>div {
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
    padding:12px 0;
    padding-left:13px;
}

#p_root>li>.menu_title:after {
	content: ">";
    margin-right: 10px;
    float: right;
    font-size: 32px;
    font-weight: bold;
    margin-top: -13px;
}
div.MenuLateral {
    width: 175px !important;
    height: auto;
    clear: both;
    float: none;
}
div.MenuLateral ul#p_root{
    padding: 0px;
    margin: 0px;
}

div.PageContent div.MenuLateral ul#p_root > li ul.activeSubMenu{
    left:0;
	opacity:1;
	height: inherit;
    min-height: 100%;
    padding: 0;
}

li.closeSub{
	height: 46px;
    padding-top:15px;
    padding-right: 40px;
    position:absolute;
    z-index:3000;
    left: 0;
    margin-top: 10px;
    border: 0;	
    width:100%;
    box-sizing: border-box;
}

li.closeSub span.backArrow {
    display: inline-block;
    float: left;
    text-indent: -9000px;
    width: 53px;
    height: 53px;
    margin-left: -10px;
    margin-top: -8px;
    background: transparent url(/PortalAssets/Images/bt_menu_fechar.png) no-repeat top right;
}

li.liSpacer{
	height:45px !important;
	border:none !important;
	text-indent:-9000px;
}

div.MenuLateral ul#p_root > li > ul li.backMenu{
    margin-top: 60px;
}

#btBuscar{
	width: 54px;
	height: 54px;
	background: transparent url('/PortalAssets/images/bt_BuscaScrollMode.png') no-repeat center center;
	display: inline-block;
	text-indent: -9000px;
}

#btBuscar.active{
	background-image: url('/PortalAssets/Images/bt_menu_fechar_mobile.png');
}

#btQuickLinks{
	display:none;
}

div#QuickMenu {
    padding-top: 100px;
}
	
.QuickLinksRapidos{
	display:none;
}

.QuickLinksTextoMobile {
	color: rgba(255, 255, 255, .65);
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: Helvetica;
 }

#QuickMenu ul{
	list-style: none;
    padding-left: 5%;
    padding-right: 5%;   
    background: rgb(0,86,150);
    /*background:#e1789d;Outubro Rosa*/
}

#QuickMenu li{

    color: #fff;
    font-family: 'HelvetivaNeueLTStd-47Cond';
    font-size: 14.09pt;
  	margin-top:15px;
    border-bottom: thin solid #4d89b6;  
    /*border-bottom:thin solid #b23662 ; Outubro Rosa*/

}

li.QuickSeparador {
    display: none !important;
}

#QuickMenu ul li::before {
		content: "►";
		margin-top: 17px;
}

#QuickMenu li img{
	display:none;
}

#QuickMenuClose{
    display:none;
}

#QuickMenu li a{
	text-decoration:none;
	cursor:pointer;
	color: rgba(255, 255, 255, 0.9);
	padding-left: 15px;
    padding-top: 20px;
}

#QuickMenu li a:visited{
	color:white;
}

.QuickLinksRapidos{
	font-family: 'HelvetivaNeueLTStd-97Black'!important;
    color: #005696!important;
    font-size: 17.78pt!important;
    float: left;
    width: 187px;
    background-color: #FFF;
    margin-right: 68px;
    height: 53px;
    padding-left: 25px;
    margin-top: 15px;	
}

#dlgBusca{
    position: fixed;
    z-index: 12;
    width: 100%;
    right: 16px;
    left: -16px;
}

.BuscaContent{
	margin-left:14px;
	margin-right:1px;	
	border-bottom:1px solid #005696;
	/*border-bottom:1px solid #e1789d;Outubro Rosa*/
	padding:15px;
	background: #005696;	
	/*background:#e1789d;Outubro Rosa*/

}

#inputBuscar{
    color: rgba(255, 255, 255, .65);
    background-color: #005696;
    /*background-color:#e1789d;Outubro Rosa*/
    background-image: url('/PortalAssets/images/bt_BuscaScrollMode.png');
    border: thin solid #4d89b6;
    /*border:thin solid #b23662;Outubro Rosa*/
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    width: 86%;
    outline: none;
    padding: 15px;
    padding-left: 50px;
    font-family: 'HelvetivaNeueLTStd-47Cond';
}

#btDoSearch{
	text-align: right;
    margin-top: 4px;
    float: right;
    display:none;    
}
#titleLink{
	display:none;
}

.SubMenuArea{display: none !important;}

/*##############################################
    FIM MENU
################################################*/


/* SHAREPOINT CSS END*/	
/*######################*/
/* EINSTEIN CSS MASTER */
#Principal{
margin-top:0px;	
}

/*##############################################
SCROLL MENU
################################################*/
	
#Header{
    position: fixed;
    z-index: 998;
    width: 100%;
	top:0;
}
.HeaderArea{
	background: white;
}

#Header.logged-in{
	top:65px;
}

.loading-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(255,255,255);
    text-align: center;
    opacity: 0.7;
    color: navy;
    font-weight: bold;
}

.MenuMobile{
	display:none;
}

.MenuMobileAberto{
	display:none;
}

#bt_menu_mobile{
	display:none;
}

.clearEl {
    clear: both;
}




/*--------------------------------------------------------------------------------------------
 *   tablet CSS
 *--------------------------------------------------------------------------------------------
 */

 .HeaderFixed .HeaderArea{
    height: 54px;
    background-color: rgb(0,86,150);
    /*background-color:#e1789d;Outubro Rosa*/
}

.HeaderFixed .HeaderArea .ResizeArea{
	position:absolute;
	width:100%;

}
.HeaderFixed .HeaderArea .FixedMenu{
    position: absolute;
    max-width: 54px;
    right: 0px;
    top:0px!important;
    z-index:10;
}
.HeaderFixed .HeaderArea .FixedMenu img{
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	
}

.en-flag {
    position: absolute;
    right: 75px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: transparent url(/PortalAssets/Images/en-flag.png) no-repeat center center;
    display: block;
}

.es-flag {
    position: absolute;
    right: 110px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: transparent url(/PortalAssets/Images/flag-spain.png) no-repeat center center;
    display: block;
}

#btBuscarMobile{
	display:none;
}

#btBuscaMobileFechar{
	display:none;
}

#DinamicArea{
	display:none;
    background-color: #005696;
    /*background-color:#e1789d;Outubro Rosa*/
}

.ChamadasHome img {
    padding: 10px;
}

#Conteudo{
	padding-top: 54px;
}
#Conteudo.logged-in{
	padding-top: 119px;
}


#Conteudo #contentRow #sideNavBox{
	display:none;
}

#Conteudo #contentRow #contentBox{
	margin-left:0px!important;
	min-width:100%;
}

div#DeltaPlaceHolderMain {
    padding: 0 12px;
}

#dvPageBack{
	width: 100%;
    text-align: right;
}
.MenuLateral{
  	width:224px;
	background-color:#eee;
	float:left;
	/*margin-right:20px;*/
	margin-right:35px;
	
}
.MenuLateral .menu_title #p_root ul{
    list-style:none;
    padding:0;
    margin:0;
    font-family:'HelvetivaNeueLTStd-87HevyCond';
}

ul#p_root {
   list-style: none;
   text-decoration:none;
}

#breadcrumb{
	text-transform:capitalize;
	
	color:#ccc;
}
#breadcrumb a{
	color:#a1a1a1!important;	
}

div#contentBox {
    min-width: inherit;
}

h2#TitleContent{
	clear:both;
    font-size: 26px;
    font-family: "HelvetivaNeueLTStd-97Black";
    margin: 20px 0px 14px;
}

#imagem{
    margin-right:0;
}

#imagem img {
    width: 100%;
}

.page_navigation{
	width:330px;
	margin-left:auto;
	margin-right:auto;
}

.ellipse{
	float: left;
    margin-top: 10px;
}

.page_navigation a , .page_navigation a:link , .page_navigation a:visited , .page_navigation a:hover {
	padding:9px 13px;
	margin:5px;
	color:#a1a1a1;
	text-decoration:none;
	float: left;
	font-family:"HelvetivaNeueLTStd-47Cond";
	font-size: 12px;
	border: 1px solid #a1a1a1;
}

.page_navigation .active_page{
	background-color:#005599;
	color:#fff!important;
}

#rodape{
    background-color:rgb(49,74,94);
    margin-top:50px;
    padding-top: 10px;
}

.rodapeLogos.social {
    border-bottom: 1px solid #425162;
}

.grid_cert {
	padding: 6px;
}

.grid_social {
	padding: 4px;
}
.rodapeContatos {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    text-align: center;
}
.rodapeContatos .centralAtendimento img, .rodapeContatos .faleConosco img{
	margin-top:-5px;
	margin-right:12px;
	float:left;
	margin-left:8px;
}

.rodapeContatos .centralAtendimento {
	color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 14px;
    width: 230px;
    margin: 30px 20px 0;
    overflow: hidden;
    display: inline-block;
}
.rodapeContatos .centralAtendimento .telefone{
	font-size:20px;
}
.rodapeContatos .faleConosco {
	color: #FFF;
    font-family: Helvetica;
    font-size: 13px;
    text-align: center;
    width: 210px;
    margin: 30px 30px 0;
    overflow: hidden;
    display: inline-block;
}
.rodapeContatos .faleConosco a{
	color:#FFF;
}
.rodapeContatos .social {
	clear: both;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.rodapeContatos h4 {
	color: #7da2bd;
    font-family: Helvetica;
    text-transform: uppercase;
    font-size: 15px;
	margin-bottom:20px!important;
}
.rodapeLogos {
	margin-top:25px;	
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	padding-bottom:15px;
	width:100%;
}
#rodapeMobile .certificados{
	border-top:solid 1px #526776;
	clear: both;
	width:500px;
    padding-top: 35px;
    margin-bottom: 15px;
}
.rodapeLogos h4{
	color: #7da2bd;
    font-family: Helvetica;
    text-transform: uppercase;
    font-size: 15px;
  	margin-bottom:5px!important;
}

.rodapeMagens{
width:100%;
	margin-left: auto;
	margin-right:auto;
}

.rodapeItems{
	max-width:900px;
	margin-top:30px;
	margin-left: auto;
	margin-right:auto;
    border-top: 1px solid #526776;
    overflow: hidden;
}

.rodapeItems .items .item{
	padding-left:30px;
}

.rodapeItems h3{
	color:#7da2bd;
	font-family:Helvetica;
	padding:10px 35px 10px 10px;
	background: url('/PortalAssets/Images/btn_mais.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    border-bottom:1px solid #425162;
}
.rodapeItems a>h3{
	background: none;
}

.rodapeItems ul{
	list-style: none;
	padding-left:0px;

}

.rodapeItems a{
	color:#dedede;
	text-decoration:none;
	font-family:Helvetica;
	font-size:10pt;
	
}
.direitos{
	font-family:"HelvetivaNeueLTStd-37CondThin";
	font-size:10pt;
	color:#dedede;
	background-color:rgb(49,74,94);
	padding:5px;
	font-style:italic;
	display:none;
	
}

.direitosMobile{
	font-family: "HelvetivaNeueLTStd-37CondThin";
    font-size: 10pt;
    text-align:center;
    color: #dedede;
    background-color: #425162;
    padding: 20px 2px 20px 10px;
    font-style: italic;  
	position:relative;
 }

.rodapeItems .HeadItem{
	background-image:url('/PortalAssets/images/setinhaRodape.png');
	background-position:left;
	background-repeat:no-repeat;
	font-size:14px;	
	font-family:Helvetica;
	padding-left:15px;
	color: #dedede;
}
.rodapeItems .HeadItem a{
	font-size:14px;	
	font-family:Helvetica;
}

.clear {
    clear: both;
}
/*##############################################
RODAPE MOBILE
################################################*/

#rodapeMobile{
    background-color:rgb(49,74,94);
    margin-top:50px;
    padding-top:50px;
}
.ulRodape>li ul {
    padding-left: 40px;
}
.ulRodape li {
    padding: 5px 0;
}

.ulRodape>li>ul{ 
    display:none; 
    border-bottom: 1px solid #425162;
}
.ulRodape>li .active{
    display: block;
}


/*--------------------------------------------------------------------------------------------
 *			HOME - INICIO
 *--------------------------------------------------------------------------------------------
 */

.ChamadasHome img {
    padding: 10px;
}

.owl-wrapper .item img{
	width:100%;
}

.owl-item .item{
	background-repeat:no-repeat;
	background-size:100%;
	position:relative;
}

.owl-item .item a{
    text-decoration: none;
}

.item .owl-embed{
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
}

.item .owl-embed iframe{
	height: 100%;
    width: 100%;
}

h1.floaterTitle {
    color: #fff;
}

.FloaterMobile{
	display:none;
}

.Floater h1{
    color: #005696;
    font-family: Helvetica;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}

.Floater p{
    font-family: HelvetivaNeueLTStd-97Black;
    font-style: normal;
    color: #646464;
    font-size: 15px;
    width: 92%;
    margin-top: 5px;
}

.ChamadasHome{
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}

a.btVejaMais {
    background-color: #005696;
    color: #FFF;
    font-size: 8px;
    padding: 7px;
    text-transform: uppercase;
}

.floaterwrap{
	margin-left: 10px;
}

.zona1,.zona2,.zona3,
.zona4,.zona5,.zona6,
.zona7,.zona8,.zona9,
.Floater.bottom{
    padding: 10px;
    width: 100%;
    background-color:#fff; 
    height:117px;   
    color:#005696;
}

