/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
	font-size: 16px;
}

body {
  margin: 0 !important;
}

button:focus,
button:active {
  outline: 0;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

span.black {
  font-weight: 700;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.mb-2 {
  margin-bottom: 2rem;
}

.main-title {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #002d4f;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5rem;
  margin: 0;
  margin-bottom: 1.5rem;
}

.main-title:after {
  content: '';
  width: 70px;
  height: 3px;
  background: #68c5dd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.slider-title {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

.see-more {
  display: inline-block;
  float: right;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #68c5dd;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.shadow {
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.04);
}

.anuncio.dark {
  background: #000;
}

.anuncio {
  padding-top: 30px;
  padding-bottom: 30px;
}

.anuncio img {
  max-height: 150px;
  width: 100%;
}

input:focus, textarea:focus {
  outline: 0;
}

.loba-hide {
  display: none !important;
}

.wp-block-embed__wrapper {
  text-align: center;
}

.tax-filter.uncategorized {
  display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.nav-container {
  padding: 1rem 0 0 0;
}

.site-branding {
  padding-bottom: 1rem;
}

#primary-menu li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
  margin: 0 0.5rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.main-navigation ul {
  float: right;
}

.icons-container {
  float: right;
  margin-bottom: 1.6rem;
}

#masthead {
  background: #fff;
}

#main-nav {
  transition: all 0.5s ease;
  background: #fff;
}

#main-nav.fixed-theme {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
}

.main-navigation ul ul {
  background: #fff;
}

.home-slider .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 0;
}

.escape-search-cont {
  position: absolute;
  right: 25px;
  top: 0;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  display: none;
  padding-right: 35px;
}

.escape-search-cont input[type=search] {
  background: #fff;
  border-radius: 0;
  border: none;
  padding: 1rem;
  border: 1px solid #68c5dd;
}

.escape-search-cont input[type=submit] {
  border: 1px solid #68c5dd;
  background: #68c5dd;
  color: #fff;
  padding: 1rem;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.5;
  font-size: 15px;
}

.escape-search-cont .fa-times {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2rem;
  color: #68c5dd;
  cursor: pointer;
  transform: translateY(-50%);
}

.iconsearch-cont .search-icon {
  cursor: pointer;
}

.search {
  background: #f6f6fb;
}

.search-form {
  margin: 0;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.myowl-carousel .item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: flex-end;
  color: #fff;
  height: 85vh;
  padding-bottom: 200px;
}

.slider-row {
  position: relative;
}

.slider-content {
  max-width: 66%;
  position: relative;
  z-index: 2;
}

.home-slider .carousel-nav-container {
  position: absolute;
  left: 50%;
  z-index: 21;
  bottom: 410px;
  transform: translateX(-50%);
}

.home-slider .carousel-nav button {
  border: none;
  border-radius: 0;
  background: #fff;
  width: 40px;
  height: 40px;
}

.home-slider .carousel-nav .owl-next {
  margin-left: 0.1rem;
}

.myowl-carousel .item a {
  color: #fff;
}

.myowl-carousel .item h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.myowl-carousel .item .excerpt {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.owl-dot {
  cursor: pointer;
}

.dot-content {
  padding: 15px;
  background: #fff;
}

.dot-content img {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
}

.dot-content p {
  display: inline-block;
  width: 65%;
  margin: 0;
  margin-left: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #335772;
}

.customdots-container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-dot.active .dot-content {
  background: #335772;
}

.owl-dot.active .dot-content p {
  color: #fff;
}

.next-events {
  background-color: #f6f6fb;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.date-container {
  display: flex;
}

.date-container .month {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  width: 70px;
  background-color: #002d4f;
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 115px;
  padding: 0 15px;
}

.date-container .days {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  width: 100%;
  background-color: #68c5dd;
  align-items: center;
  display: flex;
  padding-left: 10px;
}

.next-events .event-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
  margin: 0;
  padding: 1rem 1rem 1rem 1rem;
  background: #fff;
  min-height: 76px;
}


.magazine {
  background-color: #f6f6fb;
  padding-bottom: 3rem;
}

.magazine-descr {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #002d4f;
}

.maga-info {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #002d4f;
  margin-bottom: 1.5rem;
}

