/*
Theme Name: #ID2 Comunicação - Wordpress Bootstrap
Theme URI: http://www.id2comunicacao.com.br
Author: Davidson Santana - ID2 Comunicação
Author URI: https://www.id2comunicacao.com.br
Description: Tema desenvolvido para ID2 Comunicação.
Version: 1.0
License: Private
Text Domain: #id2comunicacao

*/



@font-face {
  font-family: 'Sansation Light';
  src: url('fonts/Sansation_Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Sansation_Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Sansation_Light.woff') format('woff'), /* Modern Browsers */
       url('fonts/Sansation_Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Sansation_Light.svg#b4024653c11d3bb702504041bb0b478d') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

.navbar .container{
	position: relative;
}

.navbar h1{
	width: 324px;
	height: 97px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.navbar h1 a{
	padding: 0;
}

.navbar-default{
	background: #fff;
	border-bottom: 1px solid #d6dfe0;
	box-shadow: 0 1px 0 rgba(227,234,236,0.6)
}

#navbar li a{
	padding: 20px 15px;
	font-family: 'Sansation Light';
	font-size: 17px;
	color: #805c4c;
}

#navbar li.active a, #navbar li:hover a{
	background: none;
	box-shadow: inset 0 -6px 0 #9b7f73
}




.carousel{
	margin: 50px 0 0;
}

.carousel .glyphicon-chevron-left{
	width: 30px;
	height: 47px;
	background: url(images/arrows.png) no-repeat 1px 0;
}
	
.carousel .glyphicon-chevron-left::before{
	content: " ";
}


.carousel .glyphicon-chevron-right{
	width: 30px;
	height: 47px;
	background: url(images/arrows.png) no-repeat -84px 0;
}
	
.carousel .glyphicon-chevron-right::before{
	content: " ";
}


.carousel .carousel-caption{
	width: 450px;
	left: 10%;
	top: 20%;
	bottom: auto;
	text-align: left;
	text-shadow: none;
	font-family: 'Sansation Light';
	display: none;
}

.carousel .carousel-caption .title{
	font-size: 40px;
	color: #805c4c;
}

.carousel .carousel-caption .text{
	color: #805c4c;
	font-size: 20px;
}

.carousel-control{
	background-image: none!important;
}

.carousel-indicators .active{
	background: #866354;
}

.carousel-indicators li{
	border-color: #866354;
}

.carousel-inner .item img{
	width: 100%;
}



section{
	padding: 50px 0;
	margin: 0;
}

section h2, section h3, section h4{
	font-family: 'Sansation Light';
}

section h3{
	font-size: 25px;
}

section h4{
	font-weight: 700;
}

section p{
	font-size: 16px;
	font-family: 'Sansation Light';
}

section.about{
	height: 670px;
	background: #ede5d3 url(images/perfil.jpg) no-repeat 7% bottom;
	color: #343025;
}

section.about h3{
	margin: 35px 0 10px;
}

section.about img{
	margin: 10px 0;
	border: 3px solid #fff;
	border-radius: 3px;
}


section.cardiologia{
	background: url(images/cardio.jpg);
	background-size: cover;
}

section.cardiologia h2{
	margin: 0 0 30px;
	font-size: 50px;
	color: #234c69;
}

section.cardiologia .text{
	padding: 25px;
	background: rgba(65, 100, 128, 0.7);
	border-radius: 10px;
}

section.cardiologia p{
	color: #fafafa;
}



section.inbody{
	padding: 50px 0 100px;
	background: #fff url(images/inbody.jpg) no-repeat 80% center;
	color: #3498db;
}

section.inbody h2{
	font-size: 25px;
}

section.inbody h2 span{
	font-size: 70px;
	display: block;
}

section.inbody ul{
	padding: 0;
	list-style-type: none;
}

section.inbody ul li{
	padding: 3px 0;
	font-size: 20px;
	font-family: 'Sansation Light';
}




section.articles{
	background: #bdc3c7;
	color: #455058;
	text-align: center;
}

section.articles h2{
	font-size: 70px;
	text-transform: uppercase;
}

section.articles span{
	margin: 0 0 40px;
	display: block;
	font-size: 25px;
	font-family: 'Sansation Light';
}

section.articles ul{
	padding: 0;
	list-style-type: none;
}

section.articles ul li{
	display: inline-block;
	margin: 0 20px 30px;
}

section.articles ul li .crop{
	width: 200px;
	height: 200px;
	margin: 0 0 10px;
	display: block;
	border: 7px solid #fff;
	border-radius: 200px;
	overflow: hidden;
}

section.articles ul li .crop img{
	margin: -10px 0 0 -10px;
}

section.articles ul li .title{
	display: block;
	font-size: 20px;
	color: #455058;
	font-family: 'Sansation Light';
	text-transform: uppercase;
	text-align: center;
}

