﻿/*	HSL Novo Site

	Filipe Flor
	SharePrime

	[] GERAL
	[] - Botões
	[] - Social
	[] HEADER
	[] - Busca
	[] - Migalha
	[] BANNER INTERNAS
	[] MENU AUXILIAR - INTERNAS
	[] CONTEÚDO
	[] FOOTER
	[] MODAL
	[] ACESSO RÁPIDO
	[] MOBILE
*/

/* SharePoint */

#s4-workspace #content{
	max-width:1120px;
}
#s4-workspace #content .custom-breadcrumb{
	margin-top:30px !important;
	background:none !important;
}

/* GERAL */

#s4-bodyContainer{
	background-color: #fff !important;
}

#s4-bodyContainer .bg-blue-top-gradient{
	background: rgba(0,125,197,1);
	background: -moz-linear-gradient(left, rgba(0,125,197,1) 0%, rgba(0,175,239,1) 54%, rgba(0,175,239,1) 73%, rgba(0,125,197,1) 73%, rgba(0,125,197,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,125,197,1)), color-stop(54%, rgba(0,175,239,1)), color-stop(73%, rgba(0,175,239,1)), color-stop(73%, rgba(0,125,197,1)), color-stop(100%, rgba(0,125,197,1)));
	background: -webkit-linear-gradient(left, rgba(0,125,197,1) 0%, rgba(0,175,239,1) 54%, rgba(0,175,239,1) 73%, rgba(0,125,197,1) 73%, rgba(0,125,197,1) 100%);
	background: -o-linear-gradient(left, rgba(0,125,197,1) 0%, rgba(0,175,239,1) 54%, rgba(0,175,239,1) 73%, rgba(0,125,197,1) 73%, rgba(0,125,197,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,125,197,1) 0%, rgba(0,175,239,1) 54%, rgba(0,175,239,1) 73%, rgba(0,125,197,1) 73%, rgba(0,125,197,1) 100%);
	background: linear-gradient(to right, rgba(0,125,197,1) 0%, rgba(0,175,239,1) 54%, rgba(0,175,239,1) 73%, rgba(0,125,197,1) 73%, rgba(0,125,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc5', endColorstr='#007dc5', GradientType=1 );
}
#s4-bodyContainer .bg-blue-top{
	background-color: #007dc5;
}
#s4-bodyContainer .bg-gray-top-gradient{
	background-image: linear-gradient(to top, #f4f4f4, #ffffff);
}
#s4-bodyContainer .bg-gray{
	background-color: #f4f4f4;
}
#s4-bodyContainer .bg-gray-gradient-banner{
	position: relative;
	background: rgba(230,231,235,1);
	background: -moz-linear-gradient(left, rgba(230,231,235,1) 0%, rgba(230,231,235,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,231,235,1)), color-stop(51%, rgba(230,231,235,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(230,231,235,1) 0%, rgba(230,231,235,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(230,231,235,1) 0%, rgba(230,231,235,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(230,231,235,1) 0%, rgba(230,231,235,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(230,231,235,1) 0%, rgba(230,231,235,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7eb', endColorstr='#ffffff', GradientType=1 );
}

#s4-bodyContainer .float-right{
	float: right;
}
#s4-bodyContainer .float-left{
	float: left;
}

#s4-bodyContainer .no-padding-r{
	padding-right: 0;
}
#s4-bodyContainer .no-padding-l{
	padding-left: 0;
}
#s4-bodyContainer .ml-5{
	margin-left: 5px;
}
#s4-bodyContainer .mr-5{
	margin-right: 5px;
}
#s4-bodyContainer .mt-50{
	margin-top: 50px;
}
#s4-bodyContainer .mb-50{
	margin-bottom: 50px;
}

#s4-bodyContainer .vcenter {
	display: flex;
	justify-content: center;
}
#s4-bodyContainer .hvcenter {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Row with equal height columns */
#s4-bodyContainer .row.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#s4-bodyContainer .row.row-eq-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

/* Botões */
#s4-bodyContainer .btn{
	font-family: 'geonmedium';
	transition: all 0.2s;
	border-radius: 4px;
}
#s4-bodyContainer .btn-default {
	background-image: none !important;
	background-color: transparent !important;
	filter: none !important;
	border-color: #00aeef !important;
	text-shadow: none !important;
	color: #00aeef !important;
}
#s4-bodyContainer .btn-default:hover,
#s4-bodyContainer .btn-default:focus {
	background-color: #00aeef !important;
	background-position: initial !important;
	color: #fff !important;
}
#s4-bodyContainer .btn-default:active,
#s4-bodyContainer .btn-default.active {
	background-color: #00aeef !important;
	border-color: #0061af !important;
	color: #fff !important;
}
#s4-bodyContainer .btn-primary {
	background-image: none !important;
	background-color: #00aeef !important;
	filter: none !important;
	border-color: #00aeef !important;
	text-shadow: none !important;
	color: #fff !important;
}
#s4-bodyContainer .btn-primary:hover,
#s4-bodyContainer .btn-primary:focus {
	background-color: #0061af !important;
	background-position: initial !important;
	border-color: #0061af !important;
  }
 #s4-bodyContainer .btn-primary:active,
 #s4-bodyContainer .btn-primary.active {
	background-color: #0061af !important;
	border-color: #0061af !important;
}

#s4-bodyContainer .media {
	margin-top: 15px;
}
#s4-bodyContainer .media:first-child {
	margin-top: 0;
}
#s4-bodyContainer .media,
#s4-bodyContainer .media-body {
	overflow: hidden;
	zoom: 1;
}
#s4-bodyContainer .media-body {
	width: 10000px;
}
#s4-bodyContainer .media-object {
	display: block;
}
#s4-bodyContainer .media-object.img-thumbnail {
	max-width: none;
  }
