/*********************************************************/
/*CSS MODE - MRPSTUDIO 2026
/*********************************************************/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font_p); -webkit-font-smoothing: antialiased; }
/*********************************************************/
/*PROPRIEDADES
/*********************************************************/
/*LINKS*/
a {text-decoration: none; color: var(--cor_1);}
a:hover {text-decoration: none;}
a img {border: 0;}
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; }
/*LISTAS*/
ul {list-style: none;}
/*IMAGENS*/
img { max-width: 100%; height: auto; display: block; }
/*CONTEUDO*/
.content { width: min(90%, 1280px); margin: 0 auto; }
.flex { display: flex; justify-content: space-between; }
.centro {width: 60%; margin: auto;}
.hidden {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; transition: 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;}
#whatsapp .wtsapp {right: 3%;}
@keyframes pulse-border {
  0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
  100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
}
/*********************************************************/
/*VOLTAR AO TOPO*/
#scrollToTopBtn { opacity: 0; visibility: hidden; position: fixed; bottom: 20px; right: 3%; width: 50px; height: 50px; background-color: var(--cor_2); color: #fff; border: none; border-radius: 50%; font-size: 24px; cursor: pointer; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: 0.3s; z-index: 1000; }
#scrollToTopBtn.show { opacity: 1; visibility: visible; }
#scrollToTopBtn:hover { background-color: #333; transform: scale(1.1); }
/*********************************************************/
.fontzero {font-size: 0 !important; padding: 0 !important;}
.paginacao {width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; padding: 20px 0; text-align: center;}
.paginacao .anterior, .paginacao .proximo, .paginacao .numero {display: inline-flex; align-items: center; justify-content: center; min-width: 48px; padding: 10px 18px; border-radius: 999px; background: #fff; color: #333; font-weight: 700; font-size: 1em; font-family: "Noto Sans", sans-serif; border: 1px solid #E2E4E8; transition: all 0.2s ease;}
.paginacao .anterior:hover, .paginacao .proximo:hover, .paginacao .numero:hover {background: var(--laranja); color: #fff; text-decoration: none; border-color: var(--laranja);}
.paginacao .numero.ativo {background: var(--laranja); color: #fff; border-color: var(--laranja);}

.pagina-alerta {width: 100%; max-width: 720px; margin: 30px auto; padding: 18px 22px; border: 1px solid rgba(255, 115, 0, 0.18); border-left: 6px solid var(--laranja); border-radius: 14px; background: linear-gradient(135deg, rgba(255, 115, 0, 0.08), rgba(255, 255, 255, 0.96)); color: #333; font-weight: 600; text-align: center; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);}

.line {width: 90%; margin: 40px auto 0 auto; height: 2px; background-color: #555555; clear: both; margin-top: 40px;}

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

.content {margin: auto; max-width: 1280px;}

.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-container {width: 100%;}
.video {position: relative; padding-bottom: 55%;}
.video iframe {position: absolute; width: 100%; height: 100%;}
/*********************************************************/

/*********************************************************/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu i {font-size: 0.7em; padding-right: 5px;}

#cssmenu > ul > li > a {
  padding: 5px 35px;
  text-decoration: none;
  margin: 0 auto;
  color: #000;
  text-transform: uppercase;
  line-height: 15px;
  font-weight: 500;
  font-size: 1.1em;
  font-family: "Noto Sans", sans-serif;
}
#cssmenu > ul > li:hover > a {
  color: var(--laranja);
}
@media all and (max-width: 950px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 950px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 950px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 950px), only screen and (min-device-pixel-ratio: 2) and (max-width: 950px), only screen and (min-resolution: 192dpi) and (max-width: 950px), only screen and (min-resolution: 2dppx) and (max-width: 950px) {
  #cssmenu {
    width: 100%;
    padding: 10px auto;
    position: absolute;
    z-index: 9999;
  }
  #cssmenu ul {
    width: 80%;
    background-color:var(--laranja);
    display: none;
    margin: auto;
    z-index: 999999;
    color: #fff;
    margin-top: 20px;
  }
  #cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 0.8em;
    color: #fff;
    background: #06A1AE;
    font-size: 1em;
  }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu > ul > li > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-size: 1em !important;
    height: 52px;
        line-height: 40px;
  }
  #cssmenu > ul > li:hover > a {
    background-color: #fff;
    color: var(--laranja);
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none;
    background: #fff;
  }
  #menu-line {
    display: none;
  }
  #cssmenu ul ul li a:hover{ 
    color: var(--laranja);
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 40px;
    height: 5px;
    background: var(--laranja);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 40px;
    height: 5px;
    border-top: 5px solid var(--laranja);
    border-bottom: 5px solid var(--laranja);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
    color: #fff;
    background: #06A1AE;
  }
  #cssmenu .submenu-button:hover {
    background-color: var(--vermelho);
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 2px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 2px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*********************************************************/
.menu.open {transform: translateX(-13%);}
.menu {transition: transform 0.3s ease-in-out; overflow-y: auto; margin-left: 5%; padding-top: 30px; float: left;}


.menu ul {list-style-type: none; padding: 0; margin: 0;}
.menu ul li {padding: 0 30px; font-family: "Noto Sans", sans-serif; font-size: 1.1em; text-transform: uppercase; color: #000; float: left; font-weight: 500;}
.menu ul li:hover {color: var(--laranja);}

.menu-icon {display: none; width: 30px;  height: 20px;  position: absolute;  right: 20px; top: 40px; z-index: 9999; cursor: pointer; }
.menu-icon span { display: block; width: 100%; height: 4px; background-color: var(--laranja);  margin-bottom: 5px;  transition: 0.3s ease-in-out;}
.menu-toggle { display: none;}
.menu-toggle:checked ~ #menu-list { transform: translateX(0);}
.menu-toggle:checked + .menu-icon span { background-color: var(--laranja);}

@media (max-width: 950px) {
  .menu {transform: translateX(-250px); margin-left: 0;   width: 250px;  overflow-y: hidden; z-index: 999; height: 100%; top: 0; background-color: #dfdfdf;  position: fixed; left: 0; padding: 0 20px; }
  .menu.open {transform: translateX(0); overflow-y: auto; }
  .menu ul {display: none;}
  .menu .centro {margin: 0 auto 30px auto;}
  .menu ul li {display: block; float: none; width: 100%; margin-bottom: 10px;}
  .menu-icon {display: block; }
  .menu-toggle:checked ~ .menu ul {display: block; }
}
