@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaPT-Book.woff2') format('woff2'),
        url('fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Light.woff2') format('woff2'),
        url('fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Heavy.woff2') format('woff2'),
        url('fonts/FuturaPT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

* {
	box-sizing: border-box;
    padding: 0;
    margin: 0
}

.bold{
    font-weight: 700;
}

body {
	background: #fff;
	height: 100%;
	font-family: 'Futura PT Book';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%
}

.clear{
    clear: both
}

.efeito img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out
}

.efeito img:hover {
	opacity: 0.6;
}

#outer{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}

.header {
    position: absolute;
    z-index: 6;
    width: 100%;
    transition: all .25s ease-in-out;
}

.header.fix {
    position: fixed;
    height: 62px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.logo{
    position: absolute;
    top: 10px;
    left: 48px;
    width: 300px;
    height: 86px;
    background: url(img/pega_mania.png) no-repeat center center;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.logo.fix{
    position: absolute;
    top: 5px;
    height: 48px;
    left: 59px;
}

.nav-icon4.fix {
    top: 21px;
}

.menu{
    position: absolute;
    display: none;
    top: 130px;
    left: 42px;
    padding: 0 10px 0 10px;
}

.menu.fix{
    top: 62px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0 25px;
}

.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu ul li{
    color: #000;
    margin: 9px 0px;
    font-size: 16px;
    padding: 5px 5px 0 5px;
    font-weight: bold;
    transition: all .25s ease-in-out;
}

.menu ul li:hover{
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
}

#conceito-pg.fix{
    top: 0px;
}
.lbs {
    position: fixed;
    display: none;
    z-index: 8;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    overflow-x: scroll;
    transition: all .25s ease-in-out;
}

.fotop{
    margin: 10px;
}

.fotop2{
    margin: 10px 8px;;
}

.fotop:hover, .fotop2:hover{
    filter: grayscale(100%);
}

#lb-fem.fix{
    top: 0px;
}

#lb-masc.fix{
    top: 0px;
}

#conceito-pg.fix{
    top: 0px;
}
.lb-fundo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}



.lb-fotos {
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.lb-fotos ul{
    list-style-type: none;
    margin: 20px 0 0 0;
}

.lb-fotos ul li{
    display: inline-block;
    font-family: 'Futura PT';
    font-weight: 900;
    color: #104a83;
    border-bottom: 2px solid #104a83;
    padding: 3px 0;
    margin: 0 20px;
}

.lb-fotos ul li:hover{
    color: #ab3232;
    border-bottom: 2px solid #ab3232;
    cursor: pointer;
}

.lb-fotos ul li.lb-selected{
    color: #ab3232;
    border-bottom: 2px solid #ab3232;
}

.lb-fotos img{
    margin-right: 250px;
    margin-top: 50px;
    display: none;
}

#lb-ppfem{
    margin-right: 377px;
}

#lb-catbt {
    position: absolute;
    font-family: 'Futura PT';
    font-weight: 900;
    background: #2e4b80;
    color: #fff;
    font-size: 40px;
    padding: 20px;
    top: 230px;
    left: 50%;
    margin-left: 250px;
    letter-spacing: 6px;
}

#lb-catbt:hover {
    cursor: pointer;
    background: #ab3232;
}


.catalogo-frame{
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8) url(img/progress.gif) no-repeat center center;
}


.catalogo-frame iframe{
    position: absolute;
    width: 90%;
	height: 80%;
    top: 10%;
    left: 5%;
}

.catalogo-fechar{
    position: absolute;
	z-index: 3;
    top: 20px;
    right: 50px;
    font-size: 44px;
    color: #fff;
    cursor: pointer;
}

.catalogo-fechar:hover{
    color: #ab3232
}

#video-frame iframe{
	position: absolute;
	width: 90%;
	height: 80%;
    top: 10%;
    left: 5%;
}
	
#home {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

