/* ====== FOLHA DE ESTILO DA ENGSERVICE ====== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700");

@import url(https://engservicemg.com.br/Views/pages/assets/css/bootstrap.min.css);
@import url(https://engservicemg.com.br/Views/pages/assets/css/classy-nav.css);
@import url(https://engservicemg.com.br/Views/pages/assets/css/owl.carousel.min.css);
@import url(https://engservicemg.com.br/Views/pages/assets/css/animate.css);
@import url(https://engservicemg.com.br/Views/pages/assets/css/font-awesome.min.css);
@import url(https://engservicemg.com.br/Views/pages/assets/css/credit-icon.css);

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #f5811f;
  z-index: 2;
  color: #fff;
  padding: 2rem 8rem;
  background-color: #0a509f;
  transition: opacity 1s ease;
}

#consent-popup p {
  color: #fff;
}

#consent-popup a {
  color: #f5811f;
}

#consent-popup.hidden {
  opacity: 0;
  display: none;
}

.contatopage1 {
  color: white;
    font-size: 12px;
    text-align: justify;
}
.whatsapp {
  position: fixed;
  top: 82%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}

p {
  color: #838383;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}


.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}


.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}


.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-20-0 {
  padding-top: 20px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footerp {
  color: white;
  font-size: 13px;
}

.footerptexto {
  font-size: 13px;
  color: white; 
  text-align: justify;
}

.footerptitulo {
  color: white;
  font-size: 16px;
}
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 3px; /* Altere este valor para ajustar o espaçamento entre os itens */
}

.footer-links li a {
  text-decoration: none;
  color: #333; /* cor dos links */
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #666; /* cor dos links ao passar o mouse */
}


.preloader {
  background-color: #0a509f;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f5811f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.section-heading .line {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background-color: #f5811f;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #a5a5a5;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading.white .line {
  background-color: #ffffff;
}

.section-heading.white p,
.section-heading.white h2 {
  color: #ffffff;
}

.section-heading.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.text-center  {
  text-align: center;
}

.box-shadow {
  position: relative;
  z-index: 1;
}

.bordertopradius {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.box-shadow:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip-inner {
  background-color: #f5811f;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip .arrow::before {
  border-bottom-color: #f5811f;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f1f7f9;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}


.autorizada-unica {
  position: relative;
  z-index: 1;
}

.autorizada-unica h6 {
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}

.autorizada-unica img {
  margin-bottom: 15px;
}

.autorizada-unica h5 {
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.items-unicos {
  position: relative;
  z-index: 1;
  background-color: #0a509f;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
}

.items-unicos i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

.items-unicos span {
  display: block;
  color: #fff;
}

.autorizada-unica:hover h5 {
  color: #f5811f;
}

.items-unicostwo {
  position: relative;
  z-index: 1;
  background-color: #0a509f;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
}

.items-unicostwo i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

.items-unicostwo span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5811f;
  color: #fff;
  font-size: 14px;
  padding: 10px 50px;
  font-weight: bold;
  border-radius: 20px;
  height: 70px;
  text-align: center;
}

.paginacao {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 255px;
}

.paginacao .paginacao-area h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}

.paginacao .paginacao-area .conteudo {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.conteudo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.paginacao .paginacao-area .conteudo .conteudo-item::before {
  color: #ffffff;
}

.paginacao .paginacao-area .conteudo .conteudo-item.active {
  color: #f5811f;
  font-size: 16px;
  font-weight: 600;
}

.paginacao .paginacao-area .conteudo .conteudo-item a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.paginacao .paginacao-area .conteudo .conteudo-item a:hover {
  color: #f5811f;
}

.conteudo-item+.conteudo-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.conteudo-item+.conteudo-item {
  padding-left: .5rem;
}

.img-engenharia {
  border: 1px solid #0a509f;
}

.texto-engenharia {
  position: relative;
  z-index: 1;
  background-color: #0a509f;
  text-align: center;
  padding: 20px 20px;
}

.texto-engenharia i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

.texto-engenharia span {
  display: block;
  color: #fff;
}

.conteudo-individual {
  position: relative;
  z-index: 1;
}

.conteudo-individual .img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffeae1;
  text-align: center;
  margin-right: 20px;
  line-height: 52px;
  color: #ffffff;
  font-size: 30px;
}

.conteudo-individual .texto h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
}

