/*
 Theme Name:     Alvetti Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme from Alvetti
 Author:         Alan Alvetti
 Author URI:     http://alvetti.com/
 Template:       wp-bootstrap-starter
 Version:        1.0
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

body{
    background-color: #f4f4f4!important;
}
body, p{
    font-family: 'Ubuntu', sans-serif!important;
    color: #555;
    font-weight: 300;
}

.facetwp-load-more{
	margin: 0 auto;
    display: block;
    background-color: #c11c21;
    color: #fff;
	border: 0;
    padding: 10px 40px;
    text-transform: uppercase;
}
.post h2, .post h3, .post h4{
	color: #333;
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-style: italic;
    font-size: 11px;
    color: #ccc;
    border-bottom: 1px dashed #f4f4f4;
    padding-bottom: 5px;
}

.single-post .post-thumbnail img{
	width: 100%;
}
a:hover{
    text-decoration: none!important;
    color: #ccc;
}

a, button{
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.navbar-dark .navbar-brand {
    width: 180px;
    padding: 0;
}

#masthead .navbar-nav>li a {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

#masthead .navbar-nav>li a:hover{
    color: #c11c21;
}

#masthead nav {
    padding-top: .75rem!important;
}

header#masthead {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.5)!important;
    background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 100%)!important;
    font-family: 'Ubuntu', sans-serif!important;
    box-shadow: none!important;
}

.main-slider__btn_inner,
.main-slider__title
{
    text-transform: uppercase
}

.main-slider:after,
.main-slider:before
{
    content: ''
}

.main-slider__item {
    position: relative;
    margin-bottom: 50px
}

.main-slider__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.main-slider__text {
    font-size: 16px;
    font-weight: 400
}

.main-slider__price {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    vertical-align: middle
}

.main-slider__link {
    display: inline-block;
    width: 36px;
    height: 38px;
    margin-top: 5px;
    margin-left: 20px;
    padding-top: 8px;
    vertical-align: middle;
    transform: skewX(-16deg);
    text-align: center;
    background-color: #c11c21!important;
}

.main-slider__link .icon {
    font-size: 15px;
    color: #fff;
    transform: skewX(10deg);
    position: relative;
    top: 3px;
    left: 11px
}

.main-slider__btn {
    display: inline-block;
    padding: 7px 0;
    background-color: rgba(0, 0, 0, .4);
    transform: skewX(16deg);
    box-shadow: -4px 0 0 0 #c11c21!important;
}

.main-slider__btn:hover {
    background-color:#c11c21!important;
}

.main-slider__btn_inner {
    display: inline-block;
    padding: 5px 20px!important;
    font-family: Ubuntu;
    color: #fff;
    transform: skewX(-16deg);
    text-align: center
}

.main-slider__link{
    background-color: #dc2d13
}

.main-slider__btn {
    box-shadow: -4px 0 0 0 #dc2d13
}

.top-bar {
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #999;
    padding-bottom: .75rem;
    overflow: hidden;
}
.top-bar.hidetop{
    display: none;
}
.top-bar .left-bar {
    overflow: hidden;
    float: left;
}
.top-bar .left-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar .left-bar li {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.top-bar .left-bar li a{
    color: #fff;;
}

.top-bar .left-bar li a:hover{
    color: #c11c21;
}

.top-bar .right-bar {
    float: right;
}
.top-bar .right-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar .right-bar ul li {
    float: left;
    margin-right: 10px;
}
.top-bar .right-bar ul li a {
    color: rgba(255,255,255,0.5);
}
.top-bar .right-bar ul li a:hover {
    color: rgba(255,255,255,1);
}

.vdecore-bottom {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 99;
}

.vdecore-bottom:after, .vdecore-bottom:before {
    position: absolute;
    bottom: -3vw;
    width: 51%;
    height: 8vw;
    background-color: #f5f5f5;
    z-index: 101;
    content: '';
}

.vdecore-bottom:before {
    left: 0;
    transform: skewY(4.5deg);
}

.vdecore-bottom:after {
    right: 0;
    transform: skewY(-4.5deg);
}

.carros {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-row-gap: 1px;
}
.carros .box {
	aspect-ratio: 4/3;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #000;
    overflow: hidden;
    border: 1px solid #fff;
}
.home .carros .box {
    border: 0!important;
}
.carros .box .box-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .6;
    transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.carros .box:hover .box-image {
    opacity: 1;
    transform: scale(1.05);
}
.carros .box .box-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.carros .box .box-button a {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 20px;
    background-color: rgba(0,0,0,0.3);
}
.carros .box .box-button a:hover{
    background: #c11c21;
}
.carros .box .box-title {
    position: absolute;
    text-transform: uppercase;
    left: 20px;
    bottom: 15px;
    color: #fff;
    font-size: 18px;
	line-height: 1.1;
}
.carros .box .box-inner {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.readmore {
    border-left: 4px solid #c11c21;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2px 10px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
}

.readmore:hover {
    border-left: 4px solid #ccc;
    color: #222;
}

.ult-team-member-wrap, .wpb_column>.wpb_wrapper .ult-team-member-wrap {
    overflow: hidden;
    background: #fff;
}

.ult-team-member-image {
    float: left;
    width: 280px;
}

.ult-team-member-bio-wrap {
    display: table;
    padding-left: 15px;
    padding-right: 15px;
}

.ult-style-1 .ult-team-member-name-wrap .ult-team-member-name {
    margin: 15px 0 0px 0!important;
}
.ult-style-1 .ult-team-member-description{
    margin: 10px 0 10px 0!important;
}

.testi-name {
    width: 100%;
}

.theme_6 .testi-wrapper {
    margin: 15px 10px;
    background: #fff;
    padding-top: 15px;
}

#dep .upb_bg_overlay{
	background-color: rgba(193,28,33,0.8)!important;
}

#topo .upb_bg_overlay{
	background-color: rgba(0,0,0,0.5)!important;
}

.owl-tstvc-controls {
    margin-top: 40px;
}

#servicos .aio-icon-title, #servicos .aio-icon-description, #servicos .aio-icon-box.top-icon, #servicos .align-icon {
    text-align: left!important;
}

#footer-widget {
    background: #000;
    padding: 40px 0 30px 0;
    border-top: 4px solid #c11c21;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
}

#footer-widget a{
    color: #fff;
    font-size: 20px;
}

#footer-widget a:hover{
    color: #c11c21;
}

#footer-widget #custom_html-6 a {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}
/*
#footer-widget #custom_html-6 a.face{
	color: #3b5998;
}
#footer-widget #custom_html-6 a.youtube{
	color: #c4302b;
}
#footer-widget #custom_html-6 a.insta i{
	color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
*/
#footer-widget #custom_html-6 a:hover {
    color: #c11c21;
}

