

/* ////////////////////////////////////////////////////////////////////////////////// */

#mdf102 {
  width: 16.666%;
}

.mdf101 {
    background-color: transparent;
    color: #fff;
    padding: 5px 0px 3px 6px;
    border-radius: 4px;
    font-size: 18px;
}

.mdf101:hover {
  background-color: #fff;
  color: #304e9c;
}

.mdf100 {
  margin-top: 7px;
  margin-bottom: 6px;
}

.tela-de-abertura,.video-container embed,.video-container iframe,.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tela-de-abertura {
    margin-left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: fixed;
}

.tela-de-abertura img {
    max-width: 75%;
    max-height: 75%
}

.tela-de-abertura {
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

/* ////////////////////////////////////////////////////////////////////////////////// */

#portfolio-2 {
    padding: 0px 0;
}

.portfolio-image {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px 10px 0px 0px;
}

.custom-hover {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-hover:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    max-width: 700px;
}

.lightbox-image {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.close {
    position: fixed; /* Fixa o botão na tela */
    top: 20px; /* Distância do topo da tela */
    right: 20px; /* Distância da borda direita */
    color: #304e9cbf;
    font-size: 6rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 1500 !important;
}

.prev, .next {
    position: absolute;
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajusta para ficar no meio exato da imagem */
    font-size: 60px;
    color: #304e9c !important;
    font-weight: bolder;
    text-decoration: none;
    padding: 0 20px;
    z-index: 10; /* Garante que as setas fiquem acima da imagem */
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
}

.prev {
    left: 10px; /* Posiciona à esquerda da imagem */
}

.next {
    right: 10px; /* Posiciona à direita da imagem */
}

.prev:hover, .next:hover {
    color: #ddd; /* Efeito de hover nas setas */
}





/* ////////////////////////////////////////////////////////////////////////////////// */


.custom-footer {
  background-color: #304e9c; /* Cor de fundo */
  color: #fff; /* Cor do texto */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.custom-footer h4 {
  margin-bottom: 4px; /* Espaçamento entre título e conteúdo */
}

.custom-footer .footer-links {
  list-style-type: none; /* Remove marcadores */
  padding: 0; /* Remove padding */
}

.custom-footer .footer-links li {
  margin-bottom: 10px; /* Espaçamento entre links */
}

.custom-footer .footer-links a {
  color: #fff; /* Cor do link */
  text-decoration: none; /* Remove underline */
}

.custom-footer .footer-links a:hover {
  text-decoration: underline; /* Adiciona underline ao passar o mouse */
}

.subscribe-form {
  display: flex;
  justify-content: space-between; /* Alinha os elementos */
}

.subscribe-form input {
  flex: 1; /* Faz o input ocupar o espaço restante */
  margin-right: 10px; /* Espaçamento entre input e botão */
}


/* ////////////////////////////////////////////////////////////////////////////////// */

.cards {
  margin: 15px; /* Espaçamento entre os cards */
}

.card {
  background-color: #f8f9fa; /* Cor de fundo leve */
  border: 0px solid #e9ecef; /* Borda sutil */
  border-radius: 8px; /* Bordas arredondadas */
  padding: 20px; /* Espaçamento interno */
}


.cards .card {
  background-color: #304e9c;
  padding: 2.2rem 2rem 2rem 2rem;
}

.cards .card p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 2.0rem;
  line-height: 2.4rem;
  text-align: center;
}

.cards .card .number {
  color: #fff;
  display: block;
  font-family: "DM Serif Text", serif;
  font-size: 3.8rem;
  line-height: 4rem;
  padding-top: 10px;
}

/* ////////////////////////////////////////////////////////////////////////////////// */

