body{
	color: #2C3E50;
}

.navbar.navbar-fixed-top.skrollable.skrollable-after {
	line-height: 60px;
	height: 80px;
	background-color: rgb(30, 167, 155);
}

.nav.navbar-nav.skrollable.skrollable-after {
	margin-top: 5px;
}

.scrollup {
	display: block;
}

.logo-big {
	margin-right:-35px;
}

.icone-whatsapp {
	vertical-align: middle;
}

.img-responsive {
	left: 90px;
	bottom: 30px;
}

#home, #programa, #hemofilia, #tratamento, #profilaxia, #inibidores, #arearestrita, #contato {
	padding-top: 90px;
    margin-top: -90px;
}

.center-content-width {
	max-width: 616px;
	margin: 0 auto 35px;
}


.footer__nav {
	 text-align: center;
	 margin-top: 30px;
	 color: #fff;
 }

 .footer__nav a {
	 color: #fff!important;
	 text-decoration: underline!important;
 }

.footer__nav a::before {
   content: "|";
   margin: 0 0.5em!important;
}

section#footer {
    background: #ff7545;
    margin: 0;
	padding: 40px 0px 50px;
}

.a-f::before {
   content: " "!important;
   margin-left: 0px!important;
   color: transparent!important;
}

.row{
	margin: 0;
}

.fancybox-margin{margin-right:17px;}

.area-restrita a{
	color: #50A59B;
	font-weight: 700;
	font-size: 18px;
}

.area-restrita h3{
	color: #E68739;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 35px;
}

.area-restrita img{
	margin: auto;
}

.refs{
	font-size: 14px;
}

.refs a {
	color: #2C3E50 !important;
}

.refs a:hover{
	color: #2C3E50 !important;
}

body p{
	font-size: 18px;
	margin-bottom: 35px;
}

.container{
	max-width: 964px !important;
	padding: 0;
}
.header .container-xxl img{
	margin: 0px;
    width: 150px;
}

.container-xxl img{
	margin: 35px auto 70px;
}

.slider, .slider img{
	width: 100%;
}

.slider p{
	margin: 0;
}

.text-white {
	color: #fff !important;
}

h2{
	margin: 0px 0px 35px;
	font-size: 35px;
	color:#E68739;
}

.menu{
	width: 1400px;
	max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#carousel-slider a i {
    border-radius: 50%;
    font-size: 30px;
    height: 50px;
    padding: 0px !important;
    position: absolute;
    top: 50%;
	left: 42%;
    width: 50px;
    background: #3a906d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav>li>a {
    display: table-cell;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    font-weight: 0;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
	padding: 0px 15px !important;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
	height: auto;
}

.navbar{
	max-width: 100% !important;
}

.navbar-brand img{
	width: 150px !important;
	max-width: 100% !important;
}

a.scrollup {
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 0.5;
	background: #417630;
}

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	padding: 0;
    margin: 0;
    width: 80px;
	height: 80px;
	font-size: 30px;
	color: #FFF;
}

.beneficio {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	border-bottom: 1px solid rgba(230, 135, 57, 0.26);
	margin-bottom: 25px;
	padding-bottom: 40px;
}

.beneficio p {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-self: center;
}


.beneficio img {
	width: 197px;
	display: block;
	height: auto;
	flex-shrink: 0;
}


@media (max-width: 1200px){
	.navbar-nav>li>a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.navbar-nav>li {
		float: none;
		border-bottom: 1px solid #666;
	}

	.navbar-nav{
		width: 90%;
		margin: 0 auto !important;
		background-color: #444;
	}

	.navbar-header, .menu{
		width: 100% !important;
	}

	.collapse{
		display: none;
	}
}

@media (max-width: 1199px){
	.navbar .navbar-collapse {
		padding: 0;
		width: 160px;
		position: absolute;
		right: 0px;
		margin: 0px !important;
		top: 79px;
		background-color: #666;
	}

	.collapse{
		display: none;
	}

	.navbar-toggle{
		display: block !important;
	}

	.navbar-collapse.in {
		margin: 0px !important;
		background-color: #666;
	}

	.slider{
		margin-top: 40px;
	}

	.logo-footer{
		text-align: center;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.logo-footer img{
		margin: auto;
	}

}

@media (max-width: 768px){
	.container {
		padding: 0px 15px;
	}

	#contato a{
		line-break: anywhere;
	}

	h2{
		font-size: 30px !important;
	}

	footer h2{
		font-size: 25px !important;
	}

}

@media (min-width: 1200px){

	.navbar-collapse{
		display: block !important;
	}
	.logo-footer.text-center {
		margin-bottom: -80px;
	}
}

@media (max-width: 767px) {
	.beneficio {
		display: block;
	}

	.beneficio img {
		margin-bottom: 20px;
	}
}

.d-none {
	display: none;
}

.text-left.refs a {
	word-break: break-all;
}