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


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0c0c0c;
	outline: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



body {
  user-select: none;
  -webkit-user-select: none; /* Safari/Chrome iOS */
  -ms-user-select: none;     /* IE/Edge antigo */
}


img {
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}


    main {
      max-width: 1200px;
      margin: 0 auto;
      padding: 1.5rem 1.5rem;
    }

   h1, h2 {
      line-height: 1.3rem;
    }

h1 {
	width: 100%;
	color: #8b657a;
	letter-spacing: 1px;
	font-weight: 600;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   		font-size: 1.5rem;
	text-align: center; 
      margin-bottom: 1.5rem;
      line-height: 1.7rem;
}

h2 {
	width: 100%;
	color: #8b657a;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   		font-size: 1.3;
	font-style: italic; 
	text-align: justify; 
      margin: 2rem 0 1rem;
}

h3 {
	width: 100%;
      max-width: 900px;
      margin: 0 auto;
	color: #8b657a;
	letter-spacing: 1px;
	font-weight: 500;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   		font-size: 1.5rem;
	text-align: center; 
      line-height: 1.3;
      padding: 0.5rem;
}

h4 {
	width: 100%;
	color: #8b657a;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   		font-size: 1.3;
  	font-style: italic; 
	text-align: center; 
      margin: 0;
}

h5 {
	width: 100%;
	color: #8b657a;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	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%;
	color: #8b657a;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 1.1rem;
      line-height: 1.5rem;
	font-style: italic; 
	text-align: justify; 
      margin-bottom: 1.25rem;

}

a {text-decoration: none;
color: #b4246b;
cursor: pointer;
}

a:hover {
	color: #fff;
}

strong {
	text-decoration: none;
	width: 100%;
	color: #8b657a;
	letter-spacing: 0.5px;
      font-weight: 600;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 1.1rem;
	font-style: italic;
	text-align: justify; 
}


    .ul-article {
	text-decoration: none;
	width: calc(100% - 1.25rem);
	color: #8b657a;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin-left: 1.25rem;
      margin-bottom: 1.5rem;
	font-style: italic;
	text-align: justify; 
    }

    .li-article {
 	text-decoration: none;
	width: 100%;
	color: #8b657a;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin-bottom: 0.5rem;
      padding-right: 1.5rem;
      font-size: 1rem;
	font-style: italic;
	text-align: justify; 
    }


    em {
      font-style: italic;
    }

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




.site{
	width: 100%;
	max-width: 1200px;
}


/* ========== INICIO DO MENU ========== */



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

.topo {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 42px;
	margin-top: 2px;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	background-color: #0f0f0f;
	border-bottom: 1px solid #1a1a1a;
	border-top: 1px solid #252526;
	z-index: 999;
}

.seta-logo {
	float: left;
	width: 26px;
	height: 38px;
  background-color: #390016;
border-radius: 12px 0px 0px 12px;
margin-left: 2px;
margin-top: 1px;
  	display: flex;
    	justify-content: center;
    	align-items: center;
}

.seta-logo img{
padding-left: 4px;
} 

.logo {
	float: left;
	color: #c3c0c1;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	padding: 0 6px;
  	display: flex;
    	justify-content: center;
    	align-items: center;
	box-sizing: border-box;
	float: left;
	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;
	line-height: 40px;
	color: #9e7485;
	border-left: 1px solid #000;
}

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


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

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

}

.logomarca1 {
	width: 100%;
	float: left;
		z-index: 10;
position: absolute;
		display: flex;
	align-items: center;
	justify-content: center;
	top: 5vw;
}

.logomarca2 {
	width: 75vw;
	float: left;
	z-index: 11;
	aspect-ratio: 268 / 270; /* reserva espaço de imagem mantendo a proporção */
}

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

.detalhe-lomarmaca {
	width: 100%;
	height: 12vw;
	background-color: #151515;
	position: absolute;
	top: 68.3vw;
	z-index: 0;
	display: none;
}

.detalhe1-lomarmaca {
	width: 98%;
	height: 12vw;
	background-color: #0c0c0c;
	border: 1px solid #151515;
	position: absolute;
	top: 68.3vw;
    margin-left: 1%;
	z-index: 1;
	display: none;
}

.detalhe2-lomarmaca {
	width: 100%;
	height: 7vw;
  background-color: #151515;
	border-bottom: 1px solid #000;
	border-top: 1px solid #150008;
	position: absolute;
	top: 70.8vw;
	z-index: 2;
}

.caixa-texto-lomarmaca {
	width: 73%;
	height: 6.8vw;
	position: absolute;
	top: 11.9vw;
	left: 26%;
	padding-left: 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: 550;
	font-stretch: condensed;
	font-family: verdana;
	font-size: 2.2vw;
	font-style: normal;
	line-height: 6.5vw;
	color: rgb(143, 139, 130);
	display: none;
}


/* ========== FIM DO TOPO ========== */


/* SEÇÃO MENSAGEM INICIAL */
.apresentacao1 {
	float: left;
	width: 100%;
	height: 100%;
}

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

/* FIM SEÇÃO MENSAGEM INICIAL */

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

.detalhe2-outras-opcoes-cima, .detalhe2-coelhinhas-top-cima {
	width: 100%;
	height: 6px;
	float: center;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-top: 1px solid #202022;
}
 .detalhe3-outras-opcoes-cima, .detalhe3-coelhinhas-top-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-outras-opcoes-cima, .detalhe4-publicidade-cima, .detalhe4-coelhinhas-top-cima {
	width: 100%;
	height: 2px;
	float: center;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #530020;
}

