.elementor-kit-10{--e-global-color-primary:#F10000;--e-global-color-secondary:#000000;--e-global-color-text:#2C2C2C;--e-global-color-accent:#F10000;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CARDS */
.card-veiculo:hover h3, .card-veiculo:hover span{
    transition: .2s;
    color: #f10000 !important;
}

/* FORMULÁRIOS */
.contato input, .contato select, .contato textarea, .contato-newsletter input{
	padding: 15px;
	background: #fff;
	color: #333;
	margin: 5px 0;
	border: 1px solid #ccc;
	width: 100% !important;
	border-radius: 5px;
	font-weight: 500;
}

.contato input[type=submit], .contato-newsletter input[type=submit]{
	background: #F10000;
	transition: .3s;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.contato input[type=submit]:hover, .contato-newsletter input[type=submit]:hover{
	background: #D80000;
	border-color: #D80000;
}

.contato-newsletter{
	width: 80%;
	margin: auto;
}

.wpcf7-response-output{
	background: #017c22;
	color: white;
}

input, textarea{
	border-radius: 5px !important;
}

.contato p{
	padding: 0px;
	margin: 0px;
}

.contato p br{
	display: none !important;
}

.contato .row{
    display: flex;
    gap: 10px
}

.contato .col-md-6{
    width: 100%;
}

.contato .col-md-12{
    width: 100%;
}

@media(min-width: 768px){
    .contato .col-md-6{
        width: 50%;
}   
}/* End custom CSS */