/* CSS Document */
body {
	font-family: 'Roboto', sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.emergencias {
	min-height: 40px;
	background: url("../imagens/bg-emergencia.jpg") center top #009fbc;
	color: #fff;
	display: block;
	.emergencias-dados {
		display: inline-block;
		span {
			display: block;
			letter-spacing: -1.5px;
			padding-left: 52px;
			line-height: 32px;
			height: 40px;
			background: url("../imagens/emergencias-ico.png") no-repeat left center;
			font-family: 'Roboto', sans-serif;
			font-weight: 300;
			color: #fff;
			font-size: 22px;
		span {
			display: inline-block;
			letter-spacing: -1.5px;
			line-height: 40px;
			background: none;
			padding-left: 15px;
			font-weight: 500;
			color: #e3fbff;
			font-size: 32px;
		}
	}
	
	}
}

.navbar {
	height: 140px;
	background: url("../imagens/bg-menu.jpg") no-repeat center center;
	.nav-link {
		font-family: 'Homenaje', sans-serif;
		color: #20272e;
		font-size: 18px;
		padding: 10px 10px !important;
		margin-left: 5px;
		transition: background .3s;
		border-radius: 8px;
		&:hover {
			color: #fff;
			background: rgba(32,39,46,0.5);			
			transition: all .3s;
		}
	}
	
	.dropdown-menu {
		padding: 15px;
		margin: .125rem 0 0 5px;
		font-size: 18px;
		font-family: 'Homenaje', sans-serif;
		
		text-align: left;
		list-style: none;
		background: rgba(183,220,230,0.8);
		border: none;
		border-radius: 8px;
		li {
			margin-bottom: 12px;
		}
		a {
			color: #20272e;			
			text-decoration: none;
			&:hover {
				color: #fff;
			}
		}
	}
	
	.brand {
		height: 75px;
		width: 210px;
		background: url("../imagens/logotype.png") no-repeat center center;
		background-size: cover;
		span {
			display: none;
		}
	}
}

.carousel-bg-fator {
	background: url("../imagens/bg-tv.png") no-repeat top center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.carousel-item {
  height: auto;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	img {
		width: 100%;
		height: auto;
	}
	.carousel-caption {
		position: absolute;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 10;
		text-align: right;
		padding-top: 130px;
		padding-right: 50px;		
		background: url("../imagens/bg-tv2.png") no-repeat right bottom;
		width: 715px;
		height: 389px;
		h2 {
			font-family: 'Homenaje', sans-serif;
			color: #fff;
			text-align: right;
			font-size: 60px;
			letter-spacing: -1.0px;
			font-weight: 100;
		}
		p {
			font-family: 'Homenaje', sans-serif;
			color: #fff;
			text-align: right;
			font-size: 33px;
			letter-spacing: -1.0px;
			font-weight: 100;
		}
		a {
			font-family: 'Homenaje', sans-serif;
			color: #fff;
			text-align: right;
			font-size: 24px;
			letter-spacing: 3px;
			display: inline-block;
			padding: 12px 60px;
			border: solid 1px #fff;	
			border-radius: 6px;
			font-weight: 100;
			text-decoration: none;
			&:hover {
				background-color: rgba(255,255,255,0.10);
			}
		}
	}
}

.home {
	&.associar {
		height: 140px;
		background: #016aad; /* Old browsers */
		background: -moz-linear-gradient(left,  #016aad 0%, #016aad 49%, #017fcf 51%, #017fcf 100%); 
		background: -webkit-linear-gradient(left,  #016aad 0%,#016aad 49%,#017fcf 51%,#017fcf 100%); 
		background: linear-gradient(to right,  #016aad 0%,#016aad 49%,#017fcf 51%,#017fcf 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016aad', endColorstr='#017fcf',GradientType=1 ); 
		.row {
			height: 140px;
			.linkAssociar {
				display: block;
				width: 288px;
				height: 140px;
				padding-top: 35px;
				background: url("../imagens/bg-center-associar.png") no-repeat center center;
				margin: 0 auto;
				a {
					display: block;
					width: 204px;
					height: 71px;
					line-height: 71px;
					margin: 0 auto;
					text-align: center;
					font-family: 'Roboto', sans-serif;
					font-weight: 300; 
					font-size: 24px;
					color: #fff;
					background: url("../imagens/bg-bt-associar.png") no-repeat center center;
					text-decoration: none;
					letter-spacing: -1.0px;
				}
			}
			h3 {
				font-weight: 500;
				font-size: 30px;
				color: #fff;
				letter-spacing: -1.5px;
				margin-bottom: 0;
			}
			p {
				font-weight: 300;
				font-size: 24px;
				color: #fff;
				letter-spacing: -1.5px;
				margin-bottom: 0;
				line-height: 24px;
			}
		}
	}
	&.planos {
		min-height: 385px;
		border-bottom: 2px solid #98cbea;
		background: url("../imagens/bg-planos.jpg") no-repeat center center;
		h2 {
			height: 115px;
			line-height: 115px;
			margin: 0 auto;
			text-align: center;
			font-family: 'Roboto', sans-serif;
			font-weight: 300; 
			font-size: 48px;
			color: #345880;
			position: relative;
			&:before {
				content: "";
				border-bottom: solid 2px #bedef2;
				width: 40%;
				left: 0;
				top: 78px;
				display: block;
				position: absolute;
			}
			&:after {
				content: "";
				border-bottom: solid 2px #bedef2;
				width: 40%;
				right: 0;
				top: 78px;
				display: block;
				position: absolute;
			}			
		}
		.empresas, .voce {
				width: 100%;
				height: 200px;
				border: solid 1px #b5d9ef;
				background: rgba(255,255,255,0.80) no-repeat calc(100% - 20px) center;
				padding-left: 55px;
				border-radius: 8px;
				color: #345880;
				display: block;
				text-decoration: none;
				transition: background 0.5s;
				margin-bottom: 25px;
				h3 {
					font-size: 36px;
					font-weight: 300; 
					letter-spacing: -0.5px;
					margin: 0;
					line-height: 36px;
				}
				p {
					font-size: 60px;
					font-weight: 300; 
					letter-spacing: -0.5px;
					margin: 0;
					line-height: 60px;
				}
			}
		.empresas {
			background-image: url("../imagens/bg-empresa.png");
			&:hover {
				background: rgba(255,255,255,0.99) no-repeat calc(100% - 40px) center;
				background-image: url("../imagens/bg-empresa.png");
			}
		}
		.voce {
			background-image: url("../imagens/bg-family.png");
			&:hover {
				background: rgba(255,255,255,0.99) no-repeat calc(100% - 40px) center;
				background-image: url("../imagens/bg-family.png");
			}
		}
	}	
	&.produtos {
		min-height: 612px;
		background: url("../imagens/bg-servicos.jpg") no-repeat center center #ebf5f7;
		h2 {
			height: 123px;
			line-height: 123px;
			margin: 0 auto;
			text-align: left;
			font-size: 48px;
			color: #345880;
			position: relative;
			padding-left: 105px;
			background: url("../imagens/ambulancia.png") no-repeat left center;
			}
		.produto {
			width: 100%;
			height: 390px;
			background: no-repeat left top;
			background-size: cover;
			position: relative;			
			div {
				background: url("../imagens/bg-servico.png") no-repeat right bottom;
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
				h3 {
					min-height: 95px;
					background-color: rgba(1,127,207,0.54);
					text-align: center;
					font-size: 36px;
					a {
						color: #fff;
						text-decoration: none;
					}
				}
			}
		}
		a.mais {
			text-align: center;
			font-size: 36px;
			color: #345880;
			padding: 20px 0;
			display: block;
			text-decoration: none;
			font-weight: 300;
		}
	}
	&.sociais {
		min-height: 660px;
		background: #f3f6f6;
		h3 {
			height: 120px;
			line-height: 120px;
			margin: 0 auto;
			text-align: left;
			font-size: 36px;
			color: #345880;
			position: relative;
			}

	}
}

footer {
	background-color: #0173bc;
	color: #aed4ed !important;
	padding-top: 20px;
	h3 {
		font-family: 'Homenaje', sans-serif;
		font-size: 18px;
		margin-bottom: 0;
	}
	ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  border-left: solid 1px #aed4ed;
	  display: block;
	  margin-bottom: 20px;
		li {
			padding-left: 4px;
			a {
				font-family: 'Homenaje', sans-serif;
				font-size: 16px;
				color: #fff;				
				&:hover {
					color: #aed4ed;
					text-decoration: none;
				}
			}
		}
	}
}
header {
	background: #aed4ed;
	
}
.imgHeader {
	width: 100%;
	max-width: 1175px;
    margin: 0 auto;
	height: 220px;
	background-size: cover;
	background: left center no-repeat #aed4ed;
	&.empresa {
		background-image: url("../imagens/empresa.jpg");
	}
	&.planos {
		background-image: url("../imagens/planos.jpg");
	}
	&.servicos {
		background-image: url("../imagens/servicos.jpg");
	}
}

.internas {
	min-height: 612px;
	padding-bottom: 100px;
		h2 {
			min-height: 80px;
			padding-top: 40px;
			line-height: 40px;
			margin: 0 auto 40px ;
			text-align: left;
			font-size: 48px;
			color: #345880;
			position: relative;
			padding-left: 105px;
			background: url("../imagens/ambulancia.png") no-repeat left 40px;
			}
	.titServico {
		min-height: 60px;
		line-height: 60px;
		margin-bottom: 30px;
		text-align: left;
		font-size: 30px;
		color: #345880;
		border-bottom: solid 1px #abcce1;
	}
	.pictures {
		img {
			border-radius: 6px;
			margin-bottom: 20px;
			width: 100%;
			max-width: 500px;
			height: auto;
		}
	}
	.hover {
		transition: background .4s;
		&:hover {
			background-color: #d3e9f6;
		}		
	}
	.linkHover {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.borderBottom {
		border-bottom: solid 1px #abcce1;
	}
	.associar {
		display: block;
		width: 100%;
		height: 71px;
		line-height: 71px;
		margin: 20px auto;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-weight: 300; 
		font-size: 24px;
		color: #fff;
		background: #016aad;
		text-decoration: none;
		letter-spacing: -1.0px;
		border-radius: 8px;
	}
	&.empresa {
		
	}
	&.noticias {
		
	}
}

@media only screen  and (max-width: 1199px) {	
	.home {
		&.planos {
			.empresas, .voce {
				padding-left: 30px;
				h3 {
					font-size: 30px;
					line-height: 30px;
				}
				p {
					font-size: 56px;
					line-height: 56px;
				}
			}
		}
	}	
}

@media only screen  and (max-width: 991px) {
.navbar {
	.navbar-collapse {
		z-index: 999;
		background: rgba(183,220,230,0.9);
		border-radius: .25rem;
		margin-top: 5px;
	}
	.navbar-toggler {
		background-color: rgba(32,39,46,0.5);
		border: none;
		
		.navbar-toggler-icon {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
			}
		}
	}
	button:focus {
	outline: none;
	}

.home {	
	&.planos {
		background: #d3e9f6;
		h2 {
			height: 80px;
			line-height: 80px;
			font-size: 36px;			
			&:before {
				width: 30%;
				top: 39px;
			}
			&:after {
				width: 30%;
				top: 39px;
			}
		}
	}
}
	
}

@media only screen  and (max-width: 767px) {
.emergencias {
	.emergencias-dados {
		span {
			background: none;
	}
	
	}
}	

.navbar {
	height: 100px;
	.brand {
		height: 38px;
		width: 120px;
	}
}
	
button:focus {
outline: none;
}

.carousel-bg-fator {
	display: none;
}

.carousel-item {  
	.carousel-caption {
		left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
		background: none;
		width: 100%;
		height: 80px;
	}
}
.emergencias {
	.emergencias-dados {
		span {
			padding-left: 52px;
			line-height: 32px;
			font-size: 14px;
		span {
			display: inline-block;
			line-height: 40px;
			font-size: 18px;
		}
	}
	
	}
}
.home {	
	&.planos {
		h2 {
			font-size: 24px;
		}
	}

&.produtos {
		min-height: 400px;
		background-size: cover;
		h2 {
			height: 100px;
			line-height: 100px;
			font-size: 36px;
			}
		.produto {
			height: 280px;
			margin-bottom: 20px;
			div {
				h3 {
					height: 75px;
					font-size: 24px;
				}
			}
		}
		a.mais {
			font-size: 24px;
			padding: 10px 0;
		}
	}	
}	
}

@media only screen  and (max-width: 565px) {	
	.home {
		&.planos {
			.empresas, .voce {
				background-position: calc(100% - 20px) bottom;
				background-size: 120px;
				padding-left: 20px;
				padding-top: 20px;
				height: 160px;
				h3 {
					font-size: 24px;
					line-height: 24px;
				}
				p {
					font-size: 44px;
					line-height: 44px;
				}
			}
		}
	}	
}