#s4-bodyContainer .media-right,
#s4-bodyContainer .media > .pull-right {
	padding-left: 10px;
}
#s4-bodyContainer .media-left,
#s4-bodyContainer .media > .pull-left {
	padding-right: 10px;
}
#s4-bodyContainer .media-left,
#s4-bodyContainer .media-right,
#s4-bodyContainer .media-body {
	display: table-cell;
	vertical-align: top;
}
#s4-bodyContainer .media-middle {
	vertical-align: middle;
}
#s4-bodyContainer .media-bottom {
	vertical-align: bottom;
}
#s4-bodyContainer .media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
#s4-bodyContainer .media-list {
	padding-left: 0;
	list-style: none;
}

/* Social */
#s4-bodyContainer .spt-social {
    background-image: url(/PublishingImages/novo-site/sprites-social.png);
    background-repeat: no-repeat;
    display: block;
}
#s4-bodyContainer .spt-facebook {
    width: 30px;
    height: 30px;
    background-position: -10px -10px;
}
#s4-bodyContainer .spt-facebook:hover {
    background-position: -10px -60px;
}
#s4-bodyContainer .spt-instagram {
    width: 30px;
    height: 30px;
    background-position: -10px -110px;
}
#s4-bodyContainer .spt-instagram:hover {
    background-position: -10px -160px;
}
#s4-bodyContainer .spt-linkedin {
    width: 27px;
    height: 30px;
    background-position: -10px -210px;
}
#s4-bodyContainer .spt-linkedin:hover {
    background-position: -10px -260px;
}
#s4-bodyContainer .spt-youtube {
    width: 30px;
    height: 30px;
    background-position: -10px -310px;
}
#s4-bodyContainer .spt-youtube:hover {
    background-position: -10px -360px;
}

/* HEADER */

#s4-bodyContainer #header {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#s4-bodyContainer #header .nav-topbar{
	margin: 0;
}
#s4-bodyContainer #header .nav-topbar li a{
	padding: 14px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	border-radius: 0;
	height: 48px;
	transition: 0.3s;
}
#s4-bodyContainer #header .nav-topbar li a:hover,
#s4-bodyContainer #header .nav-topbar li a:active,
#s4-bodyContainer #header .nav-topbar li a:focus{
	background-color: rgba(255,255,255,0.2);
}

#s4-bodyContainer #header .logo-site{
	margin: 0;
}

#s4-bodyContainer #header .main-nav{
	padding-top:23px;
	padding-bottom: 23px;
}
#s4-bodyContainer #header .main-nav-links{
	background: none;
	margin: 0;
	border: none;
}
#s4-bodyContainer #header .main-nav-links .navbar-nav a{
	font-family: 'geonregular';
	font-size: 16px;
	color: #454547;
	white-space: pre-wrap;
	position: relative;
}
#s4-bodyContainer #header .main-nav-links .navbar-nav a:after{
	content:'';
	position: absolute;
	width: 100%;
	border-bottom: 4px solid #007dc5;
	top: 100%;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
#s4-bodyContainer #header .main-nav-links .navbar-nav a:hover:after{
	opacity: 1;
}

#s4-bodyContainer #header .main-nav-links .navbar-nav .btn-search{
	padding: 24px 0;
	margin-left: 15px;
}

/* Busca */

#s4-bodyContainer #header .search-site{
	display: none;
	margin-top: 26px;
}
#s4-bodyContainer #SearchBox .ms-srch-sb{
	border:none;
	border-radius: 4px;
	background-color:#fff;
}
#s4-bodyContainer #SearchBox .ms-srch-sb input.ms-textSmall{
	padding:15px;
	height:50px;
	display:inline-block;
}
#s4-bodyContainer #SearchBox .ms-srch-sb .ms-srch-sb-navLink{
	margin-top:16px;
	margin-right:20px;
	background:url(/_catalogs/masterpage/hslsite/img/ico-flecha-down.png) center center no-repeat;
}
#s4-bodyContainer #SearchBox .ms-srch-sb .ms-srch-sb-navLink img,
#s4-bodyContainer #SearchBox .ms-srch-sb .ms-srch-sb-searchLink img{
	display:none;
}
#s4-bodyContainer #SearchBox .ms-srch-sb .ms-srch-sb-searchLink{
	background:#00aeef url(/_catalogs/masterpage/hslsite/img/ico-busca-white.png) center center no-repeat;
	height:50px;
	width:50px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Migalha */

#s4-workspace .breadcrumb {
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}
#s4-workspace .breadcrumb li {
	position: relative;
    background-color: #00aeef;
	padding: 5px 18px;
	margin: 0 0 0 -3px;
}
#s4-workspace .breadcrumb li:first-child {
    background-color: #007dc5;
	padding-left: 8px;
	margin: 0;
}
#s4-workspace .breadcrumb li a{
	color: #fff;
}
#s4-workspace .breadcrumb li:before,
#s4-workspace .breadcrumb li:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #00aeef;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 900;
}
#s4-workspace .breadcrumb li:after{
	border-color: transparent transparent transparent #007dc5;
	z-index: 800;
	left: initial;
	right: -11px;
}
#s4-workspace .breadcrumb li:first-child:before {
    border-color: transparent transparent transparent #007dc5;
}

/* Slick */