section.articles ul li:hover .crop{
	border-color: #455058;
}


.vfb-legend{display: none;}
label{display: none;}
#vfb-3, #vfb-11{display: none;}
.vfb-item-secret{display: none!important;}
.vfb-item{margin: 0 0 3px;}

 .visual-form-builder ul{
	padding: 0;
}

.visual-form-builder input, .visual-form-builder textarea{
	width: 100%;
	padding: 12px 10px 10px;
	border-radius: 5px;
	background: none;
	font-family: 'Sansation Light';
	font-size: 15px;
	text-transform: uppercase;
}

.visual-form-builder input.vfb-submit{
	width: auto;
	padding: 0;
	margin: 0 10px 0 0;
	float: right;
	border: none;
	font-size: 20px;
	color: #222;
}

.visual-form-builder textarea{
	height: 200px;
	resize: none;
}

section.questions{
	background: #eee9dc;
	color: #343025;
	display: none;
}

section.questions h2{
	font-size: 25px;
	text-transform: uppercase;
}

section.questions h2 span{
	font-size: 70px;
	display: block;
}

section.questions input, section.questions textarea{
	color: #7f7c75;
	border: 1px solid #aba79c;
}





section.contact{background: #95a5a6;}

section.contact h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}

section.contact p, section.contact p a{
	color: #fff;
}

section.contact input, section.contact textarea{
	color: #768586;
	border: 1px solid #8d9a9b;
	background: #b7c8c9;
}

section.contact input.vfb-submit{
	color: #fff;
	background: none;
}

section.contact iframe{
	margin: 0 0 20px;
	border: 5px solid #b7c8c9;
}

section.contact .right{
	float: right;
	text-align: right;
}

section.contact .right p{
	padding: 5px 0 5px 40px;
	float: right;
	clear: both;
	background: url(images/icon-contact.png) no-repeat;
}

section.contact .right p:last-child{
	background-position: 0 -47px;
}


section.social{background: #fff;}

section.social h2{
	color: #95a5a6;
	text-transform: uppercase;
}

section.social ul{
	padding: 0;
	list-style-type: none;
}

section.social ul li{
	height: 130px;
	margin: 15px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}

section.social .fb-page{
	margin: 70px 0 0;
}


footer{
	padding: 20px 0;
	color: #95a5a6;
	background: #e7f0f1;
	font-size: 12px;
}

footer .right{
	text-align: right;
}




/* Responsive */
@media (max-width: 767px){

	.navbar h1{
		width: 250px;
		height: 75px;
	}

	.navbar-brand > img{
		width: 100%;
		height: auto;
	}

	.navbar-nav{
		margin: 25px -15px;
	}

	#navbar li a{
		padding: 10px 15px;
	}

	#navbar li.active a, #navbar li:hover a{
		box-shadow: none;
		background: #9b7f73;
		color: #fff;
	}

	section.articles h2{
		font-size: 60px;
	}


	section.about{
		height: auto;
		background: #ede5d3;
	}

	section.about img{
		width: 100%;
		height: auto;
	}


	section.inbody{
		background: #fff;
		text-align: center;
	}

	section.articles h2{
		font-size: 40px;
	}


	section.contact h2{
		margin: 70px 0 15px;
	}

	section.contact iframe{
		width: 100%;
	}


	section.social .face{
		display: none;
	}

	footer{
		text-align: center;
	}

	footer .right{
		width: 170px;
		margin: 10px auto;
		text-align: none;
		float: none;
		display: inline-block;
	}


}

@media (max-width: 320px){

	.navbar-nav{
		margin: 5px -15px;
	}

	.navbar h1{
		width: 170px;
		height: 50px;
	}

	section.inbody h2 span{
		font-size: 40px;
	}

}




@media (min-width: 768px) {

	.navbar h1{
		width: 250px;
	}

	.navbar-brand > img{
		width: 100%;
		height: auto;
	}


	#navbar li a{
		padding: 20px 10px;
		font-size: 15px;
	}



	section.about{
		background: #ede5d3;
	}

	

	section.inbody{
		background: #fff;
		text-align: center;
	}


	section.contact iframe{
		width: 100%;
	}


	section.social .face{
		display: none;
	}


	footer{
		text-align: center;
	}

	footer .right{
		width: 170px;
		margin: 10px auto;
		text-align: none;
		float: none;
		display: inline-block;
	}


}



@media (min-width: 992px) {

	section.about{
		background: #ede5d3 url(images/perfil.jpg) no-repeat 12% bottom;
	}

	section.inbody{
		background: #fff url(images/inbody.jpg) no-repeat 90% center;
		text-align: left;
	}

}



@media (min-width: 1200px){

	section.social .face{
		display: block;
	}

}
























/* END */















