/*
Theme Name: Neon Institucional
Theme URI: https://agencianeon.com.br
Author: Agência Neon
Author URI: https://agencianeon.com.br
Description: Tema desenvolvido por Agência Neon
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neon-skamper

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

a {
  transition: all 300ms;
}

a:hover {
  text-decoration: none!important;
}

* {
  outline: none;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body main .container {
  max-width: 720px;
  padding: 30px;
}

.nopad {
  padding: 0!important;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
}
header {
  background-color: #fff;
}
header .container{
  height: 77px;
  display: flex;
}

p {
  font-size: 0.875rem;
  color: var(--text);
}
.custom-logo{
  height: 28px;
  width: auto;
}
.custom-logo-link{
  display: flex;
  align-self: center;
  position: relative;
  z-index: 3;
}

/* Menu */
.main_menu{
  display: flex;
  gap: 48px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_menu .menu-item a{
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.main_menu .menu-item-has-children{
  position: relative!important;
}
.main_menu > .menu-item-has-children::after{
    position: absolute;
    content: "";
    background-image: url('fonts/fa/arrow_down.svg');
    margin-left: 10px;
    width: 10px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    right: -25px;
    top: 2px;
}
.main_menu .menu-btn a{
    z-index: 3;
    position: relative;
    padding: 12px 16px;
    border: none;
    color: #fff;
    background-color: #262AC5;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 16px;
}
.main_menu .sub-menu .sub-title .sub-menu{
  display: block;
}


/* .main_menu .sub-menu{
  display: none;
} */
/* #menu-item-3201 .sub-menu:first-of-type{ */
.top-menu > .sub-menu{
    display: none;
    width: 100%;
    min-width: 100%;
    background-color: #fff;
    z-index: 2;
    position: fixed;
    left: 0;
    top: 76px;
    gap: 10%;
    justify-content: center;
    padding: 30px 20px 30px;
}
.show-menu{
    display: flex!important;
}
.sub-menu .sub-title{
    list-style: none;
}
.sub-title > .sub-menu{
    list-style: none;
    padding: 0;
}
.sub-menu .sub-title > .sub-menu{
    line-height: 28px;
}
.sub-menu .sub-title > .sub-menu a{
    
}
.main_menu .menu-item .sub-title > a{
    color: #999999;
    margin-bottom: 10px;
    display: block;
}
#nav-icon{
  display: none;
}
.pagination{
  padding: 40px 0 0px 0;
}



.banner{
    background-size: cover;
    background-position: center;
    height: 400px;
}
.banner-home{
    background-image: url('https://community.skamper.com/wp-content/uploads/2025/08/homepageBanner.jpg');
}
section{
    padding: 40px 0;
}
section h2{
    /* font-family: DM Sans; */
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
}
.cards{
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 25px;
    position: relative;
}
.cards::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    z-index: 0;
    background: #000;
    background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
    background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
}
.latest-article-cards{
    background-image: url('/wp-content/uploads/2025/08/best-10k.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cards-content,
.list-cards .cards label{
    text-align: center;
    position: relative;
    z-index: 1;
}
.cards-content h1,
.cards-content p,
.cards-content a{
    color: #fff;
}
.cards-content label,
.list-cards .cards label a,
.list-cards .cards label,
.post_header label{
    margin: 0;
    background-color: #F2F2F2;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 500;
    color: #000;
}
.list-cards .cards a,
.latest-article-cards .cards-content a:hover{
    color: #fff;
}
.list-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.list-cards .cards{
    width: 100%;
    max-width: calc(100% / 4 - 12px);
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 24px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.list-cards.columns-3 .cards{
    max-width: calc(100% / 3 - 11px);
    height: 280px;
}

.list-cards .cards .cards-content{
    text-align: left;
}
.list-cards .cards .cards-content a,
.list-cards .cards .cards-content h3{
    color: #fff;
}
.list-cards .cards .cards-content h3{
    font-size: 20px;
    font-weight: bold;
}

footer{
    background-color: #F0F3FF;
    padding: 40px 0;
    /* margin-top: 40px; */
}
footer .logo-footer{
    margin-bottom: 40px;
    height: 26px;
    width: auto;
}

.menu-footer-list,
.menu-footer{
    display: flex;
    gap: 52px;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.menu-footer .menu-item-has-children > a{
  color: #000;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
}

.menu-footer h5{
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.menu-footer ul{
    padding: 0;
    list-style: none;
}

.menu-footer ul li a{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    display: block;
    text-wrap: nowrap;
}
.copyright{
    gap: 10px;
    display: flex;
    flex-direction: column
}
.copyright p{
  margin: 0;
    text-align: right;
}
.copyright p a{
  color: #212529;
}
.copy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.copy p{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 0;
}
.copy-social{
    display: flex;
    gap: 16px;
}
.author main{
    padding-top: 40px;
}
.author-header{
    display: flex;
    align-items: center;
    gap: 16px;
}
.author-header_info h1{

}
.author-header_info h4{
    
}
.author-content{
    padding: 24px 0;
}
.author main section{
    padding: 40px 0;
}
.author-header_post{
    gap: 8px;
}
.author-header_post a h4{
    font-size: 16px;
    color: #262AC5;
    margin: 0;
}
.author-header_post span{
    font-size: 14px;
    color: #666666;
}
article{
    padding: 40px 0;
}
.author.paged .author-content{
    display: none;
}
a.page-numbers{
    color: #000;
    font-weight: 500;
    margin: 0 4px;
    text-decoration: underline;
}
.page-numbers.current{
    font-weight: bold;
    text-decoration: none;
    color: #262AC5;
}
.next.page-numbers,
.prev.page-numbers{
    background-color: transparent;
    color: #000;
    border-radius: 50px;
    border: 1px solid #BFBFBF;
    text-decoration: none;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 500;
}
.next.page-numbers:hover,
.prev.page-numbers:hover{
    background-color: #262AC5;
    color: #fff;
    border: 1px solid #262AC5;
}

.category_header{
    height: 400px;
    background-color: #262AC5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}
.category_header .container h1{
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 24px;
    text-align: center;
}
.category_header .container input{
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
}
.search-bar{
    max-width: 480px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.search-bar label{
    width: 100%;
}

.post_header{
    background-color: #00000066;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.post_header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008e;
    z-index: 0;
}
.post_header .container{
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.post_header h1{
    font-size: 56px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-align: center;
}
.cat_filter{
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.cat_filter a{
    padding: 8px 16px;
    border: none;
    color: #000;
    border-radius: 50px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #bbbbbb;
    min-width: fit-content;
}
.cat_filter a:hover{
    background-color: #262AC5;
    color: #fff;
    text-decoration: none;
}
.breadcumbs{
    font-size: 14px;
    color: #666666;
    margin-bottom: 26px;
    position: relative;
    top: -14px;
}
#searchsubmit{
    display: none;
}
.banner label{
  background-color: transparent;
  font-size: 18px;
}
.banner label a{
  color: #fff;
  text-decoration: underline;
}
.banner label a:hover{
  color: #fff;
  text-decoration: none;
}

#nav-icon {
  display: none;
  width: 28px;
  height: 45px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  right: 15px;
  top: 30px;
  z-index: 999;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #262AC5;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 8px;
}
#nav-icon span:nth-child(4) {
    top: 16px;
}
#nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

@media (min-width: 1280px) {
    body .container {
        max-width: 1280px;
    }
}

@media (max-width: 991px) {
    .list-cards .cards{
        max-width: calc(100% / 2 - 8px);
        height: 320px;
    }
}

@media (max-width: 767px) {
    #nav-icon{
       display: block;    
    }
    header .container{
        max-width: 100%;
    }
    .menu-footer-list,
    .menu-footer{
        flex-wrap: wrap;
        gap: 30px;
    }
    .nopad{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    /* .menu-footer{
        max-width: calc(100% / 2 - 8px);
    } */
   .main_menu{
        display: none!important;
        position: absolute;
        top: 75px;
        background-color: #fff;
        z-index: 3;
        width: 100vw;
        left: 0;
        display: block;
        padding: 20px 20px 30px;
        border-radius: 0px 0px 24px 24px;
        -webkit-border-radius: 0px 0px 24px 24px;
        -moz-border-radius: 0px 0px 24px 24px;
   }
   .main_menu_open{
        display: block!important;
   }
   .main_menu > .menu-item{
        display: block;
        margin-bottom: 30px;
   }
   .main_menu > .menu-item-has-children::after{
        right: 0;
        top: 0px;
        z-index: 9;
        height: 20px;
   }
   .top-menu > .sub-menu{
        position: relative;
        top: 0;
        padding: 10px 0 0px 10px;
   }
   .main_menu .menu-item .sub-title > a{
        margin-bottom: 0px;
        padding-top: 20px;
   }
   .show-menu{
        display: block!important;
    }
    .menu-btn{
        text-align: center;
    }
    .menu-btn a{
        padding: 12px 32px!important;
    }
    .main_menu > .menu-item:last-child{
        margin-bottom: 0px;
    }
}

@media (max-width: 720px){
    .list-cards.columns-3 .cards{
        max-width: calc(100% / 2 - 8px);
        height: 280px;
    }
}

@media (max-width: 575px) {
    .list-cards.columns-3 .cards,
    .list-cards .cards{
        max-width: 100%;
    }
    .post_header h1{
        font-size: 36px;
    }
    .menu-footer ul li a{
      text-wrap: wrap;
    }
}