.logo img {
    max-height: 60px !important;
}

header.init {
    background: rgb(2 27 80) !important;
}

.content-col .subheading {
    color: #ee8003 !important;
}

.btn-slider,
.btn-content {
    background-color: #ee8003 !important;
}

.tp-caption {
    white-space: unset;
    background: #0000006f;
    padding: 8px 16px;
}

.slide-big-heading {
    font-weight: 400;
}

.text-primary {
    color: #ee8003 !important;
}

.main-content .desc {
    max-width: 90% !important;
}

.depoimentos {
    background-color: #ee8003 !important;
}

.depoimentos .title {
    color: #fff !important;
}

.main-content .heading .title:after {
    content: "" !important;
}

.foo-reserv {
    max-width: 100% !important;
}

.responsive {
    width: 100%;
    height: auto;
}

.border-2 {
    border: 5px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #ee8003 !important;
}

.owl-dots .owl-dot span:before {
    background: #ee8003 !important;
}

.white nav ul ul li {
    width: 270px !important;
}

.white nav a:hover {
    color: #ee8003 !important;
}


/* Botão flutuante */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

/* Animação suave */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Tooltip */
.whatsapp-tooltip {
    position: fixed;
    z-index: 9999999999999999;
    bottom: 57px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1240px) {
.whatsapp-tooltip.show {
    opacity: 1;
    transform: translateY(0);
}
}


section.s-bot:after {
    bottom: -110px !important;
}

section.s-top:before {
    top: -110px !important;
}

.contactform {
    margin: 0 5%;
    background: #fff;
    padding: 30px;
    width: 100%;
}

#servicos .g-bot,
#servicos .content-gallery {
    height: auto !important;
}

#servicos .col-md-3-image {
    width: 100% !important;
    height: auto !important;
}

.assinatura {
    position: absolute;
    width: 55px;
    height: 38px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 2px;
    border-radius: 5px;
}

@media only screen and (max-width: 480px) {
    .assinatura {
        position: relative;
        margin: 50px auto 0;
        right: 0;
    }
}

#totop.show {
    bottom: 70px !important;
}

@media only screen and (max-width: 640px) {
    .white nav a.last {
        padding: 20px 10px 20px 10px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .menu-right.centered {
        top: 45px !important;
        right: 10px !important;
    }
}