#dxc-marcas{
	position: relative;
	z-index: 99;
}
#dxc-marcas .marca_box {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
}
#dxc-marcas .marca_img {
    padding: 20px;
}
#dxc-marcas .marca_title {
    text-transform: uppercase;
    color: #333;
}
#dxc-marcas .marca_count {
    background: #ccc;
    color: #fff;
    padding: 2px 0;
    margin-top: 10px;
}
#dxc-marcas .marca_link{}

#dxc-marcas .marca_img img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#dxc-marcas .marca_box:hover .marca_img img {
  -webkit-filter: grayscale(0);
  filter: none;
}

#dxc-marcas .marca_box:hover {
   border: 1px solid #c11c21;
}

#dxc-marcas .marca_box:hover .marca_count{
	background:#c11c21;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

main .wpb_text_column h4 {
    color: #333;
    font-size: 22px;
}

.facetwp-toggle{
	color: #c11c21!important;
}

.contato a {
    border: 1px solid #fff!important;
    margin-left: 10px;
}

.contato a:hover {
    background: #fff;
    color:#c11c21;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    height: 50px;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

.wpcf7-form input[type="submit"] {
    background: #c11c21;
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}

.wpcf7-form input[type="submit"]:hover {
	background: #ccc;
	color: #c11c21;
}

.top_header {
    height: 250px;
    background-color: #f4f4f4;
    position: relative;
}

.top_header_box {
    background: #000;
    height: 250px;
}

.top_header_img {
    background-image: url(assets/images/topo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    opacity: .5;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 0;
}

#content.site-content.site-inner {
    position: relative;
    background: #f4f4f4;
    z-index: 1000;
    padding-top: 0px!important;
}

#wp_gallery {
}

#wp_gallery .carousel-item {
    height: 450px;
    background-size: cover;
	background-position: center;
}

.auto_top {
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #eee;
}

.auto_top .auto_title {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    width: 70%;
}

.auto_top .auto_price {
    font-weight: 700;
    font-size: 25px;
    background: #118000;
    color: #fff;
    padding-left: 20px;
    display: block;
    transform: skewX(-12deg);
    position: absolute;
    right: 15px;
}

.carros .box .box-price {
    font-weight: 700;
    font-size: 25px;
    background: #118000;
    color: #fff;
    padding-left: 20px;
    display: block;
    transform: skewX(-12deg);
    position: absolute;
    right: 0px;
	top: 15px;
}

.carros .box .box-price.vendido{
	background: #c11c21;
}

.carros .box .box-price .price_inner {
    transform: skewX(12deg);
    background: #118000;
    margin-right: -5px;
    padding-right: 20px;
}

.carros .box .box-price.vendido .price_inner {
    background: #c11c21;
}

.auto_top .auto_price .price_inner {
    transform: skewX(12deg);
    background: #118000;
    margin-right: -5px;
    padding-right: 20px;
}

.auto_top .auto_price.vendido{
	background: #c11c21;
}

.auto_top .auto_price.vendido .price_inner{
	background: #c11c21;
}

.auto_description {
    background: #fff;
    margin-top: 20px;
    display: block;
    padding: 15px;
    border: 1px solid #eee;
}

.auto_list {
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #eee;
}

