@charset "UTF-8";
@font-face {
  font-family: verdana;
  font-display: swap;
}

* {
	margin: 0; 
	padding: 0; 
	border: none;
	outline: none; 
	font-weight: 350;
	box-sizing: border-box; 
	font-family: verdana;
	vertical-align: middle;
	user-select: none;
}

body {

	margin:0;
	padding:0; 
	background-color: #0c0c0c;
}

h1 {
	width: 100%;
	color: #6b5e85;
	letter-spacing: 1px;
	font-weight: 350;
	font-stretch: ultra-condensed;
	font-family: Poppins;
	font-size: 3.5vw;
	font-style: italic;
	text-align: center;
	line-height: 4.4vw;
	margin: 1.2vw 0 2vw 0;
	padding: 0 0.8em 0 0.8em;
}

h2 {
	width: 100%;
	color: #6b5e85;
	letter-spacing: 0.5px;
	font-weight: 350;
	font-stretch: ultra-condensed;
	font-family: Poppins; 
	font-size: 3.2vw;
	font-style: italic; 
	line-height: 4.2vw; 
	text-align: justify; 
	margin-bottom: 1.2vw;
	padding: 0 0.8em 0 0.8em;
}

h3 {
	width: 100%;
	color: #6b5e85;
	letter-spacing: 0.5px;
	font-weight: 350;
	font-stretch: ultra-condensed;
	font-family: Poppins; 
	font-size: 3.2vw;
	font-style: italic; 
	line-height: 4.2vw; 
	text-align: justify; 
	margin-bottom: 1.2vw;
	padding: 0 0.8em 0 0.8em;
}

h4 {
	width: 100%;
	color: #6b5e85;
	letter-spacing: 1px;
	font-weight: 350;
	font-stretch: ultra-condensed;
	font-family: Poppins;
	font-size: 3.5vw;
	font-style: italic;
	line-height: 4.4vw;
	text-align: justify; 
	margin: 1.2vw 0 2vw 0;
	padding: 0 0.8em 0 0.8em;
	text-indent: 6vw;
}

h5 {
	width: 100%;
	color: #6b5e85;
	letter-spacing: 0.5px;
	font-weight: 350;
	font-stretch: ultra-condensed;
	font-family: Poppins; 
	font-size: 3.2vw;
	font-style: italic; 
	line-height: 4.2vw; 
	text-align: justify; 
	padding: 0 0.8em 0 0.8em;
	margin: 3vw 0 6vw 0;
	text-indent: 6vw;
}

p {
	width: 100%;
	letter-spacing: 0;
	font-stretch: ultra-condensed;
	font-family: Poppins; 
	font-size: 3.3vw;
	font-weight: 350;
	text-align: justify;
	line-height: 4.3vw;
	margin-bottom: 2.5%;
}

a {text-decoration: none;}

strong {
	text-decoration: none;
	width: 100%;
	color: #aa015e;
	letter-spacing: 0.5px;
	font-weight: 350;
	font-stretch: ultra-condensed;
	font-family: Poppins; 
	font-size: 3.5vw;
	font-style: italic;
	line-height: 4.4vw;
	text-align: justify; 
}

img {max-width: 100%;}


/* ========== FINAL DO RESET ========== */

/* ========== INICIO DO TOPO ========== */

div {
user-select: none;
}

.container p {
	user-select: none;
}

.site {
	width: 100%;
	max-width: 960px;
	height: 100%;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background: #0f0e0e;
	position: relative;
}

.site2 {
	width: 100%;
	height: 100%;
	float: center;
	margin: auto;

}

.header {
	width: 100%;
	max-width: 960px;
	height: 100%;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background: #0f0e0e;
	position: relative;
}

