/* Estilos Gerais */
@font-face {
  font-family: "Rota";
  src: url("../Rota-Bold.otf") format("opentype"),
    url("../rota-bold-webfont.woff2") format("woff2"),
    url("../rota-bold-webfont.woff") format("woff");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Rota";
  overflow-x: hidden;
}

/* Macros */
.center {
  text-align: center;
}
.left {
  text-align: left;
}

.titulo {
  font-weight: 800;
  margin-top: 140px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 48pt;
}
.titulo_projeto_al {
  margin-bottom: 80px;
}
.texto_b {
  color: #fff;
}
.texto_p {
  color: #000;
}
.white {
  color: #000;
  background-color: #fff;
}
.black {
  color: #fff;
  background-color: #000;
}
.subtitulo {
  font-weight: 800;
  margin-top: 20px;
  font-size: 22pt;
}
.rabisco {
  background-image: url(../img/efeitos/rabisco_amarelo.svg);
  padding-top: 25px;
  padding-bottom: 50px;
  padding-right: 10px;
  background-position: 45% 30%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 250px;
}
.rabisco_verde {
  background-image: url(../img/efeitos/rabisco_verde.svg);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  background-position: 45% 30%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 350px;
}
.rabisco_azul_ideias {
  background-image: url(../img/efeitos/rabisco_azul.svg);
  padding-top: 25px;
  padding-bottom: 40px;
  background-size: 200px;
  background-position: 43% 40%;
  padding-right: 6px;
  background-repeat: no-repeat;
  position: relative;
}
.rabisco_verde_projetos {
  background-image: url(../img/efeitos/rabisco_verde.svg);
  padding-top: 25px;
  padding-bottom: 25px;
  background-size: 240px;
  background-position: 43% 40%;
  padding-right: 6px;
  background-repeat: no-repeat;
  position: relative;
}
.rabisco_azul_feedback {
  background-image: url(../img/efeitos/rabisco_azul.svg);
  padding-top: 25px;
  padding-bottom: 25px;
  background-size: 240px;
  background-position: 43% 40%;
  padding-right: 6px;
  background-repeat: no-repeat;
  position: relative;
}
.rabisco_amarelo_membros {
  background-image: url(../img/efeitos/rabisco_amarelo.svg);
  padding-top: 25px;
  padding-bottom: 50px;
  padding-right: 10px;
  background-position: 45% 30%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 340px;
}
.projetos [data-anime] {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.projetos [data-anime].animate {
  transition: 0.1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js [data-anime] {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.js [data-anime].animate {
  transition: 0.1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js [data-anime].animate2 {
  transition: 0.4s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js [data-anime].animate3 {
  transition: 0.7s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js [data-anime].animate4 {
  transition: 1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.t2 {
  font-weight: 800;
  margin-top: 20px;
  font-size: 30pt;
}
.t3 {
  font-weight: 700;
  margin-top: 40px;
  font-size: 30px;
}
.t4 {
  font-weight: 300;
  margin-top: 5px;
  font-size: 30px;
}
.descricao {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16pt;
  color: #707070;
}
.t2_funcao {
  font-size: 30pt;
  margin-top: 2px;
  margin-bottom: 60px;
  font-weight: 300;
}
.comentario_desc {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21pt;
  color: #242424;
}
.secao {
  height: 1080px;
  margin-top: 0px;
  text-align: left;
  background-color: #000;
}
.secao_rodape {
  height: 720px;
  margin-top: 0px;
  text-align: left;
  background-color: #000;
}
.secao_rodape_contato {
  height: 140px;
  margin-top: 0px;
  text-align: left;
  background-color: #000;
}
.secao_b {
  height: 1080px;
  margin-top: 0px;
  text-align: left;
  color: #000;
  background-color: #fff;
}
.secao_p {
  height: 1080px;
  margin-top: 0px;
  text-align: left;
  color: #fff;
  background-color: #000;
}
.secao_contato {
  height: 2200px;
  margin-top: 0px;
  text-align: left;
  color: #fff;
  background-color: #000;
}
.secao_intro_projetos {
  height: 640px;
  margin-top: 0px;
  text-align: left;
  color: #fff;
  background-color: #000;
  margin-bottom: 60px;
}
.secao_projetos {
  margin-bottom: 250px;
  text-align: left;
  color: #fff;
  background-color: #000;
}

.header {
  padding: 30px 10px 30px 10px;
  position: fixed;
  width: 100%;
  background-color: #000;
  z-index: 9;
}
.header_menu ul li {
  text-align: left;
  margin-left: 0px;
  right: 0px;
}
.header_menu ul {
  display: block;
  background-color: #000;
  top: 0px;
  width: 100%;
  height: 100%;
  height: 0px;
  transition: 0.6s;
  z-index: 1000;
  position: fixed;
  visibility: hidden;
  overflow-y: hidden;
}
.menu_itens {
  margin-top: 200px;
}
.link_menu {
  font-size: 100pt;
  display: inline-block;
  font-weight: 800;
  color: #fff;
  text-align: right;
  right: 0px;
}
.link_menu a {
  font-size: 100pt;
  font-weight: 800;
  color: #fff;
  text-decoration: underline 6px rgb(104, 104, 104);
  transition: text-decoration-color 300ms;
}
.link_menu:hover a {
  text-decoration-color: #fff;
}
.ola_mico {
  color: #fff;
  font-size: 26pt;
  margin-right: 5px;
}
.email_menu {
  color: inherit;
  font-size: 32pt;
  letter-spacing: 0.75px;
  text-decoration: underline 4px white;
  transition: text-decoration-color 300ms;
}
.email_menu:hover {
  text-decoration-color: #ffc72c;
}
.menu_line {
  border-right: 3px solid #fff;
}
.contato_menu {
  margin-top: 70px;
}
.social_links_menu {
  margin-top: 20px;
}
.social_menu {
  display: inline-block;
  font-size: 22pt;
  letter-spacing: 0.75px;
  text-decoration: underline 4px white;
  transition: text-decoration-color 300ms;
}
.social_menu a {
  color: #fff;
}
.social_menu a:hover {
  text-decoration-color: #ffc72c;
}
#nav.active ul {
  height: calc(100%);
  visibility: visible;
}

.header_menu li {
  padding: 1rem 0;
  margin: 0px 1rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

#btnmobile {
  padding: 0rem 1rem;
  font-size: 1rem;
  margin-left: 10%;
  display: inline-block;
  position: relative;
  text-align: right;
  border: none;
  background: none;
  cursor: pointer;
}
#hamburguer {
  color: white;
  border-top: 2px solid;
  width: 20px;
}
#hamburguer::after,
#hamburguer::before {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 1.5px;
  margin-top: 5px;
  background: currentColor;
  position: relative;
  transition: 0.3s;
}
#nav.active #hamburguer {
  border-top-color: transparent;
}
#nav.active #hamburguer::before {
  transform: rotate(135deg);
}
#nav.active #hamburguer::after {
  transform: rotate(-135deg);
  top: -9px;
}
#btnmobile2 {
  margin-bottom: 0px;
  padding: 0.88rem 2.1rem;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  text-align: right;
  border: none;
  background: none;
  cursor: pointer;
}
#hamburguer2 {
  border-top: 2px solid;
  color: white;
  width: 20px;
}
#hamburguer2::after,
#hamburguer2::before {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 1.5px;
  margin-top: 5px;
  background: currentColor;
  position: relative;
  transition: 0.3s;
}
#nav.active #hamburguer2 {
  border-top-color: transparent;
}
#nav.active #hamburguer2::before {
  transform: rotate(135deg);
}
#nav.active #hamburguer2::after {
  transform: rotate(-135deg);
  top: -9px;
}

