/* =========== Fontes do Google =========== */

@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*font-family: 'Montserrat', sans-serif;*/

html, body {font-family: 'Montserrat', sans-serif !important}

/* =========== Slideshow Embaixo do Header =========== */

#sp-header {
    background: rgba(255, 80, 0, 0.9);
}
.sp-contact-info li {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #040404;
    padding: 0 20px;
    border-radius: 50px;
    margin-top: 26px;
}
.sp-contact-info li a {
    color: #fff;
}

.itemid-101 #sp-header {
    box-shadow: none !important;
    background: none;
}

.item-page h2 {
	background: #2e4486;
	display: inline-block;
	padding: 15px;
	color: #ffffff;
}

.item-page h3 {
	color: #2e4486 !important;
}

#sp-slideshow {
	margin-top: -90px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #fff;
    font-size: 16px;
    text-transform: inherit;
}

header.menu-fixed {
    background: rgba(255, 80, 0, 0.9) !important;
    transition: 2s;
}

header.menu-fixed .sp-megamenu-parent >li.active>a, header.menu-fixed .sp-megamenu-parent >li:hover>a {
	color: #ffffff;
}
#offcanvas-toggler >i {
    color: #ffffff;
}
#sp-clientes-row {
	padding: 50px 0px;
}
#sp-clientes-row h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	padding: 50px 0px;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #ffffff;
}

/* =========== componente =========== */

#sp-main-body {
    padding: 20px;
}

/* =========== Formulário de contato m92 ==========*/

div#fox-container-m92 .fox-form select, div#fox-container-m92 .fox-form input[type="text"] {
    height: 50px; /*Alterar a altura dos inputs*/
}

div#fox-container-m92 .btn {
    background-color: #ff5000 !important; /*Alterar a cor do botão*/
    background-image: none !important;
}

div#fox-container-m92 span.caption {
    color: #fff !important; /*Alterar a cor do texto*/
    text-shadow: none !important;
    padding: 10px 20px; /*Alterar a largura e altura do botão*/
}

#sp-contato-row {
	padding: 30px 0px;
}

/* =========== Footer =========== */

#sp-footer {
    color: #ffffff;
    text-align: left;
    padding: 60px 0;
    background-image: linear-gradient(#ff5000, #b13a05);
}

#sp-footer .sp-module-content i.fa {
    color: #ffffff;
    font-size: 50px;
}

#sp-footer .sp-column  {
	/*border: 1px solid #cccccc;*/
	padding: 15px;
	text-align: center;
}

/* =========== Copyright =========== */

#sp-copyright-row {
    padding: 10px 0px;
    line-height: 20px;
    background: #250940;
    color: #ffffff;
}
#sp-copyright-row a{
	color: #d6d6d6;
}

#sp-social .fa {
    border: 1px solid #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
}

/* =========== Acessibilidade =========== */

.skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}

/* =========== Lista =========== */

.sp-module ul, #sp-component ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 18px;
}
.sp-module li::before, #sp-component li::before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #3ba217;
}

/*===============Serviços ===============*/

#sp-servicos {
    text-align: center;
}

#sp-servicos img {
	margin:0 auto;
}

#sp-servicos .color1 {
	background: #f0f0f0; 
}

#sp-servicos .color2 {
	background: #e6e6e6;
}

#sp-servicos .color1, #sp-servicos .color2 {
    padding: 0px 35px 50px 35px !important;
}

#sp-servicos h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0px;
}

/* =============== User ===============*/

#sp-user-row {
	padding: 80px 0px;
}
#sp-user2 .sp-module-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

#sp-user2 a {
	background: #ff5000;
	padding: 15px 35px;
	border-radius: 4px;
	display: inline-block;
	color: #ffffff;
}

#sp-user2 p {
	text-align: justify;
	margin-bottom: 25px;
}

/* ========== Midia Query ========== */

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 320px) {
	
}
/*Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#sp-user1 img {
		margin-bottom: 40px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
/* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {

}
