body{
	background-color: #000;
	color: #fff;
	overflow-x: hidden;
}
body:not(.home){
	background-image: url(../img/bg_left2.webp);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
*{
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.poppins{
	font-family: "Poppins", sans-serif;
}
.adapt > .wp-block-group h1, .adapt > .wp-block-group h2{
	margin-bottom: 2rem;
	text-shadow: 3px 2px 1px rgba(0,0,0,1);
}
.adapt > .wp-block-group.principal h1{
	margin-bottom: 5px;
}
.adapt > .wp-block-group h1:first-line, .adapt > .wp-block-group h2:first-line{
	color: #0f84f4;
}
.adapt > .wp-block-group{
	margin-bottom: 6rem;
}
.adapt > .wp-block-group.mb0{
	margin-bottom: 0px;
}
.adapt > .wp-block-group.mb_init{
	margin-bottom: 3rem;
}
h1{
	font-size: 2.4rem;
	line-height: 2.4rem;	
}
h1:first-line{	
	font-size: 1.6rem;
	line-height: 1.6rem;
}
h2{
	font-size: 1.7rem;
	line-height: 1.9rem;
}
h2:first-line{
	font-size: 1.4rem;
	line-height: 1.4rem;
}
h2.ht5, h2.ht5::first-line{
	font-size: 1.3rem;
}
a, .a, .show_em, .show_em_side{
	color: #5caefd;
}
table th{
	font-weight: bold;
}
.boton{
	display: inline-block;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	line-height: 1.35;
	vertical-align: top;
	transition: all .3s ease;
	color: #fff;
	background-color: #991414;
	border-radius: 0.3rem;
}
.botonk:hover{
	background-color: #c12e2e;
}
.boton.b_whatsapp{
	background-image: url(../img/icon_share_wh.svg);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: right 0.5rem center;
	padding-right: 2.2rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.top_all{
	z-index: 50;
}
#bgs_car{
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: -5;
	top: 0px;
	width: 100%;
	height: 100%;
}
#bg_left, #bg_left2, #bg_car, #car, #bg_car2, #car2{
	position: absolute;
	z-index: -2;
	left: 0px;
	top: 0px;
	width: 100%;
}
#bg_car, #car{
	width: calc(130vw + 30%);
	max-width: none;
	left: auto;
	right: 50%;
	top: calc(5.8rem - 2vw - 32px);
	transform: translateX(57vw);
}
.admin-bar #bg_car, .admin-bar #car{
	top: calc(5.8rem - 2vw);
}
#bg_car2, #car2{
	width: 600px;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	max-width: none;
}
.admin-bar #bg_car2, .admin-bar #car2{
	top: 20px;
}
#bg_car, #bg_car2{
	z-index: -3;
}
#car, #car2{
	z-index: -1;
}
.logo{
	display: inline-block;
	max-width: 240px;
	min-width: 140px;
	width: 18vw;
	width: 18dvw;
}
#header .adapt > :first-child{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding: 1rem 0px;
}
#header .adapt > :first-child > *{
	flex: 1;
}
#header .menu{
	flex:0 0 30px !important;
}
#header .menu img{
	display: block;
	cursor: pointer;
}
#nav{
	display: none;
}
#nav a{
	color: #fff;
}
#nav ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#nav li{
	flex: 0 0 auto;
	text-align: center;
	text-transform: uppercase;
}
#nav a span{
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
#nav a:hover{
	color: #0f84f4;
}
#nav a.current-menu-item{
	border-bottom: 4px solid #0f84f4;
}
.home .principal{
	text-align: center;
	margin-top: 210px;
	margin-bottom: 6rem;
}
.admin-bar.home .principal{
	margin-top: 190px;
}
.gridA{
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.gridA img, .gridA figure{
	display: block;
}
.gridA figure{
	overflow: hidden;
	text-align: center;
	object-fit: cover;
}
.gridA figure:before{
	content:"";
	display:block;
	padding-top: 100%;
}
.gridA figure > img{
	height: auto;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gridA .circle{
	width: 100%;
	max-width: 280px;
	padding: 0.7rem;
	margin: 0px auto 1rem auto;
	border-radius: 50%;
	overflow: hidden;
	background: rgb(13,118,218);
	background: linear-gradient(180deg, rgba(13,118,218,1) 0%, rgba(0,0,0,1) 85%); 
}
.gridA .circle > *{
	border-radius: 50%;
	overflow: hidden;
}
.gridA p{
	font-size: 0.9rem;
}
.gridA > *{
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 3.2rem;
	grid-row-gap: 2rem;
}
.list{
	display: grid;
	grid-template-rows: 1fr;
	grid-row-gap: 3rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.list > *{
	background-color: #071227;
	transition: all .3s ease-out;
	border-radius: 0.8rem;
	overflow: hidden;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}
.list .text{
	padding: 1.5rem;
	font-size: 0.95rem;
	color: #c1c1c1;
}
.list p{
	margin:1rem 0px;
}
.list > * img{
	min-width: 101%;
	min-height: 101%;
	transition: all .6s ease-out;
}
.list > *:hover img{
	min-width: 108%;
  	min-height: 108%;
}
.list .boton{
	font-size: 0.9rem;
	background-color: #0068cc;
}
.list .boton:hover{
	background-color: #298ceb;
}
.list .year{
	color: #3c4153;
	font-size: 3rem;
	line-height: 2.7rem;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	letter-spacing: -0.05rem;
}
.list .title, .list .title:first-line{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5rem;
}
.list .venta{
	padding: 0.5rem 0.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	position: absolute;
	z-index: 2;
	margin-top: -0.9rem;
	right: 8px;
	font-size: 0.85rem;
	line-height: 0.9rem;
	border-radius: 0.2rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.adapt > .wp-block-group.galeria{
	margin-bottom: 1rem;
}
.galeria > .wp-block-group__inner-container{
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 2rem;
}
.galeria > .wp-block-group__inner-container > .wp-block-group:not(.galeria_int){
	order: 3;
}
.galeria > .wp-block-group__inner-container > .wp-block-group:not(.galeria_int) > *{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.galeria > .wp-block-group__inner-container > .data_vehicle{
	order: 2;
	align-self: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}
.data_vehicle > *{
	flex:0 0 30%;
	column-gap: 5%;
}
.galeria_int{
	order: 1;
}
.galeria figure.wp-block-gallery{	
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #050d1c;
	border-radius: 1rem;
	box-shadow: 0.75rem 0.75rem 0.75rem rgba(0,0,0,0.75);
}
.galeria figure.wp-block-gallery:before, .galeria figure.wp-block-gallery > figure{
	content:"";
	display:block;
	padding-top: 62.5%;
}
.galeria figure.wp-block-gallery > figure{
	display: none;
	overflow: hidden;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 0px;
}
.galeria figure.wp-block-gallery > figure.active{
	display: block;
}
.galeria figure.wp-block-gallery > figure img{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 101%;
  	min-height: 101%;
  	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.galeria .none{
	display: block;
	overflow: visible;
	top: calc(50% - 1.3rem);
	position: absolute;
	z-index: 5;
	width: 100%;
  	height: 0px;
}
.galeria .none .next, .galeria .none .prev{
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	position: absolute;
	right: -1.3rem;
	border: 3px solid #002f56;
	cursor: pointer;
	background-color: #000e1a;
	background-image: url(../img/icon_next_white.svg);
	background-size: 1rem;
	background-position: center;
	background-repeat: no-repeat;
}
.galeria .none .prev{
	right: auto;
	left: -1.3rem;
	background-image: url(../img/icon_prev_white.svg);
}
.galeria .none .next:hover, .galeria .none .prev:hover{
	background-color: #002744
}
.us_none{
	user-select: none;
}
.mxw1{
	max-width: 400px;
	margin:0px auto;
}
body.proximamente #footer, body.proximamente #header{
	display: none !important;
}
body.proximamente{
	background:#000 !important;
}
.logo-proximamente{
	display: block;
	width: 80%;
	max-width: 530px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.txt_limit{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#footer, #footer a{
	color: #fff;
	font-size: 0.85rem;
	line-height: 1.5;
}
#footer a{
	font-size: 0.8rem;
	color: #c1c1c1;
}
#footer a:hover{
	color: #fff;
}
#footer{
	margin-top: 5rem;
	padding-top: 2.6rem;
	padding-bottom: 2rem;
	background-color: #050d1c;
}
#footer_int{
	text-align: center;
}
#footer .logo{
	width: 150px;
	display: block;
	margin:0px auto 10px auto;
	vertical-align: text-bottom;
}
#footer li{
	padding-bottom: 0.4rem;
	margin-bottom: 1px;
	text-transform: uppercase;
}
#shareButtons{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#shareButtons > *{
	display: block;
	flex:0 0 2rem;
	border-radius: 0.2rem;
	height: 2rem;
	margin-right: 0.4rem;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.fbButton{
	background-image:url(../img/icon_share_fb.svg);
	background-color: #3b5998;
}
.fbButton:hover{
	background-color: #5778bd;
}
.whButton{
	background-image:url(../img/icon_share_wh.svg);
	background-color: #23b33a;
}
.whButton:hover{
	background-color: #57d163;
}
.rdButton{
	background-image:url(../img/icon_reddit.svg);
	background-color: #ff4500;
}
.rdButton:hover{
	background-color: #ff8142;
}
.twButton{	
	background-image:url(../img/icon_share_x.svg);
	background-color: #000;
}
.twButton:hover{
	background-color: #444;
}
.mlButton{
	background-image:url(../img/icon_mail.svg);
	background-color: #666666;
}
.mlButton:hover{
	background-color: #aaaaaa;
}

