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

*/



*{
	-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;
}



body{
	background: #f1f1f1;
}

header{
	width: 100%;
	padding: 0 50px;
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 2;
}

header h1{
	width: 200px;
	padding: 60px 20px 20px;
	margin: 0;
	background: #fafafa;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

header h1 img{
	width: 100%;
	height: auto;
}

header .menu-toggle{
	margin-top: 50px;
	display: flex;
	align-items: center;
	color: #fafafa;
	cursor: pointer;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

header .menu-toggle span{
	padding: 4px 8px;
	margin-left: 5px;
	border-radius: 5px;
	border: 2px solid #fafafa;
}

header .menu-toggle:hover span{
	background: #fafafa;
	color: #31353d;
}


.menu{
	width: 100%;
	height: 100vh;
	background: rgba(49, 53, 61, 0.97);
	position: fixed;
	left: 0;
	top: 0;
	color: #fafafa;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	text-align: center;
}

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

.menu ul li a{
	padding: 8p 0;
	display: block;
	color: #fafafa;
	font-size: 42px;
	text-align: center;
}

.menu h6{
	margin: 80px 0 15px;
	font-size: 26px;
	font-weight: 600;
}

.menu .item{
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 16px;
}

.menu .item a{
	margin-right: 5px;
	color: #fafafa;
	border-bottom: 1px dotted #fafafa;
}

.menu .item.social span{
	display: block;
}

.menu .item.social a{
	font-size: 24px;
	border: none;
}

.menu .close{
	font-size: 32px;
	color: #fafafa;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.5;
}

.menu .close:hover{
	opacity: 1;
}



.banner{
	width: 100%;
	overflow: hidden;
	background: #e1e1e1;
}

.banner .swiper-slide{
	position: relative;
}

.banner .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 70px;
	display: none;
}

.banner .caption span{
	color: #fafafa;
	font-family: 'Barlow', sans-serif;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.banner .caption span.one{
	font-size: 82px;
	font-weight: 600;
}

.banner .caption span.two{
	font-size: 60px;
	font-weight: 400;
}

.swiper-pagination{
	bottom: 150px!important;
}

.swiper-pagination-bullet{
	width: 25px;
	height: 5px;
	background: #fafafa;
	border-radius: 0;
}

.swiper-pagination-bullet-active{
	background: #9d2d35;
}

.boxes{
	margin-top: -50px;
	position: relative;
	z-index: 2;
}

.boxes a{
	width: 100%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background: #888;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.boxes a > img{
	width: 100%;
	height: auto;
}

.boxes a span{
	font-size: 26px;
	color: #fafafa;
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 36px;
}

.boxes a:hover span img{
	margin-left: 5px;
}


section h2{
	font-size: 52px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #31353d;
}


.phrase{
	max-width: 870px;
	margin: 120px auto;
	color: #31353d;
}

.phrase h2{
	font-size: 32px;
}

.phrase p{
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 28px;
}



.jobs{
	margin-bottom: 50px;
}

.jobs .box{
	padding: 70px 50px;
	border-radius: 30px;
	width: 100%;
	background: url(images/bg-jobs.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.jobs .gradient{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#451c0b+0,451c0b+100&0.25+0,0.9+100 */
	background: -moz-linear-gradient(top,  rgba(69,28,11,0.25) 0%, rgba(69,28,11,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(69,28,11,0.25) 0%,rgba(69,28,11,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(69,28,11,0.25) 0%,rgba(69,28,11,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40451c0b', endColorstr='#e6451c0b',GradientType=0 ); /* IE6-9 */

}

.jobs .title, .jobs a{
	position: relative;
	z-index: 2;
}

.jobs .title h2{
	margin: 0 15px 0 0;
	color: #fafafa;
}

.jobs .title p{
	display: block;
	font-size: 18px;
	color: #fafafa;
}

.jobs a{
	padding: 10px 30px;
	margin-left: auto;
	border-radius: 5px;
	border: 1px solid #fafafa;
	color: #fafafa;
	font-size: 20px;
}

.jobs a:hover{
	background: #31353d;
	color: #fafafa;
	text-decoration: none;
}

.jobs a:hover i{
	margin-left: 5px;
}





.testimonials{
	padding: 60px 0;
	background: #fff;
}



footer{
	padding: 60px 0 40px;
	background: #e3e6ec;
	font-family: 'Barlow', sans-serif;
}

footer h6{
	font-weight: 600;
	font-size: 52px;
	color: #31353d;
}

footer .item{
	margin-bottom: 30px;
}

footer .item span{
	display: block;
	font-weight: 600;
	font-size: 20px;
}

footer .item a{
	margin: 0 2px;
	font-size: 32px;
	color: #31353d;
}


.sign{
	padding: 20px 0;
	color: #878e9c;
	font-size: 13px;
}










/* INTERNAS */
.banner.interna{
	max-height: 420px;
	margin-bottom: 70px;
	overflow: hidden;
	border-bottom: 10px solid #451c0b;
	position: relative;
}

.banner .caption .back{
	color: #fafafa;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 600;
}


main{
	margin-bottom: 100px;
}

.menu-lateral{
	padding: 0;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fafafa;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
	list-style-type: none;
}

.menu-lateral li a{
	padding: 12px 25px;
	display: block;
	color: #451c0b;
	font-size: 20px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

.menu-lateral li a:hover, .menu-lateral li.active a{
	background: #451c0b;
	color: #fafafa;
	text-decoration: none;
}


.back-facts{
	padding: 10px 15px;
	margin: 0 0 35px;
	display: block;
	float: right;
	background: #e3e6ec;
	color: #31353d;
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: right;
}

.back-facts:hover{
	text-decoration: none;
	background: #31353d;
	color: #e3e6ec;
}


.social-box{
	padding: 25px 30px;
	margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	background: #fafafa;
	color: #31353d;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

.social-box span{
	font-size: 24px;
	color: #451c0b;
}

.social-box p{
	margin: 15px 0;
	font-size: 18px;
	color: #31353d;
}

.social-box .links a{
	margin: 0 3px;
	font-size: 32px;
	color: #31353d;
}


.content h2{
	font-size: 32px;
	color: #9e2d34;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

.content h3{
	font-size: 28px;
	color: #9e2d34;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

.content p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-family: 'Lato', sans-serif;
}

.content p a{
	color: #9e2d34;
	text-decoration: underline;
	font-weight: 600;
}

.content ul{
	padding-left: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-family: 'Lato', sans-serif;
}

.content blockquote{
	padding: 30px 40px;
	background: #e7d4cc;
	text-align: center;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	border: none;
}

.content blockquote p{
	color: #451c0b;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}


main.single .content img{
	max-width: 100%;
	height: auto;
}



main .title{
	max-width: 850px;
	margin: 0 auto 35px;
}

main .title h2{
	font-size: 32px;
	color: #9e2d34;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

main .title p{
	margin: 0;
	font-size: 16px;
	color: #333333;
	font-family: 'Lato', sans-serif;
}

main .nav-pills{
	margin-bottom: 35px;
	display: flex;
	justify-content: center;
}

main .nav-pills li{
	float: none;
}

main .nav-pills li a{
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 16px;
	border-radius: 40px;
	color: #451c0b;
}

main .nav-pills li.active a{
	background: #451c0b!important;
	color: #fafafa;
}


main .tab-content{
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

main .tab-pane.active{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

main .tab-pane .image{
	width: 45%;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

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

main .tab-pane .image span{
	
}

main .tab-pane .info{
	width: 52%;
}

main .tab-pane .info h3{
	margin: 5px 0 15px;
	font-size: 28px;
	color: #9e2d34;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

main .tab-pane .info ul{
	list-style-type: none;
	padding: 0;
	color: #333333;
	font-family: 'Lato', sans-serif;
}

main .tab-pane .info ul li{
	padding: 2px 0;
}




main.services .item{
	padding: 25px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 10px;
}

main.services .item .image{
	width: 48%;
}

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

main.services .item .image span{
	width: 100%;
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #444;
}

main.services .item .info{
	width: 50%;
	margin-left: auto;
}

main.services .item .info h3{

	margin: 5px 0 15px;
	font-size: 28px;
	color: #451c0b;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

main.services .item .info ul{
	list-style-type: none;
	padding: 0;
	color: #333333;
	font-family: 'Lato', sans-serif;
}

main.services .item .info ul li{
	padding: 2px 0;
}





main .advice{
	max-width: 800px;
	margin: 40px auto;
	display: block;
}

main .advice p{
	font-size: 20px;
}

main .advice p a{
	color: #9e2d34;
	text-decoration: underline;
}

.insta-gallery{
	margin-bottom: 50px;
	text-align: center;
	border-radius: 10px;
}


main.facts article{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px dashed #d4d4d4;
}

main.facts article .image{
	width: 28%;
	padding: 2px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

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

main.facts article .info{
	width: 70%;
}

main.facts article .info h3{
	margin: 10px 0 5px;
}

main.facts article .info h3 a{
	color: #451c0b;
}

main.facts article .info .more{
	padding: 7px 20px;
	display: inline-block;
	color: #451c0b;
	border-radius: 20px;
	border: 1px solid #e3e3e3;
}

main.facts article .info .more:hover{
	background: #451c0b;
	color: #fafafa;
	text-decoration: none;
}




main.contact .wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main.contact .wpcf7-form .form-group{
	width: 100%;
}

main.contact .wpcf7-form .half{
	width: 49%;
}

main.contact .wpcf7-form .third{
	width: 75%;
}

main.contact .wpcf7 .form-group label{
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #444;
}

main.contact .wpcf7 .form-group input:not([type= 'file']){
	width: 100%;
	padding: 10px;
	background: #fafafa;
	border-radius: 5px;
	border: none;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	color: #333;
}

main.contact .wpcf7 .form-group textarea{
	width: 100%;
	padding: 10px;
	background: #fafafa;
	border-radius: 5px;
	border: none;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	color: #333;
	resize: none;
}

main.contact .wpcf7-form .file small{
	margin-top: -10px;
	display: block;
}

main.contact .wpcf7-submit{
	padding: 10px 30px;
	margin: 15px auto;
	display: block;
	border-radius: 60px;
	background: #9f2d35;
	color: #fafafa;
	font-size: 32px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	border:  none;
}



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

	.banner .caption span.one{
		margin-top: 100px;
		font-size: 62px;
	}

	.banner .caption span.two{
		font-size: 40px;
	}

	.swiper-pagination{
		bottom: 80px!important;
	}



	.jobs .images .item span{
		font-size: 24px;
	}

}


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

	header h1{
		width: 150px;
	}


	.banner .caption{
		line-height: 40px;
	}

	.banner .caption span.one{
		margin-top: 130px;
		font-size: 42px;
	}

	.banner .caption span.two{
		font-size: 24px;
	}

	.swiper-pagination{
		bottom: 40px!important;
	}


	.boxes{
		margin-top: 30px;
	}

	.boxes a span{
		font-size: 30px;
	}



	.jobs .images .item span{
		font-size: 24px;
	}



	.back-facts{
		float: none;
		text-align: center;
	}

}


@media (max-width: 767px) {

	header h1{
		width: 150px;
	}


	.banner .caption{
		line-height: 40px;
	}

	.banner .caption span.one{
		margin-top: 130px;
		font-size: 42px;
	}

	.banner .caption span.two{
		font-size: 24px;
	}

	.swiper-pagination{
		bottom: 40px!important;
	}


	.boxes{
		margin-top: 30px;
	}

	.boxes a span{
		font-size: 30px;
	}



	.jobs .images .item span{
		font-size: 24px;
	}


	.back-facts{
		float: none;
		text-align: center;
	}
	
}


@media (max-width: 640px){

	header h1{
		padding: 30px 20px 20px;
	}


	.banner .caption span.one{
		margin-top: 60px;
	}


	.boxes .col-xs-4{
		width: 100%;
	}

	.boxes .col-xs-4 a{
		margin-bottom: 25px;
	}

	.boxes a span{
		font-size: 52px;
		left: 30px;
		bottom: 30px;
	}


	.phrase{
		padding: 0 15px;
	}

	
	.jobs .images{
		flex-wrap: wrap;
	}

	.jobs .images .item{
		width: 100%;
		margin: 0 15px 15px;
		border-radius: 10px;
		overflow: hidden;
	}

	.jobs .images .item span{
		font-size: 42px;
	}


	main.services .item{
		margin-bottom: 10px;
	}

	main.services .item .image{
		width: 100%;
		margin-bottom: 25px;
	}

	main.services .item .info{
		width: 100%;
		text-align: center;
	}

}


@media (max-width: 599px){

	.content h3{
		text-align: left;
	}

}



@media (max-width: 480px) {

	header{
		padding: 0 20px;
		position: relative;
		background: #fafafa;
		box-shadow: 0 2px 0 rgba(0,0,0,0.15);
		z-index: 2;
	}

	header h1{
		width: 110xp;
		padding: 20px;
		background: none;
	}

	header .menu-toggle{
		color: #451c0b;
	}

	header .menu-toggle span{
		border-color: #451c0b;
	}


	.banner .caption span.one{
		margin-top: 20px;
	}

	.swiper-pagination{
		bottom: 20px!important;
	}


	footer .email a{
		font-size: 24px;
	}


	.menu{
		padding: 0 20px;
	}


	main.facts article .image{
		width: 100%;
	}

	main.facts article .info{
		width: 100%;
	}



	main.contact .wpcf7-form .form-group{
		width: 100%!important;
	}

}


@media (max-width: 375px) {

	.banner .caption span.one{
		margin-top: 0;
		font-size: 28px;
	}

	.boxes a span{
		font-size: 42px;
	}


	.jobs .title h2{
		font-size: 32px;
	}

	.jobs .images .item span{
		font-size: 28px;
	}


	footer h6{
		font-size: 38px;
	}

	footer .email a{
		font-size: 20px;
	}

}


@media (max-width: 320px){

	.swiper-pagination{
		bottom: 10px!important;
	}


	.boxes a span{
		font-size: 32px;
	}


	footer .email a{
		font-size: 18px;
	}


}