.topo {
	position: relative;
	max-width: 980px;
	height: 40px;
	margin-top: 2px;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	background-color: #212421;
  background-image: linear-gradient(#161616, #1d1d1d, #1d1d1d, #181818, #111111, #020202);
	border-bottom: 1px solid #2e2e2f;
	border-top: 1px solid #252526;
}

.seta-logo {
	float: left;
	height: 40px;
	line-height: 34px;
	padding-left: 10px;
}

.logo {
	float: left;
	color: #d7c9fd;
	height: 40px;
	font-size: 14px;
	line-height: 36px;
	padding: 0 4px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	text-shadow: #000 1px 2px 1px;
	font-weight: 200;
	text-decoration: none;
}

nav {
	float: right;
}

.clearfix {
	clear: both;
}

nav ul{
	margin: 0;
	padding: 0;
	display: flex;
}

nav ul li{
	list-style: none;

}

nav ul li a{
	display: block;
	margin: 0px 1px;
	padding-left:12px;
	padding-right:12px;
	text-decoration: none;
	text-shadow: #000 2px 3px 2px;
	line-height: 40px;
	color: #5a20f8;
		font-size: 15px;
}

nav ul li a:hover {
	background: #060707;
	color: #d7c9fd;
	transition: 0.5s;
}

.traco-topo {
	width: 1px;
	float: right;
	height: 30px;
	background-color: #000;
	border-right: 1px solid #050506;
	border-left: 1px solid #2b2b2c;
	margin-top: 5px;
	right: 60px;
	position: relative;
}

.btn_social b{
	float: right;
	height: 40px;
	line-height: 34px;
	font-size: 30px;
	text-shadow: #000 1px 2px 1px;
	color: #5a20f8;
	padding: 6px 15px 0 20px;
	position: relative;
}

.espacamento-cima-topo {
	float: left;
	width: 100%;
	height: 1.9vw;
	background-color: #111211;
}

.logomarca-container {
	width: 100%;
	float: left;
	margin-top: 1%;
	position: relative;
	padding-top: 20.5%;
}

.logomarca {
	width: 29vw;
	margin-left: 2.9%;
	margin-top: 2.6%;
	z-index: 10;
	position: absolute;
	top: 0;
	filter: drop-shadow(0.1rem 0.1rem 0.4rem #000); /* ========== efeito de sombra na imagem ========== */
}

.logomarca img {
	vertical-align: middle;
}
  
  .logomarca img {
	animation: 1.3s linear sun-rise ;
	animation-delay: 500ms;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  
  @keyframes sun-rise {
	from {
	  /* pushes the sun down past the viewport */
		opacity: 0;
	  }
	
	to {
	  /* returns the sun to its default position */
	  opacity: 1;
	}
}
@-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }

  .detalhe-lomarmaca {
	width: 99%;
	height: 16vw;
	background-color: #1c1c1e;
	position: absolute;
	top: 2vw;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	z-index: 0;
}

.detalhe1-lomarmaca {
	width: 97%;
	height: 16vw;
	background-color: #111211;
	border: 1px solid #1c1c1e;
	position: absolute;
	top: 2vw;
    margin-left: 1.5%;
	z-index: 1;
}

.detalhe2-lomarmaca {
	width: 97%;
	height: 6.8vw;
	background-color: #212421;
    background-image: linear-gradient(#282827, #323232, #31312f, #2d2d2d, #1a1a19, #131313);
	border-bottom: 1px solid #3d423d;
	border-top: 1px solid #3b403b;
	position: absolute;
	top: 6.6vw;
    margin-left: 1.5%;
	z-index: 2;
}

.caixa-texto-lomarmaca {
	width: 66%;
	height: 6.8vw;
	position: absolute;
	top: 6.8vw;
	left: 31%;
	padding-left: 1%;
	padding-right: 1%;
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.texto-lomarmaca {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	font-weight: lighter;
	font-stretch: condensed;
	font-family: verdana;
	font-size: 2.2vw;
	font-style: normal;
	line-height: 6.5vw;
    color: #746f85;
}



/* ========== FINAL DO TOPO ========== */
/* ========== INICIO DO CORPO ========== */

.article {
	width: 100%;
	max-width: 960px;
	height: 100%;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background: #060606;
	position: relative;
}


.container-corpo-apresentacao1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-apresentacao2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.apresentacao1 {
	float: left;
	width: 100%;
	height: 100%;

}

.apresentacao2 {
	width: 100%;
	height: 100%;
	float: left;
}

.container-capa1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-capa2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
    padding: 0%;
}

.detalhe1-cima {
	width: 100%;
	height: 0.5vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #252526;
}

.detalhe2-cima {
	width: 100%;
	height: 1.7vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-top: 1px solid #202022;
}

.detalhe3-cima {
	width: 100%;
	height: 9vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-top: 1px solid #262629;
}

.detalhe4-cima {
	width: 100%;
	height: 2px;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #330179;
}

.detalhe5-cima {
	width: 100%;
	height: 5px;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #0a0a0a;
}

.capa-do-site1 {
	float: left;
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top:153vw;
}

.capa-do-site2 {
		display: block;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.capa-do-site2 img {
	width: 100%;
	height: 100%;
	image-rendering: pixelated;
	padding: 0.8%;
}


.nome-site-capa {
		display: block;
	width: 86%;
	height: 12.5%;
	float:center ;
	position: absolute;
	border: 0px;
	top: 43%;
	left: 7%;
	opacity: 0.25;
	z-index: 995;
}

.nome-site-capa img{
	border: 0;
}


.capa-do-site3 {
		display: none;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.capa-do-site3 img {
	width: 100%;
	image-rendering: pixelated;
	padding: 0.8%;
}


.nome-site-capa3 {
		display: none;
	width: 86%;
	height: 12.5%;
	float:center ;
	position: absolute;
	border: 0px;
	top: 43%;
	left: 7%;
	opacity: 0.22;
	z-index: 995;
}

.nome-site-capa3 img{
	border: 0;
}

.detalhe1-baixo {
	width: 100%;
	height: 3px;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #0a0a0a;
}

.detalhe2-baixo {
	width: 100%;
	height: 1.4vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-bottom: 1px solid #262629;
}

.detalhe3-baixo {
	width: 100%;
	height: 1.1vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-bottom: 1px solid #202022;
}

.detalhe4-baixo {
	width: 100%;
	height: 0.5vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #252526;
}

.container-corpo-novidades1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-novidades2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.novidades1 {
	float: left;
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.novidades2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.novidades-acompanhantes {
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.novidades-acompanhantes iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 1%;
}

.container-corpo-destaque-do-mes1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-destaque-do-mes2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.destaque-do-mes1 {
	width: 100%;
	height: 0%;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	padding-top: 48vw;
}

.destaque-do-mes2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.destaque-do-mes2 img {
	width: 100%;
	height: 100%;
	image-rendering: pixelated;
	padding: 0.8%;
}

.nome-site-destaque-do-mes {
	width: 76%;
	height: 30%;
	float:center ;
	position: absolute;
	border: 0px;
	top: 35%;
	left: 12%;
	opacity: 0.23;
	z-index: 995;
}

.container-corpo-mais-clicados1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-mais-clicados2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.mais-clicados1 {
	width: 47%;
	height: 0%;
	float: left;
	margin-left: 1.9vw;
	margin-top: 1.8vw;
	position: relative;
	padding-top: 100vw;
	z-index: 993;
}

.mais-clicados2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.nome-site-mais-clicados {
	width: 90%;
	height: 12%;
	float:center ;
	position:absolute;
	border: 0px;
	top: 49%;
	left: 5%;
	opacity: 0.23;
	z-index: 998;
}

.container-corpo-destaque-da-semana1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-destaque-da-semana2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.destaque-da-semana1 {
	float: left;
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top: 45vw;
}

.destaque-da-semana2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.destaque-da-semana2 img {
	width: 100%;
	height: 100%;
	image-rendering: pixelated;
	padding: 0.8%;
}

.nome-site-destaque-da-semana {
	width: 76%;
	height: 30%;
	float:center ;
	position: absolute;
	border: 0px;
	top: 35%;
	left: 12%;
	opacity: 0.23;
	z-index: 995;
}

.bolinha-disponivel {
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	float: left;
	background-color:#01d0fa;
	margin-left: 3%;
	margin-right: 1%;
	margin-top: 1vw;
}


.bolinha-breve {
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	float: left;
	background-color:#fc5d01;
	margin-left: 3%;
	margin-right: 1%;
	margin-top: 1vw;
}

.bolinha-virtual {
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	float: left;
	background-color:#4801fc;
	margin-left: 2%;
	margin-right: 0%;
	margin-top: 1vw;
}

.quadradinho-container {
	width: 1.5vw;
	height: 0.6vw;
	float: left;
	margin-left: 3%;
	margin-top: 1.3vw;
}

.quadradinho-0 {
	width: 0.6vw;
	height: 0.6vw;
	float: left;
	background-color:#9c80f9;
	margin-left: 1%;
	margin-right: 20%;

}

.quadradinho {
	width: 0.6vw;
	height: 0.6vw;
	float: left;
	background-color:#fff;
	margin-left: 3%;
	margin-right: 1%;
	margin-top: 1.3vw;
}

.nome-disponivel {
	float: center;
	color: #01faeb;
	padding-bottom: 1vw;
	padding-left: 0.5vw;
}

.nome-nao-disponivel {
	float: center;
	color: #fc015a;
	padding-bottom: 1vw;
	padding-left: 0.5vw;
}

.texto-inner-categoria {
	float: center;
	color: #fff;
	letter-spacing: 0.6px;
	padding-bottom: 0.7vw;
	padding-left: 0.5vw;
	line-height: 2.5vw;
	font-size: 2vw;
}

.texto-inner-virtual {
	float: center;
	color: #ccbefb;
	letter-spacing: 0.6px;
	padding-bottom: 0.7vw;
	padding-left: 0.5vw;
	line-height: 2.5vw;
	font-size: 2vw;
}

.texto-inner-presencial-virtual {
	float: center;
	color: #ccbefb;
	letter-spacing: 0.2px;
	padding-bottom: 0.7vw;
	padding-left: 0.5vw;
	line-height: 2.5vw;
	font-size: 2vw;
}

.cartao{
	width: 3.5vw;
	float: right;
}

.cartao img{
	border: 0px;
	padding-right: 0.7vw;
	padding-bottom: 0.4vw;
}

.container-corpo-tops1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-tops2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
}

.tops1 {
	width: 31.6%;
	height: 0%;
	float: left;
	margin-left: 1.2vw;
	margin-top: 2vw;
	position: relative;
	padding-top: 56vw;
	z-index: 997;
}

.tops2 {
	width: 100%;
	height: 100%;
	float: left;
	padding: 0;	
	position: absolute;
	top: 0;
	left: 0;
}

figure {
	border: 0px;
	position: relative;
}

figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #2d2d2d;
	border-radius: 0px 0px 0 0;
	padding: 0.2rem;	
}

.icone-com-video {
	width: 29%;
	height: 2.8vw;
	float:left ;
	position:absolute;
	margin-top: 0.2rem;
	margin-right: 0.2rem;
	border: 0px;
	top: 1px;
	right: 1px;
	background: rgba(87, 1, 247, 0.8);
	border-bottom: 1px solid rgba(157, 106, 251, 0.6);
	border-radius: 0 0 0 7px;
	text-align: right;
	padding-right: 0.2rem;
	line-height: 2.8vw;
	letter-spacing: 0.2px;
	font-weight: 530;
	font-family: Arial;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
    color: rgb(250, 213, 238);
	z-index: 998;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	
	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;
}

.nome-site-top {
	width: 90%;
	height: 13%;
	float:center ;
	position:absolute;
	border: 0px;
	top: 47%;
	left: 5%;
	opacity: 0.25;
	z-index: 998;
}

.texto-sections {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 350;
	font-stretch: condensed;
	font-family: Poppins;
	font-size: 4vw;
	font-style: italic;
	line-height: 10.5vw;
    color: #6b5e85;
}

figcaption {
	width: 100%;
	height: 4.4vw;
	padding-left: 0.5rem;
	background: rgba(0, 0, 0, 0.3);
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	font-size: 3vw;
	line-height: 3.8vw;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-align: left;
	position: absolute;
	bottom: 1px;
	left: 0px;
	font-family: "Arial";
	font-weight: 500;
	font-stretch: ultra-condensed;

	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;
	vertical-align: middle;

		display: inline-block;

	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 1s; /* don't forget to set a duration! */
}

.inner {
	height: 3.3vw;
	padding: 0px;
	background-color: #171717;
	border: 1px solid #2d2d2d;
	margin-top: 1px;
	margin-bottom: 1vw;
	position: relative; 
	font-weight: 300;
	line-height: 3vw;
	font-size: 2.3vw;
	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;
}

.inner i {
	vertical-align: middle;

		display: inline-block;
}

.container-corpo-selecao-off-total1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-selecao-off-total2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.selecao-off-total1 {
	width: 48%;
	height: 0%;
	float: left;
	margin-left: 1.2vw;
	margin-top: 1.8vw;
	position: relative;
	padding-top: 33.5vw;
	z-index: 993;
}

.selecao-off-total2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.selecao-off-total3 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	filter: grayscale(.99);
}

.icone-exclusiva-selecao-off-total {
	width: 32%;
	height: 2.8vw;
	float:left ;
	position:absolute;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
	border: 0px;
	top: 1px;
	left: 1px;
	background-color: #f9058f;
	background: rgba(247, 1, 149, 0.6);
	border-bottom: 1px solid rgba(251, 174, 221, 0.6);
	border-radius: 0 0 7px 0;
	text-align: left;
	padding-left: 0.3rem;
	line-height: 2.8vw;
	letter-spacing: 0.5px;
	font-weight: 530;
	font-family: Arial;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
    color: rgb(250, 213, 238);
	z-index: 998;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);

	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;
}

.icone-com-video-selecao-off-total {
	width: 33%;
	height: 2.8vw;
	float:left ;
	position:absolute;
	margin-top: 0.2rem;
	margin-right: 0.2rem;
	border: 0px;
	top: 1px;
	right: 1px;
	background-color: #f9058f;
	background: rgba(87, 1, 247, 0.8);
	border-bottom: 1px solid rgba(157, 106, 251, 0.6);
	border-radius: 0 0 0 7px;
	text-align: right;
	padding-right: 0.3rem;
	line-height: 2.8vw;
	letter-spacing: 0.2px;
	font-weight: 530;
	font-family: Arial;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
    color: rgb(250, 213, 238);
	z-index: 998;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);

	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;
}

.nome-site-selecao-off-total {
	width: 90%;
	height: 31%;
	float:center ;
	position:absolute;
	border: 0px;
	top: 35%;
	left: 5%;
	opacity: 0.26;
	z-index: 998;
}

.container-corpo-outras-opcoes1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-outras-opcoes2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.outras-opcoes1 {
	float: left;
	width: 100%;
	height: 0%;
	margin-top: 1vw;
	margin-bottom: 1vw;
	padding: 0px;
	margin: 0px;
}

.outras-opcoes2 {
	width: 100%;
	height: 100%;
	float: left;
}

.outras-opcoes2 img {
	width: 100%;
	height: 100%;
}

.container-corpo-mais-acompanhantes1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-mais-acompanhantes2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.mais-acompanhantes1 {
	float: left;
	width: 100%;
	margin-top: 1vw;
	margin-bottom: 1vw;
display: flex;
align-items: center;
justify-content: center;
}

.mais-acompanhantes2 {
	width: 100%;
	width: 22%;
	float: left;
	border: 0.13em solid #252526;
	border-radius: 50%;
	margin-left: 2.5%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.mais-acompanhantes2 img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 3%;
}

.container-mais-acompanhantes-texto {
	width: 73%;
	height: 100%;
	float: right;
	margin: 0.2% 1% 0 1%;
}

.mais-acompanhantes-texto {
	float: left;
	width: 100%;
	height: 100%;
	color: #6b5e85;
	letter-spacing: 0.4px;
	font-weight: 350;
	font-stretch: ultra-condensed;
	font-family: Poppins; 
	font-size: 3.2vw;
	font-style: italic; 
	line-height: 3.5vw; 
display: flex;
align-items: center;
justify-content: center;
	margin-bottom: 0.2%;
	padding: 0 2% 0 2.5%;

}

.container-corpo-anuncios-garotas1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-anuncios-garotas2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.anuncios-garotas1 {
	float: left;
	width: 100%;
	height: 0%;
	margin-top: 1vw;
	margin-bottom: 1vw;
	padding: 0px;
	margin: 0px;
	padding-top: 55.5%;
	position: relative;
}

.anuncios-garotas2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.anuncios-garotas2 img {
	width: 100%;
	height: 100%;
}

.container-corpo-marketing1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-marketing2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.marketing1 {
	float: left;
	width: 100%;
	height: 0%;
	margin-top: 1vw;
	margin-bottom: 1vw;
	padding: 0px;
	margin: 0px;
	padding-top: 34%;
	position: relative;
}

.marketing2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.marketing2 img {
	width: 100%;
	height: 100%;
}

.container-corpo-publicidade1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-publicidade2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}

