/*
Theme Name: WP SNA - Tema SNA
Author: wwwxkz
Author URI: https://github.com/wwwxkz
Description: Nova aparencia do site SNA
Version: 0.1
*/

/* Iphone fix *******************************************************************************************/
@supports (-webkit-touch-callout: none) {
	.wp-image-10306,
	.wp-image-19595,
	.wp-image-20127,
	.wp-image-20129,
	.wp-image-19913,

	.wp-image-19254,
	.wp-image-19255,
	.wp-image-19257,
	.wp-image-19258,
	.wp-image-19259,
	.wp-image-20081,
	.wp-image-20082,
	.wp-image-20082,
	.wp-image-20084,

	.wp-image-18947,
	.wp-image-18948,
	.wp-image-20130,
	.wp-image-20132,
	.wp-image-20131 {
		height: 45px;
	}
}

/* SEARCH WRAPPER ***************************************************************************************/

::selection {
	background: #212129;
}

.search-wrapper {
	position: absolute;
	right: 15px;
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper.active {}

.search-wrapper .input-holder {    
	height: 40px;
	width:40px;
	overflow: hidden;
	background: rgba(255,255,255,0);
	border-radius:45px;
	position: relative;
}
.search-wrapper.active .input-holder {
	width:100%;
	border-radius: 50px;
	background: rgba(0,0,0,0.5);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
	width:100%;
	padding:0px 70px 0 20px;
	opacity: 0;
	position: absolute;
	top:-4px;
	left:0px;
	background: transparent;
	box-sizing: border-box;
	border:none !important;
	outline:none;
	font-family:"Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color:#FFF;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 14px);
}
.search-wrapper .input-holder .search-icon {
	width:70px;
	height:70px;
	border:none;
	border-radius:6px;
	background: #FFF;
	padding:0px;
	outline:none;
	position: relative;
	z-index: 2;
	float:right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
	width: 40px;
	height:40px;
	margin: 0px;
	border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
	width:25px;
	height:74px;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
	transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
	position: absolute; 
	content:'';
}
.search-wrapper .input-holder .search-icon span::before {
	width: 4px;
	height: 11px;
	left: 9px;
	top: 18px;
	border-radius: 2px;
	background: #1a447a;
}
.search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: 4px;
	top: 5px;
	border-radius: 16px;
	border: 4px solid #1a447a;
}
.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top:7px;
	right:10px;
	width:25px;
	height:25px;
	cursor: pointer;
	transform: rotate(-180deg);
}
.search-wrapper.active .close {
	right:-40px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
	position:absolute;
	content:'';
	background: #FFFFFF;
	border-radius: 2px;
}
.search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
}
.search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
}
.search-wrapper-mobile {
	width: calc(100% - 70px);
	right: 55px;
}
@media (min-width: 780px) { 
	.search-wrapper {
		display: none;
	}
}


/* IDK  *************************************************************************************************/

@media (max-width: 780px) {
	.complexo {
		font-size: 16px !important;
	}
	
	.m-mobile img {
		height: 50px !important;
		width: 50px !important;
	}
}

/* ADMIN *************************************************************************************************/

.snaadminbar {
	padding-top: 15px;
}

#wpadminbar {
	background: none;
	top: -3px;
	opacity: 90%;
}

#wpadminbar a {
	color: #ffffff !important;
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input {
	border: none !important;
}

/* COOKIES *************************************************************************************************/

.cky-revisit-bottom-left {
	bottom: 91px !important;
	left: unset !important;
	right: 0 !important;
}

.cky-btn-revisit-wrapper {
    width: 55px !important;
    height: 55px !important;
    border-radius: 10px !important;
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: -2px 1px 1px 0px #aaaaaa;
	content: "";
	transition: .3s;
}

