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

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

   h1, h2 {
      line-height: 1.3;
    }

h1 {
	float: left;
	color: #c3c0c1;
	line-height: 36px;
	padding: 0 4px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	letter-spacing: .1px;
	font-weight: 520;
	font-stretch: condensed;
	font-family: verdana;
	text-decoration: none;
}



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.3rem;
	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%;
      max-width: 900px;
      margin: 0 auto;
	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;
	font-style: italic; 
      line-height: 1.3;
	text-align: justify; 
      padding: 1rem 1.5rem;
}

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: #161616;
	border-bottom: 1px solid #2e2e2f;
	border-top: 1px solid #252526;
	z-index: 999;
}

.seta-logo {
	float: left;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
display: flex;
	align-items: center;
	justify-content: center;
}

.logo {
	float: left;
	color: #c3c0c1;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	padding: 0 4px;
display: flex;
	align-items: center;
	justify-content: 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: #5b5b5b;
}

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


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

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

.logomarca {
	width: 22.1vw;
	margin-left: 2.9%;
	z-index: 10;
	position: absolute;
	top: 0;
	float: left;
	aspect-ratio: 268 / 270; /* reserva espaço de imagem mantendo a proporção */
}

.logomarca img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
  display: block;
}



.bandeira-azul {
    width: 3.8%;
    height: 2%;
    background-color: #0202c1;
	position: absolute;
	top: 8.4vw;
    margin-left: 1.9%;
    border-radius: 7px 0px 0px 0px;
	z-index: 5;
	display: none;
}

.bandeira-amarelo {
    width: 4%;
    height: 2%;
    background-color: #efeb03;
	position: absolute;
	top: 9.3vw;
    margin-left: 2.2%;
    border-radius: 7px 0px 0px 0px;
	z-index: 6; 
	display: none;
}

.bandeira-verde {
    width: 3.9%;
    height: 2%;
    background-color: #0fef03;
	position: absolute;
	top: 10.1vw;
    margin-left: 2.1%;
    border-radius: 7px 0px 0px 0px;
	z-index: 6;  
	display: none; 
}

.detalhe-lomarmaca {
	width: 100%;
	height: 16vw;
	background-color: #252526;
	position: absolute;
	top: 7.1vw;
	z-index: 0;
}

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

.detalhe2-lomarmaca {
	width: calc(98% - 4px);
	height: 6.8vw;
  background-color: #390016;
	border-bottom: 1px solid #000;
	border-top: 1px solid #150008;
	position: absolute;
	top: 11.7vw;
    margin-left: calc(1% + 2px);
	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);
}



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

/* ========== 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-capa-cima, .detalhe1-coelhinha-do-mes-cima, .detalhe1-novas-coelhinhas-cima, .detalhe1-coelhinhas-da-semana-cima, .detalhe1-destaque-do-site-cima, .detalhe1-coelhinhas-top-cima, .detalhe1-selecao-nacional-cima, .detalhe1-coelhinhas-exclusivas-cima, .detalhe1-outras-opcoes-cima, .detalhe1-fotografo-cima, .detalhe1-publicidade-cima {
	width: 100%;
	height: 0.5vw;
	float: center;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #252526;
}

.detalhe2-capa-cima, .detalhe2-coelhinha-do-mes-cima, .detalhe2-novas-coelhinhas-cima, .detalhe2-coelhinhas-da-semana-cima, .detalhe2-destaque-do-site-cima, .detalhe2-coelhinhas-top-cima, .detalhe2-selecao-nacional-cima, .detalhe2-coelhinhas-exclusivas-cima, .detalhe2-outras-opcoes-cima, .detalhe2-fotografo-cima, .detalhe2-publicidade-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-capa-cima, .detalhe3-coelhinha-do-mes-cima, .detalhe3-novas-coelhinhas-cima, .detalhe3-coelhinhas-da-semana-cima, .detalhe3-destaque-do-site-cima, .detalhe3-coelhinhas-top-cima, .detalhe3-selecao-nacional-cima, .detalhe3-coelhinhas-exclusivas-cima, .detalhe3-outras-opcoes-cima, .detalhe3-fotografo-cima, .detalhe3-publicidade-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-capa-cima, .detalhe4-coelhinha-do-mes-cima, .detalhe4-novas-coelhinhas-cima, .detalhe4-coelhinhas-da-semana-cima, .detalhe4-destaque-do-site-cima, .detalhe4-coelhinhas-top-cima, .detalhe4-selecao-nacional-cima, .detalhe4-coelhinhas-exclusivas-cima, .detalhe4-outras-opcoes-cima, .detalhe4-fotografo-cima, .detalhe4-publicidade-cima {
	width: 100%;
	height: 2px;
	float: center;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #530020;
}

.detalhe5-capa-cima, .detalhe5-coelhinha-do-mes-cima, .detalhe5-novas-coelhinhas-cima, .detalhe5-coelhinhas-da-semana-cima, .detalhe5-destaque-do-site-cima, .detalhe5-coelhinhas-top-cima, .detalhe5-selecao-nacional-cima, .detalhe5-coelhinhas-exclusivas-cima, .detalhe5-outras-opcoes-cima, .detalhe5-fotografo-cima, .detalhe5-publicidade-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%;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 300;
	font-stretch: condensed;
	font-family: Poppins;
	font-size: 4vw;
	font-style: italic;
	line-height: 10.5vw;
  color: #855e74;
}


/* SEÇÃO CAPA DO SITE */

