.__typeform-embed-mobile-modal-open {
	overflow: auto !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}

.grecaptcha-badge {
	display: none;
}

#site-header.top-header #site-logo #site-description h2 {
	font-size: 25px !important;
	font-weight: 200;
	text-transform: none !important;
	font-style: italic;
	line-height: normal !important;
	letter-spacing: normal !important;
}

.div-form {
	display: flex;
	flex-direction: column;
	height: 600px;
}

.div-form-2 {
	max-width: 700px;
}

.div-form-datos {
	padding: 4em 2em;
	overflow: hidden;
	flex: 1 0 auto;
	margin-bottom: 4em;
	background-color: #EFEFEF;
}

.div-form-datos > div {
	display: grid;
	grid-template-columns: repeat(5,minmax(100px,1fr));
	grid-gap: 1em;
}

.div-form-datos > div > div {
	padding: .5em;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	border-radius: 6px;
	background-color: #FFDF38; 
}

.div-form-datos > div > div:hover {
	background-color: #000;
	transition: .3s;
}

.div-form-2-datos {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 2em;
}

.bk-form {
	background: url("https://www.switchfleet.com/comp/uploads/2019/01/automobiles-automotives-black-and-white-70912_red.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bk-form-overlay {
	background-color: transparent;
	background-image: linear-gradient(20deg, rgba(40,40,40,0.61) 17%, rgba(2,2,2,0.9) 52%);
	opacity: 0.85;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.div-form-datos > h2 {
	font-size: 40px !important;
	text-align: center;
	font-weight: 700 !important;
}

.div-form-2.div-form-2-datos > h2 {
	color: #FFF;
	font-size: 40px !important;
	text-align: center;
	font-weight: 700 !important;
}

.powerbi.powerbi-cont > div {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-shrink: 0;
}

.powerbi.powerbi-cont > div > h2 {
	margin-top: .7em;
	font-size: 40px !important;
	text-align: center;
	font-weight: 700 !important;
}

.campo {
	margin: 0 .5em;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}

.resp-icon {
	max-width: 70px;
	display: block;
	margin: 0 auto;
}

.respuesta {
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}

.rellenar-btn {
	display: block;
	margin: 2em auto;
	padding: .5em 5em;
	font-weight: 700;
	font-size: 15px;
	background-color: #000;
	color: #FFF;
}

.rellenar-btn:hover {
	color: #000;
}

.completo-btn {
	display: block;
	margin: 2em;
	padding: .5em 1em;
	font-weight: 700;
	font-size: 15px;
	background-color: #FFD000;
	color: #000;
}

.completo-btn:hover {
	background-color: #000;
	color: #FFF;
}

.form {
	display: flex;
	flex-direction: column;
	padding: 2em;
}

.form div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.form > div > label {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.form > div > label:last-child {
	font-size: 13px;
}

.form > div > label > a {
	color: #FFF;
}

.form > div > label > a:hover {
	color: #FFDE4B;
}

.form > div > input {
	color: #FFF !important;
}

input[type="checkbox"] {
	margin: 2px 10px 0px 0 !important;
}

.obligatoria {
	color: #FFDF38;
	font-size: 25px;
}

.powerbi {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.powerbi-cont {
	height: 800px;
	margin-bottom: 4em;
}

.info-powerbi {
	text-align: center;
	font-size: 20px;
}

.info-form {
	color: #FFF !important;
	padding: .5em 1.5em;
	margin: 0;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.form input:focus:invalid {
	color: #DCC02E;
	border-color: #FFDF38;
}

button {
	border: none;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.enviar {
	display: block;
	margin: 0 auto;
	padding: .5em 5em;
	font-weight: 700;
	font-size: 15px;
	background-color: #000;
	color: #FFF;
}

.enviar:hover {
	color: #000;
}

.sf-logo {
	display: block;
	margin: .5em auto;
}

.capa-fondo {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .9);
}

.capa-fondo > article {
	width: 20em;
	padding: 0;
	text-align: center;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
}

.gracias {
	color: #000 !important;
	margin: 0;
}

.info-gracias {
	color: #000 !important;
	margin-bottom: 8em;
}

/* LOADER */
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFDF38;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

@media all and (max-width: 768px) {
	.div-form-datos > div {
		display: grid;
		grid-template-columns: repeat(2,minmax(200px,1fr));
		grid-gap: 1em;
	}
}

@media all and (max-width: 480px) {
	.div-form-datos > div {
		display: grid;
		grid-template-columns: repeat(1,minmax(200px,1fr));
		grid-gap: 1em;
	}

	.rellenar-btn {
		width: 100%;
		padding: 1.5em 4em;
	}

	.enviar {
		width: 100%;
	}

	.info-powerbi {
		padding: 2em;
	}
}