

.color-primary {
	color: #3bb313;
}

.color-primary-light {
	color: #ddc8dd;
}

.color-primary-dark {
	color: #bd20bd;
}

.color-secondary {
	color: #004c98;
}

.color-background {
	color: #f4ebdc;
}

.color-white {
	color: #ffffff;
}

.color-orange {
	color: #ff8800;
}

.color-red {
	color: #d72d0a;
}

.color-blue {
	color: #134e95;
}

.color-purple {
	color: #8f0055;
}

.color-bluegreen {
	color: #237589;
}

.color-green {
	color: #32a21e;
}

body {
	
}

@media (max-width: 767.98px) {
	.h2,
	h2 {
		font-size: 26px !important;
	}
}

.list-unstyled {
	padding-left: 0 !important;
	list-style: none !important;
	margin-left: 0 !important;
}

.content table,
.content td,
.content th {
	border: 0px !important;
}

.content td,
.content th {
	padding: 0px 10px 0px 0px !important;
}

.bg-light {
	background-color: #eceaea !important;
}


#cart_resume .e-con-inner{
	padding-bottom: 0;
}

.checkDesk {
	position: sticky;
	bottom: 0;
	overflow: hidden;
	background-color: #ECEAEA;
	
}

.checkDeskVip {
	background: linear-gradient(90deg, rgb(235, 219, 170) 0%, rgb(205, 178, 123) 100%);
}

.checkDesk .complements {
	font-size: 18px;
	padding: 5px 10px;
}
@media (max-width: 991.98px) {
	.checkDesk .complements {
		padding: 0px 0px 80px 0px;
	}
	.checkDesk .complements .mobdetall_on {
		display: none;
		cursor: pointer;
	}
}
@media (max-width: 991.98px) {
	.checkDesk .complements.folded {
		padding-bottom: 50px;
	}
	.checkDesk .complements.folded .mobdetall_off {
		display: none;
		cursor: pointer;
	}
	.checkDesk .complements.folded .mobdetall_on {
		display: flex;
		cursor: pointer;
	}
}
@media screen and (max-width: 390px) {
	.checkDesk .complements.folded .mobdetall_on {
		width: 100px;
	}
}
.checkDesk .checkDesk .complements.folded .mobdetall_off {
	/* display: none; */
	/* gap: 6px; */
	font-size: 18px;
	z-index: 999;
	position: absolute;
	margin-left: 0px;
	line-height: 22px;
}
.checkDesk .checkDesk__detalles.mobdetall_off {
	margin-left: 10px;
	gap: inherit !important;
}
@media screen and (max-width: 390px) {
	.checkDesk .checkDesk__detalles.mobdetall_off {
		margin-left: 0px !important;
		width: 100px;
	}
}
.checkDesk .checkDesk__detalles.mobdetall_on {
	font-size: 18px !important;
}
.checkDesk a {
	color: #212121;
	text-align: center;
}
.checkDesk a:hover {
	color: #212121;
}
@media (max-width: 1199.98px) {
	.checkDesk .list-group {
		margin: 1rem 0.5rem !important;
	}
}
.checkDesk .list-group-item {
	line-height: 24px;
	width: 160px;
}
@media (max-width: 1199.98px) {
	.checkDesk .list-group-item {
		width: 120px;
	}
}
@media (max-width: 991.98px) {
	.checkDesk .list-group-item {
		width: auto;
	}
}
.checkDesk__title {
	font-weight: 600;
}
.checkDesk__descrip {
	font-weight: normal;
}
.checkDesk__detalles {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin-left: 10px;
}
.checkDesk__detalles a {
	text-decoration: underline !important;
}
@media (max-width: 991.98px) {
	.checkDesk__detalles {
		margin-left: 0px;
	}
}
.checkDesk .preu {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	max-width: -moz-min-content;
	/* max-width: min-content; */
	text-align: right;
	line-height: 22px;
	margin-right: 6px;
	width: 300px;
}
.preu_discount {
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	max-width: -moz-min-content;
	max-width: min-content;
	text-align: right;
	line-height: 22px;
	margin-right: 6px;
	text-decoration: line-through;
}
.checkDesk .btn-custom {
	font-size: 18px;
	padding: 18px 28px;
	color: #ffffff;
}
.checkDesk .costtotal {
	display: flex;
	align-items: center;
}
.checkDesk .costtotal .btn-custom {
	background-color: #a6a6a6;
}
.checkDesk .costtotal .btn-custom:hover {
	color: white;
}
.checkDesk .costtotal .btnactiva {
	background-color: #3bb313 !important;
}
.checkDesk .complements i.fas.fa-check {
	margin-top: 4px;
}
.checkDesk__grupitem {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	gap: 2rem;
}
@media (max-width: 767.98px) {
	.checkDesk__grupitem {
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
	}
}
.checkDesk__item {
	max-width: 80%;
}
@media (max-width: 767.98px) {
	.checkDesk__item {
		padding-left: 0px;
	}
}
.checkDesk__itemEnd {
	margin-left: auto !important;
}
@media (max-width: 767.98px) {
	.checkDesk__itemEnd {
		display: flex;
		justify-content: space-between;
	}
}
.checkDesk__item:first-child {
	padding-left: 0px;
}
@media (max-width: 767.98px) {
	.checkDesk .list-group-item {
		padding: 6px 0px;
	}
}

.shadow_v02 {
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.btn-custom {
	border-radius: 0px;
	padding: 10px 20px;
	background-color: #3bb313;
	color: #ffffff !important;
	border: 0px;
}
.btn-custom:hover {
	color: #ffd41d;
	background-color: #3bb313;
}

/* BTN SKEW  */
.btn-skew {
	padding: 0px;
	font-size: 18px;
	display: inline-block;
	background: #3bb313;
	position: relative;
	box-sizing: border-box;
	margin: 0px 40px;
	color: #ffffff;
	display: block;
	margin: auto;
}

.btn-skew:before {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	left: -12px;
	top: 0px;
	transform: skewX(345deg);
	box-sizing: border-box;
	background: #3bb313;
}

.btn-skew:after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	right: -13px;
	top: 0px;
	transform: skewX(345deg);
	box-sizing: border-box;
	background: #3bb313;
}

.btn-skew-mini {
	padding: 10px;
	font-size: 16px;
	display: inline-block;
	background: #3bb313;
	position: relative;
	box-sizing: border-box;
	margin: 0px 40px;
	color: #ffffff;
	display: block;
	margin: auto;
	height: 50px;
	margin-bottom: 0px;
}
@media (max-width: 767.98px) {
	.btn-skew-mini {
		padding: 6px;
		height: 40px;
		font-size: 15px;
	}
}
.btn-skew-mini a:hover {
	color: #ffd41d;
}
.btn-skew-mini a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}
.btn-skew-mini a:hover {
	color: #ffd41d;
}

a.btn-skew-mini-ahref {
	color: #ffffff;
	text-decoration: none;
}

a.btn-skew-mini-ahref:hover {
	color: #ffd41d !important;
}

.btn-skew-mini:before {
	content: '';
	width: 20px;
	height: 50px;
	position: absolute;
	left: -12px;
	bottom: 0px;
	background: #3bb313;
	transform: skewX(345deg);
	box-sizing: border-box;
}
@media (max-width: 767.98px) {
	.btn-skew-mini:before {
		width: 21px;
		height: 40px;
		left: -15px;
	}
}

.btn-skew-simple {
	padding: 10px 15px;
	font-size: 16px;
	background: #3bb313;
}
.btn-skew-simple span {
	padding: 0px 20px;
}

a.btn-skew-ahref {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	width: -moz-fit-content;
	width: fit-content;
}

a.btn-skew-ahref:hover {
	color: #ffd41d !important;
}

.btn-skew-btnahref {
	padding: 10px;
	font-size: 16px;
	background: #3bb313;
	position: relative;
	height: 50px;
}
@media (max-width: 767.98px) {
	.btn-skew-btnahref {
		padding: 6px;
		height: 40px;
		font-size: 15px;
	}
}

.btn-skew-btnahref:before {
	content: '';
	width: 20px;
	height: 50px;
	position: absolute;
	left: -12px;
	background: #3bb313;
	transform: skewX(345deg);
}
@media (max-width: 767.98px) {
	.btn-skew-btnahref:before {
		width: 21px;
		height: 40px;
		left: -15px;
	}
}

.btn-skew-btnahref-small {
	padding: 6px;
	font-size: 14px;
	background: #3bb313;
	position: relative;
	height: 36px;
	padding: 0px;
}
.btn-skew-btnahref-small span {
	padding: 0px 10px;
}

.btn-skew-btnahref-small:before {
	content: '';
	width: 20px;
	height: 36px;
	position: absolute;
	left: -15px;
	background: #3bb313;
	transform: skewX(345deg);
}

.btn-skew-btnahref-small:after {
	content: '';
	width: 20px;
	height: 36px;
	position: absolute;
	background: #3bb313;
	transform: skewX(345deg);
	right: -15px;
}

.btn-skew-v2 {
	padding: 10px;
	font-size: 16px;
	display: inline-block;
	background: #3bb313;
	position: relative;
	box-sizing: border-box;
	color: azure;
	display: block;
	margin-bottom: 0px;
}

.btn-skew-v2:before {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	left: -12px;
	top: 0px;
	background: #3bb313;
	transform: skewX(345deg);
	box-sizing: border-box;
}

a.btn-skew-middle {
	color: #ffffff;
	cursor: pointer;
}

.btn-skew-middle {
	padding: 12px 16px;
	font-size: 18px;
	display: inline-block;
	background: #3bb313;
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	margin-right: -20px;
}
.btn-skew-middle a {
	color: #ffffff;
	font-weight: bold;
}
.btn-skew-middle a:hover {
	color: #ffd41d;
}

.btn-skew-middle:before {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	left: -18px;
	top: 0px;
	background: #3bb313;
	transform: skewX(345deg);
	box-sizing: border-box;
}

.btn-skew-or {
	padding: 0px;
	font-size: 18px;
	display: inline-block;
	background: #d9bd86;
	position: relative;
	box-sizing: border-box;
	margin: 0px 40px;
	color: azure;
	display: block;
	margin: auto;
}

.btn-skew-or:before {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	left: -18px;
	top: 0px;
	background: #d9bd86;
	transform: skewX(345deg);
	box-sizing: border-box;
}

.btn-skew-or:after {
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	right: -18px;
	top: 0px;
	background: #d9bd86;
	transform: skewX(345deg);
	box-sizing: border-box;
}
@media (max-width: 767.98px) {
	.btn-skew-or:after {
		width: 22px;
		right: -16px;
	}
}

.menumobile ul {
	padding-left: 0px;
}

.select-circuit .card {
	border-radius: 0px;
	border: 0px;
}
.select-circuit .card:hover {
	background-color: #3bb313;
	cursor: pointer;
}
.select-circuit .card:hover .btn-skew-mini {
	color: #ffd41d;
}
.select-circuit .card:hover h3,
.select-circuit .card:hover ul,
.select-circuit .card:hover a {
	color: #ffffff;
	text-decoration: none;
}
.select-circuit .activa {
	background-color: #3bb313;
	pointer-events: none;
	cursor: default;
	border: 1px solid red;
	cursor: pointer;
}
.select-circuit .activa h3 {
	color: #ffffff;
	text-decoration: none;
}
.select-circuit .activa ul {
	color: #ffffff;
	text-decoration: none;
}
.select-circuit .activa a {
	color: #ffffff;
	text-decoration: none;
}
.select-circuit .activa .btn-skew-mini {
	display: none;
}