.capa-do-site1 {
	float: left;
	width: 100%;
	height: 0%;
	position: relative;
}

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

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



.capa-do-site2 {
	width: 100%;
		position: relative;
		aspect-ratio: 461 / 735; /* reserva espaço de imagem mantendo a proporção */
}

.capa-do-site2 img {
		width: 100%;
		height: 100%;
    	object-fit: cover;
    	display: block;
}

.capa-do-site3 {
	width: 100%;
		position: relative;
		aspect-ratio: 600 / 440; /* reserva espaço de imagem mantendo a proporção */
    	display: none;
}

.capa-do-site3 img {
		width: 100%;
		height: 100%;
    	object-fit: cover;
    	display: block;
}




/* FIM SEÇÃO CAPA DO SITE */


/* SEÇÃO NOVAS COELHINHAS */

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

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

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

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


/* FIM NOVAS COELHINHAS */


/* SEÇÃO COELHINHA DO MÊS */

.coelhinha-do-mes1 {
	float: left;
	width: 100%;
}

.coelhinha-do-mes2 {
	position: relative;
	width: 100%;
	aspect-ratio: 500 / 242; /* reserva espaço de imagem mantendo a proporção */
}

.coelhinha-do-mes2 img {
	width: 100%;
	height: 100%;
	image-rendering: pixelated;
  object-fit: cover;
	display: block;
}

/* FIM COELHINHA DO MÊS */

/* SEÇÃO COELHINHA DA SEMANA */

.coelhinhas-da-semana {
		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: 15px 0 0 8px;
  }

.coelhinhas-da-semana1 {
      flex: 0 1 calc(50% - 8px); /* 2 por linha */
      position: relative;
 			overflow: hidden;
	float: left;
	position: relative;
	z-index: 993;
}

.coelhinhas-da-semana2 {
	position: relative;
	width: 100%;
	aspect-ratio: 250 / 566; /* reserva espaço de imagem mantendo a proporção */
}

.coelhinhas-da-semana2 img {
	width: 100%;
	height: 100%;
	padding: 4px;
	border: 1px solid #252526;
	image-rendering: pixelated;
  object-fit: cover;
    	display: block;
}

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


/* SEÇÃO DESTAQUE DO SITE */

.destaque-do-site1 {
	float: left;
	width: 100%;
}

.destaque-do-site2 {
	position: relative;
	width: 100%;
	aspect-ratio: 500 / 230; /* reserva espaço de imagem mantendo a proporção */
}

.destaque-do-site2 img {
	width: 100%;
	height: 100%;
	image-rendering: pixelated;
  object-fit: cover;
	display: block;
}


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

/* FIM SEÇÃO DESTAQUE DO SITE */


/* 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(33.333% - 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-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;
     opacity: 1;
     transform: translatey(0);
     transition: opacity 0.5s ease, transform 0.5s ease;
    }

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

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

/* 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;
}

.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 */

/* RODAPÉ */

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

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

.detalhe-rodape {
	width: 100%;
	height: 11vw;
	background-color: #252526;
	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: #111211;
	border: 1px solid #252526;
	position: absolute;
	
    margin-left: 1%;
	z-index: 1;
}

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

	border-bottom: 1px solid #3d423d;
	border-top: 1px solid #3b403b;
	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: 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 © 2009 - 2025 coelhinhasdobrasil.com.br";
}

/* FIM DO RODAPÉ */

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



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

      h1, h3 {
        font-size: 2.8vw;
      }

      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: 35px;
		line-height: 50px;
		color: #c3aeb5;
		text-align: center;
		background-color: #c3c0c1;
		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 CAPA DO SITE */

.texto-nome-capa1{
    	font-size: 5.6vw;
}

.texto-nome-capa2{
    	font-size: 5.6vw;
}


