/*
  --------------------------
  Tela Veja mais
  --------------------------
*/

.news__wrapper {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  ;
  gap: 1em;
}

.news__box {
  width: minmax(30%, 650px);
}

.news__box span {
  color: #51545c;
  font-weight: bold;
  font-size: larger;
}

.news__box img {
  margin-bottom: .5em;
}

.news__box .post-excerpt {
  font-size: clamp(.9rem, 2%, 1.2rem);
}

/*
  --------------------------
  Paginação
  --------------------------
*/

.pagination__box {
  padding-top: 1em;
  padding-bottom: 1em;
}

a {
  text-decoration: none;
}

table td {
  border: solid 1px #ddd;
  text-align: center;
}

.has-text-align-center {
  text-align: center;
}

article a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.youtube {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#sticky-menu li a,
#primary-menu li a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.ect-title {
  border-bottom: .2em solid #ddd;
  padding-bottom: 5px;
  width: 100%;
}

.bg-green {
  background-color: #aad542;
}

#ect-title {
  font-size: 19px;
  display: inline-block;
}

#ect-title,
.mobile-lang {
  margin-top: 5px;
}

#primary-menu li a {
  padding: 0 75px;
}

.header {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-title-content {
  width: 100%;
}

.sticky-header img {
  max-width: 75px;
}

#logo_desktop {
  width: 80px;
  margin-top: -15px;
}

#side-menu,
#mob-btn,
#logo_mobile {
  display: none;
}

#side-menu {
  position: absolute;
  width: 308px;
  z-index: 999999999999999999999999999;
  right: 0;
}

#primary {
  margin-top: 20px;
}

#primary .post-content {
  overflow: hidden;
  height: 60px;
  font-size: 14px;
}

#primary .post-content {
  margin: 0;
}

#menu-servicos-1 {
  margin: 0 auto !important;
}

#menu-servicos-1 a {
  margin-top: -8px;
}

.carousel-item .col-lg-6 {
  max-height: 400px;
  overflow: hidden;
}

.post-meta .published {
  border: none;
}

article .post-title {
  margin: 8px 0 5px 0;
  font-size: 1.25rem;
  max-height: 50px;
  overflow: hidden;
}

#sticky-menu form {
  display: none;
}

.service-title {
  margin: 0;
  font-size: 15px;
  line-height: initial;
}

.post-img {
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
 /* border-top: solid 1px #ddd; */
  background-color: #ddd;
}

.post-category {
  text-transform: capitalize;
  position: absolute;
  background-color: #ddd;
  padding: 5px 10px;
  font-weight: 300;
  color: #ffff;
}


/* instagram custom feed */
#instagram-feed {
  max-height: 506px;
  overflow-y: auto;
  width: auto;
  background-color: #f1f1f2
}

#instagram-feed li {
  overflow: hidden;
  width: auto;
  margin: 14px auto;
  padding: 0 15px 25px 15px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
}

#instagram-feed li p {
  color: #666;
  font-size: 12px;
  max-height: 125px;
  overflow: hidden;
}

#myTabContent {
  min-height: 506px;
}

#myTab li {
  flex-grow: 1;
}

.insta-header p {
  white-space: nowrap;
}

.b-radius {
  border-radius: 50%;
}


.mobile-lang {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 300px;
}

.mobile-lang form {
  opacity: 0;
  width: 0;
  transition: width 2s;
  -webkit-transition: width 2s;
}

.form-animation {
  position: relative;
  right: 0;
  display: block !important;
  opacity: 1 !important;
  width: 300px !important;
  transition: width 10s;
  -webkit-transition: width 10s;
}

.home-content-boxes {
  background-color: #fbfbfb;
}

#secondary ul li {
  max-height: 165px;
  overflow: hidden;
  color: #555;
}

.post-date {
  font-size: 13px;
  margin: 5px 0;
  font-weight: bold;
}

div#wrapper-barra-brasil {
  max-width: 1170px !important;
}

.logo-footer {
  max-width: 115px;
}

.fb_iframe_widget {
  display: inline-flex !important;
}