.fitxa-circuit {
	padding: 10px;
}
.fitxa-circuit .card {
	border-radius: 0px;
	border: 0px;
}
.fitxa-circuit .card-body {
	padding: 0px;
}
.fitxa-circuit .card-img {
	display: flex;
	flex-direction: column;
}
.fitxa-circuit li.list-item.col.py-1 {
	padding-left: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.fitxa-circuit a {
	text-decoration: none;
}
.fitxa-circuit .mapa {
	margin-bottom: 10px;
	width: 80px;
}
@media (max-width: 575.98px) {
	.fitxa-circuit .mapa {
		margin-bottom: 0px;
	}
}
.fitxa-circuit .circuit {
	margin-bottom: 10px;
}
.fitxa-circuit .activa {
	background-color: #3bb313;
	pointer-events: none;
	cursor: default;
}
.fitxa-circuit .activa ul {
	color: #ffffff;
	text-decoration: none;
}
.fitxa-circuit .activa a {
	color: #ffffff;
	text-decoration: none;
}
.fitxa-circuit .activa .btn-skew-mini {
	display: none;
}
.fitxa-circuit .card-img img {
	-o-object-fit: contain;
	object-fit: contain;
	max-height: 100px;
}
@media (max-width: 575.98px) {
	.fitxa-circuit .card-img img {
		max-height: 125px;
	}
}

@media (max-width: 991.98px) {
	.select-cotxe {
		margin: 0px 0px !important;
	}
}
@media (max-width: 1439.98px) {
	.select-cotxe {
		margin: 0px 30px;
	}
}
@media (max-width: 1199.98px) {
	.select-cotxe {
		margin: 0px 30px;
	}
}
.select-cotxe .dt-owl-item {
	min-width: 385px !important;
}
.select-cotxe .owl-stage {
	padding-left: 0px !important;
	min-width: 100% !important;
}

.select-cotxe .menys4cotxes .owl-stage{
	width: 100% !important;
}

/* .select-cotxe .dt-owl-item-wrap {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1) !important;
} */
.select-cotxe .dt-owl-item.active {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.select-cotxe .owl-carousel.owl-drag .dt-owl-item {
	padding: 1px 3px;
}
.select-cotxe .btn-skew-mini {
	padding: 13px 32px;
}
.fitxa-circuit .btn-skew-mini {
	padding: 13px 32px;
}
.fitxa-circuit_.cardbody-bottom{
    padding: 15px 0px 0px 15px
}
.select-cotxe .content table {
	border: 0px !important;
}
.select-cotxe .content td {
	border: 0px !important;
}
.select-cotxe .content th {
	border: 0px !important;
}
.select-cotxe__card {
	border: 0px;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.select-cotxe__card-title {
	padding-bottom: 5px;
	color: #3bb313;
}
.select-cotxe__card-title a {
	color: #3bb313;
}
.select-cotxe__card-title_h2 {
	
	padding-bottom: 5px;
	color: #3bb313;
	font-style: italic;
	font-size: 24px;
	font-weight: 600;
}
.select-cotxe__card-title_h2 a {
	color: #3bb313;
}
.select-cotxe__cardbody {
	padding: 15px 15px 0px 15px;
}
.select-cotxe__cardbody-bottom{
	padding: 15px 0px 0px 15px;
}
@media (max-width: 575.98px) {
	.select-cotxe__preu {
		padding-left: 15px;
	}
}
.select-cotxe__preu span {
	font-weight: bold;
}
.select-cotxe__data {
	padding-left: 15px;
	color: #a6a6a6;
}
.select-cotxe__cardbodytaula {
	display: flex;
	gap: 5px;
}
.select-cotxe th {
	font-weight: 300;
	color: #a6a6a6;
	padding: 0px;
	border: 0px;
}
.select-cotxe td {
	padding: 0px;
	border: 0px;
}
.select-cotxe .activa {
	background-color: #3bb313;
	pointer-events: none;
	cursor: default;
	cursor: pointer;
}
.select-cotxe .activa a {
	color: #ffffff;
	color: #ffd41d;
	text-decoration: none;
}
.select-cotxe .activa .btn-skew-mini {
	display: none !important;
}
.select-cotxe .activa .select-cotxe__preu {
	padding-bottom: 15px;
	color: #ffffff;
}
.select-cotxe .activa h2,
.select-cotxe .activa h3,
.select-cotxe .activa table,
.select-cotxe .activa p,
.select-cotxe .activa td,
.select-cotxe .activa th,
.select-cotxe .activa ul,
.select-cotxe .activa a {
	color: #ffffff;
	text-decoration: none;
}
.select-cotxe .actived {
	background-color: #3bb313;
	pointer-events: none;
	cursor: default;
}
.select-cotxe .actived a {
	color: #ffffff;
	color: #ffd41d;
	text-decoration: none;
}
.select-cotxe .actived .btn-skew-mini {
	display: none !important;
}
.select-cotxe .actived .select-cotxe__preu {
	padding-bottom: 15px;
	color: #ffffff;
}
.select-cotxe .actived table,
.select-cotxe .actived p,
.select-cotxe .actived td,
.select-cotxe .actived th,
.select-cotxe .actived ul,
.select-cotxe .actived a {
	color: #ffffff;
	text-decoration: none;
}
.select-cotxe__inactive {
	background-color: rgba(128, 128, 128, 0.433);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	pointer-events: none;
	cursor: default;
}
.select-cotxe__inactive span {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	color: #212121;
	text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
	font-size: 25px;
}
@media (max-width: 575.98px) {
	.select-cotxe__inactive span {
		font-size: 20px;
	}
}
.select-cotxe .inactive {
	background-color: #c1c1c0;
	pointer-events: none;
	cursor: default;
	z-index: 1;
}
.select-cotxe .inactive .select-cotxe__preu,
.select-cotxe .inactive table,
.select-cotxe .inactive p,
.select-cotxe .inactive td,
.select-cotxe .inactive th,
.select-cotxe .inactive ul,
.select-cotxe .inactive a {
	color: #a6a6a6;
	text-decoration: none;
}
.select-cotxe .inactive .card {
	border: 0px;
	border-radius: 0px;
}
.select-cotxe .inactive .btn-skew-mini,
.select-cotxe .inactive .btn-skew-mini:before {
	background: #a6a6a6;
}
.select-cotxe .card:hover {
	background-color: #3bb313;
	color: #ffffff;
	cursor: pointer;
}
.select-cotxe .card:hover .btn-skew-mini {
	color: #ffd41d;
}
.select-cotxe .card:hover h2,
.select-cotxe .card:hover h3,
.select-cotxe .card:hover table,
.select-cotxe .card:hover p,
.select-cotxe .card:hover th,
.select-cotxe .card:hover td,
.select-cotxe .card:hover ul,
.select-cotxe .card:hover a {
	color: #ffffff;
	text-decoration: none;
}
.select-cotxe__cardimg {
	transform: translateZ(0);
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	display: flex;
}
.select-cotxe__cardimg img {
	transition: all 0.5s ease;
	transform: scale(1.001);
	border-radius: 0px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}

@media (max-width: 991.98px) {
	.carspromociones .select-cotxe {
		margin: 0px 0px;
	}
}
@media (max-width: 1439.98px) {
	.carspromociones .select-cotxe {
		margin: 0px 0px;
	}
}
@media (max-width: 1199.98px) {
	.carspromociones .select-cotxe {
		margin: 0px 0px;
	}
}
.carspromociones-card {
	margin-top: 50px;
	margin-bottom: 20px;
}
.carspromociones-card a {
	color: initial;
	text-decoration: none;
}
.carspromociones-block {
	font-family: inherit;
	position: absolute;
	bottom: 0px;
	z-index: 9999;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6705882353) 60%);
}
.carspromociones-block__body {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 18px;
	font-style: italic;
}
.carspromociones-block__body span {
	font-weight: 600;
	font-size: 26px;
	padding-left: 8px;
}
.carspromociones-block__time {
	line-height: inherit;
	font-size: 20px;
}
.carspromociones-block__time img {
	width: initial;
	height: 20px !important;
}
.carspromociones-block__quedan {
	font-family: inherit;
	font-size: 20px;
}
.carspromociones-badge {
	font-family: inherit;
	position: absolute;
	top: -70px;
	left: 0px;
	right: 0px;
	margin: 1px auto;
	z-index: 4;
	width: 140px;
	height: 140px;
	background-image: url(https://newsite.formulagt.es/wp-content/uploads/2023/05/Vectorestrella.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.carspromociones-badge__time {
	line-height: inherit;
	font-size: 22px;
}
.carspromociones-badge__preu {
	color: #3bb313;
	text-decoration: line-through;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 0px;
}
.carspromociones-badge__oferta {
	color: initial;
	font-weight: 700;
	font-size: 40px;
	padding-bottom: 9px;
}
.carspromociones-badge__descuento {
	background-color: #3bb313;
	padding: 3px 20px;
	color: white;
	width: -moz-max-content;
	width: max-content;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6) !important;
}
.carspromociones-badge__descuento span {
	font-weight: 300;
}
.carspromociones .select-cotxe .btn-skew-mini {
	padding: 13px 32px;
	padding-left: 18px;
	padding-right: 20px;
}
.carspromociones .select-cotxe__cardimg {
	position: relative;
}

.testimonials-small {
	color: #212121;
}
.testimonials-small i.fas.fa-star {
	color: orange;
}
.testimonials-small i.fas.fa-star-half {
	color: orange;
}
.testimonials-small .dt-owl-item-content {
	margin-top: 0px;
	content: '';
	width: 100%;
	flex: 1 1 auto;
}
.testimonials-small .dt-owl-item-heading {
	font-weight: 500;
	margin-bottom: 0px !important;
	
	margin-right: 20px;
}
.testimonials-small .dt-owl-item-subtitle {
	color: #212121 !important;
}
.testimonials-small .dt-owl-item {
	display: flex;
	position: relative;
}
.testimonials-small .dt-owl-item-wrap {
	margin: 0px 20px;
	padding: 1px 30px 1px 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	grid-column-gap: 20px;
	position: relative;
	width: 100%;
}
@media (max-width: 767.98px) {
	.testimonials-small .dt-owl-item-wrap {
		margin: 0px 1px !important;
	}
}
.testimonials-small .owl-carousel .owl-dots {
	position: absolute;
	display: none;
}
.testimonials-small .dt-owl-item-inner img {
	max-width: 90px;
	margin-top: 5px !important;
	border-radius: 50%;
}
@media (max-width: 767.98px) {
	.testimonials-small .dt-owl-item-inner img {
		max-width: 60px;
		height: -moz-fit-content !important;
		height: fit-content !important;
	}
}
.testimonials-small .dt-owl-item-inner {
	display: flex;
	width: auto !important;
	align-self: flex-start;
}
.testimonials-small .dt-owl-item-description {
	margin-bottom: 5px;
	margin-top: 8px;
	padding: 0px;
	background-color: transparent;
	height: 90px !important;
	overflow-y: hidden;
}
@media (max-width: 767.98px) {
	.testimonials-small .dt-owl-item-description {
		line-height: 1.4;
		height: 85px !important;
		font-size: 16px;
	}
}
.testimonials-small_headstars {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.testimonials-small .owl-nav a.owl-prev {
	top: var(--offset-v-m-img);
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: var(--arrow-h-offset);
	--arrow-translate-x: 0;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -15px;
}
.testimonials-small .owl-nav a.owl-next {
	top: var(--offset-v-m-img);
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: calc(100% - var(--arrow-h-offset));
	--arrow-translate-x: -100%;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -15px;
}
.testimonials-small .elementor-owl-carousel-call .owl-nav > a {
	transition: all 0.3s;
	top: calc(50% + var(--arrow-v-offset, 0) + var(--offset-v-t-img));
	--arrow-translate-y: -50%;
	transform: translate3d(var(--arrow-translate-x, 0), var(--arrow-translate-y), 0);
}
.testimonials-small .owl-carousel {
	--offset-v-t-img: 0px;
	--offset-v-m-img: 50%;
	--top-b-img: 100%;
	--offset-v-b-img: 0px;
	--box-padding-top: 10px;
	--box-padding-bottom: 10px;
	--arrow-bg-height: 30px;
}
.testimonials-small .elementor-owl-carousel-call .owl-nav > a i {
	font-size: 30px;
	color: #ffffff;
}
.testimonials-small .elementor-owl-carousel-call .owl-nav {
	display: var(--arrow-display, inline-flex);
	opacity: var(--arrow-opacity, 1);
	transition: all 0.3s;
}
.testimonials-small .owl-nav a.owl-next {
	top: var(--offset-v-m-img);
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: calc(100% - var(--arrow-h-offset));
	--arrow-translate-x: -100%;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -15px;
}
.testimonials-small .owl-nav a.owl-prev {
	top: var(--offset-v-m-img);
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: var(--arrow-h-offset);
	--arrow-translate-x: 0;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -15px;
}
.testimonials-small .owl-nav a {
	width: max(60px, var(--arrow-icon-size, 1em));
	height: max(30px, var(--arrow-icon-size, 1em));
	border-radius: 0px;
	border-width: 0px;
	border-style: solid;
}

.testimonials-static {
	color: #212121;
}
.testimonials-static i.fas.fa-star {
	color: orange;
}
.testimonials-static .dt-owl-item-content {
	margin-top: 0px;
}
.testimonials-static .dt-owl-item-heading {
	font-weight: 500;
	margin-bottom: 0px !important;
	
}
.testimonials-static .dt-owl-item-subtitle {
	color: #212121 !important;
}
.testimonials-static .dt-owl-item {
	display: flex;
	margin-bottom: 20px;
}
.testimonials-static .dt-owl-item:last-child {
	margin-bottom: 0px;
}
.testimonials-static .dt-owl-item-wrap {
	margin: 0px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	grid-column-gap: 20px;
	position: relative;
}
@media (max-width: 767.98px) {
	.testimonials-static .dt-owl-item-wrap {
		margin: 0px 5px !important;
	}
}
.testimonials-static .dt-owl-item-inner img {
	width: 225px;
	margin-top: 5px !important;
	margin-right: 17px;
	height: -moz-fit-content !important;
	height: fit-content !important;
}
@media (max-width: 767.98px) {
	.testimonials-static .dt-owl-item-inner img {
		width: 215px;
		height: -moz-fit-content !important;
		height: fit-content !important;
	}
}
.testimonials-static .dt-owl-item-inner {
	display: flex;
	width: auto !important;
}
.testimonials-static .dt-owl-item-description {
	margin-bottom: 5px;
}
@media (max-width: 767.98px) {
	.testimonials-static .dt-owl-item-description {
		line-height: 1.4;
	}
}
.testimonials-static .stars {
	position: absolute;
	top: 0px;
	right: 24px;
}

#modalCenter-VIP .btn-close {
	color: #ffffff;
	filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(294deg) brightness(101%) contrast(100%);
}
#modalCenter-VIP h5 {
	color: #cdb17a;
}
#modalCenter-VIP .modal-content {
	background-color: #000000;
	color: #ffffff;
}
#modalCenter-VIP .modelos {
	padding-top: 20px;
	color: #ffffff;
}
#modalCenter-VIP .vueltas {
	color: #ffffff;
	text-transform: inherit;
	font-size: 14px;
}
#modalCenter-VIP i.fal.fa-check {
	color: #ffffff;
	margin-right: 4px;
}
#modalCenter-VIP i.fas.fa-star {
	margin-right: 5px;
	color: #cdb17a;
}
#modalCenter-VIP .pack-modal-cotxe {
	max-width: 80%;
}
#modalCenter-VIP .flex-fill {
	color: #ffffff;
	text-align: center;
}
#modalCenter-VIP .list-group-item {
	border-bottom: 0px solid #eee;
}
#modalCenter-VIP .modal-header {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.modal-vip {
	background-color: #131313;
	color: #ffffff;
	padding: 30px 0px;
}
.modal-vip .btn-close {
	color: #ffffff;
	filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(294deg) brightness(101%) contrast(100%);
}
.modal-vip h3 {
	font-family: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: 300;
}
.modal-vip p {
	font-weight: 300;
}
.modal-vip h5 {
	color: #cdb17a;
	
	font-weight: 600;
	font-size: 22px;
}
.modal-vip__header {
	font-size: inherit;
	text-align: center;
	background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 40%), url(https://newsite.formulagt.es/wp-content/uploads/2023/03/foto-vip.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	margin-bottom: 30px;
}
@media (max-width: 575.98px) {
	.modal-vip__header {
		padding-top: 0px;
		background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 61%), url(https://newsite.formulagt.es/wp-content/uploads/2023/03/foto-vip.jpg);
		background-position: bottom center;
		background-size: contain;
		height: 345px;
	}
}
.modal-vip__header img {
	width: 400px;
	margin: auto;
}
.modal-vip__title {
	font-size: 18px;
	font-weight: 300;
	padding: 0px 30px;
	color: #ffffff;
	
}
.modal-vip__content {
	font-size: inherit;
	padding: 0px 30px;
}
.modal-vip__text {
	padding-bottom: 30px;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
}
@media (max-width: 575.98px) {
	.modal-vip__text {
		text-align: left;
	}
}
.modal-vip__headline-1 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
	text-align: center;
}
@media (max-width: 575.98px) {
	.modal-vip__headline-1 {
		line-height: 30px;
		text-align: left;
	}
}
.modal-vip__inclou {
	font-size: inherit;
}
.modal-vip__complements {
	font-size: inherit;
}
.modal-vip i.fas.fa-star {
	margin-right: 5px;
	color: #cdb17a;
}
.modal-vip .list-group {
	flex-direction: initial;
}
.modal-vip .list-group-item {
	color: inherit;
	background-color: inherit;
	padding: 3px 0px;
	font-weight: 300;
	font-size: 18px;
}

