/*
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

*/




@import url('https://fonts.googleapis.com/css?family=Rubik:300,400');


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


body{
	min-height: 100vh;
	border: 15px solid #ebebeb;
}



#intro{
	width: 100%;
	height: 100vh;
	padding: 0 20px;
	background: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	line-height: 100vh;
}

#intro img{
	max-width: 100%;
	width: 450px;
	height: auto;
	vertical-align: middle;
	display: none;
}




.navbar{
	margin: 0;
	text-align: center;
	border: none;
}

.navbar .navbar-header{
	width: 100%;
}

.navbar h1{
	width: 230px;
	margin: 40px auto;
	display: block;
	float: none;
}

.navbar h1 img{
	width: 100%;
	height: auto;
}



.open-menu{
	width: 60px;
	color: #6e818b;
	font-size: 50px;
	position: absolute;
	right: 35px;
	top: 40px;
}

.open-menu img{
	width: 100%;
	height: auto;
}

#menu{
	padding: 150px 50px 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	background: rgba(110, 129, 139, 0.5);
	text-align: right;
	display: none;
	z-index: 999999;
}

#menu li{
	margin-bottom: 10px;
}

#menu li a{
	display: block;
	color: #6e818b;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;
}

#menu li a:hover{
	color: #fafafa;
}

#menu span{
	margin-bottom: 30px;
	display: block;
	color: #6e818b;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
}


#menu .close-menu{
	width: 60px;
	color: #fafafa;
	font-size: 50px;
	position: absolute;
	right: 50px;
	top: 55px;
}

#menu .close-menu img{
	width: 100%;
	height: auto;
}




.carousel{
	margin: 0 50px;
}

.carousel .carousel-inner{
	/*border-radius: 10px;*/
}

.carousel .item{
	height: 500px;
	overflow: hidden;
}

.carousel .item img{
	width: 100%;
	height: auto;
	margin-top: -100px;
}

