.blocoLoja.menos, .conteudoCentrado.menos {
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
}
.blocoLoja ol {
	list-style-type:decimal-leading-zero;
	padding-bottom:2em;
}
.blocoLoja ol li {
	margin:0.5em 0;
}

#corpo h2 {
	text-transform:uppercase;
	font-size:1.2em;
	margin-top:2em;
}
#corpo h3 {
    font-size: 1.1em;
}
#corpo .faqs .pergunta {
	display:block;
	border:1px solid transparent;
	border-bottom:1px solid #CCC;
	padding:0.4em;
	text-decoration:none;
	cursor:pointer;
}
#corpo .faqs .pergunta:hover, #corpo .faqs .pergunta.open {
	background-color:#F4F4F4;
}
#corpo .faqs .pergunta.open {
	border-color:#CCC;
	border-top-color:transparent;
}
#corpo .faqs .pergunta.open:first-child {
	border-top:1px solid #CCC;
}
#corpo .faqs .resposta div {
	padding:1em;
	border:1px solid #CCC;
	border-top:0;
}
#corpo .faqs .resposta.open div {

}

#corpo .estatico img {
	max-width:100%;
}

#corpo .conteudoCentrado {
	margin:auto;
	padding:2em;
}

#corpo .colunas3 {
	padding-bottom:1em;
}
#corpo .colunas3 .coluna {
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin:0 1.5%;
	text-align:justify;
}
#corpo .colunas3 .coluna:first-child {
	margin-left:0%;
	margin-right:3%;
}
#corpo .colunas3 .coluna:last-child {
	margin-left:3%;
	margin-right:0%;
}


#contactos h2 {
	margin-top:0;
    text-align: left;
}


.estatico form label {
	display:block;
	font-size:0.75em;
	text-transform:uppercase;
	margin-bottom:0.2em;
	margin-top:1em;
}
.estatico form input {
	margin-bottom:0.4em;
	display:block;
	box-sizing:border-box;
	padding:0.4em;
	width:100%;
	border:0;
	font-size:1em;
	font-size:1rem;
	background-color:rgba(240,240,240,1);
}
.estatico form select {
	display:block;
	width:100%;
}
.estatico form input.botao {
	background-color:#666666;
	width:auto;
    padding-left:2em;
    padding-right: 2em;
}
.estatico form input.botao:disabled {
	background-color:#CCC;
}
.estatico form input[type="checkbox"].marketing {
	float:left;
	width:auto;
}
.estatico h3 {
	font-weight:300;
	border-bottom:1px solid #666;
	padding-bottom:0.2em;
	text-transform:uppercase;
}
.estatico form input.ierro {
	background-color:#FFDDDD;
}
.estatico form input.check {
	width:auto;
}


.conteudoCentrado.mini {
	max-width:50%;
	margin-left:auto;
	margin-right:auto;
}



#revistas {
	margin-left:-1%;
	padding-top:0;
	overflow:hidden;
}
#revistas a {
	opacity:0;
	display:inline-block;
	position:relative;
	width:12.5%;
	height:15em;
	overflow:hidden;
	float:left;
	margin:0;
	text-decoration:none;
	transition:all ease-out 300ms;
	-webkit-transition:all ease-out 300ms;
	-moz-transition:all ease-out 300ms;
	box-shadow:0 0 0.8em #000;
}
#revistas a:hover {
	margin-left:-7.5%;
	width:20%;
}
#revistas a img {
	position:absolute;
	top:0;
	left:0;
}
@media only screen and (min-width : 0px) {
	#revistas a {
		width:33%;
	}
	#revistas a:hover {
		margin-left:-3%;
		width:36%;
	}
	#revistas a:last-child {
		width:15em;
	}
	#revistas a:last-child:hover {
		margin-left:0;
	}

}
@media only screen and (min-width : 480px) {
	#revistas a {
		width:25%;
	}
	#revistas a:hover {
		margin-left:-5%;
		width:30%;
	}
}
@media only screen and (min-width : 640px) {
	#revistas a {
		width:20%;
	}
	#revistas a:hover {
		margin-left:-5%;
		width:25%;
	}
}
@media only screen and (min-width : 800px) {
	#revistas a {
		width:12.5%;
	}
	#revistas a:hover {
		margin-left:-7.5%;
		width:20%;
	}
}
@media only screen and (min-width : 1200px) {
	#revistas a {
		width:10%;
	}
	#revistas a:hover {
		margin-left:-5%;
		width:15%;
	}
}
@media only screen and (min-width : 1200px) {
	#revistas a {
		width:10%;
	}
	#revistas a:hover {
		margin-left:-5%;
		width:15%;
	}
}
@media only screen and (min-width : 1600px) {
	#revistas a {
		width:8.3333%;
	}
	#revistas a:hover {
		margin-left:-3.6666%;
		width:12%;
	}
}
@media only screen and (min-width : 1999px) {
	#revistas a {
		width:6.25%;
	}
	#revistas a:hover {
		margin-left:-2.75%;
		width:9%;
	}
}



#revistas a img, #revistas a .info, #revistas a .info strong {
	display:block;
}
#revistas a .info {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-align:right;
	z-index:10;
	background-color:rgba(0,0,0,0.7);
	color:#FFF;
	border-top:1px solid #FFF;
}
#revistas a .info strong, #revistas a .info em {
	font-style:normal;
	margin:0.4em;
	display:block;
}
#revistas a img {
	margin:auto;
}
#revistas a strong {
	text-transform:uppercase;
}
.revistaGrande {
	width:auto;
	margin:auto;
}
.revistaGrande img {
	display:block;
	float:left;
}


.barraLoja {
	position:relative;
	display:block;
    margin:6%;
    box-shadow: 0 0 1em rgba(0,0,0,0.4);
}
.barraLoja .fotos {
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	padding-top:41.6666%;
}
.barraLoja img {
	width:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
    filter: grayscale(100%) brightness(110%) contrast(110%);
    -webkit-filter: grayscale(100%) brightness(110%) contrast(100%);
    -moz-filter: grayscale(100%) brightness(110%) contrast(110%);
}
.barraLoja:hover img {
	transform: scale(1.05);
    filter:none;
    -webkit-filter:none;
    -moz-filter:none;
}

#corpo .barraLoja h1 {
	position:absolute;
	top:1em;
	left:0em;
	color:#FFF;
	border:0;
	font-size:2em;
	margin:0;
	background-color:rgba(0,0,0,1);
	padding:0.3em;
	padding-left:3em;
	padding-right:1em;
}
.barraLoja .morada {
	position:absolute;
	bottom:1em;
	right:0em;
	width:auto;
	float:none;
	background-color:rgba(0,0,0,0.8);
	padding:1em;
	padding-right:2em;
	margin:0;
	color:#FFF;
}
.barraLoja .morada p:first-child {
	margin-top:0;
}
.barraLoja .morada a {
	color:#FFF;
	float:none;
}


.colunasMultiMarca {
	overflow:hidden;
}
.colunaMultiMarca {
	display:block;
	float:left;
	vertical-align:top;
	width:20%;
}
.colunasMultiMarca.worldwide .colunaMultiMarca {
	min-height:7em;
}

#point {
	overflow:hidden;
}
#point .fotosLegenda {
	float:right;
	width:25%;
}
#point .fotosLegenda a {
	position:relative;
	margin-bottom:1em;
	display:block;
}
#point .fotosLegenda img {
	max-width:100%;
	display:block;
}
#point .fotosLegenda a span {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:0.5em;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
#point .fotosLegenda a:hover span {
	background-color:rgba(0,0,0,0.8);
	padding:1em;
}
#point .texto {
	float:left;
	width:70%;
}