.cochesexclusivos {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cochesexclusivos .modal-vip__header img {
	width: 550px;
	margin: auto;
}
.cochesexclusivos .modal-vip {
	padding: 0px 0px;
}
.cochesexclusivos .modal-vip__header {
	font-size: inherit;
	text-align: center;
	background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 40%), url(https://newsite.formulagt.es/wp-content/uploads/2023/03/vip.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	margin-bottom: 30px;
}

#elementor-popup-modal-80643 .dialog-close-button i {
	color: white;
	border: 1px solid;
	border-radius: 50%;
	padding: 4px;
}

#elementor-popup-modal-80643 .dialog-close-button {
	font-size: 80% !important;
	right: 30px;
}
@media (max-width: 767.98px) {
	#elementor-popup-modal-80643 .dialog-close-button {
		right: 20px;
	}
}

.modalpackregalo-vip__title {
	color: #cdb17a;
	
	font-weight: 500;
	font-size: 22px;
}
.modalpackregalo-vip__text {
	color: #ffffff;
	padding-bottom: 20px;
	padding-top: 15px;
}
@media (max-width: 575.98px) {
	.modalpackregalo-vip__text {
		font-size: inherit;
	}
}
.modalpackregalo-vip__text p {
	margin-bottom: 0px;
	font-size: initial;
}
.modalpackregalo-vip__btn {
	height: 50px;
	font-size: inherit;
	position: relative;
	margin-right: -30px;
}
@media (max-width: 575.98px) {
	.modalpackregalo-vip__btn {
		margin-top: 0px;
	}
}
.modalpackregalo-vip__btn a {
	position: absolute;
	right: 0px;
}
.modalpackregalo-vip__btn a:hover {
	color: #ffd41d;
}
.modalpackregalo-vip h5 {
	color: #cdb17a;
	
	font-weight: 300;
	font-size: 22px;
}
.modalpackregalo-vip i.fas.fa-star {
	margin-right: 5px;
	color: #cdb17a;
}
.modalpackregalo-vip .modalpackregalo-vip__inclou .list-group {
	flex-direction: initial;
}
.modalpackregalo-vip .btn-skew-middle {
	margin-right: 0px;
	height: 50px;
}
.modalpackregalo-vip .modalpackregalo-vip__btn a {
	position: absolute;
	right: 0px;
}
.modalpackregalo-vip__inclou {
	color: #ffffff;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 24px;
}
.modalpackregalo-vip__inclou .list-group-item {
	color: #ffffff;
	background-color: inherit;
	padding: 3px 0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.modalpackregalo-vip__inclou li {
	font-size: inherit;
	padding: 3px 0px;
}
.modalpackregalo-vip__inclou i.fas.fa-check {
	color: #3bb313;
	font-size: 14px;
	margin-right: 2px;
}
.modalpackregalo-vip-card {
	border: 0px;
	border-radius: 0px;
	padding: 14px;
	background-color: inherit;
	color: #fff;
	text-align: center;
}
.modalpackregalo-vip-card h5 {
	margin-bottom: 0px;
}
.modalpackregalo-vip-card__title {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	
}
.modalpackregalo-vip-card__text {
	font-size: 18px;
	line-height: initial;
}
.modalpackregalo-vip-card__body {
	padding: 0px;
	display: flex;
	gap: 2px;
	flex-direction: column;
}
.modalpackregalo-vip-card img {
	transition: all 0.5s ease;
	transform: scale(1.001);
	border-radius: 0px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	vertical-align: middle;
}

.modalpackregalo__title {
	font-size: inherit;
	text-transform: uppercase;
}
@media (max-width: 575.98px) {
	.modalpackregalo__title {
		font-size: inherit;
	}
}
.modalpackregalo__title :first-child {
	font-size: inherit;
}
.modalpackregalo__headline-1 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 0px;
}
.modalpackregalo__text {
	padding-bottom: 20px;
	padding-top: 15px;
}
@media (max-width: 575.98px) {
	.modalpackregalo__text {
		font-size: inherit;
	}
}
.modalpackregalo__text p {
	margin-bottom: 0px;
	font-size: initial;
}
.modalpackregalo__list__content {
	padding-right: 10px;
	display: flex;
	gap: 2px;
	flex-direction: column;
}
.modalpackregalo__list li {
	border-bottom: 1px solid red;
}
.modalpackregalo__list__head {
	text-transform: uppercase;
	font-size: 16px;
}
.modalpackregalo__list__text {
	text-transform: uppercase;
	font-size: 13px;
	color: #555555;
}
.modalpackregalo__contentlist {
	margin-bottom: 40px;
}
.modalpackregalo__body {
	font-size: inherit;
}
.modalpackregalo__btn {
	height: 50px;
	font-size: inherit;
	position: relative;
	margin-right: -30px;
}
.modalpackregalo__btn a {
	position: absolute;
	right: 0px;
}
.modalpackregalo__btn a:hover {
	color: #ffd41d;
}
.modalreserva__btn {
	height: 50px;
	font-size: inherit;
	position: relative;
	margin-right: -30px;
}
.modalreserva__btn a {
	right: 0px;
}
.modalreserva__btn a:hover {
	color: #ffd41d;
}
.modalpackregalo__card {
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #dbdad8;
	padding: 8px 0px;
}
.modalpackregalo__card h5 {
	margin-bottom: 0px;
}
.modalpackregalo__card__title {
	padding: 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	
}
.modalpackregalo__card__text {
	text-transform: uppercase;
	font-size: 12px;
	color: #555555;
	line-height: initial;
}
.modalpackregalo__card__body {
	padding: 0px;
	display: flex;
	gap: 2px;
	flex-direction: column;
}
.modalpackregalo__card-title {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: 500;
}
.modalpackregalo__card-title p {
	margin-bottom: 0px;
	font-size: initial;
}
.modalpackregalo .modalpackregalo__card .col-8 {
	border-left: 1px solid #dbdad8;
}
.modalpackregalo .btn-skew-middle {
	margin-right: 0px;
	height: 50px;
}
.modalpackregalo__img {
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 4px 0px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.modalpackregalo__inclou {
	margin-bottom: 30px;
}
.modalpackregalo__inclou li {
	font-size: inherit;
	padding: 3px 0px;
}
.modalpackregalo__inclou i.fas.fa-check {
	color: #3bb313;
	font-size: 14px;
	margin-right: 2px;
}
.modalpackregalo__inclou-headline-1 {
	font-weight: 500;
	padding-bottom: 10px;
	font-size: initial;
}
.modalpackregalo__condicions {
	font-size: 13px;
	color: #a6a6a6;
	margin-bottom: 30px;
}
.modalpackregalo .modal-content {
	border-radius: 0px;
}

.packsVIP {
	background: #212121;
	padding: 10px 0px;
}

.packsregalo-vip .cardPR-bodyFooter {
	font-size: 13px;
}
.packsregalo-vip .col {
	background: #212121;
}
@media (max-width: 767.98px) {
	.packsregalo-vip .col:not(:first-child) {
		padding-top: 0px;
	}
}

.packsregalo a {
	text-decoration: none;
}
.packsregalo .cardPR-bodyFooter {
	font-size: 13px;
}
.packsregalo .incluye i.fal.fa-check {
	color: #3bb313;
	margin-right: 5px;
}
.packsregalo .intro {
	text-align: center;
	margin-bottom: 20px;
}
.packsregalo__inclou li {
	font-size: inherit;
	padding: 2px 0px;
}
.packsregalo__inclou .fa-check {
	color: #3bb313;
	font-size: 14px;
	margin-right: 4px;
}
.packsregalo__headline-inclou {
	font-size: 24px;
	font-weight: 700;
	
	text-align: center;
	margin-bottom: 10px;
}
.packsregalo__headline-expe {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 1px;
	margin-top: 10px;
	margin-left: 15px;
}
.packsregalo .btn-skew-mini {
	padding: 10px 0px 6px 8px;
	height: 46px;
}
@media (max-width: 575.98px) {
	.packsregalo .btn-skew-mini {
		height: 46px;
	}
}
.packsregalo .btn-skew-mini:before {
	width: 19px;
	height: 46px;
	position: absolute;
	left: -12px;
}
.packsregalo__card {
	border: 10px solid #3bb313;
	background-image: url(https://newsite.formulagt.es/wp-content/uploads/2023/04/packsregalo_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 300px;
}
.packsregalo__card-body {
	text-align: center;
	padding: 12px 20px;
	display: flex;
	justify-content: center;
	height: 100%;
}
.packsregalo__card-body-bodycenter {
	text-align: center;
	padding: 12px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.packsregalo__card-bottom {
	position: relative;
	bottom: 0px;
}
.packsregalo__card-bottom__btnexpe a {
	text-decoration: underline !important;
	color: #ffffff;
	font-size: 14px;
	padding-left: 15px;
	font-weight: 200;
}
@media (max-width: 575.98px) {
	.packsregalo__card-bottom__btnexpe a {
		padding-left: 10px;
	}
}
.packsregalo__card-bottom__btnexpe a:hover {
	color: #ffd41d;
}
.packsregalo__card-bottom__preu {
	font-weight: 500;
	font-size: 16px;
	padding-right: 10px;
}
.packsregalo .ico_regal {
	position: absolute;
	top: -16px;
	left: -16px;
	max-width: 100px;
}
.packsregalo__card-basic {
	border: 6px solid;
	-o-border-image: linear-gradient(315deg, #0051c6, #0051c6, #75a4fa) 1;
	border-image: linear-gradient(315deg, #0051c6, #0051c6, #75a4fa) 1;
}
.packsregalo__card-basic__title {
	color: #4d86e7;
	font-size: 55px;
	font-style: italic;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 22px;
}
@media (max-width: 767.98px) {
	.packsregalo__card-basic__title {
		font-size: 48px;
	}
}
.packsregalo__card-basic__subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 11px;
}
.packsregalo__card-basic__text {
	color: #ffffff;
	font-weight: 500;
	font-size: 21px;
}
.packsregalo__card-basic__text span {
	font-weight: 200;
	font-size: 15px;
}
.packsregalo__card-basic .btn-skew-mini {
	background: #0051c6;
}
.packsregalo__card-basic .btn-skew-mini:before {
	background: #0051c6;
}
.packsregalo__card-gold {
	border: 6px solid;
	-o-border-image: linear-gradient(315deg, #d58d14, #d58d14, #f0be00) 1;
	border-image: linear-gradient(315deg, #d58d14, #d58d14, #f0be00) 1;
}
.packsregalo__card-gold__title {
	color: #e8ab09;
	font-size: 55px;
	font-style: italic;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 22px;
}
@media (max-width: 767.98px) {
	.packsregalo__card-gold__title {
		font-size: 48px;
	}
}
.packsregalo__card-gold__subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 11px;
}
.packsregalo__card-gold__text {
	color: #ffffff;
	font-weight: 500;
	font-size: 19px;
}
.packsregalo__card-gold__text span {
	font-weight: 200;
	font-size: 15px;
}
.packsregalo__card-gold .btn-skew-mini {
	background: #d58d14;
}
.packsregalo__card-gold .btn-skew-mini:before {
	background: #d58d14;
}
.packsregalo__card-top .packsregalo__card-silver__title {
	color: #b2b3b6;
	font-size: 60px;
	font-style: italic;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
}
.packsregalo__card-silver {
	border: 6px solid;
	-o-border-image: linear-gradient(315deg, #6f6d6d, #6f6d6d, #d8d8da) 1;
	border-image: linear-gradient(315deg, #6f6d6d, #6f6d6d, #d8d8da) 1;
}
.packsregalo__card-silver__title {
	color: #b2b3b6;
	font-size: 55px;
	font-style: italic;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 22px;
}
@media (max-width: 767.98px) {
	.packsregalo__card-silver__title {
		font-size: 48px;
	}
}
.packsregalo__card-silver__subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 11px;
}
.packsregalo__card-silver__text {
	color: #ffffff;
	font-weight: 500;
	font-size: 19px;
}
.packsregalo__card-silver__text span {
	font-weight: 200;
	font-size: 15px;
}
.packsregalo__card-silver .btn-skew-mini {
	background-color: rgb(187, 180, 176);
	background: #6f6d6d;
}
.packsregalo__card-silver .btn-skew-mini:before {
	background-color: rgb(187, 180, 176);
	background: #6f6d6d;
}
.packsregalo__card-premium {
	border: 6px solid;
	-o-border-image: linear-gradient(315deg, #803222, #803222, #df744c) 1;
	border-image: linear-gradient(315deg, #803222, #803222, #df744c) 1;
}
.packsregalo__card-premium__title {
	color: #cc6342;
	font-size: 55px;
	font-style: italic;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 22px;
}
@media (max-width: 767.98px) {
	.packsregalo__card-premium__title {
		font-size: 48px;
	}
}
.packsregalo__card-premium__subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 11px;
}
.packsregalo__card-premium__text {
	color: #ffffff;
	font-weight: 500;
	font-size: 19px;
}
.packsregalo__card-premium__text span {
	font-weight: 200;
	font-size: 15px;
}
.packsregalo__card-premium .btn-skew-mini {
	background: #803222;
}
.packsregalo__card-premium .btn-skew-mini:before {
	background: #803222;
}
.packsregalo__card-vip {
	border: 6px solid;
	-o-border-image: linear-gradient(315deg, #cbd6ec, #cbd6ec, #ffffff) 1;
	border-image: linear-gradient(315deg, #cbd6ec, #cbd6ec, #ffffff) 1;
}
.packsregalo__card-vip__title {
	color: #cbd6ec;
	font-size: 55px;
	font-style: italic;
	font-weight: 500;
	padding-top: 0px;
}
.packsregalo__card-vip__title img {
	height: 70px !important;
}
@media (max-width: 767.98px) {
	.packsregalo__card-vip__title img {
		max-height: 52px !important;
	}
}
.packsregalo__card-vip__subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 1px;
}
.packsregalo__card-vip__text {
	color: #ffffff;
	font-weight: 500;
	font-size: 19px;
}
.packsregalo__card-vip__text span {
	font-weight: 200;
	font-size: 15px;
}
.packsregalo__card-vip .btn-skew-mini {
	background: #cbd6ec;
	color: #212121;
}
.packsregalo__card-vip .btn-skew-mini:before {
	background: #cbd6ec;
}

.home-experiencia-01 .btn-skew-mini {
	margin-bottom: 0px;
}
.home-experiencia-01 .btn-skew-mini:before {
	left: -13px;
}
.home-experiencia-01 a {
	text-decoration: none;
}
.home-experiencia-01 .cardPR-bodyFooter {
	font-size: 13px;
}
.home-experiencia-01 .incluye i.fal.fa-check {
	color: #3bb313;
	margin-right: 5px;
}
.home-experiencia-01 .intro {
	text-align: center;
	margin-bottom: 20px;
}
.home-experiencia-01 .incluye li {
	font-size: 12px;
}
.home-experiencia-01 .card {
	border: 0px;
}
.home-experiencia-01 .card-body {
	padding: 10px 0px 0px 0px;
}
.home-experiencia-01 .card-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: 250px;
}
.home-experiencia-01 .cardPR {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: 250px;
}
.home-experiencia-01 .cardPR a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}
.home-experiencia-01 .cardPR-body {
	text-align: center;
	padding: 20px;
}
.home-experiencia-01 .ico_regal {
	position: absolute;
	top: -20px;
	left: -20px;
	max-width: 100px;
}
.home-experiencia-01 .cardPR-basic {
	border: 10px solid #134e95;
}
.home-experiencia-01 .cardPR-basic h3 {
	color: #134e95;
}
.home-experiencia-01 .cardPR-basic .btn-skew-mini {
	background: #134e95;
}
.home-experiencia-01 .cardPR-basic .btn-skew-mini:before {
	background: #134e95;
}
.home-experiencia-01 .cardPR-gold {
	border: 10px solid #ffd41d;
}
.home-experiencia-01 .cardPR-gold h3 {
	color: #ffd41d;
}
.home-experiencia-01 .cardPR-gold .btn-skew-mini {
	background: #ffd41d;
}
.home-experiencia-01 .cardPR-gold .btn-skew-mini:before {
	background: #ffd41d;
}
.home-experiencia-01 .cardPR-silver {
	border: 10px solid #a6a6a6;
}
.home-experiencia-01 .cardPR-silver h3 {
	color: #a6a6a6;
}
.home-experiencia-01 .cardPR-silver .btn-skew-mini {
	background: #a6a6a6;
}
.home-experiencia-01 .cardPR-silver .btn-skew-mini:before {
	background: #a6a6a6;
}
.home-experiencia-01 .cardPR-premium {
	border: 10px solid #974c1e;
}
.home-experiencia-01 .cardPR-premium h3 {
	color: #974c1e;
}
.home-experiencia-01 .cardPR-premium .btn-skew-mini {
	background: #974c1e;
}
.home-experiencia-01 .cardPR-premium .btn-skew-mini:before {
	background: #974c1e;
}
.home-experiencia-01 .cardPR-vip {
	border: 10px solid #dbdad8;
}
.home-experiencia-01 .cardPR-vip h3 {
	color: #dbdad8;
}
.home-experiencia-01 .cardPR-vip .btn-skew-mini {
	background: #dbdad8;
	color: #212121;
}
.home-experiencia-01 .cardPR-vip .btn-skew-mini:before {
	background: #dbdad8;
}

.home-experiencia .card:hover .btn-skew-mini {
	color: #ffd41d;
}
.home-experiencia .card-title {
	margin-bottom: 6px;
}
.home-experiencia .card-text {
	color: #000000;
	
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 6px;
}
.home-experiencia .card-text span {
	font-size: 20px;
	font-weight: 500;
	color: #3bb313;
	
}
.home-experiencia .card-img {
	transform: translateZ(0);
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	background-color: #ECEAEA;
	height: 15em;
	display: flex;
}
.home-experiencia .card-img img {
	transition: all 0.5s ease;
	transform: scale(1.001);
	border-radius: 0px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.home-experiencia .card {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 15px;
}
.home-experiencia .card-body {
	padding: 12px 0px 0px 0px;
}
.home-experiencia a {
	text-decoration: none;
}
.home-experiencia .cardPR-bodyFooter {
	font-size: 13px;
}
.home-experiencia .btn-skew-mini {
	margin-bottom: 0px;
}

.homeexperience-card {
	position: relative;
}

.homeexperience-card::after {
	display: block;
	clear: both;
	content: '';
}

.complements__content {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
@media (max-width: 991.98px) {
	.complements__content {
		flex-direction: column;
		width: 100%;
		padding-bottom: 40px;
	}
}
.complements .packmodal .list-group-item {
	padding: var(--bs-list-group-item-padding-y) 0px;
	border-bottom: 1px solid #eee;
	border-radius: 0px;
}
.complements .checkFooter {
	display: flex;
	flex-direction: row;
	align-items: center;
}
@media (max-width: 991.98px) {
	.complements .checkFooter {
		flex-direction: column;
	}
}
.complements .card {
	padding: 10px;
}
.complements .card-body {
	margin-top: 10px;
	padding: 0px 0px;
}
.complements .list-group {
	margin: 1rem 0px;
}
@media (max-width: 991.98px) {
	.complements .list-group {
		margin-top: 0px;
		gap: 1rem;
		margin: 1rem 0.5rem;
	}
}
.complements i.fas.fa-check {
	color: #3bb313;
	margin-top: 2px;
}
.complements .list-group-item {
	background-color: transparent;
	border: 0px;
	padding: 0px;
}
@media (max-width: 991.98px) {
	.complements .list-group-item {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 767.98px) {
	.select-voltes {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.select-voltes .col {
		flex: 0 0 auto;
		width: 12.5%; /* 100/8 */
	}
}
@media (max-width: 767.98px) {
	.select-voltes h2 {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
		font-size: 26px;
	}
}
.select-voltes__check {
	padding: 1rem !important;
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 26px;
}
@media (max-width: 575.98px) {
	.select-voltes__check {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
}
.select-voltes__check i.fas.fa-check-circle.fa-2x {
	color: #eeeeee;
}
.select-voltes .btn-link {
	color: #000000 !important;
	text-decoration: underline;
	font-size: 18px;
}
@media (max-width: 767.98px) {
	.select-voltes .logo {
		align-items: flex-start !important;
	}
	.select-voltes .logo .logoformulaexp {
		width: 180px;
	}
}
.select-voltes .logo .btn-link {
	white-space: initial;
}
.select-voltes .logo .btn-link:hover {
	color: #3bb313 !important;
}
.select-voltes .active {
	color: #fff;
	background-color: #3bb313;
}
.select-voltes .active .preu {
	color: #fff;
}
.select-voltes .activa {
	color: #fff;
	background-color: #3bb313;
	background: #3bb313 !important;
}
.select-voltes .activa .preu {
	color: #fff;
}
.select-voltes label:hover {
	color: #fff;
	background-color: #3bb313;
}
.select-voltes label:hover .preu {
	color: #fff;
}
.select-voltes label .preu {
	font-weight: 600;
	color: #000000;
	margin-top: auto !important;
}
@media (max-width: 575.98px) {
	.select-voltes label .preu {
		margin-left: auto !important;
		margin-top: 0px !important;
	}
}
.select-voltes .card {
	padding: 10px;
}
.select-voltes .list-group {
	max-width: 460px;
}
.select-voltes .list-group-item {
	border: none;
}
.select-voltes .form-check-input:checked + .form-checked-content {
	opacity: 0.5;
}
.select-voltes .form-check-input-placeholder {
	border-style: dashed;
}
.select-voltes [contenteditable]:focus {
	outline: 0;
}
.select-voltes .list-group-checkable .list-group-item {
	cursor: pointer;
}
.select-voltes .list-group-item-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.select-voltes .list-group-item-check[disabled] + .list-group-item,
.select-voltes .list-group-item-check:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-voltes .list-group-radio .list-group-item {
	cursor: pointer;
}
.select-voltes .list-group-radio .form-check-input {
	z-index: 2;
	margin-top: -0.5em;
}
.select-voltes .list-group-radio .list-group-item:hover,
.select-voltes .list-group-radio .list-group-item:focus {
	background-color: var(--bs-light);
}
.select-voltes .list-group-radio .form-check-input:checked + .list-group-item {
	background-color: var(--bs-body);
	border-color: var(--bs-blue);
	box-shadow: 0 0 0 2px var(--bs-blue);
}
.select-voltes .list-group-radio .form-check-input[disabled] + .list-group-item,
.select-voltes .list-group-radio .form-check-input:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-voltes .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.select-voltes .general {
	background-color: #ffffff;
	background-color: #1089c0;
}
.select-voltes .vip {
	background: linear-gradient(90deg, rgb(235, 219, 170) 0%, rgb(205, 178, 123) 100%);
}
@media (max-width: 767.98px) {
	.select-voltes .vip {
		background: linear-gradient(90deg, rgb(235, 219, 170) 0%, rgb(205, 178, 123) 50%, rgb(205, 178, 123) 100%);
	}
}
.select-voltes .vip:hover {
	color: #fff;
	background: #3bb313;
}
.select-voltes .vip:hover .preu {
	color: #fff;
}
.select-voltes .shadow-sm {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
}
.select-voltes .info {
	position: relative;
}
.select-voltes .infoicon {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding: 6px 6px 10px 10px;
	z-index: 9999;
	font-size: 12px;
}
@media (max-width: 767.98px) {
	.select-voltes .infoicon {
		right: 13px;
		top: auto;
		padding: 15px 15px 15px 30px;
	}
}

@media (max-width: 767.98px) {
	.select-fecha {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.select-fecha .col {
		flex: 0 0 auto;
		width: 17%; /* 100/8 */
	}
}
@media (max-width: 767.98px) {
	.select-fecha h2 {
		margin-bottom: 0px !important;
		font-size: 26px;
	}
}
.select-fecha .general {
	background-color: #ffffff;
	background-color: #1089c0;
}
.select-fecha__check {
	background-color: #ffffff;
	padding: 1rem !important;
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 26px;
	justify-content: space-between;
}
@media (max-width: 575.98px) {
	.select-fecha__check {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
}
.select-fecha__check i.fas.fa-check-circle.fa-2x {
	color: #eeeeee;
}
.select-fecha .btn-link {
	color: #000000 !important;
	text-decoration: underline;
	font-size: 18px;
}
@media (max-width: 991.98px) {
	.select-fecha .logo {
		justify-content: space-between !important;
	}
}
.select-fecha .logo .btn-link {
	white-space: initial;
}
.select-fecha .active {
	color: #fff;
	background-color: #3bb313;
}
.select-fecha .active .fecha {
	color: #fff;
}
.select-fecha .activa {
	color: #fff;
	background-color: #3bb313;
}
.select-fecha .activa .fecha {
	color: #fff;
}
.select-fecha label:hover {
	color: #fff;
	background-color: #3bb313;
}
.select-fecha label:hover .fecha {
	color: #fff;
}
.select-fecha label .fecha {
	font-weight: 600;
	color: #000000;
	margin-top: auto;
}
@media (max-width: 575.98px) {
	.select-fecha label .fecha {
		margin-top: 0px;
	}
}
.select-fecha .card {
	padding: 10px;
}
.select-fecha .list-group {
	max-width: 460px;
}
.select-fecha .list-group-item {
	border: none;
}
.select-fecha .form-check-input:checked + .form-checked-content {
	opacity: 0.5;
}
.select-fecha .form-check-input-placeholder {
	border-style: dashed;
}
.select-fecha [contenteditable]:focus {
	outline: 0;
}
.select-fecha .list-group-checkable .list-group-item {
	cursor: pointer;
}
.select-fecha .list-group-item-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.select-fecha .list-group-item-check[disabled] + .list-group-item,
.select-fecha .list-group-item-check:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-fecha .list-group-radio .list-group-item {
	cursor: pointer;
}
.select-fecha .list-group-radio .form-check-input {
	z-index: 2;
	margin-top: -0.5em;
}
.select-fecha .list-group-radio .list-group-item:hover,
.select-fecha .list-group-radio .list-group-item:focus {
	background-color: var(--bs-light);
}
.select-fecha .list-group-radio .form-check-input:checked + .list-group-item {
	background-color: var(--bs-body);
	border-color: var(--bs-blue);
	box-shadow: 0 0 0 2px var(--bs-blue);
}
.select-fecha .list-group-radio .form-check-input[disabled] + .list-group-item,
.select-fecha .list-group-radio .form-check-input:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-fecha .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.select-fecha .vip {
	background: linear-gradient(90deg, rgb(235, 219, 170) 0%, rgb(205, 178, 123) 100%);
}
@media (max-width: 767.98px) {
	.select-fecha .vip {
		background: linear-gradient(90deg, rgb(235, 219, 170) 0%, rgb(205, 178, 123) 50%, rgb(205, 178, 123) 100%);
	}
}
.select-fecha .vip:hover {
	color: #fff;
	background: #3bb313;
}
.select-fecha .vip:hover .preu {
	color: #fff;
}
.select-fecha .shadow-sm {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
}
.select-fecha .infobox {
	position: relative;
}
.select-fecha .infoicon {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 12px;
	z-index: 9;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
}
@media (max-width: 767.98px) {
	.select-fecha .infoicon {
		right: 15px;
		top: auto;
		padding: 15px 15px 15px 30px;
	}
}

.infobox {
	position: relative;
}

.col_infoicon {
	position: relative;
}

.infoicon_content {
	background-color: #444444;
	border-radius: 0px;
	color: #ffffff !important;
	display: flex;
	text-align: left !important;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 25px !important;
	position: absolute;
	font-size: 16px;
	z-index: 10;
	top: -147px;
	right: -24px;
	width: 293px;
	border-radius: 10px;
	padding: 15px;
}
@media (min-width: 576px) {
	.infoicon_content {
		top: -158px;
		right: -153px;
	}
}

.infoicon_content:after {
	content: '';
	width: 20px;
	height: 27px;
	border-top: 27px solid #444444;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: 0 auto;
	position: absolute;
	bottom: -44px;
	left: 221px;
	right: 0;
	padding-bottom: 20px;
}
@media (min-width: 576px) {
	.infoicon_content:after {
		left: -37px;
	}
}

.infoicon_content .text {
	padding-left: 15px;
	font-style: italic;
}

@media (max-width: 767.98px) {
	.select-data {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.select-data h2 {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
		font-size: 26px;
	}
}
.select-data .info {
	position: absolute;
}
.select-data .info .span {
	position: relative;
	right: 0px;
}
.select-data .card {
	padding: 10px;
}
.select-data .list-group {
	margin: 1rem auto;
}
.select-data .list-group-item {
	border: none;
}
.select-data .form-check-input:checked + .form-checked-content {
	opacity: 0.5;
}
.select-data .form-check-input-placeholder {
	border-style: dashed;
}
.select-data [contenteditable]:focus {
	outline: 0;
}
.select-data .list-group-checkable .list-group-item {
	cursor: pointer;
}
.select-data .list-group-item-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.select-data .list-group-item-check:checked + .list-group-item {
	color: #fff;
	background-color: #3bb313;
}
.select-data .list-group-item-check[disabled] + .list-group-item,
.select-data .list-group-item-check:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-data .list-group-radio .list-group-item {
	cursor: pointer;
}
.select-data .list-group-radio .form-check-input {
	z-index: 2;
	margin-top: -0.5em;
}
.select-data .list-group-radio .list-group-item:hover,
.select-data .list-group-radio .list-group-item:focus {
	background-color: var(--bs-light);
}
.select-data .list-group-radio .form-check-input:checked + .list-group-item {
	background-color: var(--bs-body);
	border-color: var(--bs-blue);
	box-shadow: 0 0 0 2px var(--bs-blue);
}
.select-data .list-group-radio .form-check-input[disabled] + .list-group-item,
.select-data .list-group-radio .form-check-input:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-data .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.select-data .vip {
	background-color: #cdb27b;
}

@media (min-width: 1200px) {
	.select-hora .col {
		flex: 0 0 auto;
		width: 16%; /* 100/8 */
	}
}
@media (max-width: 767.98px) {
	.select-hora h2 {
		margin-bottom: 0px !important;
		font-size: 26px;
	}
}
.select-hora .general {
	background-color: #ffffff;
	background-color: #1089c0;
}
.select-hora label:hover {
	color: #fff;
	background-color: #3bb313;
}
.select-hora__check {
	padding: 1rem !important;
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 26px;
}
@media (max-width: 575.98px) {
	.select-hora__check {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
}
.select-hora__check i.fas.fa-check-circle.fa-2x {
	color: #eeeeee;
}
.select-hora .activa {
	color: #fff;
	background-color: #3bb313;
}
.select-hora .activa .preu {
	color: #fff;
}
.select-hora .card {
	padding: 10px;
}
.select-hora .list-group-item {
	border: none;
}
.select-hora .form-check-input:checked + .form-checked-content {
	opacity: 0.5;
}
.select-hora .form-check-input-placeholder {
	border-style: dashed;
}
.select-hora [contenteditable]:focus {
	outline: 0;
}
.select-hora .list-group-checkable .list-group-item {
	cursor: pointer;
}
.select-hora .list-group-item-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.select-hora .list-group-item-check:checked + .list-group-item {
	color: #fff;
	background-color: #3bb313;
}
.select-hora .list-group-item-check[disabled] + .list-group-item,
.select-hora .list-group-item-check:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-hora .list-group-radio .list-group-item {
	cursor: pointer;
}
.select-hora .list-group-radio .form-check-input {
	z-index: 2;
	margin-top: -0.5em;
}
.select-hora .list-group-radio .list-group-item:hover,
.select-hora .list-group-radio .list-group-item:focus {
	background-color: var(--bs-light);
}
.select-hora .list-group-radio .form-check-input:checked + .list-group-item {
	background-color: var(--bs-body);
	border-color: var(--bs-blue);
	box-shadow: 0 0 0 2px var(--bs-blue);
}
.select-hora .list-group-radio .form-check-input[disabled] + .list-group-item,
.select-hora .list-group-radio .form-check-input:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.select-hora .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.select-hora .vip {
	background-color: #cdb27b;
}
.select-hora .shadow-sm {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 767px) {
	.elementor-78282 .elementor-element.elementor-element-cb849c6 {
		--spacer-size: 23rem !important;
	}
}
@media (min-width: 768px) {
	.elementor-78282 .elementor-element.elementor-element-b2db3a9 {
		--width: 100% !important;
	}
}
@media (max-width: 767.98px) {
	.elementor-78282 .elementor-element.elementor-element-b2db3a9 {
		padding: 22px !important;
	}
	a.elementor-button-link.elementor-button.elementor-size-md {
		padding: 20px !important;
		font-size: 15px !important;
	}
	.elementor-78282 .elementor-element.elementor-element-a323f84 .elementor-icon-list-item > .elementor-icon-list-text {
		font-size: 28px !important;
	}
	.elementor-78282 .elementor-element.elementor-element-6ab4602 > .elementor-widget-container {
		padding-bottom: 15px !important;
	}
	.has_eae_slider.elementor-element.elementor-element-b2db3a9.e-con-full.promolimitada.e-con {
		margin-bottom: 16px;
	}
	.promolimitada li.elementor-icon-list-item {
		justify-content: center !important;
	}
	a.box-button.elementor-button.elementor-size-xl {
		font-size: 18px;
	}
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
	a.box-button.elementor-button.elementor-size-xl {
		--the7-btn-xl-min-height: 40px;
		padding-left: 0px;
		padding-right: 4px;
	}
}
.table-privacidad table td{
    border-color: var(--the7-divider-color) !important;
	border: 1px solid !important;
	padding: 10px !important;
}
.elementor-21569 .elementor-element.elementor-element-46c6ee0 .elementor-heading-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: -0.15px;
	word-spacing: 0em;
	padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
	.checkFooter .complements__content .list-group-item  {
	  width: 100% !important;
	}
  }
.elementor-21569 .elementor-element.elementor-element-149a9d3 {
	color: var(--e-global-color-el_color_0);
	font-size: 18px;
	font-weight: 200;
	line-height: 1.5em;
}
.elementor-21569 .elementor-element.elementor-element-563659f .elementor-heading-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: -0.15px;
	word-spacing: 0em;
	padding-bottom: 15px;
}
.elementor-21569 .elementor-element.elementor-element-e018a80 {
	color: var(--e-global-color-el_color_0);
	
	font-size: 18px;
	font-weight: 200;
	line-height: 1.5em;
}

.the7_testimonials_carousel-dc0487a.testimonials-carousel {
	--the7-slider-icon-size: 80px;
	--the7-slider-text-alignment: center;
	--the7-slider-item-flex-alignment: center;
	--the7-slider-btn-flex-alignment: center;
	--the7-slider-title-flex-alignment: center;
	--the7-slider-columns: minmax(0, 100%);
	--the7-slider-gap: normal;
	--the7-slider-margin: 0px 0px 10px 0px;
}
.the7_testimonials_carousel-dc0487a.testimonials-carousel .dt-owl-item-heading {
	justify-self: var(--the7-slider-title-flex-alignment);
	text-align: center;
	color: #ffffff;
	margin-bottom: 0px;
}

.elementor-owl-carousel-call .owl-nav .owl-next {
	left: calc(100% - var(--arrow-h-offset, 10px));
	--arrow-translate-x: -100%;
}

.elementor-81181 .elementor-element.elementor-element-6dba69a {
	--arrow-display: inline-flex;
	--arrow-opacity: 1;
	--bullet-display: none;
	--aspect-ratio: 1;
	--position: absolute;
	--object-fit: cover;
	--width: 100%;
	--svg-width: 100%;
	--height: 100%;
	--max-height: 100%;
	--max-width: 100%;
	--img-aspect-ratio: var(--aspect-ratio);
	--box-width: var(--image-size, var(--img-width));
	--arrow-icon-size: 30px;
}
.elementor-81181 .elementor-element.elementor-element-6dba69a .owl-carousel {
	--offset-v-t-img: 0px;
	--offset-v-m-img: 50%;
	--top-b-img: 100%;
	--offset-v-b-img: 0px;
	--box-padding-top: 10px;
	--box-padding-bottom: 10px;
	--arrow-bg-height: 30px;
}
.elementor-81181 .elementor-element.elementor-element-6dba69a .owl-nav a.owl-prev {
	top: var(--offset-v-m-img);
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: var(--arrow-h-offset);
	--arrow-translate-x: 0;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -15px;
}
.elementor-81181 .elementor-element.elementor-element-6dba69a .owl-nav a.owl-next {
	top: var(--offset-v-m-img);
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: calc(100% - var(--arrow-h-offset));
	--arrow-translate-x: -100%;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -15px;
}

@media (max-width: 767.98px) {
	.toptext .e-con-inner {
		align-items: flex-end !important;
		display: flex;
	}
}

.elementor-owl-carousel-call .owl-nav .dt-owl-item.active {
	width: 8% !important;
}

.has_eae_slider.elementor-element.elementor-element-2e8d5bd.e-con-boxed.e-con.elementor-sticky {
	padding-top: 10px;
}

.elementor-78282 .elementor-element.elementor-element-6dba69a .dt-owl-item-description {
	margin-bottom: 0px;
}

.homepackregalotext p:first-child {
	margin-bottom: 10px;
}
@media (max-width: 575.98px) {
	.homepackregalotext p:first-child {
		margin-bottom: 6px;
	}
}

.homepackregalotext {
	margin-bottom: -3px;
}

.headermob .horizontal-menu-wrap.horizontal-menu-dropdown .horizontal-menu-toggle .toggle-text {
	left: -14px;
	position: absolute;
	font-size: 12px;
	top: 26px;
}
@media (max-width: 767.98px) {
	.headermob .horizontal-menu-wrap.horizontal-menu-dropdown .horizontal-menu-toggle .toggle-text {
		left: -4px;
		top: 22px;
	}
}
.headermob .horizontal-menu-wrap.horizontal-menu-dropdown {
	margin-top: -11px;
}
.headermob .e-con-inner .elementor-button-content-wrapper {
	margin-top: -14px;
}
.headermob .e-con-inner .elementor-button-content-wrapper .elementor-button-text {
	position: absolute;
	top: 31px;
	font-size: 12px;
}

.elementor-element-dc0487a .elementor-owl-carousel-call .owl-nav > a i:before {
	color: #fff !important;
}

.elementor-owl-carousel-call .owl-nav > a i:before {
	color: #666 !important;
}

.elementor-80712 .elementor-element.elementor-element-dc0487a .owl-nav a.owl-prev {
	top: 50%;
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: var(--arrow-h-offset);
	--arrow-translate-x: 0;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -30px;
}
.elementor-80712 .elementor-element.elementor-element-dc0487a .owl-nav a.owl-next {
	top: var(--offset-v-m-img);
	top: 50%;
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: calc(100% - var(--arrow-h-offset));
	--arrow-translate-x: -100%;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -30px;
}
.elementor-80712 .elementor-element.elementor-element-dc0487a .owl-nav a {
	width: max(0px, var(--arrow-icon-size, 1em));
	height: max(0px, var(--arrow-icon-size, 1em));
	border-radius: 500px;
	border-width: 0px;
	border-style: solid;
}
.elementor-80712 .testimonials-big .elementor-owl-carousel-call .owl-nav > a i {
	font-size: 30px;
	color: #ffffff;
}
.elementor-80712 .elementor-owl-carousel-call .owl-nav {
	display: var(--arrow-display, inline-flex);
	opacity: var(--arrow-opacity, 1);
	transition: all 0.3s;
}
.elementor-80712 .elementor-owl-carousel-call .owl-nav > a {
	transition: all 0.3s;
	top: calc(50% + var(--arrow-v-offset, 0) + var(--offset-v-t-img));
	--arrow-translate-y: -50%;
	transform: translate3d(var(--arrow-translate-x, 0), var(--arrow-translate-y), 0);
}

@media (max-width: 767.98px) {
	.testimonials-big .owl-nav a.owl-prev {
		--arrow-v-offset: -50px !important;
		--arrow-h-offset: -30px !important;
	}
	.testimonials-big .owl-nav a.owl-next {
		--arrow-v-offset: -50px !important;
		--arrow-h-offset: -30px !important;
	}
}
.testimonials-big i.fas.fa-star {
	color: orange;
}
.testimonials-big .dt-owl-item-inner img {
	max-width: 90px;
	border-radius: 50%;
}
@media (max-width: 767.98px) {
	.testimonials-big .dt-owl-item-inner img {
		max-width: 60px;
		height: -moz-fit-content !important;
		height: fit-content !important;
	}
}
.testimonials-big .dt-owl-item-description {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 0px;
	color: #666666 !important;
	display: flex;
	text-align: left !important;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 25px !important;
	position: relative;
}
.testimonials-big .dt-owl-item-description:after {
	content: '';
	width: 20px;
	height: 20px;
	border-top: 20px solid #ffffff;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: -100px;
	right: 0;
}
.testimonials-big .dt-owl-item-description .text {
	padding-left: 15px;
	font-style: italic;
	height: 294px;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.testimonials-big .dt-owl-item-description .text {
		height: 225px;
	}
}
.testimonials-big .dt-owl-item-inner {
	display: flex;
}
.testimonials-big .dt-owl-item-content {
	margin-left: 15px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
}
.testimonials-big .dt-owl-item-image {
	margin-bottom: 0px;
}
.testimonials-big .dt-owl-item-heading {
	font-size: 19px;
}
.testimonials-big .dt-owl-item-subtitle {
	align-self: inherit;
	font-weight: 300;
	color: #ffffff;
	font-size: 18px;
}
.testimonials-big .dt-owl-item-image {
	width: auto;
}
.testimonials-big .elementor-element.elementor-element-dc0487a .owl-dots {
	--bullet-size: 10px;
	--bullet-gap: 16px;
	top: calc(100% + var(--bullet-v-offset, 10px));
	--bullet-translate-y: 0;
	left: calc(50% + var(--bullet-h-offset));
	--bullet-translate-x: -50%;
	--bullet-v-offset: 8px;
	--bullet-h-offset: 0px;
	display: none;
}
.testimonials-big .owl-nav a.owl-prev {
	top: var(--offset-v-m-img);
	top: 50%;
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: var(--arrow-h-offset);
	--arrow-translate-x: 0;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -30px;
}
.testimonials-big .owl-nav a.owl-next {
	top: var(--offset-v-m-img);
	top: 50%;
	--arrow-translate-y: calc(-50% + var(--arrow-v-offset));
	left: calc(100% - var(--arrow-h-offset));
	--arrow-translate-x: -100%;
	--arrow-v-offset: 0px;
	--arrow-h-offset: -30px;
}
.testimonials-big .elementor-owl-carousel-call .owl-nav > a i {
	font-size: 30px;
	color: #ffffff;
}
.testimonials-big .elementor-owl-carousel-call .owl-nav {
	display: var(--arrow-display, inline-flex);
	opacity: var(--arrow-opacity, 1);
	transition: all 0.3s;
}
.testimonials-big .owl-nav a {
	width: max(0px, var(--arrow-icon-size, 1em));
	height: max(0px, var(--arrow-icon-size, 1em));
	border-radius: 500px;
	border-width: 0px;
	border-style: solid;
}
.testimonials-big .owl-carousel {
	--offset-v-t-img: 0px;
	--offset-v-m-img: 50%;
	--top-b-img: 100%;
	--offset-v-b-img: 0px;
	--arrow-bg-height: 0px;
}
.testimonials-big .elementor-owl-carousel-call .owl-nav > a {
	transition: all 0.3s;
	top: calc(50% + var(--arrow-v-offset, 0) + var(--offset-v-t-img));
	--arrow-translate-y: -50%;
	transform: translate3d(var(--arrow-translate-x, 0), var(--arrow-translate-y), 0);
}

@media (max-width: 575.98px) {
	.elementor-77380 .elementor-element.elementor-element-48549c3 .toggle-text {
		font-size: 12px !important;
	}
}
@media (max-width: 575.98px) {
	.elementor-77380 .elementor-element.elementor-element-f6d1e86 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}
.owl-carousel .owl-dots.disabled .dt-owl-item.active,
.owl-carousel .owl-nav.disabled .dt-owl-item.active,
.owl-nav.disabled .dt-owl-item.active {
	width: 8% !important;
}

.has_eae_slider.elementor-element.elementor-element-2e8d5bd.e-con-boxed.e-con.elementor-sticky {
	box-shadow: 0px -6px 9px -4px rgba(0, 0, 0, 0.2);
}

#owl-demo .item {
	background: #42bdc2;
	padding: 30px 0px;
	margin: 5px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}

.owl-carousel.owl-theme .slide {
	position: relative;
	display: inline-block;
}

.owl-carousel.owl-theme .slide img {
	width: auto;
}

.slide-text {
	background: tomato;
	position: absolute;
	top: 20px;
	right: -30%;
	color: yellow;
	width: 60%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	padding: 0;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	/* color: transparent !important; */
}

.owl-carousel .owl-nav button.owl-next {
	background: url(./images/chevron-right.svg) no-repeat scroll 0 0 !important;
	background-size: 30px !important;
	right: -40px;
	border: 1px solid !important;
	opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-prev {
	background: url(./images/chevron-left.svg) no-repeat scroll 0px 0px !important;
	background-size: 30px !important;
	left: -40px;
	border: 1px solid !important;
	opacity: 0.4;
}

@media (min-width: 992px) {
	.has_eae_slider.elementor-element.elementor-element-2fbeae7.e-con-boxed.e-con {
		display: none;
	}
}

ul.dt-nav-menu-horizontal.d-flex.flex-row.justify-content-start {
	padding-left: 0px;
}

@media screen and (max-width: 1328px) {
	.elementor-77380 .elementor-element.elementor-element-4a49b6a {
		padding: 10px 10px 10px 10px !important;
	}
}
@media screen and (max-width: 1350px) {
	h1.elementor-heading-title.elementor-size-default {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 991.98px) {
	.checkFooter .totalbox {
		position: absolute;
		width: 100% !important;
		background-color: #eceaea;
		bottom: 0px;
		padding: 20px 20px;
		border-radius: 0px;
		left: 0px;
		right: 0px;
	}
}

@media (max-width: 991.98px) {
	.complements.folded .checkFooter {
		max-height: 0px;
		transition: max-height 1s ease-in-out;
	}
}

.checkFooter {
	max-height: 500px;
	transition: max-height 1s ease-in-out;
}

.hide {
	display: none !important;
}

input[type='radio'] + .fa,
input[type='radio'] + label > .fa {
	cursor: pointer;
}

/* Unchecked */
input[type='radio'] + .fa-check-circle:before,
input[type='radio'] + label > .fa-check-circle:before {
	content: '\f111';
} /* .fa-circle */
input[type='radio'] + .fa-dot-circle-o:before,
input[type='radio'] + label > .fa-dot-circle-o:before,
input[type='radio'] + .fa-check-circle-o:before,
input[type='radio'] + label > .fa-check-circle-o:before {
	content: '\f10c';
} /* .fa-circle-o */
input[type='radio'] + .fa-circle:before,
input[type='radio'] + label > .fa-circle:before {
	/* content: '\f1db'; */
} /* .fa-circle-thin */
/* Checked */
input[type='radio']:checked + .fa-check-circle:before,
input[type='radio']:checked + label > .fa-check-circle:before {
	content: '\f058' !important;
}

input[type='radio']:checked + .fa-check-circle-o:before,
input[type='radio']:checked + label > .fa-check-circle-o:before {
	content: '\f05d';
}

input[type='radio']:checked + .fa-circle:before,
input[type='radio']:checked + label > .fa-circle:before {
	content: '\f111';
}

input[type='radio']:checked + .fa-dot-circle-o:before,
input[type='radio']:checked + label > .fa-dot-circle-o:before {
	content: '\f192';
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	color: #ffd41d;
	background-color: #212121;
	border-color: #212121;
}

span.close_complements {
	cursor: pointer;
}

.dialog-message.dialog-lightbox-message {
	background-color: #3bb313;
}

.complements-expe.titleheadercont {
	margin-bottom: 10px;
	background-color: white;
}

.complements-expe h2,
.complements-expe h3 {
	color: #212121;
}
.complements-expe__titleheader {
	
	font-size: 32px;
	color: #212121 !important;
	padding: 0px 10px 0px 0px;
	font-weight: 700;
}
@media (max-width: 767.98px) {
	.complements-expe__titleheader {
		font-size: 26px;
		text-align: left;
	}
}
.complements-expe__titleheader .elementor-heading-title {
	font-size: 30px;
	color: #212121 !important;
	padding: 25px 10px 10px 10px;
}
@media (max-width: 991.98px) {
	.complements-expe__titleheader .elementor-heading-title {
		text-align: center;
	}
}
.complements-expe__header {
	font-family: inherit;
}
@media (max-width: 575.98px) {
	.complements-expe__header {
		font-family: inherit;
	}
}
.complements-expe__title {
	font-family: inherit;
	font-style: inherit;
	font-weight: 600;
	font-size: 22px;
}
@media (max-width: 575.98px) {
	.complements-expe__title {
		padding-top: 10px;
	}
}
.complements-expe__content {
	font-family: inherit;
}
.complements-expe__img {
	border-radius: 0px;
}
.complements-expe__text {
	font-family: inherit;
}
.complements-expe__headline-1 {
	font-family: inherit;
}
.complements-expe__cards {
	font-family: inherit;
	box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	padding: 30px 30px 30px 40px;
}
@media (max-width: 575.98px) {
	.complements-expe__cards {
		padding: 30px;
	}
}
.complements-expe__options {
	padding: 15px 0px 0px 0px;
}
.complements-expe__body {
	padding: 0px;
}
.complements-expe__masinfo {
	font-family: inherit;
	color: #3bb313;
	margin-bottom: 10px;
	text-decoration: underline !important;
}
.complements-expe__masinfo:hover {
	color: #ffd41d;
}

.form-expe__title {
	
	font-size: 30px;
	color: #212121 !important;
	padding: 0px 10px 1px 5px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: initial;
}
@media (max-width: 575.98px) {
	.form-expe__title {
		font-size: 26px;
	}
}
.form-expe__title :first-child {
	padding-top: 0px;
}
.form-expe a {
	color: #3bb313;
	text-decoration: underline !important;
}
.form-expe a:hover {
	color: #ffd41d;
}
.form-expe__subtitle {
	
	font-size: initial;
	color: #212121 !important;
	padding: 0px 0px 4px 0px;
	font-weight: 700;
	margin-bottom: 0px;
}
.form-expe__subcontent {
	background-color: #eceaea;
	padding: 1rem;
	margin-top: 30px;
}
.form-expe__subcontent ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 1rem;
}
.form-expe__pago img {
	height: 35px !important;
	object-fit: contain;
}
.form-expe__pago .form-check-input {
	margin-top: 0em;
}
.form-expe__facturacion {
	display: none;
}

/* .box {
	color: #fff;
	padding: 20px;
	display: none;
	margin-top: 20px;
} */

.modal {
	--bs-modal-width: 980px;
}

.modalpopup {
	width: 980px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	pointer-events: all;
	margin: auto;
	padding: 30px 30px 0px 30px;
	background-color: #fff;
}

.modalpopup-vip {
	width: 980px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	pointer-events: all;
	margin: auto;
	padding: 30px 30px 0px 30px;
	background-color: #000000;
}

.nuestrosvehiculos-btn {
	background-color: #3bb313;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 15px;
	align-items: center;
}
.nuestrosvehiculos-btn:hover {
	color: #ffd41d;
}
.nuestrosvehiculos-btn a {
	color: #ffffff;
	text-decoration: none;
}
.nuestrosvehiculos-btn a:hover {
	color: #ffd41d;
}
.nuestrosvehiculos-btn i.fal.fa-chevron-double-right {
	font-size: 1.5em;
}
.nuestrosvehiculos-btn h5 {
	font-family: inherit;
}
.nuestrosvehiculos-btn__text {
	padding-right: 30px;
}

.nuestrosvehiculoslist .select-cotxe__preu {
	padding-left: 15px;
}

#carousel-custom {
	margin-top: 10px;
	width: 100%;
}
#carousel-custom .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}
#carousel-custom .carousel-indicators li {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
}
#carousel-custom .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
	opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
	opacity: 0.75;
}
#carousel-custom .carousel-outer {
	position: relative;
}

.carousel-control.left {
	background-image: none;
	width: 54px;
	height: 54px;
	top: 50%;
	left: 20px;
	margin-top: -27px;
	line-height: 54px;
	border: 2px solid #fff;
	opacity: 1;
	text-shadow: none;
	transition: all 0.2s ease-in-out 0s;
}

.carousel-control.right {
	background-image: none;
	width: 54px;
	height: 54px;
	top: 50%;
	right: 20px;
	margin-top: -27px;
	line-height: 54px;
	border: 2px solid #fff;
	opacity: 1;
	text-shadow: none;
	transition: all 0.2s ease-in-out 0s;
}

.product-slider {
	padding: 45px;
}
.product-slider #carousel {
	border: 4px solid #1089c0;
	margin: 0;
}
.product-slider #thumbcarousel {
	margin: 12px 0 0;
	padding: 0 45px;
}
.product-slider #thumbcarousel .item {
	text-align: center;
}
.product-slider #thumbcarousel .item .thumb {
	border: 4px solid #cecece;
	width: 20%;
	margin: 0 2%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	max-width: 98px;
}
.product-slider #thumbcarousel .item .thumb:hover {
	border-color: #1089c0;
}
.product-slider .item img {
	width: 100%;
	height: auto;
}

.carousel-control {
	color: #0284b8;
	text-align: center;
	text-shadow: none;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
	color: #333;
}

.carousel-caption,
.carousel-control .fa {
	font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
	background-color: rgba(0, 0, 0, 0);
	bottom: auto;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 30%;
	width: auto;
}

.carousel-control.right,
.carousel-control.left {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}

.elementor-81471 h2,
.elementor-81471 label.form-label,
.elementor-81471 label.form-check-label {
	color: #ffffff !important;
}
.elementor-81471 .card-body label.form-check-label {
	color: initial !important;
}
.elementor-81471 .form-expe a {
	color: #ffffff !important;
}
.elementor-81471 .form-expe a:hover {
	color: #ffd41d !important;
}

.fichavehiculo a.box-button.elementor-button.elementor-size-xs {
	padding-left: 0px !important;
}
.fichavehiculo .select-cotxe__cardbody {
	padding: 0px;
}
.fichavehiculo .select-cotxe {
	margin: 0px;
}
.fichavehiculo .select-cotxe__card-title {
	padding-bottom: 0px;
}
.fichavehiculo .fa-volume-up {
	margin-right: 10px;
	font-size: 1.5em;
	color: #3bb313;
}
.fichavehiculo-btnvolumen a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: underline;
}
.fichavehiculo-btnvolumen a:hover {
	color: #3bb313;
}
.fichavehiculo-link {
	text-decoration: underline;
}

.contactomail .form-check-label {
	margin-bottom: 15px;
}
.contactomail .form-check-label a {
	color: inherit;
	text-decoration: underline;
}
.contactomail .form-check-label a:hover {
	color: #3bb313;
}
.contactomail-box {
	background-color: #eceaeb;
	padding: 40px 20px;
}
.contactomail-box__tels {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 12px;
}
.contactomail-box__tels img {
	height: 25px !important;
	padding-right: 5px;
}

.carscircuitos .select-cotxe {
	margin: 0px 0px;
}
.carscircuitos h3 {
	margin-bottom: 0px;
	line-height: 28px;
}
.carscircuitos h3 a {
	color: #3bb313;
}
.carscircuitos-img {
	transform: translateZ(0);
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	display: flex;
	padding: 10px;
}
.carscircuitos-img img {
	transition: all 0.5s ease;
	transform: scale(1.001);
	border-radius: 0px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 100px;
	object-fit: contain;
	overflow: hidden;
	vertical-align: middle;
}
.carscircuitos-card {
	border: 0px;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.carscircuitos-body {
	padding: 15px 15px 0px 15px;
}
.carscircuitos-body__title {
	font-family: inherit;
}
.carscircuitos-body__ciudad {
	font-family: inherit;
	font-style: italic;
	padding-bottom: 2px;
	font-size: 20px;
}
.carscircuitos-body__trazado {
	font-family: inherit;
	font-size: 16px;
}
.carscircuitos-body__trazado .fa-flag {
	color: #a6a6a6;
	margin-right: 6px;
}
.carscircuitos .btn-skew-mini {
	padding: 13px 32px;
	padding-left: 18px;
	padding-right: 20px;
}

.conducircochegaleria .eae-swiper-outer-wrapper .eae-thumb-container.swiper-container {
	margin-right: auto;
	width: 100%;
}
.conducircochegaleria .eae-swiper-outer-wrapper .eae-thumb-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
}
.conducircochegaleria .eae-thumb-slide .eae-fit-aspect-ratio {
	padding-bottom: 100%;
}
.conducircochegaleria .eae-thumb-horizontal-bottom {
	margin-top: 10px;
}
.conducircochegaleria .eae-slider-nav-button {
	color: var(--e-global-color-el_color_0);
	font-size: 30px;
}
.conducircochegaleria .eae-swiper-outer-wrapper .eae-swiper-slide {
	background-size: cover;
	background-position: center center;
}
.conducircochegaleria .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #3bb313 !important;
}
.conducircochegaleria .eae-thumb-slide {
	background-size: cover;
	background-position: center;
	height: 100%;
	opacity: 0.7;
	border: 2px solid #222222;
}
.conducircochegaleria .e-con-boxed.e-con {
	padding: 0px !important;
}
.conducircochegaleria .e-con-inner {
	padding-bottom: 0px !important;
}
@media (max-width: 767.98px) {
	.conducircochegaleria .eae-swiper-container.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: -10px;
	}
}

.has_eae_slider.elementor-element.elementor-element-e19722a.e-con-full.e-con {
	padding: 0px !important;
}

.conducircocheslider {
	border: 5px solid green;
}

.carsexperiencias .row:nth-child(2n) .col:first-child {
	order: 2;
}
.carsexperiencias h3 {
	margin-bottom: 0px;
	line-height: 28px;
}
.carsexperiencias h3 a {
	color: inherit;
}
.carsexperiencias-box {
	margin-bottom: 40px;
}
.carsexperiencias-img {
	height: 100%;
}
.carsexperiencias-img img {
	transition: all 0.5s ease;
	transform: scale(1.001);
	border-radius: 0px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	vertical-align: middle;
}
.carsexperiencias-ubicacio {
	background-color: #eceaea;
	padding: 30px;
}
.carsexperiencias-ubicacio__top {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 20px;
}
.carsexperiencias-ubicacio__top__circuit {
	margin-right: 40px;
}
.carsexperiencias-ubicacio__top__mapa img {
	-o-object-fit: contain;
	object-fit: contain;
	max-height: 135px;
}
.carsexperiencias-ubicacio__bottom p {
	margin-bottom: 3px;
	line-height: initial;
}
.carsexperiencias-ubicacio__bottom p span {
	color: #929292;
}
.carsexperiencias-card {
	border: 0px;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
.carsexperiencias-card__info {
	font-weight: 500;
}
@media (max-width: 575.98px) {
	.carsexperiencias-card__info {
		padding-left: 10px;
	}
}
.carsexperiencias-card__preu {
	color: #3bb313;
}
.carsexperiencias-card__text {
	font-size: 18px;
}
@media (max-width: 575.98px) {
	.carsexperiencias-card__text {
		padding-top: 0px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
}
.carsexperiencias-card__textcircuit {
	padding-left: 20px;
	font-size: 18px;
}
@media (max-width: 575.98px) {
	.carsexperiencias-card__textcircuit {
		padding-top: 20px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
}
@media (max-width: 575.98px) {
	.carsexperiencias-card .btn-skew-mini {
		margin-right: calc(var(--bs-gutter-x) * 0.5);
	}
}
@media (max-width: 575.98px) {
	.carsexperiencias .rev {
		display: flex;
		flex-direction: column-reverse;
	}
}

.calendario .list-group-item {
	border: 0px;
	border-radius: 0px;
}
.calendario .select-cotxe {
	margin: 0px !important;
}
.calendario h3 {
	font-style: inherit;
	font-weight: 500;
	font-style: italic;
}
.calendario-content {
	border: 0px;
}
.calendario-content__headline {
	background-color: #eceaeb;
	padding: 20px 10px;
}
.calendario-content ul {
	margin-left: 0px !important;
}
.calendario .accordion {
	--bs-accordion-bg: #3bb313;
	--bs-accordion-active-bg: #3bb313;
	color: #ffffff;
}
.calendario .accordion .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.calendario .accordion .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.calendario .accordion .accordion-body {
	padding: 20px 0px;
}
.calendario .accordion .accordion-button {
	color: #ffffff;
	
	font-size: 18px;
}
.calendario .accordion .accordion-item {
	border: 0px;
	background-color: transparent;
	margin-bottom: 20px;
	--bs-accordion-border-color: none;
	--bs-accordion-border-with: 0px;
}
.calendario .accordion .accordion-button:not(.collapsed) {
	color: #ffffff;
	box-shadow: none;
}
.calendario .accordion .accordion-button.collapsed::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.calendario .accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.calendario-list {
	border: 0px;
	padding: 0px;
}
.calendario-list li {
	display: flex;
	justify-content: space-between;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid rgba(219, 218, 216, 0.5411764706) !important;
}
.calendario-list :last-child {
	border-bottom: 0px !important;
}
.calendario-list__text p {
	margin-bottom: 1px;
}
.calendario-list__text :first-child {
	font-weight: 600;
}
.calendario-list__status {
	margin-left: 20px;
}
.calendario-list__status p {
	text-transform: uppercase;
	color: #3bb313;
	margin-bottom: 0px;
}
.calendario-list__status .btn-skew-btnahref-small {
	margin-right: 20px;
}
.calendario-list__noactive {
	color: #aaaaaa;
}
.calendario .elementor-tab-title {
	background-color: #3bb313;
}
.calendario .elementor-tab-title .elementor-accordion-icon:not(.elementor-accordion-tab-icon) {
	font-size: 16px;
	color: #ffffff;
}
.calendario .elementor-tab-title .elementor-accordion-title {
	color: #ffffff;
}
.calendario .elementor-element.elementor-element-6106c90 .elementor-accordion-item .elementor-tab-content {
	border-width: 0px;
}
.calendario .elementor-element.elementor-element-6106c90 .elementor-accordion-item {
	border-width: 0px;
}
.calendario .elementor-element.elementor-element-6106c90 .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-width: 0px;
}
.calendario .elementor-81287 .elementor-element.elementor-element-6106c90 .elementor-accordion-icon:not(.elementor-accordion-tab-icon).elementor-accordion-icon-left {
	margin-right: 10px;
}
.calendario .elementor-81287 .elementor-element.elementor-element-6106c90 .elementor-tab-title {
	background-color: blue;
}
.calendario .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-bottom-color: black;
}
.calendario .elementor-81287 .elementor-element.elementor-element-6106c90 .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-width: 0px;
}
.calendario .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left;
}
.calendario .elementor-element.elementor-element-6106c90 .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-width: 0px;
}
.calendario .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-bottom-color: var(--the7-divider-color);
}