.recent-activi {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.atividade-content {
  padding: 1rem;
  background-color: #68c5dd;
  min-height: 420.7px;
}

.atividade-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  margin-left: 1rem;
  min-height: 69px;
}

.atividade-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  margin-left: 1rem;
}


/* Post Section */
.recent-news {
  background-color: #f6f6fb;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.news-container {
  margin-bottom: 3rem;
}

.news-container h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  margin: 0;
  position: relative;
  min-height: 95px;
}

.news-container h2:before {
  content: '';
  background: #99abb9;
  width: 3px;
  height: 10px;
  position: absolute;
  top: -16px;
}

.news-container h2 a {
  color: #002d4f;
}

.news-container .post-date {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #99abb9;
  text-transform: uppercase;
}

.news-container .post-info {
  padding: 1rem 2rem;
  background: #fff;
}

.tags-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.tax-filter,
.tags-container a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #55a7bc;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
}

.tax-filter.active,
.tags-container a.active {
  border: 1px solid #55a7bc;
}

a.tax-filter:active,
a.tax-filter:focus,
a.tax-filter:visited,
a.tax-filter:hover {
  color: #55a7bc;
}
/* End Post Section */

/* Video */
.home-video {
  background-color: #68c5dd;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.video-carousel {
  padding-left: 90px;
}

.video-carousel-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.video-carousel-nav button {
  color: #fff;
  background: none;
  border: none;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-size: 3.5rem;
}

.youtube-player .play:before {
  content: "\f167";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
/* End Video */

.imgcont-container {
  position: relative;
}

.imgcont-container a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #55a7bc;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #55a7bc;
  padding: 0.5rem 1rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

.imgcont-container:hover a {
  opacity: 1;
  transition: all 0.2s ease;
}

.sel-content {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.content-container h2 {
  font-family: Roboto;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #002d4f;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1.5rem
}

.content-container p {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #002d4f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #002d4f;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.site-footer h3 {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}

#footer-menu a {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #ffffff;
}

#footer-menu {
  list-style: none;
  margin: 0;
}

#footer-menu li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

footer p.copyright {
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0;
}

footer p.address {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

a.politica {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.creator-logo {
  display: block;
  margin-top: 3rem;
}

.mailpoet_form p {
  vertical-align: bottom;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
  width: 320px !important;
  height: 40px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-right: none;
  padding-left: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
}

#mailpoet_form_1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
}
#mailpoet_form_1 ::-moz-placeholder { /* Firefox 19+ */
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
}
#mailpoet_form_1 :-ms-input-placeholder { /* IE 10+ */
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
}
#mailpoet_form_1 :-moz-placeholder { /* Firefox 18- */
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
}

.mailpoet_form input[type="submit"] {
  height: 40px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#mailpoet_form_1 .mailpoet_paragraph {
  display: inline-block;
  float: left;
}

#mailpoet_form_1 .mailpoet_validate_success {
  float: left;
}

/*--------------------------------------------------------------
# General Single
--------------------------------------------------------------*/
.post-banner {
  height: 50vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}

.post-banner:after {
  content: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 0;
}

.single, .page-template-default {
  background-color: #f6f6fb;
}

.main-container {
  margin-top: -70px;
  margin-bottom: 3rem;
  position: relative;
}

.single article,
.page-template-default article {
  padding: 40px 100px 0 100px;
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.page-template-default article {
  padding-bottom: 2rem;
}

.single .entry-title,
.page-template-default .entry-title {
  font-family: Roboto;
  font-size: 44px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
}

.single .entry-header p,
.page-template-default .entry-header p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
}

.single .author img,
.page-template-default .author img {
  border-radius: 50%;
  margin-right: 0.5rem;
}

.single .author,
.page-template-default .author {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7f96a7;
  text-transform: uppercase;
  margin-right: 0.5rem;
}

.single .posted-on,
.page-template-default .posted on {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7f96a7;
}

.single .posted-on time,
.page-template-default .posted-on time {
  text-transform: lowercase;
}

.single .entry-content,
.page-template-default .entry-content {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #4a4a4a;
}

.single .breadcrumbs p,
.page-template-default .breadcrumbs p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #68c5dd;
  text-transform: uppercase;
}

