/*--------------------------------------------------------------
1. # RESET
--------------------------------------------------------------*/

@font-face {
  font-family: "Filson";
  src: url("../fonts/FilsonProRegular.otf");
}
@font-face {
  font-family: "Filson Black";
  src: url("../fonts/FilsonProBlack.otf");
}
@font-face {
  font-family: "Filson Bold";
  src: url("../fonts/FilsonProBold.otf");
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}

body {
overflow-x: hidden;
margin: 0px;
padding: 0px;
font-family: "Filson";
}

a {
text-decoration: none;
}

ul {
padding: 0;
}

ul, li {
list-style: none;
}

/*--------------------------------------------------------------
# VARIAVEIS
--------------------------------------------------------------*/

:root {
--texto: #363535;
--boxes: #000000;
--textboxes: #FFFFFF;
}


/*--------------------------------------------------------------
# GLOBAL CSS
--------------------------------------------------------------*/

/* HEADER */

.bg1{
	background: #fff;
	padding: 20px 0;
}

.bg1 input{
	background: none;
	border: 1px solid;
	color: #fff;
	border: none;
}

.bg1 form{
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 25px;
  padding-left: 15px;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  height: 45px
}

.bg1 button{
	float: right;
	height: 34px;
	padding: 1px;
	background: #fff!important;
	width: 100px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 12px;
}

.logo{
  padding: 20px
}

.bg2{
    background: #ffeff7;
}

.bg2 h2{
     font-family: 'filsonbold', sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}


/*/HEADER */

/* CARROSEL */

.owl-carousel {
    margin-top: 50px;
    position: relative;
}

.owl-carousel .item a {
    color: #000;
    text-decoration: none;
}

.owl-carousel .item p {
    text-align:  center;
}

.preco {
	color: #f31487;
	font-size: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "Filson Bold";
}

.preco span {
	color: #f31487;
	font-size: 16px;
	position:  relative;
	bottom: 10px;
	left: 5px;
}

.bt-sacola {
	border-radius: 6px;
	color: #fff;
	text-align:  center;
	background-color:  #05a525;
	padding: 6px;
	text-transform: uppercase;
	font-family: "Filson Bold";
	font-size: 15px;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}

.owl-prev span {
    font-size: 70px!important;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -50px;
}

.owl-next span {
    font-size: 70px!important;
}


/* / CARROSEL */


.banner {
	display:  block;
	width:  100%;
	height: 350px;
	background-image: url('../img/banner.png');
	background-size: cover;
	background-position: top center;
	margin-bottom: 65px;
}

h1 {
	font-family: "Filson Black";
	text-align:  center;
	margin-bottom: 40px;
	font-size: 35px;
	color: #ED207B;
}

h2 {
	margin: auto;
	padding: 15px;
	font-size: 25px;
	border-radius: 30px;
	font-family: "Filson Bold";
}

.box-roxo {
	border-radius: 35px;
	background-color: #4A2864;
	padding-bottom: 25px;
	height: 950px;
	margin-bottom: 50px;
	position:  relative;
}

.box-roxo img {
	width: 100%;
	height:  auto;
	margin-top: 0px;
}