.detalhe5-outras-opcoes-cima, .detalhe5-publicidade-cima, .detalhe5-coelhinhas-top-cima {
	width: 100%;
	height: 6px;
	float: center;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #0a0a0a;
}


.texto-sections {
	float: left;
	width: 100%;
	height: 9vw;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 300;
	font-stretch: condensed;
	font-family: Poppins;
	font-size: 4vw;
	font-style: italic;
  color: #855e74;
  display: flex;
	align-items: center;
	justify-content: center;
}


/* SEÇÃO COELHINHAS TOP */
.coelhinhas-top {
	float: left;
	width: 100%;
	max-width: 1200px;
	background-color: #101010;
}

.container {
			width: 100%;
			float: left;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding: 15px 0 15px 8px;
      justify-content: flex-start; /* Garante que comece da esquerda */
      align-items: flex-start;
    }


    .box-coelhinhas-top {
      flex: 0 1 calc(50% - 8px); /* 2 por linha */
      position: relative;
 			overflow: hidden;
      border: 1px solid #252525;
      padding: 4px;
     opacity: 1;
     transform: translatey(0);
     transition: opacity 0.5s ease, transform 0.5s ease;
    }

	.box-coelhinhas-top.hidden {
		opacity: 0;
		transform: translateY(-5px);
	}

	    .box1 {
      flex: 0 1 calc(33.333% - 8px); /* 3 por linha */
      position: relative;
 			overflow: hidden;
      border: 1px solid #252525;
      padding: 4px;

     transform: translatey(0);
     transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .box1 img {
    		opacity: 0.7;
	filter: grayscale(.99);
    }

	.box1.hidden {
		opacity: 0;
		transform: translateY(-5px);
	}

	.image-wrapper {
		position: relative;
		width: 100%;
		aspect-ratio: 200 / 354; /* reserva espaço de imagem mantendo a proporção */
		background-color: #222; /* cinza escuro com espaço reservado */
	}

	.image-wrapper img {
		width: 100%;
		height: 100%;
    	object-fit: cover;
    	display: block;
	}

    .overlay-text {
    	position: absolute;
    	bottom: 3.3vw;
    	width: 100%;
    	height: 4.4vw;
    	background-color: rgba(0, 0, 0, 0.3); /* fundo preto com opacidade 20% */
    	color: #fff;
    	text-align: left;
    	padding: 2px 3px 2px 1.5vw;
    	font-size: 3vw;
    	font-weight: 500;
    	letter-spacing: 0.5px;

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

.texto-nome-site{
			float: left;
			bottom: 50%;
	    position: absolute;
    	width: 100%;
    	height: auto;
    	color:  rgba(253, 253, 253, 0.2); /* cor braca com opacidade 20% */
    	font-size: 2.5vw;
    	font-weight: 500;
    	letter-spacing: 0.5px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	box-sizing: border-box;
			z-index: 5;
}

.texto-nome-site-top{
			float: left;
			bottom: 50%;
	    position: absolute;
    	width: 100%;
    	height: auto;
    	color:  rgba(253, 253, 253, 0.2); /* cor braca com opacidade 20% */
    	font-size: 2.5vw;
    	font-weight: 500;
    	letter-spacing: 0.5px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	box-sizing: border-box;
			z-index: 5;
}

	.video-icon {
	  position: absolute;
	  bottom: -0.2vw;
	  right: 1vw;
	  padding: 0;
	  z-index: 1;
	  display: true; /* escondido por padrão */
	}

	.box[data-video="true"] .video-icon {
	  display: flex; /* só mostra se o atributo existir */
	}

	.video-icon svg {
	  width: 3vw;
	  height: 3vw;
	  fill: rgba(253, 253, 253, 0.9);
	}

	.cartao-icon {
	  position: absolute;
	  bottom: -0.2vw;
	  right: 5.4vw;

	  padding: 0;
	  z-index: 2;
	  display: true; /* escondido por padrão */
	}

	.box[data-cartao="true"] .video-icon {
	  display: flex; /* só mostra se o atributo existir */
	}

	.cartao-icon svg {
	  width: 3.2vw;
	  height: 1.9vw;
	  fill: rgba(253, 253, 253, 0.9);
	}

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

	.inner i {
		vertical-align: middle;
			display: inline-block;
	}

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

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

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

.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;
}

.nome-breve {
	float: center;
	color: #fff;
	padding-bottom: 1vw;
	padding-left: 0.5vw;
}

.icone-exclusiva {
	width: 55%;
	height: 2.8vw;
	float: left;
	position: absolute;
	border: 0px;
	top: 0;
	left: 0;
	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.2rem;
	line-height: 2.8vw;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-family: verdana, sans-serif;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
  color: rgb(250, 213, 238);
	z-index: 4;
	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-bronze {
	width: 42%;
	height: 2.8vw;
	float: left;
	position: absolute;
	border: 0px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #ab867c, #a67b5b, #e9dcd4, #8c5e3f);
	border-bottom: 1px solid rgba(251, 181, 174, 0.6);
	border-radius: 0 0 7px 0;
	text-align: left;
	padding-left: 0.2rem;
	line-height: 2.8vw;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: verdana, sans-serif;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
  color: #000;
	z-index: 4;
	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-prata {
	width: 40%;
	height: 2.8vw;
	float: left;
	position: absolute;
	border: 0px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #999ba1, #7b7e83, #d4dce9, #63666d);
	border-bottom: 1px solid rgba(192, 192, 192, 0.6);
	border-radius: 0 0 7px 0;
	text-align: left;
	padding-left: 0.2rem;
	line-height: 2.8vw;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: verdana, sans-serif;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
  color: #000;
	z-index: 4;
	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-ouro {
	width: 42%;
	height: 2.8vw;
	float: left;
	position: absolute;
	border: 0px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #b6a578, #b49c54, #e9e8d4, #94803c);
	border-bottom: 1px solid rgba(252, 232, 194, 0.6);
	border-radius: 0 0 7px 0;
	text-align: left;
	padding-left: 0.2rem;
	line-height: 2.8vw;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: verdana, sans-serif;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
  color: #000;
	z-index: 4;
	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-diamante {
	width: 45%;
	height: 2.8vw;
	float: left;
	position: absolute;
	border: 0px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #8c3f6a, #e9d4de, #d8a1b9, #e9d4de, #e9d4de, #8c3f6a);
	border-bottom: 1px solid rgba(251, 174, 216, 0.6);
	border-radius: 0 0 7px 0;
	text-align: left;
	padding-left: 0.2rem;
	line-height: 2.8vw;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: verdana, sans-serif;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
  color: #000;
	z-index: 4;
	text-shadow: 0 1px 3px rgba(255,255,255,.6);
	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-diamante2 {
	width: 42%;
	height: 2.8vw;
	float: left;
	position: absolute;
	border: 0px;
	top: 0;
	left: 0;
	background: linear-gradient(
    135deg,
    rgba(251, 213, 225, 0.3) 0%, /* Destaque */
    rgba(192, 192, 192, 0.1) 10%, /* Luz */
    rgba(220, 220, 220, 0.2) 25%, /* Meio-tom */
    rgba(160, 160, 160, 0.15) 50%, /* Sombra */
    rgba(128, 128, 128, 0.1) 75%, /* Sombra mais escura */
    rgba(255, 255, 255, 0.2) 100% /* Destaque */
  );
	border-bottom: 1px solid rgba(192, 192, 192, 0.5);
	border-radius: 0 0 7px 0;
	text-align: left;
	padding-left: 0.2rem;
	line-height: 2.8vw;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: verdana, sans-serif;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
  color: rgba(255, 255, 255,.7);

	z-index: 4;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);

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

	display: inline-block;
}

.diamante {
	width: 12px;
	height: 12px;
	float: right;
	line-height: 2.8vw;
	padding-top: 3px;
}


/* FIM DA SEÇÃO COELHINHAS TOP */

.detalhe1-baixo {
	width: 100%;
	height: 4px;
	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;
	margin-bottom: 4vw;
}

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


/* SEÇÃO SELEÇÃO NACIONAL */

.selecao-nacional {
	float: left;
	width: 100%;
	max-width: 1200px;
	background-color: #101010;
}

   .box-selecao-nacional {
      flex: 0 1 calc(50% - 8px); /* 3 por linha */
      position: relative;
 			overflow: hidden;
      border: 1px solid #252525;
      padding: 4px;
     opacity: 1;
     transform: translatey(0);
     transition: opacity 0.5s ease, transform 0.5s ease;
    }

	.box-selecao-nacional.hidden {
		opacity: 0;
		transform: translateY(-5px);
	}

	    .box2 {
      flex: 0 1 calc(50% - 8px); /* 3 por linha */
      position: relative;
 			overflow: hidden;
      border: 1px solid #252525;
      padding: 4px;
     opacity: 1;
     transform: translatey(0);
     transition: opacity 0.5s ease, transform 0.5s ease;
    }

	.box2.hidden {
		opacity: 0;
		transform: translateY(-5px);
	}

	.image-wrapper2 {
		position: relative;
		width: 100%;
		aspect-ratio: 300 / 185; /* reserva espaço de imagem mantendo a proporção */
		background-color: #222; /* cinza escuro com espaço reservado */

	}

	.image-wrapper2 img {
		width: 100%;
		height: 100%;
    	object-fit: cover;
    	display: block;
	}

	.icone-exclusiva2 {
	width: 34%;
	height: 2.8vw;
	float: left;
	position: absolute;
	border: 0px;
	top: 0;
	left: 0;
	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.2rem;
	line-height: 2.8vw;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-family: verdana, sans-serif;
	font-size: 2.2vw;
	font-style: italic;
	font-stretch: ultra-condensed;
  color: rgb(250, 213, 238);
	z-index: 4;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);

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

	display: inline-block;
}

/* FIM SEÇÃO SELEÇÃO NACIONAL */


/* SEÇÃO OUTRAS OPÇÕES */

.outras-opcoes2 {
	width: 100%;
	float: left;
	aspect-ratio: 500 / 170; /* reserva espaço de imagem mantendo a proporção */
}

.outras-opcoes2 img {
	width: 100%;
	height: 100%;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
  object-fit: cover;
  display: block;
}

/* FIM SEÇÃO OUTRAS OPÇÕES */


/* SEÇÃO FOTÓGRAFOS */

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

.fotografo2 {
	width: 22vw;
	height: 22vw;
	float: left;
	border: 0.13em solid #252526;
	border-radius: 50%;
	margin-left: 2.5%;
	aspect-ratio: 1 / 1; /* reserva espaço de imagem mantendo a proporção */
}

.fotografo2 img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0.3em;
}

.container-fotografo-texto {
	width: 67vw;
	height: 100%;
	float: right;
	margin: 0.2em 1vw 0.2em 1vw;
}

.fotografo-texto {
	float: left;
	width: 100%;
	color: #855e74;
	letter-spacing: 0.5px;
	font-weight: 150;
	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 1.2em 0 0.8em;
}

/* FIM SEÇÃO FOTÓGRAFOS */

/* SEÇÃO ANÚNCIOS GAROTAS */

.anuncios-garotas1 {
	float: left;
	width: 100%;
}

.anuncios-garotas2 {
	width: 100%;
	height: 100%;
	float: left;
	aspect-ratio: 500 / 275; /* reserva espaço de imagem mantendo a proporção */
}

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

/* FIM SEÇÃO ANÚNCIOS GAROTAS */

/* SEÇÃO ANÚNCIOS EMPRESAS */

.marketing1 {
	float: left;
	width: 100%;
}

.marketing2 {
	width: 100%;
	height: 100%;
	float: left;
	aspect-ratio: 500 / 275; /* reserva espaço de imagem mantendo a proporção */
}

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

/* FIM SEÇÃO ANÚNCIOS EMPRESAS */


/* SEÇÃO PUBLICIDADES*/

.publicidades {
			width: 100%;
			float: left;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: flex-start; /* Garante que comece da esquerda */
      align-items: flex-start;
      padding: 2vw 0 0 8px;
}

.publicidade1 {
		flex: 0 1 calc(100% - 8px); /* 2 por linha */
	  position: relative;
	 	overflow: hidden;
}

.publicidade2 {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	float: left;
	border: 1px solid #333;
	aspect-ratio: 500 / 500; /* reserva espaço de imagem mantendo a proporção */
		margin-bottom: 2vw;
	 	overflow: hidden;
}

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

/* FIM SEÇÃO PUBLICIDADES */


/* ARTIGO */

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

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

}

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

/* FIM ARTIGO */

.container-botao {
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% 0 4% 0;
}

.container-botao2 {
	width: 94%;
	border: 2px solid #530020;
	border-radius: 0px;
}

.texto-pre-botao {
	width: 100%;
	color: #d6afc1;
	letter-spacing: 1px;
	font-weight: 600;
	font-stretch: ultra-condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   		font-size: 1.1rem;
   		line-height: 1.5;
	font-style: italic; 
	text-align: center; 
      padding: 0 .8rem 0 .8rem;
 	margin-top: 6%;
}

.botao {
	width: 100%;
	float: left;
	display: flex;
  justify-content: center;
  align-items: center;
  	margin-bottom: 7%;
   	margin-top: 3%; 
   	padding-left: 1%;
}

.caixa-textob {
	width: 96%;
	height:100%; 
	float: left;	
	align-items: center;
} 

.caixa-texto2 {
	width: calc(99.6% - 2px);
	height:100%; 
	float: left;
	position:relative; 
	vertical-align: middle;
	border: 1px solid #9e7485;
	border-radius:15px;
	list-style:none; 
	z-index:1; 
	overflow:hidden; 
	text-align: center;
	letter-spacing: 4px;
	font-weight: 550;
	font-stretch: condensed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	display:block; 
	text-decoration:none; 
	color:#d6afc1; 
	transition:.4s;
	background: #390016; 
  font-size: 4vw;
  padding: 3vw 10px 3vw 10px;
  line-height: 6vw;
}

.caixa-texto2:hover {
	color: #fc6387;
	border: 1px solid #9e7485;
} 

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

.niveis {
	width: 100%;
	float: left;
}

.bronze {
	width: 100%;
	padding: 0 20px 0 20px;
}

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



/* RODAPÉ */

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

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

.detalhe-rodape {
	width: 100%;
	height: 11vw;
	background-color: #161616;
	position: absolute;
	
	z-index: 0;
}

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

.maxet img {
	width: 100%;
	height: 100%;
	aspect-ratio: 200 / 95; /* reserva espaço de imagem mantendo a proporção */
}

.detalhe1-rodape {
	width: 98%;
	height: 11vw;
	background-color: #0c0c0c;
	border: 1px solid #161616;
	position: absolute;
	
    margin-left: 1%;
	z-index: 1;
}

.detalhe2-rodape {
	width: calc(98% - 4px);
	height: 6.8vw;
	background-color: #161616;

	border-bottom: 1px solid #000;
	border-top: 1px solid #150008;
	position: absolute;
	top: 2.1vw;
    margin-left: calc(1% + 2px);
	z-index: 2;
}

.caixa-texto-rodape {
	width: 100%;
	height: 6.8vw;
	position: absolute;
	top: 2.2vw;
	padding-left: 5%;
	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 © 2017 - 2025 coelhinhasselected.com.br";
}

/* FIM DO RODAPÉ */

/* ========== INICIO BREAKPOINTS ========== */



/* ========== DEVICES ========== */
@media (min-width: 1px) and (max-width: 320px)  {

      h1, h3 {
        font-size: 1.1rem;
      }

      h2, h4 {
        font-size: 0.9rem;
        line-height: 1.5rem;
      }

      p, .li-article  {
        font-size: 0.9rem;
        line-height: 1.5rem;
      }

      main {
        padding: 1.5rem 0.9rem;
      }

      strong {
      	font-size: 0.9rem;
      	font-weight: 550;
      }



/* SEÇÃO MENU */

	.menu-toggle{
		display: block;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 0;
		float: right;
		cursor: pointer;
		text-align: center;
		font-size: 23px;
		color: #9e7485;
	}
	
	.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: 1.4rem;
		line-height: 40px;
		color: #c3aeb5;
		text-align: center;
		background-color: #060707;
		border: 1px solid #9e7485;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #8a023b;
		color: #8a023b;
	}
	
	.botao-mobile {
		display: block;
		float:right;
		width: 48px;
		margin-right: 4%;
		line-height:50px; 
	}

	.logo {
		font-size: 5vw;
	}

.texto-lomarmaca {
	font-size: 2vw;
	letter-spacing: 1px;
}

/* SEÇÃO COELHINHAS TOP */

.container {
      gap: 6px;
      padding: 10px 0 10px 6px;
    }

    .box-coelhinhas-top {
      flex: 0 1 calc(50% - 6px); /* 2 por linha */
      padding: 2px;
    }

	    .box1 {
      flex: 0 1 calc(50% - 6px); /* 2 por linha */
      padding: 2px;
    }


    .overlay-text {
    	height: 6vw;
    	padding: 2px 3px 2px 5px;
    	font-size: 3.2vw;
			font-weight: 500;
    }

  .texto-nome-site-top{
    	font-size: 3.5vw;
    	letter-spacing: 0.5px;
}

  .texto-nome-site{
    	font-size: 5vw;
    	letter-spacing: 0.5px;
}

.inner {
		height: 4vw;
		line-height: 3.4vw;
		font-size: 2.7vw;
	}

.bolinha-disponivel {
	width: 1.5vw;
	height: 1.5vw;
}

.bolinha-nao-disponivel {
	width: 1.5vw;
	height: 1.5vw;
}

.bolinha-breve {
	width: 1.5vw;
	height: 1.5vw;
}

.icone-exclusiva {
	width: 40%;
	height: 3vw;
	line-height: 3vw;
	font-weight: 600;
	font-size: 2.2vw;
}

.icone-bronze {
	width: 34%;
	height: 3vw;
	line-height: 3vw;
	font-weight: 600;
	font-size: 2.2vw;
}

.icone-prata {
	width: 29%;
	height: 3vw;
	line-height: 3vw;
	font-weight: 600;
	font-size: 2.2vw;
}

.icone-ouro {
	width: 26%;
	height: 3vw;
	line-height: 3vw;
	font-weight: 600;
	font-size: 2.2vw;
}

.icone-diamante {
	width: 42%;
	height: 3vw;
	line-height: 3vw;
	font-weight: 600;
	font-size: 2.2vw;
}

/* FIM DA SEÇÃO COELHINHAS TOP */


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

.texto-rodape {
	font-size: 2.3vw;
	padding-left: 17%;
}

}


/* ========== MOBILE ========== */
@media (min-width: 321px) and (max-width: 480px)  {

      h1, h3 {
        font-size: 1.2rem;
      }

      h2, h4 {
        font-size: 1rem;
        line-height: 1.5rem;
      }

      p, .li-article  {
        font-size: 1rem;
        line-height: 1.5rem;
      }

      main {
        padding: 1.5rem 1rem;
      }

      strong {
      	font-size: 1rem;
      	font-weight: 550;
      }




	.menu-toggle{
		display: block;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 0;
		float: right;
		cursor: pointer;
		text-align: center;
		font-size: 30px;
		color: #9e7485;
	}
	
	.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: 1.6rem;
		line-height: 40px;
		color: #c3aeb5;
		font-weight: 400px;
		text-align: center;
		background-color: #060707;
		border: 1px solid #9e7485;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #8a023b;
		color: #8a023b;
	}
	
	.botao-mobile {
		display: block;
		float:right;
		width: 48px;
		margin-right: 4%;
		line-height:50px; 
	}

.texto-lomarmaca {
	font-size: 2.3vw;
}

/* SEÇÃO COELHINHAS TOP */

    .overlay-text {
    	height: 3.8vw;
    	padding: 3px 3px 2px 5px;
    	font-size: 2.3vw;
    	font-weight: 500;
    	letter-spacing: 0.1px;
    }

  .texto-nome-site-top{
    	font-size: 2.5vw;
    	letter-spacing: 0.3px;
}

  .texto-nome-site{
    	font-size: 2.5vw;
    	letter-spacing: 0.3px;
}

.icone-exclusiva {
	width: 55%;
}

.icone-bronze {
	width: 30%;
	font-weight: 500;
}

.icone-prata {
	width: 25%;
	font-weight: 500;
}

.icone-ouro {
	width: 23%;
	font-weight: 500;
}

.icone-diamante {
	width: 37%;
	font-weight: 500;
}

/* FIM DA SEÇÃO COELHINHAS TOP */


.texto-rodape {
	font-size: 2.2vw;
	padding-left: 17%;
}

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



}

