@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600');

body{
	margin: 0;
	padding: 0;
	font-family: 'montserrat', sans-serif;
	overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

/* css padronizada */

a{
	color: #fff;
	text-decoration: none;
}


h1{
	font-family: 'montserrat', sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 80px;
    line-height: 115px;
	margin: 0;
}

h2{
	font-size: 40px;
    margin: 20px 0 0;
	font-weight: 200;
}

h3{
	margin: 10px;
    font-size: 19px;
	font-weight: 200;
}

h4{
	width: 90%;
    padding: 0 15px;
    margin: 0;
	font-weight: 300;
}

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.heightVH{
	height: 100vh;
	position: relative;
	overflow: hidden;
}

/* header */

.header{
	background: #fff;
  box-shadow: 0px -9px 54px;
  position: fixed;
  width: 100%;
  z-index: 1600;
}

.menu-mobile{
	display: none;
}


.logo{
	display: inline-block;
    vertical-align: top;
    padding: 15px 18px 0px;
}

.logo img{
	width: 170px
}

.menu{
	display: inline-block;
  padding: 45px 0 15px;
	float: right;
}

ul{
	display: block;
}

li{
    display: inline-block;
    margin-left: 13px;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
	transition: 400ms ease-in-out;
}

/* hover ul - li */
li:hover{
	color: #51bd40;
    transform: translateY(15%);
    transition-delay: 0s, 0s, 0.3s;
}





/* final hover ul - li */


.bg1{
    background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
    padding: 60px 0 0;
    z-index: -1;
    height: 100vh;
	text-align: center;
}

.bg2{
    height: 100vh;
    background-blend-mode: color;
    background-color: #0000005e;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.bg3{
    height: 100vh;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

@media (max-width: 1000px){
	.bg3 {
		height: auto;
		padding: 100px 0;
	}
}

.bg4{
    height: 100vh;
    position: relative;
	z-index: 5;
	overflow: hidden;
}

.bg5{
    height: 100vh;
    background-blend-mode: color;
    background-color: #0000005e;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.bg5{
		height: auto;
		padding: 80px 0;
	}
}

.bg6{
    height: 115vh;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
@media (max-width: 1115px) {
	.bg6{
		height: 120vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}
@media (max-width: 765px) {
	.bg6{
		height: 125vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}
@media (max-width: 438px) {
	.bg6{
		height: 130vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}
@media (max-width: 317px) {
	.bg6{
		height: 138vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}
@media (max-width: 241px) {
	.bg6{
		height: 145vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}
@media (max-width: 211px) {
	.bg6{
		height: 155vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}
@media (max-width: 166px) {
	.bg6{
		height: 160vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}
@media (max-width: 156px) {
	.bg6{
		height: 170vh;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
	}
}


/* slider */

.slider{
	margin-top: 0px;
}

.box{
    display: inline-block;
    vertical-align: top;
    background-image: linear-gradient(to right, #08af3b, #a5cc44 75%);
    padding: 50px;
    margin: 0 -3px 0;
    color: #FFF;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.textBox{
	display: inline-block;
	vertical-align: bottom;
	display: none;
}


.absolut{
	position: absolute;
	bottom: 0;
}

.seta{
	display: inline-block;
  margin-left: 100px;
	position: absolute;
	bottom: 25px;
	z-index: 1500;
}

.branco{

}

.branco img{

	filter: brightness(155.5);

}

.colorido {
    margin: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.colorido img{
	width: 63px;
}

/* body */

.div-left{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.div-right{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	position: relative;
	z-index: 1;
	padding: 10px;
}

.div-right img{
	width: 520px;
}

.titulo{
    font-size: 50px;
    font-weight: 400;
    width: 90%;
	padding: 15px 15px 0;
    margin-bottom: 0px;
}

@media (max-width: 767px){
	.titulo{
			margin-top: 60px;
	    font-size: 35px;
			width: auto;
		}
}

.sub-titulo{
	padding: 0 15px 15px;
    font-size: 30px;
	width: 91%;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 15px;
	color: #4e4e4e;
}
@media (max-width: 767px){
	.sub-titulo{
			width: auto;
		}
}

.texto{
    text-align: justify;
    width: 90%;
    padding: 15px;
	font-weight: 400;
    color: #444444;
    font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 25px;
}

@media screen and (max-width: 1200px) {
	.texto{
		padding: 0px;
	}
}

@media screen and (min-width: 900px) {
	.textoLineHeight {
		line-height: 30px;
		padding: 0;
	}
}
.conteudoAbsolut{
    position: absolute;
    top: 0;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    height: 675px;
    margin: auto auto;
	padding-top: 100px;
}

.conteudoAbsolut2{
    position: absolute;
    top: 0;
    z-index: 100;
    bottom: 0;
    left: 0;
    margin: auto auto;
		padding-top: 100px;
}

.box-bg2{
    padding: 20px;
		padding-top: 100px;
    width: 400px;
    height: 100vh;
    position: absolute;
    top: 0;
    margin: auto auto;
    color: #fff;
    text-align: center;
    right: 0;
		background: rgba(255,255,255,0.75)
}

@media (max-width: 1200px){
	.box-bg2{
		padding: 0px;
	}
	.box-bg2 h2{
		text-align: center !important;
	}
}


.LefCenRig{
	width: 28%;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}

.midle{
	margin-right: 30px;
    margin-left: 30px;
}

.LefCenRig img{
	width: 200px;
}

.color{
	font-size: 30px;
	color: #000;

}

.textoBg3{
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: 15px;
}

.dimensoes{
	max-width: 60%;
	height: 400px;
	text-align: center;
}
.bottom{

}

.leftBottom{
	position: absolute;
    bottom: 150px;
    width: 390px;
    text-align: center;

}

.leftBottom img{
	width: 380px;
}

.leftBottom h2{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
}

.setaBg3{
	filter: brightness(-2.5);
}

.imgBg4{
	width: 484px;
}

.box-bg5{
		padding: 20px;
    width: 545px;
    height: 123px;
    margin: auto auto;
    text-align: center;
}

.box-bg5 .titulo, .box-bg5 .sub-titulo{
	padding: 0 !important;
	color: #fff !important;
}

@media (min-width: 1200px){
	.box-bg5{
		text-align: left;
		padding: 0 !important;
		height: auto;
	}
}

.displayTable{
	display: table;
}

.tableCell{
	display: table-cell;
	vertical-align: middle;
}

.height{
	height: 190px;
}

.text-align{
	text-align: center;
	margin-bottom: 55px;
}

.absolut-topLeft{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
	display: none;
}

.absolut-Right{
    position: absolute;
    right: 0;
    z-index: 0;
	display: none;
}

.absolut-Right img{
	width: 260px;
}

.absolut-topLeft img{
	width: 330px;
}

.endereco{
	width: 120px;
    margin-right: 20px;
}

.certificados{
	display: block;
    margin-left: 15px;
    margin-top: 10px;
}

.marginTop{
	margin-top: 100px;
}

.certificado1{
	display: block;
	margin-bottom: 10px;
}

.certificado1 img{
	width: 150px;
}

.certificado2 img{
	width: 100px;
}

.certificado3 img{
	width: 58px;
}

.certificados-secundarios{
	display: block;
}

.certificado2{
	display: inline-block;
	margin-right: 10px;
}

.certificado3{
	display: inline-block;
}

.vertical-align{
	vertical-align: top;
}


/* form */

input{
    display: block;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 19px;
    width: 500px;
    border-radius: 4px;
    border: 2px solid #d4d4d4;
    font-weight: 400;
		font-family: inherit;
}

textarea{
	width: 500px;
	font-size: 14px;
	font-family: 'montserrat', sans-serif;
    padding: 15px;
	font-weight: 400;
    height: 170px;
    border-radius: 4px;
    border: 2px solid #d4d4d4;
}

input[type="submit"]{
	width: 225px;
    font-size: 18px;
    font-weight: 200;
    background: linear-gradient(to right, #08af3b, #a5cc44 75%);
    color: #fff;
    letter-spacing: 5px;
	transition: all 300ms ease-in-out;
	transition-delay: 0.1s;
}

input[type="submit"]:hover{
	background: linear-gradient(to right, #a5cc44, #08af3b 75%);

}

.botaoSubmit{
  font-size: 18px;
  font-weight: 200;
	background: #fff;
  color: #50be72;
  letter-spacing: 5px;
	transition: all 300ms ease-in-out;
	transition-delay: 0.1s;
	padding: 15px;
	border: none;
	margin-top: 15px;
	border-radius: 5px;
	cursor: pointer;
}

.botaoSubmit:hover{
	background: #539b69;
	color: #fff;
}

.botaoSubmit img{
	margin-right: 10px;
	margin-bottom: -5px;
}

@media (max-width: 1200px) {
	.botaoSubmit {
		margin: 0 auto;
		margin-top: 25px;
	}
	.telefoneMobile {
		display: block !important;
		text-align: center;
	}
}



form{
	margin-top: 15px;
}

.direitosRe{
	float: left;
}

.criador{
	float: right;
}

footer{
    background-image: linear-gradient(to right, #08af3b, #a5cc44 75%);
    padding: 20px;
    height: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.criador a{
	transition: all 300ms ease-in-out;
}

.criador a:hover{
	color: #004013;

}

.conteudo {
	text-align: left;
}

.conteudo img {
	width: 80%;
	max-width: 720px;
	margin-top: 80px
}

/* responsivo */

@media screen and ( max-width:1200px ){

	.conteudo{
		text-align: center;
		position: relative;
    	margin: auto auto;
	}

	.absolut{
		position: relative;
	}

	.bg1, .bg2, .bg4{
		height: 100%;
	}

	.bg6 > .box-bg2{
		display: none !important;
	}

	.heightVH{
		height: 100%;
	}


	.colorido{
		margin: 0;
		right: 0;
		left: 0;
		text-align: center;
	}

	.conteudoAbsolut{
		position: relative;
		padding: 0px;
		height: 100%;
	}

	.dimensoes{
		width: 90%;
		height: 100%;
		padding: 250px 40px;
	}

	.LefCenRig{
		width: auto;
		max-width: 350px;
	}

	.textoBg3{
		padding: 0;
	}

	.box-responsiv{
		padding: 20px;
	}

	.box-bg2{
		position: relative;
	}
}


@media screen and (max-width:1200px){
	.div-left, .div-right{
		display: block;

		vertical-align: top;
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding: 10px;
	}

	.texto{
		width: 100%;
	}

	.div-right img{
		width: 60%;
	}

	.displayTable{
		display: block;
		margin: 0 !important;
	}

	.text-responsiv{
    	margin: auto;
    	font-size: 15px;
	}

	.seta{
		display: none;
	}

	.imgBg4{
		width: 60%;
	}

	.leftBottom{
		left: 50px;
	}

	.displayResponsiv{
		margin-top: 0;
		display: inline-block;
		vertical-align: top;
	}

	.certificados{
		margin-top: 0;
	}

	.certificado1, .certificados-secundarios{
		display: inline-block;
    	margin-bottom: 0;
	}

	.endereco{
		width: 100px;
	}

	.certificado1 img {
    	width: 125px;
	}

	input{
		margin: 15px auto;
	}

	input[type="submit"] {
    	width: 534px;
	}

	.LefCenRig {
    	margin: 50px auto;
    	display: block;
	}

	.LefCenRig img {
		width: 250px;
	}

	.dimensoes{
		padding: 0;
	}
}

@media screen and (max-width: 1000px){
	.box-bg5, .box-bg2{
		width: 100%;
	}
	.dimensoes {
   	 	width: calc(90% - 80px);
	}

	.menu-deskTop{
		display: none;
	}

	.menu-mobile{
		display: block;
		height: 80px;
	}

	.logo-mobile{
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-bottom: -50px;
		width: 70%;
		font-size: 1.5em;
	}

	.logo-mobile img{
		width: 160px;
	}

	header{
		height: 80px;
		overflow: hidden;
	}

	header input {
		float: right;
		padding: 10px;
		width: 200px;
		border: none;
	}


	.menu-anchor {
		width: 40px;
		height: 32px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		text-indent: -9999px;
		overflow: hidden;
		margin-left: 25px;
    margin-top: 25px;
		cursor: pointer;
		background: #2ebf56;
		background-image: url(../imagens/menu.png);
		background-size: 80% 80% !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		z-index: 10;
	}

	.menu-active .menu-anchor {background: #09a935}

	menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 220px;
		height: 100%;
		padding-top: 10px;
		background: #09a935;
		box-shadow: inset -5px -10px 10px 0 rgba(0,0,0,.3)
	}

	li:hover{
		transform: none;
	}

	menu li a {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.3);
		margin: 0;
		padding: 10px;
		width: 175px;
		color: #FFF;
		text-decoration: none;
	}

	menu li a:hover {
		background: #FFF;
		color: #09a935;
	}


	/*
		Aqui você esconde o menu para fora da tela
		O valor é exatamente a largura da sidebar
	*/
	menu {
		-webkit-transform: translateX(-220px);
		-moz-transform: translateX(-220px);
		-ms-transform: translateX(-220px);
		transform: translateX(-220px);
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		transition: all .25s linear;
	}

/*
    Essa é a posição original do HEADER e do MAIN
*/
header, .main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

/*
   Com a classe menu-active na tag HTML
*/
.menu-active menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.menu-active header,
.menu-active .main {
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
}


}

@media screen and (max-width: 876px){
	.displayBlock-left{
		width: 62%;
	}

	.absolut-topLeft{
		display: none;
	}

	.div-left, .div-right{
		width: 80%;
	}

}

@media screen and (max-width: 722px){
	h2 {
    	font-size: 20px;
    	margin: 20px 0 0;
	}


	h3{
		margin: 10px;
    	font-size: 16px;
	}

	.box-bg5, .box-bg2{
		height: auto;
	}



}

@media screen and (max-width: 600px){

	input, textarea{
		width: 90%;
	}

	.box-bg5, .box-bg2 {
    	padding: initial;
	}

	.conteudoAbsolut {
    	position: relative;
    	padding: 40px 0;
		height: 100%;
	}

	input[type="submit"]{
	    width: calc(100% - 10px);
	}

	h1{
		font-size: 60px;
    	line-height: 85px;

	}

	.text-responsiv {
    	width: 90%;
    	margin: auto;
    	font-size: 15px;
	}

	.text-align {
      	position: relative;
    	z-index: 2;
	}

	.div-left, .div-right{
		width: 85%;
		margin: 0 auto;
	}

	.tableCell{
		margin: 0 auto;
	}
}

@media screen and (max-width: 555px){
	.div-leftResponsiv{
		text-align: left;
	}

	.leftBottom{
		left: 0;
		width: 100%;
	}

	.conteudo{
		width: 100%;
	}

	.leftBottom img{
		width: 300px;
	}

	.endereco{
		width: 75px;
		margin: 0;
	}

	.certificado2 img {
    	width: 80px;
	}
	.certificado3 img {
  		width: 50px;
	}

	.LefCenRig img {
    	width: 200px;
	}

	.conteudoAbsolut {
    	position: relative;
   	 	/* padding: 40px 40px; */
    	height: 100%;
    	margin: 0;
    	width: 100%;
	}

	footer{
		text-align: center;
		height: auto;
	}

	.direitosRe{
		display: block;
		float: none;
		margin-bottom: 10px;
	}

	.criador{
		display: block;
		float: none;

	}
}

#myvideo{
    position: relative;
    z-index: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    width: auto;
}
@media (max-width: 900px){
	#myvideo{
		display: none;
	}
}

#myvideo2{
    position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
    z-index: 1002;
    width: 100%;
    height: auto;
		margin: auto auto;
}

.overlay{
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
	background-image: url(../imagens/overlay.png);
	background-repeat: repeat;
}

.certificacoes {
	width: 100%;
}

.centerFaleConosco {
	position: absolute;
	width: 100%;
	max-width: 400px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto auto;
	height: 200px;
}

.sliderIcones {
	position: absolute;
	width: 300px;
	height: 300px;
	background: #fff;
	bottom: 30px;
	left: 30px;
}
@media screen and (min-width: 1200px) {
	.spacerTop {
		margin-top: 50px;
	}
}

.popUpVideo {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.popUpVideo2 {
	position: absolute;
	z-index: 1001;
	width: 85%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}
.fecharVideo {
	position: fixed;
  z-index: 100003;
  top: 15px;
  right: 15px;
  border-radius: 25px;
  background: #fff;
  color: #000;
  cursor: pointer;
  padding: 15px 20px;
}
.containerContato {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    height: 500px
}
@media (max-width: 1200px){
	.containerContato {
		height: auto;
		background-color: #0000005e;
	}
}
.faleConoscoMiddle{
    width: 100%;
    position: absolute;
    top: 28%;
    height: 200px;
}
#qualidade, #tecnologia {
    overflow: hidden;
}
.bgVideo {
    background-image: url(../imagens/bgVideo.png);
}

@media (max-width: 1000px){
	.bgVideo {
		background-image: none;
		background: rgba(255,255,255,0.92);
	}
	.bgVideo img{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.bgVideo .texto{
		padding: 0 7.5%;
		width: 85%;
	}
	.bgVideo .sub-titulo{
		text-align: center !important;
	}
}

.enviar {
	max-width: 30px;
}


/* Slider sob medida */

.containerSlider {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 100vh;
	background: #6f9f6e;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 0;
}
@media (max-width: 700px){
	.containerSlider{
		height: 85vh;
	}
}

.backgroundSlider{
	position: absolute;
	background-size: cover;
	background-position: bottom right;
	z-index: 1;
	width: 100%;
	height: 100%;
	right: -100%;
	background-color: #000;
	display: table;
	-webkit-transition: all 1.0s ease-in-out;
  -moz-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
}
@media (max-width: 700px){
	.backgroundSlider{
		display: table;
	}
}

.wrapperSlider {
  width: 60%;
  height: 100%;
  margin: auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: table;
	background-image: url(../imagens/bg-verde.png);
	background-position: top right;
}
@media (max-width: 700px){
	.wrapperSlider {
		position: relative;
		display: table-cell;
		height: auto;
		background-position: top right -5%;
    background-repeat: no-repeat;
	}
}

.imgProduto {
	height: 100%;
	width: 22%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 700px){
	.imgProduto {
		width: 60%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

.textoPao {
	height: 100%;
	width: 60%;
	padding-right: 1.5%;
	padding-left: 14%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.textoPao h2 {
	font-size: 80px;
	margin: 0px;
	max-width: 55%;
}
@media (max-width: 700px){
	.textoPao h2 {
		font-weight: 400;
	}
	.textoPao {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto;
		margin-top: 110px;
		padding-right: 1.5%;
		padding-left: 1.5%;
		font-weight: 300;
	}
	.textoPao p {
		font-size: 14px;
		word-wrap: break-word;
	}

}

.nossosProdutos {
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: 'Pacifico', cursive !important;
	font-size: 50px;
	color: #fff;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 2100;
}
.avancarSlide, .voltarSlide {
	position: absolute;
	padding: 25px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 2000;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	max-height: 18px;
	left: 0px;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 17px;
}

.voltarSlide {
	right: 0px;
	left: auto;
}

@media (max-width: 700px){
	.avancarSlide, .voltarSlide {
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		line-height: 30px;
		max-height: 30px;
		padding: 10px;
	}
}

@media screen and (max-width: 400px){
	#fotoProdutoAlvoInner img{
		max-width: 100%;

	}
	#fotoProdutoAlvoInner{
		padding: 10px;
	}

	.fotoProdutoAlvo {
	    float: left;
	    position: relative;
	    width: 40%;
	}

 .descricaoProdutoAlvo {
    	position: relative;
    	width: 60%;
    	float: right;
    	vertical-align: top;
	}
	.tituloProduto {
    	font-family: 'Pacifico', cursive !important;
    	color: #5f5f5f;
    	font-size: 35px;
    	line-height: 30px;
    	margin-bottom: 30px;
	}
	.subTituloProduto {
    	color: #5f5f5f;
    	font-size: 23px;
    	margin-bottom: 30px;
	}
}

/* fim Slider sob medida */

.botaoBranco {
	color: #ffffff !important;
	display: block;
	margin-bottom: 30px
}

@media screen and (max-width: 700px){
  .textoPao h2 {
		font-size: 45px;
		margin: 0 auto;
		max-width: 85%;
	}
	.textoPao p {
		font-size: 21px;
		width: 85%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px){
	.textoPao h2 {
    	font-size: 30px;
			margin: 0 auto;
			max-width: 85%;
			text-shadow: 4px 4px 30px rgb(0, 0, 0);
	}
	.textoPao p {
		font-size: 21px;
		width: 85%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1100px){
  .conteudoAbsolut2 {
		position: relative;
	}
}

.mapalocalizacao {
	width: 30px !important;
	position:	absolute;
	margin-top: -10px;
	margin-left: 15px;
}

@media (max-width: 767px){
	.mapalocalizacao {
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 5px;
	}
}


.linguas {
	width: 88px;
	height: 25px;
	position: absolute;
	right: 0;
}

@media (max-width: 767px){
	.linguas {
		z-index: 600;
	}
}

.linguas img {
	padding-left: 5px;
	max-width: 20px;
	margin-top: 10px;
}

.pontinho{
	height: 30px;
	display: inline-block;
	width: 30px;
	vertical-align: top;
}
.depoisDoPontinho{
	display: inline-block;
	width: 90%;
	vertical-align: top;
}

@media (max-width: 1200px){
	#unidades .displayBlock{
		margin-top: 30px;
	}
	#unidades h4{
		margin-bottom: 5px;
	}
}

@media (max-width: 424px) {
	.diminuirImg {
		max-width: 50px !important;
	}
}


/* index.php */
.colunaUm,
.colunaDois{
	width: 49.8%;
	display: inline-block;
	vertical-align: top;
}
.textoUm{
	display: inline-block;
	vertical-align: top;
}
.textoDois{
	display: inline-block;
	vertical-align: top;
}
.tituloDois{
	font-size: 25px;
	padding: 5px 0px;
}


/* media query */
@media (max-width: 1200px) {
	.colunaUm,
	.colunaDois{
		display: block;
		vertical-align: top;
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding: 10px;
	}
	.imgSection{
		width: 80%;
	}
}
