div#main-form-home > div#header {
	background-color: transparent;
	border: none !important;
}

div#main-form-home > div#header div.center {
	border: none !important;
}

.opacity {
    transition: opacity 2s;
    opacity: 0;
}

div.search-section select, div.search-section input[type=text] {
	line-height: 30px;
    padding: 10px;
    border: 1px solid rgb(234, 230, 230);
    outline: none;
	height: 50px;
	font-family: MontSerrat;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
	font-size: 18px;
}

div.search-section select{
	text-transform: uppercase;
}

div#search-form-code {
	display: table;
	margin: 0 auto;
	margin-top: 60px;
	min-width: 80%;
}

div#search-form-code div.form_field {
	width: 50%;
}

div.search-form {
	display: block;
    position: relative;
	margin-top: 60px;
}

div.search-form form {
	display: block;
	background-color: white;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    border-radius: 10px;
    border-top-left-radius: 0;
}

div.search-section  input.submit-button {
	display: block;
	font-weight: normal;
	width: 100%;
	padding: 10px 0;
	box-shadow: none;
}

div.search-section  a.advanced-search {
	display: table;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 20px;
	color: inherit;
}

div.search-section a.button-search-type {
	display: table;
    margin: 0 auto;
    margin-top: 0px;
	font-size: 18px;
	color: inherit;
	text-align: center;
	margin-top: 40px;
	font-family: MontSerrat;
}

div.tabs-select-vehicle-type {
	padding: 0;
}

div.tabs-select-vehicle-type div.tab {
	width: auto;
	padding: 20px 50px;
	background-color: #c7c0c0;
	opacity: 0.5;
}

div.tabs-select-vehicle-type div.tab.cars {
	border-top-left-radius: 10px;
    border-top-right-radius: 5px;
}

div.tabs-select-vehicle-type div.tab.motorbikes {
	border-top-left-radius: 5px;
    border-top-right-radius: 10px;
}

div.tabs-select-vehicle-type div.tab.selected {
	background-color: white;
	opacity: 1;
}

div.tabs-select-vehicle-type div.tab span {
	line-height: 22px;
	opacity: 1;
}

div#content {
	padding: 0 !important;
}

div#recent-ads {
	display: block;
    padding: 40px 100px;
    overflow: hidden;
}

div#recent-ads span.title {
	display: block;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #444444;
}

a.button-icon.search-button {
	border: none;
	font-size: 18px;
	background-color: var(--button-color);
	border-radius: 5px;
}	
	
a.button-icon.search-button span.text, a.button-icon.search-button input[type=submit] {
	font-size: 18px;
	font-family: MontSerrat;
	outline: none;
}

a.button-icon.search-button span.icon {
	background-size: 20px;
	width: 30px;
}

div.home-section {
	display: block;
    overflow: hidden;
}

div.home-section > div.center {
	display: block;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 160px 60px;
}

div.home-section > div.center.home {
	padding: 60px;
    /*top: 50%;
    transform: translateY(-50%);*/
}

div.home-section span.title {
	display: block;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
	color: #444444;
	font-family: MontSerrat;
	font-size: 48px;
	margin-bottom: 40px;
}

div.home-section span.text {
	display: block;
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
}

div.home-section.search-section {
	background-color: rgb(236 236 236);
}

div.home-section.search-section span {
	color: #444444;
}

/* Facebook popup */

div#facebook-ask-like {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}

div.facebook-ask-like-center {
	position: relative;
	width: 80%;
	max-width: 400px;
	background-color: white;
	border-radius: 10px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 20px;
}

