﻿

.texto-dif {
    position: relative;
    display: block;
}
.containerlogo{
    text-align: center;
}
/* Aplica a máscara e animação ao elemento principal E aos pseudo-elementos */
.texto-dif,
.texto-dif::before,
.texto-dif::after {
    -webkit-mask-image: linear-gradient(-75deg, rgba(10, 21, 169, 0.6) 50%, #c46b12 50%, rgb(15, 90, 188) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
}

/* Estilos específicos dos pseudo-elementos (linhas) */
.texto-dif::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 50%;
    height: 5px;
    /* background-color: #262626; */
}

.texto-dif::after {
    content: "";
    position: absolute;
    left: 55%;
    bottom: -50px;
    width: 45px;
    height: 5px;
    /* background-color: #262626; */
}
.menu-principal{
    margin: 0 auto;
}

.menu-principal ul {
    list-style: none;
    display: flex;
    justify-content: center;
    /* padding: 20px 0; */
    align-items: center;
}

.menu-principal li {
    /* margin: 0 20px; */
    font-size: 1.3em;
    border-right: 1px solid white;
    padding: 0 35px;
}
.menu-principal li:last-child {
    border-right: none; /* tira a borda do Ãºltimo item */
}

.menu-principal a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 1.1em;
    transition: color 0.3s ease;
    position: relative;
}

.menu-principal a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 4px;
    width: 0%;
    background-color: #217dcf;
    transition: width 300ms ease;
}

.menu-principal li:hover {
    border-right: none; /* remove borda ao passar o mouse */
}

.menu-principal li:hover a::after {
    width: 100%; /* anima a linha de baixo */
}

.menu-principal a:hover {
    color: #1888eb;
}



.menu-principal li a:hover li{
    border-right: none !important;
}


.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
  }
  
  .menu-icon {
    width: 30px;
    height: auto;
  }
  
  /* Oculta o menu em telas pequenas */
  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
      position: absolute;
      top: 15px;
      right: 20px;
    }
  
    .menu-principal {
      position: absolute;
      top: 60px;
      right: 0;
      background-color: #fff;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-in-out;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      z-index: 1000;
    }
  
    .menu-principal.active {
      max-height:400px; /* Ajuste conforme a quantidade de links */
    }
  
    .menu-principal ul {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }
  
    .menu-principal li {
      list-style: none;
      padding: 15px 20px;
      border-bottom: 1px solid #eee;
    }
  
    .menu-principal a {
      color: #000;
      text-decoration: none;
      font-weight: 500;
    }
  
    .menu-principal a:hover {
      color: #1C66A6;
    }
  }
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');

*{
    font-family: 'Montserrat';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.borda{
    border: 1px solid red;
}

h5{
    /* font-size: 2.0em !important; */
}

h2{
    font-size: 3.5em;
}
h1{
    font-size: 4.0em;
}
i{
    font-size: 1.6em;
    opacity: 0.5;
}

.imagem-container {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */

}

.imagem-container img {
    width: 100%;
    display: block;
    /* border-radius: 8px; */
    /* position: relative; */
    z-index: 2;
}

.imagem-container::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    /* border: 2px solid #1C66A6; */
    /* border-radius: 8px; */
    z-index: 1;
    /* border: 1px solid red; */

}

.row.containerInfoEnd{
    display: none;
}

.row.containerInfoEndRef{
    display: none;
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animate-fadeIn {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0; /* Para iniciar invisÃ­vel */
  }
  
  /* Adiciona delay em elementos subsequentes para efeito cascata */
  .animate-delay-1 { animation-delay: 0.2s; }
  .animate-delay-2 { animation-delay: 0.4s; }
  .animate-delay-3 { animation-delay: 0.6s; }
  .animate-delay-4 { animation-delay: 0.8s; }


  .btn-projetos {
    background-color: #1C66A6;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.2em;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    opacity: 0;
    animation: fadeInUp 2s ease-out forwards;
    animation-delay: 0.2s;
}

.btn-projetos:hover {
    background-color: #16538B;
    transform: scale(1.05);
}

.btn-projetos:focus {
    outline: none;
    animation: pulse 1s infinite;  /* AnimaÃ§Ã£o de pulsar no foco */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);  /* DÃ¡ um pequeno aumento */
    }
    100% {
        transform: scale(1);
    }
}


/* Fundo escurecido e centralizador */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* fundo translÃºcido */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
  }
  
  /* Spinner central */
  .spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.8s linear infinite;
  }
  
  /* Oculto por padrÃ£o */
  .hidden {
    display: none !important;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

        body {
            background: #f4f4f4;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* padding: 1.2rem; */
        }
        .borda{
            border: 1px solid red;
        }
        .menu-principal ul li{
            border-right: rgba(0, 0, 0, 0.538);
        }
        .menu-principal ul li a{
            color: rgba(0, 0, 0, 0.532);
        }
        .container {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            width: 80%;
            display: flex;
            justify-content: center;
            align-items: start;
            flex-direction: column;
            margin-top: 120px; /* Adicionado para dar espaÃ§o abaixo do header */
        }


        #FormOrcamento{
            width: 100%;
        }

        