#cuidados .simbolos .simbolo {
	display:inline-block;
	width:31%;
	margin:1%;
	background-color:#F0F0F0;
	vertical-align:top;
	font-size:0.9em;
}
#cuidados p, #cuidados h2 {
	padding:0 1%;
}
#cuidados .faqs {
	margin:1%;
}
#cuidados .simbolos .simbolo img {
	float:left;
	margin:1em;
}
#cuidados .simbolos .simbolo p {
	padding-right:1%;
}
#cuidados ul li {
	list-style:square;
}
#cuidados .faqs ul li {
	list-style:none;
}










#fsCampanha {
	position:fixed;
	z-index:99999999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0;
	z-index:-9999999;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
#fsCampanha.aberto {
	opacity:1;
	z-index:99999999;
	background-image:url(../imgs/loading000.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#fsCampanha .img {
	position:absolute;
	cursor:pointer;
	-webkit-transition:top 0.5s ease-out, left 0.5s ease-out;
	transition:top 0.5s ease-out, left 0.5s ease-out;
}
#fsCampanha .img.loading {
}
#fsCampanha .fechar, #fsCampanha .setas a {
	z-index:1000;
	position:absolute;
}
#fsCampanha .fechar {
	right:1em;
	top:1em;
	cursor:pointer;
}
#fsCampanha .setas a {
	position:absolute;
	top:50%;
	margin-top:-2em;
}
#fsCampanha .setas a.dir {
	right:1em;
}
#fsCampanha .setas a.esq {
	left:1em;
}


#wallpapers {
}
#wallpapers .foto {
	display:block;
	float:left;
	position:relative;
	width:50%;
	overflow:hidden;
	-webkit-transition:all 0.5s ease-out;
    transition: all 1s ease-out;
    filter: grayscale(100%) brightness(110%) contrast(110%);
    -webkit-filter: grayscale(100%) brightness(110%) contrast(110%);
    -moz-filter: grayscale(100%) brightness(110%) contrast(110%);
}
#wallpapers .foto img {
	width:100%;
	display:block;
}
#wallpapers .foto:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}
#wallpapers .foto .opcoes {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	opacity:0;
	bottom:-2em;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
#wallpapers .foto:hover .opcoes {
	opacity:1;
	bottom:0;
}
#wallpapers .foto .opcoes a {
	display:inline-block;
	width:29%;
	margin:1.5%;
	border:1px solid #FFF;
	color:#FFF;
	text-align:center;
	padding:0.3em 0;
	text-decoration:none;
	background-color:rgba(0,0,0,0.5);
}
#wallpapers .foto .opcoes a:hover {
	background-color:#000;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}















.modal {
	position:fixed;
	z-index:99999999;
	opacity:0;
	transition:all 1s ease-out;
}
.modal.on {
	opacity:1;
}
.modal .bg {
	position:absolute;
	background-color:rgba(0,0,0,0.6);
    z-index:1;
}
.modal, .modal .bg {
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.modal .img {
    position:absolute;
    left:50%;
    top:50%;
    z-index:10;
    max-width: 95%;
    max-height:95%;
    opacity:0;
    cursor:pointer;
}
.modal .img.on {
    opacity:1;
}
.modal .fechar {
    position: absolute;
    z-index:12;
    color:#FFF;
    text-decoration: none;
    font-size: 2em;
    text-align: center;
    top:0em;
    right:0.5em;
    cursor: pointer;
}

.modal.countdown .contador {
	position:absolute;
	z-index: 140;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translateX(-50%) translateY(-50%);
}
.modal.countdown .contador div {
	position: absolute;
	color: #FFF;
	font-size: 13em;
	font-weight: bold;
	top: 53%;
}
.modal.countdown .contador .dias {
	left: 28.4%;
}
.modal.countdown .contador .horas {
	left: 39.5%;
}
.modal.countdown .contador .minutos {
	left: 50.5%;
}
.modal.countdown .contador .segundos {
	left: 61.5%;
}
.modal.countdown .img {
	position: static;
	left:0;
	right:0;
	width:2500;
	height:1800px;
	max-width: none;
	max-height: none;
}














.galeria a {
    display: block;
    width:25%;
    float: left;
}
.galeria a img {
    width:100%;
    display: block;
    filter: grayscale(100%) brightness(110%) contrast(110%);
    -webkit-filter: grayscale(100%) brightness(110%) contrast(110%);
    -moz-filter: grayscale(100%) brightness(110%) contrast(110%);
    transition: all 0.5s ease-out;
}
.galeria a:hover img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}









.lookbookIndex {
    padding:1%;
}
.lookbookIndex a {
    display: inline-block;
    width:31%;
    margin:1%;
    position: relative;
    vertical-align: top;
    /*box-shadow: 0 0 1em rgba(0,0,0,0.1);*/
}
.lookbookIndex a img {
    display: block;
    width:100%;
    -webkit-transition:all 1s ease-out;
    transition: all 1s ease-out;
    filter: grayscale(100%) brightness(120%) contrast(110%);
    -webkit-filter: grayscale(100%) brightness(120%) contrast(110%);
    -moz-filter: grayscale(100%) brightness(120%) contrast(110%);
    opacity: 1;
}
.lookbookIndex a:hover img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}
.lookbookIndex a:hover {
    /*box-shadow: 0 0 2em rgba(0,0,0,0.3);*/
}



.lookbook {
    position: relative;
    padding:2%;
    overflow: hidden;
}
.lookbook .fotoLook {
    position: relative;
    display: inline-block;
    width:44%;
    padding-top:66.6667%;
    float: left;
}
.lookbook .fotoLook img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
	/*
    box-shadow: 0 10px 0px -5px rgba(0, 0, 0, 0.2);
	*/
}
.lookbook .fotoLook a {
    position: absolute;
    text-decoration: none;
}
.lookbook #artigos {
    margin-left: 1%;
    float: right;
    position: relative;
    right:0;
    width:55%;
    border-left: 0;
    margin-top:0;
    text-align: left;
}
.lookbook #artigos li {
    width:50%;
}
.lookbook #artigos a {
    /*
    border:none;
    box-shadow: 0 10px 0px -5px rgba(0, 0, 0, 0.1);
    margin:0 1em;
    margin-bottom: 1em;
    cursor: pointer;
    */
}
.lookbook #artigos a .index {
    position: absolute;
    bottom:0.8em;
    right:0em;
    font-size: 0.9rem;
    background-color: #FFF;
    padding:0.3em;
    z-index: 1;
    width:1.5em;
    height:1.5em;
    line-height: 1.5em;
    text-align: center;
    background: #F0F0F0;
    border-radius: 50%;
    vertical-align: middle;
    font-weight: bold;
}
.lookbook #artigos a .info {
    /*
    background-color: transparent;
    border-top-color: transparent;
    margin-left:3em;
    */
}



.lb {
    overflow-x: hidden;
    overflow-y: auto;
}
.lb::after {
  content: "";
  clear: both;
  display: table;
}
.lb #store {
    transition: transform 0.5s ease-out;
    position: absolute;
    top:0;
    left:0;
    right:0;
    min-height: 40em;
}
.lb #store.offscreen {
    visibility: hidden;
    transform: translate(100%);
}
.lb #store .loading {
    background-image: url(../imgs/loading.gif);
    width:24px;
    height:24px;
    position: absolute;
    top:50%;
    left:50%;
}
#lbHolder .back {
    position: absolute;
    top:0.5em;
    left:0.5em;
    width:2em;
    font-size: 1.4em;
    line-height: 2em;
    text-align: center;
    color:#666666;
    background-color: #EEE;
    z-index: 2;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 2px 0px rgba(0,0,0,0.2);
    transition: all 0.5s ease-out;
}
#lbHolder.off .back {
    transform: scale(0.1);
    opacity: 0;
    z-index:0;
}

