/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  RESET  */

a {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  ESTILOS GERAIS  */

@font-face {
    font-family: 'billy_ohioregular';
    src: url('../font/billyohio-webfont.woff2') format('woff2'),
         url('../font/billyohio-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Lato', sans-serif;
	color: #3f3f3f;
}

h1 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}

h3 {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

h5 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

h6 {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}

p {
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.3px;
}

.nao-aparece {
	display: none;
}

#form-erro span, #form-send span  {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
}

#form-send {
	color: #f5733a;
}

#form-erro {
	color: #f5733a;
}

.basic_button a {
	font-size: 12.5px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	color: #fff;
	padding: 10px 25px;
	background-color: #f5733a;
	transition-duration: .3s;
	border-radius: 20px;
	border: 2px solid #fff;
}

.basic_button a:hover {
	transition-duration: .3s;
	margin-top: 5px;
}


.entire-menu {
	display: none;
}

nav ul ul {
display: none;
}
 
nav ul li:hover> ul {
flex-direction: column;
display: flex;
margin-left: -65px;
width:200px;
background: #004090;
}
 
nav {
margin: 0 auto; 
text-align: center;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx BOTÃO WHATSAPP  */

.btn-whatsapp{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;    

    background:  #004090;
    color: #fff;
    font-size: 45px;
	border-radius: 50%;
    text-align: center;
	line-height: 70px;
	box-shadow: 2px 2px 4px #000;
    z-index: 1000;
	
}

.btn-whatsapp.btn-contato {
	background: #fff;
	color: #004090;
}

.btn-whatsapp:hover{
	transform: scale(1.2);
	background: #1359a5;
	filter: brightness(100%);
	transition: transform .08s ease-in;

}

.btn-whatsapp.btn-contato:hover{
	transform: scale(1.2);
	background: #fff;
	filter: brightness(100%);
	transition: transform .08s ease-in;

}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  NAVBAR - MENU  */

.chamada {
	position: absolute;
	background-color: #1359a5;
	height: 37px;
	width: 100%;
	z-index: 5;
	color: #fff;
}

.chamada p {
	text-align: center;
	font-size: 12.5px;
	margin-top: 10px;
	margin-right: 90px;
}

.chamada a {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 265px;
	z-index: 6;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 9px;
	color: #fff;
	background-color: #004090;
	padding: 4px 10px 3px 10px;
	border-radius: 10px;
}

.chamada a:hover {
	background-color: #054e9e;
}

.navbar {
	background-color: #004090;
	z-index: 5;
	margin-top: 37px;
	position: absolute;
	width: 100%;
	height: 40px;
}

.logo {
	position: absolute;
}

.logo img {
	width: 280px;
	margin-top: -30px;
}
 
.redes {
	position: absolute;
	right: 0;
	z-index: 5;
	margin-right: 15vw;
	margin-top: 1vh;
}

.redes img {
	width: 28px;
	margin-left: 15px;
	transition-duration: .5s;
}

.redes img:hover {
	transform: rotate(15deg);
	transition-duration: .5s;
}

.navbar ul {
	position: absolute;
	z-index: 5;
	padding-bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
}

.navbar ul li {
	display: inline-block;
	float: left;
	margin-top: 10px;
}

.navbar ul li a {
	font-size: 12px;
	color: #fff;
	padding: 14px 17px 9px 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul li.active1 a{
	color: #ffff;
	font-weight: 600;
}

.active2 {
	border-bottom: 1px solid #fff;
}

.navbar ul li a:hover {
	font-weight: 600;
	color: #ffcd00;
}


.menu2 a img {
	margin-top: 7px;
	width: 25px;
	padding: 0;
	margin-left: 0;
	margin-right: 10px;
	transition-duration: .3s;
}

.menu2 a img:hover {
	transition-duration: .3s;
	transform: rotate(15deg);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  BANNER - INICIO  */

.banner-inicio {
	background-size: cover;
	height: 600px;
	z-index: 3;
}

.w3-display-left {
	color: #fff;
	border:	none;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.w3-display-right {
	color: #fff;
	border:	none;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.todas-embalagens {
	position: absolute;
	width: 1100px;
	left: 50%;
	transform: translateX(-50%);
	top: -150px;
	margin-left: 70px;
}

.imagem-poro img {
	transition-duration: .3s;
	margin-left: 4px;
	margin-top: -6px;
	width: 145px;
}

.imagem-poro img:hover {
	transition-duration: .3s;
	margin-top: -36px;
	z-index: 5;
	transform: scale(1.1);
}

.imagem-frango img {
	transition-duration: .5s;
	margin-top: -13px;
	margin-left: -20px;
	width: 160px;
}

.imagem-frango img:hover {
	transition-duration: .3s;
	margin-top: -36px;
	z-index: 5;
	transform: scale(1.1);
}


.imagem-provolone img {
	transition-duration: .3s;
	margin-top: -25px;
	margin-left: -30px;
	width: 190px;
}

.imagem-provolone img:hover {
	transition-duration: .3s;
	margin-top: -36px;
	z-index: 6;
	transform: scale(1.1);
}

.imagem-azeitona img {
	transition-duration: .3s;
	top: -45px;
	position: relative;
	margin-left: -40px;
	width: 220px;
	z-index: 5;
}

.imagem-azeitona img:hover {
	transition-duration: .3s;
	margin-top: -36px;
	z-index: 5;
	transform: scale(1.1);
}

.imagem-queijo img {
	transition-duration: .3s;
	margin-top: -22px;
	margin-left: -20px;
	position: relative;
	z-index: 2;
	width: 190px;
}

.imagem-queijo img:hover {
	transition-duration: .3s;
	margin-top: -36px;
	z-index: 6;
	transform: scale(1.1);
}

.imagem-tomate img {
	transition-duration: .3s;
	z-index: 1;
	position: relative;
	margin-top: -10px;
	margin-left: -10px;
	width: 160px;
}

.imagem-tomate img:hover {
	transition-duration: .3s;
	margin-top: -36px;
	z-index: 5;
	transform: scale(1.1);

}

.imagem-tradicional img {
	transition-duration: .3s;
	margin-left: -10px;
	margin-top: 0px;
	width: 145px;
}

.imagem-tradicional img:hover {
	transition-duration: .3s;
	margin-top: -36px;
	z-index: 5;
	transform: scale(1.1);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  CHAMADA SOBRE - INICIO  */

.chamada-sobre {
	min-height: 490px;
	padding: 100px 0 50px 0;
}

.texto-chamada-inicio p {
	font-size: 21px;
	position: relative;
	line-height: 27px;
	text-align: center;
	width: 540px;
	margin: 0 auto;
	padding-bottom: 30px;
	margin-top: 140px;
	color: #004090;
	z-index: 2;
}

.botao a {
	z-index: 2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12.5px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	color: #fff;
	margin-top: 20px;
	padding: 8px 25px 8px 25px;
	background-color: #004090;
	transition-duration: .3s;
	border-radius: 20px;
	border: 3px solid #004090;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  DICAS - INICIO  */

.dicas {
	background: url('../img/fundo-churras.jpeg') no-repeat fixed center;
	height: 400px;
}

.dicas h3 {
	position: relative;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	width: 220px;
	padding: 120px 10px 20px 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	background-color: #004090;
}

.dicas p {
	margin: 0 auto;
	width: 800px;
	line-height: 28px;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.bottao a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12.5px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	color: #004090;
	padding: 10px 25px;
	background-color: #fff;
	transition-duration: .3s;
	border-radius: 20px;
	border: 2px solid #004090;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  CHAMADA PRODUTOS - INICIO  */


.chamada-produtos {
	background: url('../img/background_base.jpg');
	background-size: cover;
	height: 420px;
	padding: 15px 0;
}

.slider_banner h2 {
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 130px;
	text-align: center;
	color: #fff;
	font-size: 27px;
}

.slider_banner p {
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  BOX GERAL -INICIO  */

.box_geral {
	margin-top: 150px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	height: 380px;
}

.box_1 img {
	margin-bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	width: 80px;
}

.box_1 h4 {
	font-size: 18px !important;
	text-align: center;
	text-transform: uppercase;
	color: #3f3f3f;
}

.box_1 h5 {
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	width: 230px;
	text-align: center;
	color: #3f3f3f;
}


.botao-conheca a {
	z-index: 2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
	margin-top: 250px;
	padding: 8px 25px 8px 25px;
	background-color: #004090;
	transition-duration: .3s;
	border-radius: 20px;
	border: 3px solid #004090;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SUB - RODAPE - INÍCIO  */

.sub_rodape {
	display: flex;
	height: 280px;
	background-color: #1359a5;
	border-top: 2px solid #fff;
}

.sub_menu ul {
	margin-top: 72px;
}

.sub_menu ul li  a{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 30px;
}

.sub_menu ul li a:hover {
	border-bottom: 2px solid #fff;
}

.endereco {
	margin-top: 72px;
	padding: 0 20px;
}

.endereco h5 {
	line-height: 17px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13.5px;
	letter-spacing: 0.5px;
}

.endereco h6 {
	color: #fff;
	font-size: 13.5px;
	line-height: 21px;
	text-transform: uppercase;
}


.social {
	margin-top: 70px;
	padding: 0 20px;
}

.social h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 13.5px;
	letter-spacing: 0.5px;
}


.social ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 30px;
}

.social ul li a:hover {
	border-bottom: 2px solid #fff;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx RODAPE - INÍCIO  */

.rodape {
	background-color: #004090;
	height: 50px;
}

.copy h5 {
	margin-top: 20px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

.nav h5 {
	margin-top: 20px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
}

.nav h5 a {
	color: #fff;
	font-weight: bold;
}

.logo-rodape img {
	margin-top: 50px;
	max-width: 180px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  BANNER - SOBRE  */

.banner_sobre {
	height: 485px;
	padding-bottom: 70px;
	background: url('../img/banner_sobre.jpg');
	background-size: cover;
}

.logo2 {
	position: absolute;
}

.logo2 img {
	margin-top: -20px;
	width: 220px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CHAMADA - SOBRE  */

.chamada-pgsobre {
	height: 200px;
}

.text h1 {
	color: #fff;
	padding-top: 170px;
	text-align: center;
	font-family: 'billy_ohioregular';
	font-size: 65px;
}

.text p {
	margin-top: -40px;
	color: #fff;
	text-align: center;
	font-family: 'Lato' sans-serif;
	font-size: 25px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SOBRE - SOBRE  */

.tudo_historia {
	padding: 50px 0px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1470px;
}

.img_breve_historia {
	padding: 80px 0;
}

.img_breve_historia img {
	border-radius: 5px;
	margin-top: 30px;
}

.breve_historia h3 {
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding-top: 100px;
	margin: 0 auto;
	width: 500px;
	color: #004090;
	text-align: left;
}

.breve_historia p {
	padding-top: 20px;
	font-size: 16px !important;
	line-height: 27px;
	margin: 0 auto;
	width: 500px;
	color: #999999;
	text-align: justify;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PARCEIROS - SOBRE  */


.sobre-detalhe {
	margin-top: 50px;
	background-color: #004090;
	height: 600px;
	border-bottom: 3px solid white;
}

.detalhe-geral {
	margin-right: 20px;
	padding: 90px 0px;
}

.missao img {
	margin-bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	width: 80px;
}

.missao h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.missao h5 {
	letter-spacing: 0.5px;
	margin: 0 auto;
	text-align: left;
	width: 350px;
	color: #fff;
}


.valor img {
	margin-bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	width: 80px;
}

.valor h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.valor h5 {
	letter-spacing: 0.5px;
	margin: 0 auto;
	text-align: left;
	width: 350px;
	color: #fff;
}


.visao img {
	margin-bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	width: 80px;
}

.visao h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.visao h5 {
	margin: 0 auto;
	text-align: left;
	width: 350px;
	color: #fff;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  BANNER - DICAS  */


.banner_dicas {
	height: 485px;
	padding-bottom: 70px;
	background: url('../img/fundo-churras.jpeg');
	background-size: cover;
}


.fundo-dicas {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background-color: #f3f3f3;
	padding: 25px 0;
}

.carta {
	max-width: 960px;
	max-height: 300px;
	flex: 1 1 500px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 25px auto;
	background-color: white;
	border: 1px solid #c5c6c7;
	border-radius: 3px;
}

.conteudo-carta {
	padding: 30px;
	flex: 1;
}

.conteudo-carta h2{
	color: #004090;
	margin-bottom: 30px;
	max-width: 250px;
}

.conteudo-carta p {
	color: #7f7f7f;
	font-size: 14px;
	max-width: 250px;
}


.imagem-carta img {
	flex: 1;
	padding: 25px 5px 2px 5px;
	max-width: 400px;
}


.banner_dicas2 {
	height: 485px;
	padding-bottom: 70px;
	background: url('../img/dicas-preparo.png');
	background-size: cover;
}

.descri {
	margin: 70px 0;
}

.descri h2 {
	color: #004090;
	font-size: 18px;
	justify-content: center;
	flex-direction: row;
	text-align: center;
	max-width: 955px;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  BANNER - PRODUTOS  */



.w3-content p {
	font-size: 75px;
	font-family: 'billy_ohioregular';
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	top: 330px;
	position: absolute;
	color: #fff;
}

.mySlides img {
	display: flex;
}

.cor-fundo {
	margin-top: -45px;
	border-bottom: 1px solid #c5c6c7;
	background-color: #f3f3f3;
}

.produtos-pg {
	border-radius: 3px;
	padding: 30px;
	width: 100%;
	height: 350px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	max-width: 900px;
	margin-top: 80px;
}

.modelo-1 h2 {
	text-align: left;
	margin-left: -42px;
	margin-top: 45px;
	color: #004090;
	font-family: 'Lato' sans-serif;
	font-size: 30px;
}

.modelo-1 p {
	color: #7f7f7f;
	width: 320px;
}

.ingredientes1-produtos img {
	width: 40px;
	margin-top: 30px;
	margin-right: 10px;
}

.embalagem1-produtos img {
	width: 85%;
} 

.embalagem1-produtos {
	right: 30%;
	top: 49px;
	position: absolute;
}

.img_real img {
	border-radius: 3px;
	max-width: 100%;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx TODOS OS PRODUTOS2 - PRODUTOS */

.modelo-2 h2 {
	text-align: left;
	width: 300px;
	margin-top: 40px;
	color: #004090;
	font-family: 'Lato' sans-serif;
	font-size: 30px;
	margin-left: 10%;
}

.modelo-2 p {
	color: #7f7f7f;
	margin-left: 25%;
	width: 320px;
}

.ingredientes2-produtos {
	margin-bottom: 30px;
	width: 300px;
	margin-left: 25%;
}

.ingredientes2-produtos img {
	width: 40px;
	margin-top: 30px;
	margin-right: 9px;
}

.embalagem2-produtos {
	right: 34%;
	top: 49px;
	position: absolute;
}

.embalagem2-produtos img {
	width: 85%;
}


.img_real2 img {
	border-radius: 3px;
	max-width: 100%;
}

.branco {
	height: 130px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  BANNER - CONTATO  */

.banner_contato {
	height: 485px;
	padding-bottom: 70px;
	background: url('../img/banner_contato.jpg');
	background-size: cover;
}

.text_contato h1 {
	color: #fff;
	padding-top: 180px;
	text-align: center;
	font-family: 'billy_ohioregular';
	font-size: 65px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx FORMULÁRIO - PRODUTOS */

.contato-section {
	margin-top: 3px;
	background-color: #004090;
}

.contato-section h3 {
	padding-top: 150px;
	text-align: center;
	color: #fff;
}

.form-section {
	padding-bottom: 50px;
	width: 100%;
	background-color: #1359a5;
	border-bottom: 2px solid white;
}

.form-pai {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 50px 0 100px 0;
}

.formphp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-basis: 900px;
	flex-wrap: wrap;
}

.coluna-01 {
	display: flex;
	flex-flow: column wrap;
	flex: 1;
	margin: 0 20px;
}

form {
	color: #fff;
}

label {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 20px;
    color: #fff;
}

input {
	background-color: #0f51a4;
   -webkit-box-shadow: inset 4px 4px 12px 3px rgba(11,46,90,0.41);
   -moz-box-shadow: inset 4px 4px 12px 3px rgba(11,46,90,0.41);
    box-shadow: inset 4px 4px 12px 3px rgba(11,46,90,0.41);
	border-radius: 2px;
	height: 35px;
    border: 1px solid #0b2e5a;
    color: #fff;
    padding: 3px 10px;
}

.coluna-02 {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	margin: 0 20px;
}


textarea {
	color: #fff;
	background-color: #0f51a4;
   -webkit-box-shadow: inset 4px 4px 12px 3px rgba(11,46,90,0.41);
   -moz-box-shadow: inset 4px 4px 12px 3px rgba(11,46,90,0.41);
    box-shadow: inset 4px 4px 12px 3px rgba(11,46,90,0.41);
    border: 1px solid #0b2e5a;
	height: 197px;
	padding: 10px 10px;
}

.button {
	margin-top: 20px;
	color: #004090;
	align-self: flex-end;
}

button {
	border-radius: 2px;
	transition-duration: .3s;
	padding: 10px 30px;
	background-color: #fff;
	border: none;
}

button:hover {
	border-radius: 2px;
	transition-duration: .3s;
	margin-top: 2px;
	border: none;
	color: #fff;
	background-color: #f5733a;
}

.mapa-page {
	background: url(../img/fundo-contato.jpg) center;
	background-size: cover;
}

.mapa-page h3 {
	padding-top: 100px !important;
}

.mapa {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding-bottom: 100px;
}

.mapa iframe {
	margin-right: 30px;
	border-radius: 5px;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  BANNER - TRABALHE CONOSCO  */

.banner_trabalhe {
	height: 450px;
	padding-bottom: 70px;
	background: url('../img/background_base.jpg');
	background-size: cover;
}

.cor-contato {
	margin-top: 3px;
	height: 679px;
	background-color: #004090;
}

.title_tabalhe h3 {
	letter-spacing: 1px;
	color: #fff;
	padding-top: 90px;
	text-align: center;
	font-family: 'billy_ohioregular';
	font-size: 65px;
	margin-top: 130px;
}

.social_midia {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 70%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.social_post {
	padding: 0 10px;
}

.texto {
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
}
