@import url("css/bootstrap.min.css");
@import url("css/animate.css");
@import url("css/all.min.css");
@import url("css/fontello.css");
@import url("css/flaticon.css");
@import url("css/themify-icons.css");
@import url("css/font-awesome.css");
@import url("css/aos.css");
@import url("css/slick.css");
@import url("css/prettyPhoto.css");
@import url("css/shortcodes.css");
@import url("css/main.css");
@import url("css/megamenu.css");
@import url("css/responsive.css");


.gold-gradient:hover {
    background: linear-gradient(
        135deg,
        #f8e27a 0%,
        #f1c40f 25%,
        #d4a017 50%,
        #b8860b 75%,
        #8c6b00 100%
    );
}

.dark-footer-bg {
    background: #0b2230 !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.gray-light-bg {
    background: #fafafa !important;
}
.small-text:not(p) {
    opacity: 1;
}
.small-text {
    font-size: 13px;
}
.list-inline-item {
    display: inline-block;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}
@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}
.text-left {
    text-align: left !important;
}
.ptb-60 { padding: 60px 0; }
.pt-60 { padding-top: 60px 0; }

footer ul:not([class*='menu']) li > a {
    font-weight: 400;
    font-size: 13px;
    display: block;
}

.gold-text {
    background: linear-gradient(
        135deg,
        #f8e27a 0%,
        #f1c40f 25%,
        #d4a017 50%,
        #b8860b 75%,
        #8c6b00 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.linkWhatsApp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: pisca 1.5s infinite;
}

.linkWhatsApp.mobile {
    bottom: 35px;
    left: 42.5%;
    width: 15%;
}

@keyframes pisca {
    70% {
        box-shadow: 0 0 0 25px #0000
    }

    to {
        box-shadow: 0 0 #0000
    }
}