.artigoComplete {
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  background-color: white;
}
.audioM > img {
  width: 150px;
  margin: auto;
  text-align: center;
}
.esquerdoArtigo p {
  line-height: 1.8em;
  text-align: justify;
}
.itensHtml img {
  border-radius: 8px;
}
.esquerdoArtigo h3 {
  margin: 10px 0px;
}
.esquerdoArtigo h4 {
  margin: 10px 0px;
}
.videoShow {
  width: 100%;
  height: 600px;
}
.videoShow video {
  width: 100%;
}
.musica {
  font-style: arial;
  line-height: 30px;
  text-align: center;
  color: bisque;
}
.prestadores {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prestadores a {
  margin-top: 20px;
  text-decoration: none;
  color: rgb(29, 29, 29);
}
.comerciantePrestador {
  width: 260px;
  padding: 10px;
  border: rgb(222, 222, 222) solid 1px;
  margin: auto;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.324) 0px 5px 10px 0px;
  transition: 200ms;
  margin-top: 0px;
}

.comerciantePrestador:hover {
  margin-top: -10px;
  box-shadow: rgba(0, 0, 0, 0.324) 0px 10px 10px 0px;
}
.comerciantePrestador .imgC {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;

  box-shadow: rgba(0, 0, 0, 0.365) 0px 0px 10px 0px;
}
.comerciantePrestador h2 {
  font-size: 20px;
  margin: 10px auto;
  height: 80px;
}
.comerciantePrestador p {
  font-size: 15px;
  margin: 10px auto;
}
.btnGerarRecibo {
  padding: 10px;
  margin: 10px 0px;
  background-color: rgb(245, 144, 21);
  color: white;
  border: none;
  cursor: pointer;
}
.clean {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bannertijolego {
  width: 100%;

  margin: auto;
  margin: 20px;
  line-height: 2rem;
}
.imageTijolego {
  width: 150px;
}
.maisNoticias {
  margin: 10px 10px;

  background-color: white;
}
.fixaTop {
  width: 298px;
  position: fixed;
  top: 3px;
  right: 351px;
}
.fundoLagoa {
  background-image: url(/imagens-sala/2022/01/hdr-lagoa-dos-patos-mg-capa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0 auto;
  min-height: 645px;
  height: auto;
}
.formServLagoa {
  background: rgba(87, 87, 87, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 700px;
  border-radius: 12px;
  margin: 10px auto;
  box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
}
.titleS {
  display: flex;
  margin: 20px auto;
}
.titleS > p {
  color: white;
  font-weight: 800;
  font-size: 20px;
  width: 200px;
}
.titleS > input {
  border-radius: 10px;
  border: none;
  padding-left: 10px;
  height: 25px;
  font-size: 20px;
  width: 300px;
}
.solicForm {
  width: 30%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(255, 142, 50);
  border-radius: 12px;
  border: none;
  cursor: pointer;
}
.solicForm:hover {
  box-shadow: rgb(255, 226, 188) 0px 0px 10px 0px;
  background-color: rgb(250, 154, 76);
}
.solicForm:active {
  box-shadow: inset rgb(46, 46, 46) 0px 0px 10px 0px;
  background-color: rgb(109, 51, 4);
  color: white;
}
.boxC {
  margin: 3px 10px;
  display: flex;
}
.boxC > input {
  padding: 20px;
}
.boxC > p {
  font-weight: 800;
  color: white;
  background-color: #5e99ff;
}
.sel {
  padding: 10px;
  font-size: 20px;
  box-shadow: black 0px 0px 5px 0px;
  border-radius: 8px;
  animation: plusU 1.5s infinite;
}
@keyframes plusU {
  0% {
    box-shadow: black 0px 0px 5px 0px;
  }
  50% {
    box-shadow: rgb(248, 227, 37) 0px 0px 20px 5px, inset black 0px 2px 0px 0px;
  }
}
.imgVai {
  animation: setandoK 1s infinite;
}
@keyframes setandoK {
  0% {
    opacity: 0;
    right: -50px;
  }
}
.cnPJ {
  display: none;
}

mark {
  background-color: initial !important;
  color: initial !important;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 0 auto;
  transition: background-size 2s;
  background-image: linear-gradient(
    to top,
    rgba(22, 111, 199, 0.24) 100%,
    transparent
  );
}
mark.animate {
  background-size: 100% auto;
}
.bloc {
  display: block;
}
.pdd {
  padding: 20px;
}

.avisoCPFCNPJ {
  position: absolute;
  width: 340px;
  margin-top: 69px;
  margin-left: 125px;
  text-align: center;
  background: rgba(247, 120, 120, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px;
  font-size: 20px;
}
.avisoCPFCNPJ > p {
  color: white;
  font-weight: 800;
}

.esquerdoArtigo {
  width: 850px;
  margin-right: 30px;
  overflow: hidden;
}
.esquerdoArtigo > h2 {
  line-height: 2.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.esquerdoArtigo div img {
  overflow: hidden;
  max-width: 100%;
  width: 100%;

  height: auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.align-items-center {
  text-align: center;
  border: rgb(151, 151, 151) solid 1px;
  padding: 10px 0;
  margin: 10px auto;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.368) 0px 5px 2px 0px;
  margin-bottom: 20px;
}
.mg-md {
  margin: 10px 0;
}
.col-lg-nome {
  width: 100%;
  padding: 10px;
}
.cred {
  background-color: red;
}
.cverde {
  background-color: green;
}
.claranja {
  background-color: rgb(165, 124, 0);
}
.cblue {
  background-color: rgb(0, 19, 165);
}
.cgreen {
  background-color: rgb(8, 165, 0);
}
.crosa {
  background-color: rgb(165, 0, 146);
}
.col-lg-nome p {
  font-weight: 700;
  color: white;
}
figcaption {
  color: rgb(90, 90, 90);
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
.noticiasIframe {
  border: black solid 1px;
  width: 100%;
  height: 950px;
}
.esquerdoArtigo > p {
  text-indent: 2em;
  line-height: 1.7rem;
}
.titleArtigo {
  text-align: center;
}
.titleArtigo > h1 {
  margin: 10px;
}
.titleArtigo > h2 {
  margin: 10px;
  font-weight: 400;
}
.titleArtigo > h3 {
  margin: 10px;
  font-weight: 400;
  color: rgb(173, 141, 80);
}
.titleArtigo > h1::after {
  display: block;
  content: "";
  margin-top: 20px;
  width: 300px;
  margin: 20px auto;

  border: rgb(255, 149, 49) solid 2px;
}
.linhaDiv {
  height: 5px;
  border-bottom: rgb(142, 142, 142) solid 1px;
  margin: 20px 0px;
}
.titleSubtitle {
  text-align: center;
}
.coment {
  width: 100%;
}
.propaganda {
  padding: 1em;
}
.propaganda li {
  list-style: none;
}
.fixaPropaganda {
  background-color: white;
  border-radius: 12px;
  position: fixed;
  right: 2.3em;
  top: 0;
  width: 25%;
  padding: 0.8em;
  transition: 200ms;
}
.fixaPropaganda li {
  list-style: none;
}
.propagandaArtigo {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}
.passarMouse {
  font-size: 20px;
  color: rgb(141, 61, 61);
  padding-top: 50px;
  margin: -20px;
}

.red {
  color: red;
  font-size: 15px;
  font-weight: 800;
}
.disclaimerComentario {
  font-size: 12px;
  background-color: #fcf8e3;
  margin-top: 10px;

  padding: 10px;
}
.comentarios {
  border-top: black solid 2px;
  margin-top: 10px;
  text-align: center;
}
.noticiasPage {
  background-color: #fdf4e3;
  box-shadow: rgba(0, 0, 0, 0.452) 0px 0px 10px 0px;
  width: 1200px;
}
.showAcao {
  display: block;
  /* float: left; */
  background-image: url("/acao-global-lagoa-dos-patos-mg/acao-global-2023-lagoa-dos-patos-mg.jpeg");
  width: 360px;

  /* Tamanho das partes 200x200 */
  height: 460px;
  border: 1px solid #ccc;
}
.dia15 {
  background-position: -14px -502px;
  zoom: 1.1;
}
.dia16 {
  background-position: -352px -398px;
}
.dia17 {
  background-position: -700px -485px;
}
.motocross {
  background-position: -358px -772px;
}

@media (max-width: 768px) {
  .fixaPropaganda {
    background-color: white;
    border-radius: 12px;
    position: relative;

    transition: 200ms;
  }
  .noticiasPage {
    width: 768px;
  }
  .esquerdoArtigo {
    padding: 10px;
    width: 760px;
  }

  .Quebra {
    width: 760px;
    display: block;
  }
  .esquerdoArtigo > p {
    color: rgb(26, 26, 26);
    font-size: 23px;
  }
  .propaganda {
    width: 100%;
    padding: 10px;
    font-size: 25px;
    line-height: 2rem;
  }
  .propagandaArtigo {
  }
}

@media (max-width: 576px) {
  .cardHotel {
    display: block;
  }
  main {
    width: 100%;
  }
  .artigoComplete .esquerdoArtigo {
    width: 100%;
  }

  .fixaPropaganda {
    margin-left: 20%;
    position: relative;

    transition: 200ms;
  }
  .noticiasPage {
    width: 360px;
  }
  .AnuncieAqui {
    margin: 0 auto;
  }
  .logocaracter {
    margin: 20px auto;
  }
  .passarMouse {
    width: 100%;
    font-size: normal;
  }
  .maisNoticias {
    margin: 10px 30px;
    background-color: white;
  }
  .esquerdoArtigo {
    padding: 10px;
    width: 360px;
  }
  .Quebra {
    width: 100%;
    display: block;
  }
  .esquerdoArtigo > p {
    color: rgb(26, 26, 26);
    font-size: 23px;
  }
  .propaganda {
    width: 100%;
    padding: 10px;
    font-size: 25px;
    line-height: 2rem;
  }
  .noticiasIframe {
    border: black solid 1px;
    width: 100%;
    height: 950px;
  }
  /* enviar formulario */

  .fundoLagoa {
    background-image: url(/imagens-sala/2022/01/hdr-lagoa-dos-patos-mg-capa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
    min-height: 645px;
    height: auto;
  }
  .formServLagoa {
    background: rgba(87, 87, 87, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 350px;
    border-radius: 12px;
    margin: 10px auto;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
  }
  .titleS {
    display: block;
  }
  .avisoCPFCNPJ {
    width: 323px;
    margin-top: 78px;
    margin-left: 10px;
  }
  .comerciantePrestador {
    width: 340px;
  }
  .comerciantePrestador h2 {
    font-size: 30px;
    height: auto;
  }
  .comerciantePrestador img {
    padding: 15px;
    margin: 10px;
    margin-left: -2px;
  }
}

/* Hotel */
.dnone {
  display: none;
}
.hoteisLa {
  padding: 20px;
  background-image: url('https://img.freepik.com/fotos-gratis/fundo-colorido-desfocado-vivido_58702-2655.jpg');
  background-size: cover;
}
.cardHotel {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: black solid 1px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 30px auto;
}
.cardHotel button {
  padding: 5px;
  cursor: pointer;
}
.cardHotel .imageHotel {
  width: 30%;
  overflow: hidden;
  
  
}
.cardHotel .imageHotel img {
  border-radius: 8px;
  transition: 300ms;
  transform: scale(0.9);
}
.cardHotel .imageHotel img:hover {
  
  cursor: pointer;
  transform: scale(1.0);
  filter: brightness(1.4);
}

.maisInfoCard {
  display: flex;
}
.infoCardHotel button {
  width: 100%;
}
.beneficiosHotel {
  display: flex;
  width: 100%;
}
.beneficiosHotel i {
  color: gray;
}
.infoCardHotel .mapasEWhats {
  width: 100%;
  display: flex;
  margin: 5px auto;
  text-align: center;
}
.imagemSho {
  width: 30%;
  margin: 10px;
}
.mapasEWhats > div {
  width: 30%;
  margin: 10px auto;
  transition: 1s;
 
}
@media (max-width: 576px) {
  .cardHotel {
    display: block;
    text-align: center;
    margin: 15px auto;
  }  
  .imageHotel {
    width: 100%;
   
  }
  .cardHotel .imageHotel  {
    width: 100%;
    margin: 10px auto;
  }
  .beneficiosHotel {
    display: block;
  }
  .maisInfoCard {
    display: block;
  }
  .imagemSho {
    width: 95%;
    margin: 10px auto;
  }
}