html,
body {
  font-family: 'Poppins', sans-serif;
}

:root {
  --primary-dark: #064d57;
  --primary: #1693a5;
  --primary-light: #00d4e8;
  --bg-silver: #f0f0f0;
  --bg-silver-dark: #efefef;
  --tertiary: #ff9c00;
}

a {
  color: var(--primary-dark);
}

h2 {
  text-align: center;
  color: var(--primary-dark);
  font-size: 1.6rem;
  font-family: "Manjari", sans-serif;
  font-weight: 700;
}

h2 img {
  margin: -3px 6px 0 0;
  height: 25px;
}

.breadcrumb-category {
  display: block;
  padding: 0 0 35px;
}

.breadcrumb-category a.category {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #FFF;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-weight: 400;
  font-size: .85em;
  position: relative;
  padding: 10px 20px;
}

.page .section-padding {
  padding-top: 20px;
  padding-bottom: 40px;
}

.pagination a {
  color: #247c88 !important;
  padding: 5px 8px;
  margin: 4px;
  border: 1px solid #247c88;
}


h1.page-title {
  color: #247c88 !important;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 20px;
}

.site-header {
  color: #fff;
  background: var(--primary);
}

header .container {
  height: inherit;
  padding: 15px 0;
}

.site-header .c-header-menu .dropdown-menu .dropdown-item .nav-link {
  color: #fff;
  background: var(--primary);
  font-weight: normal;
  border: none;
  z-index: 1000;
}

.site-header .c-header-menu .dropdown-menu .dropdown-item .nav-link:hover {
  color: #fff;
  background: var(--primary-dark);
}

.site-header .c-header-menu>.nav-item>.nav-link {
  color: var(--primary-dark);
  text-transform: uppercase;
  font-family: "Manjari", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 10px;
}


.site-header .c-header-menu>.nav-item {
  display: inline-block;
  list-style: none;
  position: relative;
}

.site-header .c-header-menu>.nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 1em;
  background-color: var(--primary-dark);
  transform: translateY(-50%);
}

.navbar {
  padding: 5px 0px 2px;
}

.site-header .c-header-menu>.nav-item:last-child::before {
  content: none;
}


.wp-polls .Buttons,
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  background: #1693a5 !important;
  color: #FFF !important;
  ;
  border: none !important;
  ;
  font-size: 1em !important;
  ;
  padding: 10px 20px !important;
  height: inherit !important;
  border-radius: 0;
  font-weight: normal;
}

.menu-2 {
  margin: 0 14px 0 0;
  padding: 0;
}

.menu-2 li {
  display: inline-block;
  list-style: none;
  position: relative;
}

.menu-2 li a {
  flex: auto;
  color: #FFF;
  padding: 0px 7px;
  font-size: 0.8em;
  text-transform: uppercase;

  font-family: "Manjari", sans-serif;
  font-weight: 700;
}

.menu-2 li a:hover {
  text-decoration: underline;
}

.menu-2 li:last-child {
  border-right: none;
}



.menu-2 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #FFF;
  transform: translateY(-50%);
}

.menu-2 li:last-child::after {
  content: none;
}



#busca form {
  display: inline-block;
}

#busca form .input-group {
  text-align: center;
  margin: 2px auto;
}

#busca form input {
  border: 1px solid #FFF;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.8rem;
  text-align: center;
  min-width: 220px;
}

#busca form button {
  border: 1px solid #FFF;
  background-color: #FFF !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

#busca form img {
  filter: invert(1);
  max-width: 20px;

}

#masthead .container {
  position: inherit;
}


.home__articles {
  background: url(../images/bg_inicial.jpg);
}

.home__slide {
  background-size: cover;
  padding: 80px 0px;
  position: relative;
}

.jsslick__item {
  position: relative;
}