.mdf3 {
  background-color: #304e9c;
  border-radius: 12px 12px 10px 10px;
}
.mdf4 {
  padding: 0px 20px 1px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.mdf5 {
  padding-top: 70px;
}
.mdf6 {
  padding-top: 0px !important;
  margin-top: -16px;
  font-size: 18px !important;
}
.mdf7 {
  width: 3.5rem;
  padding-bottom: 12px;
}
.mdf8 {
  padding-bottom: 22px;
}
.mdf10 {
  padding-top: 130px !important;
}
.mdf11 {
  text-align: center;
  padding-top: 12px;
  font-size: 14px;
}
.mdf12 {
  width: 33.33333%;
}
.mdf13 {
  width: 100% !important;
  text-align: center;
  line-height: 10px;
}
#mdf14 {
  font-size: 18px;
  color: #0cc04d;
  font-weight: 600;
}
.mdf38 {
  padding-top: 7px;
}
.mdf40 {
  padding-bottom: 8px;
  letter-spacing: 6px;
}
#mdf41 {
  font-size: 26px;
}
.mdf42 {
  width: 28px;
}
#map-2 {
  padding-top: 14px !important;
  background-color: #fff;
}
.map-section {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}


  /* Estilos do corpo para visualizar melhor a rolagem */
        body {
            height: 2000px; /* Altura para permitir rolagem */
            background: linear-gradient(to bottom, #f0f0f0, #d0d0d0);
        }
        

      /* Estilos comuns para os ícones flutuantes */
  .float-icon {
            position: fixed;
            display: none; /* Inicialmente oculto */
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 10px;
            border-radius: 10%;
            cursor: pointer;
            z-index: 1000;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        /* Ícone de rolar ao topo */
        #scrollTop {
            right: 20px;
            bottom: 50px;
            font-size: 20px;
            position: fixed;
            z-index: 1000;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 10px;
            border-radius: 10%;
            display: none; /* Inicialmente oculto */
        }

        /* Estilos do ícone WhatsApp */
        .whatsapp-icon {
            left: 20px;
            bottom: 50px;
            display: none;
            align-items: center;
            padding: 10px 15px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: bold;
            transition: box-shadow 0.3s ease;
            text-decoration: none; /* Remove underline */
            color: #fff; /* Cor do texto */
            background-color: #0cc042;
        }

        /* Efeito hover nos ícones */
        .float-icon:hover {
            background-color: red;
            color: #fff;
            transform: scale(1.1);
            text-decoration: none; /* Remove underline */
        }

        .whatsapp-icon:hover {
            box-shadow: 0 0 0px #25d366, 0 0 0px #25d366, 0 0 0px #25d366;
            background-color: #0cc042;
        }

        .whatsapp-icon:active {
            color: #fff;
        }

        /* Ocultar o texto no mobile */
        @media (max-width: 768px) {
            .whatsapp-text {
                display: none;
            }
        }

        /* Exibir ícone ao rolar a página */
        .show-icon {
            display: block !important;
        }


}
}
}
}

/* ////////////////////////////////////////////////////////////////////////////////// */

#feature {
  padding-top: 130px !important;
  padding-bottom: 0px;
}

#feature img {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-top: 20px;
}

#service {
  padding-top: 130px;
  padding-bottom: 0px;
}

#portfolio {
  padding-top: 130px;
  padding-bottom: 0px;
  background-color: #F3F4F8;
}

#portfolio-2 {
  background-color: #F3F4F8;
  padding-bottom: 50px;
}

#service img {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-top: 20px;
}

#feature-2 {
  padding-bottom: 50px;
  padding-top: 0px;
}

#feature-2 img {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.service-title {
  font-size: 28px;
  font-weight: bold;
}

.sub-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.service-item {
  background: #f9f9f9; /* Fundo da caixa de serviço */
  padding: 15px !important;
  margin-bottom: 20px;
  border-radius: 10px 10px 0px 0px;
  transition: box-shadow 0.3s;
}

.service-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bottom-line {
  border: 1px solid #304e9c; /* Personalize a cor da linha */
}

/* ////////////////////////////////////////////////////////////////////////////////// */

.mdf1 {
  text-align: left;
}

.mdf2 {
  width: 225px;
  padding-top: 14px;
}

/* Estilos para o contêiner da barra de navegação */
.navbar {
  display: block;
  align-items: center;  /* Alinha verticalmente logo e menu */
  justify-content: space-between; /* Espaço entre logo e menu */
  padding: 10px 0;
}

.navbar-header {
  flex: 1;  /* A logo ocupa espaço flexível */
}

.navbar-brand {
  text-decoration: none;
  font-size: 24px;
  color: #000; /* Cor da logo */
}

.navbar-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: center; /* Alinha verticalmente os itens do menu */
  padding: 30px;
  text-align: center;
}

.navbar-nav li {
  margin-right: 0px; /* Espaço entre os itens do menu */
}

.navbar-nav li a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px; /* Espaço ao redor do texto */
  position: relative;
}

.navbar-nav li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #304e9c;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.navbar-nav li a:hover::after,
.navbar-nav li.active a::after {
  width: 100%;
}


.navbar-nav li a {
  text-decoration: none;
  color: #000; /* Cor do texto dos links */
  position: relative;
  padding-bottom: 1px !important; /* Espaço entre o texto e a barra */
}

.navbar-nav li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px; /* Espessura da barra */
  background-color: #304e9c; /* Cor da barra */
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.navbar-nav li a:hover::after,
.navbar-nav li.active a::after {
  width: 100%; /* A barra aparece em toda a largura do link no hover ou quando está ativo */
}


