/* GLOBAL */

.tira {
  display: block;
}

.coloca {
  display: none;
}

#btnNav {
  font-size: 2rem;
}

.badge-redes-hotelaria {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.badge-transparente {
  background-color: transparent !important;
  color: transparent !important;
}

@media (max-width: 990px) {
  /* .tira {
    display: none;
  } */

  .coloca {
    display: block;
  }

  #img1-qs .image-overlay h1 {
    margin: 1rem;
  }

  #img2-qs .image-overlay h1 {
    margin: 1rem;
  }
}

/* Footer */
#footer .linha2 {
  margin-top: 2rem;
}

#footer .linha4 {
  margin-top: 1rem;
}

#footer .linha1,
#footer .linha2,
#footer .linha4 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  /* margin-bottom: 1rem; */
}

#footer .linha3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
  margin-left: 4rem;
}

#footer .linha1 h4,
#footer .linha2 div,
#footer .linha4 div {
  width: 30%;
}

#footer .linha3 div {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  width: 100%;
  margin-right: 1rem;
}

#footer .linha3 div button {
  background-color: #33c333;
  border-radius: 5px;
  border: none;
  color: white;
  padding: .8rem;
  font-size: .8rem;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}

#footer .linha3 div button img {
  width: 25px;
  height: 25px;
  margin-right: 1rem;
}

#footer .linham1,
#footer .linham2,
#footer .linham3 {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  #footer .linha1,
  #footer .linha2,
  #footer .linha4 {
    display: none;
  }

  #footer .linha3 {
    margin-left: 0;
  }

  #footer .linham1,
  #footer .linham2,
  #footer .linham3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
  }

  #footer .linham1 h4,
  #footer .linham2 h4,
  #footer .linham3 h4 {
    width: 100%;
    text-align: center;
  }

  #footer .linham1 div,
  #footer .linham2 div,
  #footer .linham3 div {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #footer #headerFoot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }
}

#textogigante {
  width: 100%;
  display: flex;
  justify-content: center;
}

#textogigante h4 {
  width: 90%;
}

#intro {
  height: 900px;
}

#intro2 {
  height: 500px;
}

#intro3 {
  height: 960px;
}

#botaowpp {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

#botaowpp img {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease-in-out;
}

#botaowpp img:hover {
  transform: scale(1.1);
}

/* Formulario Ligue Para mim */
.form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.form label.required:after {
  content: "*";
  font-size: .9rem;
  color: red;
}

#formalarioLiguepramim {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
}

#formalarioLiguepramim .nome,
#formalarioLiguepramim .email,
#formalarioLiguepramim .telefone,
#formalarioLiguepramim .doisemum,
#formalarioLiguepramim .empresa,
#formalarioLiguepramim .segmento {
  width: 100%;
}

#formalarioLiguepramim .doisemum {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#formalarioLiguepramim .doisemum .cargo,
#formalarioLiguepramim .doisemum .depto {
  width: 48%;
}

#formalarioLiguepramim .doisemum .cargo input,
#formalarioLiguepramim .doisemum .depto input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
}

#formalarioLiguepramim .nome input,
#formalarioLiguepramim .email input,
#formalarioLiguepramim .telefone input,
#formalarioLiguepramim .empresa input,
#formalarioLiguepramim .segmento input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
}

#formalarioLiguepramim .nome input:focus,
#formalarioLiguepramim .email input:focus,
#formalarioLiguepramim .telefone input:focus,
#formalarioLiguepramim .empresa input:focus,
#formalarioLiguepramim .segmento input:focus,
#formalarioLiguepramim .doisemum .cargo input:focus,
#formalarioLiguepramim .doisemum .depto input:focus {
  border-bottom: 2px solid #333;
}

#formalarioLiguepramim .nome label,
#formalarioLiguepramim .email label,
#formalarioLiguepramim .telefone label,
#formalarioLiguepramim .doisemum .cargo label,
#formalarioLiguepramim .doisemum .depto label,
#formalarioLiguepramim .empresa label,
#formalarioLiguepramim .segmento label {
  width: 100%;
  position: relative;
  left: 10px;
}