.single .heateor_sss_sharing_ul,
.page-template-default .heateor_sss_sharing_ul {
  left: 0 !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.single .heateor_sss_sharing_ul li,
.page-template-default .heateor_sss_sharing_ul li {
  display: block !important;
  float: none !important;
}

.single .heateorSssSharing,
.page-template-default .heateorSssSharing {
  float: none !important;
}

.single .heateorSssSharingSvg,
.page-template-default .heateorSssSharingSvg {
  width: 70% !important;
  height: 70% !important;
  margin: 0 auto;
}

.single .heateorSssEmailSvg,
.page-template-default .heateorSssEmailSvg {
  width: 100% !important;
  height: 100% !important;
}

.share-container {
  padding-top: 40px;
}

.entry-content p {
  padding: 10px 100px;
  margin: 0;
}

.entry-content h3,
.entry-content h4 {
  margin: 0;
  padding: 30px 140px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
}

.entry-content h2{
  margin: 0;
  padding: 0px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
}

.nav-links a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #68c5dd;
  text-transform: uppercase;
}

.post-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 100px !important;
  border-top: 1px solid #e3e3e7;
  margin-top: 4rem !important;
}

.info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e6e9ed;
  height: 44px;
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
  padding-left: 15px;
  padding-right: 15px;
}

.info-container .realc {
  font-weight: 500;
  text-transform: uppercase;
}

.single-eventos .entry-meta {
  margin-top: 2rem;
  display: none;
}

.single-eventos .entry-title {
  margin-bottom: 1rem;
}

.single .wp-block-embed__wrapper {
  text-align: center;
}

.single .wp-block-embed__wrapper iframe {
  margin: 0 auto !important;
}

.wp-block-embed-instagram iframe {
  margin: 0 auto !important;
}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/
.blog, .archive {
  background: #f6f6fb;
}

.archive .post-banner,
.blog .post-banner {
  position: relative;
}

.archive h1,
.blog h1 {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  font-family: Roboto;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
}

.archive .site-main,
.blog .site-main {
  padding-top: 3rem;
}

.archive .tags-container,
.blog .tags-container {
  padding-bottom: 3rem;
}

.event-cont {
  background: #fff;
  padding: 15px;
  margin-bottom: 3rem;
}

.event-cont h3 {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
  margin: 0;
  margin-bottom: 15px;
  min-height: 70px;
}

/*.blog .heateorSssSharingSvg,
.archive .heateorSssSharingSvg {
  width: 70% !important;
  height: 70% !important;
}*/

.news-container .heateor_sss_horizontal_sharing .heateorSssSharing {
  width: 28px !important;
  height: 28px !important;
}

.news-container .heateor_sss_sharing_container {
  display: inline-block !important;
  float: right;
}

.news-container .heateor_sss_sharing_ul {
  right: 0;
  left: auto !important;
}

.news-container .date-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

.magazine-container img {
  width: 100%;
}

.magazine-container h2 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #002d4f;
  text-transform: uppercase;
}

.magazine-container h2:before {
  content: none;
}

.magazine-container .date-cont .post-date {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #99abb9;
}

.year-pag {
  padding-bottom: 3rem;
}

.year-pag li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}

.year-pag li a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #55a7bc;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
}

.year-pag li.current-archive a {
  border: 1px solid #55a7bc;
}

.pagination-numb {
  padding-bottom: 5rem;
  padding-top: 1rem;
  text-align: center;
}

.pagination-numb a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  display: inline-block;
  line-height: 44px;
}

.pagination-numb .current {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  width: 44px;
  height: 44px;
  border: 1px solid #002d4f;
  vertical-align: middle;
  display: inline-block;
  line-height: 44px;
}

.pagination-numb .prev,
.pagination-numb .next {
  display: none;
}

.magazine-maincont h2 {
  text-align: left;
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
  text-transform: initial;
  margin-top: 20px;
}

.magazine-maincont .post-mes {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #002d4f;
}

.magazine-maincont {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.magazine-maincont .post-ano {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #99abb9;
}

.magazine-maincont .mag-descr {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #002d4f;
  margin-top: 29px;
}

article .mag-links {
  text-align: center;
  margin-top: 3rem;
}

article .mag-links a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #55a7bc;
  text-transform: uppercase;
  padding: 7px 10px;
  border: 1px solid #55a7bc;
  margin-right: 30px;
  display: inline-block;
}

