.container {
  margin: 0 auto;
  width: 95%;
}

section {
  margin: 0 auto;
  float: none;
}

/*Menu*/

#conheca-lr {
  justify-content: center;
  align-items: center;
  display: flex;
}

#conheca-lr .container {
  display: none;
}

header .menu {
  float: right;
}

.icone {
  background: #252525;
  padding: 32px 10px;
  display: block;
  height: 29px;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 67px;
  z-index: 9999;
  margin-top: 0;
}

.icone:after,
.icone:before,
.icone span,
.icone label {
  background: #fff;
  content: " ";
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 49px;
}

.icone:before {
  top: 27px;
}

.icone:after {
  bottom: 14px;
}

.icone:focus {
  outline: none;
}

.icone label {
  background: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.icone span {
  top: 37px;
}

@media screen and (max-width: 416px) {
  .titulo-portifolio {
    gap: 0px;
  }
}

@media screen and (max-width: 320px) {
  .icone {
    margin-top: 13px;
  }
}

#change-icone {
  display: none;
}

#change-icone:checked ~ .icone:before,
#change-icone:checked ~ .icone:after {
  top: 51px;
  /*margin-top: -10%;*/
  background: #000;
}

/*#change-icone:checked ~ .icone:after {
  bottom: 21px;
}*/

#change-icone:checked ~ .icone:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#change-icone:checked ~ .icone:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#change-icone:checked ~ .icone span {
  opacity: 0;
}

#change-icone:checked ~ .menu {
  max-height: 700px;
}

header .menu {
  background: #f4f4f4;
  width: 100%;
  height: auto;
  background-size: cover;
  max-height: 0;
  right: 0;
  overflow: hidden;
  top: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 100%;
  z-index: 99;
}

header nav.menu ul li {
  cursor: pointer;
  display: table;
  opacity: 1;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

header nav.menu ul li:first-child {
  margin-top: 20px;
}
header nav.menu ul li:last-child {
  padding-bottom: 250%;
}
header nav.menu ul li a {
  color: #000;
  letter-spacing: 5px;
  font-size: 13px;
  font-family: "Montserrat-SemiBold";
  position: relative;
  padding-bottom: 2px;
}

#change-icone:checked ~ .icone {
  margin: 0 auto;
  right: 5%;
  height: 80px;
  background: none;
}

#change-icone:checked ~ .icone:after,
#change-icone:checked ~ .icone:before,
#change-icone:checked ~ .icone span,
#change-icone:checked ~ .icone label {
  width: 48px;
}

#change-icone:checked ~ .menu {
  padding-bottom: 0%;
}

.menu #changeIcone,
.menu-social-mobile {
  display: none;
}

#changeIcone,
.grid-topo {
  display: none;
}

header nav.menu ul li .svg {
  width: 40px;
}

header {
  background: url(../images/banner.jpg) top center no-repeat;
  height: auto;
  display: flex;
  background-size: cover;
  padding-bottom: 103px;
}
header:before,
header:after {
  margin: 0 auto;
  content: "";
  background: #252525;
  height: 5px;
  display: block;
  position: absolute;
  width: 100%;
}
header:after {
  background: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
}

.logo {
  margin-top: 20px;
  z-index: 9;
}

.titulo {
  display: flex;
  justify-content: center;
  margin-top: 27%;
}
.titulo h1 {
  color: #d9d9d9;
  font-family: "Montserrat-Bold";
  font-size: 58.01px;
}

.titulo-portifolio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.titulo-portifolio h1 {
  color: #ffffff;
  font-family: "Montserrat-Black";
  font-size: 46.11px;
}
.titulo-portifolio a {
  color: #ffffff;
  border: 1px solid #b3b3b3;
  font-family: "Montserrat-Regular";
  font-size: 21.72px;
  height: 45px;
  padding: 10px;
  border-radius: 40px;
}
.itens-portifolio {
  margin-top: 30px;
}

section#trabalhe-conosco {
  background: #252525 repeat;
  height: auto;
  padding-bottom: 30px;
}

