html,
body,
span,
p,
form,
img,
a,
ul,
ol,
li,
table,
tr,
td,
div {
	border: none;
	outline: none;
	list-style-type: none;
	color: #000;
}

html,
body {
	font-family: 'Roboto', sans-serif;
	background: #FFF;
	font-size: 100% !important;
}

.topbar {
	background: #f9f9f9;
	border-bottom: 1px solid #e3e3e3;
	padding: 1em 0;
}

.topbar-social {
	text-align: center;
}

.topbar-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 2em;
}

.topbar-social ul li {
	display: inline-block;
	color: #223c7e;
	font-size: 14px;
	font-weight: 500;
	padding-left: 28px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
}

.topbar-social ul li.instagram {
	background-image: url(../images/instagram.png);
}

.topbar-social ul li.facebook {
	background-image: url(../images/facebook.png);
}

.topbar-social ul li a {
	color: #223c7e;
	text-decoration: none;
}

.topbar-social ul li a:hover {
	color: #ee131c;
}

.header-top {
	padding: 2em 0;
	border-bottom: solid 1px #e3e3e3;
	text-align: center;
}

.header-logo a {
	display: inline-block;
}

.header-logo {
	display: inline-block;
}

.bg-success {
	background-color: #198754 !important;
}

.shopping {
	display: none;
	position: absolute;
	padding: 20px;
	border: solid 1px #e3e3e3;
	background: #FFF;
	top: 141%;
	right: 0;
}

.shopping h5 {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.shopping p {
	color: #9E9E9E;
	font-size: 14px;
	font-weight: 100;
	margin: 1em 0 0 0;
}

.shopping:after {
	content: '';
	position: absolute;
	top: -7%;
	right: 13%;
	width: 0;
	height: 0;
	border-top: 9px solid #e3e3e3;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	transform: rotate(180deg);
}

.top-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1001;
}

span.menu {
	display: none;
}

ul.nav {
	padding: 0;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
}

.top-nav ul li:nth-child(1) {
	margin-left: 0;
}

ul.nav li span {
	color: #fff;
	margin: 0 15px;
	font-size: 16px;
}

ul.nav li {
	display: flex;
	align-items: center;
	margin: .7em 1em;
	position: relative;
}

ul.nav li a {
	color: #7e7f84;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background: rgba(70, 181, 227, 0);
	text-shadow: 2px 2px 2px #f9f9f9;
	-webkit-text-shadow: 2px 2px 2px #f9f9f9;
	-moz-text-shadow: 2px 2px 2px #f9f9f9;
	-o-text-shadow: 2px 2px 2px #f9f9f9;
	-ms-text-shadow: 2px 2px 2px #f9f9f9;
	display: inline-flex;
	align-items: center;
}

ul.nav li a.sup {
	color: #5f2073;
	background: #f9f9f9;
	font-weight: 700;
}

ul.nav li a:hover {
	color: #ff5f3b;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

ul.nav li a.btn-associado {
	background: #dc3545 !important;
	color: #fff !important;
	padding: 8px 18px !important;
	border: 1px solid #c82333 !important;
	border-radius: 4px !important;
	text-shadow: none !important;
	display: inline-block !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
}

ul.nav li a.btn-associado:hover {
	background: #bb2d3b !important;
	color: #fff !important;
	border-color: #b02a37 !important;
	text-decoration: none !important;
}

.search {
	float: left;
	margin: .3em 0 0 1em;
}

#formulario input[type="radio"] {
	margin-left: -20px !important;
}

#formulario label[for="tipo_reserva_socio"],
#formulario label[for="tipo_reserva_nao_socio"],
#formulario label[for="tipo_reserva_empresa"] {
	margin: 0px !important;
}

.search input[type="text"] {
	display: inline-block;
	background: url(../images/search.png) no-repeat 0px 14px;
	border: none;
	margin: 0;
	outline: none;
	font-size: 14px;
	color: #7e7f84;
	padding: .7em .7em .7em 2em;
}