.carousel .item h2{
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	display: block;
	font-size: 22px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	background: rgba(110, 129, 139, 0.5);
	text-transform: initial;
	position: absolute;
	bottom: 0;
	left: 0;

	-moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.carousel .item:hover h2{
	background: rgba(16, 38, 48, 0.95);
}



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

.carousel-control svg{
	color: #102630;
	top: 50%;
	position: relative;
}

.carousel-control.left{
	width: 40px;
	left: -40px;
}

.carousel-control.right{
	width: 40px;
	right: -40px;
}







footer{
	padding: 50px 0;
	text-align: right;
}

footer .social{
	margin-right: 50px;
}

footer a{
	margin: 0 0 0 5px;
	font-size: 30px;
	color: #99a7ae;
}










/* INTERNAS */

.page-title{
	margin-bottom: 30px;
	position: relative;
}

.page-title h2{
	color: #6e818b;
	font-size: 30px;
	line-height: 32px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.page-title h2 a{
	color: #6e818b;
}


.page-title .link{
	position: absolute;
	left: 200px;
	top: 9px;
	color: #6e818b;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
}


.descricao{
	margin-bottom: 20px;
}

.descricao p{
	margin: 0 0 10px;
	line-height: 22px;
}



main{
	margin-bottom: 100px;
}

main .image{
	max-height: 600px;
	overflow: hidden;
}

main .image img{
	width: 100%;
	height: auto;
}



main p{
	margin-bottom: 20px;
	color: #6e818b;
	font-size: 16px;
	line-height: 27px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}




main h3{
	color: #6e818b;
    font-size: 25px;
    line-height: 26px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

main .infos-contato{
	margin-bottom: 35px;
}

main .infos-contato .item span{
	color: #6e818b;
	font-size: 16px;
	line-height: 27px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}


main .infos-contato .item span::after{
	margin-bottom: 10px;
	content: " ";
	width: 40px;
	height: 3px;
	display: block;
	background: #6e818b;
}



main form label{
	display: block;
	color: #6e818b;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
}

main form input, main form textarea{
	width: 100%;
	padding: 10px;
	border: none;
	background: #d3d8da;
	border-radius: 8px;
	resize: none;
	color: #6e818b;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
}


main form .telefone input{
	width: 50%;
}

main form .wpcf7-submit{
	width: auto;
	background: none;
	float: right;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 35px;
}




.menu-horizontal{
	width: 100%;
	display: block;
}

.menu-horizontal li{
	display: inline-block;
}

.menu-horizontal li a{
	padding: 5px 0;
	margin-right: 10px;
	display: inline-block;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 23px;
	color: #6e818b;
	text-decoration: none;
}

.menu-horizontal li a:hover, .menu-horizontal li.current-cat a{
	color: #c3d0d7;
}



.projetos .item{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.projetos .item .crop{
	height: 220px;
	overflow: hidden;
}

.projetos .item .crop img{
	width: 100%;
	height: auto;
}

.projetos .item .titulo-projeto{
	width: 100%;
	height: 220px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(16, 38, 48, 0.7);
	text-align: center;
	display: table;

	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projetos .item:hover .titulo-projeto{
	opacity: 1;
}




.projetos .item h3{
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-transform: initial;
	display: table-cell;
	vertical-align: middle;
}





main .foto-principal{
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

main .foto-principal img{
	width: 100%;
	height: auto;
}

main .foto-principal h3{
	padding: 20px 25px;
	margin: 0;
	display: block;
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	background: rgba(16, 38, 48, 0.7);
	text-transform: initial;
	position: absolute;
	bottom: 60px;
	left: 0;
}




main .gallery .gallery-item{
	margin-bottom: 30px;
}

main .gallery .gallery-item .gallery-icon{
	height: 150px;
	overflow: hidden;
}

main .gallery .gallery-item img{
	/*width: 140%;
	margin-left: -20%;*/
}






main .btn.more{
	padding: 10px 15px;
	margin-top: 100px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: #6e818b;
	border: 1px solid #6e818b;
}

main .btn.more:hover{
	background: #6e818b;
	color: #fff;
}


.gallery .gallery-item{
	margin-bottom: 5px;
	overflow: hidden;
}

.gallery .gallery-item img{
	width: 100%;
	height: auto;
}







#instafeed a{
	height: 250px;
	margin-bottom: 35px;
	display: block;
	overflow-y: hidden;
	border-radius: 5px;
}

#instafeed a img{
	width: 100%;
	height: auto;
}





/* Responsivo */

.navbar-toggle{
	background: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}




@media (max-width: 1199px) and (min-width: 992px) {

	.carousel .item{
		height: auto;
	}

	.carousel .item img{
		margin: 0;
	}



	.projetos .item .crop{
		height: 180px;
	}

	.projetos .item .titulo-projeto{
		height: 180px;
	}


	body.page-template-contato main{
		padding: 0 30px;
	}


	#instafeed a{
		height: 200px;
	}



	main .gallery .gallery-item .gallery-icon{
		height: 120px;
	}



}


@media (max-width: 991px) and (min-width: 768px) {

	.carousel .item{
		height: auto;
	}

	.carousel .item img{
		margin: 0;
	}


	main{
		padding: 0 30px;
	}

	main .image{
		margin-bottom: 35px;
	}


	.projetos .item .crop{
		height: 200px;
	}

	.projetos .item .titulo-projeto{
		height: 200px;
	}


	#instafeed a{
		height: 300px;
	}



	main .gallery .gallery-item .gallery-icon{
		height: 200px;
	}


}


@media (max-width: 767px) {

	.carousel .item{
		height: auto;
	}

	.carousel .item img{
		margin: 0;
	}

	.carousel .item h2{
		bottom: 10%;
		font-size: 24px;
	}



	main{
		padding: 0 30px;
	}

	main .image{
		margin-bottom: 35px;
	}



	.page-title .link{
		display: block;
		clear: both;
		position: initial;
	}



	.projetos .item .crop{
		height: 320px;
	}

	.projetos .item .titulo-projeto{
		height: 320px;
	}


	.projetos .item h3{
		padding: 20px;
		bottom: 0;
	}


	main .foto-principal h3{
		bottom: 15%;
	}

	main .btn.more{
		font-size: 25px;
	}



	#instafeed a{
		height: auto;
	}



	main .gallery .gallery-item .gallery-icon{
		height: 185px;
	}


	
}


@media (max-width: 480px) {



	#menu{
	    background: rgba(110, 129, 139, 0.7);
	}

	#menu li a, #menu span{
		color: #fafafa;
	}


	.carousel{
		margin: 0 20px;
	}

	.carousel .item h2{
		bottom: 10%;
		font-size: 22px;
	}

	footer .social{
		margin-right: 20px;
	}



	main{
		padding: 0 20px;
	}

	.page-title h2{
		font-size: 32px;
		line-height: 35px;
	}

	.menu-horizontal li a{
		font-size: 19px;
	}

	.projetos .item .crop{
		height: 220px;
	}

	.projetos .item .titulo-projeto{
		height: 220px;
	}




	main .foto-principal h3{
		padding: 10px;
		font-size: 25px;
	}



	main form label{
		font-size: 16px;
		line-height: 22px;
	}

	main form .telefone input{
		width: 100%;
	}



	main .gallery .gallery-item .gallery-icon{
		height: 120px;
	}



}


@media (max-width: 375px) {


	#menu{
		width: 100%;
		height: 100vh;
		padding: 150px 40px 30px;
		background: rgba(110, 129, 139, 0.9);
		right: 0;
	}

	#menu .close-menu{
		right: 35px;
	}



	.navbar h1{
		width: 200px;
	}

	.carousel .item h2{
		bottom: 10%;
		font-size: 18px;
	}



	main{
		padding: 0 10px;
	}

	.page-title h2{
		font-size: 26px;
		line-height: 32px;
	}


	.menu-horizontal li a{
		font-size: 16px;
	}

	.projetos .item .crop{
		height: 180px;
	}

	.projetos .item .titulo-projeto{
		height: 180px;
	}


	main .foto-principal h3{
		font-size: 18px;
	}

	main .btn.more{
		padding: 10px 0;
		font-size: 16px;
	}



	main .gallery .col-xs-6{
		width: 100%;
	}

	main .gallery .gallery-item{
		margin-bottom: 5px;
	}

	main .gallery .gallery-item .gallery-icon{
		height: auto;
	}

	main .gallery .gallery-item img{
		width: 100%;
		margin: 0;
	}




}


@media (max-width: 320px){

	.carousel .item h2{
		bottom: 10%;
		font-size: 16px;
	}


	.menu-horizontal li a{
		font-size: 14px;
	}

	.projetos .item .crop{
		height: 160px;
	}

	.projetos .item .titulo-projeto{
		height: 160px;
	}


}







