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

* {
	margin: 0; 
	padding: 0; 
	border: none;
	outline: none; 
	font-weight: 300; 
	box-sizing: border-box; 
	font-family: 'lato', sans-serif; 
	vertical-align: middle;
}

body {
	font-family: 'Poppins', sans-serif;
	margin:0;
	padding:0; 
	background-color: #0c0c0c;
}

	a:link {color: #c11164}
	a:visited {color: #c1afb8}
	a:hover {color: #b86b96}

h1 {
	font-size:6px;
	text-align:center;
}

h2 {
	font-size:6px;
	text-align:center;
}

a {text-decoration: none;}

img {max-width: 100%;}

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

    /* Bloqueia arrastar, selecionar e copiar imagens */
    img {
      pointer-events: none;
      -webkit-user-drag: none;
      user-drag: none;
      user-select: none;
    }

    /* Impede impressão */
    @media print {
      body {
        display: none !important;
      }
    }

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


.site {
	width: 100%;
	max-width: 960px;
	float: center;
	margin: auto;
	background-color: #0f0e0e;
}

.whattsapp {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	bottom: 2.5%;
	z-index: 998;
	width: 60vw;
	float: left;
	margin-left: 0.8vw;
}
.ligar {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	bottom: 2.5%;
	z-index: 997;
	width:28vw;
	float: right;
	margin-right: 0.8vw;
}

/* ========== INICIO MENU SUPERIOR ========== */

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

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

.seta-logo {
	float: left;
	width: 26px;
	height: 38px;

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: #177c74;
	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;
	text-shadow: #000 1px 2px 1px;
	font-weight: 200;
	text-decoration: none;
}

nav {
	float: right;
}

.clearfix {
	clear: both;
}

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

nav ul li{
	list-style: none;
}

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

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

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

.btn_social{
	display: none;
}

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

/* ========== FINAL MENU SUPERIOR ========== */


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

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

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

.logomarca img {
	vertical-align: middle;
}


.bandeira-azul {
    width: 5%;
    height: 2%;
    background-color: #0202c1;
    background-image: linear-gradient(to right, #0c0c0f, #03039a, #1105f3);
	position: absolute;
	top: 3.2vw;
    margin-left: 2.4%;
    border-radius: 7px 0px 0px 0px;
	z-index: 5;
  }
  

.bandeira-amarelo {
    width: 5%;
    height: 2%;
    background-color: #efeb03;
    background-image: linear-gradient(to right, #0d0e0d, #525000, #d6d603);
	position: absolute;
	top: 3.8vw;
    margin-left: 2.8%;
    border-radius: 7px 0px 0px 0px;
	z-index: 6; 
  }
  

.bandeira-verde {
    width: 5%;
    height: 2%;
    background-color: #0fef03;
    background-image: linear-gradient(to right, #0d0e0d, #005201, #02bd27);
	position: absolute;
	top: 4.4vw;
    margin-left: 2.6%;
    border-radius: 7px 0px 0px 0px;
	z-index: 6;   
  }
  


.detalhe-lomarmaca {
	width: 100%;
	height: 13.4vw;
	background-color: #252526;
	position: absolute;
	top: 1vw;
    margin-left: 0%;
    border-radius: 0px 0px 0px 0px;
	z-index: 0;
}

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

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

.caixa-texto-lomarmaca {
	width: 90%;
	height: 5vw;
	position: absolute;
	top: 4.2vw;
	left: 10%;
	padding-left: 2%;
	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-size: 2.2vw;
	line-height: 6.5vw;
    color: rgb(143, 141, 130);
    	display: block;
}



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

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


/* ========== INICIO DO PERFIL ========== */

.perfil {
	width: calc(100% - 2px);
	float: left;
	margin-top: 0%;
 	margin-left: 1px;
  margin-right: 1px;
}

.perfil-dados {
	width: calc(100% - 2px);
	float: left;
	border: 1px solid #1f1f1f;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #050505;
	padding: 2%;
}

.perfil-texto1 {
	width: 100%;
	float: left;
	color: #c1afb8;
	font-size: 100%;
	letter-spacing: 0;
	font-weight: 100;
	font-stretch: ultra-condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	text-align: center;
	line-height: 6.5vw;
	padding-left: 1.8%;
	padding-right: 1.8%;
	margin-bottom: 4%;
	padding-top: 3%;
}

.perfil-nome {
	width: 100%;
	float: left;
	color: #c11164;
	letter-spacing: 0.1px;
	text-shadow: #000 1px 1px 1px;
	font-weight: 200;
	font-stretch: ultra-condensed;
	font-family: didot;
	font-size: 7vw;
	font-style: italic;
	text-align: center;
	padding-left: 1.8%;
	padding-right: 1.8%;
}

.perfil-texto2 {
	width: 100%;
	float: left;
	color: #c1afb8;
	letter-spacing: 0;
	font-weight: 100;
	font-stretch: ultra-condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	text-align: justify;
	line-height: 6.5vw;
	margin-top: 4%;
	padding-left: 1.8%;
	padding-right: 1.8%;
}

.perfil-texto3 {
	width: 100%;
	float: left;
	color: #b86b96;
	letter-spacing: 0;
	font-weight: 100;
	font-stretch: ultra-condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	text-align: justify;
	line-height: 6.5vw;
	margin-top: 5%;
	padding-left: 1.8%;
	padding-right: 1.8%;
}

.detalhe1-cima {
	width: calc(100% - 2px);
	height: 0.5vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #252526;
	margin-top: 4%;
	margin-left: 1px;
	margin-right: 1px;
}

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

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

.detalhe4-cima {
	width: calc(100% - 2px);
	height: 3px;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #47001a;
}

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


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

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

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

.detalhe4-baixo {
	width: calc(100% - 2px);
	height: 0.5vw;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #252526;
	margin-bottom: 2.5%;
}

/* ========== FIM DO PERFIL ========== */

/* ========== INICIO DAS FOTOS ========== */

.fotos {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1%;
}




/* ========== FIM DAS FOTOS ========== */

/* ========== INICIO DOS VIDEOS ========== */

.videos {
	width: 100%;
	height: 100%;
	float: left;
	margin-top: 1%;
}


/* ========== FIM DOS VIDEOS ========== */

.icon-angle-double-down {
	width: 100%;
	float: left;
	color: #B81971;
	padding-left: 46%;
	font-size: 8vw;
	line-height: 8vw;
	margin: 0;
	border: 0;
	padding-bottom: 0;
	margin-top: 1%;
}

.separador {
	width: 96.6%;
	width: 96.6%;
	float: center;
	display: block;
 	margin-left: 1.6%;
  margin-right: 1.6%;
	margin-bottom: 0;
	margin-top: 0;
}


.caixa-texto {
	overflow: hidden;
	width: calc(100% - 2px);
	float: left;
	display: block;
 	margin-left: 1px;
  margin-right: 1px;
}

.caixa-texto1 {
	overflow: hidden;
	width: calc(100% - 2px);
	float: left;
	vertical-align: middle;
	border: 1px solid #1f1f1f;
	border-top: 0;
	border-bottom: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	padding-bottom: 0%;
}

.share {
	width: 100%;
	height: 100%;
	float: left;
	margin: 7px 0 7px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.caixa-textob {
	width: 80%;
	height:100%; 
	float: left;
  	margin-bottom: 1.5%;
	margin-top: 1.5%;
	padding: 1%;
} 

.caixa-texto2 {
	width: 100%;
	height:100%; 
	float: left;
	position:relative; 
	vertical-align: middle;
	border-right: 1px solid #1f1f1f;
	border-radius:3px;
	list-style:none; 
	z-index:1; 
	overflow:hidden; 
	text-align: center;
	letter-spacing: 2px;
	font-size: 2vw;
	font-weight: 350;
	font-stretch: condensed;
	font-family: Verdana;
	text-decoration:none; 
	color:#fcd7f4; 
	transition:.4s;
	background:#202021; 
	padding: 3% 1% 3% 1%;
}

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

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

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


.separador-texto-profissionais {
	overflow: hidden;
	width: 100%;
	float: left;
	color: #c11164;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	line-height: 6.5vw;
}

.fotos-amadoras-texto {
	overflow: hidden;
	width: 100%;
	float: left;
	color: #c11164;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	line-height: 6.5vw;
}

.separador-texto-videos {
	overflow: hidden;
	width: 100%;
	float: left;
	color: #c11164;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	line-height: 6.5vw;
}

.container-corpo-publicidade1 {

}

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

.evidencia-texto {
	overflow: hidden;
	width: 100%;
	float: left;
	color: #b86b96;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	line-height: 6.5vw;
}

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

.publicidades-texto {
	overflow: hidden;
	width: 100%;
	float: left;
	color: #b86b96;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: serif;
	font-size: 5vw;
	font-style: italic;
	line-height: 6.5vw;
}

.setas {
	width: 100%;
	float: left;
	margin-bottom: 1%;
	margin-top: 2%;
}

.setas img {
	width: 3%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* ========== INICIO - EVIDENCIA ========== */

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

.evidencia2 {	
	overflow: hidden;
	width: 100%;
	height: 0%;
	padding-top: 30%;
	position: relative;
}

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


/* ========== INICIO - ON-LINE ========== */

.banner-secao {
	width: 100%;
	float: left;
	margin:0px;
	margin-top: 1.5%;
	position: relative;
	padding-top: 39%;
}

.banner-secao2 {
	width: 100%;
	position: absolute;
	top: 0;
}

.banner-secao image{
 	display:block;
 	width: calc(100% - 2px);
 	height: calc(100% - 2%);
 	border: 1px solid #2d2d2d;
 	padding: 1%;
 	background-color: #151515;
 	margin-top: 1%;
 	margin-bottom: 1%;
}

.banner-secao image[data-src] {
	opacity: 0;
	transform: scale(0);
}

.banner-secao image[src] {
	opacity: 1;
	transform: scale(1);
	transition: .3s ease-in-out;
}

/* ========== INICIO - BOATES ========== */

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

.boates2 {	
	overflow: hidden;
	width: 100%;
	height: 0%;
	padding-top: 37%;
	position: relative;
}

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

/* ========== INICIO - MOTEIS ========== */

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

.banner2 {	
	overflow: hidden;
	width: 100%;
	height: 0%;
	padding-top: 42%;
	position: relative;
}

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

/* ==========  ========== */

/* ========== INICIO - ON LINE ========== */

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

.online2 {	

}


/* ==========  ========== */

.fotos-secao {
	width: 100%;
	height: 100%;
	float: left;
	margin-top: 3vw;
}


.foto {
	width: 31%;
	float: left;
 	margin-bottom: 2.7%;
 	margin-left: 1.4%;
  margin-right: 0.6%;
}


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


.container-rodape {
	width: 100%;
	max-width: 960px;
	height: 100%;
	float: center;
	position: relative;
	margin-bottom: 15vw;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
}

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

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

.maxet img {
	vertical-align: middle;
}

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


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

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

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

.texto-rodape {
	float: left;
	width: 100%;
	text-align: left;
	text-indent: 10%;
	letter-spacing: 1px;
	font-weight: 350;
	font-stretch: condensed;
	font-family: Verdana;
	text-align: center;
	font-size: 1.9vw;
	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";
}

.espacamento-rodape {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #fff;
	padding-top: 100px;
}

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


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

.topo {	
	height: 30px;
	margin-top: 2px;
	border-radius: 12px;
}

.seta-logo {
	height: 28px;
	line-height: 26px;
}

.logo {
	height: 30px;
	line-height: 29px;
	font-size: 3.8vw;
}

.menu-toggle{
	display: block;
		width: 40px;
		height: 40px;
		margin-right: 6px;
		margin-top: -6px;
	float: right;
	cursor: pointer;
	text-align: center;
	font-size: 23px;
	color: #aa015e;
}

.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: #aa015e;
		text-align: center;
		background-color: #060707;
		border: 1px solid #008476;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #aa015e;
		color: #aa015e;
	}
	
	.botao-mobile {
		display: block;
		float:right;
		width: 40px;
		margin-right: 4%;
		line-height:50px; 
	}

	.traco-topo {
	height: 24px;
	margin-top: 2px;
	right: 45px;
}

.btn_social b{
	height: 30px;
	line-height: 28px;
	font-size: 28px;
	padding: 4px 10px 0 10px;
}

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

.evidencia2 {
	padding-top: 40vw;
	margin-top: 5px;
}

.caixa-texto2 {
	letter-spacing: 1px;
	font-size: 2vw;
}

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

.texto-rodape {
	letter-spacing: 1px;
	font-size: 1.8vw;
	text-indent: 15%;
}

.whattsapp {
	width: 59vw;
	margin-left: 1vw;
	bottom: 1.5%;
}

.ligar {
	width: 29.8vw;
	margin-right: 1vw;
	bottom: 1.5%;
}

}


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

.menu-toggle{
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-top: 0;
	float: right;
	cursor: pointer;
	text-shadow: #000 1px 2px 1px;
	text-align: center;
	font-size: 30px;
	color: #aa015e;
}

.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: #aa015e;
		font-weight: 400px;
		text-align: center;
		background-color: #060707;
		border: 1px solid #008476;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #aa015e;
		color: #aa015e;
	}

	.traco-topo {
	right: 54px;
}

.btn_social b{
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	padding: 5px 10px 0 10px;
}

.evidencia2 {
	padding-top: 30vw;
	margin-top: 8px;
}


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

.texto-rodape {
	letter-spacing: 1px;
	font-size: 2vw;
	text-indent: 17%;
}

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

}
	


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


.menu-toggle{
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-top: 0;
	float: right;
	cursor: pointer;
	text-shadow: #000 1px 2px 1px;
	text-align: center;
	font-size: 30px;
	color: #aa015e;
}

.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: #aa015e;
		text-align: center;
		background-color: #060707;
		border: 1px solid #008476;
	}
	
	nav ul li a:hover {
		background: #000;
		border: 1px solid #aa015e;
		color: #aa015e;
	}

	.traco-topo {
	right: 54px;
}

.btn_social b{
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	padding: 5px 10px 0 10px;
}

.evidencia2 {
	padding-top: 31vw;
	margin-top: 10px;
}

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

.texto-rodape {
	letter-spacing: 1px;
	font-size: 2vw;
	text-indent: 17%;
}

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

.whattsapp {
	width: 250px;
	margin-left: 7px;
}

.ligar {
	width: 120px;
	margin-right: 7px;
}

}

/* ========== LARGE DEVICES ========== */
@media only screen and (min-width: 841px) and (max-width: 980px) {

.icon-share-2 {
	display: none;
}

.traco-topo {
	display: none;
}

.whattsapp {
	display: none;
	bottom: 15px;
	width: 300px;
	margin-left: 280px;
}

.ligar {
	display: none;
	bottom: 15px;
	width: 150px;
	margin-right: 200px;
}

.evidencia2 {
	padding-top: 210px;
	margin-top: 10px;
}

.texto-rodape {
	letter-spacing: 1px;
	font-size: 2vw;
	text-indent: 17%;
}

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

}



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

.icon-share-2 {
	display: none;
}

.traco-topo {
	display: none;
}

.logomarca-container {
	margin-top: 0.4%;
	padding-top: 145px;
}

.logomarca {
	width: 142px;
	margin-left: 27px;
}

.bandeira-azul {
    width: 35px;
	top: 32px;
    margin-left: 23px;
  }
  

.bandeira-amarelo {
    width: 35px;
	top: 38px;
    margin-left: 26px;
  }
  

.bandeira-verde {
    width: 35px;
	top: 44px;
    margin-left: 24px;
  }
  


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

.detalhe1-lomarmaca {
	height: 132px;
	top: 9px;
    margin-left: 10px;
}

.detalhe2-lomarmaca {
	width: 937px;
	height: 48px;
	top: 50px;
    margin-left: 12px;
}

.caixa-texto-lomarmaca {
	width: 795px;
	height: 35px;
	top: 56px;
	left: 150px;
	padding-left: 20px;
}

.texto-lomarmaca {
	text-indent: 30px;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 18px;
	padding-top: 10px;
}

.perfil-texto1 {
	font-size: 30px;
	line-height: 30px;
}

.perfil-nome {
	font-size: 44px;
	line-height: 48px;
}

.perfil-texto2 {
	font-size: 30px;
	line-height: 40px;
}

.perfil-texto3 {
	font-size: 36px;
	line-height: 44px;
}

.separador-texto-profissionais {
	font-size: 40px;
	line-height: 48px;
}

.icon-angle-double-down {
	font-size: 50px;
	line-height: 50px;
	margin-top: 10px;
}

.detalhe3-cima {
	height: 65px;
}

.caixa-textob {
	width: 650px;
  	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
} 

.caixa-texto2 {
	font-size: 18px;
}

.evidencia-texto {
	font-size: 36px;
	line-height: 40px;
}

.texto-sections {
	letter-spacing: 2px;
	font-size: 36px;
	line-height: 60px;
	margin-top: 5px;
}

.whattsapp {
	display: none;
	bottom: 15px;
	width: 300px;
	margin-left: 280px;
}

.ligar {
	display: none;
	bottom: 15px;
	width: 150px;
	margin-right: 200px;
}

.evidencia2 {
	padding-top: 210px;
	margin-top: 10px;
}

	.container-rodape {
        padding-bottom: 1px;
    
    }

    .detalhe-rodape {
        height: 107px;
    }

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

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

    .detalhe2-rodape {
        height: 68px;
        top: 20px;
        margin-left: 1%;
    }

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

    .texto-rodape {
        letter-spacing: 3px;      
        font-size: 16px;
        line-height: 68px;
    }


}