.cky-btn-revisit {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cky-btn-revisit-wrapper:hover {
	width: 120px !important;
}

.cky-btn-revisit-wrapper:hover>button:after {
	margin-left: 5px;
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	white-space: pre;
	text-wrap: nowrap;
	font-size: 18px;
	content: "Cookies";
	color: white;
}

/* HAMBURGER *************************************************************************************************/


.burger-ring,
.burger-icon,
.path-burger {
	cursor: pointer;
}


*, *:before, *:after {
  box-sizing: border-box;
}

h4 {
  font-family: arial, helvetica, serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 40px 0 0;
}

.hamburglar {
  transform: scale(1);
  margin: 40px auto;
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 780px) {
	.hamburglar {
		width: 35px;
	}
}


.path-burger {
  position: absolute;
  top: 14px;
  left: 0;
  height: 40px;
  width: 68px;
  -webkit-mask: url(#mask);
          mask: url(#mask);
  -webkit-mask-box-image: url(https://wwww.aeronautas.org.br/wp-content/themes/sna_tema-sna/assets/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0;
}
.path-rotation:before {
  content: "";
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #fff;
}

@-webkit-keyframes rotate-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hamburglar.is-open .path {
  -webkit-animation: dash-in 0.6s linear normal;
          animation: dash-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-open .animate-path {
  -webkit-animation: rotate-in 0.6s linear normal;
          animation: rotate-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
  -webkit-animation: dash-out 0.6s linear normal;
          animation: dash-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-closed .animate-path {
  -webkit-animation: rotate-out 0.6s linear normal;
          animation: rotate-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 25px;
  border-radius: 2px;
  background: #fff;
}

.burger-bun-top {
  top: 0;
  transform-origin: 30px -3px;
}

.burger-bun-bot {
  bottom: 0;
  transform-origin: 32px 7px;
}

.burger-filling {
  top: 12px;
}

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-ring {
  width: 68px;
  height: 68px;
}

.hamburglar.is-open .burger-bun-top {
  -webkit-animation: bun-top-out 0.6s linear normal;
          animation: bun-top-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-open .burger-bun-bot {
  -webkit-animation: bun-bot-out 0.6s linear normal;
          animation: bun-bot-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
  -webkit-animation: bun-top-in 0.6s linear normal;
          animation: bun-top-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-closed .burger-bun-bot {
  -webkit-animation: bun-bot-in 0.6s linear normal;
          animation: bun-bot-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
.hamburglar.is-open .burger-filling {
  -webkit-animation: burger-fill-out 0.6s linear normal;
          animation: burger-fill-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
  -webkit-animation: burger-fill-in 0.6s linear normal;
          animation: burger-fill-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 25px;
    left: -6px;
  }
  100% {
    width: 25px;
    left: 0px;
  }
}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 25px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 25px;
    left: -6px;
  }
  100% {
    width: 25px;
    left: 0px;
  }
}
@-webkit-keyframes burger-fill-out {
  0% {
    width: 25px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 25px;
  }
}
@keyframes burger-fill-out {
  0% {
    width: 25px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 25px;
  }
}

@media screen and (max-width: 780px) {
	#hamburger {
		margin: 0 !important;
	}
}

/* NINJA FORMS STYLE ***************************************************************************************/

.nf-field-label,
.nf-field-label label,
.nf-field-element label {
    font-weight: 400 !important;
}

/* JOMLA IMPORTED POSTS ***************************************************************************************/

.article-intro,
#content {
    word-break: break-word;
}

.article-intro table {
    width: 100% !important;
    height: auto !important;
}

center table {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 780px) {
    .article-intro img {
        width: 100% !important;
        height: auto !important;
    }

    center img {
        width: 100% !important;
        height: auto !important;
    }
}

/* FREE YOUTUBE PLUGIN FIX ***************************************************************************************/

iframe {
	border: none;
    width: 100%;
    height: 100%;
}

.fluid-width-video-wrapper {
    height: 0% !important;
}

.epyt-video-wrapper {
    height: auto !important;
}

/* WORDPRESS ***************************************************************************************/

hr:not([size]) {
    height: 0px !important;
}

figure {
    display: flex;
    justify-content: center;
}

.wp-block-columns {
    gap: 0.4em !important;
}

td.has-text-align-center {
    padding: 10;
}

.wp-block-tag-cloud.is-style-outline a {
    border-radius: 10px;
}

.wp-block-archives>label {
    display: none;
}

.wp-block-separator {
    border-bottom: 0 !important;
}

@media (max-width: 780px) {
    td.has-text-align-center {
        flex: 1;
    }

    table.has-fixed-layout>tbody>tr {
        display: flex;
        flex-flow: wrap;
        flex-flow: column wrap;
    }

    .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
        font-size: 18px;
    }
}

.wp-block-image.is-style-rounded img {
	border-radius: 20px;
    border: solid #e5e5e5 1px;
}

/* GENERAL ***************************************************************************************/

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background-color: #1a447a !important;
}

::selection {
  color: #ffffff;
  background-color: #1a447a !important;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.text-center-theme {
	display: flex;
	align-items: center;
}

html {
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
	font-family: 'Montserrat', sans-serif !important;
    word-break: break-word;
}

label {
    font-weight: 700;
}

input,
select,
textarea {
    padding: 10px 20px;
    border-radius: 10px;
}

.field-wrap input[type=button] {
    width: 100% !important;
}

.container-container {
    position: relative;
    top: 0;
    width: -webkit-fill-available;
    max-width: 1368px;
    margin-top: 130px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.container {
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 100%;
}

@media (max-width: 780px) {
    .container-container {
        margin-top: 95px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

a:hover {
    cursor: pointer;
}

textarea:focus, input:focus{
/*     outline: none; */
	outline-color: #1768b1;
}

/* SEARCH BAR ***************************************************************************************/

#navbar-mobile {
	display: none;
}

#searchform {
	width: 100%; 
}

#navbar-search {
    transition: .6s;
    display: flex;
    margin-top: 0px;
    justify-content: center;
    width: 100%;
}

#navbar-search-container {
    display: flex;
    align-items: center;
    height: 60px;
	width: 75%;
	transition: .3s;
}

#navbar-search-container > button {
	background-color: #f4f4f4;
}