.share {
  justify-content: flex-end;
}

div[vw] {
  top: 80% !important;
}

.header-pattern,
.menu-header,
.sticky-header,
.footer,
.navbar-nav .dropdown-menu,
.navbar-nav .dropdown-item:focus,
.navbar-toggler,
#sticky-menu form,
.navbar-nav,
.navbar-nav li,
.navbar-nav .dropdown-item:hover {
  background-color: #17a2b8;
}


.carousel-inner {
  background: linear-gradient(90deg, #fbfbfb 0%, #fbfbfb 35%, #fbfbfb 100%);
  height: auto;
  color: #17a2b8;

}

.post-img img {
  /* width: 100%; */
  height: 150px;
  object-fit: cover;
}

.plus,
.less {
  cursor: pointer;
}

.page-numbers.current {
  font-weight: bold;
}

.pagination-container {
  font-size: 20px;
}

.navbar-toggler {
  background-color: none;
  border: none;
}

.footer-widgets h3,
strong,
.footer-widgets a {
  color: azure;
}

#copyright,
#copyright a {
  color: #17a2b8;
  font-size: .8rem;
  font-weight: 400;
}

/*
  -------------------------------
  Botões do carrosel de imagens
  -------------------------------
*/

.carousel-control-button,
.carousel-control-button:hover {
  background: none;
  border: none;
  font-size: clamp(3rem, 5vw, 5rem);
}

.carousel-icon,
.carousel-icon:hover {
  text-shadow: 0 0 5px #343a40;
}

.carousel-control-next-icon::after,
.carousel-control-prev-icon::after {
  border-width: 5px 6px 0 0;
  width: 30px;
  height: 29px;
}

/*
  -------------------------------------
  Imagens que estão no corpo do texto
  -------------------------------------
*/

.wp-caption {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.aligncenter {
  max-width: none !important;
  /* sem limite para a imagem colocado pelo template */
}

figcaption {
  /* display: none !important; */
  font-size: 15px;
}

.container__title {
  margin-top: 1em;
  margin-bottom: 1em;

}

.container__title h3 {
  display: inline-block;
  border-bottom: 2px solid #17a2b8;
}

/*
  -------------------------------------
  Tags
  -------------------------------------
*/

.tags {
  margin: 0;
  display: inline;
  padding: .5em;
  border-radius: 5px;
}

.tags--icon {
  color: lightgrey;
  font-size: small;
  border-right: 1px solid lightgrey;
  padding-right: .7em;

}

.tags--name {
  color: grey;
  font-size: small;
}

.tags--name:hover {
  color: grey;
  opacity: .7;
}

.tags--name {
  margin-left: .7em;
}

/*
  -------------------------------------
  Single content
  -------------------------------------
*/

.recent-news {
  display: flex;

}

.recent-news>div+div {
  padding-left: 1.5em;
}

.m-auto {
  margin: 0 auto;
}

/*
  -------------------------------------
  Botões da barra lateral
  -------------------------------------
*/

.ect-btn {
  border-radius: .125rem;
}

.ect-btn--blue {
  color: #17a2b8 !important;
  background-color: #fff;
}

/*
  -------------------------------------
  Galera ACT Photo Gallery
  -------------------------------------
*/

.wrapper {
  max-width: 1200px;
}

.wrapper .gallery--carousel {
  white-space: nowrap;
  overflow: hidden;
}

.gallery--carousel img {
  min-height: 90px;
  max-height: 150px;
  object-fit: cover;
  width: calc(100% / 3);
}

/*  */

.custom-footer {
  margin-top: -50px;
}

ul {
  padding-left: 3rem;
}


article ul,
article li {
  list-style: circle;
}

strong {
  color: #343a40;
  /*nome da ECT no rodapé*/
}

.nav-link img {
  max-width: 35px;
  display: block;
  margin: 0 auto;
}

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

.break {
  display: block;
}

.dropdown-menu {
  border-top: solid 1px #fff !important;
}

.banner-title {
  background-repeat: no-repeat;
  height: 100px;
}

.sub-title {
  font-size: 20px;
}