.jsslick__item::before {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #1693A5;
  background: linear-gradient(270deg, rgba(22, 147, 165, 0) 20%, rgba(22, 147, 165, 0.1) 40%, rgba(22, 147, 165, 0.45) 60%, rgba(22, 147, 165, 1) 100%);
}

.social .icos-flex {
  display: flex;
  flex-direction: row;
}

.home__slider__post .btn-default {
  color: #fff;
  border-color: #FFF;
  background: inherit;
}

.home__slider__post .title {
  color: #FFF;
  font-size: 1.9rem;
  font-weight: 600;
}

.home__slider__post .sub-title {
  color: #FFF;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  z-index: 300;
}

.home__slider__post .btn-default {
  color: #fff;
  border-color: #FFF;
  background: inherit;
}

.slide-post {
  margin-top: -550px;
  margin-bottom: 0px;
  max-width: 400px;
  margin-left: auto;
  margin-right: 40px;
}

.slide-post .box {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1693a5;
  padding: 0;
  border-radius: 15px;
  width: 100%;
  height: 235px;
  margin-bottom: 20px;
}

.slide-post .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 8px);
  height: 228px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 0 30px 20px 0px;
}

.slide-post .image::before {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #1693A5;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(22, 147, 165, 0) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 1) 100%);
}

.slide-post a.category {
  color: #FFF;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px 0 0;
  border-bottom: 4px solid #1693A5;
  display: inline-block;
}

.slide-post a.title {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 500;
}

.slide-post .content {
  padding: 22px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

footer .apoiar img {
  max-height: 40px;
  margin-bottom: 12px;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: var(--primary-dark);
}

footer.site-footer {
  background-image: none;
  background-color: var(--primary-dark);
}

footer .redes img {
  height: 30px;
  margin: 10px;
}


.encontros {
  font-size: 1.15em;
}


.encontros .section-padding {
  padding: 80px 0;
}

.encontros #evento .container div {
  padding-bottom: 80px;
}

.encontros #evento .container div {
  max-width: 70%;

}

.encontros #programacao {
  color: #FFF;
}

.encontros .btn {
  background-color: #1696a5;
  color: #FFF;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.05em;
}


.encontros #local .bolha {
  background: url(../images/encontros_local.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: fit-content;
  padding: 130px 120px 140px 240px;
  text-align: center;
  color: #FFF;
}


.clearfix {
  clear: both;
}



.encontros #evento {
  background: url(https://conexaoalimentar.com.br/wp-content/themes/conexaoalimentar/images/bg_evento.png);
  background-position: center;
  background-size: cover;
  color: #1693a5;
  min-height: 200px;
}


.encontros #banner {
  font-size: 1.15em;
  color: #FFF;
  background: url(https://conexaoalimentar.com.br/wp-content/themes/conexaoalimentar/images/bg_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -32px;
  min-height: 200px;
  position: relative;
}

.encontros b {
  font-size: 1.1em;
}

.encontros .contagem {
  display: none;
}

#contdown div {
  float: left;
  padding: 32px 8px 12px;
  margin-right: 10px;
  text-align: center;
  background-color: #18b6d0;
  color: #FFF;
  width: 100px;
  font-size: 2em;
  margin: 15px 10px 0px 0;
  line-height: 0.5em;
}

#contdown div span {
  font-size: 16px;
  margin: 0;
}

.encontros #banner:before {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
}

.encontros #banner .container {
  position: relative;
  z-index: 10;
}


.encontros #local {
  background: url(https://conexaoalimentar.com.br/wp-content/themes/conexaoalimentar/images/bg_map.jpg);
  background-position: center;
  background-size: cover;
  min-height: 200px;
}


.encontros #programacao {
  background: url(https://conexaoalimentar.com.br/wp-content/themes/conexaoalimentar/images/bg_programacao.jpg);
  background-position: center;
  background-size: cover;
  min-height: 200px;
}

