/*
* CSS PADRÃO MANGACODE - DASHBOARD.
* Criado em : 05/06/2016, 14:41:37
* Autor     : Bernardo Corrêa
*/

/* *************************
******* FONT FAMILYS *******
************************** */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 29, 2020 */


.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../admin/mobile.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.float_l {
    float: left;
}

.float_r {
    float: right;
}
@font-face {
    font-family: 'museo 700';
    src: url('../fonts/museo-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sunshine';
    src: url('../fonts/sunshine-webfont.woff2') format('woff2'),
         url('../fonts/sunshine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
font-family: 'Amertha PERSONAL USE ONLY Regular';
font-style: normal;
font-weight: normal;
src: local('Amertha PERSONAL USE ONLY Regular'), url('../fonts/Amertha_PERSONAL_USE_ONLY.woff') format('woff');
}

.fm-rale {font-family: 'Raleway', sans-serif;}
.fm-open {font-family: 'Open Sans', sans-serif;}

body, html {font-family: 'Raleway', sans-serif; overflow-x:hidden;}

/* *************************
******* FONT FAMILYS *******
************************** */

/* *************************
******* FONT WEIGHTS *******
************************** */
.f-thim {font-weight: 100;}
.f-elight {font-weight: 200;}
.f-light {font-weight: 300;}
.f-regular {font-weight: 400;}
.f-medio {font-weight: 500}
.f-semibold {font-weight: 600}
.f-bold {font-weight: 700}
.f-ebold {font-weight: 800}
.f-ubold {font-weight: 900}

/* *************************
******* FONT COLORS *******
************************** */
.f-black {color: #454545;}
.f-gray {color: #555;}
.f-silver {color: #999;}
.f-white {color: #fff;}
.f-red {color: #ed2131;}
.f-red1 {color: #c84e4e;}
.f-blue {color: #011f42;}
.f-blue2 {color: #0f68b5;}
.f-blue3 {color: #308ad8;}
.f-green {color: #2c473b;}
.f-green2 {color: #F6F4EF;}
.f-yellow {color: #ffb503;}
.f-orange {color: #f4511e;}
.f-roxo {color: #6b0a35;}

/* *************************
******* FONT SIZES *********
************************** */
.title-ultra {font-size: 88px}
.title-larg {font-size: 48px}
.title-larg2 {font-size: 48px}
.title-page {font-size: 38px}
.title-page-sec {font-size: 25px}
.subtitle-page {font-size: 24px}
.text-page {font-size: 18px; line-height: 30px}

.header-page {width: 80%; margin: 0 auto;}

.header-default {}
.header-default h1 {margin-bottom: 25px; font-size: 70px;}
.header-default h1 span {border-bottom: 3px solid #385247; padding-bottom: 1px;}
.header-default .text {font-size: 17px; line-height: 29px;}
.header-default1 .text {font-size: 20px; line-height: 29px;}
.header-default .cate {font-size: 20px;}

.avatar-quem {width: 700px; position: absolute; right: 0; bottom: -335px; z-index: 0; min-height: 1100px; background: url(../images/avatar.png) no-repeat center center;  background-size:80%;}
.avatar-quem2 {width: 1000px; position: absolute; right: 0; bottom: -400px; z-index: 0; min-height: 900px; background: url(../images/CHAT-BOOT.png) no-repeat center center;  background-size: 50%;}
/* *************************
******* BOX COLORS *********
************************** */
.box-black {background-color: #242424;}
.box-black2 {background-color: #151515;}
.box-gray {background-color: #565656;}
.box-silver {background-color: #f4f4f4;}
.box-silver-d {background-color: #e7e7e7;}
.box-white {background-color: #fff;}
.box-red1 {background-color: #ef372d;}
.box-red2 {background-color: #c72f26;}
.box-blue1 {background-color: #011f42;}
.box-blue2 {background-color: #0a131a;}
.box-blue3 {background-color: #22252e;}
.box-blue4 {background-color: #2959A5;}
.box-green1 {background-color: #2c473b;}
.box-green2 {background-color: #F6F4EF;}
.box-yellow {background-color: #003c8b;}
.box-yellow1 {background-color: #003c8b;}
.box-yellow2 {background-color: #ffec93;}
.box-orange {background-color: #f4511e;}
.box-roxo {background-color: #003c8b;}

/* *************************
** PATTERNS / WALLPAPERS ***
************************** */
.wall {background-repeat: no-repeat; background-position: center center; background-size: cover}
.wall-fixed {background-repeat: no-repeat; background-attachment: fixed; background-position: center center; background-size: cover}

.shadow-inset {box-shadow: inset 0 6px 6px -5px rgba(0,0,0,0.4)}
.shadow-inset2 {box-shadow: inset 0 -6px 6px -5px rgba(0,0,0,0.4)}

/* *************************
******* BTN'S STYLE ********
************************** */
.btn { /* OBJETO PRINCIPAL */
    cursor: pointer; 
    border: none;
    display: inline-block; 
    -webkit-transition: 0.3s; transition: 0.3s;
    text-align: center;
    text-transform: uppercase
}
.btn:hover {}

.btn-larg {font-size: 15px; padding: 24px 50px 27px 50px;}
.btn-medio {font-size: 15px; padding: 11px 45px 13px 45px;}
.btn-low {font-size: 13px; padding: 8px 35px 10px 35px;}

.btn-icon {font-size: 15px; padding: 8px 12px 10px 12px; width: 40px}

/* *************************
******* BTN'S COLORS *******
************************** */
.btn-white {background-color: #fff;} .btn-white:hover {background-color:#f0f0f0; }
.btn-black {background-color: #444;} .btn-black:hover {background-color:#222; }
.btn-green {background-color: #2c473b;} .btn-green:hover {background-color:#385247; }
.btn-green2 {background-color: #F6F4EF;} .btn-green:hover {background-color:#AA652C; }
.btn-red {background-color: #d9534f;} .btn-red:hover {background-color:#dd241e; }
.btn-blue {background-color: #000742;} .btn-blue:hover {background-color:#000768; }
.btn-yellow {background-color: #f0ad4e;} .btn-yellow:hover {background-color:#f3991a; }
.btn-orange {background-color: #f4511e;} .btn-orange:hover {background-color:#d7481b; }
.btn-orange2 {background-color: #fff; color: #f4511e} .btn-orange2:hover {background-color:#f4511e; color: #fff}

/* *************************
******* FORM'S STYLES ******
************************** */
/* BOX'S CONTROLADORAS DE FORM */
.box-diagram1 {width: 100%; float: left; margin-bottom: 10px; position: relative}
.box-diagram2 {width: 49.4%; margin-right: 1%; float: left; margin-bottom: 10px; position: relative}
.box-diagram3 {width: 32.5%; margin-right: 1%; float: left; margin-bottom: 10px; position: relative}
.box-diagram4 {width: 23.9%; margin-right: 1%; float: left; margin-bottom: 10px; position: relative}

.small-titulo {font-size: 13px; margin-bottom: 1px; display: block;} /* TÍTULO DE INPUT */

.form-icon {width: 100%; padding: 12px 12px 12px 45px; color: #444; border: 1px solid rgba(0,0,0,0.1); border-bottom: 3px solid rgba(0,0,0,0.1); font-family: 'Raleway', sans-serif; background-repeat: no-repeat; background-position: left 10px center; background-size: 20px;} /* OBJETO PRINCIPAL */
.form {width: 100%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); font-family: 'Raleway', sans-serif;} /* OBJETO PRINCIPAL */
.input-form-larg {font-size: 15px; height: 50px}
.input-form-medio {font-size: 15px; height: 40px}
.input-form-low {font-size: 13px; height: 32px}

.input-form-low-ddd {width: 20%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); font-family: 'Raleway', sans-serif; background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 13px; height: 32px}
.input-form-low-tel {width: 78%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); font-family: 'Raleway', sans-serif; background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 13px; height: 32px}
.input-form-medio-ddd {width: 20%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); font-family: 'Raleway', sans-serif; background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 15px; height: 40px}
.input-form-medio-tel {width: 78%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); font-family: 'Raleway', sans-serif; background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 15px; height: 40px}

.area-form-larg {font-size: 20px; height: 120px}
.area-form-medio {font-size: 15px; height: 100px}
.area-form-low {font-size: 12px; height: 80px}

.campo-up { cursor:pointer; display:block; opacity:0; position:absolute;}
.campo-up-fake { background:url(../images/img_sl.png) no-repeat center right; float: left;}

.on-smart {display: none}
.on-desktop {visibility: visible}
/* *************************
******* BODY WEBSITE *******
************************** */

/* BOX CENTRALIZADORA */
.box-center {width: 1400px; max-width: 92%; margin: 0 auto; position: relative;}
.box-center2 {width: 1800px; max-width: 92%; margin: 0 auto; position: relative;}

/* HEADER HOME */
.content-header {width: 100%; position: absolute; top: 0; left: 0; z-index: 10; padding: 10px 0}
.content-header h1, .header h1 {width:300px; height: 100px; float: left; background: url(../images/logo.png) no-repeat center center; background-size: 50%;}
.box-menu {float: right; margin-top: 1px;}

.content-header .search-header, .header .search-header {width: 300px; margin-top: -5px; float: right; padding-right: 5px; margin-right: 9px;}
.content-header .search-header .input-form-low, .header .search-header .input-form-low {border: 1px solid #fff; font-size: 13px; background:none; color: #fff; width: 75%; float: right;}
.content-header .search-header .input-form-low:focus, .header .search-header .input-form-low:focus {width: 84%;}
.content-header .search-header .btn, .header .search-header .btn {font-size: 13px; background:none; color: #fff; width: 10%; float: right; margin-top: 6px; border: none}

.list-cate li {display: block; list-style: none; margin-bottom: 10px; font-size: 18px; border-left: 4px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1)}
.list-cate li:hover {border-left: 4px solid #003c8b;}
.list-cate li a {padding: 15px; display: block; color: #444;}


.content-header.fixed {position: fixed; top: 0; left: 0; z-index: 4; background-color: rgba(255,255,255,.95); padding: 1px 0; border-bottom: 1px solid rgba(0,0,0,.1); box-shadow: 0 1px 2px 0px rgba(0,0,0,.1)}
.content-header.fixed h1 {background: url(../images/logo2.png) no-repeat center center; background-size: 40%;}
.content-header.fixed .submenu li a {color: #011f42 !important;}
.content-header.fixed .submenu li a:hover {color: #385247 !important;}
.content-header.fixed .box-menu {margin-top: 35px;}
.content-header.fixed .redes-header a {color: #011f42 !important;}
.content-header.fixed .redes-header a:hover {color: #385247 !important;}
.content-header.fixed .search-header .input-form-low {color: #011f42 !important; border: 1px solid #011f42;}
.content-header.fixed .search-header .btn {color: #011f42 !important;}

.redes-header {margin-bottom: 10px; float: right;}
.redes-header a {font-size: 18px; color: #fff; margin-right: 8px; display: inline-block}
.redes-header a:hover {color: #385247;}

.gohome {position: fixed; bottom: 30px; right: 30px; z-index: 6; padding: 5px 15px 10px 15px; font-size: 30px; display: none}

.submenu { list-style-type:none; float: left;}
.submenu li { display: inline-block; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; margin-right: -5px; position: relative}
.submenu li a {
    font-size:19px; 
    color: #fff; 
    background-color: rgba(0,0,0,0); 
    border: 1px solid rgba(0,0,0,0); 
    border-radius: 20px; 
    font-weight: 700; 
    margin-right: 35px;
    display: inline-block; 
    -webkit-transition-duration: 0.2s; 
    -moz-transition-duration: 0.2s;
}
.submenu li:hover a {color: #385247; transform: scale(1.1)}

/* Submenu */
.submenu ul {position:absolute; left:100%; top:100%; list-style-type:none; display: none; z-index: 999999;}
.submenu li:hover {position:relative;}
.submenu li:hover ul {left:-8px; top:43px; display: block}
.submenu li:hover ul li a {
    font-size:13px; 
    color: #606574; 
    width: 210px;
    border-radius: 0px; 
    text-transform: uppercase; 
    font-weight: 800; 
    padding: 12px 20px; 
    display: inline-block; 
    -webkit-transition-duration: 0.2s; 
    -moz-transition-duration: 0.2s;
    background-color: #f0f0f0;
    border: 1px solid rgba(0,0,0,.05);
    border-top: 0;
    transform: scale(1.0)
}
.submenu li ul li:hover a {background-color: #eaeaea;}
/* HEADER DEFAULT */

/* MENU DEFAULT */
.menu ul li {list-style: none; float: left; font-size: 16px;}
.menu ul li a {float: left; color: #333; padding: 15px;}
.menu ul li a:hover {background-color: rgba(0,0,0,0.2); padding: 15px 15px 15px 25px;}

/* MENU MOBILE */
.menu-mobile {width: 78%; max-width: 600px; position: fixed; top: 0; left: 0; height: 100%; z-index: 999; box-shadow: inset -2px 2px 3px 3px rgba(0,0,0,0.2); overflow: hidden; overflow-y: auto;}
.menu-mobile > .logo{width: 100%; padding: 15px 30px; max-width: 300px; margin: 0 auto;}
.menu-mobile li {list-style: none; font-size: 15px; display: block;}
.menu-mobile li a {color: #fff; display: block; padding: 14px; background-color: rgba(255,255,255,.05); margin-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.1); border-left: 5px solid #004c20}
.menu-mobile li a:hover {background-color: rgba(0,0,0,0.1)}
.menu-mobile li ul li {list-style: none; font-size: 12px; display: block;}
.menu-mobile li ul li a {display: block; padding: 10px; background-color: rgba(0,0,0,0.2)}
.menu-mobile li ul li a:hover {background-color: rgba(0,0,0,0.3)}

.menu-mobile .footer-redes {margin-left: 10px;}
.menu-mobile .footer-redes a {font-size: 14px; width: 30px; height: 30px; padding: 6px 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}

.menu-mobile {transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%);}
.menu-active .menu-mobile {transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0);}

/* HOVER SOCIAL */
.hover-social {position: absolute; top: 0; left: -180px; padding: 9px; width: 180px; z-index: 2; background-color: rgba(255,255,255,.95); box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.3)}
.hover-social p {font-size: 13px; margin-bottom: 4px;}
.mini-gal {width: 22.5%; margin: 1%; display: inline-block}

.content-header-home {position: relative;}
.content-header-home .next, .content-header-home .prev {font-size: 200px; position: absolute; z-index: 6; color: rgba(255,255,255,.2); top: 50%; margin-top: -120px; cursor: pointer}
.content-header-home .next {right: 30px;} .content-header-home .next:hover {right: 20px; color: #fff;}
.content-header-home .prev {left: 30px;} .content-header-home .prev:hover {left: 20px; color: #fff;}

.cover {position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2)}
.pel {position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; background: url(../images/cover.png) repeat}

.slider_posthome .content-post-slider-home {width: 100%; position: relative; float: left; }

.slider_posthome .center-header {width: 1400px; max-width: 92%; margin: 0 auto;}
.slider_posthome header {width: 850px; max-width: 92%; position: absolute; bottom: 50px; z-index: 4; padding-left: 15px; border-left: 1px dashed rgba(255,255,255,.3)}
.slider_posthome header .date {font-size: 12px}
.slider_posthome header .cate {font-size: 17px}
.slider_posthome header h1 {font-size: 63px; line-height: 65px; margin: 10px 0}
.slider_posthome header a {color: rgba(255,255,255,.85);}
.slider_posthome header a:hover {color: #fff;}
.slider_posthome header:hover {bottom: 60px;}

.content-post-destaque {}
.content-post-destaque article > div {min-height: 450px; position: relative; overflow: hidden}
.content-post-destaque article > div .cover {position: absolute; width: 1px; height: 1px; top: 50%; left: 50%; z-index: 1; background-color: rgba(0,0,0,0);}
.content-post-destaque article > div header {position: absolute; bottom: 0; z-index: 2; padding: 20px; background-color: rgba(255,255,255,0.9); width: 100%; left: 0;}
.content-post-destaque article > div header .detalhes p {display: inline-block; margin-right: 10px;}
.content-post-destaque article > div header .detalhes .cate {font-size: 12px; color: #003c8b;}
.content-post-destaque article > div header .detalhes .views {font-size: 12px; color: #222;}
.content-post-destaque article > div header .date {font-size: 12px; color: #222;}
.content-post-destaque article > div header h1 {font-size: 22px; color: #222; line-height: 23px; letter-spacing: 0px; margin: 3px 0 5px 0}

.content-post-destaque article:hover > div .cover {background-color: rgba(56,82,71,.6); width: 100%; height: 100%; top: 0; left: 0;}
.content-post-destaque article:hover > div .hover-social {left: 0;}
.content-post-destaque article:hover > div header {background-color: rgba(56,82,71,.8);}
.content-post-destaque article:hover > div header .detalhes .cate {color: #fff;}
.content-post-destaque article:hover > div header .detalhes .views {color: #fff;}
.content-post-destaque article:hover > div header .date {color: #fff;}
.content-post-destaque article:hover > div header h1 {color: #fff;}

.content-post-destaque article > div .social-box {width: 70%; padding: 30px; background-color: rgba(0,0,0,.2); border:1px solid rgba(255,255,255,.1); position: absolute; left: 15%; top: 50%; margin-top: -160px; min-height:300px; }
.content-post-destaque article > div .social-box .logo-social {width: 40%; padding: 6px; margin: 0 auto; margin-bottom: 1px;}
.content-post-destaque article > div .social-box > header {width: 100%; position: relative; float: left; background: none;}
.content-post-destaque article > div .social-box > header h1 {font-size: 20px; color: #fff;}
.content-post-destaque article > div .social-box > header p {font-size: 13px; color: #fff;}

.content-post {}
.content-post article > div {min-height: 270px; position: relative; overflow: hidden}
.content-post article > div .hover-social {z-index: 3;}
.content-post article > div:hover .hover-social {left: 0;}
.content-post article > div .cover {position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.1)}
.content-post article > div header {position: absolute; width: 100%; bottom: 0; padding: 20px; z-index: 2}
.content-post article > div header h1 {font-size: 18px; margin-top: 5px; color: #fff;}
.content-post article > div header .detalhes2 p {font-size: 12px; display:inline-block; margin-right: 10px; color: #fff;}
.content-post article > div header .date {font-size: 12px; margin-top: 5px; color: #fff;}

.content-post-out {}
.content-post-out article {padding: 10px 0; border-bottom: 5px solid rgba(0,0,0,.03)}
.content-post-out article:last-child {margin-bottom: 0;}
.content-post-out article:first-child {padding-top: 0}
.content-post-out header h1 {font-size: 14px;}
.content-post-out header p {font-size: 10px; margin-top: 4px;}
.content-post-out header a {color: #555;}
.content-post-out header a:hover {color: #e53935;}

.content-tags {}
.content-tags article {font-size: 13px; padding: 4px 8px; display: inline-block; margin: 1px 0;}

.det {display: inline-block; font-size: 12px; margin-right: 15px;}

.txt-post {}
.txt-post p, .txt-post h1, .txt-post h2, .txt-post h4 {text-align: justify; color: #555;}
.txt-post p  {font-size: 18px; line-height: 32px; font-weight: 300; margin-bottom: 20px;}
.txt-post h1 {font-size: 35px; line-height: 40px; font-weight: 800}
.txt-post h2 {font-size: 30px; line-height: 37px; font-weight: 800}
.txt-post h4 {font-size: 25px; line-height: 32px; font-weight: 800}

.txt-post p strong, .txt-post p b {font-weight: 700}
.txt-post img {width: 100%; height: auto;}
.txt-post li {list-style: none; display: block; padding: 10px 0; border: 2px solid rgba(0,0,0,.04); font-size: 16px; color: #555;}

.txt-video {}
.txt-video p, .txt-video h1, .txt-video h2, .txt-video h4 {text-align: justify; color: #e0e0e0;}
.txt-video p  {font-size: 18px; line-height: 32px; font-weight: 300; margin-bottom: 20px;}
.txt-video h1 {font-size: 35px; line-height: 40px; font-weight: 800}
.txt-video h2 {font-size: 30px; line-height: 37px; font-weight: 800}
.txt-video h4 {font-size: 25px; line-height: 32px; font-weight: 800}

.txt-video p strong, .txt-video p b {font-weight: 700}
.txt-video img {width: 100%; height: auto;}
.txt-video li {list-style: none; display: block; padding: 10px 0; border: 2px solid rgba(0,0,0,.04); font-size: 16px; color: #e0e0e0}

.content-videos-home {}
.content-videos-home article header {padding: 30px; min-height: 150px;}
.content-videos-home article header h1 {font-size: 20px; color: #333;}
.content-videos-home article header .cate {font-size: 12px; margin-bottom: 5px;}
.content-videos-home article header .date {font-size: 12px; margin-top: 5px;}

.content-videos-home article:hover header {background-color:#003c8b }
.content-videos-home article:hover header h1 {color: #fff;}
.content-videos-home article:hover header .cate {color: #fff;}
.content-videos-home article:hover header .date {color: #fff;}

.list-cate li {display: block; list-style: none; margin-bottom: 10px; font-size: 18px; border-left: 4px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1)}
.list-cate li:hover {border-left: 4px solid #FF8000;}
.list-cate li a {padding: 15px; display: block; color: #444;}


.content-instagram {}
.content-instagram article {width: 12.5%; float: left; margin: -8px 0%; overflow: hidden; position: relative}
.content-instagram article .cover {width: 100%; height: 100%; position: absolute; z-index: 1; background-color: rgba(37,117,182,.7)}
.content-instagram article:hover .cover { background-color: rgba(37,117,182,0)}
.content-instagram article img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.content-instagram article:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.content-footer {}
.content-footer article h3 {font-size: 22px; margin-bottom: 20px;}
.content-footer article h3 span {padding-bottom: 2px; border-bottom: 4px solid #F6F4EF }
.content-footer article .desc {font-size: 12px; line-height: 17px; margin-bottom: 15px;}

.menu-reverso li {list-style: none; display: block; font-size: 10px; font-weight: 300; text-transform: uppercase}
.menu-reverso li a {display: block; color: #fff; padding: 5px 0; border-bottom: 2px solid rgba(255,255,255,.2)}
.menu-reverso li a:hover {color: #2959A5}
.menu-reverso li ul {display: none;}

.list-contact li {list-style: none; font-size: 11px; display: block; padding: 5px 0; border-bottom: 2px solid rgba(255,255,255,.2)}

.footer-redes {}
.footer-redes a {font-size: 30px; margin-right: 5px; width: 40px; padding: 5px 0; text-align: center; background-color: rgba(255,255,255,.1); float: left; color: #999;}
.footer-redes a:hover {color: #fff;}

.txt-copy {}
.txt-copy .title {font-size: 15px;}
.txt-copy .itens {font-size: 16px; margin-bottom: 5px}

.footer-info {}
.footer-info h3 {font-size: 25px; margin-bottom: 18px;}
.footer-info h3 span {border-bottom: 4px solid #004c20}
.footer-info p {font-size: 13px; line-height: 18px; margin-bottom: 16px;}
.footer-info ul li {font-size: 13px; list-style: none; padding-bottom: 8px; margin-top: 8px; border-bottom: 1px solid rgba(255,255,255,.05)}

.footer-logo {width: 80px;}
.copy {margin-top: 6px; font-size: 12px;}
.footer-ass p {font-size: 13px; margin-top: 8px;}
.footer-ass p:last-child {margin-bottom: 0px;}

/* SHAREBOX MODEL */
.sharebox3 {float: right;}
.sharebox3 li {float: left; list-style: none; width: 180px; margin-right: 9px; position: relative; text-align:center; font-size: 15px; cursor: pointer; font-weight: 800;}
.sharebox3 a{ text-decoration: none; padding: 19px 5px; display:block; border: 1px solid rgba(0,0,0,0.1); border-bottom: 4px solid rgba(0,0,0,0.3)}

.sharebox3 .count {position: absolute; top: 0; right: 0; font-size: 9px; padding: 3px; background-color: rgba(0,0,0,0.3); color: #fff;}

.sharebox3 .facebook3 a{background-color: #133f88; color:#fff; } 
.sharebox3 .facebook3 a:hover { background-color: #3c5b9b; color: #fff;}

.sharebox3 .twitter3 a{background-color: #15b6f2; color: #fff}  
.sharebox3 .twitter3 a:hover { background-color: #359bed; color: #fff;}

.sharebox3 .google3 a{ background-color: #d73f26; color: #fff; }  
.sharebox3 .google3 a:hover { background-color: #d44132; color: #fff; }

.sharebox3 .whatsapp3 {display: none;}  
.sharebox3 .whatsapp3 a{background-color:#409343; color:#fff;}  

.sharebox {}
.sharebox li {display: inline-block; margin: 0 -2px; list-style: none; vertical-align: top; position: relative; font-size: 32px; cursor: pointer;}
.sharebox a{ text-decoration: none; display:block;}

.sharebox .facebook a{color:#3c5b9b; } 
.sharebox .facebook a:hover {color: #3c5b9b;}

.sharebox .twitter a{color: #359bed}  
.sharebox .twitter a:hover {color: #359bed;}

.sharebox .google a{color: #d44132; }  
.sharebox .google a:hover {color: #d44132; }

.sharebox .whatsapp {padding: 1.5px 3px; width: 28px; font-size: 21px; margin-top: 5px; background-color: #409343;}  
.sharebox .whatsapp a{color:#fff;}  

.menu-anchor {font-size: 35px; float: left; cursor: pointer; display: none; margin-top: 12px; color: #fff;}
.content-header.fixed .menu-anchor {color: #222;}

/* PAGINATOR STYLE */
.paginator { width: 100%; float: left; text-align: center;}
.paginator li {list-style: none; font-size: 12px; margin-right: 5px; display: inline-block;}
.paginator a {color: #fff; background-color: #008472; padding: 10px; border: 1px solid rgba(0,0,0,0.2)}
.paginator a:hover {background-color: #006759;}
.paginator .active {color: #fff; background-color: #004c20; padding: 10px; border: 1px solid rgba(0,0,0,0.2)}

/* MATERIAL CAMPANHA */
.content-material {width: 100%; float: left;}
.content-material article {width: 48.5%; margin-right: 3%; position: relative; float: left; margin-bottom: 30px;}
.content-material article header {width: 100%; padding: 20px; border-left: 6px solid #011f42; }
.content-material article .options {position: absolute; width: 200px; padding: 10px; font-size: 45px; top: 50%; left: 50%; margin-top: -10px; margin-left: -100px;}
.content-material article .options a { color: #fff; margin-right: 20px; }

.line1 {display: block}
.line2 {display: none}
.line3 {display: none}

.content-plano {width: 100%; position: relative; float: left;}
.content-plano aside {width: 200px; position: absolute; height: 100%; min-height: 100%;}
.content-plano aside .nav-plano ul li {list-style: none; width: 100%; float: left; border-bottom: 1px solid rgba(0,0,0,0.07)}
.content-plano aside .nav-plano ul li a {color: #444; font-size: 14px; padding: 15px; float: left; width: 100%;}
.content-plano aside .nav-plano ul li a:hover {background-color: rgba(0,0,0,0.1)}
.content-plano aside .nav-plano ul li a i {margin-right: 6px;}

.content-plano .box-plano {margin-left: 200px; padding: 30px; min-height: 800px;}
.content-plano .box-plano header h1 {font-size: 35px; margin-bottom: 5px;}
.content-plano .box-plano header p {font-size: 17px; padding-bottom: 10px; line-height: 22px; margin-bottom: 20px; border-bottom: 3px dotted rgba(0,0,0,0.2)}
.content-plano .box-plano main h2 {font-size: 21px; margin-bottom: 7px;}
.content-plano .box-plano main p {font-size: 16px; margin-bottom: 15px; line-height: 25px;}
.content-plano .box-plano main ul li {font-size: 15px; display: block; list-style: none; padding: 9px 0; border-bottom: 3px dotted rgba(0,0,0,0.2)}

.content-sound article {margin-bottom: 30px;}
.content-sound article h1 {font-size: 25px; margin-top: 2px;}
.content-sound article p {font-size: 13px; margin-top: 15px;}
.content-sound article a {color: #444}
.content-sound article a:hover {color: #f6c83d}

.box-prop h3 {font-size: 18px; padding: 15px; height: 80px;}
@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1150px) {
    .title-ultra {font-size: 68px}
    .title-larg {font-size: 40px}
    .title-page {font-size: 32px}
    .title-page-sec {font-size: 22px}
    .subtitle-page {font-size: 16px}
    .text-page {font-size: 14px; line-height: 23px}
    .header-page h1 {font-size: 50px; margin-bottom: 15px; border-left: 15px solid #f5af3d; padding-left: 10px;}
    .header-page p {font-size: 17px;}
    .title-agenda header h1 {font-size:45px; line-height: 40px;}



    .header-default h1 {margin-bottom: 20px; font-size: 50px;}
    .header-default .text {font-size: 14px; line-height: 23px;}
    .header-default .cate {font-size: 18px;}

    .line1 {display: none}
    .line2 {display: block}
    .line3 {display: none}

    .avatar-quem {width: 550px; min-height: 659px;}
	.avatar-quem2 {width: 800px; min-height: 500px;position: absolute; right: 0; bottom: -250px;}

}

@media screen and (max-width: 900px) {
    .title-ultra {font-size: 58px}
    .title-larg {font-size: 35px}
    .title-page {font-size: 26px}
    .title-page-sec {font-size: 18px}
    .subtitle-page {font-size: 15px}
    .text-page {font-size: 14px; line-height: 23px}
    .header-page h1 {font-size: 40px; margin-bottom: 15px; border-left: 15px solid #f5af3d; padding-left: 10px;}
    .header-page p {font-size: 16px;}
    .title-agenda header h1 {font-size:40px; line-height: 35px;}

    .header-default h1 {margin-bottom: 20px; font-size: 42px;}
    .header-default .text {font-size: 14px; line-height: 23px;}
    .header-default .cate {font-size: 17px;}

    .padding-total-low {padding: 15px;}
    .padding-total-normal {padding: 15px;}
    .padding-total-high {padding: 15px;}
    .padding-high {padding: 100px 0;}
    .padding-default {padding: 40px 0;}
    .padding-normal {padding: 30px 0;}

.ocultar_mobile {
 display: none;
}

    .box20, .box25 {width: 50%}
    .box30, .box33, .box40, .box45, .box50, .box60, .box65, .box70, .box75 {width: 100%}
    .box35 {width: 50%}
    .box-diagram2, .box-diagram3 {width: 100%; margin-right: 0;}
    .box-diagram3 .btn {font-size: 13px; padding: 10px 4px;}

    .avatar-quem {width: 500px; min-height: 500px; margin: 0 auto; position: relative; bottom: 0px;}
	.avatar-quem2 {width: 500px; min-height: 500px; margin: 0 auto; position: relative; bottom: 0px;}

    .submenu {display: none}
    .redes-header {display: none}
    .search-header {display: none}
    .menu-anchor {display: block}

    .slider_posthome header {width: 550px; bottom: 30px; z-index: 4; padding-left: 10px;}
    .slider_posthome header h1 {font-size: 38px; line-height: 39px; margin: 10px 0}
    .slider_posthome header:hover {bottom: 40px;}
    
    .content-post-out article .photo {width: 30%;}
    .content-post-out article header {width: 65%;}
}

@media screen and (max-width: 550px) {   
    .title-ultra {font-size: 48px}
    .title-larg {font-size: 30px}
    .title-page {font-size: 23px}
    .title-page-sec {font-size: 16px}
    .subtitle-page {font-size: 14px}
    .text-page {font-size: 14px; line-height: 22px}
    .header-page h1 {font-size: 31px; margin-bottom: 15px; border-left: 15px solid #f5af3d; padding-left: 10px;}
    .header-page p {font-size: 14px;}
    .title-agenda header h1 {font-size:30px; line-height: 30px;}


    .content-plano aside {width: 100%; float: left; position: relative; height: 100%; min-height: 100%;}
    .content-plano aside .nav-plano ul li {list-style: none; width: 100%; float: left; border-bottom: 1px solid rgba(0,0,0,0.07)}
    .content-plano aside .nav-plano ul li a {color: #fff; font-size: 12px; padding: 10px; float: left; width: 100%;}
    .content-plano aside .nav-plano ul li a:hover {background-color: rgba(0,0,0,0.1)}
    .content-plano aside .nav-plano ul li a i {margin-right: 6px;}

    .content-plano .box-plano {margin-left: 0px; width: 100%; float: left; padding: 15px; min-height: 0px;}
    .content-plano .box-plano header h1 {font-size: 20px; margin-bottom: 5px;}
    .content-plano .box-plano header p {font-size: 14px; padding-bottom: 10px; line-height: 18px; margin-bottom: 20px; border-bottom: 3px dotted rgba(0,0,0,0.2)}
    .content-plano .box-plano main h2 {font-size: 17px; margin-bottom: 7px;}
    .content-plano .box-plano main p {font-size: 13px; margin-bottom: 15px; line-height: 18px;}
    .content-plano .box-plano main ul li {font-size: 13px; display: block; list-style: none; padding: 7px 0; border-bottom: 3px dotted rgba(0,0,0,0.2)}

.ocultar_mobile {
 display: none;
}

    .header-default h1 {margin-bottom: 20px; font-size: 35px;}
    .header-default .text {font-size: 14px; line-height: 22px;}
    .header-default .cate {font-size: 15px;}

    .box {display: inline-block; vertical-align: top; margin-left: 0; padding:10px 0;}
    .box1 {display: inline-block; vertical-align: top; margin-left: 0; padding:10px 0;}
    .box20, .box25 {width: 100%}

    .det {font-size: 11px; margin-right: 10px}

    .txt-post p, .txt-video p {font-size: 15px; line-height: 22px; margin-bottom: 15px}

    .on-smart   {display: block;}
    .on-desktop {display: none;}

    .mini-gal {width: 47%}

    .avatar-quem {width: 280px; min-height: 280px; bottom: -50px; bottom: 0px;}
	.avatar-quem2 {width: 280px; min-height: 280px; bottom: -50px; bottom: 0px;}

    .col-post header h1 {font-size: 22px;}
    .col-post .txt-post {padding: 15px}
    .col-post .txt-post p {font-size: 13px; line-height: 21px}
    .txt-social {display: none}
    .sharebox2 li a {font-size: 15px; width: 45px; padding: 9px}
    .sharebox2 .whatsapp2 {display: inline-block;}
    .sharebox .whatsapp {display: inline-block;}

    .content-header h1, .header h1 {width: 210px; height: 80px;}
    .menu-anchor {font-size: 30px; margin-top: 6px;}

    .content-post-destaque article > div {min-height: 300px;}
    .content-post-destaque article > div header .detalhes .cate {display: none}
    .content-post-destaque article > div header .detalhes .views {display: none}
    .content-post-destaque article > div header .date {font-size: 10px;}
    .content-post-destaque article > div header h1 {font-size: 16px; line-height: 20px;}
    .content-post-destaque article > div .hover-social {display: none}

    .content-post-destaque article > div .social-box {width: 90%; padding: 20px; background-color: rgba(0,0,0,.2); border:1px solid rgba(255,255,255,.1); position: absolute; left: 5%; top: 50%; margin-top: -135px; min-height:300px; }
    .content-post-destaque article > div .social-box .logo-social {width: 100px; padding: 6px; margin: 0 auto; margin-bottom: 1px;}
    .content-post-destaque article > div .social-box > header {width: 100%; position: relative; float: left; background: none;}
    .content-post-destaque article > div .social-box > header h1 {font-size: 17px; color: #fff;}
    .content-post-destaque article > div .social-box > header p {font-size: 12px; color: #fff;}

    .content-videos-home article header {padding: 20px;}
    .content-videos-home article header h1 {font-size: 18px;}
    .content-videos-home article header .cate {font-size: 10px}
    .content-videos-home article header .date {font-size: 10px;}

    .slider_posthome .prev {display: none;}
    .slider_posthome .next {display: none;}
    .gohome {display: none !important}

    .slider_posthome header .date {font-size: 10px}
    .slider_posthome header .cate {font-size: 10px}
    .slider_posthome header {width: 300px; max-width: 100%; bottom: 20px; padding-left: 10px;}
    .slider_posthome header h1 {font-size: 21px; line-height: 24px; margin: 10px 0}
    .slider_posthome header:hover {bottom: 30px;}

    .content-post article > div {min-height: 270px;}
    .content-post article > div header h1 {font-size: 16px;}
    .content-post article > div header .detalhes2 {display: none}
    .content-post article > div header .date {font-size: 10px;}

    .content-post-out article .photo {width: 35%; max-width: 100px;}
    .content-post-out article header {width: 60%;}
    .content-post-out article header h1 {font-size: 12px;}
    .content-post-out article header p {display: none}
	
@media screen and (max-width:480px) {
.ocultar_mobile {
 display: none;
}
}


}

.list-cate li {display: block; list-style: none; margin-bottom: 10px; font-size: 18px; border-left: 4px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1)}
.list-cate li:hover {border-left: 4px solid #FF8000;}
.list-cate li a {padding: 15px; display: block; color: #444;}
/* Tiles */

	.tiles {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		postiion: relative;
		margin: -2.5em 0 2.5em -2.5em;
	}

		.tiles article {
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			position: relative;
			width: calc(46.3333333333% - 2.5em);
			margin: 2.5em 0 0 2.5em;
		}

			.tiles article > .image {
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				position: relative;
				display: block;
				width: 100%;
				border-radius: 4px;
				overflow: hidden;
			}

				.tiles article > .image img {
					display: block;
					width: 100%;
				}

				.tiles article > .image:before {
					pointer-events: none;
					-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
					-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
					-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
					transition: background-color 0.5s ease, opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					opacity: 1.0;
					z-index: 1;
					opacity: 0.6;
				}

			.tiles article > a {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
				-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
				-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
				transition: background-color 0.5s ease, transform 0.5s ease;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				padding: 1em;
				border-radius: 4px;
				border-bottom: 0;
				color: #E0FFFF;
				text-align: center;
				text-decoration: none;
				z-index: 3;
			}

				.tiles article > a > :last-child {
					margin: 0;
				}

				.tiles article > a:hover {
					color: #ffffff !important;
				}

				.tiles article > a h2 {
					margin: 0;
				}

				.tiles article > a .content {
					-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
					-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
					-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
					transition: max-height 0.5s ease, opacity 0.5s ease;
					width: 100%;
					max-height: 0;
					line-height: 1.5;
					margin-top: 0.35em;
					opacity: 0;
				}

					.tiles article > a .content > :last-child {
						margin-bottom: 0;
					}

			.tiles article.style1 > .image:before {
				background-image: linear-gradient(to right, #011f42, #00f7b9); border: 0; color: #fff;
			}

			.tiles article.style2 > .image:before {
				background-image: linear-gradient(to right, #011f42, #00f7b9); border: 0; color: #fff;
			}

			.tiles article.style3 > .image:before {
				background-image: linear-gradient(to right, #004c20, #052115); border: 0; color: #fff;
			}

			.tiles article.style4 > .image:before {
				background-color: #004c20;
			}

			.tiles article.style5 > .image:before {
				background-color: #ae85ca;
			}

			.tiles article.style6 > .image:before {
				background-color: #8499e7;
			}

			body:not(.is-touch) .tiles article:hover > .image {
				-moz-transform: scale(1.1);
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1);
			}

				body:not(.is-touch) .tiles article:hover > .image:before {
					background-color: #333333;
					opacity: 100;
				}

				body:not(.is-touch) .tiles article:hover > .image:after {
					opacity: 100;
				}

			body:not(.is-touch) .tiles article:hover .content {
				max-height: 15em;
				opacity: 100;
			}

		body.is-preload .tiles article {
			-moz-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			opacity: 100;
		}

		body.is-touch .tiles article .content {
			max-height: 15em;
			opacity: 100;
		}

		@media screen and (max-width: 1280px) {

			.tiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.tiles article {
					width: calc(33.3333333333% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

		}

		@media screen and (max-width: 980px) {

			.tiles {
				margin: -2.5em 0 0 -2.5em;
			}

				.tiles article {
					width: calc(50% - 2.5em);
					margin: 2.5em 0 0 2.5em;
				}

		}

		@media screen and (max-width: 736px) {

			.tiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.tiles article {
					width: calc(50% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

					.tiles article:hover > .image {
						-moz-transform: scale(1.0);
						-webkit-transform: scale(1.0);
						-ms-transform: scale(1.0);
						transform: scale(1.0);
					}

		}

		@media screen and (max-width: 480px) {

			.tiles {
				margin: 0;
			}

				.tiles article {
					width: 100%;
					margin: 1.25em 0 0 0;
				}

		}
		
/* Estilo base para o botão com a classe .botaomenu */
.botaomenu {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2c473b; /* Fundo verde */
    color: white; /* Cor do texto */
    text-decoration: none; /* Remove o sublinhado do link */
    border: 2px solid white; /* Borda branca */
    border-radius: 5px; /* Bordas arredondadas */
    font-family: Arial, sans-serif; /* Fonte */
    font-size: 16px; /* Tamanho da fonte */
    transition: all 0.3s ease; /* Transição suave para todas as propriedades */
    position: relative;
    overflow: hidden; /* Para esconder o overflow do pseudo-elemento */
}

/* Efeito ao passar o mouse */
.botaomenu:hover {
    background-color: #3b5a4a; /* Tom mais claro de verde */
    transform: scale(1.05); /* Aumenta ligeiramente o tamanho do botão */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5); /* Sombra branca */
}

/* Animação de onda ao passar o mouse */
.botaomenu::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.3); /* Cor branca com transparência */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0); /* Inicia com escala 0 */
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    pointer-events: none; /* Evita que o pseudo-elemento interfira com o clique */
}

.botaomenu:hover::after {
    transform: translate(-50%, -50%) scale(1); /* Aumenta a escala para criar o efeito de onda */
    opacity: 1;
}
