#wt_section_home.wt_section_area {
    background: transparent;
        background-color: transparent;
        background-image: none;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-image: url('http://lukdieselosasco.com.br/wp-content/uploads/2018/07/Banner-Background-LukDiesel-sem-telefone.jpg');
    background-position: center;
    background-size: cover;
    background-color: #eef0f1;
    background-repeat: no-repeat;
}

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0;
    box-shadow: none;
    background: none;
}

#headerWidget {
    display: none;
}

.textwidget {
    display: none;
}

.register-info option {
    color: #000;
}

#logo {
    margin-top: 12px;
    font-size: 24px;
    position: absolute;
}

#wt_header.scroll-fixed-navbar {
    top: 28px !important;
    display: none;
}

.c-telefone-top .telefone-top {
    color: #fff;
}
.c-telefone-top {

    position: absolute;
    right: 50%;
    top: 24px;
    font-size: 25px;
}


@media only screen and (max-width: 1024px) {
	.c-telefone-top {
    position: absolute;
    right: 27%;
    top: 18px;
    font-size: 18px;
	}	
}

.breadcrumbs {
    display: none;
}

@media only screen and (max-width: 600px) {
	.c-telefone-top {    
    right: 45px;
    top: 90px;
	}
	.c-telefone-top .telefone-top {
    color: #000;
}
}

@media only screen and (max-width: 475px) {
	.c-telefone-top {    
    left: 29px;
    top: 239px;    
	}
}
input[type="text"], input[type="email"] {
    border: 1px solid #FFFFFF;
}
.txtarea {
    width: 100%!important;
    height: 155px!important;
    padding-left: 2%!important;
    padding-right: 2%!important;
    margin-bottom: 10px!important;
    color: #fff!important;
    border: 1px solid #fff!important;
    background-color: transparent!important;
    font-size: 14px!important;
    -webkit-border-radius: 5px 5px 5px 5px!important;
    -moz-border-radius: 5px 5px 5px 5px!important;
    border-radius: 5px 5px 5px 5px!important;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	.responsive .navbar-brand {
    width: 90px;
	}
	.responsive .wt_noSticky_on_ss #wt_header {
		padding: 20px 0;
	}
	.wt_stickyHeader.wt_noSticky_on_ss #wt_containerWrapper {
			padding-top: 0px;
	}
	.c-telefone-top {
			display: none;
	}
	.responsive #logo {
		margin-top: -10px;
	}
	.responsive .vc_row-fluid {
    padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}
::placeholder { 
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  color: #ffffff;
}
::-ms-input-placeholder {
  color: #ffffff;
}