@media (max-width: 780px) {
	#navbar-mobile {
		display: block;
	}
	#navbar-search {
		margin-top: -240px;
	}
}


#navbar-search-container input:focus {
    outline: none;
	background-color: #efefef;
}

#navbar-search-container img:hover {
	cursor: pointer;
}

@media (max-width: 780px) {
	#navbar-search-container {
    	width: 1420px;
		background-color: #1a447a;
	}
	#searchform {
	    z-index: -1;
	}
}

#navbar-search-container>input {
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 30px;
    width: 100%;
    height: 40px;
    padding-left: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#navbar-search-container>button {
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: 30px;
    width: 60px;
    height: 40px;
	border-left: 1px solid #1a447a;
	cursor: pointer;
}

#navbar-search-container>button>img {
    filter: invert(18%) sepia(85%) saturate(1111%) hue-rotate(190deg) brightness(94%) contrast(91%);
    height: 20px;
}

@media (max-width: 780px) {
    #navbar-search-container {
        height: 70px;
    }

    #navbar-search-container>button {
        display: none;
    }

    #navbar-search-container>input {
        border-radius: 20px;
        margin-right: 15px;
        margin-left: 15px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

.searchandfilter p {
    margin-top: 1em;
    display: inline-block;
}

.searchandfilter ul {
    padding-left: 0;
    display: inline-block;
}

.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.widget-area .searchandfilter li,
.widget-area .searchandfilter p {
    display: block;
}

.searchandfilter label {
    display: block;
}

.searchandfilter h4 {
    margin: 15px 0;
    font-size: 16px;
}

.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
}

@media (max-width: 780px) {
    .searchandfilter li {
        margin-bottom: 5px;
        width: 100%;
    }

    .searchandfilter li>input,
    select {
        width: 100%;
    }
}

/* TOOLS FOR CONTENT CREATORS AS CLASSES ***************************************************************************************/

.efeito-header {
	transition: .3s;
}

.efeito-header:hover {
	box-shadow: 0px 3px 3px #1a447a;
}

.no-margin {
	margin: 0;
}

.efeito-bright {
	transition: .3s;
}

.efeito-bright:hover {
	filter: brightness(1.2);
}

.formulario {
	align-items: start;
	margin-right: calc((100% - 400px)/2); 
    padding: 20px;
	border-radius: 10px;
}

.formulario-bessa {
	border-color: red;
	border-style: dashed;
}