@media (max-width: 575.98px) {
	.blockheader-card {
		padding-bottom: 20px;
	}
}
.blockheader-card__text {
	font-size: 18px;
}
.blockheader .select-cotxe__preu {
	padding-left: 0px;
	font-weight: 600;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.125);
}

.elementor-73689 .elementor-element.elementor-element-6b9c16b .dt-nav-menu > li > a .next-level-button {
	color: #ffffff !important;
}

.the7-adv-accordion.elementor-accordion .elementor-accordion-item {
	background: yellow;
}

.the7-adv-accordion.elementor-accordion .elementor-tab-title {
	display: flex;
	margin: 0;
	align-items: center;
	transition: all 0.3s ease;
}

.the7-adv-accordion.elementor-accordion .elementor-accordion-icon:not(.elementor-accordion-tab-icon).elementor-accordion-icon-left,
.the7-adv-accordion.elementor-accordion .elementor-accordion-icon:not(.elementor-accordion-tab-icon).elementor-accordion-icon-right {
	transition: all 0.3s ease;
}

.the7-adv-accordion.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left;
	width: auto;
}

.the7-adv-accordion span.elementor-accordion-icon.elementor-accordion-icon-left {
	order: -1;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em;
}

.the7-adv-accordion.elementor-accordion .elementor-tab-title .elementor-accordion-title {
	transition: all 0.3s ease;
}