#lbHolder .fotoLook {
    z-index: 1;
}
#lbHolder, #lbHolder .fotoLook img, #lbHolder #artigos a, #lbHolder .fotoLook a {
    transition: all 0.5s ease-out;
    transition-timing-function: cubic-bezier(.59,-0.33,.47,1.35)
}
#lbHolder.off .fotoLook img, #lbHolder.off #artigos a, #lbHolder.off .fotoLook a {
}
#lbHolder .fotoLook img {
    transform-origin: top left;
}
#lbHolder.off #artigos {
    height:40em;
}
#lbHolder.off .fotoLook img {
    transform: scale(0.14) translateX(-40px) translateY(-100px);
}
#lbHolder.off #artigos a {
    transform: scale(0.1);
    opacity: 0;
}
#lbHolder.off .fotoLook a {
    color:#666666;
}

#lbHolder.off .fotoLook img {
    cursor: pointer;
}
#lbHolder .fotoLook a {
    display: block;
    cursor: pointer;
}
#lbHolder .fotoLook a em {
    display: inline-block;
    overflow: hidden;
    max-width: 0;
    vertical-align: middle;
    transition: all 0.3s ease-out;
    margin-left:-0.5em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    vertical-align: top;
    line-height: 1.5em;
    white-space: nowrap;
}
#lbHolder.off .fotoLook a:hover em {
    max-width: 10em;
    padding:0 0.5em;
    padding-left:1em;
}
#lbHolder .fotoLook a em, #lbHolder.off .fotoLook a span, #lbHolder.off .fotoLook a.escuro span {
    box-shadow: 0 2px 0px rgba(0,0,0,0.2);
    color:#666;
    background-color: #EEE;
}
#lbHolder .fotoLook a em {
    box-shadow: 0 1px 0px rgba(0,0,0,0.2);
}
#lbHolder .fotoLook a span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width:1.5em;
    height:1.5em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 50%;
    z-index:10;
    background-color: #FFF;
    box-shadow: 0 2px 0px rgba(0,0,0,0.2);
}
#lbHolder .fotoLook a.escuro span {
    background-color: #333;
    color:#FFF;
}
#lbHolder.off .fotoLook a:hover span, #lbHolder.off .fotoLook a.escuro:hover span {
    background-color: #333;
    color:#FFF;
}
#lbHolder.off .fotoLook a.sel span {
    background-color: #333;
    color:#FFF;
}
#lbHolder.off {
    margin-left:-1em;
}
/*
#lbHolder {
    transition: all 0.3s ease-out;
    transform-origin: top left;
}
#lbHolder.off {
    transform: scale(0.1);
    z-index:10;
    overflow: hidden;
    opacity: 0;
}
*/


/*
#lbHolder #artigos a, #lbHolder .fotoLook {
    transition: all 0.5s ease-out, opacity 1s;
}
#lbHolder.off #artigos a, #lbHolder.off .fotoLook {
    transform:scale(0.1);
    overflow: hidden;
    opacity:0;
}
*/
















#fw16 {
    height:700px;
    position: relative;
    overflow: hidden;
}
#fw16 div.filme {
    white-space: nowrap;
    overflow: hidden;
    height:100%;
}
#fw16 a.foto {
    display: inline-block;
    margin-right: 0.5em;
    height:100%;
}
#fw16 a.foto img {
    display: block;
    height:100%;
}
#fw16 .overlay {
    position: absolute;
    bottom: 1em;
    width:100%;
    text-align: center;
}
#fw16 .overlay div {
    display: inline-block;
    background-color: rgba(0,0,0,0.4);
    border-radius:0.3em;
}
#fw16 .overlay a {
    margin:0.4em 0.2em;
    float: left;
    text-decoration: none;
    color:rgba(255,255,255,0.4);
    cursor: pointer;
    opacity: 0.4;
}
#fw16 .overlay a:hover, #fw16 .overlay a.sel {
    opacity: 1;
}
#fw16 .overlay a.item {
    width:0.5em;
    height:0.5em;
    border-radius:50%;
    background-color: #FFF;
}
#fw16 .overlay a.seta.esq {
    margin-right:0.5em;
}
#fw16 .overlay a.seta.dir {
    margin-left:0.5em;
}
#fw16 .overlay a.seta img {
    display: block;
    vertical-align: middle;
}
#fw16 .overlay a.mini {
    opacity: 1;
    height:5em;
    position: absolute;
    top:-6.6em;
    background-color: #DDD;
    padding:0.4em;
    margin-left:-0.2em;
    box-shadow: 0 0.4em 0px -0.2em rgba(0,0,0,0.05);
}
#fw16 .overlay a.foto.mini img.balao {
    height:15px;
    width:14px;
}


























#red {
    position: relative;
    overflow: hidden;
}
#red .bg {
    position: relative;
    width:100%;
    z-index: 1;
}
#red strong {
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    display: block;
    top:50%;
    margin-top:-1em;
    z-index: 3;
    font-size:5em;
    font-weight: 300;
    text-transform: uppercase;
    color:#FFF;
    animation-name: anim;
    animation-duration: 12s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    opacity:0;
}
#red strong.f1 {
}
#red strong.f2 {
    animation-delay: 4s;
}
#red strong.f3 {
    animation-delay: 8s;
}

@keyframes anim {
    0% { transform: scale(4); opacity:0;}
    3% {   transform: scale(1); opacity:1; animation-timing-function: linear; }
    31% {   transform: scale(0.9); opacity:1;}
    33.333% {  transform:scale(0.4); opacity:0;}
}

@media only screen and (max-width : 850px) {
    #red {
        position: relative;
        overflow: hidden;
        padding-top:130%;
    }
    #red .bg {
        width:auto;
        height:100%;
        position: absolute;
        top:0;
    }
    #red strong {
        font-size: 2em;
    }
}










#fw16-2 {

}
#fw16-2 a {
    display: inline-block;
    width:33.333333%;
    padding-top:25%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    -webkit-transition:all 1s ease-out;
    transition: all 1s ease-out;
    filter: grayscale(100%) brightness(140%) contrast(110%);
    -webkit-filter: grayscale(100%) brightness(140%) contrast(110%);
    -moz-filter: grayscale(100%) brightness(140%) contrast(110%);
    opacity: 0.7;
}
#fw16-2 a img {
    position: absolute;
    display: block;
    top:0;
    left:0;
    width:100%;
    -webkit-transition:all 1s ease-out;
}
#fw16-2 a:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    opacity: 1;
}
#fw16-2 a:hover img {
    /*transform:scale(1.05);*/
}






#newsletterReminder {
    position: fixed;
    bottom:2em;
    right:2em;
    margin-right:-100%;
    transition: all 1s ease-out;
    z-index:1000;
    background-color:#FFF;
    padding:1em;
    box-shadow: 0 10px 0 -5px rgba(0,0,0,0.4);
    box-shadow: 0 0 1em rgba(0,0,0,0.3);
    width:20em;
	max-width:80%;
}
#newsletterReminder.on {
    display: block;
    margin-right:0;
}
#newsletterReminder h2 {
    margin-top:0;
    margin-right:2em;
    text-transform: uppercase;
    font-size: 1.2em;
}
#newsletterReminder a.fechar {
    position: absolute;
    right:0.6em;
    top:0.4em;
    text-decoration: none;
    font-size: 2em;
    color:#666;
    cursor: pointer;
}
#newsletterReminder a.fechar:hover {
    color: #666666;
}
#newsletterReminder input {
    display: block;
    width:100%;
    font-size: 1em;
    margin-top:0.4em;
    padding:0.4em;
    box-sizing: border-box;
}
#newsletterReminder input.submit {
    text-transform: uppercase;
    background-color: #666666;
    color:#FFF;
    border:0;
}
#newsletterReminder input.submit:hover {
    background-color: #333;
}
#newsletterReminder input.submit:disabled {
	background-color:#CCC;
}
#newsletterReminder input[type="checkbox"] {
	width:auto;
	float:left;
	margin-right:0.5em;
}
#formNewsletterReminder label {
	font-size: 0.8em;
}