.encontros #banner.section-padding .title {
  margin: 10px 0 20px;
  padding: 0;
  text-align: left;
  border: 0;
  border-left: 12px solid #18b6d0;
  padding-left: 20px;
  font-weight: bold;
}

.encontros .section-padding .title small {
  text-transform: none;
}

.encontros .section-padding .title .blue {
  color: #18b6d0;
}


.encontros #inscricoes {
  background: url(https://conexaoalimentar.com.br/wp-content/themes/conexaoalimentar/images/bg_insc.png);
  background-position: center;
  background-size: cover;
  min-height: 200px;
  color: #FFF;
  padding-bottom: 0;
}

.encontros #inscricoes .container {
  display: flex;
  flex-direction: row;
}

.encontros #inscricoes .btn {
  background-color: #186a74;
}

.encontros #inscricoes img {
  float: left;
  max-height: 450px;
  margin-right: 30px;
}

.copyright {
  color: #FFF;
  font-size: 0.8em;
}

.copyright a {
  color: #FFF;
  font-weight: bold;
}

.encontros #patrocinadores,
.encontros #apoiadores {
  color: #1693a5;
  min-height: 200px;
}

.encontros #patrocinadores {
  padding-bottom: 20px;
}


.encontros #apoiadores {
  padding-top: 0;
}

.encontros .nav-alternative .logo {
  width: 20%;
  float: left;
  margin-bottom: 40px;
}

.encontros #banner {
  padding-top: 25px;
}

.encontros .nav-alternative .logo img {
  max-height: 140px;
  margin-top: 12px;
}

.encontros .nav-alternative .menu-alt {
  width: 80%;
  float: left;
  text-align: right;
}

.encontros .nav-alternative .menu-alt ul {
  margin-top: 70px;
  text-align: right;
  flex: auto;
}

.encontros .nav-alternative .menu-alt li {
  display: inline-block;
  list-style: none;
  border-right: 2px solid #FFF;
  padding: 0;
}

.encontros .nav-alternative .menu-alt li a {
  flex: auto;
  color: #FFF;
  padding: 0px 12px;
  font-size: 0.9em;
}

.encontros .nav-alternative .menu-alt li a:hover {
  text-decoration: underline;
}


.encontros .nav-alternative .menu-alt li:last-child {
  border-right: none;
}




.encontros #realizacao {
  padding: 30px 0px 15px;
  text-align: center;
  background: #1693a5;
}

.encontros #realizacao .navbar-brand {
  margin: 0px !important;
}

.encontros #realizacao img {
  max-width: 90%;
  width: 240px;
  margin-right: 0px !important;
  margin: 10px 0 5px;
}

.encontros #realizacao .social {
  text-align: center;
  float: initial;
  width: initial;
  margin: initial;
  height: initial;
  display: inline-flex;
  margin: 0 20px;
  width: 15vw;
  justify-content: space-around;
}

.encontros #realizacao .social img {
  max-width: 130%;
  margin-top: -20px;
}


.encontros .dropbtn {
  display: none;
}

@media(min-width: 1550px) {
  .home__slide {
    background-size: cover;
    padding: 130px 0px;
  }
}

.entry-header,
.sidebar__custom {
  margin-top: 60px;
}

.single-post-page {
  padding-top: 0px;
}

.product__icon img {
  max-width: 90px;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.gallery-item {
  margin: 10px;
  display: inline-block;
}

.home__branded {
  z-index: 1;
}

.brand__list {
  justify-content: left;
}

#backtop,
#backtop img {
  width: 50px
}

#backtop {
  display: none;
  position: fixed;
  opacity: 1;
  bottom: 20px;
  z-index: 999;
  right: 20px;
  cursor: pointer
}

.obituary__profile {
  justify-content: center;
}

.obituary__profile .media-content .ul__list {
  margin-top: 15px;
  text-align: center;
}


#masthead .search {
  background: #106c79;
  float: right;
  width: 140px;
  margin: 0px 0px;
  height: 100px;
}