#home1 {
    /*display:none!important;  DESATIVADO */
    position: absolute;
    left: -800px;
    opacity: 0;
    z-index: 2;
    width: 95%;
    height: 30px;
    bottom: 167px;
    background: #0b1a54;/*#c72e2e;*/
    color: #fff;
    text-align: right;
    font-weight: 900;
    padding: 6px 10px;
    transition: all .7s ease-in-out;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    letter-spacing: 0.2rem;
}

#home1.fix{
    left: 0px;
    opacity: 1;
}

#home2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(img/home.jpg) no-repeat left top;
    background-size: cover;
}


#home5 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 300px;
    bottom: 0;
    background: url(img/home1.png) no-repeat center bottom;
    background-size: contain;
}

#video {
    position: relative;
    overflow: hidden;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: #ccc;
}

#video-espaco {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 101%;
}

#video-mp4{
    min-width: 100%;
    min-height: 100%;
}

#conceito {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -7%;
    margin-bottom: -11%;
    z-index: 5;
    /*background: #6F3F23; #ffc66b;*/
}
/*#conceito {
    background: url(img/marca.jpg) no-repeat center;
    background-size: cover;
}*/
#img_conceito{ 
    width:100%; 
    height: auto;
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 85%);
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 85%);
    
}


#conceito1 {
    position: absolute;
    width: 395px;
    height: 411px;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -419px;
    background: url(img/conceito.png) no-repeat center;
    background-size: contain;
}

#conceito2 {
    position: absolute;
    width: 468px;
    top: 50%;
    left: 50%;
    margin: -122px 0 0 38px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

#conc {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* background: url(img/conceito.jpg) no-repeat center top; */
    background: url(img/conceito/x4.jpg) no-repeat center top;
    background-size: cover;
}


#conc2 {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 200px;
    bottom: 0;
    background: url(img/conceito3.png) no-repeat center bottom;
    background-size: contain;
}

#conc3 {
    display: none;
    position: absolute;
    width: 450px;
    height: 336px;
    top: 50%;
    margin-top: -130px;
}

#conc4 {
    position: absolute;
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #104982 !important;
}


#conc5 {
    position: absolute;
    display: none;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -100px;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}

.mais{
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    transform: rotate(0deg);
    transition: transform .6s ease-in-out;
}

.mais:hover{
    transform: rotate(360deg);
}

.mais.fix{
    transform: rotate(360deg);
}

.mais1{
    position: absolute;
    width: 90%;
    height: 1px;
    left: 5%;
    background: #fff;
    top: 50%;
}

.mais2{
    position: absolute;
    width: 1px;
    height: 90%;
    left: 50%;
    top: 5%;
    background: #fff;
}
#conc-bt {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    cursor: pointer;
}

#lb {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

#lb img{
    margin: 0 30px;
    cursor: pointer;
}

#lb-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -92px 0 0 -378px;
    text-align: center;
    font-size: 120px;
    color: #2d3281; /*#6f3f23;*/
    font-weight: normal;
    letter-spacing: 30px;
}

.blur{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

#parallax1 {
    position: relative;
    width: 100%;
    height: 300px;
}

#compre {
    display: none;
    position: relative;
	overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(img/compre.jpg) no-repeat center center;
    background-size: cover;
}

#compre-barra {
    position: absolute;
    width: 100%;
    height: 400px;
    bottom: 0;
    background: url(img/compre-barra.png) no-repeat center bottom;
    background-size: contain;
}

#compre-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -535px;
    width: 290px;
    color: #104a83;
    font-weight: 900;
    font-size: 14px;
}

#compre-txt img{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#compre-txt img:hover{
    opacity: 0.7;
    cursor: pointer;
}

#compre-aviso {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -192px 0 0 -186px;
    opacity: 0;
    transition: all .6s ease-in-out;
}

#compre-aviso.fix {
    margin: -192px 0 0 -286px;
    opacity: 1;
}

#frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    top: 0;
}

#f01{
    position: relative;
    margin-top: 130px;
    width: 53%;
    height: auto;
    -webkit-clip-path: polygon(0% 0%, 99% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 99% 0%, 80% 100%, 0% 100%);
}

#f02{
    position: absolute;
    right: 0;
    top: 40px;
    margin-top: 5px;
    width: 52%;
    height: auto;
    -webkit-clip-path: polygon(23% 0%, 100% 0%, 100% 100%, 1% 100%);
    clip-path: polygon(23% 0%, 100% 0%, 100% 100%, 1% 100%);
}
#catalogo-bt {
    position: absolute;
    width: 80%;
    height: 70%;
    top: 15%;
    left: 10%;
    cursor: pointer;
}

.cat-bt {
    position: absolute;
    display: none;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -151px;
    color: #104a83;
    font-size: 50px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 30px;
    border: 2px solid #104a83;
}

.maiscat{
    border: 1px solid #104a83
}

.maiscat2{
    background: #104a83
}
#film {
    position: relative;
    width: 100%;
    height: 350px;
}

.film-bt {
    display: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -186px;
    color: #104a83;
    font-size: 50px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 30px;
    border: 2px solid #104a83;
}

.film-bt:hover{
    color: #ab4544;
    border: 2px solid #ab4544;
    cursor: pointer;
}

.film-bt:hover .maisfilm{
    border: 1px solid #eb486d
}

.film-bt:hover .maisfilm2{
    background: #eb486d
}

.maisfilm2{
    transform: rotate(32deg);
    top: 11px;
    width: 80%;
    height: 2px;
    left: 10%;
}

.maisfilm3{
    transform: rotate(-32deg);
    top: 26px;
    width: 80%;
    height: 2px;
    left: 10%;
}

footer{
    position: relative;
    width: 100%;
    background: #fff;
}

.foms {
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
    padding: 52px 0;
}

.form1{
    position: relative;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    text-align: right;
}

.form1 h1{
    color: #767676;
    font-size: 26px;
    text-align: left;
    font-family: 'Futura PT';
    font-weight: 300;
    background: #2d3281;
    color: #fff;
    padding: 2% 4%;
    border-radius: 3px;
}

.form1 span{
    font-size: 15px;
}

.form1 input{
    width: 100%;
    padding: 3px 0;
    border: 0;
    border-bottom: 1px solid #767676;
    margin: 5px 0;
    font-family: 'Futura PT Book';
    text-align: left;
    background: #fff;
    font-size: 17px;
    font-weight: normal;
}

.form1 .cidade{
    width: 70%;
}

.form1 select{
    width: 28%;
    padding: 3px 10px;
    border: 0;
    border: 1px solid #1a1a1a;
    margin: 5px 0;
    font-family: 'Futura PT Book';
    background: #fff;
    font-size: 14px;
    font-weight: normal;
}

.form1 textarea{
    width: 100%;
    padding: 3px 10px;
    border: 1px solid #767676;
    margin: 5px 0;
    height: 120px;
    font-family: 'Futura PT Book';
    text-align: left;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
}

.form1 button{
    border: 0;
    background: #767676;
    padding: 8px 19px;
    font-family: 'Futura PT Book';
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    border-radius: 3px;
}

.form1 button:hover{
    background: #dabe12;
    cursor: pointer;
}

.esquerda{
    text-align: left;
    margin: 10px 0 39px 0;
}

.form1 .file_customizada {
  border: 0;
}

.file_customizada::-webkit-file-upload-button {
  visibility: hidden;
}
.file_customizada::before {
  content: 'Escolher arquivo';
  display: inline-block;
  background: #fff;
  border: 1px solid #767676;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 11px;
  font-family: 'Futura PT Book';
}
.file_customizada:hover::before {
  border-color: black;
}
.file_customizada:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.endereco {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #767676
}