/* ========== EXTRA SMALL DEVICES ========== */
@media (min-width: 481px) and (max-width: 768px) {

      h1, h3 {
        font-size: 1.2rem;
      }

      h2, h4 {
        font-size: 1rem;
        line-height: 1.5rem;
      }

      p, .li-article  {
        font-size: 1rem;
        line-height: 1.5rem;
      }

      main {
        padding: 1.5rem 1rem;
      }

      strong {
      	font-size: 1rem;
      	font-weight: 550;
      }


.menu-toggle{
		display: block;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		float: right;
		cursor: pointer;

		text-align: center;
		font-size: 30px;
		color: #9e7485;
	}
	
	.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: #c3aeb5;
		text-align: center;
		background-color: #060707;
		border: 1px solid #9e7485;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #8a023b;
		color: #8a023b;
	}


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

.logomarca-container {
	padding-top: 70.5vw;

}

.logomarca2 {
	width: 60vw;
}

.logomarca img {
	width: 100%;
	height: 100%;

}

.detalhe-lomarmaca {
	top: 53.3vw;
	display: none;
}

.detalhe1-lomarmaca {
	top: 53.3vw;
	display: none;
}

.detalhe2-lomarmaca {
	height: 6vw;
	top: 57.5vw;
}



/* ========== FINAL DO TOPO ========== */