body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  color: #67696c;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.section-padding {
  padding: 0px 0px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

/***********************************
************************************
HEADER
************************************
***********************************/

.header {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: -250px;
  left: 0;
  min-width: 50%;
  min-height: 50%;
  z-index: -1;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%); /* Efeito fumê */
  z-index: 0; /* Coloca o fumê acima do vídeo */
}

.banner-info {
  position: relative;
  z-index: 1;
}

.bg-color {
  background: rgba(0, 0, 0, 0.5); /* Para dar um efeito fumê sobre o vídeo */
}


.bg-color {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 650px;
}

#main-header {}

.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 40px 0;
  transition: all 0.3s;
}

@media (max-width: 992px) {
    .service-item {
        padding: 10px 0px 0px 10px !important;
    }
    .video-background {
      left: -60%;
    }
    .mdf18 {
      padding-top: 20px;
    }
}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgb(64 75 97 / 98%);
    border-top: 0;
	}
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #002F2F;
}

.top-nav-collapse {
  background: #1816af;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo-dec {
  color: #be9e21;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-brand {
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0px 0px;
  margin-top: 0px;
}

.navbar-default .navbar-nav>li>a {
  padding: 5px 0px;
  margin: 0px 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  font-weight: 500;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #fff;
}

.banner-info {
  padding-top: 240px;
  color: #fff;
}

.bnr-title, .bnr-sub-title {
  font-family: 'Fira Sans', sans-serif;
}

h1.bnr-title {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 100;
  padding-bottom: 10px;
}

h2.bnr-sub-title {
  font-size: 40px;
  text-transform: none;
  padding: 0px 0px;
  font-weight: 600;
}

.bnr-para {
  font-weight: 300;
}

.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus {
  text-transform: uppercase;
  margin-top: 50px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  border-radius: 10px;
  margin: 16px 10px 0 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.btn-download {
  background-color: #be9e21;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */


.btn-more, .btn-more:focus {
  margin-left: 15px;
  border: 0px solid #304e9c;
  color: #fff;
  background-color: #304e9c;
  font-weight: 400;
}


.btn-more:hover {
  background: #ff2b2b;
  color: #fff;
}

/* Estilos do botão */
.btn-more {
  margin-left: 15px;
  border: none;
  width: 190px;
  height: 40px;
  color: #fff;
  background-color: #304e9c;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  perspective: 1000px; /* Adiciona a perspectiva para o efeito 3D */
  cursor: pointer;
  transition: all 0.6s ease;
}

/* Container para as faces do botão */
.btn-more .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1.2s ease;
  transform-style: preserve-3d;
}

/* Primeira face (frente) */
.btn-more .front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #304e9c;
  color: #fff;
  font-size: 16px;
  z-index: 2;
}

/* Segunda face (traseira) */
.btn-more .back {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #28a745;
  color: #fff;
  transform: rotateX(180deg); /* A face de trás começa invertida */
  z-index: 1;
}

/* Gira o botão no hover para mostrar a face traseira */
.btn-more:hover .inner {
  transform: rotateX(180deg);
}

/* Efeito 3D e sombra no hover */
.btn-more:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */

.overlay-detail a i {
  padding-top: 130px;
  text-align: center;
  position: relative;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
}

/***********************************
************************************
features
************************************
***********************************/

.title, .service-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 35px;
  text-transform: none;
}

.item-img {
  margin-bottom: 15px;
}

.sub-title {
  font-size: 18px;
}

.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 2px;
  width: 40px;
  background-color: #304e9c;
}

.wrap-item h3 {
  font-size: 24px;
  line-height: 25px;
}

.pad-bt15 {
  padding-bottom: 12px;
}

.sec-sub-title {
  padding-top: 30px;
}

.sec-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #002F2F;
  text-transform: uppercase;
  margin: 25px 0px;
  line-height: 1.7;
}

#service {
  background-color: #F3F4F8;
}

#service-2 {
  background-color: #F3F4F8;
  padding-bottom: 50px;
}

ul.service-list li i {
  color: #002F2F;
  padding-right: 10px;
}

