/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.mobile {
	display: none;
}


/*Slider*/
.slider {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.content {
	position: absolute;
	bottom: 30%;
	left: 40%;
	transform: translateX(-50%);
	text-align: left;
	color: white;
/*    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);*/
padding: 0 20% 0 0;
}

section.slides .content h1 {
	color: #C9204A;
	font-family: "Open Sans", Sans-serif;
	font-size: 41px;
	font-weight: 900;
}

section.slides p {
	color: #000000;
	font-family: "Open Sans", Sans-serif;
	font-size: 25px;
	line-height: 27px;
	margin-top: 20px;
}

.active {
	opacity: 1;
}

button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	color: white;
	padding: 10px;
	cursor: pointer;
	font-size: 2em;
	z-index: 1;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}

button:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/*Espaçamentoo todas das colunas*/
.max-width {
	max-width: 1140px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5% 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a {
	font-family: "Open Sans", Sans-serif;
}

/*Logo*/
section.menu-principal .row .col-md-3 a img {
	max-width: 160px;
	width: 100%;
	display: flex;
	align-items: center;
}
section.menu-principal .max-width {
	padding: 0;
}

/*menu-principal*/
section.menu-principal .row .col-md-9 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

section.menu-principal {
	padding: 5px 0;
	box-shadow: 1px 1px 5px 0px #44444429;
}
section.menu-principal .row .topnav a {
	font-size: 15px;
	font-weight: 500;
	color: #54595F;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	background: transparent;
}
section.menu-principal .row .topnav a:hover {
	font-size: 15px;
	font-weight: 500;
	color: #ab264a;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	background: transparent;
}

section.lojas .row.titulo .col-md-12 h2 {
	color: #C9204A;
	font-family: "Open Sans", Sans-serif;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
}
section.lojas .row.coluna-lojas .loja-logo {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
section.lojas .row.coluna-lojas .loja-logo .conteudo {
	padding: 5%;
}
section.lojas .row.coluna-lojas .loja-logo .conteudo img {
	width: 100%;
}
section.lojas .row.coluna-lojas .loja-logo .conteudo {
	padding: 15%;
	min-height: 250px;
	display: flex;
	align-items: center;
	max-height: 251px;
}
section.lojas .row.coluna-lojas .loja-logo .nome-loja {
	background: #fff;
	color: #202020;
	font-family: "Open Sans", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 4% 3%;
	border-radius: 0 0 20px 20px;
}
section.lojas .row.coluna-lojas a {
	text-decoration: none;
}
section.lojas .row.coluna-lojas {
	margin: 3% 0;
}

section.botao-ver-lojas .row.botao {
	position: relative;
	text-align: center;
}
section.botao-ver-lojas .row.botao a {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: #ABA226;
	padding: 14px 40px 14px 40px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
section.botao-ver-lojas .max-width {
	padding: 0 0 5% 0;
}


section.slides-anuncios .slider2 {
	position: relative;
	width: 100%;
	height: 20vh;
	overflow: hidden;
}

section.slides-anuncios .slide2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
section.slides-anuncios .content {
	position: absolute;
	bottom: 30%;
	left: 40%;
	transform: translateX(-50%);
	text-align: left;
	color: white;
/*    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);*/
padding: 0 20% 0 0;
}

/*section.slides .content h1 {
    color: #C9204A;
    font-family: "Open Sans", Sans-serif;
    font-size: 41px;
    font-weight: 900;
}

section.slides p {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    line-height: 27px;
    margin-top: 20px;
}*/

section.slides-anuncios .active {
	opacity: 1;
}

section.slides-anuncios button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	color: white;
	padding: 10px;
	cursor: pointer;
	font-size: 2em;
	z-index: 1;
}

section.slides-anuncios .prev {
	left: 10px;
}

section.slides-anuncios .next {
	right: 10px;
}

section.slides-anuncios button:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


section.conteudo-sobre .col-md-4 p {
	color: #2C2C2C;
	font-family: "Open Sans", Sans-serif;
	font-size: 15px;
	font-weight: 200;
	text-transform: uppercase;
}
section.conteudo-sobre .col-md-4 h2 {
	color: #2C2C2C;
	font-family: "Open Sans", Sans-serif;
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
}
section.conteudo-sobre p {
	text-align: justify;
	font-family: "Open Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

section.cta .max-width {
	padding: 2% 0;
}

section.cta .row .col-md-8 a {
	fill: #ffffff;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 35px 35px 35px 35px;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	font-weight: 500;
}
section.cta .row .col-md-8 a:hover {
	fill: #ffffff;
	color: #000;
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
	font-weight: 500;
}
section.cta .row .col-md-4 {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section.cta .row .col-md-4 h2 {
	font-size: 25px;
	font-weight: 700;
}
section.cta .row {
	display: flex;
	align-items: center;
}
section.cta .row .col-md-8 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
section.cta {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

footer {
	text-align: center;
	text-decoration: none;
	font-family: "Open Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

footer .topnav a {
	font-size: 15px;
	font-weight: 500;
	color: #54595F;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	background: transparent;
}
footer .topnav a:hover {
	font-size: 15px;
	font-weight: 500;
	color: #ab264a;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	background: transparent;
}

footer img {
	width: 160px;
}
footer .copy p {
	line-height: 20px;
}
footer .copy p a {
	line-height: 20px;
	text-decoration: none;
	font-weight: 800;
	color: #54595F;

}
footer .max-width {
	padding: 5% 0 20px 0;
}

@media (min-width: 1400px) and (max-width: 1920px) {
	.slider {
		height: 55vh;
	}
	.content {
		position: absolute;
		bottom: 40%;
	}
	section.slides-anuncios .slider2 {
		position: relative;
		width: 100%;
		height: 13vh;
	}

}

@media (min-width: 300px) and (max-width: 780px) {
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ab264a;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.mobile div#main img {
    width: 150px;
}
.mobile div#main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidenav a img {
    max-width: 150px;
    width: 100%;
}
div#main span {
    color: #ab264a;
}


.row.desktop {
	display: none;
}
.mobile {
    display: block;
    z-index: 9;
}


section.slides .slider .content {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left;
    color: white;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); */
    padding: 5% 13%;
}
section.slides .content h1 {
    font-size: 25px;
}
section.slides p {
    font-size: 18px;
 }
section.slides .slider {
    position: relative;
    width: 100%;
    height: 35vh;
    overflow: hidden;
}
section.slides .slider .slide {
    display: flex;
    align-items: center;
}

.max-width {
    padding: 5% 3%;
}

section.lojas .row.coluna-lojas .col-md-3 {
    margin: 3% 0;
}

section.slides-anuncios .slider2 {
    position: relative;
    width: 100%;
    height: 7vh;
}
section.conteudo-sobre p {
    text-align: justify;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}
section.conteudo-sobre .row .col-md-4 {
    padding: 3%;
}
section.cta .row .col-md-4 {
    color: #fff;
    display: block;
    text-align: center;
    justify-content: center;
    padding: 5% 0;
}
section.cta .row .col-md-8 {
    display: block;
    text-align: center;
    justify-content: flex-end;
    margin: 7% 0;
}
footer .topnav a {
    font-size: 15px;
    font-weight: 500;
    color: #54595F;
    padding: 0px 15px 15px 15px;
    text-decoration: none;
    background: transparent;
    display: block;
}

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}