/* SEÇÃO COELHINHAS TOP */

.box-coelhinhas-top {
      flex: 0 1 calc(33.333% - 8px); /* 3 por linha */
 }

    .overlay-text {
    	height: 3.5vw;
    	font-size: 2.3vw;
    	letter-spacing: 0.3px;
    }

.icone-exclusiva {
	width: 47%;
	height: 2.5vw;
	line-height: 2.5vw;
	font-size: 1.8vw;
}

.icone-bronze {
	width: 35%;
	height: 2.5vw;
	line-height: 2.5vw;
	font-size: 1.8vw;
	font-weight: 500;
}

.icone-prata {
	width: 29%;
	height: 2.5vw;
	line-height: 2.5vw;
	font-size: 1.8vw;
	font-weight: 500;
}

.icone-ouro {
	width: 26%;
	height: 2.5vw;
	line-height: 2.5vw;
	font-size: 1.8vw;
	font-weight: 500;
}

.icone-diamante {
	width: 43%;
	height: 2.5vw;
	line-height: 2.5vw;
	font-size: 1.8vw;
	font-weight: 500;
}

/* FIM DA SEÇÃO COELHINHAS TOP */

.caixa-texto2 {
	letter-spacing: 4px;
  font-size: 22px;
  padding: 15px 10px 20px 15px;
  line-height: 30px;
}