.endereco span{
    font-size: 15px;
    font-family: 'Futura PT';
    font-weight: 900
}

.endereco i{
    color: #ab4544;
    font-size: 36px;
    margin-bottom: 5px;
}
.redes {
    position: relative;
    margin-top: 102px;
    text-align: left;
    color: #ab4544;
}

.redes i{
    color: #ab4544;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    padding-top: 8px;
    margin: 0 5px;
}


.redes i:hover{
    color: #c72e2e;
}

#conheca{
    position: relative;
    overflow: hidden;
    float: left;
    width: 40%;
    height: 600px;
    background: url(img/empresa.jpg) no-repeat bottom center;
    background-size: cover;
}

#conheca-bt {
    position: absolute;
    font-size: 40px;
    color: #fff;
    padding: 30px;
    border: 2px solid #fff;
    top: 46px;
    left: 50%;
    margin-left: -220px;
    font-family: 'Futura PT';
    font-weight: 900;
    letter-spacing: 8px;
}

#conheca-bt:hover {
    color: #ab4544;
    border: 2px solid #ab4544;
    cursor: pointer;
}

#conheca-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    text-align: justify;
    color: #fff;
    padding: 67px 30px 10px 30px;
    font-size: 20px;
    background: #295a9d;
    letter-spacing: 6px;
    transition: left .4s ease-in-out;
}

#conheca-txt.fix {
    left: 0;
}
#conhe-close {
    position: absolute;
    top: 17px;
    right: 40px;
}

#conhe-close i{
    color: #c72e2e;
    font-size: 34px;
}

#conhe-close i:hover{
    color: #ab3232;
    cursor: pointer;
}
.fechar-lb {
    position: fixed;
    display: none;
	z-index: 2;
    color: #104a83;
    right: 50px;
}

.lb-topo {
    width: 100%;
    height: auto;
}

/* -----------------------------------480------------------------------*/

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

#video{
	display: none;
}
    
    #video-espaco {
    position: absolute;
    display: none;
    top: -101%;
}
    
    #outer{
    position: relative;
}

.logo {
    left: 20px;
    width: 200px;
    height: 48px;
	}

	.nav-icon4 {
    cursor: none;
    left: 20px;
    top: 71px;
	}

	.menu {
    top: 95px;
    left: 6px;
	background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0 25px;
	}

	#home {
    height: 393px;
}

#home1 {
    left: -500px;
    width: 90%;
    bottom: 141px;
	}

	#home2 {
    background: url(img/home-v.jpg) no-repeat left top;
    background-size: cover;
}

#home4 {
    width: 13px;
    right: 6px;
	}

	#home6 {
    top: auto;
    bottom: 29px;
    height: 104px;
    width: 100%;
	}

	#home6.fix {
    right: 0;
}

#conceito1 {
    width: 100%;
    height: 238px;
    top: 0;
    left: 0;
    margin: 18px 0 0 0;
	}

	#conceito2 {
    width: 310px;
    top: 260px;
    text-align: justify;
    margin: 0 0 0 -155px;
    font-size: 16px;
    line-height: 25px;
}

#conc {
    height: 496px;
	}

	#conc-bt {
    cursor: none;
}

#conc3 {
    width: 250px;
	margin-top: -57px;
	}

#conc4 {
    display: block !important;
    opacity: 0.5;
}

#conc5 {
    display: block !important;
    margin: -66px 0 0 -100px;
	}

	#lb-txt {
    top: 258px;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 60px;
    letter-spacing: 0;
}

#lb img {
    margin: 0 20px;
    cursor: none;
    height: 312px;
}

.blur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

#parallax1 {
    height: 220px;
}

#compre {
    height: 690px;
	background: #000 url(img/compre-v.jpg) no-repeat center top;
    background-size: cover;
	}

#compre-txt {
    margin: -200px 0 0 -122px;
}

#compre-txt img {
    width: 241px;
}

