* {
  box-sizing: border-box;
}
html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  font-size: 1rem;
  font-family: "Nissan Light",Montserrat,Arial,sans-serif;
}
h2 {
	padding: 8px 15px;
	margin: 40px 0;
	font-size: 2.1rem;
	text-align: center;
	width: 100%;
}
h2 span {
	font-weight: 400;
	font-family: "Nissan Light",Montserrat,Arial,sans-serif;
}
h4 {
	font-size: 1.7143rem;
	font-family: "Nissan Regular",Montserrat,Arial,sans-serif;
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	font-weight: 700;
	margin: 40px 0 20px;
}
h4::before {
    border-top: none;
    display: none;
}
.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
	font-family: "Nissan Regular",Montserrat,Arial,sans-serif;
}
.modal-content {
	border-radius: 0;
	.modal-body {
		padding: 50px;
		p {
			color: #000;
			text-align: justify;
		}
	}
}
[class*="checkMark-"], [class^="check-"], [class^="checkbox-"] {
	border: none !important;
	height: initial !important;
	width: initial !important;
	align-items: center;
	display: flex !important;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
}

.container {
	max-width: 1240px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: flex
;
    vertical-align: middle;
}

.cf-turnstile {
	margin: 0 auto 30px;
}

.sm-message {
	display: flex;
	width: 100%;
	margin: 10px 0 0;
}
.checkbox-button-wrapper {
	border-radius: 0;
	width: 100%;
	button {
		font-weight: 500;
  	font-size: 1.25714rem;
  	border-radius: 0;
	}
	.btn-success {
		height: 60px;
		min-width: 120px;
		background: #fff;
		border: 1px solid #000;
		color: #000;
		border-radius: 0;
		padding: 0 30px;
	}
	.btn-danger {
		height: 60px;
		min-width: 120px;
		border-radius: 0;
		background: #fff;
		border: 1px solid #000;
		color: #000;
		padding: 0 30px;
	}
	.btn-success:hover, .btn-danger:hover, .btn-success.active, .btn-danger.active {
		background: #000;
		color: #fff;
	}
}

.form-control::placeholder {
	color: #afafaf;
	opacity: 1;
}
.link {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 5px !important;
}
.link:hover, .link:active {
	color: #c3092e;
}
.body.form_sent {
	display: none;
}
#validate_referidos {height: 0;border: none;color: #fff;padding: 0;}
.form-group.validate_referidos_wrapper {
	width: 100%;
	padding: 0 15px;
}
.grecaptcha-badge {
	opacity: 0.000001;
}
.btn-default, .btn-primary {
	border-color: #000;
	background-color: #000;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	background-color: #363636 !important;
	border-color: #363636 !important;
}