.conteudo-individual .texto p {
  margin-bottom: 0;
}

.conteudo-individual:hover .icon,
.conteudo-individual:focus .icon {
  background-color: #f5811f;
}

.conteudo-individual:hover .texto h5,
.conteudo-individual:focus .texto h5 {
  color: #f5811f;
}

.orcamento {
  position: relative;
  z-index: 1;
  background-color: #0a509f;
  padding-top: 50px;
}

.orcamento .orcamento-conteudo .orcamento-texto {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.orcamento .orcamento-conteudo .orcamento-texto h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

.orcamento .orcamento-conteudo .orcamento-texto p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.orcamento .orcamento-conteudo .orcamento-botao {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.footer-area {
  position: relative;
  z-index: 1;
  background-color: #021c3c;
}

.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
}

.footer-area .single-footer-widget .widget-title {
  font-size: 18px;
  color: #f5811f;
  margin-bottom: 40px;
  font-weight: 400;
}

.footer-area .single-footer-widget ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}

.footer-area .single-footer-widget ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background-color: #f5811f;
  position: absolute;
  z-index: 1;
}

.footer-area .single-footer-widget ul li a:hover,
.footer-area .single-footer-widget ul li a:focus {
  color: #f5811f;
}

.footer-area .single-footer-widget ul li:last-child a {
  margin-bottom: 0;
}

.footer-area .copywrite-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #3c4450;
  padding: 30px 0;
}

.footer-area .copywrite-area .copywrite-texto {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}

.footer-area .copywrite-area .copywrite-texto a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.footer-area .copywrite-area .copywrite-texto a:hover,
.footer-area .copywrite-area .copywrite-texto a:focus {
  color: #f5811f;
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-texto {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-texto {
    margin-top: 0;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .orcamento .orcamento-conteudo .orcamento-texto h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .orcamento .orcamento-conteudo .orcamento-texto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .orcamento .orcamento-conteudo .orcamento-botao {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .autorizada-unica h5 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .paginacao {
    height: 180px;
  }

  .paginacao .paginacao-area h2 {
    font-size: 24px;
  }
}

.hero-area {
  position: relative;
  z-index: 1;
}

.hero-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 6px;
}

.hero-area .owl-dots .owl-dot.active {
  background-color: #f5811f;
}

.hero-area .owl-prev,
.hero-area .owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0a509f;
  left: 20px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 46px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {

  .hero-area .owl-prev,
  .hero-area .owl-next {
    left: 10px;
  }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
  background-color: #f5811f;
  color: #ffffff;
}

.hero-area .owl-next {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .hero-area .owl-next {
    right: 10px;
  }
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.unico-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 760px;
  background-color: #ffffff;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .unico-slide {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unico-slide {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .unico-slide {
    height: 600px;
  }
}

.unico-slide .slide-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: slide-bg linear 10000ms infinite;
  animation: slide-bg linear 10000ms infinite;
}

.unico-slide .slide-du-indicator {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 2px;
  background-color: #f5811f;
  left: 0;
  bottom: 0;
  -webkit-animation: slide-du-indicator linear 10000ms infinite;
  animation: slide-du-indicator linear 10000ms infinite;
}

.unico-slide .bemvindo-texto {
  position: relative;
  z-index: 1;
}

.unico-slide .bemvindo-texto h6 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.unico-slide .bemvindo-texto h2 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.unico-slide .bemvindo-texto h2 span {
  color: #f5811f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .unico-slide .bemvindo-texto h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unico-slide .bemvindo-texto h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .unico-slide .bemvindo-texto h2 {
    font-size: 24px;
  }
}