.publicidade1 {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0 2px 0 2px;
	margin: 0px;
}

.publicidade2 {
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	left: 0;
	margin: 1% 0 1% 0;
}

.menu-outras-cidades {
	width: 100%;
	float: left;
}

.espacamento-cidades {
	float: left;
	width: 96.6%;
	height: 1px;
	background-color: rgb(62, 62, 57);
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}

.caixa-texto {
	width: 97%;
	height:100%; 
	float: left;
 	margin-left: 1.5%;
  	margin-right: 1.5%;
  	margin-bottom: 1.5%;
	margin-top: 1.5%;
} 

.caixa-textob {
	width: 97%;
	height:100%; 
	float: left;
 	margin-left: 1.5%;
  	margin-right: 1.5%;
  	margin-bottom: 1.5%;
	margin-top: 1.5%;
} 

.caixa-texto2 {
	width: 99.6%;
	height:100%; 
	float: left;
	position:relative; 
	vertical-align: middle;
	border-right: 1px solid rgb(0, 0, 0);
	border-radius:3px;
	list-style:none; 
	z-index:1; 
	overflow:hidden; 
	text-align: center;
	letter-spacing: 2px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	display:block; 
	text-decoration:none; 
	color:#d7c9fd; 
	transition:.4s;
	background:#202021; 
}

