@font-face {
    font-family: 'ClarendonRegular';
    src: url('/fonts/Clarendon Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

header .navbar-brand img {
    height: 50px;
    max-height: 50px !important;
}

header .navbar {
    z-index: 99999999999 !important;
}

.start-animation {
    transform: translateX(0); /* Posi��o inicial para come�ar a anima��o */
    opacity: 1; /* Opacidade inicial */
}

/* Estilos para o cont�iner do mapa */
#map {
    height: 400px; /* Altura do mapa */
}

.custom-marker {
    width: 95px; /* Largura do �cone */
    height: 32px; /* Altura do �cone */
    background-image: url('/media/xdubjalk/logospotfokusneg.svg'); /* Caminho para o �cone personalizado */
    background-size: cover;
    background-position: center;
    animation: bounce 1s infinite; /* Aplicar a anima��o de salto */
}

.menu-item-list .active .nav-link {
    opacity: 1;
    color: #3eb86b;
}

.large-icon a {
    color: #3eb86b !important;
}

ol, ul {
    padding-left: 0;
}

.slideshow-title {
    font-family: Antonio, sans-serif !important;
    font-size: 95px !important;
    line-height: 100%;
    color: #fff;
}

.slideshow-subtitle {
    font-size: 20px !important;
    line-height: 300% !important;
    color: #fff
}
/* Slider Container */
.rev_slider {
    position: relative;
}

    /* Slide Background Image */
    .rev_slider img {
        width: 100%;
        height: auto;
    }

/* Slide Content */
.tp-caption {
    position: relative;
    z-index: 3; /* Fica acima do overlay */
    color: #fff; /* Texto branco para contraste com o fundo escuro */
}

/* Overlay */
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Escurecimento */
    z-index: 2; /* Fica acima da imagem de fundo */
}

/* Bot�o */
.btn {
    display: inline-block;
    text-align: center;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .btn:hover {
        background-color: #0056b3;
    }


.tp-parallax-wrap {
    left: 50px !important;
}

.text-cc {
    color: #00a6ce;
}

.btn-dark-gray {
    border: 0 !important;
}

.btn-dark-gray:hover {
    background-color: #081f2d !important;
    color: #fff !important;
    border: 0px !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#popup-icon {
    animation: fadeInUp 1s ease-out forwards;
}

.grecaptcha-badge {
    right: unset !important;
    left: 0 !important;
    visibility: hidden;
}