/*Página Index*/

/* Introdução */
.introducao h2 {
  font-weight: 700;
  margin-top: 250px;
  font-size: 64pt;
  color: #fff;
}
.introducao p {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 24pt;
  color: #a0a0a0;
}
.seta_scroll {
  margin-top: 80px;
  height: 40px;
  animation: go-back 0.8s infinite alternate-reverse;
}
@keyframes go-back {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0);
  }
}

#btnorcamento {
  display: inline-flex;
  position: relative;
  color: #fff;
  max-width: 400px;
  padding: 15px 90px;
  border-style: solid;
  border: 3px solid #3562ff;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}
#btnorcamento:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3562ff;
  transform-origin: 0 bottom 0;
  transform: scaleY(0);
  transition: 0.3s ease-out;
}

#btnorcamento:hover::before {
  transform: scaleY(1);
}

#btnprojetos {
  display: inline-flex;
  position: relative;
  margin-left: 20px;
  color: #fff;
  max-width: 400px;
  padding: 15px 70px;
  border-style: solid;
  border: 3px solid #ffc72c;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}
#btnprojetos:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;

  background-color: #ffc72c;
  transform-origin: 0 top 0;
  transform: scaleY(0);
  transition: 0.3s ease-out;
}

#btnprojetos:hover h3 {
  color: #000;
}
#btnprojetos:hover::before {
  transform: scaleY(1);
}
.intro_projetos1 {
  display: flex;
  position: absolute;
  margin-top: 200px;
  margin-left: 1050px;
  width: 200px;
  height: 400px;
  background-image: url(../img/intro/1.png);
  background-position: -2500px -200px;
  background-size: 3000px;
  background-repeat: no-repeat;
}
.intro_projetos2 {
  filter: saturate(0);
  background-image: url(../img/intro/2.png);
  background-position: center;
  background-size: 200px;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  margin-top: 200px;
  margin-left: 825px;
  width: 200px;
  height: 250px;
  background-color: #ffc72c;
}
.intro_projetos3 {
  filter: saturate(0);
  background-image: url(../img/motion.gif);
  background-position: center;
  background-size: 300px;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  margin-top: 475px;
  margin-left: 825px;
  width: 200px;
  height: 125px;
  background-color: blue;
}
.intro_projetos {
  display: flex;
  position: absolute;
  margin-top: 220px;
  margin-left: 1100px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: url(../img/motion.gif);
  background-position: center;
  background-size: 900px;
}
.titulo_link_projeto {
  position: relative;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  transition: 0.2s ease-out;
}

