/* 
Theme Name: Sesc Base
Theme URL: https://devsesc.braso.com.br/
Description: Theme child Hello for SESC MG
Author: Braso
Author URL: https://devsesc.braso.com.br/ 
Version: 1.0.0 
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
:root {
  --color-primary-main: #004c99;
  --color-primary-light: #005ebd;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}
body {
  font-family: "Roboto", sans-serif;
}
p,
strong,
label {
  color: #7a7a7a;
}
.header {
  margin: 1rem auto;
}
.card-sesc {
  background-color: var(--color-primary-main);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  text-align: center;
}
.card-sesc span {
  color: #fff;
}
.card-sesc .btn-primary {
  background-color: #f6be00 !important;
  color: #fff;
  margin: 0 1rem;
  padding: auto 4rem !important;
}
.card-sesc .btn-primary:hover {
  background-color: orange !important;
}
.showcase {
  min-height: 540px;
  display: flex;
  align-items: center;
}
.showcase__hero {
  font-size: 3rem;
  letter-spacing: -0.05rem;
  font-weight: bold;
  color: var(--color-primary-main);
}
.topbar__filter :is(input, select) {
  border: none;
  background-color: #eee;
  border-radius: 0.5rem;
  margin-left: 1rem;
}
.navbar ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.navbar ul li {
  margin: 0 1rem;
}
.navbar ul li a {
  font-weight: medium;
  text-decoration: none;
}
.searchbox {
  display: flex;
  align-items: center;
}
.searchbox_icon {
  position: absolute;
  margin-left: 1.4rem;
  color: var(--color-primary-main);
}
.searchbox_submit {
  background-color: var(--color-primary-main);
  border: none;
  padding: 0.3rem;
  color: #fff;
  border-radius: 0 0.6rem 0.6rem 0;
  margin-left: -1px;
}
.searchbox .input {
  padding-left: 2.2rem;
  border-radius: 0.4rem 0 0 0.4rem;
}
.site__logo span {
  margin-top: -9000px !important;
  display: block;
}
.site__logo img {
  width: 100%;
  height: auto;
}
.btn-primary {
  background-color: var(--color-primary-main) !important;
  border-color: var(--color-primary-main) !important;
}
.btn-primary:hover {
  background-color: var(--color-primary-light) !important;
  border-color: var(--color-primary-light) !important;
}
.btn-warning {
  color: #fff !important;
}
.btn-warning:hover {
  background-color: orange !important;
}
.pageheader {
  min-height: 402px;
  margin-bottom: 2rem;
  padding: 4rem 0;
  margin-top: -80px;
}
.pageheader h1 {
  font-size: 4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02rem;
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  font-family: Arial;
}
.pageheader p {
  color: #fff !important;
  display: block;
  font-size: 1.2rem;
}
.pageheader text {
  stroke: #fff !important;
}
.pageheader-small {
  min-height: 60px !important;
  padding: 2rem 0;
  margin-top: 0px;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.shadow {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
.unit {
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .pageheader-small {
    min-height: 10px !important;
    padding: 10px;
  }
}
.pageheader-small h1 {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.08rem;
  font-family: Arial;
}
.btn-underline {
  color: var(--color-primary-main);
  border-bottom: 2px solid orange;
  text-decoration: none;
  padding-bottom: 0.4rem;
  font-weight: var(--font-weight-regular);
  font-size: 1.2rem;
}
.unit {
  border-radius: 0.6rem;
}
.unit__title {
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02rem;
  color: var(--color-primary-main);
}
.unit__info {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  margin-bottom: 1rem;
}
.unit__info p {
  margin: 0;
  padding: 0;
}
.unit__info .feather {
  margin: 0.2rem 0 0 0;
}
.unit__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border: 1px solid #eee;
  border-radius: 0.8rem;
}
.unit__item p {
  margin: 0;
  padding: 0;
}
.unit__item .email {
  margin-left: 1.7rem;
}
.unit__rating {
  margin-bottom: 1rem;
}
.unit__rating span {
  color: #eee;
}
.unit__rating span.checked {
  color: orange;
}
.unit .feather {
  color: var(--color-primary-main);
  width: 18px;
  height: 18px;
  margin-right: 0.4rem;
}
.unit a {
  color: var(--color-primary-main);
  text-decoration: none;
}
.unit .thumbnail {
  text-indent: -9000px;
  min-height: 170px;
  border-radius: 0.5rem 0 0 0.5rem;
}
.unit__activities {
  margin-top: 2rem;
}
.unit__activities ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.unit__activities li {
  display: flex;
  align-items: center;
  margin: 0 0 1.2rem 0;
}
.unit__activities p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: var(--color-primary-main);
}
.unit__activities img {
  width: 24px;
  height: auto;
  margin-right: 0.4rem;
}
.unit__reservation {
  margin-bottom: 2rem;
  position: relative;
}
.unit__reservation label {
  color: var(--color-primary-main);
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  width: 49%;
}
.unit__reservation :is(input, select) {
  background: #eee;
  color: #333;
  border: none;
  padding: 0.6rem 2rem 0.6rem 0.6rem;
  box-sizing: border-box;
  width: 96%;
  border-radius: 0.4rem;
}
.unit__reservation label .feather {
  position: absolute;
  right: 1rem;
  bottom: 13px;
}
.unit__reservation .btn-reservation {
  margin-top: 1rem;
}
.unit__seals {
  display: flex;
  margin: 2rem 0;
  justify-content: center;
}
.unit__seals img {
  width: 120px;
  height: auto;
}
.unit__sesc-info {
  background: #f4f4f4;
  padding: 2rem;
  border-radius: 1rem;
}
.galeria-unidade .slider--nav {
  margin: 7px auto;
}
.galeria-unidade .slider--nav .slick-track {
  /* width: 100% !important; */
}
.slider--for:not(.owl-carousel),
.slider--nav:not(.owl-carousel) {
  display: none;
}
.galeria-unidade .slider--nav .item {
  overflow: hidden;
  height: 60px;
  padding: 0;
}
.galeria-unidade .slider--nav .owl-stage {
  margin: auto;
}
.units__citylist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.units__citylist a {
  text-transform: uppercase;
  text-decoration: none;
  margin: 0.4rem 0;
  display: block;
  color: #7f7f7f;
  transition: all 0.3s ease-in-out;
  font-size: 0.8rem;
}
.units__citylist a:hover {
  color: var(--color-primary-main);
}
.units__citytitle {
  font-weight: normal;
  color: var(--color-primary-main);
  font-size: 1.6rem;
}
.page__showcase.slider-nav {
  margin-top: -48px;
  min-height: 100px;
  width: 80%;
  margin-right: -25%;
}
.page__showcase.slider-nav .item {
  border: 4px solid #fff;
  width: 72px !important;
  height: 72px !important;
  border-radius: 50%;
  margin: 12px 8px;
  transition: all 0.2s ease-in-out;
  background-color: var(--color-primary-main);
}
.page__showcase.slider-nav .item:hover {
  cursor: pointer;
}
.unit__gallery .slider-for {
  max-height: 380px;
  overflow: hidden;
}
.page__showcase.slider-nav .item img {
  border-radius: 100%;
  width: 74px;
  height: 74px;
  object-fit: cover;
  opacity: 0.2;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.page__showcase.slider-nav .slick-current {
  width: 88px !important;
  height: 88px !important;
  margin-top: 0;
}
.page__showcase.slider-nav .slick-current img {
  opacity: 1;
}
.showcase__tag {
  margin-top: -16px;
  color: #fff!important;
  background-color: var(--color-primary-main);
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  position: absolute;
}
.page__title__hero {
  font-size: 5rem;
}
.notice {
  margin: 2rem 0;
}
.ultimas-noticias .notice {
  margin: 0;
}
.notice__tag {
  background-color: var(--color-primary-main);
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  border-radius: 0 0.4rem 0 0.4rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
}
.notice__item .wp-post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.4rem;
}
.notice__title {
  margin: 1rem 0;
  text-decoration: none;
  display: block;
  color: var(--color-primary-main);
}
.notice__excerpt {
  font-size: 0.9rem;
  color: #535353;
}
a.notice__thumb {
  min-height: 220px;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  text-indent: -9000px;
}
.notice__date {
  margin-bottom: 1rem !important;
  display: block;
  display: flex;
  align-items: center;
  color: #535353;
}
.notice__date .feather {
  margin-right: 0.4rem;
}
.card-image__item {
  min-height: 160px;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem !important;
  position: relative;
}
.card-image__item img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem !important;
}
.card-image__title {
  color: #fff;
  position: absolute;
  z-index: 999;
  text-align: center;
  padding: 1rem;
  bottom: 0;
  font-size: 1.6rem;
}
.card-image__item .overlay {
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9));
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  padding: 0;
}
.card-image__item .bg-blue {
  background-color: var(--color-primary-main);
}
.card-image__item .bg-blue img {
  opacity: 0.3 !important;
}
.room {
  border-radius: 0.4rem;
}
.room__description {
  color: #999;
}
.room__image {
  width: 270px;
  height: 100%;
  text-indent: -9000px;
}
.room__label {
  color: #ffc220;
  font-weight: bold;
  font-size: 0.9rem;
}
.room__price {
  color: var(--color-primary-main);
}
text {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.6rem;
  fill: none;
  stroke: var(--color-primary-main);
  stroke-width: 1px;
  stroke-linejoin: round;
}
.documents {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.documents li {
  display: grid;
  grid-template-columns: 1fr 12fr;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
.documents a {
  text-decoration: none;
  color: #999 !important;
  /* border-bottom: 2px solid orange; */
}
.documents a:hover {
  color: var(--color-primary-main) !important;
}
.documents .feather {
  width: 18px !important;
  height: 18px !important;
  color: #999;
  margin: 0.2rem 0.2rem 0 0;
}
.text-overline {
  color: var(--color-primary-main);
  font-size: 1rem;
  text-transform: uppercase;
}
.title-shadow {
  color: #ffc220;
  font-weight: bold;
  font-size: 2.6rem;
  text-shadow: -1px -1px #ffffff, -2px -2px var(--color-primary-main);
  margin-top: 0.3rem;
}
.service {
  background-image: url(./images/bg_service.svg);
  background-position: 120% 0%;
  background-repeat: no-repeat;
}
.service_unit__title a {
  color: inherit;
  text-decoration: none;
}
.service_unit__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-primary-main);
}
.service_unit__contacts .feather {
  color: var(--color-primary-main);
  /* width: 24px;
    height: auto; */
  margin-right: 0.6rem;
}
.service_unit__contacts > div {
  display: flex;
  padding: 5px 0;
}
.service_unit__contacts div {
  font-size: 1rem;
  color: var(--color-primary-main);
}
.service__title {
  font-weight: bold;
  line-height: 5rem;
}
.hero__lg text {
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
  margin-bottom: -1rem;
}
li.text-cultura a,
.text-cultura {
  color: #66096e;
}
li.text-turismo a,
.text-turismo {
  color: #ffc220;
}
li.text-educacao a,
.text-educacao {
  color: #007bb6;
}
li.text-saude a,
.text-saude {
  color: #20afb7;
}
li.text-esporte a,
.text-esporte {
  color: #167f70;
}
li.text-lazer a,
.text-lazer {
  color: #c8112f;
}
li.text-assistencia a,
.text-assistencia {
  color: #f77908;
}
li.text-institucional a,
.text-institucional {
  color: #004b8d;
}
.bg-cultura {
  background-color: #66096e;
  color: #fff;
}
.bg-turismo {
  background-color: #ffc220;
  color: #333;
}
.bg-educacao {
  background-color: #007bb6;
  color: #fff;
}
.bg-saude {
  background-color: #20afb7;
  color: #fff;
}
.bg-esporte {
  background-color: #167f70;
  color: #fff;
}
.bg-lazer {
  background-color: #c8112f;
  color: #fff;
}
.bg-assistencia {
  background-color: #f77908;
  color: #fff;
}
.bg-institucional {
  background-color: #004b8d;
  color: #fff;
}
.cultura .notice__tag {
  background-color: #66096e;
}
.cultura .notice__title {
  color: #66096e;
}
.turismo .notice__tag {
  background-color: #ffc220;
}
.turismo .notice__title {
  color: #ffc220;
}
.educacao .notice__tag {
  background-color: #007bb6;
}
.educacao .notice__title {
  color: #007bb6;
}
.saude .notice__tag {
  background-color: #20afb7;
}
.saude .notice__title {
  color: #20afb7;
}
.esporte .notice__tag {
  background-color: #167f70;
}
.esporte .notice__title {
  color: #167f70;
}
.lazer .notice__tag {
  background-color: #c8112f;
}
.lazer .notice__title {
  color: #c8112f;
}
.assistencia .notice__tag {
  background-color: #f77908;
}
.assistencia .notice__title {
  color: #f77908;
}
.institucional .notice__tag {
  background-color: #004b8d;
}
.institucional .notice__title {
  color: #004b8d;
}
.sem-categoria .notice__tag {
  display: none;
}
.shortcodes {
  list-style-type: none;
}
.shortcodes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  margin: 2rem 0;
}
@media (max-width: 800px) {
  .shortcodes ul li {
    margin: 10px 0;
  }
  .shortcodes ul {
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }
}
.shortcodes li {
  width: 100%;
}
.shortcodes a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  text-align: center;
  color: var(--color-primary-main);
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}
.shortcodes a:hover {
  margin: -0.4rem 0 0.4rem 0;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}