.auto_list .list_item{
	border-bottom: 1px dotted #ddd;
    padding: 10px 0 5px 10px;
    position: relative;
}
.auto_list dl{
	padding-left: 0;
	list-style: none;
}
.auto_list dt{
	display: inline-block;
    margin-left: 2px;
    font-weight: 500;
    color: #222;
    transition: all .3s;
    text-transform: uppercase;
    width: 38%;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: top;
    font-size: 12px;
}
.filtro h4{
	color: #c11c21;
}
.auto_list dt:before {
    margin-right: 10px;
    vertical-align: middle;
    content: '\f0da';
    font-size: 11px !important;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 13px;
    color: #c11c21;
    font: normal normal normal 7px/1 FontAwesome;
}
.auto_list dd{
	display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 17px;
    font-weight: 300;
    line-height: 1.7;
    width: 50%;
    vertical-align: top;
}
.auto_list a{
	color: #888;
}

.auto_contact {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 30px;
    padding: 15px;
    padding-bottom: 0px;
}
.auto_contact h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.auto_contact input{border: 1px solid #eee;}
.auto_contact input[type="submit"]{    width: 100%;}
.auto_contact textarea{border: 1px solid #eee; height: 100px;}

.news-box{box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); background: #c11c21;}
.news-box .news-photo img{width: 100%}
.news-box .news-photo img:hover{opacity: .5;}
.news-datos{box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); background: #fff;padding: 50px;margin-bottom: 25px!important;}
.news-datos .news-title a, .search .entry-title, .archive .entry-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    font-family: Raleway;
    text-transform: uppercase;
    margin-bottom: 20px!important;
    display: block;
}
.news-datos .news-title a:hover{
    color: #c11c21;
}
.news-datos .news-text {
    font-size: 13px;
}
.news-datos .news-readmore button{
    padding: 12px 18px;
    font-size: 10px;
    font-weight: 500;
    color: #555;
    border: 1px solid #eee;
    background-color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}
.news-datos .news-readmore button:hover{
    background: #c11c21;
    color: #fff;
}
.facetwp-pager{margin-top: 40px;}

.facetwp-pager .facetwp-page{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 3px 0 0 #ccc;
    margin-right: 6px;
    color: #777;
}
.facetwp-pager .active, .facetwp-pager .facetwp-page:hover{
    background: #222;
    color: #fff!important;
    box-shadow: 0 3px 0 0 #c11c21;
}

.widget-area{}

.widget-area .widget_search input[type="search"] {
    background: #f7f7f7!important;
    border: 1px solid #eeeeed;
    font-size: 13px;
    background-color: #fff;
    height: 50px;
    display: block;
    border-radius: 0;
}

.widget-area label {
    width: 100%;
}

.widget-area .widget {
    padding: 26px 32px 0;
    background: #fff;
    margin: 0;
    font-family: 'Raleway';
    padding-bottom: 30px;
    padding-top: 0;
}

.widget-area .widget_search{
    padding-top: 40px;
}

.widget-area .widget-title{
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 4px solid #c11c21;
    line-height: 30px;
    margin-left: -32px!important;
    padding-left: 28px!important;
}

.widget-area .nav-item{
    padding: 5px 0;
    margin: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    color: #666;
    line-height: 1.55;
    text-transform: uppercase;
    position: relative;
}

.widget-area .nav-item a{
    color: #333;
    padding: 0;
}

.single-post .entry-meta, .search .entry-meta, .archive .entry-meta{
    display: none;
}

.single-post .nav-links{
    display: none;
}

.single-post article{background: #fff;}

.single-post .entry-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    font-family: Raleway;
    text-transform: uppercase;
    margin-bottom: 20px!important;
    display: block;
    padding: 0 50px;
    border: 0;
}

.single-post .entry-content {
    padding: 0px 50px 20px 50px;
}

.search h1, .archive h1 {
    color: #333;
    font-size: 20px;
}

.upercase{text-transform: uppercase;}

.botao{}
.botao a{
    padding-top: 6px!important;
    padding-bottom: 5px!important;
    background: #fff!important;
    margin-top: -15px;
}

.botao a:hover{
    background: #c11c21!important;
    color: #fff!important;
}

#slide{
    position: relative;
}

#servicos.vc_row.vc_column-gap-25 {
    margin: 0!important;
}

@media screen and (max-width: 1199px){

.navbar-collapse {
    background: rgba(0,0,0,0.7);
    padding: 10px;
}
.contato a{
    margin-left: 0;
}
}

@media screen and (max-width: 991px){
.ult-team-member-image {
    float: none;
}
#wp_gallery .carousel-item {
    height: 300px;
}
}

@media screen and (max-width: 767px){
.carros .box .box-price {
    font-size: 16px;
}
	.carros .box .box-title{
		font-size: 14px;
	}
.vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: none!important;
    width: 100%!important;
}
.vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: none!important;
    width: 100%!important;
}
.auto_top {
    display: block;
}
.auto_top .auto_price {
    position: relative;
    margin-left: 20px;
}
#wp_gallery .carousel-item {
    height: 240px;
}
.wpcf7-form input[type="submit"] {
    width: 100%;
}
.carros .box {
    width: 100%;
}
}