.magazine-maincont .mag-links a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #55a7bc;
  text-transform: uppercase;
  padding: 7px 10px;
  border: 1px solid #55a7bc;
  margin-right: 30px;
  display: inline-block;
}

.magazine-maincont .mag-links {
  margin-top: 3rem;
}

.magazine-maincont .date-cont {
  position: absolute;
  width: 95%;
  bottom: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .hide-desktop {
    display: none;
  }

  .desktop-flex {
    display: flex;
  }

  .imgcont-container {
    margin: auto;
  }
}

@media screen and (max-width: 1199.9px) {
  .dot-content p {
    width: 55%;
  }

  .myowl-carousel .item {
    height: 95vh;
  }

  .home-slider .carousel-nav-container {
    bottom: 440px;
  }


}
@media screen and (max-width: 991.9px) {
  .magazine-maincont .mag-links {
    margin-top: 1rem;
    padding-bottom: 5rem;
  }

  .magazine-maincont {
    display: block;
  }

  .news-container img {
    width: 100%;
  }

  .atividade-content img {
    width: 100%;
  }

  .heateor_sss_sharing_ul {
    flex-direction: row !important;
  }

  .single .heateorSssSharingSvg, .page-template-default .heateorSssSharingSvg {
    width: 100% !important;
    height: 100% !important;
  }

  .breadcrumbs {
    display: none;
  }

  .post-navigation {
    margin: 4rem 45px !important;
  }

  .single article,
  .page-template-default article {
    padding: 40px 0 0 0;
  }

  .entry-content p {
    padding: 10px 20px;
  }

  .entry-content h2, .entry-content h3, .entry-content h4 {
    padding: 30px 45px;
  }

  .post-navigation {
    margin: 1.5rem 20px !important;
  }

  .share-container {
    padding-top: 0;
  }

  .single .entry-title,
  .page-template-default .entry-title {
    margin-top: 0;
  }

  .menufooter-container {
    display: none;
  }

  footer p.copyright {
    margin-top: 2rem;
  }

  .tags-container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: end;
  }

  .video-carousel {
    padding-left: 0;
  }

  .imgcont-container a {
    position: initial;
    opacity: 1;
  }

  .imgcont-container img {
    display: none;
  }

  .atividade-content {
    margin-bottom: 2rem;
  }

  .event-content {
    margin-bottom: 2rem;
  }

  .next-events {
    padding-bottom: 1rem;
  }

  .social-link {
    display: none;
  }

  .icons-container {
    margin-bottom: 0;
  }

  .site-branding {
    padding-bottom: 0;
  }

  .nav-container {
    padding: 1rem 0;
  }

  button#responsive-menu-button {
    top: auto !important;
    left: auto !important;
  }

  .responsive-menu-open button#responsive-menu-button .responsive-menu-box {
    color: #fff !important;
  }

  .responsive-menu-open button#responsive-menu-button:hover .responsive-menu-inner {
    color: #fff !important;
    background-color: #fff !important;
  }

  .responsive-menu-open button#responsive-menu-button:hover .responsive-menu-inner::before, .responsive-menu-open button#responsive-menu-button:hover .responsive-menu-inner::after {
    background-color: #fff !important;
  }

  #responsive-menu-container #responsive-menu {
    padding-top: 100px;
    padding-left: 35px;
  }

  #responsive-menu-container li.responsive-menu-item a {
    padding: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
  }

  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    padding-left: 10px !important;
  }

  #responsive-menu-container #responsive-menu > li.responsive-menu-item > a {
    text-transform: uppercase;
  }

  #responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow {
    position: initial !important;
    margin-left: 15px;
    display: inline;
  }

  .owl-dot {
    margin-bottom: 1.5rem;
  }

  .customdots-container {
    bottom: 0;
  }

  .myowl-carousel .item {
    height: 157vh;
    padding-bottom: 495px;
  }

  .home-slider .carousel-nav-container {
    bottom: auto;
    top: 265px;
  }

  .slider-content {
    max-width: 85%;
  }

  .event-content img {
    width: 100%;
  }

  .escape-search-cont {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: #55a7bc;
    opacity: 0.9;
    z-index: 9999;
    display: none;
  }

  .escape-search-cont input[type=search] {
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 1rem;
  }

  .escape-search-cont input[type=submit] {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 1rem;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
    font-size: 15px;
  }

  .escape-search-cont .fa-times {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

}

