/*
Theme Name: AsBEA/SC v2
Theme URI: http://nuovo.com.br
Author: Nuovo Design
Design/Desenvolvimento: Nuovo Design
Author URI: http://nuovo.com.br
Description: Version: 2.0
*/


/* ------------------ CUSTOM CSS ------------------ */

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html body {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #222;
  background-color: #ffffff;
}

h1 {
  font-size: 40px;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  color: #a5a5a5;
}

h4 {
  font-size: 12px;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-box a {
  text-decoration: underline;
}

a:hover {
  color: #e57716;
  text-decoration: underline;
}

small {
  font-size: 80%;
}
strong, b {
  font-weight:bold;
}
em, i {
  font-style:italic;
}

hr {
  border: 1px solid #e57716;
  width: 80px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0;
  text-align:left;
}

.textcolorblack {
  color: #2e2925;
}

.textcolororange {
  color: #e57716;
}

.textcolorgrey {
  color: #cfd1d2;
}

.bgcolorblack {
  background-color: #2e2925;
}

.bgcolororange {
  background-color: #e57716;
}

.bgcolorgrey {
  background-color: #cfd1d2;
}

.all {
  position: relative;
  max-width: 1680px;
  margin: auto;
}

#content, .content {
  position: relative;
}

.content-top {
  position: relative;
  height: 200px;
  background: #ffffff;
}

.logo {
  position: relative;
  height: 164px;
  width: 140px;
  top: 40px;
  left: 40px;
  background-image: url(https://www.asbeasc.org.br/site/wp-content/themes/asbeasc/img/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transition: 0.4s all;
  z-index: 99;
  cursor: pointer;
}

.logo:hover {}
.logo a {
    display: block;
    height: 100%;
}

.side-menu {
  /*position: absolute;*/
  width: 34%;
  margin-top: -200px;
  float: right;
  top: 0;
  /*bottom: 0;*/
  right: 0;
  /*overflow: hidden;*/
  z-index: 99;
}

.side-menu:hover {}
.side-menu-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 66%;
    right: 0;
    background: #cfd1d2;
    z-index: -1;
}

.side-menu a:hover {
  text-decoration: none;
}

.menu-icon {
  position: fixed;
  height: 40px;
  width: 40px;
  display: table;
  float: right;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
}

.menu-icon-bar1,
.menu-icon-bar2,
.menu-icon-bar3 {
  position: absolute;
  height: 2px;
  width: 24px;
  top: 50%;
  left: 8px;
  margin-top: -1px;
  background-color: #666666;
  transition: 1s all;
}

.menu-icon-bar1 {
  transform: rotate(0deg) translate(0px, -6px);
}

.menu-icon-bar2 {
  opacity: 1;
}

.menu-icon-bar3 {
  transform: rotate(0deg) translate(0px, 6px);
}

.menu-close .menu-icon-bar1 {
  transform: rotate(40deg);
}

.menu-close .menu-icon-bar2 {
  opacity: 0;
}

.menu-close .menu-icon-bar3 {
  transform: rotate(-40deg);
}

.menu {
  position: relative;
  height: 200px;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #ffffff;
}

