body{
  z-index: -1;
  background-color: #fcfcfc;
}
internalOverlayCenter{
  z-index: -1;
}
.title{
    flex-direction: column !important;
}
.pageCol p{
  width: 100%;
  max-width: 500px;
  text-align: center;
}
pageHeader .pageCol{
  display: flex;
  flex-direction: column;
  column-gap: 16px;
  row-gap: 8px;
}
internalOverlayCenter{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px !important;
  width: 100%;
}
internalOverlayCenter pageHeader .pageCol{
  row-gap: 16px;
}
internal{
  flex-direction: column;
  position: relative;
  align-items: center;
  height: 770px;
  justify-content: center;
  z-index: -1;
}
internal::before{
  content: "";
  background: url("../assets/images/contato_fundo.svg") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 770px;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
}
body.darkmode internal::before{
  opacity: 0.3;
}
pageHeader .pageTitle{
  justify-content: center;
}
options{
  display: flex;
  flex-direction: row;
  grid-column: 1 / span 2;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
options .contact_options{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 550px;
  gap: 12px;
}
form{
  width: 100%;
  max-width: 720px;
  margin-top: 44px;
}
grid2Col{
  gap: 16px;
}
#box_contato{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px!important;
}
#form_company .details {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#form_company .detail1{
  height: 200px;
  width: 135px;
  bottom: 36px;
  margin-left: -113px;
  background-image: url(../assets/images/Trophy.svg);
}
#form_company .detail2{
  height: 547px;
  width: 200px;
  margin-top: -48px;
  margin-left: 698px;
  background-image: url(../assets/images/contato.mulher.svg);
}
.sent_message{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 720px;
  padding-top: 42px;
}
.btnContent{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.form_info{
  display: inline;
  width: 100%;
  max-width: 534px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #000;
  background-image: url(../assets/icons/info.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #ededed;
  padding: 16px 16px 16px 52px;
}
.form_info p{
  font-size: 14px;
}
.btn_gray{
  width: 194px!important;
}
body.darkmode .sent_message .form_info{
  background-color: #4d4545 !important;
  border: none;
  color: #fff;
}


/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

@media only all and (max-width: 1370px){
  #form_company .detail2{
    margin-top: -18px;
  }
}
@media only all and (max-width: 1086px){
  grid2Col{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 532px!important;
    align-self: center!important;
  }
  #form_company .detail1{
    margin-left: -18px;
  }
  #form_company .detail2{
    margin-left: 604px;
  }
}
@media only all and (max-width: 900px){
  grid2Col{
    max-width: 400px!important;
  }
  #form_company .detail1{
    margin-left: 48px;
  }
  #form_company .detail2{
    margin-left: 538px;
  }
}
@media only all and (max-width: 790px){
  #form_company .detail1{
    display: none;
  }
  #form_company .detail2{
    display: none;
  }
  grid2Col{
    max-width: 530px!important;
  }
}
@media only all and (max-width: 620px){
  pageHeader{
    display: flex!important;
  }
}
@media only all and (max-width: 570px){
  internal{
    height: fit-content;
  }
  options{
    width: 100%;
  }
  options .contact_options{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    max-width: 550px;
  }
  .contact_options a:nth-child(3){
    grid-column: span 2!important;
  }
  .btn_gray{
    width: 100%!important;
  }
}
@media only all and (max-width: 460px){
  options .contact_options{
    display: flex;
    flex-direction: column;
    width: 100%!important;
    max-width: 550px;
  }
  .contact_options a{
    width: 100%!important;
  }
  options .contact_options button{
    display: flex;
    width: 100%!important;
  }
}