html, body{
	margin:0;
	padding:0;
	font-family: 'Work Sans';
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden;
}

body{
	background:#f2efea;
}

a,
a:link,
a:active,
a:visited{
	color:#4f5f6e;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#fab02d	
}

/* LINKS SECUNDARIOS */
.cor_links a,
.cor_links a:link,
.cor_links a:active,
.cor_links a:visited,
.cor_links a:focus{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links a:hover{
	color:#fab02d
}

#content-site section:nth-child(odd) {
background-color:#fab02d;
}
#content-site section:nth-child(even) {
background-color:#F2AF00;
}

.icones_exibindo{
	filter: brightness(100) !important;	
	filter: contrast(100) !important;	
}

.margin-content-section{
	margin-top:90px !important	
}

.texto-banner-video{
	font-size:60px;
	line-height:65px;
	text-shadow: 2px 2px 4px #000000;
}

@media only screen and (max-width: 600px) {
	.margin-content-section{
		margin-top:90px !important	
	}
	.texto-banner-video{
		font-size:21px;
		line-height:26px
	}
}

.banner_img_desktop{
	display:block
}
.banner_img_mobile{
	display:none
}
.logo-rodape{
	
}

@media only screen and (max-width: 600px) {
	.banner_img_desktop{
		display:none
	}
	.banner_img_mobile{
		display:block
	}
	.logo-rodape{
		height:50px
	}
	.span-trace-phones{
		width:100%;
		height:2px !important;
		font-size: 1px !important;
		color:transparent !important;
		display:block	
	}
}


/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:18px
		
}
.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display:block;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	margin-top:3px;
	margin-right:1px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-top > li > a:hover{
	color:#fab02d;
}
@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-top:5px;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}


/* MENU SOCIAL BOTTOM */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right	
}
.menu-social-bottom > li{
	display:inline-table	
}
.menu-social-bottom > li > a,
.menu-social-bottom > li > a:link,
.menu-social-bottom > li > a:active,
.menu-social-bottom > li > a:visited,
.menu-social-bottom > li > a:focus{
	display:block;
	color:#ffffff;
	background:#fab02d;
	font-size:14px;
	width:30px;
	height:30px;
	line-height:31px;
	border-radius:50%;
	text-align:center;
	margin-top:2px;
	margin-right:2px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-bottom > li > a:hover{
	background:#4f5f6e;
}
@media only screen and (max-width: 600px) {
	.menu-social-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-bottom > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}


/* MENU */
.navbar{
	margin:0;
	padding:0	
}
.nav-link {
   padding: 9px 25px 9px 25px !important;
   line-height:15px !important;
   margin-left:3px ;
   margin-right:3px;
}
.navbar-nav .nav-link {
	font-size:15px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase
}
.navbar-nav .nav-link:hover{
	color:#fab02d;
}
.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
    font-size:15px;
	color: #ffffff !important;
	font-weight:500;
	text-transform:uppercase
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#ffffff !important;
	background:#4f5f6e;
}
.dropdown-item.active,.dropdown-item:active{
	color:#fff !important;
	text-decoration:none;
	background-color:#fab02d !important
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 10%;
}
.navbar-toggler-icon{
	margin-right:0px	
}
.navbar-brand > img{
	height:68px
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-bottom:0px;
		margin-top:20px	
	}
	.navbar-brand > img{
		padding-left:20px	
	}
}


/* FORMULARIOS */
.form-control{
	padding:10px 20px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	margin-bottom:11px;
	border-radius:10px;	
	font-weight:800
}
.form-control:focus{
	background:#ede5da;
}
::placeholder{
  color: #777 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #777 !important;
}

::-ms-input-placeholder{
  color: #777 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #fab02d;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 800;
    color: #fab02d;
}

/* BOTOES */
.botoes-yellow-grey-blue,
.botoes-yellow-grey-blue a,
.botoes-yellow-grey-blue a:link,
.botoes-yellow-grey-blue a:active,
.botoes-yellow-grey-blue a:visited{
	padding:10px 22px !important;
	background:#fab02d;
	font-size:15px;
	font-weight:700;
	color:#fff !important;
	transition:0.5s;
	border-radius:5px;
	text-transform:uppercase
}

.botoes-yellow-grey-blue:hover,
.botoes-yellow-grey-blue a:hover{
	background:#4f5f6e
}

.botoes-grey-blue-yellow,
.botoes-grey-blue-yellow a,
.botoes-grey-blue-yellow a:link,
.botoes-grey-blue-yellow a:active,
.botoes-grey-blue-yellow a:visited{
	padding:10px 22px !important;
	background:#4f5f6e;
	font-size:15px;
	font-weight:700;
	color:#fff !important;
	transition:0.5s;
	border-radius:5px;
	text-transform:uppercase
}

.botoes-grey-blue-yellow:hover,
.botoes-grey-blue-yellow a:hover{
	background:#fab02d;
	color:#fff !important;
}

.botoes-yellow-to-white,
.botoes-yellow-to-white a,
.botoes-yellow-to-white a:link,
.botoes-yellow-to-white a:active,
.botoes-yellow-to-white a:visited{
	padding:10px 22px !important;
	background:#fab02d;
	font-size:15px;
	font-weight:700;
	color:#fff !important;
	transition:0.5s;
	border-radius:5px;
	text-transform:uppercase
}

.botoes-yellow-to-white:hover,
.botoes-yellow-to-white a:hover{
	background:#fff;
    color: #fab02d !important
}

/* BUSCADOR */
.content-buscador{
	margin-right:0px;
	margin-left:0px;
	padding-right:0px;
	padding-left:0px;
}
.content-buscador-button{
	
}
@media only screen and (max-width: 600px){
	.content-buscador{
		margin-right:auto;
		margin-left:auto;
		padding-right:10px;
		padding-left:10px
	}
	.content-buscador-button{
		margin-top:0px;
		margin-bottom:0px
	}
}

/* PAGINACAO */
.page-item > .page-link > span > i{
	color:#666
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4f5f6e;
    border-color: #4f5f6e;
}
.page-link:hover {
    background-color: #fab02d;
    border-color: #fab02d;
	color:#fff !important
}