.the7-adv-accordion.elementor-accordion .elementor-accordion-title {
	order: -1;
	margin-right: auto;
	max-width: 84%;
} /*# sourceMappingURL=formulagt.css.map */

.box-footer-images img{
	height: 100% !important;
}	

.loading-container{
    position: relative;
    z-index: 999999;
	background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner-load{
	display: block;
	position: absolute;
	z-index: 1031; /* High z-index so it is on top of the page */
	top: calc( 50% - ( 50px / 2) ); /* where ... is the element's height */
	left: calc( 50% - ( 50px / 2) ); /* where ... is the element's width */
}

.spinner-load-cart{
	display: block;
	position: relative;
	z-index: 1031; /* High z-index so it is on top of the page */
	top: calc( 50% - ( 50px / 2) ); /* where ... is the element's height */
	left: calc( 50% - ( 50px / 2) ); /* where ... is the element's width */
}

#btn-book.disabled{
	background-color: #a6a6a6;
}

.dt-nav-menu-horizontal>li>.horizontal-sub-nav:before{
	left: -60px !important;
	top: 32px !important;
}

.dt-nav-menu-horizontal .depth-0 > .horizontal-sub-nav{
	padding-top: 60px !important;
    padding-right: 120px !important;	
}

.dt-nav-menu-horizontal .depth-0>.horizontal-sub-nav {
    z-index: 99999 !important;
}