@media screen and (max-width: 780px) {
    .formulario {
        margin-top: 25px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.leis-e-documentos {
    cursor: pointer;
}

.no-link>a {
    text-decoration: none !important;
}

.remove-desktop {
    display: none;
}


@media (max-width: 780px) {
    .mobile-center {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .remove-mobile {
        display: none;
    }
	
	.remove-mobile>a>img {
		display: none;
	}

    .remove-desktop {
        display: block;
    }
}

/* FOOTER ***************************************************************************************/

.footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.links {
    justify-content: space-around;
    flex-grow: .3;
}

.whatsapp,
.return {
    z-index: 100;
    display: flex;
    padding-top: 10px;
    padding-left: 12px;
    background-color: #55cd6c;
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    bottom: 30px;
    right: 0;
    transition: .5s;
    white-space: pre;
    box-shadow: -2px 1px 1px 0px #aaaaaa;
}

.return {
    opacity: 0;
	bottom: 156px;
	background-color: #e5e5e5;
}

.whatsapp:hover {
    width: 240px;
}

.whatsapp>div>a {
    color: #ffff !important;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 10px;
    text-decoration: none;
}

.whatsapp>div {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    margin-top: -9px;
}

.whatsapp:hover>div>a:hover {
    text-shadow: 2px 2px 3px black;
}

.whatsapp:hover>div>a:after {
    content: "Atendimento Jurídico";
}

.whatsapp:hover>div>a:last-child:after {
    content: "Atendimento Geral";
}

.whatsapp>img,
.return>img {
    height: 35px;
    width: 35px;
}

.return>img {
    position: absolute;
    filter: brightness(0) invert(.5);
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-menu {
    height: -webkit-fill-available;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none;
}

.footer-menu>li {
    padding: 0 20px 10px 20px;
    flex: 0 0 30%;
}

.footer-menu ul {
    list-style-type: disc;
    padding-top: 5px;
    font-size: small;
}

.footer-menu a {
    text-decoration: none;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1428px;
}

.links>div {
    display: flex;
}

.links-lista {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.links-lista>li {
    margin-bottom: 5px;
}

.links-lista>li>h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logos {
    padding: 20px;
    padding-left: 0;
}

.logos>div {
    display: flex;
    justify-content: center;
}

.logos>div>img {
    width: 100%;
}

.logos>h6 {
    text-align: center;
    margin-bottom: 5px;
}

.logos>.social {
    justify-content: center;
}

.logos>.social>img {
    width: auto !important;
    height: 30px !important;
}

.logos>.social>img:hover {
    cursor: pointer;
}

.footer-container h8 {
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 1100px) {
    .footer-menu>li {
        flex: 0 0 42%;
    }
}

@media screen and (max-width: 780px) {
    .links-lista>li:not(:first-child) {
        display: none;
    }

    .footer-menu {
		flex-wrap: nowrap !important;
        flex-direction: column;
    }

    .footer-menu>li {
        flex-grow: 1;
        border: none !important;
    }

    .links>div {
        flex-direction: column;
    }

    .logos>div>img {
        width: 40%;
    }

    .logos>div>img {
        width: 60%;
    }
}

/* NAVBAR ***************************************************************************************/

#navbar {
    z-index: 100;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#navbar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 90px;
    transition: .6s;
}

#navbar-container-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1428px;
}

#navbar-left {
    margin-left: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

#navbar-left>img:nth-child(4) {
    height: 30px;
    display: none;
}

#navbar-left>img:nth-child(1),
#navbar-left>img:nth-child(2) {
    width: 40px;
    height: 40px;
}

#navbar-left>img:nth-child(1):hover,
#navbar-left>img:nth-child(2):hover {
    cursor: pointer;
}

#navbar-left>img:nth-child(1), #navbar-left>img:nth-child(2) {
	margin-right: 35px;	
}

@media (min-width: 780px) {
	#navbar-left > img:last-child {
		display: none;
	}
}

#navbar-left>a>img {
    width: 170px;
    height: 66px;
}

#navbar-right {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

#navbar-right>img,
#navbar-right>button:not(:last-child) {
/*     margin-left: 20px; */
}

#navbar-right>img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#navbar-right>button {
    width: 230px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    border: none;
}

#navbar-right>button>a {
    text-decoration: none;
}

#navbar-progress {
    height: 5px;
    width: 100%;
}

#navbar-progress-container {
    --scrollAmount: 100%;
    width: var(--scrollAmount);
    height: 5px;
    display: block;
}

@media (max-width: 1050px) {
    #navbar-right>img:not(:last-child) {
        display: none;
    }
}

@media (max-width: 780px) {
    #navbar-right {
        display: none;
    }

    #navbar-left {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-left: 5px;
        margin-right: 15px;
    }

    #navbar-left>a>img {
        margin-left: 0px;
        width: 110px;
        height: 40px;
    }

    #navbar-left>img:nth-child(4) {
        display: block;
    }

    #navbar-container {
        height: 70px !important;
    }
}

@media (max-width: 250px) {
    #navbar-left>a>img {
        display: none;
    }
}

/* MENU ***************************************************************************************/

