html, body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	color: #252728;
	font-size: 16px;
	font-weight: 500;
}

.bg-popup{
	background-color: rgba(0, 0, 0, 0.4);;
}

.bg-black{
	background-color: #252728;
}

.btn, a.wp-block-button__link {
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	border: 1px solid;
	text-transform: uppercase;
}

.btn.bg-white {
	background-color: white;
	border-color: white;
	color: #252728;
}

.btn.bg-white:hover {
	background-color: #252728;
	border-color: white;
	color: white;
}

.btn.bg-black {
	background-color: #252728;
	border-color: #252728;
	color: white;
}

.btn.bg-black:hover {
	background-color: white;
	border-color: #252728;
	color: #252728;
}

.btn.btn-black-outline{
	background-color: transparent;
	border: 1px solid #252728;
	color: #252728;
}

.btn.btn-black-outline:hover{
	background-color: #252728;
	color: white;
}

.btn.btn-white-outline{
	background-color: transparent;
	border: 1px solid white;
	color: white;
}

.btn.btn-white-outline:hover{
	background-color: white;
	color: #252728;
}

.swiper-comun .nav{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	border: 1px solid #252728;
	color: #252728;
	border-radius: 100px;
	width: 40px;
	height: 40px;
}

.swiper-comun .nav:hover{
	border: 1px solid var(--grey);
	color: var(--grey);
}

.content table.mini.producto td {
	padding-left: 0 !important;
	border-bottom: 1px solid #252728;
}

.content li::marker, .wp-block-rank-math-toc-block nav ol li::before {
	color: #252728;
}

.accordion .item {
	border-top: 1px solid var(--lightgrey);
	border-bottom: 1px solid var(--lightgrey);
}

.accordion .item:hover .title, .accordion .item.active .title {
	color: var(--grey);
}

input[type="text"], input[type="email"], input[type="tel"], select {
	font-size: 14px;
	color: #252728;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid white;
	background-color: white;
	border-radius: 5px;
	height: auto;
}

form input[type="checkbox"] {
	border: 1px solid #252728;
}

form [type="checkbox"]::before {
	box-shadow: inset 1em 1em #252728;
}

input.wpcf7-not-valid{
	border: 1px solid #F48484;
}

.wpcf7-list-item {
	margin: 0;
}

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

	#modelos .min-w-800{
		min-width: 500px;
	}

	.mb-100 {
		margin-bottom: 50px;
	}

	.p-100{
		padding: 50px;
	}

	.p-150{
		padding: 80px;
	}

	.pt-150{
		padding-top: 80px;
	}

	.flotante{
		height: 100vh;
	}

	.block-2 {
		padding: 0;
	}

}

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

	#lading-byd section.h-100,
	#lading-byd div.h-100{
		height: auto;
	}

	section .w-60, section .w-40, section .w-70, section .w-30, section .w-50{
		width: 100%;
	}

	#modelos .min-w-800{
		min-width: 400px;
	}

	.mb-100 {
		margin-bottom: 40px;
	}

	.p-100{
		padding: 40px;
	}

	.p-150{
		padding: 50px;
	}

	.pt-150{
		padding-top: 50px;
	}

}

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

	html, body,
	.btn, a.wp-block-button__link {
		font-size: 14px;
	}

	.size-900{
		font-size: 24px;
	}

	.size-800 {
		font-size: 20px;
	}

	.mb-100 {
		margin-bottom: 20px;
	}

	.p-100{
		padding: 20px;
	}

	.p-150{
		padding: 25px;
	}

	.pt-150{
		padding-top: 25px;
	}

	main > section,
	#razones,
	.flotante div.flex{
		flex-direction: column;
		gap: 20px;
	}

	header img{
		width: 130px !important;
	}

	#modelos .min-w-800{
		min-width: 280px;
	}

	#lading-byd .grid.grid-cols-2{
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

}