#masthead .search img {
  max-width: 40px;
  margin: 28px 0px 10px 22px;
}

.social img {
  max-width: 100%;
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.icos {
  width: 22px;
  height: 22px;
  margin: 0px 8px 0px 0px;
  text-align: center;
}

.bg-rose {
  background: #ecc6b9;
}

.bg-verde {
  background: #add9be;
}

.bg-cinza {
  background: #d2d2d2;
}


.btn-default {
  border: 2px solid var(--primary-light);
  color: var(--primary-light);
  background: #FFF;
  padding: 10px 20px 8px;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-default:hover {
  background: var(--primary-light);
  color: #FFF;
}

.conheca .circle .box {
  padding: 100px 30px 100px 0px;
  width: max-content;
  margin: auto;
}

.conheca .btn-default {
  border: none;
  background: var(--primary);
  color: #FFF;
}

.conheca .row {
  background: var(--primary);
  color: #FFF;
  min-height: 350px;
  margin: 0 !important;
}


.conheca .circle {
  background: var(--primary-light);
  clip-path: ellipse(84% 50% at 49% 39%);
}

.conheca .bg {
  background-size: cover;
  background-position: center;
}

.conheca .bg img {
  position: absolute;
  width: 100px;
  left: -50px;
  top: calc(70% - 50px);
}

.planos h4 img {
  max-height: 50px;
  margin: 0 auto;
}

.planos h4 {
  background-color: var(--primary-dark);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #FFF;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
}

.planos a {
  color: #FFF;
}

.planos a img.download {
  vertical-align: sub;
  border-style: none;
  max-height: 20px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.planos a.more {
  color: var(--primary-dark);
  font-weight: bold;
}

.planos .box {
  background-color: var(--primary);
  border-radius: 25px;
  padding: 0 0 20px;
  color: #FFF;
  height: 100%;
}

.planos .box p {
  padding: 0 20px;
  font-size: 0.9rem;
}


.planos .box p.strong {
  font-weight: 600;
  font-size: 1.15rem;
}

.planos .box-alt {
  background-color: var(--primary);
  color: #FFF;
  padding: 8px;
}

.projetos {
  background-color: var(--bg-silver-dark);

  background-image: url(../images/wave-blue-new.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.projetos h2 {
  color: var(--primary);
}

.projetos .btn {
  background-color: var(--primary);
  color: #fff;
  padding: 5px 18px 4px;
  display: inline-block;
  border-radius: 0;
  margin-top: 25px;
}

.projetos .row img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.semana {
  background-color: var(--bg-silver);
  padding-bottom: 100px;
}

.semana-blue {
  background-color: var(--primary);
  margin-top: -170px;
}

.semana-blue a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #FFF;
  font-weight: 600;
  margin: 30px 30px 30px 0;
}

.semana-blue a:hover {
  background: var(--tertiary);
  border-color: var(--tertiary);
}

.volta-aulas {
  z-index: 1;
  background: #FFF;
}

.volta-aulas h2 {
  margin-bottom: -5px;
}

.anafilaxia {
  background-color: var(--bg-silver);
}

.anafilaxia h2 {
  text-align: left;
}

.anafilaxia a {
  color: #FFF;
  text-decoration: none;
}

.anafilaxia .box {
  background-color: var(--primary-dark);
  color: #FFF;
  border-radius: 25px;
  display: inline-block;
  width: 100%;
}

.anafilaxia .content {
  font-weight: 500;
  padding: 10px 20px 15px;
  min-height: 50px;
  display: block;
  font-size: 1.1rem;
}

.anafilaxia .img {
  min-height: 210px;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.anafilaxia .box1 .img {
  background-image: url(../images/ana_01.png);
}

.anafilaxia .box2 .img {
  background-image: url(../images/ana_02.png);
}

.anafilaxia .box3 {
  display: flex;
  background-color: var(--primary);
  margin-bottom: 12px;
}

.anafilaxia .box3 .img {
  background-image: url(../images/ana_03.png);
  width: 110px;
  min-height: 150px;

}

.anafilaxia .box4 {
  background-color: var(--primary);
  padding: 20px 0px;
}


#blog,
#viagem {
  background: #FFF;
}

.blog-image {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  width: 33%;
  float: left;
  height: 140px;
  margin-bottom: 20px;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-content {
  float: left;
  width: 67%;
  padding: 0px 15px 0 10px;
}



.volta-aulas .categories {
  color: #FFF !important;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.volta-aulas .title {
  font-weight: 600;
  font-size: 1.1rem;
}

.volta-aulas .btn-more {
  color: #FFF !important;
  margin-top: 6px;
  display: inline-block;
}

.volta-aulas .image {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  width: 100%;
  float: left;
  height: 250px;
  margin-bottom: 20px;
}

.volta-aulas .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.9) 100%);
}

.volta-aulas .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.volta-aulas .content a {
  color: #FFF;
  position: relative;
  z-index: 1;
}

.viagem a.category {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--primary);
  font-weight: 400;
  font-size: .85em;
  position: relative;
}

.viagem .title {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 1.1rem;
  position: relative;
  display: block;
  margin-bottom: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.viagem .box {
  margin: 20px 0;
}

.viagem .image {
  width: 40%;
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  float: left;
  margin-right: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  /* exibir apenas 2 linhas */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.jsslick__item {
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#blog .box.dn,
.blog .box.dn {
  margin: 20px 0;
}


a.blog-category {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--primary);
  font-weight: 400;
  font-size: .85em;
  position: relative;
}

a.blog-title {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  display: inline-block;
}



#blog .categories a {
  color: var(--primary);
}


#blog a.btn-more {
  padding: 0px 0;
  display: block;
  color: var(--primary);
  font-weight: 500;
  font-size: 0.9em;
  margin-top: 12px;
}



.img-circle {
  border-radius: 50%;
}


#conexoes #conexoes .title {
  border-color: #FFF;
  color: #FFF;
}