.menu {
    cursor: pointer;
}

.sidenav ul ul {
    list-style: none;
    visibility: hidden;
    height: 0;
	padding-left: 0;
    opacity: 0;
	overflow: hidden;
    transition: .3s;
}
@media (min-width: 780px) {
	.sidenav ul ul {
    	box-shadow: black 3px 3px 6px;
	}
}

.sidenav ul li:last-child a {
	border: none !important;
}

				
.sidenav ul ul::before {
    background-color: rgb(87 86 86 / 90%);
    content: "";
    filter: blur(80px);
    inset: -20%;
    z-index: -1;
}
@media (min-width: 780px) {
	.sidenav ul ul::before {
	    position: absolute;
	}
}


.sidenav {
    display: flex;
    height: max-content;
    width: 0;
    justify-content: center;
    position: fixed;
    z-index: 200;
    top: 96px;
    left: auto;
    overflow-x: hidden;
    transition: width 0.6s, top 0.6s;
    text-shadow: 0 0 black;
    border-radius: 5px;
    box-shadow: black 3px 3px 6px;
}

				
.sidenav::before {
    background-color: rgb(128, 128, 128);
    content: "";
    filter: blur(130px);
    position: absolute;
    inset: -10%;
    z-index: -1;
}

.sidenav .menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
}

.sidenav .menu-item-has-children>a::after {
    content: "";
	width: 9px;
    height: 15px;
	margin-top: 3px;
    margin-right: 24px;
    filter: invert(1);
    background: url(https://www.aeronautas.org.br/wp-content/themes/sna_tema-sna/assets/imgs/arrow-bessa.svg);
    right: -12px;
    position: absolute;
    display: inline-block;
}

@media (min-width: 780px) {
    .sidenav {
        overflow: hidden;
    }
	.sidenav ul ul {
		border-radius: 5px;
		position: fixed;
		margin-left: 305px;
	}
	
	.sidenav ul ul li:last-child a {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.sidenav ul ul li:first-child a {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}

.sidenav>ul {
    margin-bottom: 0;
}

.sidenav a {
    white-space: nowrap;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    display: block;
	font-size: 18px;
}

.sidenav ul ul a {
    padding-left: 40px;
	padding-right: 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media (max-width: 780px) {
	.sidenav {
		left: 15px !important;
	}
}

@media screen and (max-width: 780px) {
    .sidenav {
        top: 75px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}

ul#menu-menu {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}

@media screen and (max-width: 780px) {
    ul#menu-menu {
        width: -webkit-fill-available;
        white-space: normal;
    }
/* 
    .sidenav {
        border-radius: 0;
    } */
}

/* CATEGORIES ***************************************************************************************/

.categorias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    margin-top: 40px;
    align-content: center;
}

.categoria {
    display: flex;
    width: 100;
    min-width: 250px;
    align-items: center;
    flex-direction: column;
/*     flex: 0 0 19%; */
    flex: 0 0 calc(32% - 20px);
	border-radius: 10px;
    margin: 5px;
}

.categoria:not(.principal)>img {
    padding: 20px;
}

.categoria.principal {
	background-color: #f4f4f4;
    border-radius: 10px;
    margin: 15px;
    flex-direction: row;
    width: auto;
}

.categoria.principal p {
	display: none;
}

.categoria.principal>div:first-child {
    display: flex;
    justify-content: center;
    width: 30%;
}

.categoria.principal>div:last-child {
	text-align: center;
	margin-left: -40px;
    width: 70%;
}

.categoria>div>a {
    text-decoration: none;
}

.categoria>a {
    text-decoration: none;
}

.categoria>a>h6 {
    font-weight: 400;
    padding: 20px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.categoria>h6>a {
    margin-top: 0;
    margin-bottom: 0;
}

.categoria>h6 {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

@media screen and (max-width: 780px) {
    .categoria.principal {
        flex: none;
        flex-grow: 1 !important;
        width: 100%;
		margin-left: 0;
		margin-right: 0;
    }

    .categoria {
        flex: auto;
    }
}

/* NOTICIAS ***************************************************************************************/

.noticias {
    display: flex;
    flex-direction: row-reverse;
}

.noticias>div:last-child {
    flex-grow: 1;
}

.noticia-grupo>li>a {
    text-decoration: none;
}

@media screen and (max-width: 780px) {
    .noticia-grupo>li>a {
        font-size: medium !important;
    }
}


.noticia-grupo>p {
    font-size: var(--wp--preset--font-size--small);
}

.noticia-grupo>p>a {
    text-decoration: none;
}

.noticia-grupo {
    margin-bottom: 15px;
}

#container-container-sidebar {
    display: flex;
    flex-direction: row;
}

#sidebar-0,
#sidebar-1,
#sidebar-2 {
    border-radius: 10px;
    padding: 20px;
    padding-top: 0;
    margin-left: 30px;
    width: 20%;
    height: max-content;
    box-shadow: inset 0 0 .2em #e5e5e5;
}

#sidebar-0 select#wp-block-categories-1,
#sidebar-1 select#wp-block-categories-1,
#sidebar-2 select#wp-block-categories-1,
#sidebar-0 select#wp-block-archives-1,
#sidebar-1 select#wp-block-archives-1,
#sidebar-2 select#wp-block-archives-1,
#sidebar-0 select#taxonomy_dropdown_widget_dropdown_2,
#sidebar-1 select#taxonomy_dropdown_widget_dropdown_2,
#sidebar-2 select#taxonomy_dropdown_widget_dropdown_2 {
	width: 100%;
}

#sidebar-2 {
    padding-top: 20px !important;
    margin-right: 0px;
    margin-left: 30px;
}

#content {
    width: 80%;
}

