/*Autor: Alan Varela Ferreira
email: alan.varela404@gmail.com
*/

/*.col-md-8, .col-md-4{border: 1px solid red;}*/

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/***********TOPO***********/

.header {
  position: relative;
  z-index: 999;
}

.header__main {
}

.header__redes {
  background-color: #fcfcfc;
  padding: 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.header__redes-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: flex-end;
}

.header__infos {
  padding: 1.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  width: 14rem !important;
  height: auto !important;
}

.header__infos-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__infos-details-item {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #929292;
}

.header__infos-details-item:not(:last-child) {
  margin-right: 2rem;
}

.header__infos-details-icon {
  font-size: 3.5rem;
  display: inline-block;
  line-height: 1;
  margin-right: 1rem;
}

.header__infos-details-text {
  line-height: 1.2;
}

.header__infos-details-text address {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  text-decoration: none;
  position: relative !important;
  transition: all 0.2s;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn:hover {
  text-decoration: none;
}

.btn[class*="btn--bg"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn[class*="btn--bg"]:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}

.btn--white {
  color: #fff;
}

.btn--white:hover {
  color: #fff;
}

.btn--bg-orange {
  background-color: #ff6600;
}

.btn--orc {
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
}

.header__infos-details-item:last-child {
  margin-left: 3rem;
}

.header__nav {
  background-color: #0044b6;
  padding: 2rem 3rem;
  text-align: right;
}

.nav {
  display: inline-block;
  text-align: center;
}

.nav ul li a,
.nav__mobile ul li a {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  position: relative;
  padding: 0.5rem 0.7rem;
  line-height: 1;
  transition: all 0.1s;
}

.nav ul li a:hover {
  transform: scale(1.05);
}

.nav ul,
.nav__mobile ul {
  list-style: none;
  display: block;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
}

.nav ul li:not(:last-child) {
  border-right: 1px solid #054f7e;
}

.nav ul li,
.nav__mobile ul li {
  display: inline-block;
  position: relative;
}

.nav > div > ul > li {
  padding: 0 1rem;
}

.nav ul li a,
.nav ul li a:hover,
.nav__mobile ul li a,
.nav__mobile ul li a:hover {
  color: #fff;
}

.nav__mobile ul li {
  padding: 0.5rem 0;
}

.nav__mobile ul li a {
  color: #fff;
}

.nav__mobile ul li a:hover {
  color: #fff;
}

.nav ul li.current-menu-item a {
  color: #f56d07;
}

.redes {
  line-height: 0;
}

.redes a {
  display: inline-block;
  position: relative;
  margin: 0 0.5rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  transition: all 0.2s;
  background-color: #b2b2b2;
  line-height: 1;
}

.redes a:hover {
  color: #b2b2b2;
  background-color: #fff;
}

.redes a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
}

.header__logo-box {
  text-align: left;
}

.menu__mobile-btn {
  color: #001836;
  font-size: 3rem;
  display: none;
  position: fixed;
  top: 4rem;
  right: 1.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  text-align: center;
  background-color: #fff;
  transition: all 0.2s;
}

.menu__mobile-btn:active {
  transform: translateY(1px);
}

.menu__mobile-btn i {
  color: #001836 !important;
  position: relative;
  line-height: 50px;
}

.menu__mobile-close i {
  color: #fff !important;
}

.nav__mobile {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #002a4e;
  width: 0;
  padding: 0;
  transition: all 0.4s;
  overflow: hidden;
}

.nav__mobile:after {
  content: "";
  clear: both;
  display: table;
}
.nav__mobile ul {
  padding: 1rem 4rem;
  width: 19rem;
}

.nav__mobile .menu-item .sub-menu {
  padding: 0 !important;
  z-index: 99 !important;
  transform: translate(10px) !important;
  left: 0 !important;
  background-color: transparent;
  box-shadow: none;
  list-style: square !important;
}

.nav__mobile .menu-item .sub-menu .menu-item {
  border-bottom: none !important;
}

.nav__mobile .menu-item:hover .sub-menu {
  position: relative !important;
}

.nav__mobile ul li {
  display: block;
  margin: 5px 0;
}

