body, html{
    font-family: "Montserrat", serif;
  }

  .lh{
    line-height: 20px;
  }

  .lh2{
    line-height: 30px;
  }


  .fb{
    font-weight: bold;
  }

  .cardbck{
    border: 2px solid #D6000A;
    text-align: center;
    border-radius:40px;
  }

  .mt-11{
    margin-top: -30px;
  }

  .mt-22{
    margin-top: -40px;
  }
  
  .logo_dps {
    width: 70% !important;
    display: block;
    margin: 0 auto; /* Centraliza horizontalmente */
}

video{
    border-top-left-radius:100px;
    border-top-right-radius:100px;
    box-shadow: 120px;
    box-shadow: 0px -4px 95px 11px rgba(0, 0, 0, 0.097);
}
.title_serv{
    font-size: 60px;
    text-align: center;
    color: #D6000A;
    font-weight: 900;

}
.img_icon{
    width: 60px !important;
    margin-top: 10px;
}
.servico-item {
    padding: 16px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 18px;
    color: #ffffff;
    background-color: #D6000A;
    font-weight: bold;
    margin-bottom: 10px;
  }

  b{
    color: #D6000A !important;
    font-weight: 900 !important;
  }

  h2{
    font-weight: 600 !important;
  }


  
.bck_rodape {
    background-image: url('img/rodape.jpg');
    background-size: 100%;
    width: 100%; /* Garante que ocupe toda a largura */
    height: auto;
    background-repeat: no-repeat;
    padding: 2rem 0; /* Espaçamento vertical */
    margin-top: 30px;
  }
  
  .bck_rodape2 {    
    background-image: url('img/fale_conosco_bck.jpg');
    background-size: 100%;
    width: 100%; /* Garante que ocupe toda a largura */
    height: auto;
    background-repeat: no-repeat;
    padding: 2rem 0; /* Espaçamento vertical */
  }
  
  .bck_rodape .container {
    max-width: 1140px; /* Largura máxima centralizada */
    margin: 0 auto; /* Centraliza horizontalmente */
  }

  .btnp{
    background-color: rgb(31, 228, 64) !important;
    padding: 15px;
    font-weight: 900 !important;
    border: 1px solid transparent;
  }


  font{
    padding: 5px;
    background-color: #D6000A;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  
        /* Definindo a animação pulse */
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }

        /* Aplicando a animação à div */
        .pulse-effect {
            animation: pulse 2s infinite;
        }

.sllogo{
    width: 220px;
}

.mobile_d{
    display: none;
}


/* Estilo para a barra fixa no rodapé */
.css_bottom_rodape_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #555;
    background-color: #fff; /* Cor de fundo da barra */
    color: #333 !important; /* Cor do texto */
    z-index: 1000; /* Garante que a barra fique acima de outros elementos */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Sombra para destacar a barra */
}

/* Estilo para o conteúdo dentro da barra */
.css_bottom_rodape_fixed .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Estilo para a lista de itens */
.css_bottom_rodape_fixed ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px; /* Espaçamento entre os itens */
    font-size: 14px !important;
}

/* Estilo para os itens da lista */
.css_bottom_rodape_fixed ul li {
    display: flex;
    align-items: center;
}

/* Estilo para os links */
.css_bottom_rodape_fixed ul li a {
    color: #333;
    text-decoration: none;
    align-items: center;
    gap: 10px; /* Espaçamento entre ícone e texto */
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Estilo para os links ao passar o mouse */
.css_bottom_rodape_fixed ul li a:hover {
    background-color: #ffffff; /* Cor de fundo ao passar o mouse */
}

/* Estilo para o ícone */
.css_bottom_rodape_fixed ul li a img {
    width: 24px;
    height: 24px;
}

/* Estilo para o texto em negrito */
.css_bottom_rodape_fixed ul li a strong {
    font-weight: bold;
}

/* Estilo para a linha divisória */
.css_bottom_rodape_fixed ul li hr {
    border: 1px solid #555;
    height: 50px;
    margin: 0 10px;
}

.atcicon{
    width: 9px !important;
    height: 9px !important;
}

        /* Estilo para mobile e tablet */
@media (max-width: 991px) { /* Até dispositivos médios (tablets inclusos) */


    div.mobile_g_top {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto; /* Altura automática */
        margin: 0 auto; /* Centraliza a div horizontalmente */
        padding: 20px; /* Adiciona um pouco de espaço interno */
        margin-bottom: 30px;
        font-size: 15px !important;
        line-height: 16px;
    }
    .sllogo{
        width: 190px;
        padding-left: 13px;
    }
    .pservico{
        padding: 17px !important;
    }

    .mp0{
        margin-top: -60px;
    }

    .mobile_n{
        display: none;
    }
    
    .logo{
        width: 110px;
        margin-right: 180px !important;
    }
    .mobile_d{
        display: block;
    }
    .cardbck{
        font-size: 14px !important;
        padding: 0px !important;
        margin: 0 !important;
    }
    .fb{
        font-size: 18px !important;
    }

    /* Estilo para a lista de itens */
    .css_bottom_rodape_fixed ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 0px; /* Espaçamento entre os itens */
        font-size:9px !important;
        color: #000 !important;
    }
    
    /* Estilo para o ícone */
    .css_bottom_rodape_fixed ul li a img {
        width: 12px;
        height: 12px;
    }

    .atcicon{
        width: 3px !important;
        height: 3px !important;
    }
    
}
