﻿.whatsapp-float {
    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: 2px 2px 3px #999;
    z-index: 999;
}

.whatsapp-float-i {
    margin-top: 16px;
}

body {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

.alt-font {
    font-family: 'Source Sans Pro', sans-serif;
}

.fa14 a {
    font-size: 14px;
}



/* Tema Css*/
.loader .loader-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e7b200;
}

h1 {
    font-size: 50px;
}

.full-width-header .rs-header .topbar-area.style2 {
    background-image: linear-gradient(180deg, #221e1d 10%, #fdc802 100%);
}

    .full-width-header .rs-header .topbar-area.style2 .topbar-contact li a:hover {
        color: #ccc;
    }

    .full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
        color: #ffffff;
        border-right: 1px solid #ccc;
    }



#scrollUp i {
    background-image: linear-gradient(180deg, #221e1d 10%, #fdc802 100%);
    color: #fff;
}

.rs-footer {
    background: none;
    background-color: #F5F6F9;
}

body .search-modal {
    background: #ffc107;
}


.rs-breadcrumbs2 .breadcrumbs-inner ul li {
    color: #9c9797;
}

    .rs-breadcrumbs2 .breadcrumbs-inner ul li a:before {
        background-color: #000000;
    }

.rs-breadcrumbs2 .breadcrumbs-inner .page-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    color: #000000;
}

.rs-breadcrumbs2 .breadcrumbs-inner ul li a {
    color: #000000;
}




@media only screen and (min-width: 992px) {
    .mobile-menu-5 {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .mobile-menu-5 {
        display: block;
    }
}

.ul15 ul {
    padding: 0 15px 0 15px;
}

.ul15 p {
    margin-left: 0px;
}

header .navbar .navbar-brand img, header .sidebar-nav-menu .navbar-brand img, header.side-menu .logo img {
    max-height: 100px;
}

.bg-yellow-ochre {
    background-color: #505050;
}

.bg-extra-dark-gray {
    background-color: inherit;
}

.opacity-extra-medium {
    opacity: .7;
}

.parallax {
    height: 450px;
}

.small-screen {
    height: 200px;
}

.palatino {
    font-family: 'Palatino', sans-serif;
}

.video-icon-large .video-icon {
    opacity: 60%;
}

.default-logo, .alt-logo, .mobile-logo {
    max-width: 110%;
}

#google_translate_element {
    display: flex;
    position: absolute;
    z-index: 1499;
    top: 20px;
    right: 20px;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }

    #google_translate_element {
        position: absolute;
        display: flex;
        top: 20px;
        right: 45px;
    }
}