.caixa-texto2:hover {
	color: #030303;
} 

.caixa-texto2::before {
	width: 99.6%;
	height:100%;
	position:absolute; 
	content:''; 
	top:95%; 
	left:0; 
	background:#5a20f8; 
	z-index:-1; 
	transform: scale(1); 
	transition:.4s; 
}

.caixa-texto2:hover::before { transition:0.4s; top:0%; }




.container-corpo-redes-sociais1 {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #252526;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-corpo-redes-sociais2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #252526;
    padding: 0%;
}


.redes-sociais1 {
	float: left;
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.redes-sociais2 {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.redes-sociais-botoes {
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.redes-sociais-botoes iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 1%;
}

.share {
	width: 100%;
	float: left;
	margin: 7px 0 7px 0;
}

.espacamento-share {
	width: 100%;
	height: 10px;
}

/* ========== FIM DO CORPO ========== */

/* ========== INICIO DO RODAPE ========== */




.container-rodape {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15vw;
}

.detalhe-rodape {
	width: 99%;
	height: 11vw;
	background-color: #252526;
	position: absolute;
	
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	z-index: 0;

}

.maxet {
	width: 20%;
	margin-left: 2.9%;
	z-index: 10;
	position: absolute;
}

.maxet img {
	vertical-align: middle;
}

.maxet img, {
	animation: 1.2s linear sun-rise;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  
  @keyframes sun-rise {
	from {
	  /* pushes the sun down past the viewport */
		opacity: 0;
	  }
	
	to {
	  /* returns the sun to its default position */
	  opacity: 1;
	}
}
	
@-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }


.detalhe1-rodape {
	width: 97%;
	height: 11vw;
	background-color: #111211;
	border: 1px solid #252526;
	position: absolute;
	
    margin-left: 1.5%;
	z-index: 1;
}

.detalhe2-rodape {
	width: 97%;
	height: 6.8vw;
	background-color: #212421;
    background-image: linear-gradient(#282827, #323232, #31312f, #2d2d2d, #1a1a19, #131313);
	border-bottom: 1px solid #3d423d;
	border-top: 1px solid #3b403b;
	position: absolute;
	top: 2.1vw;
    margin-left: 1.5%;
	z-index: 2;
}

.caixa-texto-rodape {
	width: 100%;
	height: 6.8vw;
	position: absolute;
	top: 2.2vw;
	padding-left: 2%;
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.texto-rodape {
	float: left;
	width: 100%;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 350;
	font-stretch: condensed;
	font-family: Verdana;
	text-align: center;
	font-size: 1.6vw;
	font-style: normal;
	line-height: 6.5vw;
	color: rgb(143, 141, 130);
	z-index: 99;
}

.texto-rodape::after {
	content: "Copyright © 2025 offtotal";
	  font-size: 11px !important;
	  font-weight: 350;
}
/* ========== INICIO BREAKPOINTS ========== */


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

	.menu-toggle {
		display: block;
		width: 12%;
		height: 8%;
		margin-right: 12px;
		margin-top: 3px;
		float: right;
		cursor: pointer;
		text-align: center;
		font-size: 1.6em;
		color: #5a20f8;
	}
	
	.menu-toggle:before{
		content: '\f0c9';
		font-family: fontAwesome;
		line-height: 1em;
	}
	
	.menu-toggle.active:before{
		content: '\f00d';
	
	}
	
	nav {
		display: none;
	
	}
	
	nav.active {
		display: block;
		width: 100%;
	}
	
	nav.active ul{
		display: block;
	}
	
	nav.active ul li{
		margin:0;
	}
	
	nav.active ul li a{
		margin: 8px 4px;
		padding:12px;
		font-size: 35px;
		line-height: 50px;
		color: #d7c9fd;
		text-align: center;
		background-color: #060707;
		border: 1px solid #5a20f8;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #9f7efb;
		color: #9f7efb;
	}
	
	.botao-mobile {
		display: block;
		float:right;
		width: 48px;
		margin-right: 4%;
		line-height:50px; 
	}

	.novidades1 {
		padding-top:61vw;
	}
	
	.novidades-acompanhantes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:61vw;
	}

	.tops1 {
	width: 47%;
	padding-top: 80vw;
}

.selecao-off-total1 {
	width: 96%;
	padding-top: 61vw;

}

	.redes-sociais1 {
		padding-top:30vw;
	}
	
	.redes-sociais-botoes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:30vw;
	}

	.texto-sections {
		letter-spacing: 1px;
		font-weight: 350;
		font-size: 3.5vw;
		line-height: 10vw;

	}

	.caixa-texto2 {
		padding: 3px;
	}

.maxet {
	padding-top: .9%;
}

.texto-botao-cidades {
	font-size: 3.6vw;
	line-height: 7vw;
}

.texto-rodape::after {
	  font-size: 3vw !important;
}

}

/* ========== SMALL DEVICES ========== */
@media only screen and (min-width: 321px) and (max-width: 480px)  {

	.menu-toggle{
		display: block;
		width: 9%;
		height: 9%;
		margin-right: 8px;
		margin-top: 0;
		float: right;
		cursor: pointer;
		text-shadow: #000 1px 2px 1px;
		text-align: center;
		font-size: 1.8em;
		color: #5a20f8;;
	}
	
	.menu-toggle:before{
		content: '\f0c9';
		font-family: fontAwesome;
		line-height: 1em;
	}
	
	.menu-toggle.active:before{
		content: '\f00d';
	
	}
	
	nav {
		display: none;
	
	}
	
	nav.active {
		display: block;
		width: 100%;
	}
	
	nav.active ul{
		display: block;
	}
	
	nav.active ul li{
		margin:0;
	}
	
	nav.active ul li a{
		margin: 8px 4px;
		padding:12px;
		font-size: 35px;
		line-height: 50px;
		color: #d7c9fd;
		text-align: center;
		background-color: #060707;
		border: 1px solid #5a20f8;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #9f7efb;
		color: #9f7efb;
	}
	
	.botao-mobile {
		display: block;
		float:right;
		width: 48px;
		margin-right: 4%;
		line-height:50px; 
	}

	.novidades1 {
		padding-top:46.5vw;
	}
	
	.novidades-acompanhantes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:46.5vw;
	}



	.redes-sociais1 {
		padding-top:90px;
	}
	
	.redes-sociais-botoes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:90px;
	}
	
	.caixa-texto2 {
		padding: 5px;
	
	}