.menu ul {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu .menu-item {
  height: 26px;
  width: 100%;
  margin-bottom: 2px;
  padding-right: 17px;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: normal;
  line-height: 28px;
  text-align: right;
  border-right: 3px solid #dbdbdb;
  white-space:nowrap;
  transition: 0.6s all;
  cursor: pointer;
}

.menu .menu-item:hover, .menu .current-menu-item {
  color: #e57716;
  border-color: #e57716;
}

.associese {
  height: 200px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.btn-outlined {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border: 3px solid #fff;
  box-sizing: border-box;
  display: table;
  cursor: pointer;
}
.btn-outlined a:hover {
  color:inherit;
  text-decoration: none;
}
.btn-outlined h4 {
  display: table;
  margin: auto;
  margin-top: 4px;
  border-bottom: 1px solid transparent;
  transition: 0.6s all;
}

.btn-outlined:hover h4 {
  border-bottom: 1px solid white;
}

.contato {
  height: calc(100% - 400px);
  min-height: 200px;
  padding: 40px;
  box-sizing: border-box;
  color: #ffffff;
}

.contato ul {}

.contato li {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  margin-right: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: right;
  color: #2e2925;
  fill: #2e2925;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  cursor: pointer;
}

.contato li:hover {
  color: #e57716;
  fill: #e57716;
}

.contato li i {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: absolute;
  margin-left: 10px;
  top: -1px;
  right: 0;
  fill: inherit;
}

i svg {
  position: relative;
  height: 16px;
  width: 12px;
  fill: inherit;
}

.content-container {
  min-height:400px;
  width: 66%;
  background: white;
}

.text-box {
  padding: 70px;
}
.text-box p {
  line-height: 20px;
}
.text-box ol {
  list-style: decimal;
  line-height: initial;
}
.text-box ol li {
  margin-bottom:10px;
  margin-left:30px;
}
.item-list {
  height: 400px;
  /*width: 66%;*/
  background: white;
}

.item-list .swiper-container {
  height: 100%;
}

.item {
  position: relative;
  height: 100%;
  width: 100%;
}

.image-container {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  background: #f2f2f2;
  overflow: hidden;
}

.triangle-down-right {
  position: absolute;
  height: 0;
  width: 40%;
  bottom: 0;
  right: 0;
  padding-top: 40%;
  overflow: hidden;
}

.triangle-down-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -500px;
  border-top: 500px solid transparent;
  border-right: 500px solid #fff;
}

.image {
  height: 100%;
  width: 100%;
}

.image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.info-container {
  position: relative;
  height: 100%;
  width: 50%;
  float: right;
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
}

.info-container h1 {
  transition: 0.6s all;
  cursor: pointer;
}

.info-container h1:hover {
  color: #e57716;
}

.info-container h4, .post h4 {
  display: table;
  margin-top: 4px;
  color: #e57716;
  cursor: pointer;
}

.info-container h4:hover {}

.info-container h4:after, .post h4:after {
  content: ' Ver todos';
  color: #cfd1d2;
  opacity: 0;
  transition: 0.6s all;
}

.info-container h4:hover:after, .post h4:hover:after {
  opacity: 1;
}

.info-container p, .post p {
  font-size: 14px;
  line-height: 18px;
}
.info-container p:first-child, .post p:first-child {
  margin-top: 30px;
}
.home .info-container > div {
    max-height: 100%;
    overflow: hidden;
}
.home .info-container h1 a:hover {
  text-decoration:none;
}
.home .info-container h4 {
    margin-bottom: 30px;
}

.post-image {
    margin: 30px -70px;
    margin-top: -70px;
    display: flex;
    align-items: center;
    background: #f2f2f2;
}
.post-image > img {
    object-fit: cover;
    max-height: 500px;
    width: 100%;
}
header.entry-header {
    position: relative;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    font-style: italic;
    color: #ccc;
    margin-top: 5px;
}
.entry-content img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 500px;
    margin: auto;
    display: block;
}

.item-list .pagination, .text-box .pagination {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 15px;
  text-align: center;
  z-index: 20;
}

.item-list .pagination .swiper-pagination-bullet, .text-box .pagination .swiper-pagination-bullet {
  position: relative;
  height: 3px;
  width: 28px;
  margin: 0 1px;
  border: 0;
  border-radius: 0;
  background-color: #dbdbdb;
  opacity: 1;
}

.item-list .pagination .swiper-pagination-bullet:after, .text-box .pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 28px;
  top: -20px;
  left: 0;
}

.item-list .pagination .swiper-pagination-bullet-active, .text-box .pagination .swiper-pagination-bullet-active {
  background-color: #e57716;
  opacity: 1;
}