#ss17 {
    padding-top:2%;
    background-color: #FFF;
}
#ss17 .linha {
    padding:1%;
    background-color: #FFF;
    position: relative;
    z-index:1;
    margin-top:-3%;
}
#ss17 a {
    display: inline-block;
    position: relative;
    padding-top:43%;
    overflow: hidden;
    transition: all 0.2s ease-out;
}
#ss17 .linha a:first-child {
    margin-right:0.5%;
}
#ss17 .linha a:last-child {
    margin-left:0.5%;
}
#ss17 a img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
#ss17 a.h {
    width:69%;
}
#ss17 a.v {
    width:30%;
}
#ss17 a.c {
    width:49.5%;
    padding-top:33%;
}
#ss17 .linha:nth-child(even) {
    transform: rotate(1deg);
}
#ss17 .linha:nth-child(odd) {
    transform: rotate(-1deg);
}
#ss17 a:hover {
    transform: scale(0.98);
}




#menu li.n1.redline a {
	font-weight:normal;
	color:#CC0000;
}



#multimarca .mapa {
	position:relative;
	padding-top:60%;
}
#multimarca .mapa iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}


#home.v10 {
    margin:auto;
}
#home.v10 h1, #home.v10 h2, #home.v10 h3, #home.v10 h4 {
    font-weight: normal;
}
#home.v10 .bloco {
    display: block;
    position: relative;
}
#home.v10 .bloco.b100 {
    overflow:hidden;
}
#home.v10 .bloco.b100 a > img, #home.v10 a.bloco.b100 > img  {
    width:100%;
    display: block;
}
#home.v10 .bloco.slider {
}
#home.v10 .bloco.slider .holder {
    white-space: nowrap;
    transform: translateX(0vw);
    transition: 0.4s all ease-out;
}
#home.v10 .bloco.slider .holder a {
    display:inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
#home.v10 .bloco.slider .holder a {
	width:100%;
}
#home.v10 .bloco.slider .holder a .label {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 30%;
    text-align: left;
    color:#FFF;
    transition: all 0.3s ease-out;
    opacity: 1;
}
#home.v10 a .label button {
	margin-top:2em;
	text-transform: uppercase;
	border: 0;
	padding: 0.7em 2em;
	font-size: 1em;
  transition: all 0.2s ease-out;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-delay: 0.2s;
	border:2px solid #000;
	font-weight: 600;
}
#home.v10 a .label button:hover {
	background-color: #000;
	color:#FFF;
}
#home.v10 .bloco.slider .holder a.on:hover .label h3, #home.v10 .bloco.slider .holder a.on:hover .label h2, #home.v10 .bloco.slider .holder a.on:hover .label button {
    transform:translateX(10px);
}
#home.v10 .bloco.slider .holder a.on .label {
    opacity:1;
}
#home.v10 .bloco.slider .label h3, #home.v10 .bloco.slider .label h2 {
    color: #000;
	text-align: left;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	margin-bottom:0em;
	margin-top:0em;
	white-space: normal;
}
#home.v10 .bloco.slider .label h3 {
	font-size: 2em;
	transition-delay: 0.1s;
}

#home.v10 .bloco.slider .label h2 {
	font-size: 3em;
}
#home.v10 .bloco.slider .label h3 {
    pointer-events: none;
}
#home.v10 .bloco.slider > a {
    position: absolute;
    top:50%;
    margin:1em;
    margin-top:-1em;
    z-index: 100;
    opacity: 1;
}
#home.v10 .bloco.slider:hover > a {
    opacity: 1;
}
#home.v10 .bloco.slider > a.left {
    left:0;
}
#home.v10 .bloco.slider > a.right {
    right:0;
}
#home.v10 .bloco.slider .paginas {
    position: absolute;
    bottom: 5%;
    left:50%;
    width:4em;
    text-align: center;
    margin-left:-2em;
    z-index:10;
    pointer-events: none;
	display: none;
}
#home.v10 .bloco.slider .paginas .page {
    opacity: 0.3;
}
#home.v10 .bloco.slider .paginas .off {
    opacity: 0;
}
#home.v10 .bloco.slider .paginas .off {
    opacity: 0;
}
#home.v10 .bloco.slider .paginas .page.on {
    opacity: 1;
}
#home.v10 .bloco.slider .baixo {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:0.4em 0.7em;
	text-transform: uppercase;
	background-color:rgba(102,102,102, 0.5);
	color: #FFF;
	font-size:1.4em;
	font-weight:normal;
	text-align:center;
}


#home.v10 a.separador {
    display: block;
    padding:3%;
    font-size: 1.3em;
    text-align: left;
    text-decoration: none;
    position: relative;
    overflow: hidden;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	overflow:hidden;
}
#home.v10 a.separador:after {
    content: "";
    background-color:#000;
    position: absolute;
    bottom:0;
    left:0;
    width:0;
    height:2px;
    transform-origin: top right;
    transform:translateY(100%);
    transition: 0.3s all ease-out;
    z-index:-1;
}
#home.v10 a.separador:hover {
}
#home.v10 a.separador:hover:after {
    width:100%;
}
#home.v10 a.separador h3 {
	margin-top: 0;
	padding-top:0;
}


#home.v10 a.bloco.b75 {
	width:100%;
}
#home.v10 a.bloco.b75 img {
	width:100%;
}
#home.v10 a.bloco.b75 .label {
	position: absolute;
	right:0;
	top:50%;
	margin-top:-6.5em;
	width:35%;
	color:#000;
}
#home.v10 a.bloco.b75 .label h2 {
	font-size: 3em;
	margin-bottom:0;
	margin-top:0;
	color:#000;
	font-weight: 600;
}
#home.v10 a.bloco.b75 .label h3 {
	font-size: 1.8em;
	margin-top:0;
	margin-bottom: 1em;
	color:#454545;
	text-transform: uppercase;
}


#home.v10 .hr {
    opacity:1;
    border:0;
    height:0;
    padding:1px;
    margin:0;
    background-color: #666666;
}


#home.v10 a.separador.imagens3 {
  overflow: hidden;
	display: flex;
	box-sizing: border-box;
	align-items: flex-start;
}
#home.v10 a.separador.imagens3 h3 {
    display: block;
    margin-right:1em;
}
#home.v10 a.separador.imagens3 img {
    width:30%;
    display: block;
	transition: all 0.2s ease-out;
	margin-right:0.2em;
}
#home.v10 a.separador.imagens3:hover img {
	box-shadow: 0 0 1em rgba(0,0,0, 0.15);
}
#home.v10 .bloco.b100.video {
	position:relative;
	padding-bottom:56.25%;
	border-bottom:2px solid #000;
}
#home.v10 .bloco.b100.video .holder {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#home.v10 .bloco.b100.video .holder iframe {
	width:100%;
	height:100%;
}