#s4-workspace .slick-dots li button:before{
    border: 2px solid #fff;
    border-radius: 50%;
    content: '';
    width: 15px;
    height: 15px;
    opacity: 1;
}
#s4-workspace .slick-dots li.slick-active button:before{
    background-color: #00aeef;
}

/* BANNER INTERNAS */

#s4-workspace .banner,
#s4-workspace .banner-slim{
    position: relative;
	overflow: hidden;
	height: 510px;
}
#s4-workspace .banner-slim{
	height: 255px;
}
#s4-workspace .banner .breadcrumb{
    margin-bottom: 130px;
}
#s4-workspace .banner-slim .breadcrumb{
	margin-bottom: 53px;
}
#s4-workspace .banner img,
#s4-workspace .banner-slim img{
    width: 100%;
}
#s4-workspace .banner .overlay-banner,
#s4-workspace .banner-slim .overlay-banner{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    padding: 30px 0 60px;
}
#s4-workspace .banner-slim .overlay-banner{
	padding: 30px 0 0;
}
#s4-workspace .banner .overlay-banner .txt-banner,
#s4-workspace .banner-slim .overlay-banner .txt-banner{
    display: block;
    max-width: 40%;
}
#s4-workspace .banner .overlay-banner .txt-banner,
#s4-workspace .banner-slim .overlay-banner .txt-banner{
    display: block;
    text-decoration: none;
}
#s4-workspace .banner .overlay-banner .txt-banner h3,
#s4-workspace .banner-slim .overlay-banner .txt-banner h3{
    float: left;
    font-family: 'geonlight';
    font-size: 40px;
    padding: 2px 10px 4px;
    margin: 0 0 20px;
    background: rgba(0, 174, 239, 0.9);
    color: #fff !important;
}
#s4-workspace .banner-slim .overlay-banner .txt-banner h3{
	margin: 0;
}
#s4-workspace .banner .overlay-banner .txt-banner p {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #000;
    margin: 0;
}

/* MENU AUXILIAR - INTERNAS */

#s4-workspace .menu-list-left .list-group {
    margin-top: -35px;
    font-size: 14px;
	background-color: #fff;
}
#s4-workspace .menu-list-left .list-group-item {
    border: 0;
    border-radius: 0;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
	background: none;
	transition: all 0.2s;
	font-family: 'geonlight';
	font-size: 16px;
	color: #454547;
}
#s4-workspace .menu-list-left .list-group-item:first-child {
    border: none;
}
#s4-workspace .menu-list-left .list-group-item:hover {
	background-color: #f8f8f8;
	color: #00aeef;
}

/* CONTEÚDO */

#s4-workspace .content-page{
	padding-top: 50px;
    padding-bottom: 100px;
}
#s4-workspace .content-page-slim{
	padding-top: 50px;
    padding-bottom: 50px;
}
#s4-workspace .content-page .tit-page{
	margin-top: 0;
}

/* FOOTER */

#s4-bodyContainer footer{
	font-size: 16px;
	padding-top: 95px;
	padding-bottom: 80px;
	border-top:1px solid #e0e0e0;
}
#s4-bodyContainer footer small{
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #606164;
}
#s4-bodyContainer footer .spacer-top{
	padding-top: 62px;
	border-top: 1px solid #ccc;
}
#s4-bodyContainer footer .spacer-bottom{
	padding-bottom: 62px;
}

#s4-bodyContainer footer .box-unidades h3{
	font-family: 'geonlight';
	font-size: 30px;
	color: #000;
	margin: 0;
	letter-spacing: -1px;
}
#s4-bodyContainer footer .box-unidades h4{
	text-transform: uppercase;
	margin: 60px 0 30px;
	padding-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-family: 'geonregular';
	font-size: 12px;
	color: #8f9194;
}
#s4-bodyContainer footer .box-unidades .tab-content{
	margin: 0 0 100px;
	padding: 0;
}
#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel{
	border: none;
	margin: 0;
	box-shadow: none;
	background: none;
}
#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-heading{
	padding: 0;
	background: none;
	border: none;
	font-family: 'geonbold';
	font-size: 20px;
	line-height: 23px;
	color: #454547;
}
#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-body{
	padding: 30px 0;
	font-family:'Open Sans', 'open_sansregular', sans-serif;
	font-size: 14px;
	color: #454547;
}
#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-body p{
	margin: 0;
}
#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-body p+p{
	margin-top: 14px;
}
#s4-bodyContainer footer .box-unidades .tab-content .telefone-cidade{
	margin-bottom: 15px;
}
#s4-bodyContainer footer .box-unidades .tab-content .telefone-cidade a{
	font-size: 18px;
	color: #00aeef;
	padding-left: 28px;
	background: url(/PublishingImages/novo-site/phone-footer.png) left center no-repeat;
}
#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-footer{
	padding: 0;
	background: none;
	border: none;
}
#s4-bodyContainer footer .lnk-institucional ul{
	margin-top: 4px;
}
#s4-bodyContainer footer .lnk-institucional li a,
#s4-bodyContainer footer .lnk-social{
	font-family:'Open Sans', 'open_sansregular', sans-serif;
	font-size: 14px;
	color: #231f20;
	text-decoration: none;
	transition: 0.2s;
}
#s4-bodyContainer footer .lnk-institucional li a:hover{
	color:#00aeef;
}
#s4-bodyContainer footer .lnk-social{
	text-align: right;
}
#s4-bodyContainer footer .lnk-social li{
	height: 30px;
}
#s4-bodyContainer footer .lnk-social .titulo{
	float: left;
	padding-top: 6px;
}
#s4-bodyContainer footer .lnk-social li a{
	display: block;
}
#s4-bodyContainer footer .ft-logo{
	display: block;
	margin-top: 51px;
}
#s4-bodyContainer footer .copyright{
	margin-top: 61px;
}
#s4-bodyContainer footer .area-premios{
	text-align: right;
}