.carousel__banners {
  width: 100%;
  height: 50rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

.carousel__banners .owl-stage-outer,
.carousel__banners .owl-stage,
.carousel__banners .owl-item {
  width: 100%;
  height: 100%;
}

.banners__header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banners__header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu__mobile-close {
  color: #fff;
  font-size: 2.4rem;
  display: block;
  text-align: right;
  margin: 1rem 1rem 0 0;
}

.menu-item > .sub-menu {
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.menu-item:hover .sub-menu {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sub-menu > .menu-item {
  padding: 0.5rem 1rem;
  width: 100%;
  white-space: nowrap;
  transition: all 0.2s;
}
.sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.sub-menu > .menu-item:hover {
  background-color: #e2e2e2;
}

.header__logo-box img {
  width: 200px;
  height: auto;
}

.header-2 {
  min-height: auto;
  background-color: #fff;
  opacity: 1;
}

.header-2 .header__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header__fixed,
.header-2 .header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  animation-name: slideDown;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes slideDown {
  0% {
    transform: translateY(-150px);
    opacity: 0.3;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.owl-dot {
  width: 11px;
  height: 11px;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  filter: opacity(0.7);
  border-radius: 50% !important;
  margin: 0 10px;
}

.owl-dot {
  background-color: #fff !important;
  border: 2px solid #000 !important;
  filter: opacity(0.7);
}

.owl-dot.active {
  background-color: #000 !important;
  filter: opacity(1);
}

.owl-dot:focus {
  outline: none;
}

.owl-dots {
  position: absolute;
  transform: translate(-50%);
  display: inline-block;
  bottom: -3rem;
  left: 50%;
}

.home__empresa {
  padding: 10rem 0;
}

.home__empresa-imagem {
}

.home__empresa-imagem img {
  width: 95%;
}

.home__empresa-texto {
  color: #636363;
  font-weight: 300;
}

.title {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 900;
}

.title--blue {
  color: #001830;
}

.home__empresa-texto-icon {
  color: #ff6714;
  margin-right: 1rem;
  font-size: 1.4rem;
}

.home__empresa-texto .btn {
  margin-top: 1rem;
}

.home__servicos {
  padding: 5rem 0 10rem 0;
}

.home__servicos-bloco {
  color: #001932;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}

.home__servicos-item {
  width: 100%;
  padding: 2rem 2rem;
  margin-bottom: 6rem;
  text-align: center;
  transition: all 0.2s;
  border-radius: 0.5rem;
}

.home__servicos-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.home__servicos-img img {
  height: 7rem;
  margin-bottom: 2rem;
}

.home__servicos-title {
  font-size: 2.2rem;
  color: #393939;
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
}

.home__servicos-desc {
  line-height: 1.2;
  display: block;
  color: #000;
}

.home__projetos {
}

.home__projetos-texto {
  text-align: center;
  background-color: #0044b6;
  color: #fff;
  padding: 5rem 0;
}

.carousel__projetos.owl-carousel.owl-drag .owl-item {
  padding-bottom: 2rem;
}

.carousel__projetos-item {
  height: 30rem;
  box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.carousel__projetos-item a,
.carousel__projetos-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.carousel__projetos-item a img {
  object-fit: scale-down;
}

.title--white {
  color: #fff;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev span,
.owl-next span {
  font-size: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  display: block;
  height: 59px;
  padding: 0px 7px;
  border-radius: 5px;
  transition: all 0.2s;
}

.owl-prev span:hover,
.owl-next span:hover {
  background-color: rgba(0, 0, 0, 1);
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.home__orcamento {
  padding: 10rem 0;
}

.form {
  width: 50%;
  display: block;
  margin: auto;
  padding: 3rem;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.form .title {
  font-size: 2.2rem;
}

.form input,
.form textarea,
.form select {
  width: 100% !important;
  padding: 1rem 0.5rem !important;
  background-color: #fcfcfc !important;
  border: 1px solid #e9e9e9 !important;
  border-radius: 5px !important;

  transition: all 0.2s !important;
}

.form select {
  padding: 1rem 0.1rem !important;
}

.form textarea {
  height: 100px !important;
}

.form .wpforms-field {
  margin-bottom: 2rem !important;
}

.form input:focus,
.form textarea:focus {
  outline: none !important;
  background-color: #dddcdc !important;
  border: 1px solid #dddcdc !important;
}

.form .btn {
  width: 100% !important;
  padding: 1rem !important;
  color: #fff !important;
  background-color: #ff6100 !important;
  border-radius: 5px !important;
  border: none !important;
}

.wpforms-field {
  padding: 0 !important;
}

.footer {
  padding: 8rem 0 1rem 0;
  background-color: rgba(0, 68, 182, 0.8);
  color: #fff;
}

.footer__empresa {
  width: 80%;
}

.footer__logo {
}

.footer__logo img {
  width: 20rem;
  margin-bottom: 2rem;
}

.footer__empresa-texto {
}

.footer__item {
  margin-bottom: 4rem;
}

.footer__item-title {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer__item-value {
  display: block;
}

.form__newsletter .wpforms-field-container {
  display: inline-block !important;
}

.form__newsletter .wpforms-field {
  width: 100% !important;
}

.form__newsletter input {
  border: none !important;
  padding: 2.2rem 1.1rem !important;
  position: relative !important;
  top: 2px;
  transition: all 0.2s !important;
  border-radius: 5px 0 0 5px !important;
  width: 100% !important;
}

.form__newsletter input::placeholder {
  font-weight: bold !important;
  color: #b6b6b6 !important;
}

.form__newsletter input:focus {
  outline: none !important;
  background-color: #f7f7f7 !important;
}

.form__newsletter .wpforms-submit-container {
  display: inline-block !important;
}

.form__newsletter .wpforms-submit-container {
  width: 10rem i !important;
}

.form__newsletter .btn {
  position: relative !important;
  left: -4px !important;
  border-radius: 0 5px 5px 0 !important;
  padding: 1rem 2rem !important;
  color: #fff !important;
  background-color: #ff6100 !important;
  border: none !important;
}

.form__newsletter label.wpforms-error {
  position: absolute !important;
}

.footer__redes a {
  color: #001932;
  background-color: #fff;
  border: 1px solid #fff;
}

.footer__redes a:hover {
  background-color: transparent;
  color: #fff;
}

.copyright {
  text-align: center;
  margin-top: 6rem;
}

.button-back-to-top {
  position: fixed;
  display: block;
  z-index: 9999;
  background-color: #0044b6;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.2s;
  border: none;
  visibility: hidden;
  opacity: 0;
}

.button-back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 3px solid rgba(0, 0, 0, 0.2);
}

.button-back-to-top:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px solid rgba(0, 0, 0, 0.2);
}

.button-back-to-top:focus {
  outline: none;
}

.button-back-to-top i {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}

.show {
  visibility: visible;
  opacity: 1;
}

.page-header,
.bg-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-header h1,
.page-header span {
  color: #fff;
  text-align: center;
  line-height: 1;
  display: block;
  padding: 8rem 0;
  font-size: 3.5rem;
  font-weight: 500;
}

.page-breadcrumb {
  padding: 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.breadcrumb__lista {
  padding: 0;
  display: block;
  list-style: none;
  margin: 0;
}

.breadcrumb__item,
.breadcrumb__item-link {
  display: inline-block;
  color: #595959;
  font-weight: 500;
  font-size: 1.4rem;
  transition: all 0.2s;
}

.breadcrumb__item-link:hover {
  color: #000;
}

.empresa__main {
  padding: 10rem 0;
}

.empresa__texto {
  font-weight: 300;
}

.empresa__escolher {
  padding: 0 0 10rem 0;
}

.qualidade__item {
  margin-bottom: 3rem;
}

.qualidade__item-title {
  font-size: 1.6rem;
  color: #082038;
  margin-bottom: 2rem;
}

.qualidade__item-bar {
  width: 100%;
  height: 1.6rem;
  background-color: #dedede;
  position: relative;
}

.qualidade__item-bar-preenchido {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ff6600;
}

.w-86 {
  width: 86%;
}

.w-88 {
  width: 88%;
}
.w-87 {
  width: 87%;
}

.qualidade__item-bar-number {
  position: absolute;
  right: 0;
  top: -2.5rem;
}

.empresa__escolher-imagem img {
  width: 90%;
  display: block;
  margin-left: auto;
  border-radius: 1rem;
}

.empresa__banner {
  text-align: center;
  color: #fff;
  padding: 8rem;
  font-size: 3rem;
  line-height: 1.2;
}

.servicos {
  padding: 10rem 0;
}

.servicos__item {
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}

.servicos__imagem img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

.servicos__title-content {
  background-color: #0044b6;
  padding: 2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  transition: all 0.2;
}

.servicos__title-content * {
  transition: all 0.2;
}

.servicos__title-icon img {
  width: 3rem !important;
  margin-right: 1rem;
  transition: all 0.2s;
}

.servicos__title-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.2;
}

.servicos__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}

.servicos__content-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 68, 182, 0.9);
}

.servicos__hover-content {
  display: flex;
  padding: 2rem;
  flex-wrap: nowrap;
  color: #fff;
  position: relative;
  height: 100%;
}

.servicos__hover-text-description {
  font-size: 1.4rem;
  line-height: 1.2;
}

.servicos__hover-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  flex-flow: column;
}

.servicos__hover-text .btn {
  text-align: left;
}

.btn--orange {
  color: #ff6800;
}

.btn--orange:hover {
  color: #ff6800;
}

.servicos__item:hover .servicos__hover {
  opacity: 1;
  visibility: visible;
}

.servicos__item:hover .servicos__title-content * {
  opacity: 0;
}

.servicos__profissionais {
  text-align: center;
  padding: 0 0 10rem 0;
}

.servicos__profissionais p {
  color: #656565;
  font-weight: 300;
}

.btn--blue {
  color: #002346;
}

.btn--bg-white {
  background-color: #fff;
}

.btn--border-blue {
  border: 1px solid #002346;
}

.servicos__profissionais-btns .btn {
  padding: 1rem 2rem;
  font-size: 2rem;
  margin: 2rem 0.5rem 0 0.5rem;
  text-transform: uppercase;
}

.servico {
  padding: 10rem 0;
}

.servico__descricao {
  color: #636363;
  font-weight: 300;
  margin-bottom: 3rem;
}

.carousel__servico {
}

.carousel__servico-item {
  width: 100%;
  height: 25rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.carousel__servico-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__servico .owl-item.active.center .carousel__servico-item {
  opacity: 1;
  transition: all 0.2s;
}

.carousel__servico .owl-item .carousel__servico-item {
  opacity: 0.7;
  transition: all 0.2s;
}

.carousel__servico .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border: 2px solid #00274a !important;
}

.carousel__servico .owl-dot.active {
  background-color: #00274a !important;
}

.servico__form {
  width: 100%;
  background-color: #fafafa;
  border: none;
  box-shadow: 0 5px 10px rgba(201, 161, 161, 0.2);
}

.servico__form-texto {
  text-align: center;
  margin-bottom: 2rem;
}

.servico__form-texto .title {
  display: block;
}

.servico__form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eaeaea;
}

.servico__form .btn {
  width: 80%;
  padding: 1rem;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.servico__form .btn:hover {
  transform: translate(-50%, -3px);
}

.servico__form .btn:active {
  transform: translate(-50%, 1px);
}

.carousel__servico-outros {
  margin-top: 3rem;
}

.servico__outros {
  padding-bottom: 10rem;
}

.projetos__categorias {
  padding: 5rem 0 2rem;
  border-bottom: 1px solid #f6f6f6;
}

.projetos__categorias-lista {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 2rem;
}

.projetos__categorias-lista * {
  color: #00192f;
}

.projetos__categorias-lista li {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.projetos__categorias-lista li:not(:first-child) {
  margin-left: 1.5rem;
}

.projetos__categorias-lista li a {
  display: inline-block;
  transition: all 0.1s;
  padding-bottom: 1rem;
  position: relative;
}

.projetos__categorias-lista li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  background-color: #ff6500;
  width: 0;
  height: 5px;
  transition: all 0.2s;
}

.projetos__categorias-lista li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.projetos__categorias-lista li a:active {
  transform: translateY(1px);
}

.projetos__categorias-lista li.current-cat a {
  font-weight: bold;
}

.projetos__categorias-lista li.current-cat a:after {
  width: 100%;
}

.projetos__categorias-lista li a:hover {
  color: #00192f;
}

.projetos__categorias-lista .owl-item {
  text-align: center;
}

.projetos__categorias-lista .owl-prev,
.projetos__categorias-lista .owl-next {
  transform: translateY(-86%);
}
.projetos__categorias-lista .owl-prev span,
.projetos__categorias-lista .owl-next span {
  font-size: 30px !important;
  height: 35px !important;
}

.projetos__lista {
  padding: 10rem 0 0 0;
}

.projetos__item {
  width: 100%;
  height: 30rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 4rem;
}

.projetos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projetos__item-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 68, 182, 0.9);
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  transition: all 0.2s;
}

.projetos__item .fa-search {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

.projetos__item:hover .projetos__item-layer {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.ekko-lightbox-nav-overlay {
  left: 50% !important;
  transform: translate(-50%) !important;
  width: calc(100% + 15rem) !important;
}

.ekko-lightbox a {
  opacity: 0.7 !important;
}

.orcamento {
  padding: 10rem 0 20rem 0;
}

.contato {
  padding: 10rem 0;
}

.contato__texto {
  margin-bottom: 3rem;
}

.contato__infos {
  padding: 3rem 0;
  border-top: 1px solid #eeeeee;
}

.contato__infos-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2rem;
}

.contato__infos-icon {
  line-height: 1;
  width: 4rem;
}

.contato__infos-icon i {
  font-size: 2.5rem;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  color: #ff6100;
}

.contato__infos-item span,
.contato__infos-item address {
  margin-bottom: 0;
}

.contato__redes {
  margin-top: 3rem;
}

.contato__form {
  width: 100%;
  border: none;
  padding: F0;
  padding-left: 2rem;
}

.contato__form .btn {
  width: auto;
  display: inline-block;
  padding: 1rem 2rem;
}

.page-404 {
  text-align: center;
  padding: 10rem 0;
}

.page-404 h1 {
  margin-bottom: 2rem;
}

.page-404 h1 i {
  font-size: 3.5rem;
}

.btn__box {
  text-align: center;
  margin-top: 1rem;
}

.whatsapp-fixed {
  position: fixed;
  display: block;
  z-index: 9999;
  background-color: #25d366;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.whatsapp-fixed i {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