.texto-botao-cidades {
	font-size: 3vw;
	line-height: 7vw;
}

.maxet {
	padding-top: .9%;
}

}


/* ========== MEDIUM DEVICES ========== */
@media only screen and (min-width: 481px) and (max-width: 840px) {

	.menu-toggle{
		display: block;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		float: right;
		cursor: pointer;
		text-shadow: #000 1px 2px 1px;
		text-align: center;
		font-size: 30px;
		color: #5a20f8;
	}
	
	.menu-toggle:before{
		content: '\f0c9';
		font-family: fontAwesome;
		line-height: 40px;
	}
	
	.menu-toggle.active:before{
		content: '\f00d';
	
	}
	
	nav {
		display: none;
	
	}
	
	nav.active {
		display: block;
		width: 100%;
	}
	
	nav.active ul{
		display: block;
	}
	
	nav.active ul li{
		margin:0;
	}
	
	nav.active ul li a{
		margin: 8px 4px;
		padding:12px;
		font-size: 35px;
		line-height: 50px;
		color: #d7c9fd;
		text-align: center;
		background-color: #060707;
		border: 1px solid #5a20f8;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #9f7efb;
		color: #9f7efb;
	}

.capa-do-site1 {
	padding-top: 71vw;
}

.capa-do-site2 {
		display: none;
}

.capa-do-site3 {
		display: block;
}

.nome-site-capa3 {
		display: block;
	height: 26%;
	top: 37%;
}

.capa-do-site3 img {
	width: 100%;
	height: 100%;
}

.mais-clicados1 {
	width: 29vw;
	padding-top: 66vw;
}

.novidades1 {
	padding-top:38.5vw;
}

.novidades-acompanhantes {
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top:38.5vw;
}

.redes-sociais1 {
	padding-top:90px;
}

.redes-sociais-botoes {
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top:90px;
}

.caixa-texto2 {
	font-size: 15px;
	line-height: 50px;
}

.publicidade2 {
	width: 49%;
	margin: 0.5%;
}

.maxet {
	padding-top: .9%;
}

}

