/*
Theme Name: Floral Uniformes
Author URI: http://www.lamarcabrasil.com
Description: Lamarca Brasil
Author: Dinho de Marcco
Version: 1.0
---*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
body {
	font-family: "Poppins", sans-serif!important;
	font-size: 1em;
	line-height: 25px;
	overflow-x: hidden!important;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #616161;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar; 
	scroll-behavior: smooth;
}
a,
a:active {
	color: #1A1A1A;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out; 
}
a:hover,
a:focus {
	outline: none !important;
	text-decoration: underline !important;
}
img{	
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
section{
	position: relative;
	float: left;
	width: 100%;
	display: block;
}
/*--- Paddings e Margins ---*/
.pb-20 {
	padding-bottom: 20px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}

@media (max-width: 768px) {
.pt-100 {
	padding-top: 50px;
}
.pb-100 {
	padding-bottom: 50px; 
}
}
/*--- Back to Top ---*/
.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	border-radius: 50%;
	left: 15px;
	bottom: 10px;
	transition: background 0.5s;
	z-index: 9998;
	background-color: #987863;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
.back-to-top:hover {
	background-color: #50BFE5;
}
@media (max-width: 768px) {
.back-to-top {
	bottom: 10px;
	margin-left: 10px;
}
}
/*--- Cores Primárias ---*/
.azul{
	color: #50BFE5;
}
.bg-azul{
	background-color: #50BFE5;
	color: #FFF;
}
.azul-escuro{
	color: #366B93;
}
.bg-azul-escuro{
	background-color: #366B93;
	color: #FFF!important;
}
.marrom{
	color: #987863;
}
.bg-marrom{
	background-color: #987863;
	color: #FFF;
}
/*--- Header ---*/
.header,
.sticky{
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.header{
	position: relative;
	background-color: rgba(255,255,255,0.99) !important;
	height: 100px!important;
}
.sticky{
	position: fixed;
	background-color: rgba(54,107,147,0.7) !important;
	height: 100px!important;
}
@media only screen and (max-width:468px){
.header,
.sticky{
	padding-top: 10px;
	padding-bottom: 0px;
	max-height: 70px;
}
}
/*--- Logo ---*/
#logo{
	float:left;
}
.logo-inverse{
	display:none;
}
.sticky .logo{
	display:none;
}
.sticky .logo-inverse{
	display:block;
}
@media only screen and (max-width:768px){
#logo img{
	max-height:70px;
}
}
@media only screen and (max-width:468px){
#logo img{
	max-height:50px;
}
}
/*--- Menu ---*/
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu:after,
#menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu #menu-button {
	display: none;
}
#menu {
	float: right;
	margin-top:  0px;
}
#menu > ul > li {
	float: left;
}
#menu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#menu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#menu.align-center ul ul {
	text-align: left;
}
#menu > ul > li > a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: #404040;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
}
.sticky #menu > ul > li > a {
	color: #fff !important;
}
#menu ul li:last-child{
	background-color: #366B93!important;
	color: #FFF;
}
.botao a{
	color: #fff!important;
}
#menu ul li a:last-child:hover{
	background-color: #50BFE5!important;
	color: #FFF;
}
#menu > ul > li:hover > a,
.sticky #menu > ul > li:hover > a {
	color: #FFF!important;
	background-color: #366B93!important;
	text-decoration: none!important;
}
#menu > ul > li.has-sub > a {
	padding-right: 30px;
}
#menu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #404040;
	content: '';
}
#menu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #404040;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.sticky #menu > ul > li.has-sub > a:before,
.sticky #menu > ul > li.has-sub > a:after {
	background: #fff !important;
}
#menu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#menu ul ul {
	position: absolute;
	left: -9999px;
}
#menu.align-right ul ul {
	text-align: right;
}
#menu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#menu li:hover > ul {
	left: auto;
}
#menu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#menu li:hover > ul > li {
	height: 35px;
}
#menu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#menu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 220px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	background: #366B93;
}
#menu ul ul li:last-child > a,
#menu ul ul li.last-item > a {
	border-bottom: 0;
}
#menu ul ul li:hover > a,
#menu ul ul li a:hover {
	color: #FFF;
	 background: #3B424C;
	 text-decoration: none!important;
}
#menu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #FFF;
	content: '';
}
#menu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#menu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #FFF;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#menu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#menu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
@media only screen and (max-width:768px){	
#menu {
	width: 100%;
	font-size: 15px !important;
	text-transform: uppercase;
}
#menu ul {
	width: 100%;
	display: none;
	background: #366B93;
	margin-top: -20px;
}
#menu.align-center > ul {
    text-align: left;
}
#menu ul li {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.2);
}
#menu ul ul li,
#menu li:hover > ul > li {
	height: auto;
}
#menu ul li a,
#menu ul ul li a {
	width: 100%;
	border-bottom: 0;
	color: #FFF!important;
}
#menu > ul > li {
	float: none;
}
#menu ul ul li a {
	padding-left: 25px;
}
#menu ul ul ul li a {
	padding-left: 35px;
}
#menu ul ul li a {
	color: #FFF!important;
}
.sticky #menu ul li a {
	color: #FFF !important;
}
#menu ul ul li:hover > a,
#menu ul ul li.active > a {
	color: #FFF;
}
#menu ul ul,
#menu ul ul ul,
#menu.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#menu > ul > li.has-sub > a:after,
#menu > ul > li.has-sub > a:before,
#menu ul ul > li.has-sub > a:after,
#menu ul ul > li.has-sub > a:before {
	display: none;
}
#menu #menu-button {
	display: block;
	padding: 17px;
	color: #366B93;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}