.unico-slide .bemvindo-texto p {
  font-size: 16px;
  color: #ffffff;
}

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#scrollUp {
  background-color: #0a509f;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 40px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

#scrollUp i {
  font-size: 18px;
  display: block;
}

#scrollUp:hover {
  background-color: #f5811f;
  color: #ffffff;
}

.engservicemoccontato-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #f5811f;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.engservicemoccontato-btn:hover,
.engservicemoccontato-btn:focus {
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #feba38;
  background-color: #0a509f;
  color: #ffffff;
}

.avisoengservicemoc {
  background-color: #ffbc48;
  color: #090e53;
  font-size: 20px;
  padding: 2px 10px;
  border-radius: 10px;
  font-weight: 600;
  margin: 6px 0px;

}

.engservicemoc-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #f5811f;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #000;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.engservicemoc-btn:hover,
.engservicemoc-btn:focus {
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #feba38;
  background-color: #0a509f;
  color: #ffffff;
}

.engservicemoc-btn.btn-2 {
  background-color: #0a509f;
  color: #ffffff;
}

.engservicemoc-btn.btn-2:hover,
.engservicemoc-btn.btn-2:focus {
  background-color: #f5811f;
  color: #ffffff;
}

.engservicemoc-btn.btn-3 {
  background-color: transparent;
  color: #0a509f;
  border: 2px solid #0a509f;
  line-height: 44px;
}

.engservicemoc-btn.btn-3:hover,
.engservicemoc-btn.btn-3:focus {
  border: 2px solid #0a509f;
  background-color: #0a509f;
  color: #ffffff;
}

.divisor {
  margin: 0px 0;

  margin-bottom: 100px;
  width: 100%;
  background-color: #0a509f;
  height: 2px;
}

.redessociais {
  text-align: center;
}

.redessociais a {
  font-size: 30px;
  color: #f5811f;
  padding: 20px;
}

.redessociais a:hover {

  color: white;
}

ul.cookies-list {
  list-style-type: disc;
  padding-left: 20px;
}

ul.cookies-list li {
  margin-bottom: 10px;
}

.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.header-area .inicio-topo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-color: #f2f4f6;
}

.header-area .inicio-topo .info-contato-topo {
  position: relative;
  z-index: 1;
}

.header-area .inicio-topo .info-contato-topo a {
  display: inline-block;
  color: #838383;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-weight: 600;
}

.header-area .inicio-topo .info-contato-topo a img {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .header-area .inicio-topo .info-contato-topo a span {
    display: none;
  }
}

.header-area .inicio-topo .info-contato-topo a:first-child {
  margin-right: 30px;
}

.header-area .inicio-topo .info-contato-topo a:hover,
.header-area .inicio-topo .info-contato-topo a:focus {
  color: #0a509f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .inicio-topo .info-contato-topo a {
    font-size: 13px;
  }
}

.header-area .engservicemoc-main-menu {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #f5811f;
}

.header-area .engservicemoc-main-menu::after {
  width: 50%;
  height: 100%;
  background-color: #0a509f;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
}

.header-area .engservicemoc-main-menu .classy-nav-container {
  background-color: transparent;
}

.header-area .engservicemoc-main-menu .classy-navbar {
  height: 85px;
  padding: 0;
  background-color: #0a509f;
}

@media only screen and (max-width: 767px) {
  .header-area .engservicemoc-main-menu .classy-navbar {
    height: 70px;
  }
}

.header-area .engservicemoc-main-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0 15px;
  color: #ffffff;
}

.header-area .engservicemoc-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .engservicemoc-main-menu .classy-navbar .classynav ul li a:focus {
  color: #f5811f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .engservicemoc-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .engservicemoc-main-menu .classy-navbar .classynav ul li a {
    color: #0a509f;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .engservicemoc-main-menu .classy-navbar .classynav ul li a {
    color: #0a509f;
  }
}

