/*********************************************************/
/*CSS MODE - MRPNET 2025
/*********************************************************/
*,*::before,*::after {box-sizing: border-box;}
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, 
em, font, img, u, i, article, textarea, section, 
input, ul, li, form, label, button {margin: 0; padding: 0; border: 0; outline: 0;}
html, body {width:100%; height:100%; font-family: var(--font_p); scroll-behavior: smooth;}
/*********************************************************/
/*PROPRIEDADES
/*********************************************************/
/*LINKS*/
a {text-decoration: none;}
a:hover {text-decoration: none;}
a img {border: 0;}
.zero {font-size: 0em; padding: 0 !important; margin: 0 !important;}
/*LISTAS*/
ul {list-style: none;}
/*IMAGENS*/
img {border: none; width: auto; max-width: 100%;}
/*CONTEUDO*/
.content {margin: 0 auto; max-width: 90%;}
.esquerda {width: 48%; float: left;}
.direita {width: 48%; float: right;}
.aparecer {display: none !important;}
/*BACKGROUND*/
.bgcover {background-repeat: no-repeat; background-size: cover;}
.bg100  {background-repeat: no-repeat; background-size: 100%;}
/*********************************************************/
/*WHATSAPP FLUTUANTE*/
#whatsapp .wtsapp{position: fixed; transform: all .5s ease; background-color: var(--whatsapp); display: block; text-align: center; box-shadow: 0 0 20px rgba(0,0,0,0.15); border-radius: 50px; border-right: none; color: #fff; font-weight: 700; font-size: 30px; bottom: 120px; border: 0; z-index: 9999; width: 50px; height: 50px; line-height: 50px;}
#whatsapp .wtsapp:before{content: ""; position: absolute; z-index: -1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 60px; height: 60px; background-color: #25d366; border-radius: 50%; -webkit-animation:pulse-border 1500ms ease-out infinite; animation:pulse-border 1500ms ease-out infinite;}
#whatsapp .wtsapp:focus{border: none; outline: none;}
/*********************************************************/
/*VOLTAR AO TOPO*/
.backtop {position: fixed; display: none; cursor: pointer; bottom: 3%; right: 5%; border-radius: 25px; text-transform: uppercase; background-image: url(../images/icon-top.png);	background-repeat: no-repeat; background-size: 80%;	font-size: 0.8em; color: #fff; padding: 10px; width: 45px; height: 45px; background-color: rgba(0,0,0,0.2);	z-index: 999; background-position: center center;}
.backtop:hover {background-image: url(../images/icon-top.png);	background-position: center center;}
/*********************************************************/
/*SEPARADORES*/
.clear {clear: both;}
.separa100 {width: 100%; height: 100px;	clear: both;}
.separa80 {width: 100%;	height: 80px; clear: both;}
.separa60 {width: 100%; height: 60px; clear: both;}
.separa40 {width: 100%;	height: 40px; clear: both;}
.separa30 {width: 40%; height: 30px; clear: both;}
.separa20 {width: 100%; height: 20px; clear: both;}
.separa10 {width: 100%;	height: 10px; clear: both;}
/*********************************************************/
/*VIDEO YOUTUBE*/
.video-container {width: 100%;}
.video {position: relative; padding-bottom: 55%;}
.video iframe {position: absolute; width: 100%; height: 100%;}
/*********************************************************/
/*REDES SOCIAIS*/
:root {
  --facebook: #1877F2;
  --twitter: #1DA1F2;
  --instagram: #E1306C;
  --linkedin: #0077B5;
  --youtube: #FF0000;
  --whatsapp: #25D366;
  --tiktok: #000000;
  --pinterest: #E60023;
  --snapchat: #FFFC00;
  --reddit: #FF4500;
  --twitch: #9146FF;
  --telegram: #0088CC;
  --discord: #5865F2;
  --spotify: #1DB954;
}
/*********************************************************/