.itens_mobile {
  display: none !important;
}
.itens_main {
  display: block !important;
}
/*------------------------------------------------------------ QUEM SOMOS ------------------------------------------------------------*/
.banner-about {
  overflow: hidden;
}
.banner-about img {
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.text-about{
  font: 16px 'sofia';
  text-align: center;
  color: #000;
  line-height: 27px;
  margin-bottom: 80px;
}

.text-about p{
	width: 90%;
	color: #414141;
}

.text-about p:first-of-type{
	font-size: 15px;
}

.text_about_itens {
	height: auto;
	margin: 30px auto;
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.text_about_itens  img{
    width: 80%;
	height: 260px;
	object-fit: cover;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
	overflow: hidden;
	transition: 0.3s;
	margin-bottom: 30px;
}

.text_about_itens  img:hover{transform: scale(1.03)}

.text_about_itens  p{
	display: block;
	position: relative;
	height: auto;
	width: 80%;
	font-size: 14px!important;
}

.text_about_itens  p b{
	color: #000;
	font-size: 25px;
}

#text_about_hack{display: flex;}

/*------------------------------------------------------------ LIST SERVICOS ------------------------------------------------------------*/
.chamadas-servicos {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
  z-index: 2;
}
.chamadas-servicos ul {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.chamadas-servicos ul li {
  width: 31%;
  height: auto;
  position: relative;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 50px;
}
.chamadas-servicos ul li h2 {
  font: 35px 'sofia';
  color: #424242;
  line-height: 30px;
  margin-top: 35px;
}
.chamadas-servicos ul li p {
  text-align: justify;
  font: 15px 'sofia';
  color: #b4b4b4;
  line-height: 24px;
  margin-top: 30px;
  height: 150px;
	padding-bottom: 20px;
}
.chamadas-servicos ul li button {
  width: 125px;
  height: 33px;
  position: absolute;
  bottom: 0;
  right: 0;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border: none;
  cursor: pointer;
  background: url(../imagens/bg-btn-chamadas-hover.png) no-repeat center top;
}
.chamadas-servicos ul li button:hover {
  width: 121px;
  height: 33px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
/*------------------------------------------------------------ SERVIÇO INSIDE ------------------------------------------------------------*/
.banner-servico-inside {
  width: 100%;
  height: 235px;
  position: relative;
  float: left;
  z-index: 1;
  margin-top: 30px;
}
p.text-about-service {
  float: left;
  width: 550px;
  position: relative;
  text-align: justify;
  font: 16px 'sofia';
  color: #8b8b8b;
  line-height: 28px;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 40px;
}

.text-about i {
        text-align: center;
    width: 90%!important;
    font-style: normal;
    display: block;
    position: relative;
    margin: 44px auto;
    font-size: 20px;
    color: #000;
    height: 100px;
    line-height: 92px;
	background: rgb(246,192,15);
background: -moz-linear-gradient(265deg, rgba(246,192,15,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(265deg, rgba(246,192,15,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(265deg, rgba(246,192,15,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6c00f",endColorstr="#000000",GradientType=1);
}

.text-about i::before,
.text-about i::after {
  position: absolute;
  width: 33px;
  height: 33px;
  content: "";
}

.text-about i::before {
  left: 0;
  top: 0;
  border-left: 3px solid black;
  border-top: 3px solid black;
 }

.text-about i::after {
  right: 0;
  bottom: 0;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
 }



.title-servico-inside {
  float: right;
  background: #ffc000;
  border-radius: 3px;
  padding: 60px 100px 60px 100px;
  text-align: center;
  font: 30px 'sofia-bold';
  color: #fff;
  margin-right: 30px;
  margin-top: -50px;
  z-index: 2;
  position: relative;
  line-height: 40px;
}
.form-page {
  width: 420px;
  height: auto;
  position: relative;
  float: right;
  margin-right: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.form-page img {
  float: left;
  border-bottom: 2px solid #ffc000;
  padding-bottom: 15px;
  padding-right: 55px;
}
.form-page h2 {
  font: 30px 'sofia-bold';
  color: #b4b4b4;
  line-height: 25px;
  width: 355px;
  margin-left: -45px;
  float: left;
}
.form-page p {
  float: left;
  font: 15px 'sofia';
  color: #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-page input {
  float: left;
  padding: 9px;
  border: none;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  font: 15px 'sofia';
  border-radius: 3px;
  outline-color: #febf01;
  width: 390px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
.form-page textarea {
  float: left;
  padding: 9px;
  border: none;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  font: 15px 'sofia';
  border-radius: 3px;
  outline-color: #febf01;
  resize: none;
  width: 390px;
  height: 200px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
.form-page button {
  float: left;
  background: #ffc000;
  padding: 8px 25px 8px 25px;
  border: none;
  font: 16px 'sofia-bold';
  color: #fff;
  border-bottom: 2px solid #ca9b0c;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
/*------------------------------------------------------------ CONTATO ------------------------------------------------------------*/
#form {
  display: flex;
}
.form-title {
  width: 370px;
  height: auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-title img {
  border-bottom: 2px solid #ffc000;
  padding-bottom: 15px;
  padding-right: 55px;
}
.form-title h2 {
  font: 30px 'sofia-bold';
  color: #b4b4b4;
  line-height: 25px;
  width: 300px;
  margin: 10px auto 15px -3px
}
.form-title p {
  font: 15px 'sofia';
  color: #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-title p span{
	font-size: 22px;
	font-family: 'sofia-bold';
	color: #000;
}

.form-title p:not(:first-of-type){margin-top: 35px;}

.form-title p b{
	font-size: 45px;
	font-family: 'sofia-bold';
	line-height: 10px;
}

.form-title p b span{font-size: 25px;}

.form-contato {
  width: 674px;
  height: auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border-top: 2px solid #dfdfdf;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  border-left: 7px solid #ffc000;
}
.form-contato form {
  text-align: center;
}
.form-contato input {
  padding: 9px;
  border: none;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  font: 15px 'sofia';
  border-radius: 3px;
  outline-color: #febf01;
  width: 595px;
  margin-left: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
.form-contato textarea {
  padding: 9px;
  border: none;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  font: 15px 'sofia';
  border-radius: 3px;
  outline-color: #febf01;
  resize: none;
  margin-left: 30px;
  width: 595px;
  height: 400px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
.form-contato button {
  margin-right: 30px;
  background: #ffc000;
  padding: 8px 25px 8px 25px;
  border: none;
  font: 16px 'sofia-bold';
  color: #fff;
  border-bottom: 2px solid #ca9b0c;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}


/*------------------------------------------------------------ DÚVIDAS ------------------------------------------------------------*/
.list-duvidas {
  width: 1100px;
  height: auto;
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
}
.list-duvidas ul {
  list-style: none;
  width: 100%;
}
.list-duvidas ul li {
  background: url(../imagens/bg-duvidas.png) center top no-repeat;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
  min-height: 55px;
  overflow: hidden;
  width: 100%;
  border-left: 5px solid #FC0;
  border-radius: 3px;
}
.list-duvidas ul li h2 {
  font: 20px 'sofia-bold';
  color: #444444;
  margin-left: 30px;
  margin-top: 10px;
}
.list-duvidas ul li .duv {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  margin-top: 20px;
}
.list-duvidas ul li .duv p {
  padding: 20px;
  font: 15px 'sofia';
  color: #353535;
  text-align: justify;
  line-height: 25px;
}
.arrow-duvidas {
  position: relative;
  float: right;
  background: url(../imagens/arrow-perguntas.png) no-repeat center top;
  width: 18px;
  margin-top: -12px;
  margin-right: 12px;
  height: 10px;
}
/* - - - artigo - - - */
.artigo {
  background-color: #FFF;
  width: 580px;
  height: 245px;
  position: relative;
  border: 1px #707070 solid;
  box-sizing: border-box;
  transition: 0.3s;
  padding: 20px 255px 0 20px;
  overflow: hidden;
}
.artigo > * {
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}
.artigo > *:not(.imagem) {
  position: relative;
  margin: 0 auto 25px;
}
.artigo > *:not(.imagem):last-child {
  margin: 0 auto;
}
/* - imagem - */
.artigo .imagem {
  width: 245px;
  height: 245px;
  right: 0;
  top: 0;
  position: absolute !important;
  overflow: hidden;
}
.artigo .imagem img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  transition: 0.2s;
  object-fit: cover;
}
/* - imagem - */
/* - */
.artigo .nome {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
}
.artigo .descricao {
  color: #707070;
  font-size: 14px;
}
.artigo .data {
  color: #707070;
  font-size: 18px;
}
.artigo .data:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #707070;
  margin: 5px 0 0 0;
  position: relative;
}
.artigo .link {
  color: #f6c00f;
  font-size: 14px;
}
/* - */
/* hover */
.artigo:hover {
  background-color: #393939;
}
.artigo:hover > .imagem img {
  transform: scale(1.1);
}
.artigo:hover > .nome {
  color: #fff;
}
.artigo:hover > .descricao {
  color: #fff;
}
.artigo:hover > .data {
  color: #f6c00f;
}
.artigo:hover > .data:after {
  background-color: #f6c00f;
}
/* hover */
/* - - - artigo - - - */
/* - - - NOTICIAS BLOCO - - - */
.noticias_bloco {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: -345px;
  font-family: 'sofia'
}
.noticias_bloco .central {
  padding: 50px 0 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.noticias_bloco .central > * {
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
/* - - texto - - */
.noticias_bloco .texto {
  width: 400px;
  height: auto;
}
.noticias_bloco .texto > * {
  display: block;
  position: relative;
  margin: 0 auto 35px 0;
  transition: 0.3s;
}
.noticias_bloco .texto > *:last-child {
  margin: 0 auto 0 0;
}
.noticias_bloco .texto .titulo {
  color: #000;
  font-size:38px;
  text-transform: uppercase;
  font-weight: 900;
}
.noticias_bloco .texto .titulo span {
  display: block;
  color: #f6c00f;
	font-size: 42px;
}
.noticias_bloco .texto .descricao {
  color: #000;
  font-size: 14px;
}
.noticias_bloco .texto .link {
  color: #fff;
  border: 1px#f6c00f solid;
  background-color: #f6c00f;
  height: 45px;
  line-height: 45px;
  width: 200px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.noticias_bloco .texto .link:hover {
  background: none;
  color: #f6c00f;
}
/* - - texto - - */
/* - div - */
.noticias_bloco .central div:last-child {
  width: 690px;
}
.noticias_bloco .central div:last-child .artigo {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.noticias_bloco .central div:last-child .artigo:last-child {
  margin-bottom: 0;
}
/* - div - */
/* - - - NOTICIAS BLOCO - - - */
/* - - - - DISPLAY - - - - */
.display {
  position: relative;
  box-sizing: border-box;
  margin: 100px auto;
  font-family: 'sofia';
}
.display .central {
  box-sizing: border-box;
}
.display.central, .display .central {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.display.central > *, .display .central > * {
  position: relative;
  box-sizing: border-box;
  transition: 0.3s;
  margin: 0;
}
/* - */
.display.alt {
  margin: 0 auto;
  padding: 40px 0;
}
.between.display.central, .between.display .central {
  justify-content: space-between;
}
.around.display.central, .around.display .central {
  justify-content: space-around;
}
/* - */
/* - - - - - BLOG INSIDE - - - - - */
/* - - - content_bi - - - */
.content_bi {
  margin-top: 40px;
}
/* - - bloco - - */
.content_bi .bloco {
  margin-bottom: 25px;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
.content_bi .bloco > * {
  text-align: left;
}
.content_bi .bloco .title {
  font-size: 25px;
  text-transform: none;
}
.content_bi .bloco .description:after {
  display: none;
}
/* - - bloco - - */
/* - - texto - - */
.content_bi .texto {
  font-size: 18px;
  line-height: 27.5px;
  width: 700px;
}
.content_bi .texto .imagem {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 25px;
}
.content_bi .texto .imagem img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  float: none;
  display: block;
}
/* - - texto - - */
/* - - - content_bi - - - */
/* - - - - SIDEBAR - - - - */
.sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 400px;
  align-self: flex-start;
  position: relative;
}
/* - - - share - - - */
.sidebar .share {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding: 20px;
  background-color: #F5F8FF;
  margin-bottom: 35px;
}
/* - - bloco - - */
.sidebar .share .bloco {
  width: 100%;
  margin-bottom: 0;
}
.sidebar .share .bloco > * {
  text-align: left;
}
.sidebar .share .bloco .title {
  font-size: 18px;
}
.sidebar .share .bloco .description {
  font-size: 15px;
  width: 100%;
}
/* - - bloco - - */
/* - - share-btn - - */
.sidebar .share .share-btn {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background-color: #EBF0F8;
  border: none;
  padding: 7px;
  border-radius: 25px;
  outline: none;
  box-sizing: border-box;
  text-align: center;
  margin: 0 2.5px 0 0;
  height: 30px;
  width: 30px;
  transition: 0.3s;
  cursor: pointer;
}
.sidebar .share .share-btn:nth-of-type(2) {
  margin: 0 2.5px 0 0;
}
.sidebar .share .share-btn:last-of-type {
  margin: 0;
}
.sidebar .share .share-btn img {
  height: 100%;
  width: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  filter: invert(45%) sepia(9%) saturate(826%) hue-rotate(180deg) brightness(94%) contrast(93%);
}
.sidebar .share .share-btn:hover > img {
  filter: brightness(0) invert(1);
}
.sidebar .share .share-btn.twitter:hover {
  background: #55acee;
}
.sidebar .share .share-btn.telegram:hover {
  background: #0088cc;
}
.sidebar .share .share-btn.facebook:hover {
  background: #3B5998;
}
.sidebar .share .share-btn.whatsapp:hover {
  background: #25d366;
}
.sidebar .share .share-btn.linkedin:hover {
  background: #0077b5;
}
.sidebar .share .share-btn.print:hover {
  background: #000;
}
/* - - share-btn - - */
/* - - - share - - - */
/* - - - BLOG REL - - - */
.sidebar .blog_rel {
  width: 100%;
  height: auto;
  position: relative;
}
/* - - bloco - - */
.sidebar .blog_rel .bloco {
  margin-bottom: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.sidebar .blog_rel .bloco:last-child {
  margin: 25px 0 0 0;
}
.sidebar .blog_rel .bloco .title {
  font-size: 22px;
  margin-bottom: 0;
}
.sidebar .blog_rel .bloco .link_out {
  text-align: center;
  align-self: center;
  padding: 0 10px;
  width: auto;
  font-size: 14px;
}
/* - -  bloco - - */
/* - -  artigo - - */
.sidebar .blog_rel .artigo {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 35px;
  text-align: left;
  display: block;
  margin: 0 auto 10px;
  border: none;
  border-bottom: 1px #393939 solid;
}
.sidebar .blog_rel .artigo:last-child {
  margin: 0 auto 0;
  border-bottom: none;
}
.sidebar .blog_rel .artigo .imagem {
  width: 150px;
  height: 150px;
  display: none;
}
.sidebar .blog_rel .artigo .nome {
  font-size: 14px;
  margin-bottom: 0;
}
.sidebar .blog_rel .artigo .nome:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -198px;
  transition: 0.3s;
  background-color: #393939;
}
.sidebar .blog_rel .artigo .descricao {
  font-size: 14px;
  display: none;
}
.sidebar .blog_rel .artigo .link {
  display: none;
}
.sidebar .blog_rel .artigo:hover > .nome:before {
  background-color: #fff;
}
/* - -  artigo - - */
/* - - - BLOG REL - - - */
/* - - - formulario - - -*/
.sidebar .formulario {
  background-color: #272C41;
  width: 100%;
  padding: 25px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 35px;
}
.sidebar .formulario .titulo {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}
.sidebar .formulario .form {
  margin-top: 30px;
}
/* - - - formulario - - -*/
/* - - - - SIDEBAR - - - - */
/* - - - - - BLOG INSIDE - - - - - */
/* - link_out - */
.bloco .link_out {
  color: #fff;
  text-align: center;
  background-color: #272C41;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  border-radius: 10px;
  width: 135px;
  height: 35px;
  line-height: 35px;
}
.bloco .link_out:hover {
  background-color: #f6c00f;
}
/* - link_out - */
/* - - - block - - - */
.block {
  width: auto;
  position: absolute;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.block > * {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
}
.block .titulo {
  color: #6B749B;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}
.block .info {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.block .link {
  width: auto;
  height: 16px;
  display: inline-block;
  color: #707070;
  transition: 0.3s;
  margin-right: 7.5px;
}
.block .link:last-child {
  margin-right: 0;
}
.block .link span {
  font-size: 12px;
  margin-left: 5px;
}
.block .link img {
  width: auto;
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: 0.2s;
}
/* - */
.block .link:hover > img {
  transform: rotate(360deg);
}
/* - */
/* - - - block - - - */
/* - - - bloco - - - */
/* - - padrao - - */
.bloco {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.bloco > * {
  position: relative;
  box-sizing: border-box;
  margin: 0 0;
  transition: 0.3s;
}
/* - way - */
.bloco .way {
  margin-bottom: 10px;
}
/* - way - */
/* - title - */
.bloco .title {
  color: #272C41;
  font-size: 27.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.bloco .title span {
  color: #f6c00f;
  display: block;
}
.bloco .title .small {
  font-size: 18px;
}
/* - title - */
/* - description - */
.bloco .description {
  color: #707070;
  font-size: 13px;
  letter-spacing: 1.25px;
  width: 425px;
  margin-bottom: 25px;
}
/* - description - */
/* - - - formulario - - -*/
.sidebar .formulario {
  background-color: #272C41;
  width: 100%;
  padding: 25px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 35px;
}
.sidebar .formulario .titulo {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}
.sidebar .formulario .form {
  margin-top: 30px;
}
/* - - - formulario - - -*/
/* - - - FORM - - - */
/* - - padrao - - */
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.form > * {
  box-sizing: border-box;
  position: relative;
  font-style: italic;
  border-width: 1px;
  border-style: solid;
  outline: none;
  transition: 0.3s;
  font-size: 15px;
  margin: 0;
  border-radius: 10px;
}
.form input, .form select, .form textarea {
  background-color: #fff;
  border-color: #B8B8B8;
  border-radius: 20px;
}
.form input:not(:read-only):focus, .form select:focus, .form textarea:focus {
  color: #00213B;
  border-color: #00213B;
}
.form input, .form select, .form button {
  height: 45px;
  line-height: 45px;
  color: #B8B8B8;
}
.form input, .form select {
  padding: 0 10px;
  margin-bottom: 30px;
  width: 48.5%;
}
.form textarea {
  height: 200px;
  padding: 15px;
  width: 100%;
}
.form input::placeholder, .form textarea::placeholder {
  color: #B8B8B8;
  opacity: 1;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #B8B8B8;
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #B8B8B8;
}
.form p {
  border: none;
  color: #707070;
  position: absolute;
  font-size: 12px;
  left: 10px;
  bottom: 10px;
  width: auto;
  height: 30px;
  padding: 0 0 0 25px;
  z-index: 2;
}
.form p a {
  color: #707070;
  text-decoration: underline;
  transition: 0.3s;
  display: block;
}
.form p a:hover {
  color: #BE1C1E;
}
.form p input {
  width: 15px !important;
  height: 15px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-bottom: -7.5px !important;
}
.form button {
  width: 70px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border-color: #f6c00f;
  background-color: #f6c00f;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.form button:hover {
  background-color: #272C41;
  border-color: #272C41;
}
.form button:disabled {
  background-color: #B4B4B4;
  border: none;
  cursor: not-allowed;
}
/* - - padrao - - */
/* - - self - - */
.form.self {
  width: 710px;
  height: auto;
  position: relative;
  margin: 0 auto 80px;
}
.form.self input:nth-child(3n) {
  width: 100%;
}
.form.self button {
  width: 115px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  position: relative;
  display: block;
  margin: 15px auto 0;
  right: auto;
  bottom: auto;
}
/* - - self - - */
/* - - alt - - */
.form.alt > * {
  font-style: normal;
  font-size: 12px;
}
.form.alt input, .form.alt select {
  margin-bottom: 15px;
  width: 100%;
  border-radius: 0;
}
.form.alt .half {
  width: 49%;
}
.form.alt textarea {
  height: 175px;
  border-radius: 0;
}
.form.alt button {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #004C87;
  border-color: #004C87;
}
.form.alt button:hover {
  background-color: #1AA8FF;
  border-color: #1AA8FF;
}
.form.alt button:disabled {
  background-color: #B4B4B4;
  border: none;
  cursor: not-allowed;
}
/* - - alt - - */
/* - - - FORM - - - */
/* - - way - - */
.way {
  width: 100%;
  height: auto;
  position: relative;
  color: #004EA2;
  text-transform: uppercase;
}
.way li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 12.5px 0 0;
}
.way li:after {
  content: "/";
  position: absolute;
  right: 0px;
  top: 0;
}
.way li:last-of-type {
  padding: 0;
}
.way li:last-of-type:after {
  content: "";
}
.way li a {
  color: #004EA2;
  transition: 0.3s;
}
.way li a:hover {
  color: #3B98F9;
}
/* - - way - - */