.learn-more, .learn-more:hover, .learn-more:focus {
  height: 50px;
  width: 175px;
  background: #046380;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 45px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
  height: 50px;
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #495376;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #838aa1;
  margin-top: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bx-wrapper img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.service-item h3 span {
  opacity: 0.7;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
}

.service-item h3 {
  font-weight: 700;
}

.service-item p {
  opacity: 0.6;
  color: inherit;
  padding: 10px 0px;
}

.service-item a {
  color: #be9e21;
}

.mr-btn-15 {
  margin-bottom: 15px;
}

.padding-right-zero {
  /* padding-right: 0px !important; */
}

.bx-wrapper {
  margin: 0 auto 35px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item figure {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.portfolio-item figure img {
  display: block;
  position: relative;
  z-index: 10;
  margin: -15px 0
}

.portfolio-item figure figcaption {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.portfolio-item figure h2 {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-bottom: 15px;
}

.portfolio-item figure p {
  display: block;
  line-height: 18px;
  margin: 0;
  color: #fff;
  text-align: left
}

.portfolio-item figure figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 59px 30px;
  background-color: #BE9E21;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

.portfolio-item figure img {
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.portfolio-item figure:hover img, figure.hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.portfolio-item figure:hover figcaption, figure.hover figcaption {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0)
}

/***********************************
************************************
TESTIMONIAL
************************************
***********************************/

#testimonial {
  min-height: 390px;
  background-color: #20134d;
}

.bg-testicolor {
  background-color: #20134d;
  min-height: 390x;
  padding: 50px;
}

.white {
  color: #67696c !important;
}

.testimonial-item ul li blockquote {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 80px;
  position: relative;
  border: 0;
}

.testimonial-item ul li small {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.bx-viewport {
  height: 235px !important;
  background-color: transparent !important;
  border: 0px none !important;
  box-shadow: none !important;
}

.testimonial-item ul li blockquote::before {
  content: '“';
  left: 30px;
}

.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
  position: absolute;
  font-weight: 300;
  font-size: 3em;
  font-family: Georgia, serif;
  color: #ccc;
  top: 62%;
  display: none;
}

.testimonial-item ul li blockquote::after {
  content: '”';
  right: 30px;
}

/***********************************
************************************
Blog
************************************
***********************************/

.blog-info h2 {
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 0px;
  text-align: center;
  color: #fff;
}

.blog-comment {
  margin-top: 12px;
  min-height: 30px;
}

.blog-info p, .blog-comment p {
  color: #949494;
}

.blog-comment p:first-child {
  float: left;
}

.blog-comment p:last-child {
  float: right;
  margin-right: 0;
}

.blog-comment p i {
  color: #949494;
}

.read-more {
  color: #949494;
  margin-top: 15px;
  display: inline-block;
}

.blog-img {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.blog-img img:hover {
  /* opacity: 1; */
  /* -webkit-transform: scale(1.05); */
  /* -moz-transform: scale(1.05); */
  /* -ms-transform: scale(1.05); */
  /* -o-transform: scale(1.05); */
  /* transform: scale(1.05); */

}

.blog-img img {
  width: 100%;
  /* opacity: 0; */
  /*-webkit-transition: all 0.5s linear; */
  /*-moz-transition: all 0.5s linear; */
  /*-ms-transition: all 0.5s linear; */
  /*-o-transition: all 0.5s linear; */
  /*transition: all 0.5s linear; */
  border-radius: 10px 10px 0px 0px;
  cursor: auto;
}

/***********************************
************************************
contact
************************************
***********************************/

#contact {
  background-color: #e1e1e1;
  padding-top: 130px;
}
#contact-2 {
  background-color: #e1e1e1;
  padding-top: 0px;
  padding-bottom: 50px;
}

.btn-submit, .btn-submit:hover, .btn-submit:focus {
  background-color: transparent;
  border-radius: 60px;
  color: #304e9c;
  font-weight: 400;
  border: 1px solid #304e9c;
  font-size: 14px;
  padding: 6px 20px;
}

.form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #304e9c !important;
  border-color: #304e9c;
}

.form-control:focus {
  border-color: #be9e21;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.contact-form input.form-control {
  color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.loction-info p {
  margin-bottom: 25px;
}

.loction-info p i {
  color: #304e9c;
}

/***********************************
************************************
contact
************************************
***********************************/

#footer {
  padding: 20px 0px;
}

.scrollToTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #be9e21;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.white-bg {
  background-color: #fff;
}

#footer a {
  color: #be9e21;
  font-weight: 400;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

/***********************************
************************************
cta
************************************
***********************************/

.cta {
  background-color: rgb(73, 84, 105);
}

.cta .cta-info {
  width: 100%;
  float: left;
  padding: 30px 25px 30px 15px;
  border-radius: 5px;
}

.cta .cta-info .cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cta .cta-info .cta-btn {
  margin-top: 16px;
  background-color: rgb(190, 158, 33);
  padding: 20px 50px;
  color: #FFF;
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s ease-in 0s;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 768px) and (max-width: 980px) {
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }

  .navbar-collapse {
    display: flex;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    align-items: center; /* Centraliza o conteúdo verticalmente */
    width: 100%; /* Garante que ocupa toda a largura */
}

