	@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");


/*------------------- NEW HEADER ------------------------------*/

.top-bar {
    background: #101215;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.top-bar-bottom {
    background-color: #f5f5f5;
    padding: 15px;
}

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.top-bar ul{
	margin-bottom: 0px;
}

.top-bar .contact-details li {
    display: inline-block;
    padding: 6px 0;
}

.top-bar .contact-details li a {
    font-size: 12px;
    display: block;
    margin-right: 15px;
    color: #fff;
    line-height: 32px;
	FONT-WEIGHT: BOLD;
}

.top-bar .contact-details li a i {
    padding-right: 5px;
    vertical-align: middle;
}

ul.social-list {
    float: right;
}

.account-setting {
    position: relative;
    float: right;
    padding: 7px;
    margin-right: 5px;
    color: #fff;
}

ul.social-list li {
    float: left;
    padding: 6px 0;
}

ul.social-list li a {
    display: inline-block;
    color: #fff;
}

ul.social-list li a i {
    font-size: 16px;
    display: block;
    width: 26px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.account-setting a {
    display: inline-block;
    padding: 6px;
    outline: 0;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.account-setting a i {
    margin-right: 5px;
}



.top-bar-bottom img {
    width: 100%;
    margin: 0 auto;
}

.top-bar-bottom .name-title {
    float: left;
    padding: 5px 20px;
    margin-top: 10px;
    border-left: 1px dotted #aaa;
}


.top-bar-bottom h3 {
    font-size: 1.6em;
    line-height: 1.4em;
}
.top-bar-bottom h1, .top-bar-bottom h2, .top-bar-bottom h3, .top-bar-bottom h4, .top-bar-bottom h5, .top-bar-bottom h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: montserrat,sans-serif;
    font-weight: 700;
}

.box-language, .box-currency {
    display: inline-block;
    margin: 15px 10px;
}

.box-language .btn-group, .box-currency .btn-group {
    vertical-align: top;
    margin: 0;
}
.btn-group, .btn-group-vertical {
    margin: 0;
}
.toggle-wrap {
    position: relative;
}

.box-language .toggle, .box-currency .toggle {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 7px 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.box-language .toggle span:first-child, .box-currency .toggle span:first-child {
    position: relative;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

 li {
    list-style: none;
    margin: 0;
}

.dropdown li a {
    display: block;
    color: #666;
    font-size: 13px;
    font-family: roboto,sans-serif;
    padding: 10px 18px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus {
    color: #4caf50;
}

.dropdown > li:hover > a, .dropdown li a.active {
    background-color: #4caf50;
}



.btn-common {
    background: #4caf50 !important;
    position: relative;
    border-color: #4caf50 !important;
	
	    padding-right: 10px;
    background: #4caf50 !important; 
    /* border-color: #4caf50 !important; */
    padding-left: 9px!important;
    padding-top: 5px!important;
    padding-bottom: 4px!important;
	
	
}

.btn-header-custom{
    background: #fff !important;
    border: 1px solid #ddd !important;
    height: 36px;
    border-radius: 2px !important;
    font-weight: unset !important;
    padding: 0 20px !important;
    text-transform: capitalize;
}

.dropdown-menu-custom{
    background: #fff !important;
}

.dropdown-menu > li > a {
    padding: 12px 20px !important;
}

.navbar-nav li a{
    border-radius: 2px;
    /*margin: 20px 3px;*/
}

.dropdown-menu li a{
    padding: 0;
    text-transform: capitalize;
    border-radius: 0 !important;
    margin: 0 !important;
    width: 235px;
}

.navbar-default .navbar-nav > .open > a{
    background-color: #4caf50 !important;
    color: #fff !important;
}

.dropdown-menu{
    padding: 0 !important;
}


.navbar-nav .active a{
    color: #fff !important;
    background-color: #4caf50 !important;
    margin: 20px 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-toggle{
    background-color: #4caf50 !important;
}

.navbar-default .navbar-toggle {
    border-color: #4caf50 !important;
}

.pesquisasite{
    margin-top: 15px !important;
}

.pesquisasite input{
    border-radius: 2px;
}


.buttons-header-custom{
    margin-top: 15px;
}

.header-whatsapp-icon i{
    color: #4caf50 !important;
}

.responsive-navbar-text{
    color: #fff;
    line-height: 3.5em;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

/*------------------- NEW HEADER END ------------------------------*/

/*------------------- NEW FOOTER ------------------------------*/

.footer-top {
    background: rgba(30, 30, 30, 0.98);
    padding: 80px 0 70px;
}

.footer-top h2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 400;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0.5px;
}

.site-footer .footer-top hr {
    background: #ffce10;
    border: 0 none;
    bottom: 0;
    height: 2px;
    left: 0;
    margin: 10px 0;
    position: relative;
    right: 0;
    text-align: left;
    top: -25px;
    width: 14%;
}

p.about-lt {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #cfcfcf;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
}

a.more-detail {
    color: #f9ca40 !important;
    float: left;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-bottom: 20px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
.site-footer a {
    font-family: "Poppins", sans-serif;
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
}
a {
    text-decoration: none !important;
    outline: 0;
}

.widget-news-simple p {
    font-family: "Poppins", sans-serif;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
}

.widget-news-simple div {
    font-family: "Poppins", sans-serif;
    color: #f9ca40;
    font-size: 13px;
    font-weight: 400;
}
.widget-news-simple div {
    color: #f9ca40;
    font-size: 13px;
    font-weight: 600;
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.use-slt-link li:first-child {
    padding-top: 0;
}
ul.use-slt-link li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 0;
        padding-top: 8px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.site-footer a {
    font-family: "Poppins", sans-serif;
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
}

.btn-quote:hover, .btn-quote:focus, .btn-quote:active, .btn-quote:active:focus {
    background-color: #fff;
    border-color: transparent;
    background-position: left bottom;
    box-shadow: none;
    color: #072d40;
    outline: medium none;
}

.btn-quote {
    font-family: "Poppins", sans-serif;
    background: -webkit-linear-gradient(left, #fffff 50%, #ffce10 50%) repeat scroll right bottom/207% 100% transparent;
    background: linear-gradient(to right, #ffffff 50%, #ffce10 50%) repeat scroll right bottom/207% 100% transparent;
        background-color: transparent;
        background-position-x: right;
        background-position-y: bottom;
    border: 0 none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 30px;
    color: #072d40;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 auto;
    padding: 8px 20px;
    text-align: center;
    -webkit-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}

.footer-bottom {
    background-color: #191919;
    font-size: 0.875rem;
    border-top: 1px solid #353535;
    padding: 30px 0;
    position: relative;
}

.footer-bottom p {
    font-weight: 200;
    line-height: 38px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.site-footer a {
    font-family: "Poppins", sans-serif;
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
}
.scrollup {
    background: rgba(0, 0, 0, 0) url("../images/top-move.png") no-repeat scroll 0 0;
    bottom: 28px;
    display: none;
    height: 40px;
    opacity: 0.9;
    outline: none;
    position: fixed;
    right: 15px;
    text-indent: -9999px;
    width: 40px;
}

.footer-top .social-icons {
    margin-top: -5px;
}
.site-footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 0.125rem;
}
.social-icons li {
    display: inline-block;
    margin-bottom: 0.125rem;
}

.social-icons a {
    background: transparent linear-gradient(to right, #ffbe00 50%, #ffffff 50%) repeat scroll right bottom / 207% 100%;
    border-radius: 30px;
    color: #00283b;
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 0.5rem;
    text-align: center;
    transition: background-color 0.2s linear 0s;
    -webkit-transition: all .6s ease 0;
    transition: all .6s ease 0;
    transition: all 0.3s ease 0s;
}

.social-icons a:hover {
    background: transparent linear-gradient(to right, #ffbe00 50%, #ffffff 50%) repeat scroll right bottom / 207% 100%;
        background-position-x: right;
        background-position-y: bottom;
    color: #00283b;
    background-position: left bottom;
}


/*---------------------------- END NEW FOOTER CSS ----------------------------------------------------------*/

/*---------------------------- NEW BREADCRUMBS CSS ----------------------------------------------------------*/
.breadcrumbs {
    padding: 8px 0px;
    margin: auto;
    font-size: 12px;
    border-bottom: 1px #e5e5e5 solid;
}

.breadcrumbs ul {
    margin: 0px;
    padding: 0px;
}

.breadcrumbs ul li {
    list-style-type: none;
    display: inline;
}

.breadcrumbs a {
    color: #999;
    text-decoration: none;
    transition: 0.5s all ease;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 5px 0 5px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.descricaooferta{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
}

.btn-dispon-green{
    background: #4caf50;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.btn-dispon-red{
    background: #ff6550;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}