/* ========== LARGE DEVICES ========== */
@media only screen and (min-width: 841px) and (max-width: 960px) {
	
	nav {
		height: 40px;
		margin-right: 20px;
}

	nav ul li a {
		line-height: 38px;
}

/* ========== INICIO DO CORPO ========== */
.capa-do-site1 {
	padding-top: 71vw;
}

.capa-do-site2 {
		display: none;
}

.capa-do-site3 {
		display: block;
}

.mais-clicados1 {
	width: 29vw;
	padding-top: 66vw;
}

.nome-site-capa3 {
		display: block;
	height: 26%;
	top: 37%;
}

.capa-do-site3 img {
	width: 100%;
	height: 100%;
}

.novidades1 {
	padding-top:32.5vw;
}

.novidades-acompanhantes {
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top:32.5vw;
}

	.redes-sociais1 {
		padding-top:90px;
	}
	
	.redes-sociais-botoes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:90px;
	}


	.selecao-off-total1 {
		padding-top: 33vw;
	}
	
	.container-mais-acompanhantes-texto {
		width: 68vw;
	}

	.caixa-texto {
		width: 46.9%;
	}

	.caixa-texto2 {
		font-size: 14px;
		line-height: 50px;
	}

	.publicidade2 {
	width: 49%;
	margin: 0.5%;
}