@media screen and (min-width: 420px){
	h1{
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
	h1:first-line{
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	h2:first-line{
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	#bg_car2, #car2{
		width: 720px;
		top:-42px;
	}
	.admin-bar #bg_car2, .admin-bar #car2{
		top: 0px;
	}
	.home .principal{
		margin-top: 250px;
	}
	.admin-bar.home .principal{
		margin-top: 230px;
	}
}
@media screen and (max-width: 759.99px){
	#header{
		height: 70px;
	}
	#header.active > .adapt{
		position: fixed;
		left: 7%;
		z-index: 39;
	}
	#header.active #nav{
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		background: rgba(0,0,0,1);
  		z-index: 40;
	}
	.admin-bar #header.active #nav{
		padding-top: 48px;
	}
	#nav ul{
		flex-direction: column;
		height: 100%;
		padding-top: 70px;
	}
	#nav li{
		font-size: 1.2rem;
	}
	.gridA{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .logo{
		width: 160px;
		margin-bottom: 20px;
	}
	#footer{
		font-size: 0.9rem;
	}
	#footer_int > *{
		margin-bottom: 2rem
	}
	#shareButtons{
		justify-content: center;
	}
}
@media screen and (min-width: 760px){
	body:not(.home){
		background-image: url(../img/bg_left.webp);
	}
	h1{
		font-size: 3.4rem;
		line-height: 3.2rem;
	}
	h1:first-line{
		font-size: 2.2rem;
	}
	h2{
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
	h2:first-line{
		font-size: 2rem;
	}
	#header .adapt > :first-child{
		display: block;
		text-align: center;
		padding:2rem 0px;
	}
	#header .menu{
		display: none;
	}
	#nav{
		display: block;
	}
	#bg_car, #car{
		width: calc(130vw + 30%);
		max-width: none;
		left: auto;
		right: 50%;
		top: calc(5.8rem - 2vw - 32px);
		transform: translateX(57vw);
	}
	.admin-bar #bg_car, .admin-bar #car{
		top: calc(5.8rem - 2vw);
	}
	.home .principal{
		margin-top: calc(40vw - 8rem + 48px);
	}
	.admin-bar.home .principal{
		margin-top: calc(42vw - 8rem);
	}
	.gridA .circle{
		margin-bottom: 0px;
	}
	.gridA > * > .wp-block-group > *{
		display: grid;
		grid-template-columns: 300px 1fr;
	    grid-column-gap: 2rem;
	    text-align: left;
	    align-items: center;
	}
	.list .text{
		font-size: 0.9rem;
	}
	#footer{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	#footer_int{
		text-align: left;
		display: grid;
		grid-template-columns: 1fr 0.5fr 0.5fr;
		grid-column-gap: 3rem;
	}
	#footer .logo{
		margin:0px;
		display: inline-block;
	}
}
@media screen and (min-width: 782px){
	.admin-bar #bg_car, .admin-bar #car{
		top: calc(5rem - 2vw);
	}
}
@media screen and (min-width: 1000px){
	h1{
		font-size: 3.4rem;
		line-height: 3.2rem;
	}
	h1:first-line{
		font-size: 2.2rem;
	}
	h2{
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
	#bgs_car{
		height: 2000px;
	}
	#bg_car, #car{
		width: 120vw;
		right: -16vw;
		top: calc(21.5rem - 18vw);
		transform: none;
	}
	.admin-bar #bg_car, .admin-bar #car{
		top: calc(21.5rem - 18vw + 32px);
	}
	.home .principal{
		text-align: left;
		width: 50%;
		max-width: 600px;
		margin: 5rem 0px 6rem 0px;
	}
	.admin-bar.home .principal{
		margin: 4rem 0px 6rem 0px;
	}
	.mxw1{
		max-width: 340px;
		margin:0px;
	}
	.gridA{
		text-align: center;
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
	.gridA img, .gridA figure{
		display: block;
	}
	.gridA .circle{
		max-width: 380px;
		padding: 0.7rem;
		margin: 0px auto 1rem auto;
		border-radius: 50%;
		overflow: hidden;
		background: rgb(13,118,218);
		background: linear-gradient(180deg, rgba(13,118,218,1) 0%, rgba(0,0,0,1) 85%); 
	}
	.gridA .circle > *{
		border-radius: 50%;
		overflow: hidden;
	}
	.gridA p{
		font-size: 0.9rem;
	}
	.gridA > *{
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 3.2rem;
		grid-row-gap: 2rem;
	}
	.gridA > * > .wp-block-group > *{
		display: block;
		text-align: center;
	}
	.list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 5vw;
	}
	.list .text{
		font-size: 0.85rem;
	}
	#footer .logo{
		width: 150px;
	}
	#shareButtons > *{
		flex:0 0 2.2rem;
		height: 2.2rem;
	}
}
@media screen and (max-width: 1259.99px){	
	.galeria > .wp-block-group__inner-container > .wp-block-group:not(.galeria_int) > * p{
		margin-top: 0px;
	}
}
@media screen and (min-width: 1260px){
	h1{
		font-size: 3.6rem;
		line-height: 3.4rem;
	}
	h1:first-line{
		font-size: 2.3rem;
	}
	#bg_car, #car{
		right: -14vw;
		top: calc(22rem - 18vw);
	}
	.admin-bar #bg_car, .admin-bar #car{
		top: calc(22rem - 18vw + 32px);
	}
	.gridA > *{
		grid-column-gap: 5rem;
	}
	.mxw1{
		max-width: 436px;
		margin:0px;
	}
	.list{
		grid-column-gap: 7vw;
	}
	.galeria > .wp-block-group__inner-container{
		grid-template-columns: 1fr 0.8fr;
		grid-column-gap: 3rem;
	}
	.galeria > .wp-block-group__inner-container > .wp-block-group:not(.galeria_int){
		grid-column: 1 / span 2;
	}
	.galeria > .wp-block-group__inner-container > .data_vehicle{
		text-align: left;
	}
	.galeria figure.wp-block-gallery{
		max-width: none;
	}
}
@media screen and (min-width: 1580px){
	h1{
		font-size: 4rem;
		line-height: 3.6rem;
	}
	h1:first-line{
		font-size: 2.6rem;
	}
	h2{
		font-size: 3.2rem;
		line-height: 3rem;
	}
	h2:first-line{
		font-size: 2.3rem;
	}	
	#bg_car, #car{
		width: 130vw;
		right: -17vw;
		top: calc(23rem - 20vw);
	}
	.admin-bar #bg_car, .admin-bar #car{
		top: calc(23rem - 20vw + 32px);
	}
	.home .principal, .admin-bar.home .principal{
		margin-bottom: 7rem;
	}
	.mxw1{
		max-width: 500px;
		margin:0px;
	}
}
@media screen and (min-width: 1780px){
	.home .principal, .admin-bar.home .principal{
		margin-bottom: 8rem;
	}
}