/*
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-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
*/

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
	min-height: 140px;
	display: flex;
	align-items: center;
}



.top-header{
	padding: 16px 0;
	background: #222238;
	color: #c4af96;
	font-size: 13px;
}

.top-header .container{
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.top-header .container .item{
	width: 100%;
}

.top-header .container .item span{
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
}

.top-header .container .item a{
	padding: 8px 10px;
	margin-left: 3px;
	color: #c4af96;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	border: 1px solid #c4af96;
}

.top-header .container .item a:hover{
	background: #c4af96;
	color: #222238;
	text-decoration: none;
}



header{
	width: 100%;
	position: absolute;
	z-index: 2;
}

header h1{
	width: 250px;
	margin: 30px 0 0;
	display: block;
}

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


header .navbar-nav{
	margin-top: 50px;
}

.navbar-nav > li > a{
	padding: 8px 15px;
	color: #c4af96;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}

.navbar-nav > li > a:hover{
	background: none;
	color: #fafafa;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-page-ancestor > a{
	color: #fafafa;
}


.banner{
	width: 100%;
	position: relative;
}

.banner .banner-slide{
	z-index: -1;
}

.banner .gradient{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222238+0,222238+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(34,34,56,0.65) 0%, rgba(34,34,56,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,34,56,0.65) 0%,rgba(34,34,56,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,34,56,0.65) 0%,rgba(34,34,56,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6222238', endColorstr='#00222238',GradientType=0 ); /* IE6-9 */
}

.banner img.principal{
	width: 100%;
	height: auto;
}

.banner .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fafafa;
	text-align: center;
}

.banner .caption .title{
	margin-top: 320px;
	font-family: 'Roboto Slab', serif;
}

.banner .caption .title span{
	font-weight: 300;
	display: block;
	font-size: 42px;
	line-height: 52px;
}

.banner .caption .title span.dois{
	font-weight: 600;
	font-size: 62px;
}


.banner .depoimentos{
	width: 100%;
	padding: 50px 0;
	background: rgba(196, 175, 150, 0.8);

	position: absolute;
	bottom: 0;
}

.depoimentos .swiper{
	padding-bottom: 30px;
}

.banner .depoimentos h6{
	color: #303455;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
}

.banner .depoimentos .line{
	width: 100px;
	height: 2px;
	margin: 0 0 15px;
	background: #303455;
	display: block;
}

.banner .depoimentos p{
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	color: #303455;
	font-family: 'Roboto Slab', serif;
}

.depoimentos .swiper-pagination{
	text-align: left;
	bottom: 0;
}

.depoimentos .swiper-pagination-bullet{
	background: #fafafa;
}

.depoimentos .swiper-pagination-bullet-active{
	background: #303455;
}


.banner .depoimentos .selos{
	display: flex;
}

.banner .depoimentos .image{
	width: 100%;
	height: auto;
	margin: 0 5px;
	background: #f7f7f7;
	border-radius: 20px;
	overflow: hidden;
}

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





footer.rodape{
	padding: 40px 0 0;
	background: #303455;
	border-top: 8px solid #222238;
	color: #fafafa;
}

footer.rodape h6{
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 600;
}

footer.rodape a{
	color: #fafafa;
}

footer.rodape a.maps{
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}

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

footer.rodape i{
	font-size: 32px;
}


footer.rodape .sign{
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
	color: #222238;
	font-size: 12px;
	border-top: 1px solid #222238;
}








/* INTERNAS */

.banner-interna{
	width: 100%;
	height: 390px;
	background: #2d304f url(images/banner-interna.png) no-repeat right center;
	color: #c4af96;
	text-align: center;
	border-bottom: 5px solid #c4af96;
}

.banner-interna .container{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.banner-interna h2{
	margin-top: 120px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 52px;
}

.banner-interna span{
	max-width: 800px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 18px;
}

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

.banner-interna ul li{
	display: inline-block;
	margin: 0 5px;
}

.banner-interna ul li a{
	padding: 8px 10px;
	display: block;
	color: #c4af96;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 20px;
	border-bottom: 2px solid transparent;
}

.banner-interna ul li a:hover,
.banner-interna ul li.current_page_item a{
	color: #fafafa;
	border-bottom: 2px solid #fafafa;
	text-decoration: none;
}




.breadcrumb{
	margin-top: 20px;
	margin-bottom: 40px;
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #dfd4c8;
	color: #c4af96;
	font-family: 'Roboto', sans-serif;
}

.breadcrumb a{
	color: #c4af96;
}

.breadcrumb .active{
	font-weight: 700;
	color: #c4af96;
}




body.page .container{
	max-width: 1000px;
}

main{
	margin-bottom: 180px;
}

main .not-found{
	display: flex;
	flex-direction: column;
	color: #6c6c6c;
}

main .not-found i{
	font-size: 60px;
}

main .not-found span{
	font-size: 200px;
}

main .not-found small{
	font-size: 20px;
}


main blockquote{
	max-width: 70%;
	padding: 0;
	margin: 10px auto 40px;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	text-align: center;
	color: #2d304f;
	border: none;
	font-size: 20px;
}

main .botoes{
	width: 100%;
	margin-bottom: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

main .botoes a{
	padding: 10px 25px;
	margin: 0 5px 5px;
	border-radius: 60px;
	border: 1px solid #2d304f;
	color: #2d304f;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}

main .botoes a:hover{
	background: #2d304f;
	color: #fafafa;
	text-decoration: none;
}

main .botoes a i{
	font-size: 20px;
	position: relative;
	top: 2px;
}

main .wp-block-image{
	margin-bottom: 10px;
	display: block;
}

main h3{
	margin: 6px 0 12px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #2d304f;
	font-size: 24px;
}

main h4{
	margin: 15px 0 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #2d304f;
	font-size: 20px;
}

main p{
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

main strong{
	font-weight: 700;
}


main ul{
	padding-left: 20px;
}

main ul li{
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 26px;
	list-style-type: circle;
}

main .wp-block-image img{
	border-radius: 10px;
	overflow: hidden;
}

main a.wp-element-button{
	border-color: #2d304f!important;
	color: #2d304f!important;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}

main a.wp-element-button:hover{
	background: #2d304f!important;
	text-decoration: none;
	color: #fafafa!important;
}




.artigos .item{
	min-height: 130px;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	border: 1px solid #c4af96;
}

.artigos .item h3{
	margin: 0 0 10px;
	font-size: 16px;
}

.artigos .item a{
	margin-right: 10px;
	color: #c4af96;
}

.artigos .item:hover{
	background: #fafafa;
}



main .noticias-wrap .wp-block-column{
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #e3e3e3;
}

main .wp-block-rss{
	padding-left: 20px;
}

main .wp-block-rss li a{
	color: #3c3c3c
}





.wpcf7 .form-group p br{
	display: none;
}

.wpcf7 .form-group label{
	display: block;
}

.wpcf7 .form-group input,
.wpcf7 .form-group textarea{
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	border: none;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #e3e3e3;
	resize: none;
}

.wpcf7 .form-group.fone input{
	max-width: 300px;
}


.wpcf7 .wpcf7-submit{
	padding: 10px 35px;
	background: #303455;
	color: #fafafa;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-style: italic;
	border: none;
	border-radius: 60px;
	box-shadow: 0 2px 0 rgba(0,0,0, 0.15);
}




.box-contato{
	padding: 20px 25px 30px;
	background: #303455;
	color: #fafafa;
	border-radius: 20px;
}

.box-contato h4{
	font-size: 22px;
	font-weight: 600;
	color: #fafafa;
}

.box-contato p{
	margin: 0 0 5px;
	color: #fafafa;
}

.box-contato .whats-btn{
	padding: 8px 14px;
	margin: 15px 0;
	display: block;
	border: 1px solid #6b9071;
	color: #fafafa;
	border-radius: 5px;
	background: #6b9071;
	text-align: center;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.box-contato .whats-btn:hover{
	text-decoration: none;
	background: #416647;
	border-color: #416647;
}

.box-contato .social a{
	margin-right: 5px;
	color: #fafafa;
}

.box-contato .social a i{
	font-size: 32px;
}



body.page .container.forms{
	max-width: 700px;
}


ol.wp-block-latest-comments{
	padding: 0;
	margin: 0 0 30px;
}






.whats-mobile{
	width: 70px;
	height: 70px;
	background: #239a0b;
	color: #fafafa;
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 10px;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 0 rgb(0 0 0 / 15%);
}

.whats-mobile i{
	font-size: 42px;
}

.whats-mobile:hover{
	background: #48cd2d;
	color: #fafafa;
	text-decoration: none;
}







/* Responsivo */

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

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




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

	.banner .depoimentos{
		position: initial;
		background: #c4af96;
	}

	.banner .caption .title{
		margin-top: 360px;
	}

}


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

	.top-header .container .item.text-right{
		width: 30%;
	}


	header h1{
		width: 150px;
	}


	header .navbar-nav{
		margin-top: 30px;
	}

	.navbar-nav > li > a{
		padding: 8px;
	}



	.banner .caption .title{
		margin-top: 220px;
	}

	.banner .caption .title span{
		font-size: 32px;
	}

	.banner .caption .title span.dois{
		font-size: 42px;
	}



	.banner .depoimentos{
		position: initial;
		background: #c4af96;
	}

	.depoimentos .swiper{
		margin-bottom: 30px;
	}


	footer.rodape{
		text-align: center;
	}

	footer.rodape img{
		width: 200px;
		margin: 0 auto 30px;
		display: block;
	}

	footer.rodape .col-md-3{
		margin-bottom: 25px;
	}


}


@media (max-width: 767px) {

	.top-header .container .item.text-right{
		width: 30%;
	}


	#navbar{
		padding-bottom: 10px;
		background: #303455;
	}

	header h1{
		width: 250px;
		margin: 20px 10px;
	}


	header .navbar-nav{
		margin: 20px 0;
	}

	.navbar-nav > li > a{
		padding: 8px;
		text-align: right;
	}



	.banner .caption .title{
		margin-top: 220px;
	}

	.banner .caption .title span{
		font-size: 32px;
	}

	.banner .caption .title span.dois{
		font-size: 42px;
	}



	.banner .depoimentos{
		position: initial;
		background: #c4af96;
	}

	.depoimentos .swiper{
		margin-bottom: 30px;
	}


	footer.rodape{
		text-align: center;
	}

	footer.rodape img{
		width: 200px;
		margin: 0 auto 30px;
		display: block;
	}

	footer.rodape .col-md-3{
		margin-bottom: 25px;
	}


	
}


@media (max-width: 600px) {

	.top-header .container{
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}

	.top-header .container .item{
		width: 100%!important;
		margin-bottom: 15px;
		text-align: center;
	}


	.banner .caption .title{
		margin-top: 170px;
	}

	.banner .caption .title span{
		font-size: 24px;
		line-height: 32px;
	}

	.banner .caption .title span.dois{
		font-size: 32px;
	}



	.banner .depoimentos{
		text-align: center;
	}

	.depoimentos .swiper-slide{
		justify-content: center;
	}

	.depoimentos .swiper-pagination{
		text-align: center;
	}

	.banner .depoimentos .line{
		margin: 0 auto 15px;
	}



	.banner-interna h2{
		font-size: 32px;
	}


	main .botoes{
		flex-direction: column;
	}



}



@media (max-width: 480px) {

	.top-header .container .item span{
		display: block;
	}

	.navbar-toggle{
		margin-top: 30px;
	}


	header h1{
		width: 170px;
	}

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

	.artigos .item{
		margin-bottom: 10px;
	}

}


@media (max-width: 375px) {

	.top-header .container .item span{
		display: block;
	}


	.banner .caption .title{
		margin-top: 120px;
		padding: 0 10px;
	}

	.banner .caption .title span{
		font-size: 20px;
	}

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


	main .wp-block-quote{
		max-width: 100%;
	}


	.banner-interna ul li a:hover,
	.banner-interna ul li.current_page_item a{
		border: 1px dotted #c4af96;
		border-radius: 5px;
	}


}


@media (max-width: 320px){

	.banner .caption .title{
		margin-top: 100px;
	}

	.banner .caption .title span{
		line-height: 24px;
	}

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

	.banner .depoimentos .image{
		margin-bottom: 10px;
	}

}