body {
    position: relative;
    overflow-x: hidden;
	font-family: Arial, sans-serif;
}


.cursor-water {
    position: fixed;
    width: 90px;
    height: 90px;
    border-radius: 50%;

    border: 2px solid rgba(0, 174, 255, 0.35);

    pointer-events: none;
    z-index: 9999;

    transform: translate(-50%, -50%);

    backdrop-filter: blur(2px);

    box-shadow:
        0 0 20px rgba(0,174,255,0.25),
        0 0 40px rgba(0,174,255,0.15);

    animation: waterWave 2s infinite ease-out;
}

.nav-item {
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
}

.navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.nav-link {
	transition: 0.3s;
}

.nav-link.nav-link:hover {
	transform: translateY( -2px) scale(1.05);
}

 .nav-link:active {
    transform: scale(0.95);
}

.navbar {
    background-color: #081b2c!important;
}

.navbar .nav-link {
    color: #ffffff !important;
}

.navbar .nav-link:hover {
    color: #4db8ff!important;
}

.footer-custom {
    background-color: #072033;
}

.footer-custom h5 {
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-custom li {
    color: #d1e7ff
}

.footer-custom a {
    color: #ffffff
}

.footer-custom a:hover {
    color: #4db8ff
}
a i {
    transition: 0.3s;
}

a:hover i {
    transform: scale(1.2);
}

.banner {
    background: url('../img/fotobanca.png') center/cover no-repeat;
    height: 90vh;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.overlay h1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    max-width: 800px;
    text-transform: uppercase;
    
}

.simbolo-peixe {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 5px;
    z-index: 2;
} 

.card-custom {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.card-custom:hover {
    transform: translateY(-5px);
}

.card-custom h5 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.card-custom p {
    font-size: 1rem;
    font-weight: 500;
}

.carousel {
    width: 100%;
    margin: 16px 0 32px;
    padding: 0 clamp(12px, 2vw, 28px) 52px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 22px;
    align-items: stretch;
    will-change: transform;
}

.slide {
    flex: 0 0 clamp(220px, 22vw, 320px);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.slide img {
    display: block;
    width: 100%;
    height: clamp(280px, 30vw, 420px);
    object-fit: cover;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    width: 52px;
    height: 68px;
    border-radius: 16px;
    background: rgba(11, 59, 92, 0.95);
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(11, 59, 92, 0.22);
}

.carousel-btn.prev {
    left: 18px;
}

.carousel-btn.next {
    right: 18px;
}

.carousel-btn:hover {
    background: #08324f;
}

.carousel-btn:focus {
    outline: 2px solid rgba(11, 59, 92, 0.55);
    outline-offset: 3px;
}

.carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.carousel-dots button {
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 999px;
    padding: 0;
    background: rgba(11, 59, 92, 0.24);
    cursor: pointer;
}

.carousel-dots button.active {
    background: #0b3b5c;
    transform: scale(1.2);
}


.sobre-destaque {
    background: #0b3b5c;
    padding: 60px 20px;
}

.container-sobre {
    max-width: 1100px;
    margin: 0 auto;
}

.cabecalho-sobre {
    margin-bottom: 40px;
}

.tag {
    display: inline-block;
    background: #1c2e3f;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.cabecalho-sobre h2 {
    max-width: 600px;
    font-size: 2.2rem;
    line-height: 1.3;
}

.texto-sobre p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.conteudo-sobre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.texto-sobre {
    max-width: 520px;
}


.imagem-sobre img {
    width: 420px;
    max-width: 100%;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.4));
}


.frase-sobre {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 25px;
}

.sobre-destaque {
    background: #0b3b5c;
    padding: 80px 20px;
}

.sobre-destaque ul,
.sobre-destaque li {
    color: white;
}

.texto-sobre ul {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
    color: #ffffff;
}

.texto-sobre li {
    margin-bottom: 10px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #ffffff;
}

.btn-sobre {
    display: inline-block;
    padding: 10px 20px;
    background: #0d6efd;
    color: white;
    text-decoration: none;
    border-radius:  6px;
    transition: 0.3s
}

.btn-sobre:hover {
    transform: scale(1.05);
}


@media (max-width: 768px) {
    .conteudo-sobre {
        flex-direction: column;
        text-align: center;
    }

    .imagem-sobre img {
        max-width: 250px;;
    }
}

@keyframes waterWave {

    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}