.titulo-contato {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.titulo-contato h2,
.titulo-contato h1 {
  color: #959595;
  font-size: 24px;
  font-family: "Montserrat-Black";
  text-transform: uppercase;
  margin-top: 20px;
}
.endereco {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.conteudo {
  justify-content: center;
  flex-wrap: wrap;
}
.item-endreco {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
.item-endreco img {
  width: 48px;
}
.item-endreco span {
  font-size: 14.15px;
  flex: 100%;
  margin-left: 10px;
}
.item-endreco span p strong {
  font-size: 19.97px;
}

.modal-portifolio {
  width: 90%;
  margin: 0 auto;
}
.w3-button {
  display: none;
}
.w3-modal {
  z-index: 99999;
}
.formulario-modal {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #171717;
}
.formulario-modal .title {
  font-family: "Montserrat-SemiBold";
  color: #e3072b;
  letter-spacing: 0.2rem;
  margin-top: 32px;
  text-transform: uppercase;
  font-size: 16px;
}
.formulario-modal .text {
  font-family: "Montserrat-SemiBold";
  color: #fff;
  letter-spacing: 0.1rem;
  max-width: 250px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
.formulario-modal form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.formulario-modal input {
  width: 250px;
  font-family: "Montserrat-SemiBold";
  line-height: 25px;
  height: 50px;
  text-align: center;
  margin-bottom: 8px;
}
.formulario-modal textarea {
  width: 250px;
  height: 150px;
  font-family: "Montserrat-SemiBold";
  line-height: 25px;
  margin-bottom: 26px;
  text-align: center;
}
.formulario-modal button {
  padding: 16px 90px;
  font-family: "Montserrat-Bold";
  background: #e3072b;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 18px;
}

.campo-contato {
  flex: 100%;
  margin-top: 40px;
}
#trabalhe-conosco:after {
  margin: 0 auto;
  content: "";
  background: #959595;
  display: block;
  height: 15px;
  width: 95%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.itens-rodape img {
  width: 208px;
  margin-top: 50px;
}
.itens-rodape {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.itens-rodape span {
  font-size: 16px;
  flex: 100%;
  margin-top: 20px;
}
.itens-rodape span p span {
  font-size: 31px;
}
.itens-rodape:last-child {
  justify-content: center;
  margin-top: 20px;
}
.itens-rodape a {
  font-size: 13px;
  margin-right: 20px;
}
footer {
  padding-bottom: 30px;
}

.banner-agencia {
  background: url(../images/mobile/agencia.jpg) top center no-repeat;
  height: auto;
  background-size: cover;
}
.imagem-agencia img:first-child {
  -webkit-box-shadow: 0px 25px 24px -9px rgba(143, 143, 143, 1);
  -moz-box-shadow: 0px 25px 24px -9px rgba(143, 143, 143, 1);
  box-shadow: 0px 25px 24px -9px rgba(143, 143, 143, 1);
  bottom: 20px;
}
.descricao-agencia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.descricao-agencia span p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 20px;
}
#equipe-agencia {
  background: url(../images/mobile/banner-agencia-time.jpg) top center no-repeat;
  height: 124px;
  background-size: contain;
}

#portifolio-geral .titulo-portifolio h1 {
  margin-top: 30px;
}

.banner-lr-imob,
.banner-divertdia {
  background: url(../images/mobile/banner-lr-imob.jpg) top center no-repeat;
  height: auto;
  background-size: cover !important;
}

.banner-divertdia {
  background: url(../images/mobile/divertdia-banner.jpg) top center no-repeat;
}

.descricao-lr-imob {
  margin-top: 30px;
}
.descricao-lr-imob span p {
  margin-top: 30px;
}
.itens-imob,
.clientes {
  display: grid;
  grid-template-columns: repeat(1, auto);
  margin-top: 30px;
}

.item-imob span {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.83);
  padding: 10px;
  top: 78%;
  /* display: none; */
}
.item-imob span h1 {
  font-size: 20px;
}
.item-imob span p {
  font-size: 15px;
  margin-top: 10px;
}
.item-imob:hover:before {
  display: none;
}
.item-imob:hover span {
  display: block;
}
article.conteudo-divertdia.container {
  width: 100%;
}
.conteudo-divertdia p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #fff;
}

.descricao-galeria {
  align-content: center;
  justify-content: center;
  text-align: center;
}
.descricao-galeria h1 {
  font-size: 46.11px;
  margin-bottom: 10px;
}
.descricao-galeria span {
  display: flex;
  align-items: center;
}
.conteudo-divertdia p {
  background: url(../images/mobile/banner-descricao-divertdia.jpg) top center
    repeat;
  width: 100%;
  height: 359px;
  padding: 50px 10px;
}
.descricao-galeria span h2,
.descricao-galeria span p {
  font-size: 17.95px;
  margin-right: 30px;
}
.conteudo-divertdia {
  margin-top: 30px;
}

.conteudo-divertdia p:before {
  margin: 0 auto;
  content: "";
  position: absolute;
  display: block;
  background: #f9b52c;
  width: 95%;
  height: 5px;
  top: 0;
  left: 0;
  right: 0;
}

#galeria-divertdia {
  background: rgb(76, 49, 77);
  background: linear-gradient(
    90deg,
    rgba(76, 49, 77, 1) 0%,
    rgba(80, 52, 74, 1) 35%,
    rgba(72, 46, 80, 1) 100%
  );
}
button.owl-next,
button.owl-prev {
  background-size: 22px;
}

.saiba-mais-dovertdia {
  background: url(../images/bg-divertdia-saiba-mais.jpg) top center no-repeat;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-record {
  font-size: 46px;
  font-family: "Montserrat-Black";
  text-align: center;
  padding: 24px;
  grid-column-end: span 3;
}
.saiba-mais-dovertdia a {
  font-size: 19px;
  background: #f59331;
  border-radius: 50px;
  width: 95%;
  height: 40px;
  text-align: center;
  padding: 10px;
}
#banner-divertdia {
  bottom: 20px;
}

.banner-clientes {
  background: url(../images/mobile/clientes.jpg) top center no-repeat;
  height: auto;
  background-size: cover;
}
.menu-clientes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.menu-clientes p {
  font-size: 13px;
  margin-right: 25px;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 10px;
}
.clientes {
  margin-top: 0;
}
.item-cliente:before {
  background-color: #959595c4;
}
.item-cliente:hover:before {
  background: none;
}

#imagensDivertdia.owl-carousel .owl-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
@media screen and (max-width: 340px) {
  .descricao-galeria span h2,
  .descricao-galeria span p {
    font-size: 15px;
    margin-right: 20px;
  }
  .saiba-mais-dovertdia a {
    font-size: 16px;
  }
}