#conexoes {
  background-image: url(../images/fundo_parceiros_conexoes.jpg);
  background-size: cover;
  background-position: center;
  color: #FFF;
}

#conexoes .box {
  padding: 15px 10px 30px;
  height: 100%;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

}

#conexoes img {
  max-width: 75%;
  max-height: 120px;

}

#colaboradores .title {
  border-color: #505050;
  color: #505050;
}

#colaboradores .box {
  background: #EDE7D5;
  padding: 20px 10px 10px;
  margin: 25px 0px 15px;
  text-align: center;
  line-height: 1.6em;
}

#colaboradores .box .more {
  position: inherit;
  border: 0;
  font-weight: bold;
  margin-top: 16px;
  display: table;
  margin: 0px auto;
  background: #D9C9C9;
  color: #505050;
  padding: 10px 15px;
  font-size: .9em;
  font-weight: 600;
}

#colaboradores .box img {
  max-width: 80%;
  max-height: 140px;
  margin-bottom: 10px;
}


.pergunta p {
  font-weight: bold;
  padding: 10px 30px;
  margin-bottom: 12px;
}

.newsletter input {
  max-width: 100%;
  border: 2px solid #000;
  padding: 16px 22px;
  border-radius: 40px;
  background: none;
  margin: 0px auto;
  font-weight: bold;
  color: #000;
}


.newsletter .nf-form-content .list-select-wrap .nf-field-element>div,
.newsletter .nf-form-content input:not([type=button]),
.newsletter .nf-form-content textarea {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s;

  max-width: 100%;
  border: 2px solid #000;
  padding: 16px 22px;
  border-radius: 40px;
  background: none;
  margin: 0px auto;
  font-weight: bold;
  color: #000;

}


.newsletter .nf-form-layout {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 280px;
  margin: 0px auto;
}