.box-roxo h2 {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.box-roxo p {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}

.box {
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 35px;
	height: 950px;
	margin-bottom: 50px;
	position:  relative;
}

.box img {
	width: 100%;
	height:  auto;
	margin-top: 0px;
}

.box h2 {
	color: #ED207B;
	padding-left: 30px;
	padding-right: 30px;
}

.box p {
	color: #595959;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}

.bt-confira {
	background-color: #4A2864;
	text-transform: uppercase;
	text-align:  center;
	width: 220px;
	position:  absolute;
	margin:  auto;
	bottom: 25px;
	left: 50%;
	margin-left: -110px;
	display:  block;
	color: #fff;
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 21px;
	font-family: "Filson Bold";
}

.conteudo-roxo {
	background-color:  #4A2864;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 60px;
}
.conteudo-roxo h2 {
	color: #fff;
	margin: 0px;
	padding:  0px;
	margin-bottom: 30px;
	margin-top: 35px;
}

.conteudo-roxo p {
	color: #fff;
}

.conteudo-roxo img {
	width:  100%;
	height: auto;
}

.conteudo-roxo .divisao {
	width: 100%;
	border-top: 2px solid #fff;
	margin-top: 35px;
	margin-bottom: 35px;
}

.conteudo-roxo .bt-confira {
	background-color: #fff;
	text-transform: uppercase;
	text-align:  center;
	width: 220px;
	position:  absolute;
	margin:  auto;
	bottom: 25px;
	left: 0%;
	display:  block;
	color: #029A67;
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 21px;
	font-family: "Filson Bold";
}


p {
	margin-bottom: 25px;
	color: var(--texto);
	font-size: 18px;
}

p a {
	color: var(--texto);
	text-decoration: underline;
}

img {
	margin-top: 25px;
	margin-bottom: 25px;
}

.conteudo-pais {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mid {
	display:  block;
	width:  100%;
	/*height: 628px;*/
	background-image: url('../img/mid.png');
	background-size: cover;
	background-position: top center;
	/*margin-bottom: 65px;*/
	padding-top: 40px;
	padding-bottom: 40px;
}

.mid h3 {
	color: #fff;
	text-align:  left;
}

.mid p {
	color: #fff;
}


footer {
	display:  block;
	width:  100%;
	height: 300px;
	background-image: url('../img/footer.png');
	background-size: cover;
	background-position: top center;
	margin-top: 30px;
}


/*--------------------------------------------------------------
# MOBILE
--------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
	/* HEADER */

	.bg1{
		background: #404040;
		padding: 20px 0;
	}

	.bg1 input{
		background: none;
		border: 1px solid;
		color: #fff;
		border: none;
	}

	.bg1 form{
	  border: 1px solid #fff;
	  padding: 5px;
	  border-radius: 25px;
	  padding-left: 15px;
	  position: absolute;
	  top: 0; bottom: 0;
	  left: 0; right: 0;
	  margin: auto;
	  height: 45px;
	  display: none!important;
	}

	.bg1 button{
		float: right;
		height: 34px;
		padding: 1px;
		background: #fff!important;
		width: 100px;
		border-radius: 20px;
		text-transform: uppercase;
		font-size: 12px;
	}

	.logo{
	  padding: 20px
	}

	.bg2{
	    background: #ffeff7;
	}

	.bg2 h2{
	     font-family: 'filsonbold', sans-serif;
	    font-size: 22px;
	    text-align: center;
	    margin-bottom: 30px;
	}

	.owl-nav {
		display:  none!important;
	}


	/*/HEADER */

	/* CARROSEL */

	.owl-carousel {
	    margin-top: 50px;
	    position: relative;
	}

	.owl-carousel .item a {
	    color: #000;
	    text-decoration: none;
	}

	.owl-carousel .item p {
	    text-align:  center;
	}

	.preco {
		color: #f31487;
		font-size: 30px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-family: "Filson Bold";
	}

	.preco span {
		color: #f31487;
		font-size: 16px;
		position:  relative;
		bottom: 10px;
		left: 5px;
	}

	.bt-sacola {
		border-radius: 6px;
		color: #fff;
		text-align:  center;
		background-color:  #05a525;
		padding: 6px;
		text-transform: uppercase;
		font-family: "Filson Bold";
		font-size: 15px;
	}

	.owl-prev {
	    position: absolute;
	    top: 40%;
	    left: -50px;
	}

	.owl-prev span {
	    font-size: 70px!important;
	}

	.owl-next {
	    position: absolute;
	    top: 40%;
	    right: -50px;
	}

	.owl-next span {
	    font-size: 70px!important;
	}


	/* / CARROSEL */


	.banner {
		display:  block;
		width:  100%;
		height: 628px;
		background-image: url('../img/banner.png');
		background-size: cover;
		background-position: top center;
		margin-bottom: 65px;
	}

	h1 {
		font-family: "Filson Black";
		text-align:  center;
		margin-bottom: 40px;
		font-size: 35px;
		color: #000;
	}

	h2 {
		margin: auto;
		margin-top:  60px;
		margin-bottom: 60px;
		padding: 15px;
		font-size: 28px;
		border: 1px solid #000;
		border-radius: 30px;
		font-family: "Filson Bold";
		text-align:  center;
		display:  block;
		width: 300px;
		text-transform: uppercase;
	}

	h3 {
		margin-top:  40px;
		margin-bottom: 40px;
		font-size: 28px;
		font-family: "Filson Bold";
		text-align:  center;
	}

	p {
		margin-bottom: 25px;
		color: var(--texto);
		font-size: 18px;
	}

	p a {
		color: var(--texto);
		text-decoration: underline;
	}

	img {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.conteudo-pais {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.mid {
		display:  block;
		width:  100%;
		/*height: 628px;*/
		background-image: url('../img/mid.png');
		background-size: cover;
		background-position: top center;
		/*margin-bottom: 65px;*/
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mid h3 {
		color: #fff;
		text-align:  left;
	}

	.mid p {
		color: #fff;
	}


	footer {
		display:  block;
		width:  100%;
		height: 300px;
		background-image: url('../img/footer.png');
		background-size: cover;
		background-position: top center;
		margin-top: 30px;
	}
}