.dt-nav-menu-horizontal .the7-box-grid-wrapper .box-heading{
	text-wrap: nowrap;
	font-size: 17px;
}


.horizontal-sub-nav{
	padding: 10px 0 !important;
}

.wf-cell{
	padding: 0 0 5px 0 !important;
}

#cart-button span{
	margin-top: 0px ;
}

#cart-button:hover{
	background-color: unset;
}

.modalpopup .elementor-heading-title{
	/* font-size: 15px !important; */
}
.cart-count{
	border-radius: 100%;
    display: block !important;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    right: -10px;
    text-align: center;
    top: 25px;
    width: 18px;
    background: white;
}



@media (min-width: 1024px) {
	.contacta-nosotros-vueltas{
		width: 580px;
	}
}

.footer-experiencies-menu p a{
	color: white;
	text-decoration: unset;
}

#footer a{
	color: white;
	text-decoration: unset;
}
.headermob .boto-carrito .elementor-button-text {
	top: 23px !important;
}


@media only screen and (max-width: 600px) {
	.scrolled .headermob{
		overflow: hidden !important;
		position: fixed !important;
		width: 100% !important;
		z-index: 99999999999999 !important;
		top: 0;
	} 

	.scrolled #main{
		margin-top: 64px !important;
	}

	.column3menu{
		column-count:unset !important;
	}
}