/* MODAL */

.modal-backdrop{
	z-index: 9500;
}
#s4-bodyContainer .modal {
	top: 180px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10040;
	overflow: auto;
	overflow-y: auto;
}
#s4-bodyContainer .modal .close{
	opacity: 1;
	color: #0095da;
}
#s4-bodyContainer .modal .modal-content{
	border: none;
	border-radius: 0;
}
#s4-bodyContainer .modal .modal-content .modal-header{
	border: none;
}
#s4-bodyContainer .modal .modal-content .modal-body{
	padding-bottom: 30px;
	color: #787a7c;
	font-family: 'Open Sans', sans-serif;
}
#s4-bodyContainer .modal .modal-content .modal-body h3{
	font-family: 'geonlight';
	font-size: 30px;
	margin: 28px 0 22px;
	color: #454547;
}
#s4-bodyContainer .modal .modal-content .modal-body p{
	margin: 0;
}

/* ACESSO RÁPIDO */

#s4-workspace .acesso-rapido-desktop{
	width: 916px;
	position: fixed;
	top: 194px;
	left: 100%;
	margin-left: -60px;
	z-index: 9000;
	font-family: 'geonlight';
}
#s4-workspace .acesso-rapido-desktop .area-tabs{
	float: left;
	width: 60px;
}
#s4-workspace .acesso-rapido-desktop .area-content{
	float: left;
	width: 856px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content{
	padding: 0;
	margin: 0;
	background: none;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido h2{
	margin: 32px 0 40px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	display: block;
	padding: 0 0 0 30px;
	position: relative;
	margin-top: 45px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.first{
	margin: 0;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a::before{
	content:'';
	position: absolute;
	width: 28px;
	height: 23px;
	background-image: url(/PublishingImages/novo-site/sprite-acesso-rapido.png);
	background-repeat: no-repeat;
	top: 5px;
	left: -2px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-portal-paciente::before{
	background-position: -539px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-pre-agendamento::before{
	background-position: -619px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-encontre-medico::before{
	background-position: -289px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-resultados-exames::before{
	background-position: -776px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-preparo-exames::before{
	background-position: -700px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-consulte-historico::before{
	background-position: -209px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-compromisso-social::before{
	background-position: -121px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a.lnk-ensino-pesquisa::before{
	background-position: -365px -30px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento h2{
	margin: 0 0 15px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento h4{
	font-size: 22px;
	margin: 0 0 16px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento p{
	font-family: 'Open Sans', sans-serif;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento h5{
	font-family: 'geonmedium';
	font-size: 16px;
	margin: 0 0 20px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .blue1{
	background: #0095da;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 25px;
	margin-bottom: 1px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .blue2{
	background: #0095da;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:30px 32px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento .blue2{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding:30px 20px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento .blue2 a{
	color: #fff;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento .blue1,
#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento .blue2{
	background-color: #007dc5;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .btn-default {
	border-color: #fff !important;
	color: #fff !important;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .btn-default:hover,
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .btn-default:focus {
	background-color: #fff !important;
	color: #00aeef !important;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .btn-default:active,
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .btn-default.active {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #00aeef !important;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento ul{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento ul.list-unstyled{
	margin: 0 0 20px;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento ul li a{
	color: #fff;
	display: block;
}
#s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento ul.list-unstyled li a,
#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento ul.list-unstyled li{
	padding: 0 0 0 15px;
	background: url(/PublishingImages/novo-site/ico-flecha-menu.png) left 4px no-repeat;
}

#s4-workspace .acesso-rapido-desktop .sideways{
	margin-top: 38px;
}
#s4-workspace .acesso-rapido-desktop .sideways>li,
#s4-workspace .acesso-rapido-desktop .sideways>li a {
	height: 60px;
	width: 140px;
	position: relative;
}
#s4-workspace .acesso-rapido-desktop .sideways>li{
	margin-bottom: 80px;
}
#s4-workspace .acesso-rapido-desktop .sideways>li a{
	display: block;
	line-height: 40px;
	background-color: #0061af;
	color: #fff;
	border: none;
	border-radius: 0;
	padding-right: 55px;
}
#s4-workspace .acesso-rapido-desktop .area-tabs .tb-pacientes{
	background-color: #007dc5;
}
#s4-workspace .acesso-rapido-desktop .area-tabs .tb-medicos{
	background-color: #0061af;
}
#s4-workspace .acesso-rapido-desktop .area-tabs .tb-pacientes:after,
#s4-workspace .acesso-rapido-desktop .area-tabs .tb-medicos:after{
	content:'';
	position: absolute;
	width: 31px;
	height: 31px;
	background-image: url(/PublishingImages/novo-site/sprite-acesso-rapido.png);
	background-repeat: no-repeat;
	background-position: -30px -30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 14.5px;
	right: 20px;
}
#s4-workspace .acesso-rapido-desktop .area-tabs .tb-medicos:after{
	background-position: -449px -30px;
}
#s4-workspace .acesso-rapido-desktop .sideways.tabs-left{
	left: -40px;
}
#s4-workspace .acesso-rapido-desktop .area-content #tab-ard-pacientes{
	background-color: #007dc5;
}
#s4-workspace .acesso-rapido-desktop .area-content #tab-ard-medicos{
	background-color: #0061af;
}
#s4-workspace .acesso-rapido-desktop .area-content #tab-ard-pacientes,
#s4-workspace .acesso-rapido-desktop .area-content #tab-ard-medicos{
	width: 100%;
	padding: 28px;
	min-height: 380px;
	color: #fff;
}
#s4-workspace .acesso-rapido-desktop .area-content .close-ard{
	padding: 15px 15px 0;
	text-align: center;
}
#s4-workspace .acesso-rapido-desktop .area-content .close-ard a{
	color: #fff;
	display: block;
	font-family: 'geonmedium';
}
#s4-workspace .acesso-rapido-desktop .area-content .close-ard a img{
	margin-right: 5px;
}

/* Icons */

#s4-bodyContainer .spt-acesso-rapido {
    background-image: url(/PublishingImages/novo-site/sprite-acesso-rapido.png);
    background-repeat: no-repeat;
    display: block;
}
#s4-bodyContainer .spt-ard-icon-pacientes {
    width: 31px;
    height: 31px;
    background-position: -30px -30px;
}
#s4-bodyContainer .spt-ard-icon-compromisso-social {
    width: 28px;
    height: 18px;
    background-position: -121px -30px;
}
#s4-bodyContainer .spt-ard-icon-consulte-historico {
    width: 20px;
    height: 20px;
    background-position: -209px -30px;
}
#s4-bodyContainer .spt-ard-icon-encontre-medico {
    width: 16px;
    height: 20px;
    background-position: -289px -30px;
}
#s4-bodyContainer .spt-ard-icon-ensino-pesquisa {
    width: 24px;
    height: 23px;
    background-position: -365px -30px;
}
#s4-bodyContainer .spt-ard-icon-medicos {
    width: 30px;
    height: 31px;
    background-position: -449px -30px;
}
#s4-bodyContainer .spt-ard-icon-portal-paciente {
    width: 20px;
    height: 18px;
    background-position: -539px -30px;
}
#s4-bodyContainer .spt-ard-icon-pre-agendamento {
    width: 21px;
    height: 21px;
    background-position: -619px -30px;
}
#s4-bodyContainer .spt-ard-icon-preparo-exames {
    width: 16px;
    height: 22px;
    background-position: -700px -30px;
}
#s4-bodyContainer .spt-ard-icon-resultados-exames {
    width: 16px;
    height: 20px;
    background-position: -776px -30px;
}