/*O que fazemos*/
.icon_fazemos {
  height: 60px;
}

/*Projetos*/
.projeto_categoria {
  color: #000;
  -webkit-text-stroke: 1px #fff;
}
.wrapper img {
  position: absolute;
}
.wrapper img:nth-child(2) {
  opacity: 0;
}
.separador_projeto {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.titulo_projeto:after {
  content: "";
  position: absolute;
  width: 85%;
  transform: scaleX(0);
  height: 5px;
  top: 595px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.separador_projeto:hover .titulo_projeto:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.img_projeto {
  width: 790px;
}
.img_projeto2 {
  width: 790px;
}
.titulo_projeto {
  margin-top: 560px;
}

#btn_page_projetos {
  margin-top: 60px;
  margin-right: 20px;
  display: inline-flex;
  position: relative;
  color: #fff;
  max-width: 400px;
  padding: 10px 50px;
  background-color: #000;
  cursor: pointer;
  border-style: solid;
  border: 3px solid #fff;
  border-radius: 5px;
  transition: 0.9s ease-out;
}
#btn_page_projetos:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: 0 bottom 0;
  transform: scaleY(0);
  transition: 0.3s ease-out;
}

#btn_page_projetos:hover h3 {
  color: #000;
}
#btn_page_projetos:hover::before {
  transform: scaleY(1);
}

/*Comentários*/
.citacao_y {
  font-weight: 600;
  font-size: 14pt;
  color: #ffc72c;
}
.citacao_g {
  font-weight: 600;
  font-size: 14pt;
  color: #009739;
}
.citacao_b {
  font-weight: 600;
  font-size: 14pt;
  color: #3562ff;
}
.citacao_p {
  font-weight: 600;
  font-size: 14pt;
  color: #707070;
}
.rating {
  margin-right: 60px;
  text-align: center;
}
.comentario {
  margin-top: 40px;
}
.star {
  height: 20px;
}