/* FIM SEÇÃO CAPA DO SITE */

/* SEÇÃO NOVAS COELHINHAS */

	.novas-coelhinhas1 {
		padding-top:66vw;
	}
	
	.novas-coelhinhas-acompanhantes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:66vw;
	}
/* FIM SEÇÃO NOVAS COELHINHAS */

/* 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;
}

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


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

   .box-selecao-nacional {
      flex: 0 1 calc(100% - 6px); /* 2 por linha */
      padding: 2px;
    }

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

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

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



.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: 3.4vw;
      }

      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: 35px;
		line-height: 50px;
		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 CAPA DO SITE */

.texto-nome-capa1{
    	font-size: 5.8vw;
}

.texto-nome-capa2{
    	font-size: 5.6vw;
}


/* FIM SEÇÃO CAPA DO SITE */

/* SEÇÃO NOVAS COELHINHAS */

	.novas-coelhinhas1 {
		padding-top:50vw;
	}
	
	.novas-coelhinhas-acompanhantes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:50vw;
	}
/* FIM SEÇÃO NOVAS COELHINHAS */

/* 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%;
}

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

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

.icone-exclusiva2 {
	width: 38%;
}

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



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

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

/* SEÇÃO CAPA DO SITE */

.texto-nome-capa1{
    	font-size: 5.8vw;
    	top: 45%;
}

.texto-nome-capa2{
    	font-size: 5.6vw;
}


/* FIM SEÇÃO CAPA DO SITE */


/* SEÇÃO NOVAS COELHINHAS */

.novas-coelhinhas1 {
	padding-top:41.5vw;
}

.novas-coelhinhas-acompanhantes {
	width: 100%;
	height: 0%;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top:41.5vw;

}

/* FIM SEÇÃO NOVAS COELHINHAS */

/* SEÇÃO COELHINHAS DA SEMANA */
.coelhinhas-da-semana {
      gap: 8px;
      padding: 15px 0 0 8px;
  }

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

.texto-nome-coelhinha-da-semama{
			bottom: 44%;
    	font-size: 2.8vw;
}
/* FIM SEÇÃO COELHINHAS DA SEMANA */

/* SEÇÃO COELHINHAS TOP */

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

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


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

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

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



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

.maxet {
	padding-top: 3%;
}




}

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

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

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

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





/* SEÇÃO CAPA DO SITE */

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

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

.texto-nome-capa2{
    	font-size: 5.8vw;
    	bottom: 44%;
    	text-align: center;
}


/* FIM SEÇÃO CAPA DO SITE */


/* SEÇÃO NOVAS COELHINHAS */

.novas-coelhinhas1 {
	padding-top:21.5rem;
}

	.novas-coelhinhas-acompanhantes {
		width: 100%;
		height: 0%;
		position: relative;
		padding: 0px;
		margin: 0px;
		padding-top:21.5rem;
	}

/* FIM SEÇÃO NOVAS COELHINHAS */

/* SEÇÃO COELHINHAS DA SEMANA */
.coelhinhas-da-semana {
      gap: 8px;
      padding: 15px 0 0 8px;
  }

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

.texto-nome-coelhinha-da-semama{
			bottom: 44%;
    	font-size: 2.8vw;
}
/* FIM SEÇÃO COELHINHAS DA SEMANA */

/* 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: 40%;
	height: 2vw;
	line-height: 2vw;
	font-size: 1.2vw;
}

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


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

.icone-exclusiva2 {
	width: 19%;
	height: 2vw;
	line-height: 2vw;
	font-size: 1.2vw;
}

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

	.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 */


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

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

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


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

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

}


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

      h1, h3 {
        font-size: 16px;
      }

.menu-toggle{
		display: none;
	}

	nav {
		display: block;
	}

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

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

    .bandeira-azul {
        width: 31px;
        top: 71px;
        margin-left: 19px; 
    }
    
    .bandeira-amarelo {
        width: 33px;
        top: 79px;
        margin-left: 20px;   
    }
    
    .bandeira-verde {
        width: 35px;
        top: 86px;
        margin-left: 20px;  
    }

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

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

    .caixa-texto-lomarmaca {
		width: 75%;
        height: 60px;
		left: 23%;
        padding-left: 5%;
        top: 114px;
    }

    .texto-lomarmaca {
        letter-spacing: 3px;      
        font-size: 20px;
        line-height:30px;
				color: rgb(143, 139, 130);
    }