.footer {
  position: relative;
  min-height: calc(100vh - 622px);
  width: 100%;
  background: #f2f2f2;
  padding: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer > h2 {
  text-align: center;
  color: #2e2925;
}

.footer > hr {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-parceiros {
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.parceiro-logo {
  height: inherit;
  max-height:123px;
  max-width:200px;
  display:flex;
  align-items:center;
  padding: 10px 30px;
  filter: saturate(0);
  transition: 1s all;
  cursor: pointer;
  margin: auto;
}

.parceiro-logo:hover {
  filter: saturate(1);
}

.parceiro-logo img {
  /*height: 100%;*/
}

.madeby {
  position: relative;
  height: 22px;
  width: 100%;
  background: #e5e5e5;
  text-align: center;
  padding: 4px 0;
  box-sizing: border-box;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  transition: 1s all;
}

.madeby:hover {
  margin-top: -8px;
  padding: 8px 0;
  height: 30px;
  box-shadow: inset 0 3px 4px -2px rgba(0, 0, 0, 0.15);
  opacity: 1;
}


/* ---------- DIRETORIA ---------- */

.diretoria.swiper-container {
  width: calc(100% + 80px);
  /*height: 360px;*/
  margin: 0 -70px;
  padding: 40px 30px;
}
.diretoria .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 120px;
  /*width:320px;*/
  box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
  transition: 0.6s all;
  overflow: hidden;
}

.diretoria-imagem {
    position: absolute;
    height: 70px;
    width: 70px;
    left: 10px;
    top: 10px;
    background-color: #f2f2f2;
    outline: 1px solid #f2f2f2;
    border: 1px solid white;
    overflow: hidden;
}
.diretoria-imagem > div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}
.diretoria-imagem img {
  max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.diretoria .swiper-slide > h2 {
    position: relative;
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    color: #2e2925;
}
.diretoria .swiper-slide > h2 small {
    font-size: 12px;
    line-height: 14px;
    color: #7b7773;
}
.diretoria .swiper-slide > p {
    position: relative;
    margin-left: 100px;
    margin-right: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color:#e57716;
    overflow: hidden;
}
/*.diretoria .swiper-pagination.swiper-pagination-fraction {
    bottom: 4px;
}
.diretoria .swiper-button-next, .diretoria .swiper-button-prev {
    position: absolute;
    height: 50px;
    width: 50px;
    top: initial;
    bottom: -12px;
    background: none;
}
.diretoria .swiper-button-prev i.material-icons, .diretoria .swiper-button-next i.material-icons {
    font-size: 50px;
    color: #e57716;
}
.diretoria .swiper-button-prev {
    left: 43%;
}
.diretoria .swiper-button-next {
    right: 43%;
}*/

.search {
  /*margin: 30px;*/
}

.search input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.grid {
  /*margin: 15px;*/
  margin: 30px -70px;
}

.grid-sizer,
.grid-item {
  width: calc(100% / 3);
}

.grid-item {
  padding: 15px;
  box-sizing: border-box;
  cursor:pointer;
}
.page-id-19 .grid-item {
  cursor:default;
}
.grid-item > div {
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    transition: 0.6s all;
    /*cursor: pointer;*/
}
.grid-item > div:hover {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.grid-item header.entry-header {
    padding: 20px;
}
.grid-item h2.entry-title {
    font-size: 18px;
    line-height: 24px;
    color: inherit;
}
.grid-item h2.entry-title a {
    text-decoration: none;
}

.grid-item-content {
  height: auto !important;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  transition: 0.6s all;
  /*cursor: pointer;*/
}

.grid-item-content:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}

.grid-item-content > div {
    height: 125px;
    /*margin: -20px -25px;*/
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.grid-item-content img {
  height: 100%;
  width: 100%;
  margin-bottom:10px;
}

.grid-item-content h2 {
  font-size: 16px;
  line-height: 18px;
  color: #2e2925;
  margin-bottom:5px;
}
.grid-item-content h2 small {
  font-size: 12px;
  line-height: 14px;
  color: #7b7773;
  margin-bottom:5px;
}
.grid-item-content p {
  font-size: 12px;
  line-height: 14px;
  /*color:#e57716;*/
  color:inherit;
  overflow: hidden;
}
.grid-item-content p a {
  color:#e57716;
  text-decoration:none;
}
.grid-item-content p a:hover {
  text-decoration:underline;
}
.grid-item.post {
  cursor: default;
}
.grid-item.post .wp-post-image {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 800px) {
  .grid-sizer,
  .grid-item {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 480px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

/* SOCIAL SHARE BUTTONS */
.share-buttons {
  position: absolute;
  list-style: none;
  display: block;
  right: 20px;
  top: 0;
  z-index: 500;
}

.share-buttons a {
  position: absolute;
  top: 0;
  background: #333;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  display: none;
  text-align: center;
}

.share-buttons a.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-buttons li {
  display: block;
  height: 32px;
}
.share-buttons a.social-share {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0px;
}
/* END SOCIAL SHARE BUTTONS */


/* ------------ NICESCROLL ------------ */

.nicescroll-cursors {
  border-left: 10px solid transparent !important;
  /*border-right: 10px solid transparent !important;*/
  border-color: transparent !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: 0.4s width;
}

.nicescroll-cursors:hover,
.nicescroll-cursors:active {
  width: 14px !important;
}


/* ---------- CONTACT FORM 7 ---------- */
:focus {
    outline: 0;
}
div.wpcf7 {
    margin: 0 -3px!important
}
.wpcf7 label {
    position: absolute;
    z-index: 10;
    color: #ccc;
    padding: 10px;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300
}

:-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

::-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300
}

:input-placeholder {
    color: #ccc;
    font-weight: 300
}

label.focused {
    color: #555!important
}

label.invalid {
    color: #e57716!important
}

form.wpcf7-form p {
    margin: 0
}

.wpcf7-text,.wpcf7-textarea {
  box-sizing: border-box;
  margin: 5px 0;
  width: 100%;
}
input.wpcf7-text {
    border-width: 1px;
    border-color: #f2f2f2;
    border-style: solid;
    line-height: 20px;
    font-family: inherit;
    font-size: 14px;
}

.wpcf7-text {
    padding: 5px 15px 5px 70px!important;
}

.wpcf7-textarea {
    padding: 5px 15px 5px 5px!important;
    border-width: 1px;
    border-color: #f2f2f2;
    border-style: solid;
    font-family: inherit;
    font-size: 14px;
}

.your-cidade, .filial-cidade {
    width: calc(100% - 80px);
}

.your-uf, .filial-uf {
    width: 80px;
}
.your-registro input {
    padding-left: 260px !important;
}
.your-capital input {
    padding-left: 100px !important;
}

#mce-EMAIL,.your-message, .your-proprietarios, .your-diretoria, .your-equipe, .your-especialidade {
    width: 100%;
}

form.wpcf7-form input[name=your-uf], form.wpcf7-form input[name=filial-uf] {
    padding-left: 30px!important;
}

.wpcf7-submit {
    /*float: right;
    margin-right: 5px;*/
    margin: auto;
    margin-top:15px;
    display: block;
}

.wpcf7-mail-sent-ok,.wpcf7-validation-errors {
    border: 0!important;
    color: #666;
    margin: 0!important;
}
textarea.wpcf7-not-valid {
    border-left: 1px solid #e57716;
}

.formrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.formrowscroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 15px;
}
.formcol {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
}


.wpcf7-form-control-wrap {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
}

.wpcf7-validation-errors {
    display: block!important;
    font-size: 14px;
    padding: 10px!important;
}

.wpcf7-mail-sent-ok {
    background-color: #FFF;
    font-size: 18px;
    padding: 0!important;
    width: 100%
}
.wpcf7-response-output {
  text-align:center;
}
.ajax-loader {
    display: block;
    margin: auto !important;
}

.ajax-loaderX,.wpcf7-not-valid-tip,.wpcf7-not-valid-tip-no-ajax {
    display: none !important;
}
button, input[type=button], input[type=reset], input[type=submit] {
    color: #e57716;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    padding: 4px 40px 5px;
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    margin-bottom: 5px;
    transition:0.4s all;
    cursor:pointer;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}

.dropify-wrapper {
    box-sizing: border-box;
    border-width: 1px;
    border-color: #D7D7D7;
    margin-bottom: 5px;
    max-height: 140px;
    min-width: 200px;
}
span.dropify-render {
    display: block;
    height: 100%;
    width: 100%;
}




/* ------------------ Pace ------------------ */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #7f8083;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.pace.white .pace-progress{
  background: #7f8083 !important;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #7f8083, 0 0 5px #7f8083;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace.white .pace-progress-inner{
  box-shadow: 0 0 10px #000, 0 0 5px #000 !important;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #7f8083;
  border-left-color: #7f8083;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
.pace.white .pace-activity{
  border-top-color: #7f8083 !important;
  border-left-color: #7f8083 !important;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


@media only screen and (min-width: 1680px) {
  .side-menu.is_stuck {
    right: calc((100vw - 1680px) / 2 - 8px);
  }
}

@media only screen and (max-width: 800px) {
  .all {
    overflow: hidden;
  }
  .side-menu {
    position:absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
  }
  .side-menu.open {
    position: fixed !important;
    opacity: 1;
    visibility: visible;
  }
  .side-menu-bg {
    left: 0;
    display:none;
  }
  .side-menu > div {
    width: 100%;
    max-width: 480px;
    margin-right: -10%;
    float: right;
    transition: 1s all;
  }
  .side-menu.open > div {
    margin-right: 0%;
  }
  .menu-icon {
    opacity: 1;
    visibility: visible;
  }
  .logo {
    left:20px;
  }
  .content-container {
    position: relative;
    width:100%;
  }
  .text-box {
    padding: 20px;
  }
  .grid {
    margin:30px -10px;
  }
  .diretoria.swiper-container {
    width: calc(100% + 20px);
    margin: 0 -20px;
    padding:40px 10px;
  }
  .item-list {
    height: 600px;
    width: 100%;
  }
  .image-container,
  .info-container {
    height: 50%;
    width: 100%;
  }
  .post-image {
    margin-top: 0px;
  }
}