@media (max-width: 767px) {

  .conheca .bg {
    min-height: 300px;
  }

  .semana {
    color: #FFF;
    background-color: var(--primary);
    text-align: center;
    padding-bottom: 0px !important;
  }

  .conheca .circle .box {
    padding: 80px 0px 60px 0px;
    width: 100%;
  }

  .blog.section-padding .col-md-6 {
    padding: 0px;
  }

  a.blog-title {
    font-size: 0.85rem;
  }

  .blog-content {
    padding: 0px 0px 0 10px;
  }

  .semana-blue a {
    margin: 10px auto;
    display: block;
  }


  .semana-blue {
    margin-top: -0px;
    padding-bottom: 20px;
  }

  .projetos .btn {
    margin: 5px 0 15px;
  }


  .projetos .col-md-3 {
    padding-bottom: 20px;
  }

  .planos .col-md-3 {
    padding-bottom: 20px;
  }

  .jsslick__item::before {
    background: linear-gradient(270deg, rgba(22, 147, 165, 0) 10%, rgba(22, 147, 165, 0.1) 20%, rgba(22, 147, 165, 0.45) 40%, rgba(22, 147, 165, 1) 100%);
  }


  .jsslick__item {
    height: 350px;
  }

  .home__slider__post .sub-title {
    font-size: 1.2rem;
  }

  .home__slider__post .title {
    font-size: 1.5rem;
    font-weight: 700;
  }


  .slide-post {
    margin: 0px;
    max-width: 100%;
  }

  .anafilaxia .box {
    margin-bottom: 20px;
  }


  .anafilaxia .box4 {
    text-align: center;
  }

  .anafilaxia .box3 {
    align-items: center;
  }

  .conheca .bg img {
    position: absolute;
    width: 70px;
    left: calc(50% - 35px);
    top: -30px;
  }

  .col-4,
  .col-3,
  .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-padding {
    padding: 40px 15px;
  }

  #videos .box,
  #receitas .box {
    margin-bottom: 20px !important;
  }

  .newsletter {
    margin-top: 30px;
  }

}