.swiper-wrapper .fullwidth{
	width: 100%;
}

.swiper-wrapper .cover img{
	object-fit: cover;
	height: 100px;
}

.swiper-thumbs{
	margin-top: 10px;
}

@media only screen and (max-width: 600px) {
	.swiper-wrapper .cover img{
		object-fit: cover;
		height: 70px;
	}
}

.wpml-ls-link{
	color: white;
}
.elementor-element-82141fd{
	padding: 0 !important;
}

.wpml-ls-link:hover {
    color: #ffd41d;
}

.column3menu{
	column-count:3;
}

#header-text{
	display: none;
}

#ask_discount{
	cursor: pointer;
	font-size: 13px;
}

#formexperiencia{
	font-size: 16px;

}

.cart-info-products {
	background-color: #f5f5f5;padding: 50px 0 0 0;overflow:hidden;
}

.cart-form-customer{
	padding: 50px 90px 0 0;
}

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

.font-size-16{
	font-size: 16px;
}

.without-discount{
	color: #3bb313;
	font-size: 13px;
	text-decoration: line-through;
}

.font-weight-700{
	font-weight: 700;
}

.button_discount{
	font-size: 18px;
	padding: 7px 28px;
	color: #ffffff;
	border-radius: 0px;
    background-color: #3bb313;
    border: 0px;
}