.detalhe1-capa-cima, .detalhe1-coelhinha-do-mes-cima, .detalhe1-novas-coelhinhas-cima, .detalhe1-coelhinhas-da-semana-cima, .detalhe1-destaque-do-site-cima, .detalhe1-coelhinhas-top-cima, .detalhe1-selecao-nacional-cima, .detalhe1-coelhinhas-exclusivas-cima, .detalhe1-outras-opcoes-cima, .detalhe1-fotografo-cima, .detalhe1-publicidade-cima {
	height: 6px;
}

.detalhe2-capa-cima, .detalhe2-coelhinha-do-mes-cima, .detalhe2-novas-coelhinhas-cima, .detalhe2-coelhinhas-da-semana-cima, .detalhe2-destaque-do-site-cima, .detalhe2-coelhinhas-top-cima, .detalhe2-selecao-nacional-cima, .detalhe2-coelhinhas-exclusivas-cima, .detalhe2-outras-opcoes-cima, .detalhe2-fotografo-cima, .detalhe2-publicidade-cima {
	height: 17px;
}

.detalhe3-capa-cima, .detalhe3-coelhinha-do-mes-cima, .detalhe3-novas-coelhinhas-cima, .detalhe3-coelhinhas-da-semana-cima, .detalhe3-destaque-do-site-cima, .detalhe3-coelhinhas-top-cima, .detalhe3-selecao-nacional-cima, .detalhe3-coelhinhas-exclusivas-cima, .detalhe3-outras-opcoes-cima, .detalhe3-fotografo-cima, .detalhe3-publicidade-cima {
	height: 90px;
}

.detalhe4-capa-cima, .detalhe4-coelhinha-do-mes-cima, .detalhe4-novas-coelhinhas-cima, .detalhe4-coelhinhas-da-semana-cima, .detalhe4-destaque-do-site-cima, .detalhe4-coelhinhas-top-cima, .detalhe4-selecao-nacional-cima, .detalhe4-coelhinhas-exclusivas-cima, .detalhe4-outras-opcoes-cima, .detalhe4-fotografo-cima, .detalhe4-publicidade-cima {
	height: 4px;
}

.detalhe5-capa-cima, .detalhe5-coelhinha-do-mes-cima, .detalhe5-novas-coelhinhas-cima, .detalhe5-coelhinhas-da-semana-cima, .detalhe5-destaque-do-site-cima, .detalhe5-coelhinhas-top-cima, .detalhe5-selecao-nacional-cima, .detalhe5-coelhinhas-exclusivas-cima, .detalhe5-outras-opcoes-cima, .detalhe5-fotografo-cima, .detalhe5-publicidade-cima {
	height: 8px;
}

.texto-sections {
	letter-spacing: 2px;
	font-size: 44px;
	line-height: 90px;
}

/* SEÇÃO CAPA DO SITE */

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

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

.texto-nome-capa2{
    	font-size: 5.8vw;
    	bottom: 44%;
    	text-align: center;
}


/* FIM SEÇÃO CAPA DO SITE */


/* SEÇÃO NOVAS COELHINHAS */

	.novas-coelhinhas1 {
		padding-top:348px;
	}
	
	.novas-coelhinhas-acompanhantes {
		padding-top:348px;
	}
	
/* FIM SEÇÃO NOVAS COELHINHAS */

/* SEÇÃO COELHINHAS DA SEMANA */
.coelhinhas-da-semana {
      gap: 8px;
      padding: 15px 0 0 8px;
  }

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

.texto-nome-coelhinha-da-semama{
			bottom: 44%;
    	font-size: 2.8vw;
}
/* FIM SEÇÃO COELHINHAS DA SEMANA */