#home.v10 .bloco.inset {
	padding:1em;
	padding-top:0em;
}
#home.v10 .bloco.inset h2 {
	padding-top:0;
	color:#000;
	margin-top:0;
	font-size: 2em;
}
#home.v10 ul.categorias {
	list-style: none;
	padding:0;
	display: flex;
}
#home.v10 ul.categorias:last-child {
	margin-bottom: 0;
}
#home.v10 ul.categorias li {
	width:25%;
	position: relative;
	box-sizing: border-box;
	margin-right: 1em;
}
#home.v10 ul.categorias li:last-child {
	margin-right: 0;
}
#home.v10 ul.categorias li a {
	width:100%;
  padding-top:133.25%;
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 0.2s ease-out;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.8em;
}
#home.v10 ul.categorias li a img, #home.v10 ul.categorias li a video {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	display: block;
	transition: all 0.2s ease-out;
}
#home.v10 ul.categorias li a span {
	display: block;
	background-color: #1F2F42;
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding:0.5em 1em;
	text-align: center;
	position: relative;
	z-index: 10;
	border-top:4px solid #FFF;
	transition: all 0.2s ease-out;
}
#home.v10 ul.categorias li a:hover img {
  transform: scale(0.95);
	opacity: 0.9;
}
#home.v10 ul.categorias li a:hover span {
	background-color: #000;
	transform: translateY(-50%)
}
#home.v10 ul.categorias li:nth-child(even) a:hover {
}
#home.v10 ul.categorias li:nth-child(odd) a:hover {
}
#home.v10 ul.categorias li a video {
	background-color: #FFF;
	opacity: 0;
	transition: all 0.5s ease-out;
}
#home.v10 ul.categorias li a:hover video {
	opacity: 1;
}




#home.v10 .artigos.slider .fita {
    width:100%;
    overflow: hidden;
}

#home.v10 .artigos.slider .fita ul {
    display: block;
    padding:0;
    position: relative;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
}
#home.v10 .artigos.slider .fita ul li {
    display: inline-block;
    width:21%;
    list-style: none;
    margin:2%;
    vertical-align: bottom;
}
#home.v10 .artigos.slider .fita ul li a {
    
}


#home.v10 .artigos.slider .fita ul li a {
	display:block;
    transition: all 0.2s ease-out;
    width:100%;
    padding-top:133.25%;
    position: relative;
    text-decoration: none;
    overflow:hidden;
} 
#home.v10 .artigos.slider .fita ul li a .foto {
	position:absolute;
    top:0; 
	left:0;
	right:0;
    transition: all 0.2s ease-out;
}
#home.v10 .artigos.slider .fita ul li a:hover .foto {
    box-shadow: 0 0 1em rgba(0,0,0,0.1);
    z-index:10;
}
#home.v10 .artigos.slider .fita ul li a .foto img {
	display:block;
	margin:auto;
	width:100%;
}
#home.v10 .artigos.slider .fita ul li a .info {
    font-size:0.9em;
    padding:0.5em;
    position: relative;
    z-index:10;
    background-color: #FFF;
}
#home.v10 .artigos.slider .fita ul li a .info strong, #home.v10 .artigos.slider .fita ul li a .info span {
	display:block;
}
#home.v10 .artigos.slider .fita ul li a .info strong {
    font-weight: bold;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    margin-bottom: 0.2em;
}
#home.v10 .artigos.slider .fita ul li a .info em {
	display:none;
}
#home.v10 .artigos.slider .fita ul li a .info span s {
	display:inline-block;
	margin-left:1em;
	text-decoration: line-through;
}
#home.v10 .artigos.slider .fita ul li a .info span.preco span {
	display:inline;
}
#home.v10 .artigos.slider .fita ul li a .precoDestaque, #home.v10 .artigos.slider .fita ul li a .ultimosTamanhos {
	position:absolute;
    top:1.35em; top:1.35rem;
    width:3em; width:3rem;
    text-align: right;
	background-color:#CC0000;
	color:#FFF;
	/*background-color:#feef00;
	color:#000;*/
	font-size:1.2em;
	padding:0.5em 0.5em; 
	-webkit-transition:visibility 0s linear,opacity 0.5s ease-out, top 0.5s ease-out;
	transition:visibility 0s linear,opacity 0.5s ease-out, top 0.5s ease-out;
}
#home.v10 .artigos.slider .fita ul li a:hover .precoDestaque {
	opacity:0;
}
#home.v10 .artigos.slider .fita ul li a .ultimosTamanhos {
    opacity:0;
    width:auto;
    text-transform: uppercase;
    font-size: 0.9em;
    top:1.2rem;
}
#home.v10 .artigos.slider .fita ul li a:hover .ultimosTamanhos {
    opacity:1;
}
#home.v10 .artigos.slider .fita ul li a .cores {
	position:absolute;
	top:2rem;
	right:1rem;
	visibility:hidden;
	-webkit-transition:visibility 0s linear,opacity 0.5s ease-out, top 0.5s ease-out;
	transition:visibility 0s linear,opacity 0.5s ease-out, top 0.5s ease-out;
	opacity:0;
    z-index: 1002;
}
#home.v10 .artigos.slider .fita ul li a .cores span.cor {
	display:block;
	width:1em;
	height:1em;
    border:0.15em solid transparent;
}
#home.v10 .artigos.slider .fita ul li a .cores span.cor img {
    width:100%;
    height:100%;
}
#home.v10 .artigos.slider .fita ul li a .novidade {
	position:absolute;
	top:0rem;
	left:0rem;
	display:block;
	padding:0.2em 0.5em;

	background-color:#D9A22C;
	color:#FFF;

	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}

#home.v10 .covid {
  border-bottom: 2px solid #CCC;
  padding-top:30%;
	background-color: #f0f0f0;
}
#home.v10 .covid img {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	z-index: 0;
}
#home.v10 .covid .label {
  position: absolute;
  top:0;
  left:5%;
  right:5%;
	text-align:center;
	font-weight:normal;
	z-index: 1;
}
#home.v10 .covid .label h2 {
	font-size: 1.4em;
}
#home.v10 .covid .label strong {
	text-transform: uppercase;
	font-size: 1.2em;
}




.videoFrame {
	width:100%;
	position:relative;
	padding-top:56.2%;
}
.videoFrame iframe {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.lojasHome {
	background-color: #000;
	display: block;
}
.lojasHome ul {
	list-style: none;
	display: flex;
	margin:0 auto;
	padding:0;
}
.lojasHome ul li {
	flex-grow: 1;
	text-align: center;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.lojasHome ul li img {
	display: block;
	height:2.5em;
	margin: 0.5em auto;
}
.lojasHome ul li:hover {
	background-color: rgba(255,255,255, 0.3);
}


#blackWeek {
	display:block;
	text-align:center;
	background-color:#000;
}
#blackWeek img {
	display:block;
	margin:auto;
	max-width:100%;
}

.yellowPrices {
    height: 6.6875em;
    background-size: auto 107px;
    cursor: pointer;
}

#promoBar {
	display:block;
	background-repeat:repeat-x;
	background-size:auto 100%;
	height: 5em;
	margin: 0.2em 0;
	animation-duration: 15s;
	animation-name: promoBarBgPosition;
	animation-iteration-count: infinite;
	/*animation-direction: alternate;*/
	animation-timing-function: linear;
}
@keyframes promoBarBgPosition {
	from 	{ background-position: 0 100% }
	to 		{ background-position: -33.3em 100% }
}

/* trocas */
#rodape {
	/* */
	padding-top: 4em;
	margin-top:-3.2em;
	/**/
}
#rodape .trocas {
	/*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*background-color: #a51d1d;*/
	background: linear-gradient(to right, #174159, #e62c2f);
    padding: 0.8em;
	text-transform: none;
	font-size: 1.2em;
}
#rodape .trocas a, #rodape .trocas {
    color: #FFF;
}
#rodape .trocas strong, #rodape .trocas span {
	font-weight: bold;
}
#rodape .trocas strong em {
	color: #FFF;
}

#rodape .trocas i {
	color: #ead67f;
}
#rodape .trocas b {
	font-weight: 700;
}
#rodape .trocas span {
	font-style:italic;
	color: #d6c995;
}
#rodape .trocas strong.red {
	color: #f84f30;
}
#rodape .trocas em {
}
@media all and (min-width: 0px) and (max-width: 850px) {
	#rodape {
		padding-top:1em;
		margin-top:0em;
	}
	#rodape .trocas {
		position: static;
		margin-bottom:1em;
	}
}
/* fim de trocas */