.texto-rodape {
	font-size: 2vw;
	padding-left: 17%;
}

.maxet {
	padding-top: .8vw;
		display: flex;
	align-items: center;
	justify-content: center;
}


}

/* ========== SMALL TABLETS ========== */
@media (min-width: 769px) and (max-width: 992px) {

/* ========== INICIO DO CORPO ========== */

      h1, h3 {
        font-size: 1.3rem;
      }

      h2, h4 {
        font-size: 1.1rem;
        line-height: 1.5rem;
      }

      p, .li-article  {
        font-size: 1.1rem;
        line-height: 1.5rem;
      }

      main {
        padding: 1.5rem 1rem;
      }

      strong {
      	font-size: 1.1rem;
      }

.menu-toggle{
		display: block;
	}


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

.logomarca-container {
	margin-top: 0;
	padding-top: 26vw;
	top: -1.4vw;
}


.logomarca1 {
		display: flex;
	align-items: center;
	justify-content: left;
	top: 0;
}

.logomarca2 {
	width: 26.1vw;
	margin-left: 2.9%;
	top: 0;
}

.logomarca2 img {
  display: block;
}


.detalhe-lomarmaca {
	width: 100%;
	height: 16vw;
	background-color: #151515;
	position: absolute;
	top: 8.3vw;
	z-index: 0;
	display: block;
}

.detalhe1-lomarmaca {
	width: 98%;
	height: 16vw;
	top: 8.3vw;
    margin-left: 1%;
	z-index: 1;
	display: block;
}

.detalhe2-lomarmaca {
	width: calc(98% - 4px);
	height: 6.8vw;
	border-bottom: 1px solid #000;
	border-top: 1px solid #150008;
	position: absolute;
	top: 12.9vw;
    margin-left: calc(1% + 2px);
	z-index: 2;
	display: block;
}

.caixa-texto-lomarmaca {
	width: 73%;
	height: 6.8vw;
	top: 12.9vw;
	left: 26%;
	padding-left: 1%;
	display: block;
}

.texto-lomarmaca {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 550;
	font-size: 2.2vw;
	line-height: 6.5vw;
	color: rgb(143, 139, 130);
	display: block;
}



/* ========== FINAL DO TOPO ========== */

.detalhe3-coelhinhas-top-cima{
		height: 65px;
}


.texto-sections {
	height: 65px;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 2rem;
}


/* SEÇÃO COELHINHAS TOP */

.container {
      gap: 12px;
      padding: 20px 0 20px 12px;
    }

    .box-coelhinhas-top {
      flex: 0 1 calc(25% - 12px); /* 4 por linha */
      padding: 5px;
    }

    .box1 {
      flex: 0 1 calc(25% - 12px); /* 4 por linha */
      padding: 5px;
    }


    .overlay-text {
    	height: 3vw;
    	line-height: 2.8vw;
      bottom: 3.1vw;
    	font-size: 1.8vw;
    	letter-spacing: 0.3px;
  		padding: 2px 3px 2px 1vw;
    }

  .texto-nome-site-top{
    	font-size: 1.9vw;
    	letter-spacing: 0.2px;
}

  .texto-nome-site{
    	font-size: 2.6vw;
    	letter-spacing: 0.5px;
}

	.inner {
		height: 3vw;
		line-height: 2.8vw;
		font-size: 1.3vw;
	}

.bolinha-disponivel {
	width: 0.8vw;
	height: 0.8vw;
}

.bolinha-nao-disponivel {
	width: 0.8vw;
	height: 0.8vw;
}

.bolinha-breve {
	width: 0.8vw;
	height: 0.8vw;
}

.icone-exclusiva {
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
}

.icone-bronze {
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-prata {
	width: 50px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-ouro {
	width: 46px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-diamante {
	width: 72px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

/* FIM DA SEÇÃO COELHINHAS TOP */


	.container-fotografo-texto {
		width: 68vw;
	}

/* SEÇÃO PUBLICIDADES*/

.publicidades {
      gap: 8px;
      padding: 2vw 0 0 8px;
}

.publicidade1 {
		flex: 0 1 calc(50% - 8px); /* 2 por linha */
}

.publicidade2 {
		margin-bottom: 2vw;
}

/* FIM SEÇÃO PUBLICIDADES */


.caixa-texto2 {
	letter-spacing: 4px;
  font-size: 22px;
  padding: 15px 10px 20px 15px;
  line-height: 30px;
}

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

.bronze {
	padding: 0 12px 0 12px;
}

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


.texto-rodape {
	font-size: 2.1vw;
	padding-left: 17%;
}

.maxet {
	padding-top: .9%;
		display: flex;
	align-items: center;
	justify-content: center;
}

}


/* ========== LARGE TABLETS/LAPTOPS ========== */
@media (min-width: 993px) and (max-width: 1200px) {

h2 {
	line-height: 1.6rem;
	font-size: 1.2rem;
}

.menu-toggle{
		display: none;
	}

	nav {
		display: block;
	}


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

.logomarca-container {
	margin-top: 0;
	padding-top: 200px;
	top: -20px;
}


.logomarca1 {
		display: flex;
	align-items: center;
	justify-content: left;
	top: 0;
}

.logomarca2 {
	width: 200px;
	margin-left: 2.9%;
	top: 0;
}

.logomarca2 img {
  display: block;
}


.detalhe-lomarmaca {
	width: 100%;
	height: 122px;
	background-color: #151515;
	position: absolute;
	top: 62px;
	z-index: 0;
	display: block;
}

.detalhe1-lomarmaca {
	width: 98%;
	height: 122px;
	top: 62px;
    margin-left: 1%;
	z-index: 1;
	display: block;
}

.detalhe2-lomarmaca {
	width: calc(98% - 4px);
	height: 50px;

	border-bottom: 1px solid #000;
	border-top: 1px solid #150008;
	position: absolute;
	top: 98px;
    margin-left: calc(1% + 2px);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.caixa-texto-lomarmaca {
	width: 73%;
	height: 50px;
	top: 98px;
	left: 26%;
	padding-left: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.texto-lomarmaca {
	float: left;
	width: 100%;
	text-align: center;
letter-spacing: 3px; 
	font-weight: 550;
	font-size: 20px;
line-height:30px;
	color: rgb(143, 139, 130);
	display: block;
}



/* ========== FINAL DO TOPO ========== */

/* ========== INICIO DO CORPO ========== */
.detalhe3-coelhinhas-top-cima{
		height: 70px;
}

 .texto-sections {
 	height: 70px;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 2rem;
}  

 .detalhe3-outras-opcoes-cima {
	height: 90px;
}

 .detalhe4-outras-opcoes-cima, .detalhe4-publicidade-cima {
	height: 4px;
}

.detalhe5-outras-opcoes-cima, .detalhe5-publicidade-cima {
	height: 8px;
}




/* SEÇÃO COELHINHAS TOP */

.container {
      gap: 12px;
      padding: 20px 0 20px 12px;
    }

    .box-coelhinhas-top {
      flex: 0 1 calc(25% - 12px); /* 4 por linha */
      padding: 5px;
    }

    .box1 {
      flex: 0 1 calc(25% - 12px); /* 4 por linha */
      padding: 5px;
    }

    .overlay-text {
    	height: 3vw;
    	line-height: 2.8vw;
      bottom: 3.1vw;
    	font-size: 1.8vw;
    	letter-spacing: 0.3px;
   		padding: 2px 3px 2px 10px;
    }

  .texto-nome-site-top{
    	font-size: 1.9vw;
}

  .texto-nome-site{
    	font-size: 2.6vw;
}

	.inner {
		height: 3vw;
		line-height: 2.8vw;
		font-size: 1.3vw;
	}

.bolinha-disponivel {
	width: 0.8vw;
	height: 0.8vw;
}

.bolinha-nao-disponivel {
	width: 0.8vw;
	height: 0.8vw;
}

.bolinha-breve {
	width: 0.8vw;
	height: 0.8vw;
}

.icone-exclusiva {
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}


.icone-bronze {
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-prata {
	width: 50px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-ouro {
	width: 46px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-diamante {
	width: 72px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}



/* FIM DA SEÇÃO COELHINHAS TOP */

	.container-fotografo-texto {
		width: 68vw;
	}

/* SEÇÃO PUBLICIDADES*/

.publicidades {
      gap: 8px;
      padding: 10px 0 0 8px;
}

.publicidade1 {
		flex: 0 1 calc(50% - 8px); /* 2 por linha */
}

.publicidade2 {
		margin-bottom: 10px;
}

/* FIM SEÇÃO PUBLICIDADES */


.caixa-texto2 {
	letter-spacing: 4px;
  font-size: 22px;
  padding: 15px 10px 20px 15px;
  line-height: 30px;
}


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

.bronze {
	padding: 0 12px 0 12px;
}

/* SEÇÃO RODAPÉ */
	.container-rodape {
        margin-bottom: 117px;
    }

    .detalhe-rodape {
        height: 107px;
    }

	.maxet {
		width: 130px;
		margin-left: 30px;
		top: 24px
	}

    .detalhe1-rodape {
        height: 107px;
        margin-left: 1%;
    }

    .detalhe2-rodape {
        height: 68px;
        top: 20px;

    }

    .caixa-texto-rodape {
        height: 68px;
        top: 18px;
        padding-left: 20px;
    }

    .texto-rodape {
        letter-spacing: 3px;      
        font-size: 16px;
        line-height: 68px;
    }
/* FIM SEÇÃO RODAPÉ */

}


/* ========== EDESKTOPS ========== */
@media (min-width: 1201px) {

h2 {
	line-height: 1.6rem;
	font-size: 1.2rem;
}


.menu-toggle{
		display: none;
	}

	nav {
		display: block;
	
	}
	
/* ========== INICIO DO TOPO ========== */

.logomarca-container {
	margin-top: 0;
	padding-top: 200px;
	top: -20px;
}


.logomarca1 {
		display: flex;
	align-items: center;
	justify-content: left;
	top: 0;
}

.logomarca2 {
	width: 200px;
	margin-left: 2.9%;
	top: 0;
}

.logomarca2 img {
  display: block;
}


.detalhe-lomarmaca {
	width: 100%;
	height: 122px;
	background-color: #151515;
	position: absolute;
	top: 62px;
	z-index: 0;
	display: block;
}

.detalhe1-lomarmaca {
	width: 98%;
	height: 122px;
	top: 62px;
    margin-left: 1%;
	z-index: 1;
	display: block;
}

.detalhe2-lomarmaca {
	width: calc(98% - 4px);
	height: 50px;

	border-bottom: 1px solid #000;
	border-top: 1px solid #150008;
	position: absolute;
	top: 98px;
    margin-left: calc(1% + 2px);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.caixa-texto-lomarmaca {
	width: 73%;
	height: 50px;
	top: 98px;
	left: 26%;
	padding-left: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.texto-lomarmaca {
	float: left;
	width: 100%;
	text-align: center;
letter-spacing: 3px; 
	font-weight: 550;
	font-size: 20px;
line-height:30px;
	color: rgb(143, 139, 130);
	display: block;
}



/* ========== FINAL DO TOPO ========== */

/* ========== INICIO DO CORPO ========== */

.detalhe3-coelhinhas-top-cima{
		height: 70px;
}

.texto-sections {
	height: 70px;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 2rem;
}
 
 .detalhe3-outras-opcoes-cima {
	height: 90px;
}

 .detalhe4-outras-opcoes-cima, .detalhe4-publicidade-cima {
	height: 4px;
}

.detalhe5-outras-opcoes-cima, .detalhe5-publicidade-cima {
	height: 8px;
}


/* SEÇÃO COELHINHAS TOP */

.container {
      gap: 12px;
      padding: 20px 0 20px 12px;
    }

    .box-coelhinhas-top {
      flex: 0 1 calc(25% - 12px); /* 4 por linha */
      padding: 5px;
    }

    .box1 {
      flex: 0 1 calc(25% - 12px); /* 4 por linha */
      padding: 5px;
    }

    .overlay-text {
    	height: 32px;
    	line-height: 28px;
      bottom: 36px;
    	font-size: 20px;
    	letter-spacing: 0.3px;
    	padding-left: 10px;
    }

  .texto-nome-site-top{
    	font-size: 23px;
}

  .texto-nome-site{
    	font-size: 19px;
}

	.video-icon {
	  bottom: 0;
	  right: 10px;
	}

	.video-icon svg {
	  width: 30px;
	  height: 30px;
	}

	.cartao-icon {
	  bottom: -3px;
	  right: 50px;
	  padding: 0;
	}

	.cartao-icon svg {
	  width: 32px;
	  height: 19px;
	}

	.inner {
		height: 35px;
		margin-top: 1px;
		margin-bottom: 10px;
		line-height: 34px;
		font-size: 16px;
	}

.bolinha-disponivel {
	width: 10px;
	height: 10px;
	margin-left: 3%;
	margin-right: 1%;
	margin-top: 12px;
}

.bolinha-nao-disponivel {
	width: 10px;
	height: 10px;
	margin-left: 3%;
	margin-right: 1%;
	margin-top: 12px;
}

.bolinha-breve {
	width: 10px;
	height: 10px;
	margin-left: 3%;
	margin-right: 1%;
	margin-top: 12px;
}

.nome-disponivel {
	padding-bottom: 12px;
	padding-left: 6px;
}

.nome-nao-disponivel {
	padding-bottom: 12px;
	padding-left: 6px;
}

.nome-breve {
	padding-bottom: 12px;
	padding-left: 6px;
}

.icone-exclusiva {
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;}


.icone-bronze {
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-prata {
	width: 50px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-ouro {
	width: 46px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}

.icone-diamante {
	width: 72px;
	height: 14px;
	line-height: 14px;
	font-size: 0.6rem;
	font-weight: 550;
}


/* FIM DA SEÇÃO COELHINHAS TOP */

.detalhe2-baixo {
	height: 18px;
}

.detalhe3-baixo {
	height: 15px;
}

.detalhe4-baixo {
	height:6px;
	margin-bottom: 40px;
}


	.fotografo1 {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.fotografo2 {
		width: 22%;
		height: 22%;
		border-radius: 50%;
		margin-left: 25px;
	}
	
	.fotografo2 img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 6px;
	}
	
	.container-fotografo-texto {
		width: 72%;
		margin: 5px 10px 5px 10px;
	}
	
	.fotografo-texto {
		font-size: 35px;
		line-height: 35px; 
		margin-bottom: 10px;
		padding: 0 10px 0 30px;
	}

/* SEÇÃO PUBLICIDADES*/

.publicidades {
      gap: 8px;
      padding: 10px 0 0 8px;
}

.publicidade1 {
		flex: 0 1 calc(50% - 8px); /* 2 por linha */
}

.publicidade2 {
		margin-bottom: 10px;
}

/* FIM SEÇÃO PUBLICIDADES */

.caixa-texto2 {
	letter-spacing: 4px;
  font-size: 20px;
  padding: 15px 10px 20px 15px;
  line-height: 28px;
}


.niveis {
	width: 25%;
	float: left;
}

.bronze {
	padding: 0 12px 0 12px;
}

/* SEÇÃO RODAPÉ */

	.container-rodape {
        margin-bottom: 117px;   
    }

    .detalhe-rodape {
        height: 107px;
    }

	.maxet {
		width: 130px;
		margin-left: 30px;
		top: 24px
	}

    .detalhe1-rodape {
        height: 107px;
        margin-left: 1%;
    }

    .detalhe2-rodape {
        height: 68px;
        top: 20px;
    }

    .caixa-texto-rodape {
        height: 68px;
        top: 18px;
        padding-left: 20px;
    }

    .texto-rodape {
        letter-spacing: 3px;      
        font-size: 16px;
        line-height: 68px;
    }
/* FIM SEÇÃO RODAPÉ */


}