#avisos,
.contatoAviso {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#avisos .aviso,
.contatoAviso .obrigatorio {
  width: 90%;
  /* border-radius: 5px; */
  /* background-color: #93C44C; */
  color: #000000;
  text-align: center;
}

#avisos .aviso span,
.contatoAviso .obrigatorio span {
  font-weight: bold;
  color: #f10000;
}

#avisos .vermelho,
.erro {
  color: #a30000;
  font-weight: bolder;
  height: 1px;
  width: 90%;
  padding-left: 1rem;
}

.center {
  text-align: left;
}

.vermelho {
  text-align: center;
  color: #a30000;
  font-weight: bolder;
  height: 1px;
  width: 90%;
}

/* CONTATO */
#btnEnviar {
  display: flex;
  width: 100%;
  justify-content: right;
}

/* QUEM SOMOS */
#brancoInfosQuemSomos {
  /* padding: 2rem; */
  /* border-radius: 1rem; */
  /* background-color: white; */
  /* deixando cor de fundo transparente */
  /* background-color: rgba(255, 255, 255, 0.808); */
}

#brancoInfosQuemSomos .branco {
  color: #ffffff;
}

.widthmaior {
  width: 100% !important;
  max-width: 593px !important;
  text-align: justify;
}

#img1-qs {
  position: relative;
}

#img1-qs .image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
  z-index: 1;
}

#img1-qs .image-overlay h1 {
  font-size: 50px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#img1-qs .image-overlay h1 span {
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  /* Aumentando o espaçamento entre as letras */
  letter-spacing: 2px;
}

#img2-qs {
  position: relative;
}

#img2-qs .image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
  z-index: 1;
}

#img2-qs .image-overlay h1 {
  font-size: 50px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

.azul {
  color: #0088cc;
  margin-bottom: 10rem;
}


/* INDEX */
#linhaamarela {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#linhaamarela .amarelo {
  width: 30%;
  border: 1px solid #93c44c;
}

#verde {
  color: #93c44c;
}

#verdeTransicionado strong,
#verdeTransicionado i {
  color: #93c44c;
}

/* PLANOS */

.mostrar_multiplos_cnpjs {
  opacity: 0;
}

.bg-color-light-more-dark {
  /* degrade do azul claro pro branco */
  background: linear-gradient(to bottom, #e3e8e9, #eeeeee);
}

.range-bubbleee {
  color: rgb(0, 0, 0);
  border-radius: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: right;
  pointer-events: none;
  font-size: 14px;
  font-weight: 500;
  margin-left: 1rem;
  transition: transform 0.2s ease-in-out;
}

.margtop {
  /* margin-top: 1rem; */
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: .5rem;
}

.margtop .center {
  text-align: left;
  /* width: 100%; */
  /* margin-top: 1rem; */
  margin-right: .5rem;
  background-color: #0088cc;
  color: rgb(255, 255, 255);
  padding: .4rem 1.2rem .4rem 1.2rem;
  border-radius: .2rem;
}

.margtop .desconto {
  /* width: 1rem; */
  /* height: .5rem; */
  background-color: green;
  color: white;
  padding: .4rem 1.2rem .4rem 1.2rem;
  border-radius: .1rem;
  min-width: 150px;
  /* margin-bottom: 1rem; */
}

.desc {
  font-size: .5rem;
  /* width: 1.5rem; */
  height: 1.2rem;
  background-color: green;
  color: white;
  padding: 0 .5rem 0 .5rem;
  padding-top: 0px;
  border-radius: 1rem;
  text-align: center;
  line-height: 1.2rem;
}

#coluna_flex {
  flex-wrap: wrap;
}

#triDesc {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}

#radiotrimen {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

ul .justificado {
  /* text-align: justify; */
  /* hyphens: auto; */
  /* word-break: break-all; */
  width: 100%;
}

.centralizarBotao {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: .6rem;
}

#center1,
#center2 {
  margin-bottom: .5rem;
}

.mesmalinha {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.mesmalinha .d2 {
  width: 45%;
}

.descolorir {
  color: #70707093;
  /* font-weight: 600; */
}

.colorir {
  color: #444444;
  /* font-weight: 600; */
}

.bgcolred {
  background-color: #a30000 !important;
}

.bgcolgreen {
  background-color: #00a11b !important;
}

#painelNav {
  margin-bottom: 5rem;
}

@media (max-width: 995px) {
  .mesmalinha .d2 {
    width: 50%;
  }
}

@media (max-width: 765px) {
  .mesmalinha {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .mesmalinha .d1 {
    width: 100%;
  }

  .mesmalinha .d2 {
    width: 100%;
  }
}



/* Navbar */
/* responsividade a partir de 594px */
@media (max-width: 594px) {
  #formataligueparamim,
  #botoesHeader2 {
    display: none !important;
  }

  .badge-redes-hotelaria {
    font-size: .7rem;
  }
}