.sticky #menu #menu-button {
	color: #fff;
}
#menu #menu-button:after {
	position: absolute;
	top: -50px;
	right: 20px;
	display: block;
	height: 6px;
	width: 25px;
	font-size: 35px;
	font-family: "Font Awesome 5 Free";
	content: "\f0c9";
}
#menu #menu-button.menu-opened:after {
	position: absolute;
	top: -40px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	font-size: 35px;
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
}
#menu #menu-button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#menu .submenu-button.submenu-opened {
	background: #366B93;
}
#menu .submenu-opened {
	background: #366B93;
}
#menu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#menu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #FFF;
	content: '';
}
#menu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#menu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#menu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #FFF;
	content: '';
}
#menu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#menu .submenu-button.submenu-opened:before {
	display: none;
}
}
@media only screen and (max-width:468px){
#menu #menu-button:after {
	top: -40px;
}
}
/*--- Banner ---*/
#banner-home{
	width: 100%;
	max-height: 750px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(imagens/banner-bg.jpg);
}
@media (max-width: 768px) {
#banner-home {	
	padding-top: 70px;
	max-height: 1150px;
}
}
@media (max-width: 468px) {
#banner-home {	
	padding-top: 50px;
}
}
#banner-home .container-fluid{
	max-width:1600px;
}
#banner-home .titulo {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
#banner-home .titulo span{
	color: #366B93;
}
#banner-home .titulo {
	font-size: 50px;
	line-height: 70px;
}
.contato_btn{
	width: 90%;
	max-width:460px;
	height: 60px;
	color: #1398C5;
	background-color: #fff;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	font-weight: 500;
}
.contato_btn:hover{
	color: #FFF;
	text-shadow: none;
	text-decoration: none !important;
}
.contato_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #366B93;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
.contato_btn {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration:none;
}
.contato_btn:hover::before {
	left: 0;
	z-index: -1;	
}
@media (max-width: 768px) {
#banner-home .titulo{	
	font-size: 45px!important;
	line-height:50px!important;
	margin-bottom: 35px;
}
#banner-home .titulo br{
	display: none;
}
.contato_btn{
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}
}
@media (max-width: 468px) {
#banner-home .titulo{	
	font-size: 30px!important;
	line-height:40px!important;
}
}
#banner-home .carousel-control-next, 
#banner-home .carousel-control-prev {
    top: -10%!important;
}
#banner-home .carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 10px;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	z-index: 10;
}
#banner-home .carousel-indicators .active {
	background-color: rgba(0,102,153,0.3);
}
/*--- Títulos ---*/
.titulo{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 3.8em;
	text-align: center !important;
	width: 100%!important;
	display: block;
	float: left;	
}
.sub-titulo{
	font-weight: 300!important;
	line-height: 1.2em;
	font-size: 1.1em;
	font-family: "Poppins", sans-serif!important;
	margin-top: 15px!important;
	margin-bottom: 50px;
	text-align: center !important;
	width: 100%!important;
	max-width: 1000px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 768px) {
.titulo{	
	font-size: 45px!important;
	line-height:50px!important;
	margin-bottom: 10px;
}
.titulo br{
	display: none;
}
}
@media (max-width: 468px) {
.titulo{	
	font-size: 35px!important;
	line-height:40px!important;
}
}
/*--- Serviços ---*/
#servicos{
	position: relative;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 50px; 
	padding-top: 50px;
}
#servicos .icone {
	height: 200px;
	width: 200px;
	border-color: #fff;
	border-style: 0px;
	text-align: center!important;	
	border-radius: 100%;
	background: transparent;
	display: block;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#servicos .icones img{
	max-width: 170px;
}
#servicos .icones span{
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	display: block;
	float: left;
	width: 100%;
}
/*--- Portfolio ---*/
#portfolio .container-fluid{
	max-width:1400px;
}
#slider-portfolio .carousel-control-next, 
#slider-portfolio .carousel-control-prev{
	width: 50px;
	color: transparent!important;
	opacity: 1;
}
#slider-portfolio .carousel-control-next{
	background-image: url(imagens/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slider-portfolio .carousel-control-prev{
	background-image: url(imagens/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*--- Orçamento ---*/
#orcamento{
	background-color: #EEEEEE;
}
.wpcf7{
	padding-top: 100px;
	padding-bottom: 50px;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
	display: block;
	width: 100%;
	font-size: 15px!important;
	font-weight: 400!important;
	color: #444;
	background-color: fff!important;
	border: 1px solid #CCCCCC;
	border-radius: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 15px;
}	
.wpcf7 input {
	height: 60px;
}
.wpcf7 select {
	height: 60px;
	-moz-appearance:none;
    -webkit-appearance:none; 
    appearance:none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 18px;
}
.wpcf7 textarea {
	height: 150px;
}
.wpcf7 button {
	font-family: 'Oswald', sans-serif!important;
	color: #fff!important;
	font-weight: 600;
	background-color: #6DD900!important;
	line-height: 60px!important;
	border-radius: 3px;
	outline: none !important;
	box-shadow: none !important;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 300ms linear 0s;
	padding-right: 30px;
	padding-left: 30px;
	border: 0;
	float: right;
	font-size: 30px;
}
.wpcf7 button:hover {
	color: #FFF!important;
	border-color: rgba(152,120,99,1)!important;
	background-color: rgba(152,120,99,1)!important;
}
@media (max-width: 768px) {
.wpcf7{
	padding-top: 30px;
	padding-bottom: 10px;
}
}
@media (max-width: 468px) {
.wpcf7{
	padding-top: 30px;
	padding-bottom: 0px;
}
.wpcf7 button {
	line-height: 30px!important;	
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
}
/*--- Footer ---*/
footer {
	background-color: #EEEEEE;
	float: left;
	width: 100%;
}
footer .linha{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}
footer img{
	margin-top: 25px;
	margin-bottom: 25px;
}
footer .redes i {
	font-size: 50px;
	text-align: right;
	display: inline;
	line-height: 130px;
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}
footer .redes a {
	color: transparent;
}
footer .redes i:hover {
	color: #366B93!important;
	text-decoration: none!important;
}
@media (max-width: 468px) {
footer .redes {
	text-align: center!important;
}
footer .redes i {
	line-height: 50px;
	display: inline-block;
	padding-bottom: 25px;
}
}		
/*--- Copyright ---*/
.copyright {
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	float: left;
	width: 100%;
}
.copyright br {
	display: none;
}
.copyright span {
	display: inline-block;
}
.agencia{
	display: inline;
	margin-left: 5px;
	float: right;
	text-align: right!important;
}
.agencia a{
	color: #1a1a1a;
}
@media (max-width: 768px) {
.copyright {
	text-align: center!important;
	font-size: 14px;
}
.copyright br {
	display: block;
}
.copyright span {
	display: none;
}
.agencia{
	display: block;
	margin-left: auto;
	float: none;
	margin-top: 20px!important;
	margin-right: auto;
	text-align: center!important;
}
}