/* TRABALHE CONOSCO */
#s4-workspace .vaga-estagio{
	margin-top: 80px;
}

/* MOBILE */

/* Nav */
#s4-bodyContainer .navbar-toggle{
	margin: 0;
	border: none;
}
#s4-bodyContainer .navbar-header .btn-search{
	margin: 4px 40px 0 0;
}
#s4-bodyContainer .navbar-default .navbar-toggle:hover,
#s4-bodyContainer .navbar-default .navbar-toggle:focus{
	background: none;
}
#s4-bodyContainer .navbar-default button.navbar-toggle{
	min-width:initial !important;
}

/* Menu Mobile */
#menuToggle{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -10px;
	margin-top:0;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input{
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
	margin:0 !important;
}
/*
 * Just a quick hamburger
 */
#menuToggle .navbar-toggle .icon-bar{
	display: block;
	width: 16px;
	height: 2px;
	position: relative;
	background: #00aeef;
	border-radius: 1px;
	z-index: 1;
	margin-bottom: 0;
	transform-origin: 2px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              	opacity 0.55s ease;
}
#menuToggle .navbar-toggle .icon-bar:first-child{
	transform-origin: 0% 0%;
}
#menuToggle .navbar-toggle .icon-bar:nth-last-child(2){
	transform-origin: 50% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ .icon-bar{
	opacity: 1;
	transform: rotate(45deg) translate(-5px, -8px);
	background: #fff;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ .icon-bar:nth-last-child(3){
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ .icon-bar:nth-last-child(2){
	transform: rotate(-45deg) translate(0, 0);
}

/* MEDIA QUERY */

@media (min-width: 382px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

/* Portrait phones and smaller XS */
@media (max-width: 480px) {

}
/* Landscape phones and portrait tablets XS */
@media (max-width: 767px) {
	#s4-bodyContainer #header{
		margin-top: 45px;
	}
	#s4-bodyContainer .navbar-header{
		z-index: 4000;
		position: relative;
	}
	#s4-bodyContainer .navbar{
		min-height: auto;
	}
	#s4-workspace .content-page .tit-page{
		margin-top: 20px;
	}
	#s4-bodyContainer .navbar-collapse{
		background-color:#00aeef;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 3000;
		min-height: 100%;
		width: 83%;
		padding: 63px 0 0;
		margin: 0;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		overflow: hidden;
	}
	#s4-bodyContainer .navbar-collapse .scroll-mobile{
		position: absolute;
		overflow: scroll;
		width: 100%;
		height: 100%;
		background-color: #007dc5;
	}
	#s4-bodyContainer .navbar-collapse .navbar-nav{
		margin: 0;
	}
	#s4-bodyContainer #header .main-nav-links .navbar-nav.first-nav-mobile{
		background-color: #00aeef;
		padding-bottom: 20px;
	}
	#s4-bodyContainer #header .main-nav-links .navbar-nav.first-nav-mobile a{
		color: #fff;
	}
	#s4-bodyContainer #header .main-nav-links .nav-pills.second-nav-mobile,
	#s4-bodyContainer #header .main-nav-links .nav-pills.second-nav-mobile>li{
		float: none;
	}
	#s4-bodyContainer #header .main-nav-links .nav-pills.second-nav-mobile{
		background-color: #00aeef;
		border-top: 1px solid #4CC7F4;
		padding: 20px 0;
	}
	#s4-bodyContainer #header .nav-topbar li a{
		padding: 10px 20px;
		height: auto;
	}
	#s4-bodyContainer #header .main-nav-links .nav-pills.second-nav-mobile>li+li{
		margin: 0;
	}
	#s4-bodyContainer #header .main-nav-links .nav-pills.third-nav-mobile{
		margin: 20px 0;
		background-color:#007dc5;
	}
	#s4-bodyContainer #header .main-nav-links .nav-pills.third-nav-mobile li{
		float: none;
	}
	#s4-workspace .vaga-estagio{
		text-align: center;
		margin-top: 30px;
		padding: 15px;
	}
	
	/* Busca */
	#s4-bodyContainer #SearchBox .ms-srch-sb{
		width:100%;
	}
	
	/* Container */
	#s4-bodyContainer [class*='col-']{
		margin-top: 0;
		margin-bottom: 0;
	}
	#s4-bodyContainer #header .main-nav{
		padding-top: 13px;
		padding-bottom: 13px;
	}

	#s4-bodyContainer .btn-full-mobile{
		width: 100%;
	}

	/* Acesso Rápido */
	#s4-workspace .acesso-rapido-desktop{
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    #s4-workspace .acesso-rapido-desktop .area-tabs{
        width: 100%;
    }
    #s4-workspace .acesso-rapido-desktop .area-tabs .nav-tabs{
        width: 100%;
    }
    #s4-workspace .acesso-rapido-desktop .area-tabs .nav-tabs li{
        width: 50%;
    }
    #s4-workspace .acesso-rapido-desktop .area-tabs .nav-tabs li a{
        border: none;
        border-radius: 0;
        color: #fff;
        margin: 0;
        padding: 13px 35px 12px;
    }
    #s4-workspace .acesso-rapido-desktop .area-content{
        width: 100%;
        max-height: 100%;
        display: none;
	}
	#s4-workspace .acesso-rapido-desktop .area-content .tab-content .max-h-mobile{
		overflow: auto;
	}
    #s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido{
        margin-bottom: 20px;
    }
    #s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-acesso-rapido a{
        font-size: 14px;
        line-height: 16px;
        margin-top: 25px;
		min-height: 32px;
    }
    #s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento h2{
        font-size: 20px;
	}
	#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento h4{
		font-size: 17px;
	}
	#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento p{
		font-size: 12px;
	}
    #s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .blue1{
        padding: 17px;
    }
    #s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .blue2{
        padding: 15px 17px;
    }
    #s4-workspace .acesso-rapido-desktop .area-content .tab-content .box-pronto-atendimento .blue2 .list-inline>li{
        font-size: 12px;
	}
	#s4-workspace .acesso-rapido-desktop .area-content .tab-content #tab-ard-medicos .box-pronto-atendimento .blue2{
		font-size: 11px;
		padding: 20px;
	}
    #s4-workspace .acesso-rapido-desktop .area-content #tab-ard-pacientes,
    #s4-workspace .acesso-rapido-desktop .area-content #tab-ard-medicos{
        padding: 28px 18px 18px;
    }
    #s4-workspace .acesso-rapido-desktop .area-tabs .tb-pacientes:after,
    #s4-workspace .acesso-rapido-desktop .area-tabs .tb-medicos:after{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 7px;
        right: 35px;
	}
	
	/* Footer */
	#s4-bodyContainer footer{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	#s4-bodyContainer footer .box-unidades h3{
		text-align: center;
		font-size: 20px !important;
		margin-bottom: 30px;
	}
	#s4-bodyContainer footer .box-unidades .nav-pills{
		display: flex;
    	justify-content: center;
	}
	#s4-bodyContainer footer .box-unidades .nav-pills a{
		border: 1px solid #00aeef;
		font-weight: 600;
		color: #00aeef;
		width: 120px;
	}
	#s4-bodyContainer footer .box-unidades .nav-pills li{
		margin: 0;
	}
	#s4-bodyContainer footer .box-unidades .nav-pills li:first-child a{
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		text-align: right;
	}
	#s4-bodyContainer footer .box-unidades .nav-pills li:last-child a{
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#s4-bodyContainer footer .box-unidades .nav-pills .active a{
		background-color: #00aeef;
		color: #fff;
	}
	#s4-bodyContainer footer .box-unidades .tab-content{
		margin: 0 0 60px;
	}
	#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel{
		margin-top: 30px;
	}
	#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-heading{
		font-family: 'geonmedium';
		font-size: 16px;
	}
	#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-body{
		padding: 20px 0;
		min-height: 100px;
	}
	#s4-bodyContainer footer .box-unidades .tab-content .tab-pane .panel .panel-body p{
		margin: 0 !important;
	}
	#s4-bodyContainer footer .lnk-institucional ul{
		margin: 0;
	}
	#s4-bodyContainer footer .lnk-institucional li{
		display: block;
	}
	#s4-bodyContainer footer .lnk-institucional li a{
		display: block;
	}
	#s4-bodyContainer footer .lnk-institucional li + li > a{
		padding-top: 15px;
	}
	#s4-bodyContainer footer .lnk-social{
		margin-top: 120px;
		position: relative;
		text-align: left;
	}
	#s4-bodyContainer footer .lnk-social .titulo{
		float: none;
		font-size: 12px;
		margin-bottom: 10px;
	}
	#s4-bodyContainer footer .lnk-social:before{
		content:'';
		position: absolute;
		width: 95%;
		top: -60px;
		left: 10px;
		border-bottom: 1px solid #ccc;
	}
	#s4-bodyContainer footer .area-premios{
		text-align: left;
		margin-bottom: 40px;
	}
	#s4-bodyContainer footer .ft-logo{
		margin-top: 61px;
	}
	#s4-bodyContainer footer .copyright{
		font-size: 10px;
		text-align: right;
	}
	#s4-bodyContainer footer .spacer-top{
		position: relative;
	}
	#s4-bodyContainer footer .spacer-top:after{
		content:'';
		position: absolute;
		width: 100%;
		bottom: 74px;
		border-bottom: 1px solid #ccc;
	}
	#s4-bodyContainer footer .spacer-top.spacer-bottom:after{
		border: none;
	}
	#s4-bodyContainer footer .box-unidades .tab-content .telefone-cidade{
		margin: 20px 0 0;		
		text-align: center;
	}
	#s4-bodyContainer footer .box-unidades .tab-content .telefone-cidade a{
		font-size: 16px;
		padding-left: 28px;
		background: url(/PublishingImages/novo-site/phone-footer.png) left center no-repeat;
	}

	/* Menu Internas */
	#s4-workspace .menu-list-left .list-group{
        height: 100px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ccc;
    }
    #s4-workspace .menu-list-left .list-group-item {
        vertical-align: middle;
        padding: 0 5px;        
    }
    #s4-workspace .menu-list-left .list-group-item:hover {
        background: transparent;
    }
    #s4-workspace .menu-list-left .menu-chevron-prev,
    #s4-workspace .menu-list-left .menu-chevron-next{
        background-image: url(/PublishingImages/novo-site/prev-blue.png);
        background-repeat: no-repeat;
        width: 13px;
        height: 22px;
        display: inline-block;
        position: absolute;
        top: 40px;
        z-index: 1000;
    }
    #s4-workspace .menu-list-left .menu-chevron-prev{
        left: 0;
    }
    #s4-workspace .menu-list-left .menu-chevron-next {
        background-image: url(/PublishingImages/novo-site/next-blue.png);
        right: 0;
    }
    #s4-workspace .menu-list-left .list-group {
        margin-top: 0;
    }
}
/* Portrait tablets and small desktops SM */
@media (min-width: 768px) and (max-width: 991px) {

}
/* Landscape tablets and medium desktops MD */
@media (min-width: 992px) and (max-width: 1199px) {
	#s4-bodyContainer footer .box-unidades .tab-content .tab-pane{
		display: block;
	}
	/* Guia de Receitas */
	#s4-workspace article.guia-receitas{
		width:940px;
		margin:0 auto;
	}
}
/* Large desktops and laptops LG */
@media (min-width: 1200px) {
	#s4-bodyContainer footer .box-unidades .tab-content .tab-pane{
		display: block;
	}
	/* Guia de Receitas */
	#s4-workspace article.guia-receitas{
		width:940px;
		margin:0 auto;
	}
}