.button_discount:hover {
	color: #ffd41d;
	background-color: #3bb313;
}

.page-id-82823 #content{
	background-image: url(https://newsite.formulagt.es/wp-content/uploads/2024/01/background-white-grey.png);
    background-repeat: repeat;
    background-position: center;
}

@media only screen and (max-width: 600px) {
	.cart-info-products {
		background-color: #f5f5f5;
		padding: 30px;
		overflow:hidden;
		/* display: none; */
	}
	.cart-form-customer{
		padding: 30px;
	}

	.page-id-82823 #content{
		background-image: none !important;
		background-repeat: repeat;
		background-position: center;
	}

	.page-id-82823 .cart-info-products .row{
		margin-right: -19px !important;
	}

	.mt-sm-5{
		margin-top: 3rem!important;
	}
	.page-id-82823 #content{
		background-image: unset;
		background-repeat: repeat;
		background-position: center;
	}
	.loading-container{
		margin-top: 40px;
	}
	.swiper-wrapper-home{
		align-items: stretch!important;
	  }
	  .swiper-wrapper-home .swiper-slide img{
		height: 100%!important;
	  }
}


@media (min-width: 768px) and (max-width: 1024px) {
	.page-id-82823 #content{
		background-image: none !important;
		background-repeat: repeat;
		background-position: center;
	}
	.cart-form-customer{
		padding: 50px 90px 0 90px;
	}	

}

@media (min-width: 481px) and (max-width: 767px) {
	.page-id-82823 #content{
		background-image: none !important;
		background-repeat: repeat;
		background-position: center;
	}
	.cart-form-customer{
		padding: 50px 0 0 0;
	}	
}

.mt-60{
	margin-top: 60px;
}

.mb-0{
	margin-bottom: 0;
}

#sliderhome .e-con-inner{
	max-width: unset !important;
}

.slider_home  .swiper-button-lock{
	display: block;
}

.swiper-wrapper-home div img{
	width: 100%;
	height: auto !important;
}

#formexpe{
	margin-bottom: 20px;
	margin-left: 10px;

}

body .table-transferencia, body .table-transferencia td, body .table-transferencia th{
	border: 1px solid black;
    border-collapse: collapse;
}

body .table-transferencia td, body .table-transferencia th {
    padding: 15px !important;
}


.fa-circle{
	color: #eeeeee;

}

.page-reserva #content .row{
	max-width: unset;
}

.page-reserva #content .row .col{
	padding: 0;
}

.page-reserva .page-wrapper{
	padding-bottom: 0;
}


.page-reserva .container-fechas{
	max-width: 1080px;
	margin: auto;
}

.page-reserva .select-fecha{
	max-width: 1080px;
	margin: auto;
}

.page-reserva .complements-expe{
	max-width: 1080px;
	margin: auto;
}

.page-reserva .complements-expe__cardscontent{
	margin-left: -2px !important;
    margin-right: 27px !important;
}

#complementscheck{
	margin-top: 30px;
}

.select-hora{
	margin-bottom: 30px;
}

.select-fecha .list-group{
	margin-left: 15px;
}

.select-hora .list-group{
	margin-left: 15px;
}

@media only screen and (max-width: 600px) {
	.page-id-833 .select-hora,.select-fecha,.form-expe{
		overflow: hidden;
		padding: 15px 30px 15px 15px;
	}
	.checkFooter{
		padding: 0 20px 20px 20px;
	}

	.close_complements_div{
		padding-right: 10px;	
	}
}