/* ========== INICIO DO RODAPE ========== */


	.container-rodape {
        width: 100%;
        float: left;  
    }

    .detalhe-rodape {
        height: 102px;
        top: 0px;
    }

	.maxet {
	width: 112px;
	margin-left: 30px;
	top: 25px
	}

    .detalhe1-rodape {
        height: 102px;
        top: 0px;
    }

    .detalhe2-rodape {
        height: 60px;
        top: 21px;
    }

    .caixa-texto-rodape {
        height: 60px;
        padding-left: 5%;
        top: 37px;
    }

    .texto-rodape {
        letter-spacing: 3px;      
        font-size: 12px;
        line-height:30px;
        color: rgb(143, 141, 130);
    }

}

/* ========== FULL DEVICES ========== */
@media only screen and (min-width: 981px) {

	nav {
		height: 40px;
		margin-right: 20px;
}

	nav ul li a {
		line-height: 38px;
}


h1 {
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 35px;
	margin: 15px 0 20px 0;
	padding: 0 30px 0 30px;
}

h2 {
	font-size: 25px;
	line-height: 32px; 
	margin-bottom: 15px;
	padding: 0 30px 0 30px;
}

h3 {
	font-size: 25px;
	line-height: 32px; 
	margin-bottom: 15px;
	padding: 0 30px 0 30px;
}

h4 {
	font-size: 25px;
	line-height: 32px; 
	margin-bottom: 15px;
	padding: 0 30px 0 30px;
	margin: 15px 0 30px 0;
}

h5 {
	font-size: 25px;
	line-height: 32px; 
	margin-bottom: 15px;
	padding: 0 30px 0 30px;
	margin: 30px 0 50px 0;
}

strong {
	font-size: 25px;
	line-height: 32px; 
	margin-bottom: 15px;
}

    .espacamento-cima-topo {
        height: 18px;   
    }

    .logomarca-container {
        width: 100%;
        float: left;
		padding-top: 158px;
    }
    
    .logomarca {
        width: 200px;
    }

    .detalhe-lomarmaca {
        height: 132px;
        top: 8px;
    }
    
    .detalhe1-lomarmaca {
        height: 132px;
        top: 8px;
    }

    .detalhe2-lomarmaca {
        height: 60px;
        top: 44px;
    }

    .caixa-texto-lomarmaca {
		width: 68%;
        height: 60px;
		left: 24%;
        padding-left: 5%;
        top: 58px;
    }

    .texto-lomarmaca {
        letter-spacing: 3px;      
        font-size: 20px;
        line-height:30px;
    }

.container-corpo-apresentacao1 {
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
}

.container-corpo-apresentacao2 {
    margin-left: 8px;
    margin-right: 8px;
}

	.texto-sections {
		letter-spacing: 3px;
		font-weight: 350;
		font-size: 30px;
		line-height: 70px;
	}
	
.capa-do-site1 {
	padding-top: 680px;
}

.capa-do-site2 {
		display: none;
}

.capa-do-site3 {
		display: block;
}

.nome-site-capa3 {
		display: block;
	width: 86%;
	height: 26%;
	top: 37%;
}

.capa-do-site3 img {
	width: 100%;
	height: 100%;
}

.novidades1{
	padding-top:317px;
}

.novidades-acompanhantes {
	padding-top:317px;
}

	.redes-sociais1{
		padding-top:90px;
	}
	
	.redes-sociais-botoes {
		padding-top:90px;
	}

	.detalhe1-cima {
		height: 6px;
	}

	.detalhe2-cima {
		height: 19px;
	}

	.detalhe3-cima {
		height: 65px;
	}

	.capa-do-site2 img {

	}
	
	figure {

	}
	
	figure img {

	}
	
	figcaption {
		height: 75px;
		font-size: 35px;
		line-height: 70px;
		letter-spacing: 2px; 
		font-weight: 320;
	}
	
	figcaption i {

	}
	
	.destaque-do-mes1 {
		padding-top: 465px;
	}


.mais-clicados1 {
	width: 209px;
	margin-left: 18px;
	margin-top: 17px;
	padding-top: 480px;
}

	.destaque-da-semana1 {
		padding-top: 435px;
	}

	.bolinha-disponivel {
		width: 8px;
		height: 8px;
		margin-left: 8px;
		margin-right: 3px;
		margin-top: 10px;
	}
	
	.bolinha-breve {
		width: 8px;
		height: 8px;
		margin-left: 8px;
		margin-right: 3px;
		margin-top: 10px;
	}

	.quadradinho {
		width: 8px;
		height: 8px;
		margin-left: 8px;
		margin-right: 3px;
		margin-top: 10px;
	}


	.detalhe1-baixo {
		height: 3px;
	}
	
	.detalhe2-baixo {
		height: 18px;
	}
	
	.detalhe3-baixo {
		height: 10px;
	}
	
	.detalhe4-baixo {
		height: 6px;
	}
	
	.nome-disponivel {
		padding-bottom: 5px;
		padding-left: 5px;
		line-height: 20px;
	}
	
	.nome-nao-disponivel {
		padding-bottom: 5px;
		padding-left: 5px;
		line-height: 20px;
	}
	
	.nome-breve {
		padding-bottom: 5px;
		padding-left: 5px;
		line-height: 20px;
	}
	
	.cartao{
		width: 38px;
	}
	
	.cartao img{
		padding-right: 10px;
		padding-bottom: 5px;
	}
	
	.tops1 {
		width: 31.6%;
		margin-left: 11px;
		margin-top: 18px;
		padding-top: 550px;
	}

	figure img {
		padding: 5px;		
	}
		
	figcaption {
		height: 40px;
		padding-left: 10px;
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 0.5px;
	}
	
	.selecao-off-total1 {
		margin-left: 11px;
		margin-top: 18px;
		padding-top: 315px;
	}

	.icone-exclusiva {
		width: 91px;
		height: 20px;
		margin-top: 5px;
		margin-left: 5px;
		border-radius: 0 0 10px 0;
		padding-right: 6px;
		line-height: 20px;
		font-size: 13px;
	}
	
	.icone-com-video {
		width: 58px;
		height: 20px;
		margin-top: 5px;
		margin-right: 5px;
		border-radius: 0 0 0 10px;
		padding-left: 6px;
		line-height: 20px;
		font-size: 13px;
	}

	.icone-exclusiva-selecao-off-total {
		width: 95px;
		height: 20px;
		margin-top: 5px;
		margin-left: 5px;
		border-radius: 0 0 10px 0;
		padding-right: 6px;
		line-height: 20px;
		font-size: 13px;
	}
	
	.icone-com-video-selecao-off-total {
		width: 93px;
		height: 20px;
		margin-top: 5px;
		margin-right: 5px;
		border-radius: 0 0 0 10px;
		padding-left: 6px;
		line-height: 20px;
		font-size: 13px;
	}

	.inner {
		height: 30px;
		margin-bottom: 10px;
		line-height: 30px;
		font-size: 16px;
		margin-top: 2px;
	}
	
	.mais-acompanhantes1 {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.mais-acompanhantes2 {
		width: 100%;
		width: 22%;
		border-radius: 50%;
		margin-left: 25px;
	}
	
	.mais-acompanhantes2 img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0.3em;
	}
	
	.container-mais-acompanhantes-texto {
		width: 72%;
		margin: 5px 10px 5px 10px;
		margin-top: 68px;
	}
	
	.mais-acompanhantes-texto {
		font-size: 25px;
		line-height: 35px; 
		margin-bottom: 10px;
		padding: 0 10px 0 8px;
	}
	
	.caixa-texto {
		width: 46.9%;
	}

	.caixa-texto2 {
		font-size: 15px;
		line-height: 50px;
	}

.publicidade2 {
	width: 49%;
	margin: 0.5%;
}

	.container-rodape {
		margin-bottom: 117px;
	}
	
	.detalhe-rodape {
		height: 107px;
		margin-left: 0.5%;
	}
	
	.maxet {
		width: 120px;
		margin-left: 30px;
		top: 25px;
	}
	
	.detalhe1-rodape {
		height: 107px;	
		margin-left: 1.5%;
	}
	
	.detalhe2-rodape {
		height: 68px;
		top: 20px;
		margin-left: 1.5%;
	}
	
	.caixa-texto-rodape {
		height: 68px;
		top: 18px;
		padding-left: 20px;
	}
	
	.texto-rodape {
		letter-spacing: 3px; 
		font-size: 16px;
		line-height: 68px;
	}

}