/* -------------------------------------------------------------------------------- */

@media (max-width: 1199px) {
	#s4-workspace .banner,
	#s4-workspace .banner-slim {
		height: 441px;
	}
	#s4-workspace .lits-units .card-text{
		min-height: 80px;
	}
}
@media (max-width: 879px) {
	#s4-workspace .banner .breadcrumb {
		margin-bottom: 20px;
	}
}
@media (max-width: 992px) {
	#s4-workspace .sua-saude .big-cards .card .card-body .card-text,
	#s4-workspace .sua-saude .small-cards .card .card-body .card-text {
			font-size: 14px;
	}
	#s4-workspace .lits-units .card-body .btn{
		width: 100%;
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
	}
	#s4-workspace .lits-units .card-text{
		min-height: 80px;
	}
}
@media (max-width: 799px) {   
	#s4-workspace .sua-saude .box-img-destaque .card-overlay .overlay-content {
		padding: 10px 30px;
	}
	#s4-workspace .sua-saude .links .box-momento-vida .panel {
		text-align: left;
	}
	#s4-workspace .sua-saude h3 {
		font-size: 20px;
		text-align: left;
	}
	#s4-workspace .sua-saude .links .box-momento-vida .panel .panel-heading {
		display: inline-block;
		vertical-align: middle;
		padding: 0 20px 0 0;
	}
	#s4-workspace .sua-saude .links .box-momento-vida .panel .panel-body {
		display: inline-block;
		vertical-align: middle;
	}
}
@media (max-width: 768px) {
	#s4-workspace .menu-list-left .list-group{
		height: 80px;
		padding-top: 10px;
	}
	#s4-workspace .menu-list-left .list-group-item {
		vertical-align: middle;
	}
}
@media only screen and (min-width: 680px) and (max-width: 991px) {
	#s4-workspace .overlay-content p {
		font-size: 15px;
	}
	#s4-workspace .overlay-content {
		left: 5px;
		bottom: 10px;
	}
	#s4-workspace .banner,
	#s4-workspace .banner-slim {
		height: 341px;
	}
}
@media (max-width: 681px) {
	#s4-workspace .menu-list-left {
		padding: 0;
	}
	#s4-workspace .menu-list-left .list-group {
		margin-top: 15px;
		position: relative;   
		text-align: center;    
		border-bottom: 1px solid #ccc; 
		padding-bottom: 10px;
	}
	#s4-workspace .menu-list-left .list-group-item {
		display: inline-block;
		padding: 0 5px;
		vertical-align: middle;
		text-align: left;
	}
	#s4-workspace .menu-list-left .list-group-item:hover {
		background: transparent;
	}
	#s4-workspace .menu-list-left .menu-chevron-next {
		background-image: url(/PublishingImages/novo-site/next-blue.png);
		background-repeat: no-repeat;
		width: 13px;
		height: 22px;
		display: inline-block;
		position: absolute;
		/* top: 25px; */
		right: 0;        
	}
	#s4-workspace .content-page {
		padding: 20px 0 60px;
	}
	#s4-workspace .banner-slim .breadcrumb {
		margin-bottom: 100px;
	}
	#s4-workspace .banner-slim {
		height: 300px;
	}
	#s4-workspace .banner-slim img {
		height: 300px;
	}
	#s4-workspace .lits-units .img-responsive{
		margin: auto;
	}
	#s4-workspace .lits-units .card .card-body {
		width: 300px;
		margin: auto;
	}
	#s4-workspace .lits-units .card-body .btn{
		width: initial;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#s4-workspace .reset-padding,
	#s4-workspace .reset-padding-mobile{
		padding-left: 0;
		padding-right: 0;
	}
	#s4-workspace .reset-padding-l{
		padding-left: 0;
	}
	#s4-workspace .reset-padding-r{
		padding-right: 0;
	}
	#s4-workspace .reset-margin-r{
		margin-right: 0;
	}
	#s4-workspace .lits-units .card-text{
		min-height: initial;
	}
	#s4-workspace .card-only-img .img-fluid {
		width: 100%;
	}
	#s4-workspace .card-topico {
		text-align: center;
	}
	#s4-workspace .card-text {
		margin-bottom: 0 !important;
	}
	#s4-workspace .banner .overlay-banner,
	#s4-workspace .banner-slim .overlay-banner {
		top: initial;
		/* bottom: -40px; */
	}
	#s4-workspace .banner .overlay-banner .txt-banner,
	#s4-workspace .banner-slim .overlay-banner .txt-banner {
		max-width: 310px;
	}
	#s4-workspace .banner .overlay-banner .txt-banner p {
		color: #fff;
	}
	#s4-workspace .banner, #s4-workspace .banner-slim {
		height: 530px;
	}
	#s4-workspace .banner .breadcrumb {
		margin-bottom: 290px;
	}
	#s4-workspace .banner .banner-mobile {
		margin-top: 100px;
		height: 237px;
	}
}
@media (max-width: 535px) {   
}
@media (max-width: 526px) {
	/* #s4-workspace .menu-list-left .menu-chevron-next {
		top: 38px;
		right: -5px;
	} */
	#s4-workspace .menu-list-left .list-group-item {
		text-align: center;
	}
}
@media (max-width: 500px) {
	/* #s4-workspace .menu-list-left .menu-chevron-next {
		top: 27px;
		right: -5px;
	} */
}
@media (max-width: 470px) {
	/* #s4-workspace .menu-list-left .menu-chevron-next {
		top: 27px;
		right: -5px;
	}
	#s4-workspace .menu-list-left .menu-chevron-next {
		right: -5px;
	} */
}
@media (max-width: 430px) {
	#s4-workspace .overlay-content {
		left: 5px;
		bottom: 10px;
	}
	#s4-workspace .overlay-content p {
		font-size: 15px;
	}
	#s4-workspace .card-overlay {
		margin-bottom: 10px;
	}
	#s4-workspace .card-only-img .col-sm-12 {
		margin-bottom: 20px;
	}
	#s4-workspace .card-only-img {
		margin-bottom: 20px;
	}
}
@media (max-width: 364px) {
	/* #s4-workspace .menu-list-left .menu-chevron-next {
		top: 38px;
		right: -5px;
	}
	#s4-workspace .menu-list-left .menu-chevron-next {
		right: -5px;
	} */
}
@media only screen and  (min-width: 365px) and (max-width: 447px)  {
	/* #s4-workspace .menu-list-left .menu-chevron-next {
		top: 37px
	} */
}