/*Quem_somos*/
.texto_slide {
  margin-top: 100px;
}
.slide_botoes {
  margin-top: 240px;
}
.slide_botoes:hover {
  cursor: pointer;
}
.slide {
  width: 2000px;
  height: 540px;
  overflow: hidden;
  position: absolute;
  display: flex;
  margin-top: 20px;
  margin-left: 700px;
  padding-bottom: 40px;
}
.rolagem_slide {
  width: 1040px;
  height: 540px;
  position: absolute;
  display: flex;
  margin-top: 20px;
  padding-bottom: 40px;
  transition: transform 0.5s ease;
}
.lineUp {
  animation: 1s anim-lineUp ease-out;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.lineDown {
  animation: 2s anim-lineDown ease-out;
}
@keyframes anim-Down {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    transform: translateY(40%);
  }
  100% {
    opacity: 0;
    transform: translateY(80%);
  }
}
.slide_alex {
  margin-left: 150px;
  height: 500px;
}
.slide_gustavo {
  filter: invert(0%) sepia(10%) saturate(0%) hue-rotate(1deg) brightness(100%)
    contrast(100%) blur(2px);
  margin-left: 50px;
  margin-top: 50px;
  height: 400px;
}
.slide_rafa {
  filter: invert(0%) sepia(10%) saturate(0%) hue-rotate(1deg) brightness(100%)
    contrast(100%) blur(2px);
  margin-left: 50px;
  margin-top: 50px;
  height: 400px;
}

/*Contato*/

.frase_contato {
  font-weight: 800;
  margin-top: 5px;
  color: #fff;
  font-size: 16pt;
}
.link_contato {
  text-align: left;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 72pt;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
}

#btncontato {
  display: inline-flex;
  position: relative;
  margin-bottom: 160px;
  color: #fff;
  max-width: 400px;
  padding: 15px 90px;
  border-style: solid;
  border-radius: 5px;
  background-color: #009739;
  cursor: pointer;
}
#btncontato:hover {
  color: #000;
}
#btncontato:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  transform-origin: 0 bottom 0;
  transform: scaleY(0);
  transition: 0.3s;
}
#btncontato:hover::before {
  transform: scaleY(1);
}
.footer_line {
  border-top: 2px solid #222;
}
.footer_nav {
  margin-top: 60px;
  text-align: right;
}

.footer_nav ul li {
  display: inline-block;
  margin-left: 20px;
}

.footer_nav ul li a {
  font-weight: 500;
  font-size: 15pt;
  color: white;
  text-decoration: underline 0.1em white;
  transition: text-decoration-color 300ms;
}

.footer_nav ul li a:hover {
  text-decoration-color: #ffc72c;
}
.rodape {
  margin-top: 60px;
}
.rodape p {
  font-size: 16pt;
}
.email {
  color: inherit;
  letter-spacing: 0.75px;
  text-decoration: underline 0.15em black;
  transition: text-decoration-color 300ms;
}
.email:hover {
  text-decoration-color: #ffc72c;
}
.topo {
  color: #fff;
  font-size: 16pt;

  text-decoration: underline 0.15em white;
  transition: text-decoration-color 300ms;
}
.topo:hover {
  text-decoration-color: #ffc72c;
}
.seta_inicio {
  margin-top: 0px;
  height: 20px;
  transform: rotateZ(180deg);
}

/*Página Projetos*/