@media (max-width: 767px) {


  #head {
    flex-direction: column;
  }

  #menu-encontros {
    margin-top: 10px;
  }


  .encontros .nav-alternative .menu-alt {
    width: 100%;
    padding-top: 10px;
  }

  .encontros .nav-alternative .menu-alt ul {
    margin-top: 0px;
    text-align: center;
    flex: auto;
    padding: 0;
    width: 100%;
  }

  .encontros .nav-alternative .menu-alt li {
    margin-top: 0px;
    text-align: center;
    flex: auto;
    padding: 0;
    width: 100%;
  }

  .encontros .nav-alternative .menu-alt li a {
    padding: 6px 5px;
    display: block;
    width: 100%;
  }

  .encontros .nav-alternative .menu-alt li {
    border-right: none;
    border-bottom: 1px solid #EFEFEF;
  }

  .encontros .nav-alternative .menu-alt li:last-child {
    border-bottom: none;
  }



  .encontros .nav-alternative .logo img {
    max-width: 100%;
    max-height: auto;
  }

  .encontros .nav-alternative .logo {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 0;
  }

  .encontros #banner {
    font-size: 0.95em;
  }

  .encontros #inscricoes .container {
    flex-direction: column-reverse;
  }

  .encontros #inscricoes .container img {
    margin-top: 25px;
  }

  .encontros #patrocinadores img,
  .encontros #apoiadores img {
    max-width: 55%;
  }

  .encontros #contdown {
    width: 220px;
    min-height: 100px;
    margin: 0 auto;
  }



  .encontros #evento .container div {
    max-width: 100%;
  }


  .encontros #patrocinadores div,
  .encontros #apoiadores div {
    max-width: 90%;
    margin: 0 auto;
  }

  .encontros #realizacao .social {
    width: 100%;
  }

  .encontros img {
    max-width: 90%;
  }

  .encontros #local .bolha {
    padding: 10px;
  }


  #conexoes .col-md-4 {

    margin: 15px 0;

  }

  #conexoes .box {
    min-height: 160px;
  }

  #busca {
    display: block;
  }


  .col-6,
  .col-4,
  .col-3,
  .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-header .c-header-menu>.nav-item {
    width: auto;
  }

  .site-header .social .c-header-menu .dropdown-menu .dropdown-item .nav-link {
    background: var(--primary-dark);
  }

  .site-header .social .c-header-menu .dropdown-menu .dropdown-item .nav-link:hover {
    background: var(--primary);
  }

  .navbar-collapse .c-header-menu>.nav-item>.nav-link {
    padding: 0.5rem 1.5rem;
    color: #fff;
    background: var(--primary-dark);
    font-weight: normal;
    width: 100%;
    border: 1px solid var(--primary-dark);
    z-index: 100;
    position: relative;
  }

  #menuPrincipal .navbar-collapse .c-header-menu>.nav-item>.nav-link:hover {
    background: var(--primary);
  }


  #menuPrincipal nav.navbar {
    display: inherit;
    padding-left: 0;
    position: absolute;
    right: 20px;
    left: 20px;
  }

  .dropdown-menu {
    position: relative !important;
    margin: 0;
    font-size: .95em;
    font-weight: bold;

  }

  #menuPrincipal .navbar {
    padding: 0;
  }

  #menuPrincipal {
    padding: 0px !important;
  }

  #menuPrincipal .c-header-menu>.nav-item {
    width: 100%;
  }

  #menuPrincipal .dropdown-menu .dropdown-item .nav-link {
    text-wrap: initial;
  }


  .navbar-toggler {
    background: #FFFF;
    position: absolute;
    right: 0px;
    top: -43px;
    color: var(--primary-dark);
    border-color: var(--primary-dark);
    z-index: 100;
  }

  .dropdown-menu a {
    padding-left: 40px !important;
  }

  .navbar-brand {
    margin-right: 0;
    padding-bottom: 1.0rem;
  }

  .social {
    margin-top: 10px;
    width: 100%;
  }

  .social .c-header-menu {

    flex-direction: row;
  }

  .site-header .navbar-brand img {
    height: 65px;
  }


  #videos .text-right {
    text-align: center !important;
  }


  #videos .borderX {
    margin-top: 12px;
    border-left: 0px;
    padding: 20px;
    text-align: center;
  }

  #masthead .search {
    width: 70px;
  }

  #masthead .search img {
    display: none;
  }


  .navbar-collapse {
    margin: 0px;
  }

  .social .dropdown-menu {
    position: absolute !important;
  }

  .social {
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 100;
    position: relative;
    flex-direction: column;
  }



}




.entry-content {
  line-height: 1.75em !important;
}

.navbar-collapse {
  z-index: 100;
}


.entry-content h3 {
  font-size: 1.05rem;
  line-height: 1.7;
  border-left: 10px solid #1693a5;
  color: #1693a5;
  padding-left: 20px;
  margin: 25px 0px 25px;
}

/*
.entry-content h3:before { 
  content:"";
  height:40px;
  background:#ff0000;
  display: block;
  width: 100%;
  margin-top: 
}

.entry-content h3:after { 
  content:"";
  width:200px;
  height:40px;
  background:#ff0000;
}
*/


.vertical-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;

}

.vertical-dots li {
  cursor: pointer;
  list-style: none;
  margin: 0;
}

.vertical-dots button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border: none;
  background-color: #75ad8a;
  text-indent: -9999px;
  outline: 0;

}

.slick-active button {
  background-color: #fff;
}

.vertical-dots button:hover {
  background-color: #DEDEDE;
}

.entry-content img {
  max-width: 100%;
}


.pergunta li {
  list-style: none;
}