.form-group label.error {
	color: #ff0000 !important;
	text-transform: initial;
	font-size: 0.85rem;
	margin: 0.25rem 0 0.5rem;
}
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container span {
	text-transform: initial;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 28px;
  width: 28px;
  border-radius: 0px;
  border:1px solid #000;
  background-color: #eee;
}
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.check-container input:checked ~ .checkmark {
	background-color: #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark::after {
	left: 9px;
	top: 4px;
	width: 7px;
	height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form-group label {
	color: #343434 !important;
	font-weight: 500;
	font-size: 1.25714rem;
	text-transform: initial;
	margin: 1rem 0 0.5rem;
	width: 100%;
}
.form-control {
	border: 1px solid #000 !important;
	border-radius: 0;
	height: 60px;
	padding: 14px 20px;
	font-size: 22px;
}
textarea.form-control {
	min-height: 240px;
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 60px;
	font-size: 22px;
	padding: 0 60px 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	height: 60px;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 60px;
	background: url("../images/chevron-down.svg") no-repeat center center;
	background-size: 22px auto;
}
.select2-dropdown {
	background: white;
	border: 1px solid #000;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #000;
	color: white;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #afafaf;
}
.select2-container--default .select2-results__option .select2-results__option {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
	font-size: 22px;
	padding: 14px 20px;
}
.form-group.ciudad-wrapper {
	position: relative;
}
/*#ciudad-error, #modelo-error {
	position: absolute;
	top: 70px;
	left: 0;
}*/
.disclaimer-txt {
	font-size: 0.85rem;
	text-align: justify;
}
.disclaimer-txt a {
	color: #c3092e;
}

/****/
.wrapper-overlay {
	position: relative;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	background: url('./images/bg-cierre-confirmacion.png') no-repeat center center;
	justify-content: center;
	align-content: center;
	display: none;
	z-index: 9999;
	min-height: calc(100vw * 0.5625);
	background-size: cover;
	/*bg-cierre-confirmacion-mv.png*/
}
.loading-sending {
	position: relative;
	margin: 0 auto;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #c3092e;
	display: none;
	margin-top: -150px;
}
.message-result {
	padding: 0 2rem;
	position: absolute;
	display: none;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 100%;
}
.message-result h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
}
.message-result .md-text b {
	font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
}
.button-submit {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-radius linear 0.05s, width linear 0.05s;
}
.button-submit:focus {
  outline: 0;
}
.button-submit.animate {
	width: 128px;
	height: 128px;
	min-width: 0;
	border-radius: 50%;
	color: transparent;
	padding: 0;
	left: 50%;
	bottom: 150px;
	position: fixed;
	transform: translateX(-50%);
}
.button-submit.animate::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	border: 8px solid #fefefe;
	border-radius: 50%;
	border-left-color: transparent;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation: spin ease-in 2.5s forwards;
	animation-name: spin;
	-webkit-animation-name: spin;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.loading-sending.button-submit.success {
	background: #34a853;
}
.button-submit.animate.success::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 25px;
	border: 8px solid #fefefe;
	border-right: 0;
	border-top: 0;
	left: 50%;
	top: 47%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	transform: translate(-50%, -50%) rotate(0deg) scale(0);
	-webkit-animation: success ease-in 0.15s forwards;
	animation: success ease-in 0.15s forwards;
	animation-delay: 5s;
}
.button-submit.animate.error {
  position: relative;
  -webkit-animation: vibrate ease-in 0.5s forwards;
  animation: vibrate ease-in 0.5s forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.button-submit.animate.error::before {
	color: #fff;
	position: absolute;
	content: '!';
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-animation: error ease-in 0.5s forwards;
	animation: error ease-in 0.5s forwards;
	animation-delay: 5s;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) rotate(1080deg) scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  98% {
    -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(0);
  }
}
@keyframes success {
  from {
    transform: translate(-50%, -50%) rotate(0) scale(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}
@-webkit-keyframes success {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}
@keyframes error {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    background-color: #f44336;
  }
}
@-webkit-keyframes error {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    background-color: #f44336;
  }
}
@keyframes vibrate {
  0%, 30%, 60%, 85%, 100% {
    left: 0;
    background-color: #f44336;
  }
  10%, 40%, 90%, 70% {
    left: -2px;
    background-color: #f44336;
  }
  20%, 50%, 80%, 95% {
    left: 2px;
    background-color: #f44336;
  }
}
.hide-field {
	display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #cfcfcf;
	height: 60px;
	line-height: 60px;
	padding: 14px 20px;
}
.form-wrapper-data {
	margin-bottom: 20px;
	padding-top: 15px;
}
#selected-dates,
#selected-date {
	display: none;
}
.fecha_cita.form-control[readonly] {
	background: #fff;
	box-shadow: none;
}
.form-group.date-wrapper {
	position: relative;
}
.clear-date {
	position: absolute;
	top: 28px;
	right: 0;
	background: transparent;
	border: none;
	line-height: 36px;
	width: 42px;
	border-left: 1px solid #d9d9d9;
}
.clear-date i {
	color: #5c5c5c;
}
.form-group {
	display: flex;
	flex-wrap: wrap;
}
.error {
	flex: 1 0 100%;
	order: 2;
}
.myc-date-header.today,
.myc-day-time-container.row-today {
	background: #dadbdc;
}
@media (max-width: 480px) {
	h4 {
		font-size: 1.45rem;	
		line-height: 1.1;
	}
	.today span {
		top: 6px !important;
		width: 30px !important;
		font-size: 0.6rem !important;
		left: 0 !important;
	}
	.myc-date-display {
		font-size: 0.75rem !important;
	}
	.myc-date-number {
		font-size: 2rem !important;
	}
	#myc-week-container {
		border: none !important;
	}
	#myc-available-time-container {
		border-top: none !important;
	}
	#myc-available-time-container .myc-day-time-container {
		padding-top: 8px !important;
	}
	.myc-date-header {
		display: inline-block;
		min-height: 50px;
		padding: 24px 0 5px !important;
		vertical-align: top;
		width: 13.77%;
		background: #fafbfc;
		border: none;
		width: calc(100% / 7.5) !important;
	}
	.myc-day-time-container {
		display: inline-block;
		height: 100%;
		padding: 0 !important;
		vertical-align: top;
		width: 13.77%;
		width: calc(100% / 7.5) !important;
	}
	.myc-day-time-container {
		display: inline-block;
		height: 100%;
		padding: 0 !important;
		vertical-align: top;
		width: 13.77%;
		width: calc(100% / 7.5) !important;
	}
}
.select2-results__option {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 22px;
	padding: 14px 20px;
	color: #000;
}
.md-text {
	font-size: 1.25rem;
	text-align: center;
	line-height: 1.2;
}
.sm-text {
	color: #636363;
	text-align: center;
}
.today span.non-available {
	position: absolute;
	bottom: 0;
	background: #303030;
	top: 40px;
	font-size: 0.7rem;
	line-height: 18px;
	height: 18px;
	width: 90px;
	rotate: -30deg;
	left: 5px;
	opacity: 0.75;
}
.g-recaptcha {
	margin: 0 auto;
	justify-content: center;
	display: flex;
}
#submit-button-wrapper {
	display: none;
}
.today span.non-available {
	display: none;
}
/***********************************************************************************/
.main {
	display: flex;
	flex-direction: column;
}
.main-banner {
	width: 100%;
	background: url('./images/bg-main-banner.png') no-repeat center top;
	background-size: cover;
	position: relative;
	.bg-gradient {
		width: 100%;
		height: 300px;
		background: #fff;
		background: linear-gradient(0deg, rgba(22, 38, 87, 0) 0%, rgba(22, 38, 87, 0.75) 75%);
		position: absolute;
		z-index: 0;
		mix-blend-mode: multiply;
	}
	.container {
		z-index: 1;
		position: relative;
		.wrapper-banner {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: space-between;
			padding: 60px 0 60px;
			min-height: calc(100vw * 0.5625);
			.title-banner {
				width: 80%;
				align-self: end;
				h1 {
					color: #fff;
					text-transform: uppercase;
					font-weight: bold;
					font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
					font-size: 3.5rem;
					line-height: 1.2;
					text-align: right;
					margin: 0;
					.txt-epower {
						text-transform: initial;
					}
				}
			}
			.copy-banner {
				width: 62%;
				align-self: start;
				max-width: 750px;
				h2 {
					color: #fff;
					text-transform: uppercase;
					font-weight: bold;
					font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
					text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
					font-size: 2.75rem;
					line-height: 1.2;
					text-align: left;
					margin: 0;
					padding: 0;
				}
			}
		}
		.intro-program-wrapper {
			display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      min-height: 400px;
      padding: 200px 0 90px;
			h2 {
				background: #c3092e;
				color: #fff;
				width: 60%;
				font-size: 2.25rem;
				text-align: center;
				text-transform: uppercase;
				padding: 20px;
				b {
					font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
				}
			}
			p {
				font-size: 1.75rem;
				text-align: center;
				color: #343434;
				width: 83%;
				b {
					font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
				}
			}
		}
	}
	.bg-gradient-white {
		width: 100%;
		height: 900px;
		background: #fff;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%);
		position: absolute;
		bottom: 0;
		z-index: 0;
	}
}
.mecanica-programa {
	width: 100%;
	min-height: calc(100vw * 0.5625);
	background: url('./images/bg-como-funciona.png') no-repeat center top;
	background-size: cover;
	display: flex;
  align-items: center;
  justify-content: flex-start;
	.intro-mecanica {
		display: flex;
    flex-wrap: wrap;
    width: 60%;
		h2 {
			display: inline;
			background: #c3092e;
			color: #fff;
			font-size: 2.25rem;
			text-align: center;
			text-transform: uppercase;
			padding: 20px 40px;
			b {
				font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
			}
		}
		.list-mecanica {
			counter-reset: benefits-counter;
			margin-top: 0;
			dt {
				color: #343434;
				font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
				font-size: 1.75rem;
				letter-spacing: 0.1em;
				padding: 2px 0;
				position: relative;
				text-transform: uppercase;
				font-weight: 400;
				padding-left: 50px;
			}
			dt::before {
				color: #fff;
        background: #c3092e;
        content: counter(benefits-counter, decimal);
        counter-increment: benefits-counter;
        font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
        font-size: 1.8rem;
        left: 0;
        position: absolute;
        top: 4px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
			}
			dd {
				ul {
					margin-left: 42px;
          margin-top: 20px;
					li {
						font-size: 1.65rem;
						line-height: 1.4;
						b {
							font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
						}
					}
					li::marker {
						font-size: 2.25rem;
						line-height: 0.1;
						color: #c3092e;
					}
				}
			}
		}
	}
}
.recompensas-programa {
	width: 100%;
	min-height: calc(100vw * 0.5625);
	background: url('./images/bg-tabla-millas.png') no-repeat center top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	.container {
		display: flex;
		justify-content: flex-end;
		.recompensas-wrapper {
			width: 50%;
			.table-recompensas {
				font-size: 1.75rem;
        max-width: 480px;
        margin: 0 auto 30px;
				thead {
					th {
						background: #c3092e;
            color: #fff;
            border: 1px solid #c3092e;
            padding: 20px 30px;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.2;
            b {
            	font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
            }
					}
				}
				tbody {
					td {
						border: 1px solid #000;
            height: 70px;
            padding: 0 24px;
					}
					td:nth-child(1) {
						text-transform: uppercase;
						font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
					}
				}
			}
			p {
				text-align: center;
				font-size: 1.5rem;
				text-transform: uppercase;
				b {
					font-family: "Nissan Bold",Montserrat,Arial,sans-serif;
				}
			}
		}
	}

}
.incentivos-programa {
	width: 100%;
	min-height: calc(100vw * 0.5625);
	background: url('./images/bg-destinos.png') no-repeat center top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	.incentivos-wrapper {		
    display: flex;
    width: 100%;
    min-height: calc(100vw * 0.5625);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0 90px;
    .titulo-incentivos {
    	h2 {
    		color: #fff;
    		text-align: center;
    		font-size: 3rem;
    		text-transform: uppercase;
    		text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    	}
    }
    .destinos-disclaimer-incentivos {
  		display: flex;
  		width: 100%;
  		flex-wrap: wrap;
  		.destinos-incentivos {
  			display: flex;
  			width: 100%;
        justify-content: center;
  			div {
  				width: 33.3333%;
  				h3	{
  					text-align: center;
  					color: #fff;
  					text-shadow: 3px 3px 4px rgba(0,0,0,0.75);
  					font-size: 2.5rem;
  				}
  				p {
  					font-size: 1.75rem;
  					text-align: center;
  					color: #fff;
  					text-shadow: 3px 3px 4px rgba(0,0,0,0.75);
  					line-height: 1.25;
  				}
  			}
  		}
  		.disclaimer-incentivos {
  			display: flex;
  			width: 100%;
  			justify-content: center;
  			p {
  				text-align: center;
  				color: #fff;
  				font-size: 1rem;
  				text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
  			}
  		}
    }
	}
}
.contactenos {
	padding: 0 0 60px;
	.container {
		max-width: 75%;
		h2 {
			font-size: 2.25rem;
		}
		.checkbox-container {
			width: initial !important;
			height: initial !important;
			.check-container {
				flex-direction: column;
				position: relative;
				font-weight: 400;
				margin-bottom: 40px;
				font-size: 1.15rem;
        text-align: justify;
				svg {
					width: 22px;
					height: 22px;
				}
				#cbox_terms-error {
					position: absolute;
					top: 110px;
				}
			}
		}
	}
}
.datos-referidos.form-wrapper-data { 
	border-top: 1px solid #c1c1c1;
  margin: 40px 0 15px;
  padding: 40px 0;
  border-bottom: 1px solid #c1c1c1;
	.row {
		position: relative;
		#datos-referidos {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 15px;
			.form-wrapper-repeater {
				display: flex;
  			flex-wrap: wrap;
				width: 100%;
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 30px;
			}
			.form-wrapper-repeater:last-child {
				border-bottom: none;
			}
		}
		.ctas-add-remove-bnt {
			display: flex;
			width: 100%;
			padding: 0 15px;
			margin: 30px 0 0;
			flex-direction: column;
			align-items: center;
			.add-remove-bnt-repeater {
				.add-form {
					background: #000;
					border: 1px solid #000;
					color: #fff;
					min-width: 32px;
					height: 60px;
					padding: 0 20px;
					display: flex;
					justify-content: center;
					line-height: 60px;
					align-items: center;
          font-size: 1.25rem;
					span {
						width: 20px;
						height: 20px;
						display: flex;
						margin-left: 10px;
						svg {
							width: 100%;
							fill: #fff;
						}
					}
				}
			}
		}
	}
}
.logo-epower {
	display: inline-block;
	background: url('./images/logo-epower.svg') no-repeat center center;
	background-size: 100% auto;
	width: 196px;
	height: 24px;
}
.modal-dialog.modal-full-width {
	max-width: 800px;
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%) !important;
	left: 50%;
	.close {
		position: absolute;
		top: 30px;
		right: -22px;
		background: #000;
		opacity: 1;
		text-shadow: none;
		color: #fff;
		width: 36px;
		height: 36px;
		padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
		span {
			font-size: 24px;
		}
	}
	.modal-body {
		padding: 40px;
	}
}
.acciones-wrapper > .row > div {
	display: flex;
	justify-content: center;
}
#sendform {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 1.5rem;
	max-width: 360px;
}
@media only screen and (max-width: 480px) {
	html, body {
		font-size: 14px;
	}
	.col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
	}
	.main-banner {
		background: url('./images/bg-main-banner-mv.png') no-repeat center top;
		background-size: 100% auto;
		.container {
    	.wrapper-banner {
    		padding: 40px 0 40px;
      	min-height: 420px;
    		.title-banner {
    			width: 100%;
        	align-self: center;
    			h1 {
    				font-size: 1.75rem;
          	text-align: left;
    			}
    		}
    		.copy-banner {
    			width: 100%;
        	align-self: center;
        	h2 {
        		font-size: 1.5rem;
          	padding: 0;
        	}
    		}
    	}
    	.intro-program-wrapper {
    		padding: 60px 0 0;
    		h2 {
    			width: 100%;
        	font-size: 1.5rem;
    		}
    		p {
    			font-size: 1.25rem;
        	width: 100%;
    		}
    	}
  	}
	}
	.mecanica-programa {
		background: url('./images/bg-como-funciona-mv.png') no-repeat center bottom;
		background-size: 100% auto;
		align-items: flex-start;
		min-height: 980px;
		position: relative;
		.container {
			z-index: 5;
			.intro-mecanica {
				width: 100%; 
				h2 {
					font-size: 1.5rem;
				}
				.list-mecanica {
					dt {
						font-size: 1.5rem;
						padding-left: 42px;
					}
					dt::before {
						font-size: 1.4rem;
        		width: 32px;
        		height: 32px;
					}
					dd {
						ul {
							margin-left: 65px;
							margin-top: 10px;
              padding-left: 0;
							li {
								font-size: 1.25rem;
							}
							li::marker {
            		font-size: 1.65rem;
            	}
						}
					}
				}
			}
		}
	}
	.mecanica-programa::before {
		content: "";
	    display: block;
	    width: 100%;
	    height: 600px;
	    background: #fff;
	    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
	    position: absolute;
	    z-index: 0;
	    mix-blend-mode: screen;
	}
	.recompensas-programa {
		background: url('./images/bg-tabla-millas-mv.png') no-repeat center bottom;
		background-size: 100% auto;
		align-items: flex-start;
		padding: 30px 0;
		min-height: 850px;
		.container {
			.recompensas-wrapper {
				width: 100%;
				.table-recompensas {
					width: 100%;
					max-width: 100%;
        	margin: 0 auto 30px;
        	font-size: 1.5rem;
        	thead {
        		th {
        			padding: 10px 15px;
        		}
        	}
        	tbody {
        		td {
        			height: 50px;
            	padding: 0 16px;
        		}
        	}
				}
				p {
					font-size: 1.25rem;
          padding: 0 40px;
				}
			}
		}
	}
	.incentivos-programa {
		background: url('./images/bg-destinos-mv.png') no-repeat center top;
		background-size: 100% auto;
		margin-top: -20px;
		padding: 0;
		min-height: 680px;
		position: relative;
		.incentivos-wrapper {
			height: 680px;
			min-height: 680px;
			padding: 0;
			z-index: 5;
			.titulo-incentivos {
				height: 40%;
				display: flex;
        align-items: center;
				h2 {
					font-size: 1.75rem;
					text-shadow: 3px 0 5px rgba(0,0,0,0.95);
					margin: 20px 0;
				}
			}
			.destinos-disclaimer-incentivos {
				height: 60%;
				align-items: flex-start;
				.destinos-incentivos {
					flex-wrap: wrap;
					padding: 0 10px;
					div {
						width: 100%;
						p {
							font-size: 1.25rem;
            	margin-bottom: 10px;
						}
					}
				}
				.disclaimer-incentivos {
					margin-top: 50px;
				}
			}
		}
  }
	.incentivos-programa::before {
		content: "";
	    display: block;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,0.5);
	    position: absolute;
	    z-index: 0;
	    mix-blend-mode: multiply;
	}
	.contactenos {
		padding: 0 0 20px;
		.container {
			max-width: 100%;
			h2 {
				font-size: 1.75rem;
				margin: 20px 0;
			}
			.form-group label, .form-control {
				font-size: 1.25rem;
			}
			.form-control {
				height: 50px;
				padding: 12px;
			}
			#sendform {
				width: 100%;
				height: 50px;
				line-height: 50px;
				padding: 0;
				font-size: 1.25rem;
			}
			.datos-referidos.form-wrapper-data {
				.row {
					.ctas-add-remove-bnt {
						margin: 0;
					}
				}
			}

		}
	}
}

#entrada_wrapper, #plazo_wrapper, #grado_discapacidad_wrapper {
	display: none;
}
.links-tc-close {
    display: none;
}


/*************************************************/

.button-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.button-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.6em;
    margin-left: -0.6em;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s ease-in-out infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Barra de progreso bonita */
.swal2-progress-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #eee;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 4px;
}

.swal2-progress-bar-inner {
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #4facfe, #00f2fe);
    transition: width 0.5s ease-in-out;
    border-radius: 4px;
}

/* Image wrapper */
.car-image-wrapper.hidden {
	display: none;
}
.car-image-wrapper.visible {
	display: initial;
}
.car-image {
	max-width: 80%;
	margin: 0 auto;
	height: 360px;
	overflow: hidden;
	& .pict-model {
		width: 100%;
		/*height: 100%;*/
		object-fit: cover;
		object-position: center center;
	}
}