.header-area .engservicemoc-main-menu .classy-navbar .classynav>ul>li:first-child a {
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .engservicemoc-main-menu .classy-navbar .classynav>ul>li:first-child a {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .engservicemoc-main-menu .classy-navbar .classynav>ul>li:first-child a {
    padding-left: 15px;
  }
}

.header-area .engservicemoc-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
.header-area .engservicemoc-main-menu .classy-navbar .classynav ul li.has-down>a::after {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area .engservicemoc-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
  .header-area .engservicemoc-main-menu .classy-navbar .classynav ul li.has-down>a::after {
    color: #0a509f;
  }
}

@media only screen and (max-width: 767px) {

  .header-area .engservicemoc-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
  .header-area .engservicemoc-main-menu .classy-navbar .classynav ul li.has-down>a::after {
    color: #0a509f;
  }
}

.header-area .engservicemoc-main-menu .classy-navbar .classynav ul li ul li a {
  color: #0a509f;
  font-size: 14px;
}

.header-area .engservicemoc-main-menu .classy-navbar .contato {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.header-area .engservicemoc-main-menu .classy-navbar .contato::before {
  width: 100%;
  height: 200%;
  content: '';
  position: absolute;
  top: 37%;
  left: 0;
  z-index: -1;
  background-color: #f5811f;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.header-area .engservicemoc-main-menu .classy-navbar .contato::after {
  width: 1000%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 62px;
  z-index: -1;
  background-color: #f5811f;
}

.header-area .engservicemoc-main-menu .classy-navbar .contato a {
  display: inline-block;
  font-size: 24px;
  color: #0a509f;
  font-weight: 700;
  line-height: 85px;
}

.header-area .engservicemoc-main-menu .classy-navbar .contato a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .engservicemoc-main-menu .classy-navbar .contato a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .engservicemoc-main-menu .classy-navbar .contato a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .engservicemoc-main-menu .classy-navbar .contato a {
    font-size: 14px;
    line-height: 70px;
  }
}

.header-area .is-sticky .engservicemoc-main-menu {
  box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

.area-contato {
  position: relative;
  z-index: 1;
}

.area-contato .contato-conteudo {
  padding: 55px 45px;
  background-color: #ffffff;
  border: 1px solid #afbace;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .area-contato .contato-conteudo {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .area-contato .contato-conteudo {
    padding: 20px;
  }
}

.area-contato .contato-conteudo .conteudo-unico {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.area-contato .contato-conteudo .conteudo-unico:last-child {
  margin-bottom: 0;
}

.area-contato .contato-conteudo .conteudo-unico .icone {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  margin-right: 15px;
  background-color: #f5811f;
}

.area-contato .contato-conteudo .conteudo-unico .texto p {
  font-weight: 600;
  color: #212121;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .area-contato .contato-conteudo .conteudo-unico .texto p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .area-contato .contato-conteudo .conteudo-unico .texto p {
    font-size: 12px;
  }
}

.area-contato .contato-conteudo .conteudo-unico .texto span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #838383;
}

.area-contato.pagina-contato .contato-conteudo {
  padding: 35px;
  border: none;
  background-color: #0a509f;
}

.area-contato.pagina-contato .contato-conteudo h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
}

.area-contato.pagina-contato .contato-conteudo .conteudo-unico .texto p,
.area-contato.pagina-contato .contato-conteudo .conteudo-unico .texto span {
  color: #ffffff;
}

.formulario-contato .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.formulario-contato .form-control:focus {
  box-shadow: none;
}

.formulario-contato textarea.form-control {
  height: 250px;
}

.map-area {
  position: relative;
  z-index: 2;
  height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .map-area {
    height: 400px;
  }
}

.map-area iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 0;
}


/* ====== FIM DA FOLHA DE ESTILO DA ENGSERVICE ====== */