#s4-workspace .esconde-componente h2 {
	font-size: 17px !important;
}
#s4-workspace .esconde-componente h3 {
	font-size: 16px !important;
}
/* Núcleo da Coluna */
#s4-workspace .nucleo-da-coluna .tab-content {
	background:#fff !important;
}
#s4-workspace .nucleo-da-coluna .lh-0 {
	line-height:0;
}
#s4-workspace .ft-sirio {
	color:#3498db !important;
}
/* Prêmio Violeta */
#s4-workspace .formulario-premio-violeta input {
    color: #000;
}
#s4-workspace .formulario-premio-violeta div.tab-content {
    overflow: hidden;
    padding-top: 35px;
    background-color: #fff;
}
#s4-workspace .formulario-premio-violeta textarea {
	resize: none;
	color: #000;
}
#s4-workspace .formulario-premio-violeta .form-group {
    padding: 10px;
}
#s4-workspace .formulario-premio-violeta .oculta {
    display: none;
}
#s4-workspace .formulario-premio-violeta .mostra {
    display: block;
}
#s4-workspace .formulario-premio-violeta .form-group textarea {
    min-width: 100% !important;
}
#s4-workspace .formulario-premio-violeta .form-inline .radio label {
    padding-right: 30px;
    padding-top: 70px;
}
#s4-workspace .formulario-premio-violeta .form-inline .radio input[type="radio"] {
    margin-right: 5px;
    margin-top: -3px !important
}
#s4-workspace .formulario-premio-violeta label span {
    color: #f37676;
}
#s4-workspace .formulario-premio-violeta button {
    margin-right: 10px;
}
#s4-workspace .violeta{
	color: #ee82ee;
}