
html, body{
  max-width: 100%;
  overflow-x: hidden;
}
html{
  scroll-behavior: smooth;
}
body{
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
}
label{
  display: none;
}
form{
  display: flex;
  flex-direction: column;
  width: 100%;
}
img{
  width: 100%;
}
.d_block{
  display: block;
}
.w_sm_80{
  width: 80%;
}
.bg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
  padding: 40px 0;
}
.bg_home{
  background-image: url('../images/bg_home_mobile.png');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.bg_servico{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}
.bg_cta{
  background: linear-gradient(90deg, #BB6D04 19.73%, #FBB345 83.3%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_contato{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f1f0f0;
}
.trigger {
  max-width: 49.5%;
  margin-bottom: 80px;
}
.bg_footer{
  background: linear-gradient(90deg, #BB6D04 19.73%, #FBB345 83.3%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
  position: relative;
}
.bg_obrigado{
  background: linear-gradient(90deg, #BB6D04 19.73%, #FBB345 83.3%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.bg_404{
  background: linear-gradient(90deg, #BB6D04 19.73%, #FBB345 83.3%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  min-height: 100vh;
}
.bg_manutencao{
  background: linear-gradient(90deg, #BB6D04 19.73%, #FBB345 83.3%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  min-height: 100vh;
  z-index: 2 ;
}
.container_404{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.content_404{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 80%;
  height: 100%;
  top: 50px;
}
.btn_404{
  background: #000000;
  border-radius: 3px;
  font-weight: 500;
  font-size: .8rem;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  border: none;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
.img_404{
  position: absolute;
  top: 26%;
  transform: translateY(-50%);
}
.text_404{
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  text-align: center;
}
.logo{
  width: 27%;
  position: absolute;
  top: 30px;
  left: 15px;
}
.logo_menu{
  width: 27%;
  position: absolute;
  top: 30px;
  left: 15px;
}
.seta{
  width: 25px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu{
  width: 40px;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}
.modal {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.container_termos {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 60%;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 15px 0px;
  cursor: default;
}
.content_termos {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 30px;
  overflow: auto;
}
.title_termos_center{
  color: rgba(52, 25, 0, 0.9);
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 20px 0;
}
.title_termos{
  color: rgba(52, 25, 0, 0.9);
  font-weight: bold;
  font-size: 1rem;
  margin: 10px 0;
}
.text_termos{
  color: rgba(132, 71, 14, 0.9);
  font-weight: 450;
  font-size: .8rem;
  margin-bottom: 5px;
  padding-right: 5px;
  text-align: justify;
}
.close_termos {
  position: absolute;
  right: 11px;
  top: 14px;
  background: #EAE0D6;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  padding: 0px 8px;
  cursor: pointer;
}
.especifico_scrol::-webkit-scrollbar-track {
  background-color: #FFF;
}
.especifico_scrol::-webkit-scrollbar {
  width: 8px;
  background: #F4F4F4;
}
.especifico_scrol::-webkit-scrollbar-thumb {
  background: #EAE0D6;
}
.modal_cookies {
  display: flex;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 20px;
  overflow: auto;
  background-color: #e9e9e9;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 4s;
}
.active {
  bottom: 0;
}
.content_cookies{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.text_cookies{
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
}
.close_cookies {
  background: linear-gradient(104.87deg, #CC8320 9.76%, #F7AE41 92.75%);
  border-radius: 3px;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  letter-spacing: 0.3em;
  padding: 15px;
  cursor: pointer;
  margin-top: 15px;
  height: 40px;
  width: 110px;
  z-index: 999999;
}
.close_cookies:hover {
  color: #fff;
  background: #000;
}
.modal_menu {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: linear-gradient(59.47deg, #BB6D04 31.08%, #FBB345 90.72%);
  align-items: center;
  justify-content: center;
}
.close_menu {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  top: 30px;
  right: 15px;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  width: 40px; 
  padding: 0px 11px;
  text-align: center;
}
.close_menu:hover {
  color: #000;
  border: 2px solid #000;
}
.content_manutencao{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  left: 40%;
  transform: translateX(-50%);
}
.title_manutencao{
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
}
.text_manutencao{
  font-weight: 500;
  font-size: .8rem;
  color: #000;
  margin-top: 15px;
}
.content_sociais_manutencao {
  display: flex;
  top: 15px;
  position: relative;
  z-index: 2;
}
.img_retangulo_manutencao{
  position: absolute;
  top: -50%;
  left: 50%;
  width: 300px;
}
.container_menu{
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.content_menu{
  margin-left: 15px;
}
.content_menu_enviar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 25px;
  width: 78%;
}
.content_sociais_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 26%;
  top: 59px;
  position: relative;
}
.title_menu{
  font-weight: 900;
  font-size: 1.2rem;
  color: #000000;
  margin-top: 20px;
}
.input_menu {
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #4F4E4E;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  height: 40px;
  padding: 0 5px;
  width: 66%;
}
.img_retanglo_menu {
  width: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
}
.container_home{
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_home{
  font-weight: 900;
  font-size: 1.2rem;
  color: #FFFFFF;
  position: relative;
  left:50%;
}
.img_retangulo_home {
  width: 150px;
}
.container_sobre{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
}
.content_sobre{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: auto;
}
.title_sobre{
  font-weight: 900;
  font-size: 1.5rem;
  color: #000;
  line-height: 35px;
  margin-bottom: 10px;
  width: 100%;
}
.text_sobre{
  font-size: .8rem;
  color: #000;
}
.text_sobre_bold{
  font-size: .8rem;
  font-weight: bold;
  color: #000;
  margin-top: 5px;
}
.img_sobre {
  width: 250px;
  margin-top: 40px;
}
.container_servico{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
  max-width: 100%;
}
.container_servico_inverso{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin: 30px 0;
  max-width: 100%;
}
.content_servico{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.title_servico{
  font-weight: 900;
  font-size: 1.2rem;
  color: #000;
  line-height: 35px;
  margin-bottom: 10px;
}
.img_servico {
  width: 250px;
  margin-top: 40px;
}
.container_cliente{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 40vh;
}
.content_cliente{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.container_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-left: auto;
}
.container_cta_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 80px 0;
  width: 80%;
}
.content_cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 25px;
  width: 95%;
}
.title_cliente{
  font-weight: 900;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 30px;
}
.img_cliente{
  border-radius: 100%;
  object-fit: cover;
  width: 70px;
  margin: 10px 5px;
  background: #FEFEFB;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.title_cta{
  font-weight: 900;
  font-size: 1.5rem;
  color: #FFFFFF;
  width: 95%;
}
.input_cta{
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #4F4E4E;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  height: 40px;
  padding: 0 5px;
  width: 66%;
}
.btn_cta{
  background: #000000;
  border-radius: 3px;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  letter-spacing: 0.3em;
  padding: 5px;
  cursor: pointer;
  height: 40px;
  width: 90px;
  z-index: 2;
}
.especifico_cta::-webkit-input-placeholder{
  color: #4F4E4E;
  font-size: .8rem;
  font-weight: 500;
}
.img_retanglo_cta {
  width: 150px;
  position: absolute;
  right: 30px;
}
.container_contato {
  display: flex;
  align-items: center;
}
.content_contato {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  position: absolute;
  z-index: 2;
}
.content_img_contato {
  position: relative;
  left: 130px;
  display: flex;
}
.title_contato{
  font-weight: 900;
  font-size: 1.5rem;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}
.input_contato{
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #4F4E4E;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  margin: 5px 0;
}
.textarea_contato{
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #4F4E4E;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  height: 100px;
  padding: 10px;
  width: 100%;
  margin: 5px 0;
  resize: none;
}
.btn_contato{
  background: linear-gradient(104.87deg, #CC8320 9.76%, #F7AE41 92.75%);
  border-radius: 3px;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  letter-spacing: 0.3em;
  padding: 15px;
  cursor: pointer;
  height: 40px;
  margin-left: auto;
  width: 125px;
  z-index: 999999;
  position: absolute;
  right: 15px;
}
.img_retanglo_contato {
  width: 230px;
  height: 630px;
  position: relative;
  left: 0;
}
.especifico_contato::-webkit-input-placeholder{
  color: #4F4E4E;
  font-size: .8rem;
  font-weight: 500;
}
.container_footer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.container_footer_2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content_footer {
  position: relative;
  width: 80%;
}
.content_footer_2{
  position: relative;
  margin-top: 30px;
  margin-right: -30px;
}
.content_footer_termos {
  position: relative;
  width: 82%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: column-reverse;
  text-align: center;
}
.content_footer_direitos{
  width: auto;
}
.content_footer_politica{
  width: auto;
}
.content_cta_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 25px;
  width: 100%;
}
.input_cta_footer {
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #4F4E4E;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  height: 40px;
  padding: 0 10px;
  width: 68%;
}
.content_sociais{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  top: calc(100% + 215px);
  cursor: default;
  width: 32%;
}
.container_info {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  position: relative;
  top: calc(100% - 70px);
}
.content_info {
  display: flex;
  align-items: center;
  width: 55%;
  margin-bottom: 5px;
}
.text_info {
  font-size: .9rem;
  font-weight: 500;
  color: #000;
  margin-left: 5px;
}
.img_info{
  width: 25px;
  height: 25px;
}
.title_footer{
  font-weight: 900;
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-top: 20px;
}
.text_footer{
  font-weight: bold;
  font-size: .7rem;
  color: #FFFFFF;
  cursor: pointer;
}
.text_footer_2{
  font-weight: 450;
  font-size: .7rem;
  color: #FFFFFF;
  margin-top: 10px;
  cursor: default;
}
.img_footer{
  width: 40%;
}
.img_sociais{
  width: 25px;
  height: 25px;
  /* margin-right: 10px; */
  cursor: pointer;
}
.img_retangulo_footer {
  width: 150px;
  position: relative;
  left: 50%;
}
.nav_footer{
  display: flex;
  flex-direction: column;
  transform: translateY(-45%);
  z-index: 2;
}
.nav_footer_2 {
  display: flex;
  flex-direction: column;
  transform: translateY(23%);
  left: 45px;
  z-index: 2;
  position: absolute;
}
.link_footer{
  font-weight: 900;
  font-size: 1.3rem;
  color: #FFFFFF;
}
.link_footer:hover{
  color: #231f20;
}
.container_obrigado {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 81%;
  z-index: 100;
  margin-right: auto;
}
.content_obrigado {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 80px 0;
  position: relative;
}
.title_obrigado {
  font-weight: 900;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 10px;
}
.text_obrigado {
  /* font-weight: bold; */
  font-size: .8rem;
  color: #000000;
}
.btn_obrigado{
  background: linear-gradient(101.14deg, #CC8320 9.76%, #F7AE41 92.75%);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 10px;
  font-size: .8rem;
  width: 120px;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 10px;
  letter-spacing: 0.3em;
}
.img_obrigado {
  width: 180px;
  height: 340px;
  position: absolute;
  left: 48%;
  top: 62px;
}
.text_confirma {
  font-weight: bold;
  font-size: .8rem;
  color: #000000;
}
.title_confirma {
  font-weight: 900;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 10px;
}
.btn_confirma {
  background: linear-gradient(101.14deg, #CC8320 9.76%, #F7AE41 92.75%);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 10px;
  font-size: .8rem;
  width: 120px;
  margin-left: auto;
  margin-right: 25px;
  margin-top: 10px;
  letter-spacing: 0.3em;
}
.img_confirma {
  width: 160px;
  height: 360px;
  position: absolute;
  left: 53%;
  top: 22px;
}
.arrow {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%); 
}
.arrow span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

@media(min-width:1200px){
  .bg{
    padding: 80px 0;
  }
  .bg_home{
    background-image: url('../images/bg_home.png');
  }
  .logo{
    width: 10%;
    left: 70px;
  }
  .logo_menu{
    width: 10%;
    left: 70px;
  }
  .menu{
    width: 60px;
    right: 70px;
  }
  .modal_cookies {
    padding: 30px;
    flex-direction: row;
  }
  .content_cookies{
    flex-direction: row;
    justify-content: space-between;
  }
  .text_cookies{
    font-size: 1rem;
    margin-right: 30px;
  }
  .close_cookies {
    font-size: .9rem;
    margin-left: auto;
    width: 160px;
    margin-top: 0;
  }
  .title_home{
    font-size: 2.5rem;
  }
  .img_retangulo_home{
    width: 250px;
  }
  .seta{
    width: 37px;
  }
  .container_servico{
    margin: 80px 0;
  }
  .container_servico_inverso{
    margin: 80px 0;
    flex-direction: row;
  }
  .img_servico{
    width: 450px;
    margin-top: 0;
  }
  .title_sobre {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .text_sobre{
    font-size: .9rem;
  }
  .text_info{
    font-size: 1rem;
  }
  .text_sobre_bold{
    font-size: .9rem;
  }
  .img_sobre{
    width: 450px;
    margin-top: 0;
  }
  .img_retanglo_cta {
    width: 250px;
    right: 100px;
  }
  .content_obrigado{
    left: -7%;
  }
  .title_cta {
    font-size: 3.5rem;
    width: 100%;
  }
  .title_contato {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .container_footer {
    align-items: left;
  }
  .content_footer {
    width: 60%;
  }
  .title_footer {
    font-size: 2rem;
  }
  .link_footer {
    font-size: 2.2rem;
  }
  .nav_footer {
    left: 50px;
    right: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
  }
  .nav_footer_2 {
    left: 50px;
    right: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
  }
  .img_retangulo_footer {
    width: 250px;
    left: 0;
  }
  .input_contato{
    height: 60px;
    border-radius: 10px;
  }
  .textarea_contato{
    height: 160px;
    border-radius: 10px;
  }
  .btn_contato{
    font-size: 1.2rem;
    height: 60px;
    width: 160px;
    border-radius: 10px;
  }
  .input_cta_footer {
    border-radius: 10px;
    height: 60px;
    width: 65%;
  }
  .btn_cta {
    border-radius: 10px;
    font-size: 1.2rem;
    padding: 15px;
    height: 60px;
    width: auto;
  }
  .content_cta_footer {
    width: 80%;
  }
  .content_sociais{
    position: initial;
    width: 15%;
  }
  .content_footer_2{
    margin-top: 0;
    margin-right: 0;
  }
  .content_contato {
    left: 0;
    top: -20px;
  }
  .title_cliente{
    font-size: 2.5rem;
    margin-bottom: 80px;
  }
  .img_cliente {
    width: 120px;
    margin: 12px 10px;
  }
  .content_img_contato {
    left: 0;
  }
  .img_retanglo_contato {
    width: 281px;
    height: 580px;
    left: -11px;
    top: -40px;
  }
  .container_cliente {
    min-height: 60vh;
  }
  .container_footer_2 {
    flex-direction: row;
  }
  .content_footer_termos {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
  .text_footer{
    margin-top: 0;
  }
  .bg_footer{
    padding: 80px 0;
  }
  .input_cta {
    border-radius: 10px;
    height: 60px;
    width: 75%;
    padding: 0 10px;
  }
  .content_cta {
    width: 80%;
  }
  .content_info {
    align-items: flex-start;
  }
  .img_footer{
    width: 30%;
  }
  .close_menu {
    right: 70px;
    width: 60px;
    padding: 10px 20px;
  }
  .container_menu {
    flex-direction: row;
    margin-top: 80px;
  }
  .title_menu {
    font-size: 2rem;
  }
  .content_menu_enviar {
    width: 80%;
  }
  .input_menu {
    border-radius: 10px;
    height: 60px;
    padding: 0 10px;
    width: 60%;
  }
  .content_sociais_menu {
    margin-top: 20px;
    width: 18%;
    left: 29%;
    top: 40%;
  }
  .content_menu{
    position: relative;
    width: 100%;
  }
  .img_retanglo_menu {
    width: 250px;
    top: -60%;
  }
  .container_contato {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 84%;
    margin: auto;
    position: relative;
    transform: translateY(7%);
  }
  .content_servico{
    width: 50%;
  }
  .container_info{
    position: absolute;
    top: 100%;
  }
  .container_obrigado {
    width: 50%;
    margin-left: auto;
  }
  .title_confirma {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
  .text_confirma {
    font-size: 1.1rem;
  }
  .btn_confirma {
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    width: 160px;
    margin-right: 10px;
    margin-top: 20px;
  }
  .img_confirma {
    width: 330px;
    height: auto;
    left: 65%;
    top: 0px;
  }
  .title_obrigado {
    font-size: 3rem;
  }
  .text_obrigado {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .title_manutencao {
    font-size: 3rem;
  }
  .text_manutencao {
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .content_sociais_manutencao {
    top: 30px;
  }
  .img_retangulo_manutencao {
    top: -60%;
  }
  .content_manutencao {
    left: 50%;
  }
  .btn_obrigado {
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    width: 160px;
    margin-right: 50px;
    margin-top: 30px;
  }
  .img_obrigado {
    width: 290px;
    height: auto;
    left: 63%;
    top: 20px;
  }
  .especifico_cta::-webkit-input-placeholder{
    font-size: 1rem;
  }
  .especifico_contato::-webkit-input-placeholder{
    font-size: 1rem;
  }
  .btn_404 {
    border-radius: 10px;
    font-size: 1rem;
    padding: 20px;
  }
  .text_404 {
    font-size: 1.5rem;
  }
  .content_404 {
    width: 100%;
    top: 100px;
  }
  .arrow span {
    width: 25px;
    height: 25px;
  }
}