.events {
	list-style: none;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.banner-bottom {
	padding: 50px 0 4em 0;
	position: relative;
	z-index: 1;
	clear: both;
}

.bottom-grid img {
	width: 100%;
}

.bottom-grid a {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
}

.bottom-grid p {
	color: #7e7f84;
	margin: 1em 0 0 0;
	font-size: 14px;
}

.products-heading h3 {
	color: #223c7e;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	margin: 0;
	position: relative;
}

.products-heading h3:before {
	content: '';
	position: absolute;
	top: 39%;
	left: 18%;
	height: 1px;
	width: 19%;
	background: #e3e3e3;
}

.products-heading h3:after {
	content: '';
	position: absolute;
	top: 39%;
	right: 18%;
	height: 1px;
	width: 19%;
	background: #e3e3e3;
}

.product-grid {
	border: solid 1px #e3e3e3;
}

.products-grid-info {
	padding: 1em;
}

.products-grid-info h3 {
	font-size: 18px;
	color: #223c7e;
	margin: 0;
	text-transform: uppercase;
}

.products-grid-info h4 {
	font-size: 14px;
	color: #67686d;
	margin: .5em 0;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 300;
}

.products-grid-info p {
	font-size: 10px;
	color: #67686d;
	margin: 0;
	padding-bottom: 1em;
	border-bottom: solid 1px #e3e3e3;
}

.price {
	float: left;
	padding-top: 1em;
}

.price p {
	color: #ee131c;
	font-size: 16px;
	margin: 0;
	border: none;
	padding-bottom: 0;
}

.like {
	float: right;
	padding-top: 1em;
}

.product-grid-text a img {
	display: block;
	padding-top: 1em;
}

.product-grid-text img {
	width: 100%;
}

.product-grid-text:hover div.plus {
	display: block;
}

.plus {
	display: none;
	position: absolute;
	top: 31%;
	left: 45%;
}

.social-icons ul {
	margin: 0;
	padding: 0;
}

.social-icons ul li {
	display: inline-block;
}

.social-icons ul a.facebook {
	background: url(../images/social.png) no-repeat 0px 0px;
	width: 15px;
	height: 22px;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social-icons ul a.instagram {
	background: url(../images/instagram.png) no-repeat 0px 0px;
	width: 15px;
	height: 22px;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social-icons ul a.facebook:hover {
	background: url(../images/social.png) no-repeat 0px -23px;
}

.social-icons ul a.chrome:hover {
	background: url(../images/social.png) no-repeat -70px -23px;
}

.map iframe {
	width: 100%;
	min-height: 264px;
	border: none;
}

.location p {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	background: url(../images/location.png) no-repeat 321px 14px #2a2d34;
	padding: 1em;
}

.sign-up {
	background: #304a88;
	padding: 2em 0;
}

.sign-up-left {
	float: left;
}

.sign-up-left p {
	font-size: 23px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
}

.sign-up-left p span {
	font-weight: 600;
}

.sign-up-right {
	float: right;
}

.sign-up-right input[type="text"] {
	display: inline-block;
	background: #FFF;
	text-transform: uppercase;
	border: none;
	margin: 0;
	outline: none;
	font-size: 16px;
	color: #7e7f84;
	padding: .5em 1em;
}

.sign-up-right input[type="submit"] {
	padding: .5em 1em;
	background: #ff674f;
	margin-left: 1em;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	outline: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

.sign-up-right input[type="submit"]:hover {
	background: #FFF;
	color: #ff674f;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.footer {
	background: #2a2d34;
	padding: 2em 0;
}

.stores h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	text-transform: uppercase;
	;
}

.stores ul {
	margin: 0em 0 2em;
	padding: 0;
}

.stores ul li {
	font-size: 14px;
	margin: 0;
	color: #7e7f84;
	display: block;
}

.blog h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	text-transform: uppercase;
	;
}

.blog a {
	color: #fff !important;
	font-size: 14px !important;
	margin: 0 !important;
	text-decoration: none !important;
}

.blog a:hover {
	color: #ee131c !important;
	transition: 0.5s all !important;
	-webkit-transition: 0.5s all !important;
	-o-transition: 0.5s all !important;
	-moz-transition: 0.5s all !important;
	-ms-transition: 0.5s all !important;
}

.blog p {
	color: #7e7f84;
	font-size: 14px;
	margin: .2em 0 2em;
}

.support h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	text-transform: uppercase;
	;
}

.contact h3 {
	color: #ee131c;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	text-transform: uppercase;
	;
}

.contact input[type="text"],
.contact textarea {
	background: #FFF;
	text-transform: uppercase;
	border: none;
	margin: 0;
	outline: none;
	font-size: 14px;
	color: #7e7f84;
	padding: .5em 1em;
	width: 100%;
}

.contact textarea {
	min-height: 100px;
	margin-top: 1em;
	resize: none;
}

.contact input[type="submit"] {
	padding: .5em 1em;
	background: #ee131c;
	margin: 1em 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

.contact input[type="submit"]:hover {
	background: #FFF;
	color: #ee131c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.copyright {
	margin: .5em 0;
}

.copyright p {
	color: #7e7f84;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.copyright p a {
	color: #7e7f84;
	text-decoration: none;
}

.copyright p a:hover {
	color: #ee131c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.men {
	background: #F0F0F0;
	padding: 2em 0;
}

.fashions {
	float: left;
}

.title h3 {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
}

.fashion-section {
	margin: 3em 0 0 0;
}

.fashion-grid {
	position: relative;
	padding: 0;
	padding-right: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fashion-grid:hover div.product {
	display: none;
}

.fashion-grid a img {
	width: 100%;
	position: relative;
}

.fashion-view {
	background: rgba(26, 24, 24, 0.68);
	position: absolute;
	bottom: 0;
	width: 94.5%;
	height: 100%;
	text-align: center;
	display: none;
}

.fashion-view span {
	background: url(../images/plus2.png) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 1em;
}

.fashion-view h4 {
	margin-top: 4em;
	font-weight: 400;
	color: #2f2f2f;
	background: #d1d0d0;
	font-size: 1.1em;
	padding: 0.5em 1.5em;
	display: inline-block;
}

.fashion-view h4 a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.fashion-view h4:hover {
	background: #fff;
	color: #2f2f2f;
}

.fashion-grid:hover div.fashion-view {
	display: block;
}

.product {
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #00f406;
	background: #223c7e;
	width: 92.5%;
	padding: 0.5em;
}

.not-avaliable {
	border-top: 2px solid #c90001;
}

.product h3 {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.product p {
	color: #686767;
	font-size: 14px;
	margin: 1em 1em 0 0;
	display: inline-block;
}

.product p span {
	background: url(../images/tralle.png) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.side-bar {
	background: #dedede;
	padding: 3em 2em 9em 2em;
	float: left;
}

.categories h3 {
	font-weight: 600;
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
}

.categories ul {
	margin-top: 1em;
	padding: 0;
}

.categories ul li {
	display: block;
	padding: 3px 0;
}

.categories ul li a {
	color: #7e7f84;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.categories ul li a:hover {
	color: #ee131c;
}

.size h4 {
	color: #3b3b3b;
	font-size: 1.2em;
	font-weight: 600;
	display: block;
	margin-bottom: 0.5em;
}

.size ul {
	padding: 0;
	margin: 1em 0;
}

.size ul li {
	display: inline-block;
	margin: 0 10px 0 0px;
}

.size ul li a {
	padding: 5px;
	background: #afafaf;
	color: #1a1818;
	text-decoration: none;
	font-size: 0.85em;
	text-align: center;
}

.size ul li a:hover {
	color: #fff;
	background: #ee131c;
}

.about {
	padding: 2em 0;
	background: #F0F0F0;
}

.about-left img {
	width: 100%;
}

.about-left h3 {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
}

.about-left h5 {
	color: #656363;
	font-size: 14px;
	font-weight: 500;
	margin: 1em 0;
	line-height: 1.3em;
}

.about-left p {
	color: #7e7f84;
	font-size: 14px;
	margin: 0;
}

.about-middle h3 {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
}

.about-middle h5 {
	color: #ee131c;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
}

.about-middle p {
	color: #7e7f84;
	font-size: 14px;
	margin: 0 0 1em;
}

.about-right h3 {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
}

.about-right h5 {
	color: #656363;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 1em;
	line-height: 1.3em;
}

.about-right p {
	color: #7e7f84;
	font-size: 14px;
	margin: 0 0 1em;
}

.single {
	padding: 2em 0;
	background: #F0F0F0;
}

.single-left-left {
	width: 35.2%;
	float: left;
	margin-right: 5.6%;
}

.single-left-right {
	float: left;
}

.single-left-info h3 {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}

.single-left-info a.view {
	color: #7e7f84;
	font-size: 14px;
}

.single-left-info p {
	color: #ee131c;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 1em 0;
	font-size: 24px;
}

.select-size p {
	font-size: 14px;
	margin: 0;
	color: #7e7f84;
}

.select-size ul {
	padding: 0;
	margin: 1em 0;
}

.select-size ul li {
	display: inline-block;
	margin: 0 10px 0 0px;
}

.select-size ul li a {
	color: #444546;
	font-size: 12px;
	line-height: 2.2em;
	font-weight: 500;
	cursor: pointer;
	background-color: #fff;
	display: inline-block;
	min-width: 30px;
	height: 30px;
	padding: 1px 9px;
	border: solid 1px #697071;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.select-size ul li a:hover {
	color: #fff;
	background: #ee131c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.free p {
	color: #7e7f84;
	font-size: 12px;
	margin: 1em 0 0 0;
}

.delivery a {
	color: #7e7f84;
	text-decoration: none;
	font-size: 14px;
	padding-left: 3em;
	background: url(../images/van.png) no-repeat 0px -7px;
	height: 32px;
}

.delivery a:hover {
	color: #ee131c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.product-details {
	margin-top: 0em;
}

.product-details h3 {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
}

.product-details p {
	color: #7e7f84;
	font-size: 14px;
	margin: 0;
}

.related {
	margin-top: 1em;
}

.related h3 {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
}

.related-grid {
	margin-bottom: 2em;
}

.related-left {
	border-right: solid 1px #D0CBCB;
}

.related-left-left img {
	width: 100%;
}

.related-left-right p {
	color: #7e7f84;
	font-size: 14px;
	margin: 0;
}

.related-left-right h5 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #7e7f84;
	font-size: 18px;
	font-weight: 600;
	margin: 1em 0 .5em 0;
}

.related-right {
	margin-top: 2em;
}

.related-right p {
	color: #7e7f84;
	font-size: 28px;
	margin: 0em 0 .5em 0;
}

.related-right a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	padding: .5em 2em;
	background: #589d3e;
	text-align: center;
}

.related-right a:hover {
	background: #f45a40;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.reservas select {
	display: block;
	width: 90% !important;
	height: 34px;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #7e7f84 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.reservas .reservas .texto,
.reservas .titulo {
	color: #7e7f84;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	padding-right: 10px;
}

.reservas input::placeholder {
	color: #7e7f84 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}

.reservas input:-ms-input-placeholder {
	color: #7e7f84 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}

.reservas input::-ms-input-placeholder {
	color: #7e7f84 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}

td.vermelho {
	background: #EF2028;
}

.view-imgs .fashion-grid a img {
	height: 300px;
	object-fit: cover;
	margin-bottom: 15px;
}

@media (max-width:1024px) {
	.products-grid-info h3 {
		font-size: 16px;
	}

	.resp-tabs-list {
		width: 87%;
		top: 43%;
	}

	.single-left-left {
		width: 100%;
	}

	.related-right a {
		font-size: 15px;
	}

	.side-bar {
		padding: 2em 2em 9em 1em;
	}

	.top-nav ul.nav li ul.dropdown2 {
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
		width: 100%;
		background: #fff !important;
		padding: 0;
		margin: 0;
		border: none;
		z-index: 100;
	}
}

@media (max-width: 900px) {
	.custom-narrow-mobile {
		margin: 20% auto !important;
		max-width: 90% !important;
		/* ou 95%, ajuste como quiser */
		margin: 1rem auto;
		/* centraliza com margem pequena */
	}
}

@media (max-width: 768px) {
	span.menu {
		display: block;
		cursor: pointer;
		float: none;
		margin: 4px 15px 0 0;
		position: relative;
		z-index: 1002;
	}

	.topbar {
		padding: 0.5em 0;
	}

	.topbar-social ul {
		gap: 1em;
		flex-wrap: wrap;
	}

	.topbar-social ul li {
		font-size: 12px;
	}

	.header-top {
		padding: 1em 0;
	}

	.top-nav {
		position: relative;
		z-index: 10005;
	}

	.top-nav ul.nav {
		display: none;
		width: 100%;
		background: #fff;
	}

	.top-nav ul.nav.show-nav {
		display: block !important;
	}

	span.menu {
		display: block !important;
		cursor: pointer;
		position: relative;
		z-index: 10006;
		pointer-events: auto;
		padding: .5em .75em;
	}

	span.menu img {
		pointer-events: none;
		display: block;
		max-width: 32px;
		height: auto;
	}

	.top-nav ul.nav li {
		width: 100%;
		border-bottom: 1px solid #ddd;
		background: #f9f9f9;
		margin: 0;
		padding: 0;
	}

	.top-nav ul.nav li:last-child {
		border-bottom: none;
	}

	.top-nav ul.nav li a {
		display: block;
		padding: 1em;
	}

	.top-nav ul.nav li ul.dropdown2 {
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
		width: 100%;
		background: #fff !important;
		padding: 0;
		margin: 0;
		border: none;
		z-index: 100;
	}

	.top-nav ul.nav li ul.dropdown2.show-dropdown {
		display: block;
	}

	.top-nav ul.nav li ul.dropdown2 li {
		border: none;
		background: #fff !important;
		margin: 0;
		padding-left: 1em;
	}

	.top-nav ul.nav li ul.dropdown2 li a {
		padding: 0.8em 0 0.8em 1em;
		border-left: 3px solid #ee131c;
		background: #fff !important;
		color: #223c7e;
	}

	.search {
		float: right;
	}

	.bottom-grid {
		float: left;
		width: 33.33%;
	}

	.bottom-grid a {
		font-size: 22px;
	}

	.products-heading h3:before {
		left: 13%;
	}

	.products-heading h3:after {
		right: 13%;
	}

	.product-left-grid {
		float: left;
		width: 33.33%;
	}

	.product-left-grid:nth-child(4) {
		display: none;
	}

	.sign-up-left p {
		font-size: 17px;
	}

	.blog {
		float: left;
		width: 50%;
	}

	.support {
		float: left;
		width: 50%;
	}

	.contact {
		float: left;
		width: 50%;
	}

	.fashion-grid {
		float: left;
		width: 33.33%;
	}

	@media (min-width: 768px) and (max-width: 1024px) {
		.fashion-grid {
			float: left !important;
			width: 33.3333% !important;
			display: block !important;
		}
	}

	@media (min-width: 468px) and (max-width: 990px) {
		.fashion-grid {
			float: left !important;
			width: 33.3333% !important;
			box-sizing: border-box !important;
			-webkit-box-sizing: border-box !important;
			-moz-box-sizing: border-box !important;
			padding-right: 0.5em !important;
		}
	}

	.fashion-grid:nth-child(4) {
		display: none;
	}

	.fashions {
		padding: 0;
	}

	.side-bar {
		padding: 2em 0em 0em 1em;
		margin-top: 1em;
		width: 100%;
	}

	.related-left {
		float: left;
		width: 76%;
	}

	.related-right {
		float: left;
		width: 24%;
		margin-top: 0em;
	}

	.related-left-left {
		float: left;
		width: 20%;
	}

	.related-left-right {
		float: left;
		width: 80%;
	}

	.related-left-right h5 {
		margin: 1em 0 .5em 0;
	}

	.map {
		padding: 0;
	}
}

@media (max-width:640px) {
	.bottom-grid a {
		font-size: 18px;
	}

	.products-heading h3:before {
		left: 9%;
	}

	.products-heading h3:after {
		right: 9%;
	}

	.products-grid-info h3 {
		font-size: 12px;
	}

	.resp-tabs-list {
		width: 84%;
		top: 39%;
	}

	.sign-up-left {
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}

	.sign-up-right {
		float: none;
		text-align: center;
	}

	.single-left-left {
		width: 100%;
	}

	.related-left {
		padding-left: 0;
	}

	.related-left-right h5 {
		margin: 0em 0 .5em 0;
	}

	.related-right a {
		font-size: 11px;
	}

	.fashion-grid {
		width: 100% !important;
		float: none !important;
		padding-right: 0 !important;
	}
}

@media (max-width:480px) {
	.bottom-grid {
		float: left;
		width: 100%;
	}

	.products-heading h3 {
		font-size: 23px;
	}

	.product-left-grid:nth-child(1) {
		display: none;
	}

	.product-left-grid {
		width: 50%;
	}

	.products-heading h3:before {
		left: 7%;
	}

	.products-heading h3:after {
		right: 7%;
	}

	.blog p {
		margin: 0.2em 0 1em;
	}

	.fashion-view h4 {
		font-size: 14px;
	}

	.fashion-view h4 {
		margin-top: 2em;
	}

	.fashion-section {
		margin: 1em 0 0 0;
	}

	.title h3 {
		margin: 0;
	}

	.related-left-left {
		width: 28%;
	}

	.related-left-right {
		width: 72%;
	}

	.related-left-right p {
		overflow: hidden;
		height: 38px;
	}

	.related-right p {
		font-size: 22px;
	}

	.related-right {
		padding-right: 0;
	}

	.related-right a {
		font-size: 9px;
	}
}

@media (max-width:320px) {
	.header-top {
		padding: 1.5em 0;
	}

	.shopping:after {
		content: '';
		position: absolute;
		right: 10%;
	}

	.shopping h5 {
		font-size: 11px;
	}

	.shopping {
		padding: 10px;
	}

	.shopping p {
		overflow: hidden;
		height: 77px;
	}

	span.menu {
		padding: .5em 0;
		margin: 0;
	}

	.search {
		width: 50%;
	}

	.search input[type="text"] {
		background: url(../images/search.png) no-repeat 0px 18px;
		padding: 1em .7em .7em 2em;
		width: 100%;
	}

	.bottom-grid a {
		font-size: 14px;
	}

	.bottom-grid p {
		margin: 0em 0 0 0;
		font-size: 13px;
		overflow: hidden;
		height: 50px;
	}

	.products-heading h3 {
		font-size: 18px;
	}

	.products-heading h3:before {
		display: none;
	}

	.products-heading h3:after {
		display: none;
	}

	.product-left-grid {
		width: 48%;
		padding: 0;
		margin-left: .5em;
	}

	.product-left-grid:nth-child(2) {
		margin-left: 0;
	}

	.products-grid-info h4 {
		font-size: 10px;
	}

	.products-grid-info h3 {
		overflow: hidden;
		height: 12px;
	}

	.products-grid-info p {
		display: none;
	}

	.price p {
		font-size: 14px;
		display: block;
	}

	.sign-up-left p {
		font-size: 12px;
	}

	.sign-up-right {
		text-align: left;
	}

	.sign-up-right input[type="submit"] {
		margin: 1em 0 0 0;
	}

	.sign-up {
		margin: 1em;
	}

	.blog {
		width: 100%;
	}

	.blog h3 {
		margin: 0.5em 0;
	}

	.support {
		width: 100%;
	}

	.support h3 {
		margin: 0.5em 0;
	}

	.contact {
		margin: 1em 0 0 0;
		width: 100%;
	}

	.contact h3 {
		margin: 0.5em 0;
	}

	.footer {
		padding: 1em 0;
	}

	.rodape,
	.rodape p,
	.rodape ul li,
	.rodape ul {
		font-size: 12px !important;
		margin: 0;
		color: #7e7f84 !important;
		list-style-type: circle !important;
	}

	.copyright {
		margin: 1em 0 0 0;
	}

	.fashion-grid:nth-child(3) {
		display: none;
	}

	.fashion-grid {
		width: 50%;
	}

	.product {
		width: 89.5%;
	}

	.product h3 {
		font-size: 12px;
	}

	.product p {
		font-size: 12px;
		margin: .5em 1em 0 0;
	}

	.title h3 {
		font-size: 21px;
	}

	.categories h3 {
		font-size: 21px;
	}

	.side-bar {
		padding: 0em 0em 0em 1em;
	}

	.col-md-9 {
		padding: 0;
	}

	.about-left h3 {
		font-size: 21px;
	}

	.about-middle h3 {
		font-size: 21px;
		margin: .5em 0;
	}

	.about-middle h3 {
		font-size: 21px;
	}

	.about-middle h5 {
		margin: 0 0 .5em 0;
	}

	.about-right h3 {
		margin: 0 0 .5em 0;
	}

	.about {
		padding: 1em 0;
	}

	.related-left {
		float: none;
		width: 100%;
		border-right: none;
	}

	.related-right {
		float: none;
		width: 100%;
		margin-top: .5em;
	}

	.related-right a {
		font-size: 12px;
	}
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.view-imgs .fashion-grid a img {
	height: 300px;
	object-fit: cover;
	margin-bottom: 15px;
}

ul.dropdown2,
.nav ul.dropdown2,
.top-nav ul.nav li ul.dropdown2,
.top-nav ul.nav li ul.dropdown2 li,
.top-nav ul.nav li ul.dropdown2 li a,
.dropdown2.show-dropdown {
	background: #fff !important;
	color: #223c7e !important;
}

.slideshow-container {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}

.novobanner-carousel-container {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto !important;
	display: block !important;
	position: relative;
	overflow: hidden;
	float: none !important;
}

.novobanner-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 400px;
	/* Altura padrão para desktop */
	display: flex;
	align-items: center;
}

.novobanner-info {
	padding: 20px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.6) !important;
	text-shadow: none;
}

.novobanner-info h2 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #fff !important;
}

.novobanner-info p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff !important;
}

.carousel-control,
.carousel-control.left,
.carousel-control.right,
.carousel-indicators,
[class*="arrow"],
[class*="prev"],
[class*="next"] {
	display: none !important;
}

@media (max-width: 767px) {
	.novobanner-bg {
		min-height: 300px;
		/* Reduz a altura no mobile para não cortar a imagem */
	}

	.novobanner-info h2 {
		font-size: 22px;
	}

	.novobanner-info p {
		font-size: 14px;
	}
}

.novobanner-img1 {
	background-image: url('../banners/1.jpg');
}

.novobanner-img2 {
	background-image: url('../banners/2.jpg');
}

.novobanner-img3 {
	background-image: url('../banners/4.jpg');
}

.novobanner-img4 {
	background-image: url('../banners/6.jpg');
}

.novobanner-img5 {
	background-image: url('../banners/8.jpg');
}

.novobanner-img6 {
	background-image: url('../banners/9.jpg');
}

.tabela-sauna {
	margin: 20px 0;
}

.tabela-sauna .panel-heading {
	text-align: center;
	font-weight: bold;
}

.tabela-sauna table {
	margin-bottom: 0;
}

.tabela-sauna th {
	background: #f5f5f5;
}

.col-dia {
	width: 25%;
	vertical-align: middle !important;
}

.tabela-sauna td {
	vertical-align: middle !important;
}

.tabela-sauna .label {
	display: inline-block;
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.tabela-sauna {
		font-size: 13px;
	}

	.col-dia {
		width: 40% !important;
	}

	.tabela-sauna th,
	.tabela-sauna td {
		padding: 6px;
	}

	.tabela-sauna .label {
		display: block;
		width: fit-content;
		margin-bottom: 4px;
		font-size: 10px;
	}
}

@media (max-width: 480px) {
	.tabela-sauna {
		font-size: 12px;
	}

	.col-dia {
		width: 42% !important;
	}

	.tabela-sauna th,
	.tabela-sauna td {
		padding: 5px;
	}
}

.bottom-grid {
	margin-bottom: 30px;
}

.bottom-grid img {
	width: 100%;
	height: auto;
	display: block;
}

.bottom-grid-info {
	padding-top: 10px;
}

.bottom-grid-info span {
	color: #ee131c;
	font-size: 26px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	display: block;
}

@media (max-width: 767px) {
	.bottom-grid-info span {
		font-size: 20px;
	}
}

.contato-form {
	background: #fff;
	padding: 25px;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.contato-form h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.contato-form .form-control {
	height: 42px;
}

.contato-form textarea.form-control {
	height: auto;
	resize: vertical;
}

.contato-form .btn {
	padding: 12px;
	font-size: 16px;
}