.tooltip-main {
  background: #f4f4f4;
}
.tooltip-inner {
  /* background: #F4F4F4 !important;
    color: #7A7A7A !important; */
  background-color: #f5f5f5 !important;
  opacity: 1 !important;
  color: #333 !important;
}
/* .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00 !important;
    content: "aaa";
} */
.tooltip.show {
  opacity: 1 !important;
}
.tooltip .tooltip-arrow {
  content: url("./images/arrow_down.png");
  margin-top: -1px;
  width: 8px;
  height: 8px;
}
.text__uppercase {
  font-size: 1rem;
  color: var(--color-primary-main);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.excursao__item {
  display: flex;
  align-items: start;
  margin-bottom: 0.8rem;
  color: #7f7f7f;
}
.excursao__item .feather {
  margin-right: 0.4rem;
  margin-top: 0.2rem;
  width: 20px;
  height: auto;
}
.excursao__item p {
  margin: 0;
  padding: 0;
}
.excursao__btn {
  background-color: #c8112f !important;
  border-color: #c8112f !important;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 1rem;
}
.excursao__btn:hover {
  background-color: #960d23 !important;
  border-color: #c8112f !important;
}
.licitacoes__filtro label,
.licitacoes__filtro input,
.licitacoes__filtro select {
  color: #7a7a7a;
}
.btn-light {
  color: #7a7a7a !important;
}
.unit__contactItem {
  display: flex;
  align-items: start;
}
.unit__contactItem .feather {
  margin: 0.2rem 0.4rem 0 0;
  width: 20px;
  height: auto;
}
.unit__contactIteml p {
  margin: 0;
  padding: 0;
  color: #7a7a7a;
}
@media (max-width: 992px) {
  .pageheader {
    min-height: 180px;
    outline: 1px solid red;
  }
  .pageheader svg {
    outline: 1px solid red;
    height: 80px;
  }
  .pageheader h1 {
    font-size: 3rem;
  }
  .shortcodes {
    display: block;
  }
  .shortcodes .shortcode {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  .service {
    background-position: 100% -10%;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
  .page__showcase.slider-nav {
    width: 100% !important;
    position: absolute;
  }
  .page__showcase.slider-nav .slick-track {
    padding: 0 !important;
    width: 100% !important;
  }
  .page__showcase.slider-nav .item {
    border: 4px solid #fff;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50%;
    margin: 12px 7px;
    transition: all 0.2s ease-in-out;
    background-color: var(--color-primary-main);
  }
  .service__tag {
    margin-top: 1.8rem;
  }
  .service {
    background-color: #fff;
  }
  .service__title {
    font-size: 3rem;
    line-height: 3rem;
    padding-top: 1rem;
    display: block;
  }
}
.main-content-news .img-fluid {
  width: 100%;
}
.hero__lg {
  width: 100%;
}
.slider--for .img-fluid {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 600/400;
  width: 100%;
  height: 400px;
}
@media (max-width: 800px) {
  .slider--for .img-fluid {
    height: 200px;
  }
}
.slider--nav img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 55/36;
  width: 55px;
  height: 36px;
}
body.home .shortcodes ul#menu-links-rodape {
  margin-top: 0;
}
.search-results-content {}
.search-results-content .search-result {
  padding: 35px 0;
}
.search-results-content a {
  color: #000;
  text-decoration: none;
}
.search-results-content h3 a {
  color: var(--color-primary-main);
  font-weight: 800;
}
.pagination {
  
}
.pagination > * {
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 4px;
  border: 1px solid var(--color-primary-main);
  color: var(--color-primary-main);
  min-width: 40px;
  text-align: center;
}
.pagination .current {
  background: var(--color-primary-main);
  color: #fff;
}
.terms .areas {
  margin: 0;
}
.terms .areas span {
  padding: 5px 0;
  margin-right: 15px;
  border-radius: 4px;
  color: #666;
  background: #fff;
}
.elementor-widget-minicard .overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9));
}
.elementor-widget-minicard .card-image__item .overlay, 
.elementor-widget-minicard .card-image__item img, 
.elementor-widget-minicard .card-image__item {
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
}
.elementor-widget-temas .col-lg-3 {
  margin-bottom: 15px;
}
.elementor-widget-minicard .card-image__title {
  font-size: 1.1rem;
  padding: 5px 0;
}
[class*="load-more"] {cursor:pointer;}