div.facebook-ask-like-center span.title {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

div.facebook-ask-like-center span.message {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.facebook-ask-like-center div.button {
	display: table;
	margin: auto;
}

div.facebook-ask-like-center a.close-window {
	display: block;
	margin-top: 40px;
	text-align: center;
	color: inherit;
	
}

div.form_field {
	display: block;
	position: relative;
	float: left;
	width: 33.333%;
	/*width: 25%;*/
	padding: 5px;
	box-sizing: border-box;
	
}

div.slide-parent {
    display: block;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;	
}

div.slide-parent div.slide-button {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    background-color: white;
    z-index: 999999;
    border-radius: 50%;
    /*border: 1px solid #edebe9;*/
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
	cursor: pointer;
}

div.slide-parent div.slide-button.left {
    background: white url(../img/arrow-left.png) no-repeat center center;
    background-size: 24px;	
    left: 0;
}

div.slide-parent div.slide-button.right {
    background: white url(../img/arrow-right.png) no-repeat center center;
    background-size: 24px;	
	right: 0;
}

div.slide-buttons {
	display: table;
    margin: 20px auto;
}

div.slide-buttons div.button {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    padding: 5px;
    border: 1px solid #e6e2e2;
    border-radius: 5px;
	cursor: pointer;
}

div.slide-buttons div.button.previous {
    background: transparent url(../img/arrow-left.png) no-repeat center center;
    background-size: 16px;
    margin-right: 5px;	
}

div.slide-buttons div.button.next {
    background: transparent url(../img/arrow-right.png) no-repeat center center;
    background-size: 16px;
}

div.record {
	padding: 0 !important;
}

div.record div.favorite-button {
	display: none !important;
}

div.record div.info span.name {
	padding-right: 0 !important;
}

ul.home-options {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.home-options li {
	display: block;
	position: relative;
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

ul.home-options li div.inner {
	display: block;
    position: relative;
    background-color: white;
    padding: 20px;
    border-radius: 25px;
    height: 210px;
	box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 15%);
}

ul.home-options li div.image {
	display: block;
	position: relative;
	height: 100px;
}

ul.home-options li div.image.location {
    background: transparent url(../img/location_green.png) no-repeat center center;
    background-size: 64px;
}

ul.home-options li div.image.searches {
    background: transparent url(../img/like_green_border.png) no-repeat center center;
    background-size: 64px;
}

ul.home-options li div.image.whatsapp {
    background: transparent url(../img/whatsapp_home.png) no-repeat center center;
    background-size: 64px;
}

ul.home-options li div.image.exchange {
    /*background: transparent url(../img/exchange2.png) no-repeat center center;*/
    background: transparent url(../img/cycle_green.png) no-repeat center center;
    background-size: 64px;
}

ul.home-options li span {
	display: block;
	position: relative;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

div.register-links {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 40px;	
}

div.register-links div.item {
	float: left;
    width: 50%;
    display: block;
    box-sizing: border-box;	
}

div.register-links div.item.first {
	padding-right: 10px;
}

div.register-links div.item.second {
	padding-left: 10px;
}

div.register-links div.item a.button {
	display: block;
	text-align: center;
	padding: 20px;
	background-color: var(--main-color) !important;
	color: white;
	text-decoration: none;
	font-size: 22px;
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;	
}

@media only screen and (max-width: 880px) {

	div.home-section > div.center {
		padding: 80px !important;
	}
	
	div.search-form div.form_field {
		float: none;
		width: 100% !important;
		padding: 0;
		margin-top: 10px;
	}
	
	div.search-form form {
		border-top-right-radius: 0;
	}
	
	div.tabs-select-vehicle-type div.tab {
		width: 50% !important;
		box-sizing: border-box;
		padding: 20px 0;
		
	}
	
	div.tabs-select-vehicle-type div.tab div.tab-image {
		/*
		display: block;
		margin-bottom: 10px;
		*/
	}
	
	ul.home-options li {
		float: none;
		width: 100%;
		height: auto;
	}

	ul.home-options li div.inner {
		height: auto;
	}
	
	div.register-links div.item {	
		float: none;
		width: 100%;
		padding: 0 !important;
		margin-top: 10px;
	}
	
}

@media only screen and (max-width: 600px) {

	div.home-section > div.center {
		padding: 80px 40px !important;
	}
	
	div.home-section > div.center span.title {
		font-size: 30px;
	}
	
	div.home-section > div.center span.text {
		font-size: 24px;
	}
	
	div.search-form {
		padding: 0;
		margin-top: 40px;
	}
	
	div.register-links div.item a.button {
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 400px) {

	div.home-section > div.center span.title	{
		font-size: 24px;
	}
	
	div.home-section > div.center span.text	{
		font-size: 20px;
	}
	
}