.thumb {
  background-size: 790px;
  background-position: center;
  background-repeat: no-repeat;
  width: 790px;
  height: 540px;
  transition: transform 0.5s ease;
}
.projeto:hover .thumb {
  transform: scale(1.1);
}
.thumb_h {
  background-size: 1600px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  width: 1600px;
  height: 540px;
  transition: transform 0.5s ease;
}
.projeto:hover .thumb_h {
  transform: scale(1.1);
}
.projeto:hover .descricao_projeto {
  opacity: 1;
}
.id_projeto {
  margin-top: 20px;
  margin-bottom: 60px;
  display: inline-block;
}
.projeto:hover .id_projeto {
  text-decoration: underline;
}
.titulo_projetos {
  font-weight: 800;
  margin-top: 180px;
  margin-bottom: 120px;
  text-align: left;
  font-size: 48pt;
}
.slide_titulo {
  margin-top: 300px;
  margin-bottom: 20px;
}
.slide_titulo h2 {
  float: left;
  font-size: 48pt;
  font-weight: 800;
}
.box {
  height: 70px;
  overflow: hidden;
}
.box::before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  content: "";
  height: 10px;
  background: linear-gradient(180deg, #000, rgba(255, 142, 113, 0));
}
.box::after {
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 0px;

  background: linear-gradient(180deg, rgba(255, 142, 113, 0), #000);
}

.slide_titulo ul {
  font-size: 48pt;
  font-weight: 800;
  margin: 0;
  padding: 0;
  -webkit-animation: scrollUp 6s ease-in-out infinite normal;
  animation: scrollUp 6s ease-in-out infinite normal;
}
.slide_titulo ul li {
  opacity: 1;
  height: 0px;
  padding-top: 70px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
}

@-webkit-keyframes scrollUp {
  from {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  to {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
  }
}

@keyframes scrollUp {
  from {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  to {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
  }
}

.descricao_intro_projeto {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 300px;
  font-size: 30pt;
  color: #a0a0a0;
}

.descricao_projeto {
  opacity: 0;
  display: inline-block;
  font-weight: 500;
  margin-left: 15px;
  font-size: 18pt;
  color: #a0a0a0;
  transition: opacity 0.4s ease;
}
.grid-img {
  width: 790px;
  height: 543px;
  overflow: hidden;
}
.grid-img_h {
  width: 1600px;
  height: 540px;
  overflow: hidden;
}

/*Página contato*/
.contato_titulo {
  font-size: 72pt;
  font-weight: 800;
  margin-top: 300px;
  margin-bottom: 20px;
}
.mensagem_enviada{
    margin-top:200px;
    display:none;
}
.mensagem_nao_enviada{
    margin-top:200px;
    display:none;
}
  .mensagem_titulo {
    font-size: 64pt;
    font-weight: 800;
    margin-top: 300px;
    margin-bottom: 20px;
  }
.descricao_intro_contato {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 300px;
  font-size: 27pt;
  color: #a0a0a0;
}
.descricao_intro_contato a {
  color: #a0a0a0;
  font-size: 27pt;
  letter-spacing: 0.75px;
  text-decoration: underline 2px #a0a0a0;
  transition: all 300ms;
}

.descricao_intro_contato a:hover {
  color: white;
  text-decoration-color: #ffc72c;
}
.form {
  margin-top: 300px;
  margin-left: 100px;
}

.titulo_form {
  font-size: 20pt;
  font-weight: 800;
  display: block;
  margin-top: 100px;
  margin-bottom: 15px;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  color: #fff;
  background: #000;
  border-style: solid;
  font-size: 24pt;
  border-width: 0 0 1px 0;
  border-color: #fff;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 820px;
  transition: border-color 0.4s;
}
.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form textarea::placeholder {
  font-size: 46pt;
  opacity: 1; /* Firefox */
  transition: 0.3s ease-out;
}
.form input[type="text"]:focus::placeholder,
.form input[type="email"]:focus::placeholder,
.form textarea:focus::placeholder {
  font-size: 24pt;
  opacity: 0; /* Firefox */
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
  transition: border-color 0.4s;
  transition: font-size 0.4s;
  outline: none;
  border-color: #000;
  background: #000;
  font-size: 24pt;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ffc72c;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form textarea:hover {
  border-color: #ffc72c;
}
.titulo_link_form {
  position: relative;
  font-size: 24px;
  font-weight: 800;
  transition: 0.4s ease-out;
}
#btnformulario {
  display: inline-flex;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;
  padding: 20px 380px;
  border-radius: 5px;
  background-color: #009739;
  cursor: pointer;
}
#btnformulario:hover {
  color: #000;
}
#btnformulario:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  transform-origin: 0 bottom 0;
  transform: scaleY(0);
  transition: 0.3s ease-out;
}
#btnformulario:hover::before {
  transform: scaleY(1);
}
.select_servico input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.select_servico ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-top: 50px;
  cursor: pointer;
  font-size: 36px;
}
.checkbox {
  padding: 20px 30px;
  border-radius: 15px;
  position: relative;
  border: 2px solid #a0a0a0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  font-size: 24px;
  line-height: 34px;
}
.select_servico input:checked ~ span {
  border-color: #3562ff;
  background-color: #3562ff;
}
.select_servico input:hover ~ span {
  border-color: #ffc72c;
}