/*natal2020
#barraMenuLogo {
	background-image: url(../fotos/home/dez2020/topo-natal.png);
	background-position: 0 0;
	background-size: 11em;
}
*/
.promoMascara {
	display:block;
	margin:1em auto;
	background-color:#DDD;
	border-bottom:2px solid #ccc;
	color:#000;
	text-align:center;
	padding:0.5em 1em;
	text-decoration:none;
}
.promoMascara span {
	font-weight: bold;
	color:#CC0000;
}

#home.v10.summer20, #home.v10.summer20 h1, #home.v10.summer20 h2, #home.v10.summer20 h3, #home.v10.summer20 h4 {
	font-family: 'Raleway', serif;
	font-weight:800;
}
#home.v10.summer20 .slider h3 {
	font-weight:500;
}


#home.v10 .bloco.slider a .label h2 {
}

#home.v10 .grelha2 a:hover {
	transition-duration: 0.2s;
}
#home.v10 .grelha4 a:hover {
	opacity: 0.9;
	transform: scale(0.9);
	transition-duration: 0.2s;
}
#home.v10 .grelha4 > * {
	width:25%;
}
#home.v10 .grelha2, #home.v10 .grelha4 {
	display: flex;
}
#home.v10 .grelha2 img, #home.v10 .grelha4 img {
	width:100%;
}
#home.v10 .grelha2 > * {
  	width:50%;
	box-sizing: border-box;
}
#home.v10 .grelha2 > *:first-child {
	margin-right: 0.5em;
}
#home.v10 .grelha2 > *:last-child {
	margin-left: 0.5em;
}
#home.v10 .grelha2 a {	
	text-decoration: none;
}
#home.v10 .grelha2V {
	display: flex;
	align-content: stretch;
	flex-direction: column;
	overflow: visible;
}
#home.v10 .grelha2V a {
	display: block;
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
}
#home.v10 .grelha2V a:last-child {
	
}
#home.v10 .grelha2V a img {
  width:100%;
}
#home.v10 .grelha2V a:first-child {
}
#home.v10 .grelha2V a:last-child {
}
#home.v10 .grelha2 .quadrado.texto .texto {
	display: block;
	align-self: center;
	text-align: center;
	padding:10%;
	font-size: 1.2em;
}
#home.v10 .grelha2 .quadrado.texto .texto strong {
	text-decoration: underline;
	text-transform: uppercase;
}
#home.v10 .grelha2 .quadrado.texto .texto p {
	font-weight: 400;
	margin-bottom: 0;
}
#home.v10 .grelha2.principal > * {
	margin:0;
}
#home.v10 .grelha2 img {
	display: block;
}
#home.v10 .grelha2 a:hover .quadrado.texto {
  transform: scale(1.05);
	box-shadow: 0 0 0.5em rgba(0,0,0,0.05);
}
#home.v10 .grelha2 a.quadrado {
    transition: all 0.2s ease-out;
}
#home.v10 .grelha2 video {
	width: 100%;
	height: 100%;
}
#home.v10 .grelha2 a.quadrado:hover {
  filter: grayscale(1);
  transform: scale(1.02) rotate(1deg);	
}
#home.v10 .img100 {
	width:100%;
	margin-top: 0.5em;
}

#home.v10 .promoOutlet {
	background-color: #EF7F1A;
	color:#FFF;
	text-decoration:none;
	padding:1em;
	text-align:center;
	overflow: hidden;
}
#home.v10 .promoOutlet h1, #home.v10 .promoOutlet h2, #home.v10 .promoOutlet p {
	color:#FFF;
	margin:0;
	border:0;
	padding:0;
	margin:1%;
}
#home.v10 .promoOutlet h1 {
	font-size: 2em;
	transition: all 0.1s cubic-bezier(0,0,.39,1.43);
}
#home.v10 .promoOutlet:hover h1 {
	transform: scale(1.1);
	text-shadow: 0 0 0.2em rgba(0,0,0,0.4);
}
#home.v10 .promoOutlet h2 {
	animation: flash 0.4s 20;
}
#home.v10 .promoOutlet p {
	font-size: 0.7em;
	font-weight: normal;
}
@keyframes flash {
  0%   { opacity: 0.5; }
	50%   { opacity: 1; transform: scale(1.02); }
  100% { opacity: 0.5; }
}

#home.v10 a.bloco.b75.lookbookHome .label {
  left:12%;
  top:50%;
	transform:translateY(-50%);
  margin-top:0;
}
#home.v10 .bannerNovidades {
	display: block;
}
#home.v10 .bannerNovidades img {
	width:100%;
	display: block;
}
#home.v10 .bannerNovidades:hover {
	opacity: 0.9;
}



.promoTopo {
	display:block;
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.promoTopo .holder {
	color:#FFF;
	white-space: nowrap;
  transform: translateX(0vw);
  transition: 0.4s all ease-out;
	padding-bottom: 2em;
}
.promoTopo .holder .linha {
	width:100%;
	display:inline-block;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	color:#FFF;
	text-decoration: none;
}
.promoTopo .linha {
	padding:1em;
	white-space:normal;
}
#corpo .promoTopo .linha h2 {
	margin:0;
	padding:0;
	letter-spacing: 0.2em;
	color:#FFF;
	font-size: 2em;
}
#corpo .promoTopo .linha p {
	margin-top:0.2em;
	margin-bottom:0;
}
#corpo .promoTopo .linha u {
	font-weight: bold;
}
.promoTopo .paginas {
	position: absolute;
	bottom:0.5em;
	left:0;
	right:0;
	text-align:center;
	z-index: 1;
}
.promoTopo .paginas span {
	width:0.6em;
	height:0.6em;
  border:2px solid #FFF;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
  margin:0.2em;
}
.promoTopo .paginas span.on {
	background-color: #FFF;
}
body #menu li.stayHome a {
	color:#009748;
}







#home.v10 .textoBg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#home.v10 .textoBg.r2_6 {
	padding-top:37.5%;
}
#home.v10 .textoBg.r2 {
	padding-top:50%;
}
#home.v10 .textoBg.r2_3 {
	padding-top:66%;
}
#home.v10 .textoBg.bgR {
	background-position-x: right;
}
#home.v10 .textoBg.bgL {
	background-position-x: left;
}
#home.v10 .textoBg .texto {
	position: absolute;
}
.texto.hEsq {
	left:0;
}
.texto.hDir {
	right:0;
}
.texto.hCentro {
	left:50%;
	transform: translateX(-50%);
}
.texto.hvCentro {
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
}
.texto.hvCentroFull {
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.texto.vCentro {
	top:50%;
	transform: translateY(-50%);
}
.texto.vBaixo {
	bottom:0;
}
.texto.vTopo {
	top: 0;
}
.texto.aDir {
	text-align: right;
}
.texto.aCentro {
	text-align: center;
}
#home .texto {
	color:#FFF;
	text-shadow: 0 0 1em rgba(0, 0, 0, 0.8);
}
#home .texto.noShadow {
	text-shadow: none;
}

#home .texto h2, #home .texto h3, #home .texto h4 {
	text-transform: uppercase;
	line-height: 0.9em;
}
#home .texto h2 {
	font-size: 4em;
	font-weight: bold;
	margin:0;
}
#home .texto h2.bigger {
	font-size: 6em;
}
#home .texto h2.small {
	font-size: 3em;
}
#home .texto h3 {
	font-size: 3em;
	font-weight: 300;
	margin:0;
}
#home .texto h4 {
	font-size: 1.2em;
	font-weight: 300;
	margin-top:0.5em;
	margin-left:0.4em;
}
#home .margemV {
	margin-top:2em;
	margin-bottom:2em;
}
#home .margemVsmall {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#home .margemVbig {
	margin-top:1em;
	margin-bottom:1em;
}


