body{
    background-color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
    background: url("../images/bg.jpg") top center;
	background-size: cover;
}

.image-product{
	mix-blend-mode: multiply;
}

#wrapper{
	width: 100%;
	overflow-x: hidden;

}
.title-text{
	font-size: 3vw;
	margin-top: 6px;
	text-transform: uppercase;
}
#header{
		height: 120px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
}

#logo {
    background: url(../images/logo.png) no-repeat center;
    height: 65px;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    margin: auto;
}

.banner1 {
    width: 97%;
    height: auto;
    min-height: 42vw;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 120px;
    z-index: 100;
    background-size: cover;
}
.banner2 {
    width: 97%;
    height: auto;
    min-height: 45vw;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 120px;
    z-index: 100;
    background-size: cover;
	display: none;
}

.shadowtopafterbanner{
	background: url("../images/shadow-top.png") top center no-repeat;
	position: relative;
	margin: auto;
  	width: 100%;
    height: 50px;
	background-size: contain;
}
.incontent {
    width: 100%;
    min-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/incontent.png) center no-repeat;
    z-index: 100;
    background-size: contain;
}
.incontent2 {
    width: 100%;
    min-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/incontent2.png) center no-repeat;
    z-index: 100;
    background-size: contain;
}
.shadowtop{
	background: url("../images/shadow-top.png") top center no-repeat;
	top: 0;
	position: absolute;
	margin: auto;
  	width: 100%;
    height: 100%;
	background-size: contain;
}
.shadowbot{
	background: url("../images/shadow-bot.png") bottom center no-repeat;
	top: 0;
	position: absolute;
	margin: auto;
  	width: 100%;
    height: 100%;
	background-size: contain;
}
.shadowtop2{
	background: url("../images/shadow-top.png") top center no-repeat;
	top: 0;
	position: absolute;
	margin: auto;
  	width: 100%;
    height: 100%;
	background-size: contain;
}
.shadowbot2{
	background: url("../images/shadow-bot.png") bottom center no-repeat;
	top: 0;
	position: absolute;
	margin: auto;
  	width: 100%;
    height: 100%;
	background-size: contain;
}
.bg {
    width: 100%;
    height: 100%;
    position: absolute;
	margin: auto;
	left: 0;
}

.iframe1{
	position: relative;
	width:100%;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

.iframe1-mobile{
	position: relative;
	width:100%;
	max-width: 1300px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	margin-top: 200px;
	display: none;
}

.texto-iframe1 {
    width: 100%;
    min-width: 780px;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 40px;
    font-family: "gotham-light";
    /* text-transform: uppercase; */
    font-size: 36px;
    text-align: center;
    color: #000;
    margin-top: 20px;
}

.subtexto-iframe1{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "gotham-light";
    text-transform:none;
    font-size: 17px;
    text-align: center;
    color: #000;
    line-height: 10px;
}

.texto-iframe2{
    width: 100%;
    max-width: 1300px;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: 30px auto;
    font-family: "gotham-light";
	text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    color: #000;
	line-height: 43px;
}
.tradicoes-intemporais {
    width: 60%;
    max-width: 500px;
    padding-bottom: 15px;
    position: relative;
    margin: 0 auto;
}
.prods{
	width: 75%;
}
#table1 {
	padding-top: 25px;
}
#table1, #table2, #table3, #table4{
	width: 86%;
	margin-bottom: 5%;
}
.iframe2{
	position: relative;
	width:100%;
	max-width: 1300px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	margin-top: 50px;
}

.tit-iframe2{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "gotham-book";
    text-align: center;
    color: #000;
	margin-top: 30px;
	background-color:rgba(250, 250, 250, 0.3);
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
}

.tit-campanha{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "mrswhite";
    text-align: center;
    color: #e9113e;
	margin-top: 30px;
	background-color:rgba(250, 250, 250, 0.3);
	padding: 8px;
	font-size: 75px;
	font-weight: bold;
}
#contacts-box {
    position: relative;
    width: 100%;
    padding: 40px 0px;
	background-size: cover;
    overflow: hidden;
}
#table-contacts{
	width: 90%;
	position: relative;
	border-top: solid 1px #7b7b7a;
	border-bottom: solid 1px #7b7b7a;
}
#table-contacts td:nth-child(2) {
  padding:10px;;
}
.mapa {
	outline: 1px solid black;
	width: 80%;
}
.contactos {
	outline: 1px solid black;
	width: 30%;
}
.mini-logo {
    margin: 36px 0;
    max-width: 240px;
}

.col {
  flex: 1;
  padding: 16px;
}

	/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: auto;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
#contacttable{
	width: 100%;
}
#contacttable td {
    padding: 50px 0px;
    width: 33%;
}
.img-spot {
	min-width: 140px;
}
.boxborder{
	border-left: 1px solid #7b7b7a;
	border-right: 1px solid #7b7b7a;
}
@media(max-width:1616px){
	#contactos, #contactos2{
}
}
@media(max-width:1522px){
	.banner1 {
    min-height: 42vw;
}
	#contact, #contact1{
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}
	#contactos, #contactos2{
	width: 30%;
}
	#maps, #maps1{
	width: 63%;
}
}
@media(max-width:1240px){
	.texto-desc2 {
		max-width: 300px;
		margin-top: 1%;
	}
}
@media(max-width:1120px){
	#contact, #contact1{
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
	#maps, #maps1{
		width: 58%;
	}
	#contactos, #contactos2{
		width: 32%;
	}
}