#compre-aviso {
width: 250px;
    margin: -245px 0 0 176px;
	}

	#compre-aviso.fix {
    margin: -245px 0 0 -99px;
}

#frame {
    margin-bottom: 10px;
	}

#f02 {
    width: 90%;
}

#f01 {
    margin-top: 297px;
    width: 90%;
}

.cat-bt {
    position: absolute;
    display: block;
	margin: -38px 0 0 -151px;
	}

	.film-bt {
    margin: -65px 0 0 -153px;
    font-size: 40px;
	}

	.foms {
    width: 100%;
	float: none;
	padding: 22px 0;
	}

	#conheca {
    position: absolute;
    float: none;
    top: 0;
    width: 100%;
    height: 500px;
	}

	#form1{
		padding-top: 520px;
	}

	#conheca-bt {
    font-size: 20px;
    left: 50%;
    margin-left: -147px;
	}

	#conheca-txt {
    font-size: 15px;
    letter-spacing: 2px;
	}

	#video-frame iframe {
    height: 40%;
    top: 30%;
}

.fechar-lb {
    right: 30px;
}

.lb-fotos ul li {
    margin: 8px 20px;
}

.lb-fotos img {
    margin-right: 0;
	margin-top: 34px;
    width: 100%;
}

#lb-catbt {
    font-size: 24px;
    top: 447px;
    left: 50%;
    margin-left: -111px;
	margin-bottom: 50px;
}

.catalogo-fechar {
    right: 30px;
	}

	#lb-ppfem {
    margin-right: 0;
}

}


@media screen and (min-width: 481px) and (max-width: 767px) {

#video{
	display: none;
}
    
    #video-espaco {
    position: absolute;
    display: none;
    top: -101%;
}
    
    #outer{
    position: relative;
}

.logo {
    left: 20px;
    width: 200px;
    height: 48px;
	}

	.nav-icon4 {
    cursor: none;
    left: 20px;
    top: 71px;
	}

	.menu {
    top: 95px;
    left: 6px;
	background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0 25px;
	}

	#home {
    height: 393px;
}

#home1 {
    left: -500px;
    width: 90%;
    bottom: 62px;
	}

#home4 {
    width: 147px;
	}

	#home6 {
    height: 104px;
    width: 120px;
    margin-top: -51px;
	}

	#home6.fix {
    right: 14px;
}

#conceito1 {
    width: 100%;
    height: 238px;
    top: 0;
    left: 0;
    margin: 18px 0 0 0;
	}

	#conceito2 {
    width: 310px;
    top: 260px;
    text-align: justify;
    margin: 0 0 0 -155px;
    font-size: 16px;
    line-height: 25px;
}

#conc {
    height: 496px;
	}

	#conc-bt {
    cursor: none;
}

#conc3 {
    width: 250px;
	margin-top: -57px;
	}

	#conc4 {
    display: block!important;
    opacity: 0.5;
}

#conc5 {
    display: block!important;
    margin: -66px 0 0 -100px;
	}

	#lb-txt {
    top: 156px;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 60px;
    letter-spacing: 0;
}

#lb img {
    margin: 0;
    cursor: none;
    height: 312px;
}

.blur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

#parallax1 {
    height: 220px;
}

#compre {
    height: 690px;
	background: #000 url(img/compre-v.jpg) no-repeat center top;
    background-size: cover;
	}

#compre-txt {
    margin: -200px 0 0 -122px;
}

#compre-txt img {
    width: 241px;
}

#compre-aviso {
width: 250px;
    margin: -245px 0 0 176px;
	}

	#compre-aviso.fix {
    margin: -245px 0 0 -99px;
}

#frame {
    margin-bottom: 10px;
	}