#sidebar-0 {
    display: none;
}

@media (max-width: 780px) {

    #sidebar-1,
    #sidebar-2 {
        display: none;
    }

    #container-container-sidebar {
        flex-direction: column;
    }

    #sidebar-0 {
        display: block;
        width: 100%;
        padding: 10px;
        margin: -10px;
        margin-top: 20px;
    }

    #sidebar-0 div {
        display: flex;
        align-items: center;
    }

    #sidebar-0 div h2,
    #sidebar-0 div ul {
        font-size: var(--wp--preset--font-size--small);
        margin: 0;
    }

    #content {
        width: 100%;
    }
}

/* LANDING PAGE ***************************************************************************************/

.botao-home>a {
    padding: 6px 26px;
    font-size: 1.3rem !important;
    border-radius: 10px !important;
}

.botoes-acesso {
    display: none !important;
}

.botoes-acesso > div {
	margin-bottom: .5em !important;
}

.botoes-desktop {
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row;
    justify-content: space-around;
}

.botoes-desktop>div {
    width: 100%;
}

.botoes-desktop>div>a {
    max-height: 65.66;
    width: 100%;
}

.home-categoria-primeiro {
	transition: .3s;
}

.home-categoria-primeiro:hover, .categoria.principal:hover {
	border: 1px solid #ababab !important;
	box-shadow: 0px 3px 3px lightgray;
	cursor: pointer;
}

.botoes-desktop>div {
    margin-right: 15px !important;
}

.home-categoria {
    display: flex;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
}

@media screen and (min-width: 780px) {
	.home-categoria-center p:nth-child(2) {
		text-align: center;
		margin-left: -25px;
	}
}

.home-categoria.rapido {
    padding: 10px;
}

.home-categoria>p {
    margin-left: 15px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    width: 30%;
    margin: 0;
}

.home-categoria.empresa>p {
    width: 0%;
}

.home-categoria>p:last-child {
    margin-bottom: 0 !important;
    width: 70%;
    display: initial;

}

.home-categoria.empresa>p:last-child {
    display: inherit;
    width: 100%;
    text-align: center;
}

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

    .home-categoria,
    .home-categoria.empresa {
        padding: 10px !important;
    }

    .home-categoria.empresa {
        min-height: 100;
        max-width: 48%;
        flex-grow: 1;
        padding: 0 !important;
    }

    .botoes-acesso {
        display: block !important;
    }

    .botoes-desktop {
        display: flex;
        flex-wrap: wrap !important;
        flex-direction: column;
    }

    .botoes-desktop>div>a {
        width: 100% !important;
    }
}

.botao-center>a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/* CUSTOM */

/*Menu*/
#menu-menu li a {
    font-size: 1rem;
}

#menu-menu li a[href="#separador-institucional"], #menu-menu li a[href="#separador-servicos"], #menu-menu li a[href="#separador-publicacoes-documentos"] {
    background: #555555;
}

#menu-menu li a[href="#separador-atendimento"] {
    background: #333;
}

.sidenav a {
	padding: 6px 15px 6px 15px !important;
}