/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2024 | 22:36:01 */
#blckTabsCarros .elementor-tabs-wrapper{
	margin-bottom: 20px;
}
#blckTabsCarros .elementor-tab-title{
    border-left: 4px solid #ccc;
    padding: 8px 20px;
}
#blckTabsCarros .elementor-tab-title.elementor-active{
	 border-left: 4px solid #80D7E7;
}
#blckTabsCarros .elementor-tab-title .bx{
	display:block;
	font-size: 120%;
}
#blckTabsCarros .elementor-tab-title .bx.bx1{}

#blckTabsCarros .elementor-tab-title.elementor-active .bx.bx2{
	color: #80D7E7;
}
#blckTabsCarros .elementor-tab-content{
	padding: 0px;
}

#blckFormCotizar .box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-content: stretch;
    align-content: space-between;
    -webkit-align-items: center;
    justify-content: space-around;
}
#blckFormCotizar .box .bx{
    -webkit-order: 0;
    order: 0;
    -webkit-align-self: auto;
    align-self: auto;
	box-sizing: border-box;
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 0px 10px;
}
#blckFormCotizar .box .bx br{display:none;}
#blckFormCotizar .box .bx label{display:none}
#blckFormCotizar .box .bx input,
#blckFormCotizar .box .bx select{
	width: 100%;
	color: rgb(102, 102, 102) !important;
	background-color: #FFF;
}
#blckFormCotizar .wpcf7-list-item-label{
	text-align: justify;
}

#wpcf7-f26-p2-o1 > form > p:nth-child(3) > span > span > span > label{
	text-align: justify;
	line-height: 20px;
}

@media (max-width: 767px) {
	#blckFormCotizar .box .bx{
		-webkit-flex: 0 1 100%;
		flex: 0 100%;
	}
	#blckTabsCarros .elementor-tab-content{
		padding: 0px;
		background-color: #ececec;
		margin-bottom: 10px;
	}
	#blckTabsCarros .elementor-tab-title.elementor-active {
		border-left: 4px solid #80D7E7;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		border-top: 1px solid #ccc;
	}	
	#blckFormCotizar .box .bx br {
  		display: none;
	}
}