@media screen and (max-width: 768px) {
  .single .author img {
    margin-top: 15px;
  }

  .posted-on {
    display: block;
    /*margin-left: 52px;
    margin-top: -23px;*/
  }

  .bar-sep {
    display: none;
  }

  .single .entry-header p,
  .page-template-default .entry-header p {
    margin-bottom: 0.5rem;
    font-size: 16px;
  }

  .single .entry-title,
  .page-template-default .entry-title {
    font-size: 24px;
    width: 90%;
  }

  .home-slider .carousel-nav-container {
    left: 0;
    transform: none;
  }

  .customdots-container {
    width: 100%;
  }

  .home-slider .carousel-nav-container {
    bottom: auto;
  }
}

@media screen and (max-width: 623px) {
  .myowl-carousel .item h2 {
    font-size: 26px;
  }

  .myowl-carousel .item {
    height: 138vh;
    padding-bottom: 480px;
  }

  .home-slider .carousel-nav-container {
    bottom: auto;
    top: 300px;
  }

  .home-slider .carousel-nav-container {
    top: 250px;
  }

}

@media screen and (max-width: 509px) {
  .home-slider .carousel-nav-container {
    top: 205px;
  }

  .date-container .month{
    font-size:15px;
  }
}

@media screen and (max-width: 375px) {
  .myowl-carousel .item {
    height: 152vh;
    padding-bottom: 480px;
  }
  .next-events .main-title{
    font-size:20px;
  }
}

@media screen and (max-width: 320px) {
  .myowl-carousel .item {
    height: 165vh;
    padding-bottom: 480px;
  }

  .home-slider .carousel-nav-container {
    bottom: auto;
    top: 193px;
  }
}

.ensaio-avl .resum-title {
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
}

.ensaio-avl p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002d4f;
}

.pros-cons {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.icons-p {
  display: flex;
  align-items: center;
  margin-top: 1rem !important;
}

.icons-p i {
  margin-right: 0.8rem;
}

.instagram-media{margin:0 auto !important;}

.thumb-img {
  width: 30px;
  margin-right: 1rem;
}

.tecn-sections p {
  padding-right: 0;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.tecn-img {
  margin-left: 100px;
  max-width: 50px;
}

.ensaio-avl .resum-title {
  padding: 10px 100px;
}

.tecn-sections {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.tecn-sections .col-md-3 {
  text-align: center;
  border-right: 1px solid #002d4f;
}

.tecn-sections .col-md-3:last-child {
  border: none;
}

.tecn-sections .col-md-3:first-child {
  border: none;
  text-align: left;
}

.tecn-divider {
  margin-left: 100px;
  background: #002d4f;
  margin-top: 3rem;
}

.ensaio-avl p.sec-info {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .tecn-sections {
    text-align: center;
  }

  .tecn-sections .col-md-3 {
    margin-bottom: 1rem;
    border: none;
  }

  .tecn-sections .col-md-3:first-child {
    text-align: center;
  }

  .tecn-img {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .tecn-divider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ensaio-avl .resum-title {
    text-align: center;
  }

}

body {
  overflow-x: hidden;
}

.wp-block-advanced-gutenberg-blocks-post p {
  padding: 0 !important;
}

.modal-map .modal-dialog {
  width: 90%;
  height: 90%;
}

.modal-map .modal-content {
  height: 100%;
}

.modal-map .modal-body {
  height: 100%;
  padding: 0;
}

#filter {
  margin-bottom: 2rem;
}

#filter select {
  border: 1px solid #55a7bc !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #55a7bc;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
}

#filter input[type=text] {
  border: 1px solid #55a7bc !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #55a7bc;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 0;
}

#filter input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #55a7bc;
}
#filter input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #55a7bc;
}
#filter input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #55a7bc;
}
#filter input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #55a7bc;
}

#filter button {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #55a7bc;
  text-transform: uppercase;
  padding: 7px 10px;
  border: 1px solid #55a7bc;
  margin-right: 30px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  margin-right: 0;
  float: right;
}