@media(max-width:991px){
#header {
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}	
#logo {
    background: url(../images/logo.png) no-repeat center;
    height: 80px;
    position: absolute;
    top: 0;
    background-size: contain;
    margin: auto;
}
.banner1 {
    min-height: 42vw;
	margin-top: 90px;
    margin-bottom: 20px;
}
.claim {
    height: 42vw;
}
#tommy{
	background: url(../tommy.png) no-repeat center;
	height: 65px;
	width: 40%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	background-size: contain;
	margin: auto;
}
.boxborder {
    border-left: 0px;
    border-right: 0px;
    border-top: solid 1px #7b7b7a;
    border-bottom: solid 1px #7b7b7a;
    padding-top: 40px;
}	
.boxborder2 {
    padding-top: 0px;
}	
#contacttable > tbody > tr > td:nth-child(3){
	padding-top: 40px;
}
.iframe1{
	display: block;
}
	.iframe1-mobile{
			display: none;

	}
.texto-iframe1, .texto-iframe2{
	width: 80%;
    font-size: 26px;
	line-height: 36px;
	margin: 20px auto;
}
.texto-iframe3{
	width: 80%;
    font-size: 20px;
}
#table-contacts td{
		display: grid;
		justify-items: center;
	}
	#table-contacts tr{
		width: 100%;
	}
	#table-contacts {
		width: 70%;
	}
#table0{
	width: 66%;
	margin-bottom: 5%;
}
table1, #table2, #table3, #table4{
	width: 93%;
	margin-bottom: 5%;
}
#contacttable{
	width: 90%;
}
#contacttable tr {
	display: table;
	width: 100%;
	padding: 50px 0px 0px 0px;
}               
#contacttable td {
	display: table-row;
	padding: 50px 0px;
}
.img-spot {
    width: 33%;
    margin-bottom: 40px!important;
	max-width: 140px;
}
.img-spot:nth-last-child {
    width: 33%;
    margin-bottom: 20px!important;
}
.prods{
	width: 100%;
}
}

@media(max-width:790px){
#header{
		height: 75px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
.title-text{
	font-size: 30px;
}
#logo{
   		background: url(../images/logo.png) no-repeat center;
		height: 60px;
		width: 50%;
		position: absolute;
		top: 0;
		left: 0;
		background-size: contain;
		margin: auto;
	}
.banner1 {
    margin-top: 80px;
    min-height: 52vw;
}
.claim {
    height: 58vw;
}
#contact, #contact1{
	width: 80%;
}
	
#maps, #maps1{
    float: initial!important;
    width: 100%;
    position: relative;
	display: none;
}	
	
#maps-mobile, #maps-mobile2{
    float: initial!important;
    width: 100%;
    position: relative;
	display: inline;
}

#contactos, #contactos2{
	font-size: 15px;
 	float: initial!important;
    width: 100%;
    position: relative;
	padding: 15px 15px 15px 15px;
	margin-top: 0;
}
.texto-iframe1, .texto-iframe2{
	width: 100%;
	min-width: inherit;
    font-size: 20px;
	line-height: 30px;
	margin: 0px auto;
}
#contact-bg2 {
    margin-top: 915px;
}
}

@media(max-width:520px){
#header{
		height: 75px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
.title-text{
	font-size: 21px;
}
#logo{
	background: url(../images/logo.png) no-repeat center;
	height: 50px;
	width: 65%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-size: contain;
	margin: auto;
}
.banner1 {
    margin-top: 70px;
    margin-bottom: 0px!important;
    min-height: 250px;
}
	
.texto-iframe2{
	margin: 30px auto;
}
.claim {
    height: 58vw;
}
}
@media(max-width:400px){
	
.emb1, .emb2, .emb4,.emb3, .emb5, .emb6, .emb7, .emb8, .emb9, .emb10, .emb11, .emb12, .emb13, .emb14 {
	background-size: contain;
	width: 40%!important;
	height: auto;
	min-width: 125px!important;
	min-height: 145px!important;
}

}
@font-face {
  font-family: gotham-book;
  src: url(../link/Gotham-Book.otf);
}
@font-face {
  font-family: gotham-light;
  src: url(../link/Gotham-Thin.otf);
}
@font-face {
  font-family: gotham-bold;
  src: url("../link/Gotham-Bold.otf");
}
@font-face {
  font-family: gotham-light;
  src: url("../link/Gotham-Light.otf");
}
@font-face {
  font-family: gotham-medium;
  src: url("../link/Gotham-Medium.otf");
}
@font-face {
  font-family: mrswhite;
  src: url("../link/MrsWhite.otf");
}