#home .texto .copy {
	position: absolute;
	z-index: 0;
	color: #FFF;
}
#home .texto .copy.c1 {
	top:-1em;
	opacity: 0.1;
}
#home .texto .copy.c2 {
	top:-0.75em;
	opacity: 0.2;
}
#home .texto .copy.c3 {
	top:-0.5em;
	opacity: 0.3;
}
#home .texto .copy.c4 {
	top:-0.25em;
	opacity: 0.4;
}
#home .texto button {
	margin-top:2em;
	text-transform: uppercase;
	border: 0;
	padding: 0.7em 2em;
	font-size: 1em;
  	transition: all 0.2s ease-out;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border:1px solid #004b64;
	font-weight: 500;
	color:#004b64;
	background-color:transparent;
}
#home a:hover .texto button {
	background-color:#004b64;
	color:#FFF;
}
#home a.bloco {
	cursor: pointer;
}
#home .catVertical {
	display: flex;
}
#home .catVertical a {
	position: relative;
	flex-basis: 25%;
	overflow: hidden;
}
#home .catVertical img {
	width:70%;
	transition: all 0.2s ease-out;
}
#home .catVertical div {
	width:30%;
	left:70%;
	top:0;
	right:0;
	bottom:0;
	position: absolute;
	overflow: hidden;
}
#home .catVertical div span {
	display: block;
	position: absolute;
	top:50%;
	left:48%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg) ;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 3em;
	-webkit-text-stroke: 1px #356f93;
	color: #FFF;
	transition: all 0.2s ease-out;
	white-space: nowrap;
}
#home.v10 .catVertical a:hover {
	opacity: 0.9;
	transform: none;
}
#home.v10 .catVertical a:hover img {
	transform:scale(1.01);
}
#home.v10 .catVertical a:hover span {
	color: #356f93;
}
#home.v10 a:hover img.offOnHover {
	display: none;
}
#home.v10 a img.onOnHover {
	display: none;
}
#home.v10 a:hover img.onOnHover {
	display: block;
}


.homeRodape {
	background-color: #FF0000;
	background: linear-gradient(to right, #8E2120, #FF0000, #8E2120);
	font-style: italic;
	color: #FFF;
	padding: 0.6em;
	text-align: center;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
}
a.homeRodape:hover {
	cursor: pointer;
	opacity: 0.9;
}
a.homeRodape:hover {
	color: #FFF;
}
.homeRodape strong {
	font-weight:bold;
}
.homeRodape em {
	font-weight: bold;
	font-style: normal;
}


.fitaRodape {
	background-color: #FF0000;
	background: linear-gradient(to right, #8E2120, #FF0000, #8E2120);
	font-style: italic;
	color: #FFF;
	padding: 0.6em;
	text-align: center;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	position:absolute;
	left:0;
	right:0;
	top:0;
}
#rodape a.fitaRodape {
	color:#FFF;
}
a.fitaRodape:hover {
	cursor: pointer;
	opacity: 0.9;
}
a.fitaRodape:hover {
	color: #FFF;
}
.fitaRodape strong {
	font-weight:bold;
}
.fitaRodape em {
	font-weight: bold;
	font-style: normal;
}


#home.v10 .bloco.b100 a .logoAW {
	position: absolute;
	width:25em;
	height:auto;
	top: 50%;
	transform: translateY(-50%) translateX(-10%);
	left:50%;
}

#home .texto.vip h3 {
	font-weight: 600;
	font-size: 2.1em;
}
#home .texto.vip h2 {
	font-weight: 300;
}
#home.fall2021 .grelha2 .bgQuadrado {
	padding-top:50%;
}
#home.fall2021 .grelha2 .bgQuadrado .texto {
	transition: all 0.2s ease-out;
}
#home.fall2021 .grelha2 .bgQuadrado:hover .texto {
	transform: scale(1.04)
}
#home.fall2021 .noShadow {
	text-shadow: none;
}
#home.fall2021 .white, #home.fall2021 .white h2, #home.fall2021 .white h3, #home.fall2021 .white h4 {
	color: #FFF;
}

#home .texto.white button {
	border:1px solid #FFF;
	color:#FFF;
}
#home a:hover .texto.white button {
	background-color:#FFFFFF;
	color:#000;
}
#home .store h3 {
	color:#000;
}
#home .bestShoes {
	color:#FFF;
}
#home .bestShoesColor {
	color:#FFF;
	text-shadow: none;
	top: 0;
	bottom: 0;
	transform: none;
	display: flex;
	flex-direction: column;
	background-color: rgba(0,0,0,0.25);
	justify-content: center;
	padding:2em
}

#home .spring22 {
	background: radial-gradient(#CCD332, #069C94);
	position: relative;
}
#home .spring22.summer {
	background: radial-gradient(#FFF, #269ab5);
}
#home .spring22:after {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	opacity: 0;
	z-index: 0;
	transition: all 0.5s linear;
}
#home .spring22:hover:after {
	opacity: 1;
}
#home .spring22 .imagem {
	position: relative;
	mix-blend-mode: darken;
	z-index: 1;
}
#home .spring22 .logoSpring {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateX(-30%) translateY(-50%);
	height: 30%;
}

.incentivoCaixa {
	background-color: #455032;
	color: #d7ba98;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.incentivoCaixa p {
	flex-grow: 1;
	text-align: center;
}
.incentivoCaixa a {
	margin: 1em;
	background-color: #726e6b;
	padding: 0.4em 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
}
.incentivoCaixa a:hover {
	background-color: #666;
}

.campanhas {
	display:flex;
	flex-direction: column;
	gap: 1em;
}
.campanhas img {
	max-width: 100%;
}


#home .texto2 {
	color:#FFF;
	text-shadow: 0 0 1em rgba(0, 0, 0, 0.8);
}
#home .texto2.noShadow {
	text-shadow: none;
}
#home .texto2 {
	display: flex;
	flex-direction: column;
	gap: 1em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#home .texto2 h2, #home .texto2 h3, #home .texto2 h4 {
	text-transform: uppercase;
	white-space: wrap;
}
#home .texto2.hCentro {
	justify-content: center;
	text-align: center;
}
#home .texto2.vCentro {
	align-items: center;
}
#home .texto2 h2 {
	font-size: 3em;
	font-weight: bold;
	margin:0;
}
#home .texto2 h2.small {
	font-size: 2em;
}
#home .texto2 h3 {
	font-size: 1.7em;
	font-weight: 300;
	margin:0;
}

@media only screen and (min-width : 1px) {

}

@media only screen and (min-width : 500px) {

}

@media only screen and (min-width : 850px) {

}
@media only screen and (min-width : 1000px) {

}
@media only screen and (min-width : 1400px) {

}
@media only screen and (min-width : 1600px) {

}


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


}

