@charset "utf-8";
/* CSS Document */

body {
font: 15px/1.5 Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
background-color: #f4f4f4;
}

/* Global */
.container {
width: 80%;
margin: auto;
overflow: hidden;
}

.menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}

.menu li {
margin-right: 20px; /* Espaçamento entre os itens */
}

.menu li a {
text-decoration: none;
color: #bababa; /* Cor do texto */
}

.menu li a:hover {
color: #007BFF; /* Cor do texto ao passar o mouse */
}

ul {
margin: 0;
padding: 0;
list-style: none; /* Elimina a necessidade de redefinir isso repetidamente */
}

.menu_admin {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}

.menu_admin li {
margin-right: 20px; /* Espaçamento entre os itens */
}

.menu_admin li a {
text-decoration: none;
color: #000; /* Cor do texto */
}

.menu_admin li a:hover {
color: #bababa; /* Cor do texto ao passar o mouse */
}

.button_1 {
height: 38px;
background: #e8491d;
border: 0;
padding-left: 20px;
padding-right: 20px;
color: #ffffff;
cursor: pointer; /* Adiciona um cursor pointer para indicar que é clicável */
}

.dark {
padding: 15px;
background: #35424a;
color: #ffffff;
margin-top: 10px;
margin-bottom: 10px;
}

/* Header */
header {
background: #35424a;
color: #ffffff;
padding-top: 30px;
min-height: 70px;
border-bottom: #e8491d 3px solid;
}

header a {
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}

header li {
float: left;
padding: 0 20px;
}

header #branding {
float: left;
}

header #branding h1 {
margin: 0;
}

header nav {
float: right;
margin-top: 10px;
}

header .highlight, header .current a {
color: #e8491d;
font-weight: bold;
}

header a:hover {
color: #cccccc;
font-weight: bold;
}

/* Showcase */
#showcase {
min-height: 400px;
background: url('../img/showcase.jpg') no-repeat center center/cover;
text-align: center;
color: #ffffff;
}

#showcase h1 {
margin-top: 100px;
font-size: 55px;
margin-bottom: 10px;
}

#showcase p {
font-size: 20px;
}

/* Newsletter */
#newsletter {
padding: 15px;
color: #ffffff;
background: #35424a;
}

#newsletter h1 {
float: left;
}

#newsletter form {
float: right;
margin-top: 15px;
}

#newsletter input[type="email"] {
padding: 4px;
height: 25px;
width: 250px;
}

/* Boxes */
#boxes {
margin-top: 20px;
}

#boxes .box, .box {
float: left;
text-align: center;
width: 100%;
padding: 10px;
margin-bottom: 40px; /* Adiciona espaçamento entre os boxes */
}

#boxes .box img, .box img {
width: 90px;
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}

/* BOTAO LARANJA -  O TAMANHO DA FONTE DEFINE O TAMANHO DELE EM SI*/
.box a {
display: inline-block;
margin-top: 10px;
padding: 10px 20px;
background-color: #e8491d;
color: #fff;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
text-transform:uppercase;
font-size: 1.00em;
}

@media(max-width: 1000px){
	.box a {
		font-size: 2.00em;
	}	
}

.box a:hover {
background-color: #cf3e17;
}

/* Sidebar */
aside#sidebar {
float: right;
width: 50%;
margin-top: 10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea {
width: 90%;
padding: 5px;
}

/* Main-col */
article#main-col {
float: left;
width: 65%;
}

/* Services */
ul#services li {
padding: 20px;
border: #cccccc solid 1px;
margin-bottom: 5px;
background: #e6e6e6;
}

/* Linha horizontal personalizada */
.custom-hr {
border: 0;
height: 5px;
background-color: #ff5733;
margin: 20px 0;
}

/* Rodapé */
footer {
padding: 20px;
margin-top: 20px;
color: #ffffff;
background-color: #e8491d;
text-align: center;
}

.menu_admin_fundo {
min-height: 24px;
/* background: url('../img/showcase.jpg') no-repeat center center/cover; */
background-color: #999;
border-bottom: #e8491d solid 2px;
text-align: left;
padding: 8px
}

/* Media Queries */
@media (max-width: 768px) {
header #branding,
header nav,
header nav li,
#newsletter h1,
#newsletter form,
#boxes .box,
article#main-col,
aside#sidebar {
float: none;
text-align: center;
width: 100%;
}

header {
padding-bottom: 20px;
}

#showcase h1 {
margin-top: 40px;
}

#newsletter button, .quote button {
display: block;
width: 100%;
}

#newsletter form input[type="email"], .quote input, .quote textarea {
width: 100%;
margin-bottom: 5px;
}
}

/* ADICIONAIS FRANCISCO */

.padrao_preto {
	color: #181818;
}

.padrao_preto_peq {
	color: #181818;
}

.padrao_preto_bold {
	color: #181818;
	font-weight:bold;
}

.padrao_vermelho {
	color: #D32027;
}

.vermelho {
	color: #D32027;
}

.padrao_vermelho_bold {
	color: #FC4968;
	font-weight: bolder;
}

.padrao_azul_escuro {
	color: #009;
}

.padrao_azul_claro {
	color: #00F;
}

.padrao_cinza_escuro {
	color:#626262;
}

/* MUDANÇAS PARA MOBILE */

.font_mobile{
	font-size: 1.00em;
}

.font_mobile_tit{
	font-size: 1.00em;
}

.iframe_mobile_peq{
	height: 140;
}

@media(max-width: 1000px){
	.font_mobile{
		font-size: 2.00em;
	}
	.font_mobile_tit{
		font-size: 2.40em;
	}
	.iframe_mobile_peq{
		height: 280;
	}	
}