.navbar-header {
    margin-right: 20px; /* Adiciona espaço entre a logo e o menu */
}

.navbar-nav {
    display: flex; /* Permite que os itens do menu sejam exibidos em linha */
    margin: 0; /* Remove margens padrão */
}

.navbar-nav li {
    list-style: none; /* Remove marcadores de lista */
    margin: 0 15px; /* Adiciona espaço entre os itens do menu */
}

.navbar-nav li a {
    text-decoration: none; /* Remove sublinhado dos links */
}

}



@media (max-width: 767px) {

  .navbar-nav {
    padding-top: 0px !important;
  }
  .navbar-header {
    width: auto; /* Permite que a logo ocupe o espaço necessário */
  }

  .navbar-brand {
    display: block !important; /* Garante que a logo seja exibida */
    padding: 15px; /* Adiciona um espaçamento ao redor da logo */
  }

  .navbar-brand img {
    max-width: 150px; /* Define um tamanho máximo para a logo */
    height: auto; /* Mantém a proporção da imagem */
    margin-top: -26px;
  }

  .navbar-toggle {
    float: right; /* Ícone do menu fica à direita */
    margin-right: 15px; /* Adiciona um espaçamento à direita */
    margin-top: 15px; /* Ajusta a posição vertical do ícone */
    border: none; /* Remove a borda do botão */
    background-color: transparent; /* Remove o fundo do botão */
  }

  .navbar-toggle .icon-bar {
    background-color: #000; /* Cor das barras do ícone de menu */
  }

  .navbar-collapse {
    clear: both; /* Garante que o menu colapsado fique abaixo da logo e do ícone */
  }
}



@media (min-width: 451px) and (max-width: 767px) {
  .navbar-nav {
    text-align: right;
    padding-right: 0px;
    margin-top: 20px;
  }
  .video-overlay {
  background: rgb(0 0 0 / 60%); /* Efeito fumê */
}
  .mdf4 {
  height: 200px; 
  }
  .mdf40 {
  width: 100%;
}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-top: 16px;
  }
  .navbar-default .navbar-brand {
  
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #4973df;
  }
  .navbar-nav li a::after {
    display: none;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    padding: 20px 24px 20px 0px;
  }
  .navbar-toggle {
    background-color: #fff;
    margin-top: 8px;
    margin-right: 0px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .mdf20 {
  width: 80%;
  left: 10%;
  }
  .banner-info {
  padding-left: 10px;
  }
  h2.bnr-sub-title {
    font-size: 35px;
  }
}


@media (min-width: 20px) and (max-width: 450px) {
  .navbar-nav {
    padding-top: 0px !important;
  }
  #scrollTop {
    bottom: 10px;
  }
  .whatsapp-icon {
    bottom: 10px;
  }
  
  .custom-hover {
    transition: none;
}

.custom-hover:hover {
    transform: none;
    box-shadow: none;
}
  .lightbox {
  display: none !important;
}    
  .portfolio-image {
  cursor: auto !important;
  }
  .video-overlay {
  background: rgb(0 0 0 / 60%);
}
  .mdf4 {
  height: 200px; 
  }
  .mdf40 {
  width: 100%;
}
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    padding: 20px 24px 20px 0px;
    margin-top: 0px;
  }
  .navbar-nav {
    padding-top: 30px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 12px 12px;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #5e82dd;
  }
  .navbar-nav li a::after {
    display: none;
  }
  .navbar-nav {
    display: block;
    padding: 0px;
  }
  .prev, .next {
    font-size: 45px;
  }
  .mdf21 {
    width: 100%;
  }
  .video-background {
    left: -220%;
  }
  .navbar-toggle {
    margin-right: 0px !important;
    background-color: #fff;
  }
  .banner-info {
    padding-left: 10px;
  }
  .navbar-default .navbar-brand {
    padding-left: 0px;
    margin-top: 0px;
  }
  h1.bnr-title {
    font-size: 16px;
  }
  h2.bnr-sub-title {
    font-size: 33px;
  }
  body {
    font-size: 14px;
  }
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
  }
  .wrap-item h3 {
    font-size: 18px;
  }
  .title, .service-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 15px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .loction-info {
    padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .portfolio-item figure p {
    font-size: 14px;
  }
  .portfolio-item figure h2 {
    font-size: 18px;
  }
  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }
  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: right;
  }

  .navbar-brand img {
    max-width: 150px; /* Define um tamanho máximo para a logo */
    height: auto; /* Mantém a proporção da imagem */
    margin-top: -18px;
    padding-left: 10px;
  }


}