/* mobile home */
@media all and (min-device-width: 0px) and (max-device-width: 850px), all and (min-width: 0px) and (max-width: 850px) {

	#home.v10 .bloco.slider > a {
		opacity: 0;
	}

	#home .texto2 {
		font-size: 0.5rem;
	}
	#home .texto h2 {
		font-size: 2.5em;
	}

	#home.v8 .bloco.b13 {
		width:100%;
	}
	#home.v8 .bloco.b13 .label {
		margin-top:-5em;
		padding-left:1em;
		padding-right:1em;
	}
	#home.v8 .b100.d4 {
		padding-bottom:20%;
		font-size:0.9em;
	}
	#home.v8 .b100.d4 > img {
		display:inline-block;
		float:none;
		vertical-align:top;
		width:29%;
	}
	#home.v8 .b100.d4 .labelBox {
		position: absolute;
		float:none;
		bottom:1em;
		width:auto;
		left:0;
		right:0;
	}
	#home.v8 .b100.d4 .labelBox .label {
		margin:0;
	}
	#home.v8 .b100.d4 .label h2 {
		margin-bottom:0.5em;
	}
	#home.v8 .label {
		box-shadow: 0 0 1em rgba(0,0,0,0.2);
	}

	#home.v8 .b23 .bg {
		width:100%;
	}
	#home.v8 .b23 .labelBox {
		float:none;
		width:auto;
		margin:0;
		margin-bottom:5%;
	}
	#home.v8 .b23 .labelBox .label {
		margin-top:-5em;
	}

	#home.v10 .textoBg.r2_6 {
		padding-top:50%;
	}
	#home.v10 .textoBg.r2 {
		/*padding-top:80%;*/
	}

	#home .bestShoes {
		font-size: 0.7em;
	}

	#home .grelha2 {
		gap: 1em;
	}

	#home .grelha2.margemVbig {
		margin-bottom: 0em;
	}
	/*
	#home .grelha2 {
		flex-wrap: wrap;
	}
	#home .grelha2 > * {
		flex-basis: 100%;
	}
	*/
	#home.fall2021 .grelha2 .bgQuadrado {
		padding-top:100%;
	}
	#home.v10 .bloco.b100 a .logoAW {
		width: 20em;
	}
}










/* mobile */
@media all and (min-width: 0px) and (max-width: 850px) {

	#corpo .colunas3 .coluna, #corpo .colunas3 .coluna:first-child, #corpo .colunas3 .coluna:last-child {
		display:block;
		width:auto;
		margin:0 1.5%;
	}

	.conteudoCentrado {
		padding:0em 1em;
	}

	.conteudoCentrado.mini {
		max-width:none;
	}

	.barraLoja .fotos {
		position:relative;
		padding:0;
	}
	.barraLoja img {
		position:static;
	}
	.barraLoja:hover img {
		width:100%;
		margin-left:0;
	}

	#corpo .barraLoja h1 {
		font-size:1.3em;
	}
	.barraLoja .morada {
		position:static;
		background-color:#F0F0F0;
		color:#666;
	}
	.barraLoja .morada a {
		color:#666;
	}


	.colunaMultiMarca {
		width:46%;
		margin:2%;
		margin-bottom:1em;
	}
	.colunasMultiMarca.worldwide .colunaMultiMarca {
		min-height:auto;
	}


	#point .texto {
		float:none;
		width:100%;
	}

	#point .fotosLegenda {
		float:none;
		width:100%;
	}

	#point .fotosLegenda img {
		width:100%;
	}

	#cuidados .simbolos .simbolo {
		width:47%;
		margin:1%;
		text-align:center;
	}
	#cuidados .simbolos .simbolo img {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}





	#wallpapers .foto {
		width:100%;
        opacity: 1;
	}
	#wallpapers .foto .opcoes {
		opacity:1;
		bottom:0;
	}

	#home .videoFull {
		padding-top:80%;
	}

    .nMobile {
        display: none;
    }


    .galeria a {
        width:50%;
    }



    .lookbookIndex a {
        margin:0;
        width:100%;
        margin-bottom: 1em;
    }
    #lbHolder .fotoLook {
        width:100%;
        padding-top:0;
    }
    #lbHolder .fotoLook img {
        position: static;
    }
    #lbHolder #artigos {
        width:100%;
        float:none;
        clear: both;
        padding-top:0.5em;
    }
    #lbHolder #artigos a {
        margin:2em 0;
    }
    #lbHolder.off #artigos {
        height:0;
    }
	.lookbookIndex a img {
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
	}
    .lb {
        min-height:70em;
    }
    .lookbook.off .fotoLook {
        pointer-events: none;
    }
    .lookbook.off .fotoLook a, .lookbook.off .fotoLook img {
        pointer-events:all;
    }



    #fw16-2 a {
        width:100%;
        padding-top:75%;
        filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        opacity: 1;
    }



    #ss17 {
        padding:0;
    }
    #ss17 a {
        margin:0;
    }
    #ss17 .linha {
        margin:0;
        padding:0;
    }
    #ss17 .linha a:first-child, #ss17 .linha a:last-child {
        margin:0%;
    }
    #ss17 a.h, #ss17 a.c {
        width:100%;
        padding-top:50%;
    }
    #ss17 a.v {
        width:100%;
        padding-top:90%;
    }
    #ss17 .linha:nth-child(even) {
        transform: none;
    }
    #ss17 .linha:nth-child(odd) {
        transform: none;
    }
    #ss17 a:hover {
        transform: scale(0.98);
    }

	#multimarca .mapa {
		padding-top:100%;
	}


    #home.v10 {
        font-size:0.6em;
    }
	#home.v10 .bloco.slider .label {
		font-size:0.7em;
	}
    #home.v10 .bloco.slider a .label .textbg {
        top:33%;
		height:33%;
    }
    #home.v10 .bloco.slider .paginas {
        display: none;
    }
    #home.v10 .bloco.b50.lista {
        width:100%;
    }
    #home.v10 .bloco.slider:hover > a {
        opacity: 0;
    }
	#home.v10 .bloco.slider .label h2 {
		font-size:3em;
	}
	#home.v10 .bloco.slider .label h3 {
		font-size:2em;
	}
	#home.v10 .bloco.b50.lista ul li a {
		font-size: 1.6em;
	}


	#home.v10 ul.categorias {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
	#home.v10 ul.categorias li {
		width:100%;
	}
	#home.v10 a.bloco.b75 .label {
	    width: 50%;
		text-shadow: 0 0 1em #FFF;
	}

	#home.v10 .grelha2.principal {
		flex-direction: column;
		margin-left:1%;
   		margin-right:1%;
	}
	#home.v10 .grelha2.principal > * {
    	width:100%;
    	box-sizing: border-box;
	}
	#home.v10 .grelha2.principal.reverseMobile .grelha2:last-child {
		flex-direction: row-reverse
	}
	#corpo .promoTopo .linha h2 {
		letter-spacing: inherit;
	}
	
	#home.v10 .covid {
		padding-top:50%;
		font-size: 1.2em;
	}
	#home.v10 .grelha2V a {
		margin-top:2%;
	}
	#home.v10 .grelha2V a:last-child {
		margin-bottom:2%;
	}
	#home.v10 .grelha2V a img {
		position: static;
	}
	
	#home.v10 a.bloco.b75.lookbookHome {
		font-size:0.7em;
		/*
		display: flex;
		flex-direction: column;
		text-decoration: none;
		*/
	}
	/*
	#home.v10 a.bloco.b75.lookbookHome .label, #home.v10 a.bloco.b75.lookbookHome img {
    position: relative;
	}
	#home.v10 a.bloco.b75.lookbookHome .label {
		order: 2;
		width: 100%;
		padding: 1em;
		text-align: center;
		margin:0;
		left:0;
		box-sizing: border-box;
	}
	#home.v10 a.bloco.b75.lookbookHome .label h2 {
		text-decoration: none;
	}
	#home.v10 a.bloco.b75.lookbookHome .label button {
    margin-left:1em;
	}
  */
	#home.v10 .grelha4 {
		flex-wrap: wrap;
	}
	#home.v10 .grelha4 > * {
		width: 50%;
	}
	#home.v10 .catVertical {
		flex-wrap: wrap;
	}
	#home.v10 .catVertical a {
		flex-basis: 50%;
	}
	.lojasHome ul {
		flex-wrap: wrap;
	}
	.lojasHome ul li {
		flex-basis: 100%;
		border-bottom: 1px solid #FFF;
	}
	.lojasHome ul li img {
		height:2em;
	}

	.fitaRodape { 
		position: static;
		margin-bottom:1em;
	}
	#home.v10 .grelha2 > *:first-child {
		margin-right:0em;
		margin-bottom:0.5em;
	}
	#home.v10 .grelha2 > *:last-child {
		margin-left:0em;
	}
}
