/* CSS - AGÊNCIA TIPO */

.menu-produtos {
	/*display: none;*/
	position: absolute;
	/*top: 10px;*/
	left: 0;
	margin: 0;
	height: 400px;
	width: 400px;
	z-index: 7;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
}

.form-group.form-home input{
	border-radius: 25px 25px 25px 25px;
}

.form-group.form-home textarea{
	border-radius: 25px 25px 25px 25px;
}

.bg-color-form {
	background-color: var(--secondary-100) !important;
	
}

.bg-color-form-contato {
	background-color: var(--primary-rgba-20) !important;
	
}

.btn-perguntas{
	border-radius: 25px 25px 25px 25px;
}

.container.container-xl-custom {
	max-width: 1224px;
}

/* .header-container.container.container-xl-custom{
	max-width: 1342px;
}

.container.container-xl-custom{
	max-width: 1342px;
} */

@media screen and (max-width: 980px) {
	#slide-01 {
		background-image: url(../img/banner-01-mobile.jpg) !important;
		background-position: center center;
		background-size: 125% !important;
		background-repeat: no-repeat !important;
	}
}
#slide-01 {
	background-image: url(../img/banner-01.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

  /*--------------------------------------------------------------
- Botão de Redes Sociais Conteudo
--------------------------------------------------------------*/

.redes-sociais-conteudo {
	position: relative;
	float: right;
	font-family: 'blank';
}
.redes-sociais-conteudo .facebook,
.redes-sociais-conteudo .twitter {
	min-width: 35px;
	padding: 9px 7px;
	margin: 1px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1.5em;
	color: #FFF;
	font: 14px Arial;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
	transition: all 0.3s ease 0s;
	border: 1px solid transparent;
	z-index: 2;
	border-radius: 50%;
}
.redes-sociais-conteudo .fa-google-plus:before,
.redes-sociais-conteudo .fa-twitter:before {
	color: #FFF;
	font-size: 1em;
}
.redes-sociais-conteudo a.facebook {
	color: #FFF;
	background-color: #3B5998;
}
.redes-sociais-conteudo a.facebook:hover {
	background-color: #fff;
	border: 1px solid #DDD;
}
.redes-sociais-conteudo a.facebook:hover .fa-facebook-f:before {
	color: #3B5998;
}
.redes-sociais-conteudo a.twitter {
	color: #FFF;
	background-color: #00ACED;
}
.redes-sociais-conteudo a.twitter:hover {
	background-color: #FFF;
	border: 1px solid #DDD;
}
.redes-sociais-conteudo a.twitter:hover .fa-twitter:before {
	color: #00ACED;
}

/*--------------------------------------------------------------
- FIM Botão de Redes Sociais Conteudo
--------------------------------------------------------------*/

.borda-produtos {
border: solid 6px #00235a;
}

.video-fluid{
	max-width: 100%;
}

.bg-faq{
	background-color: #113670;
}