.cat-bt {
    position: absolute;
    display: block;
	margin: -38px 0 0 -151px;
	}

	.film-bt {
    margin: -65px 0 0 -153px;
    font-size: 40px;
	}

	.foms {
    width: 100%;
	float: none;
	padding: 22px 0;
	}

	#conheca {
    position: absolute;
    float: none;
    top: 0;
    width: 100%;
    height: 500px;
	}

	#form1{
		padding-top: 520px;
	}

	#conheca-bt {
    font-size: 20px;
    left: 50%;
    margin-left: -147px;
	}

	#conheca-txt {
    font-size: 15px;
    letter-spacing: 2px;
	}

.fechar-lb {
    right: 30px;
}

.lb-fotos ul li {
    margin: 8px 20px;
}

.lb-fotos img {
    margin-right: 0;
	margin-top: 34px;
    width: 100%;
}

#lb-catbt {
    font-size: 24px;
    top: 540px;
    left: 50%;
    margin-left: -111px;
	margin-bottom: 50px;
}

.catalogo-fechar {
    right: 30px;
	}

	#lb-ppfem {
    margin-right: 0;
}

}

/* -------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {

#video{
	display: none;
}
    
    #video-espaco {
    position: absolute;
    display: none;
    top: -101%;
}
    
    #outer{
    position: relative;
}

.logo {
    left: 20px;
    width: 200px;
    height: 48px;
	}

	.nav-icon4 {
    cursor: none;
    left: 20px;
    top: 71px;
	}

	.menu {
    top: 95px;
    left: 6px;
	background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0 25px;
	}

	#home {
    height: 484px;
}

#home1 {
    left: -500px;
    width: 90%;
    bottom: 62px;
	}

#home4 {
    width: 147px;
	}

	#home6 {
    height: 104px;
    width: 120px;
    margin-top: -51px;
	}

	#home6.fix {
    right: 14px;
}

#conceito1 {
    height: 238px;
    top: 0;
    left: 0;
    margin: 18px 0 0 0;
	}

	#conceito2 {
    width: 310px;
    top: 24px;
    text-align: justify;
    margin: 0 0 0 -22px;
    font-size: 16px;
    line-height: 25px;
}

#conc {
    height: 496px;
	}

	#conc-bt {
    cursor: none;
}

#conc3 {
    width: 250px;
	margin-top: -57px;
	}

	#conc4 {
    display: block;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0);
}

#conc5 {
    display: block;
    margin: -66px 0 0 -100px;
	}

	#lb-txt {
    top: 156px;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 74px;
    letter-spacing: 0;
}

#lb img {
    margin: 0;
    cursor: none;
    height: 390px;
}

.blur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

#parallax1 {
    height: 220px;
}

#compre {
    height: 690px;
	background: #000 url(img/compre-v.jpg) no-repeat center top;
    background-size: cover;
	}

#compre-txt {
    margin: -200px 0 0 -122px;
}

#compre-txt img {
    width: 241px;
}

#compre-aviso {
width: 250px;
    margin: -245px 0 0 176px;
	}

	#compre-aviso.fix {
    margin: -245px 0 0 72px;
}

#frame {
    margin-bottom: 10px;
	}

.cat-bt {
    position: absolute;
    display: block;
	margin: -38px 0 0 -151px;
	}

	.film-bt {
    margin: -65px 0 0 -153px;
    font-size: 40px;
	}

	.foms {
    width: 100%;
	float: none;
	padding: 22px 0;
	}

	#conheca {
    position: absolute;
    float: none;
    top: 0;
    width: 60%;
    height: 500px;
    left: 20%;
	}

	#form1{
		padding-top: 520px;
	}

	#conheca-bt {
    font-size: 20px;
    left: 50%;
    margin-left: -147px;
	}

	#conheca-txt {
    font-size: 17px;
    letter-spacing: 2px;
	}

	#video-frame iframe {
    height: 40%;
    top: 30%;
}

.fechar-lb {
    right: 30px;
}

.lb-fotos ul li {
    margin: 8px 20px;
}

.lb-fotos img {
    margin-right: 0;
	margin-top: 0;
    width: 100%;
}

#lb-catbt {
    font-size: 24px;
    top: 580px;
    left: 50%;
    margin-left: -111px;
	margin-bottom: 50px;
}

.catalogo-fechar {
    right: 30px;
	}

	#lb-ppfem {
    margin-right: 0;
}

#conceito {
    /*height: 380px;*/
	}

}


