@import url("./grids.css");
:root {
  --red: #c10000;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: inherit;
}
.bg-red {
  background-color: var(--red);
}
.button-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.text-center {
  text-align: center;
}
.super-title {
  font-size: 32px;
}
.normal-title {
  font-size: 24px;
}
.small-title {
  font-size: 18px;
}
.normal-text {
  font-size: 16px;
  color: #535b60;
}
.small-text {
  font-size: 14px;
  color: #535b60;
}
.text-bolder {
  font-weight: bolder;
}
.text-light {
  font-weight: lighter;
}
.text-white {
  color: #fff;
}
.text-red {
  color: var(--red);
}
.button-primary {
  border-radius: 9px;
  padding: 5px 30px;
  box-sizing: border-box;
  border: 1px solid;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  transition: 0.4s all;
}
.button-primary:hover {
  transition: 0.3s all;
}
.button-red {
  color: #fff;
  border-color: var(--red);
  background-color: var(--red);
}
.button-red:hover {
  color: var(--red);
  background-color: transparent;
}
.button-border:hover {
  background-color: #303030;
  color: #fff;
}
.title-container {
  margin-bottom: 1rem;
}
.header_top {
  padding: 0.5rem 0;
}
/* Espaços sessões */
.qm-somos,
.parceiros,
.servicos-home,
.galeria-home {
  padding: 4rem 0;
}
.qm-somos_holder .normal-text:not(a.normal-text) {
  margin-bottom: 1rem;
}
.footer-hotelwww {
  border-bottom: 1px solid #cfd1d4;
  padding: 2rem 0;
}
.footer-hotelwww_holder .normal-text {
  font-weight: bold;
}
.footer-hotelwww_holder .normal-text,
.footer-hotelwww_holder i {
  color: #262e3b;
}
.parceiros_holder .title-container {
  margin-bottom: 3rem;
}
.galeria-grids {
  margin-top: 2rem;
}
.galeria-grids--item img {
  display: block;
  border-radius: 10px 10px 0 0;
}
.galeria-grids-info {
  padding: 1rem 0;
  border-radius: 0 0 10px 10px;
}
.galeria-grids-info .normal-text {
  font-weight: bolder;
}
.galeria-home_holder .button-primary {
  margin-top: 2rem;
}
.obras-portfolio--item .title-container {
  margin: 0;
  padding: 0.5rem 0;
}
.servicos-home--imagem {
  width: 100px;
  height: 111px;
  border: 1px solid var(--red);
  margin-bottom: 1rem;
}
.servicos-home-siema--item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
  border-radius: 16px;
  margin: 1px 1rem;
}
.arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.arrows-left {
  left: -8px;
}
.arrows-right {
  right: -8px;
}
.servicos-home--info .button-primary {
  margin-top: 0.5rem;
}
.servicos-home_holder .button-border:last-child {
  margin-top: 2rem;
}
.parceiros-siema--item {
  box-sizing: border-box;
  margin: 1px 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parceiros-siema--item img {
  display: block;
  height: 100px;
  object-fit: contain;
}
.parceiros_holder .arrows {
  top: 61%;
}
.footer_top h5 {
  margin-bottom: 1rem !important;
  font-weight: bolder;
  font-size: 18px;
}
.seguranca-footer img {
  margin-bottom: 1rem;
}
.servicos {
  padding: 4rem 0;
}
.servicos_holder {
  margin-top: 2rem;
}
.servicos_holder .text-container {
  margin: 2rem 0;
}
.form-template input[type="text"],
.form-template input[type="email"],
.form-template input[type="tel"],
.form-template textarea {
  background-color: #ffffff;
  border: 1px solid #e1e1e1 !important;
  border-radius: 5px !important;
}
.form-template br {
  display: none;
}
.form-template p {
  margin: 0;
}
.form-template p:after {
  content: "";
  display: table;
  clear: both;
}
.form-template input[type="submit"] {
  float: right;
  margin-top: 0.5rem;
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
  transition: 0.3s all;
}
.form-template input[type="submit"]:hover {
  background-color: transparent !important;
  color: var(--red) !important;
  border-color: var(--red) !important;
  transition: 0.4s all;
}
.icones-contato--item {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: -2px 13px 32px rgb(0 0 0 / 17%);
  padding: 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contato-home {
  padding: 2rem 0;
}
.obras {
  padding: 4rem 0;
}
.obras_holder {
  margin-bottom: 4rem;
}
.obras-portfolio_container {
  background-color: var(--red);
  padding: 4rem 0;
}
.obras-portfolio--item {
  background-color: #fff;
  border-radius: 8px;
}
.obras-portfolio--item .image-container img {
  border-radius: 8px 8px 0 0;
}
.clientes {
  padding: 4rem 0;
  position: relative;
}
.clientes--item .text-container {
  border-radius: 0 0 16px 16px;
  padding: 0.5rem 0;
  font-size: 18px;
  font-weight: 500;
}
.clientes--item .image-container {
  padding: 3rem 1.5rem;
  border: 1px solid #c6c6c6;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 172px;
}
.clientes--item .image-container img {
  max-height: 150px;
  object-fit: contain;
}
.icones-contato {
  grid-template-columns: 1fr 1fr;
}
.contato {
  padding: 4rem 0;
}
.select-servico {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 16px;
  cursor: pointer;
}
.select-servico .only-active {
  display: none;
  transition: 0.3s all;
}
.select-servico.active .only-active,
.select-servico:hover .only-active {
  display: block;
  transition: 0.3s all;
}
.select-servico.active .no-active,
.select-servico:hover .no-active {
  display: none;
  transition: 0.3s all;
}

.select-servico.active,
.select-servico:hover {
  box-shadow: -2px 13px 32px rgb(142 138 138 / 17%);
  transition: 0.3s all;
}
.select-servico.active .title-container .small-title,
.select-servico:hover .title-container .small-title {
  color: var(--red);
  transition: 0.3s all;
}
.select-servico .title-container {
  margin-top: 1rem;
  margin-bottom: 0;
}
.container-clientes-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.clientes-home {
  padding: 2rem 0;
}
.clientes-home--item:last-child {
  position: relative;
}
.clientes-home--item .text-container {
  margin: 2rem 0;
}
.servicos-home {
  margin-bottom: 5rem;
}
.servicos_holder {
  display: none;
}
.servicos_holder.active {
  display: grid;
}
.footer-hotelwww_holder i {
  margin-right: 5px;
}
.qm-somos_holder {
  margin-bottom: 4rem;
}
.objetivos-zizal {
  margin-top: 2rem;
}
.objetivos-zizal--item .image-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.objetivos-zizal--item .text-container .small-title {
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .qm-somos_holder {
    align-items: center;
  }
  .footer-hotelwww_holder {
    align-items: center;
    gap: 0;
    justify-content: space-between;
    grid-template-columns: 200px 257px 264px 347px;
  }
  .servicos-home-siema {
    width: 70%;
    margin: 0 auto;
  }
  .parceiros-siema {
    width: 80%;
    margin: 0 auto;
  }
  .arrows-left {
    left: 6rem;
  }
  .arrows-right {
    right: 6rem;
  }
  .stick .q_logo a {
    height: 60px !important;
  }
  .sticky .q_logo a {
    height: 50px !important;
  }
  .servicos_header,
  .servicos_holder {
    align-items: center;
  }
  .servicos_header {
    grid-template-columns: 25% 1fr;
  }
  .servicos_holder {
    grid-template-columns: 1fr 40%;
  }
  .half-container {
    max-width: 600px;
    width: 100%;
  }
  .half-left-container {
    margin-left: auto;
  }
  .half-right-container {
    margin-right: auto;
  }
  .two_inputs {
    display: flex;
    justify-content: space-between;
  }
  .two_inputs span {
    width: 49.5%;
  }
  .contato-home--item:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(//www.zizal.com.br//wp-content/uploads/background-contato-box.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
  }
  .contato-home--item:first-child:before {
    content: "";
    position: absolute;
    left: -56%;
    top: 13px;
    height: 94.8%;
    width: 100%;
    background-color: var(--red);
    z-index: -1;
  }
  .clietes-home_holder {
    grid-template-columns: 35% 1fr;
  }
  .container-clientes {
    position: absolute;
    top: -200px;
  }
  .container-clientes-item {
    box-shadow: -2px 13px 32px rgb(142 138 138 / 17%);
  }
  .clientes-home {
    height: 384px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .servicos_holder {
    margin-top: 4rem;
  }
  .servicos-home {
    margin-bottom: 8rem;
  }
  .qm-somos_holder {
    grid-template-columns: 45% 40%;
    justify-content: space-between;
    align-items: center;
  }
  .obras-portfolio {
    gap: 0.5rem;
  }
  .objetivos-zizal--item {
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .objetivos-zizal--item:nth-child(2) {
    border-left: 1px solid #e3dfd9;
    border-right: 1px solid #e3dfd9;
  }
}

@media (max-width: 600px) {
  .vc_row.full_screen_section {
    padding: 0 !important;
  }
  .header_top .left {
    display: none;
  }
  .contato-home--item:first-child {
    background-color: var(--red);
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 25px;
  }
  .servicos_holder.active {
    display: flex;
    flex-direction: column-reverse;
  }
  .servicos_header--item.grids {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .select-servico .title-container .small-title {
    font-size: 16px;
  }
  .container-clientes {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .galeria-grids {
    grid-template-columns: 50% 50%;
    grid-gap: 0.5rem;
  }
  .galeria-grids-info {
    padding: 0.5rem 0;
  }
}

@media (max-width: 480px) {
  .contato-home--item {
    width: 300px;
    margin: 0 auto;
  }
}
