/* Links da linkagem */
.linkagem a {
    color: #007EC3;
    text-decoration: none;
}

/* Estilo de hover nos itens da lista */
.list-group-item + .list-group-item:hover {
    color: #007EC3;
}

/* Estilo para navbar */
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

/* Estilo dos botões do WhatsApp */
.whatsapp-buttons {
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Estilo do botão do WhatsApp */
.whatsapp-button {
    width: 65px;
    aspect-ratio: 1;
    background-color: #25d366; /* Cor do botão do WhatsApp */
    color: white;
    font-size: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    animation: pulse 1.5s infinite;
}

.whatsapp-button:hover {
    background-color: #128c7e;
}

/* Estilo do link */
.whatsapp-buttons a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
}

.whatsapp-buttons .fa {
    color: #fff !important;
}

/* Estilo do texto de identificação (SP ou BH) */
.whatsapp-button span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(15, 42, 76, 0.7);
    color: white;
    font-size: 0.7em;
    padding: 1px 8px;
    border-radius: 16px 5px 14px 5px;
    margin: -8px -21px;
}

/* Animação de pulso */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Estilo geral do body */
body {
    padding-top: 56px;
}

/* Estilo para parágrafos */
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
}

/* Estilo para o carousel */
.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
}

/* Estilo para itens da lista */
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #999;
}

/* Estilo do banner */
.banner {
    width: 100%;
    min-height: 600px;
    background: linear-gradient(rgba(40, 58, 90, 0.1), rgba(00, 00, 00, 0.9)), url(../imagens/banner/banner-interno.jpg) center center;
    background-size: cover;
    text-align: center;
}

.banner h1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 120px;
    margin-bottom: 30px;
}

.banner p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.banner a:hover {
    color: #fff;
}

/* Estilo do botão Saiba Mais */
.botao-saiba {
    background: #007EC3;
    text-align: center;
    color: #fff;
    animation-name: color;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    padding: 12px 34px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    font-size: 24px;
}

.botao-saiba:hover {
    color: #fff;
}

.logo-empresa {
	width: 100%;
}


/* Estilo para o caminho (breadcrumb) */
#caminho {
    background: linear-gradient(45deg, #007EC3, #007EC3);
    padding: 24px 10px 9px 10px;
    margin-bottom: 30px;
}

#caminho a {
    text-decoration: none;
}

.breadcrumb {
    padding: 0;
}

.breadcrumb a {
    color: #fff !important;
}

.breadcrumb .fas {
    color: #fff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.breadcrumb-item.active {
    color: #fff !important;
}

/* Estilo para a galeria */
#galeria {
    padding-bottom: 50px;
}

.modal-body {
    text-align: center !important;
}

#galeria button {
    border: 0;
    background: #fff;
    padding: 13px;
}

#galeria img {
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 0px 0px 7px #ccc;
}

/* Estilo para o cabeçalho do modal */
.modal-header button {
    background-color: #005ABF !important;
    color: #fff;
    border: 0;
    font-size: 23px;
    width: 24px;
    height: 23px;
    padding: 4px;
    line-height: 0;
    text-align: center;
    padding-top: 0px;
}

.modal-header {
    border-bottom: 1px solid #005ABF !important;
}

.modal-footer button {
    background-color: #005ABF !important;
    border: 0;
}

.lightbox {
    padding-top: 50px;
    position: fixed !important;
    top: 0 !important;
}

.photos img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lightbox-gallery {
    color: #000;
    overflow-x: hidden;
}

.lightbox-gallery p {
    color: #fff;
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff;
}

@media (max-width: 767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.lightbox-gallery .intro p {
    margin-bottom: 0;
}

.lightbox-gallery .photos {
    padding-bottom: 20px;
}

.lightbox-gallery .item {
    padding-bottom: 30px;
}