/* -------------------------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	.nav-icon4 {
    cursor: none;
	}

	#conc-bt {
    cursor: none;
}

#conc3 {
    width: 396px;
	margin-top: -57px;
	}

	#conc4 {
    display: block;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0);
}

#conc5 {
    display: block;
    margin: -66px 0 0 -100px;
	}

	#lb-txt {
    top: 156px;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 74px;
    letter-spacing: 0;
}

#lb img {
    margin: 0;
    cursor: none;
    height: 444px;
}

.blur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

#parallax1 {
    height: 450px;
}

#compre-txt {
    margin: -200px 0 0 -462px;
	}


#compre-txt img {
    width: 241px;
}

#compre-aviso {
width: 250px;
    margin: -157px 0 0 -100px;
	}

	#compre-aviso.fix {
    margin: -157px 0 0 -233px;
}

#frame {
    margin-bottom: 10px;
	}

.cat-bt {
    position: absolute;
    display: block;
	margin: -38px 0 0 -151px;
	}

	.film-bt {
    margin: -65px 0 0 -153px;
    font-size: 40px;
	}

	#conheca-bt {
    font-size: 20px;
    left: 50%;
    margin-left: -147px;
	}

	#conheca-txt {
    font-size: 17px;
    letter-spacing: 2px;
	}

.fechar-lb {
    right: 30px;
}

.lb-fotos ul li {
    margin: 8px 20px;
}

.lb-fotos img {
    margin-right: 0;
	margin-top: 0;
}

#lb-catbt {
    font-size: 24px;
    top: 570px;
    left: 50%;
    margin-left: -111px;
	margin-bottom: 30px;
}

.catalogo-fechar {
    right: 30px;
	}

	#lb-ppfem {
    margin-right: 0;
}

#conceito {
   /* height: 380px;*/
	}
    
    #home4 {
    width: 271px;
	}

	#home6 {
    height: 206px;
    width: 233px;
    margin-top: -132px;
	}

	#home6.fix {
    right: 17px;
}

}

/* -------------------------------------------------------------*/

@media screen and (min-width: 1279px) and (max-width: 1450px) {



	#lb-txt {
    margin: -73px 0 0 -350px;
    font-size: 98px;

}

#lb img {
    height: 550px;
}

#compre-txt {
    margin: -200px 0 0 -462px;
	}


#compre-txt img {
    width: 241px;
}

#compre-aviso {
width: 250px;
    margin: -157px 0 0 -100px;
	}

	#compre-aviso.fix {
    margin: -157px 0 0 -233px;
}

	#conheca-bt {
    font-size: 20px;
    left: 50%;
    margin-left: -147px;
	}

	#conheca-txt {
    font-size: 22px;
    letter-spacing: 2px;
	}

}


/* -------------------------------------------------------------*/

@media screen and (min-width: 2224px) and (max-width: 7000px) {

#home1 {
    height: 46px;
    bottom: 340px;
    font-size: 24px;
}
/*
#home5 {
    background: url(img/home1.png) no-repeat center bottom;
    background-size: 100% 300px;
}
*/
#conc1 {
    height: 400px;
    background: url(img/barra.png) no-repeat center top;
    background-size: 100% 400px;
}

#conc2 {
    background: url(img/conceito3.png) no-repeat center bottom;
    background-size: 100% 200px;
}

#compre-barra {
    height: 300px;
    background: url(img/compre-barra.png) no-repeat center bottom;
    background-size: 100% 300px;
}

}