/* 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: 40%;
	height: 2vw;
	line-height: 2vw;
	font-size: 1.2vw;
}

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

.detalhe2-baixo {
	height: 18px;
}

.detalhe3-baixo {
	height: 15px;
}

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

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

.icone-exclusiva2 {
	width: 20%;
	height: 2vw;
	line-height: 2vw;
	font-size: 1.2vw;
}

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

	.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 */


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

    .detalhe-rodape {
        height: 107px;
    }

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

    .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) {

      h1, h3 {
        font-size: 16px;
      }

.menu-toggle{
		display: none;
	}

	nav {
		display: block;
	
	}
	


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

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

    .bandeira-azul {
        width: 31px;
        top: 71px;
        margin-left: 19px; 
    }
    
    .bandeira-amarelo {
        width: 33px;
        top: 79px;
        margin-left: 20px;   
    }
    
    .bandeira-verde {
        width: 35px;
        top: 86px;
        margin-left: 20px;  
    }

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

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

    .caixa-texto-lomarmaca {
		width: 75%;
        height: 60px;
		left: 23%;
        padding-left: 5%;
        top: 114px;
    }

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


.detalhe1-capa-cima, .detalhe1-coelhinha-do-mes-cima, .detalhe1-novas-coelhinhas-cima, .detalhe1-coelhinhas-da-semana-cima, .detalhe1-destaque-do-site-cima, .detalhe1-coelhinhas-top-cima, .detalhe1-selecao-nacional-cima, .detalhe1-coelhinhas-exclusivas-cima, .detalhe1-outras-opcoes-cima, .detalhe1-fotografo-cima, .detalhe1-publicidade-cima {
	height: 6px;
}

.detalhe2-capa-cima, .detalhe2-coelhinha-do-mes-cima, .detalhe2-novas-coelhinhas-cima, .detalhe2-coelhinhas-da-semana-cima, .detalhe2-destaque-do-site-cima, .detalhe2-coelhinhas-top-cima, .detalhe2-selecao-nacional-cima, .detalhe2-coelhinhas-exclusivas-cima, .detalhe2-outras-opcoes-cima, .detalhe2-fotografo-cima, .detalhe2-publicidade-cima {
	height: 17px;
}

.detalhe3-capa-cima, .detalhe3-coelhinha-do-mes-cima, .detalhe3-novas-coelhinhas-cima, .detalhe3-coelhinhas-da-semana-cima, .detalhe3-destaque-do-site-cima, .detalhe3-coelhinhas-top-cima, .detalhe3-selecao-nacional-cima, .detalhe3-coelhinhas-exclusivas-cima, .detalhe3-outras-opcoes-cima, .detalhe3-fotografo-cima, .detalhe3-publicidade-cima {
	height: 90px;
}

.detalhe4-capa-cima, .detalhe4-coelhinha-do-mes-cima, .detalhe4-novas-coelhinhas-cima, .detalhe4-coelhinhas-da-semana-cima, .detalhe4-destaque-do-site-cima, .detalhe4-coelhinhas-top-cima, .detalhe4-selecao-nacional-cima, .detalhe4-coelhinhas-exclusivas-cima, .detalhe4-outras-opcoes-cima, .detalhe4-fotografo-cima, .detalhe4-publicidade-cima {
	height: 4px;
}

.detalhe5-capa-cima, .detalhe5-coelhinha-do-mes-cima, .detalhe5-novas-coelhinhas-cima, .detalhe5-coelhinhas-da-semana-cima, .detalhe5-destaque-do-site-cima, .detalhe5-coelhinhas-top-cima, .detalhe5-selecao-nacional-cima, .detalhe5-coelhinhas-exclusivas-cima, .detalhe5-outras-opcoes-cima, .detalhe5-fotografo-cima, .detalhe5-publicidade-cima {
	height: 8px;
}

.texto-sections {
	letter-spacing: 2px;
	font-size: 44px;
	line-height: 90px;
}

/* SEÇÃO CAPA DO SITE */

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

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

.texto-nome-capa2{
    	font-size: 56px;
    	bottom: 45%;
    	text-align: center;
    	letter-spacing: 8px;
}


/* FIM SEÇÃO CAPA DO SITE */

/* SEÇÃO NOVAS COELHINHAS */

	.novas-coelhinhas1 {
		padding-top:350px;
	}
	
	.novas-coelhinhas-acompanhantes {
		padding-top:350px;
	}
	
/* FIM SEÇÃO NOVAS COELHINHAS */

/* SEÇÃO COELHINHAS DA SEMANA */
.coelhinhas-da-semana {
      gap: 8px;
      padding: 15px 0 0 8px;
  }

.coelhinhas-da-semana1 {
      flex: 0 1 calc(25% - 8px); /* 1 por linha */
}

.texto-nome-coelhinha-da-semama{
			bottom: 44%;
    	font-size: 27px;
}
/* FIM SEÇÃO COELHINHAS DA SEMANA */


/* SEÇÃO DESTAQUE DO SITE */

.texto-nome-destaque{
    	font-size: 65px;
    	letter-spacing: 5px;

}
/* FIM SEÇÃO DESTAQUE DO SITE */

/* 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;
}

	.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: 105px;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 14px;
}

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

.detalhe2-baixo {
	height: 18px;
}

.detalhe3-baixo {
	height: 15px;
}

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

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

    .box-selecao-nacional {
      flex: 0 1 calc(33.333% - 12px); /* 4 por linha */
      padding: 5px;
    }

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

.icone-exclusiva2 {
	width: 105px;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 14px;
}

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

	.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 */

/* SEÇÃO RODAPÉ */

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

    .detalhe-rodape {
        height: 107px;
    }

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

    .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É */


}


