@font-face {
    font-family: 'VW Head Regular';
    font-style: normal;
    font-weight: normal;
    src: local('VW Head Regular'), url('/fonts/VWHeadRegular.woff') format('woff');
}
@font-face {
    font-family: 'VW Head Bold';
    font-style: normal;
    font-weight: normal;
    src: local('VW Head Bold'), url('/fonts/VWHeadBold.woff') format('woff');
}
@font-face {
    font-family: 'VW Text Regular';
    font-style: normal;
    font-weight: normal;
    src: local('VW Text Regular'), url('/fonts/WTextRegular.woff') format('woff');
}
@font-face {
    font-family: 'VW Text Bold';
    font-style: normal;
    font-weight: normal;
    src: local('VW Text Bold'), url('/fonts/VWTextBold.woff') format('woff');
}
@font-face {
    font-family: 'VW Text Contraface';
    font-style: normal;
    font-weight: normal;
    src: local('VW Text Contraface'), url('/fonts/STIHLContrafaceDisplayTitling.woff') format('woff');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--primario: #dd782c;
	--secundario: #1d1d1b;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #cccccc;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #cccccc;
}
body {
	font-size: 10px;
	color: #666666;
}
h2 {
	color: white;
	font-family: 'VW Text Contraface';
	font-size: 3.6em;
	text-transform: uppercase;
	text-align: center;
}
.titulo-box h2 {
	line-height: 1em;
}
h3 {
	font-family: 'VW Head Bold';
	font-size: 3.3em;
	text-transform: uppercase;
	text-align: center;
	color: var(--secundario);
	font-weight: 700;
	margin-bottom: 20px;
}
p {
	color:#666666;
	font-size: 1.6em;
	font-weight: 400;
}
small {
	color: white;
	font-size: 1.3em;
	margin-bottom: 15px;
    display: inline-block;

}
input, select, textarea {
	background:#fff;
	color: #666666;
	outline: none;
	border: 1px solid white;
	font-size: 1.6em;
	font-weight: 400;
	transition: all ease .3s;
	font-family: 'VW Head Regular',Arial;
}
input:disabled, select:disabled, textarea:disabled{
	background:#eee;
}
input.bloqueado, select.bloqueado, textarea.bloqueado{
	background:#fefeea;
}
textarea {
	resize: none;
}
label {
	color: white;
	font-size: 1.6em;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 3px;
	display: inline-block;
}
label[for="categoria"],
label[for="subcategoria"] {
	font-family: 'VW Text Contraface';
	font-size: 2.2em;
}
input.invalido, select.invalido, textarea.invalido, label.invalido {
	border: 1px solid #f03 !important;
}
input:focus, select:focus, textarea:focus, label:focus  {
	box-shadow: 0px 3px 20px rgba(0, 0, 0, .3);
}
input[type="checkbox"]:focus {
	box-shadow: none;
}
input[type="checkbox"] {
	appearance: none;
	border: none;
	padding: 0 !important;
	margin-right: 4px;
	position: relative;
	cursor: pointer;
	height:18px;
}
input[type="checkbox"]:before {
	content: '';
	background: white;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid white;
}
input[type="checkbox"]::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background: var(--secundario);
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
}
input[type="checkbox"]:checked::after {
	transform: scale(1);
}
input[type="checkbox"].invalido{
	border:none !important;
}
input[type="checkbox"].invalido:before {
	border: 1px solid #f03 !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	position: relative;
	cursor: pointer;
}
form {
	display: none;
}
.separador {
	width: 100%;
	height: 30px;
}
.separador--big {
	width: 100%;
	height: 50px;
}
.select {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}
.select::after {
	content: url(/img/arrow_down.svg);
	display: block;
	width: 14px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
main {
	min-height: 100vh;
	background-image: url(/img/StihlPlataforma-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items:center;
	justify-content: flex-start;
	padding: 122px;
	position: relative;
	font-family: 'VW Head Regular';
}
.logo-footer {
	position: absolute;
	bottom: 35px;
	right: 35px;
}
.formulario_box {
	background: var(--primario);
	padding: 50px;
	padding-right: 40px;
	width: 100%;
	max-width: 640px;
	border-radius: 16px;
}
.logo {
	max-width: 392px;
	margin: 0 auto;
	margin-bottom: 3em;
}
.bloque {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 1px;
}
.bloque label {
	color: white;
	font-size: 1.6em;
	font-weight: 400;
	cursor: pointer;
	text-transform: initial;
}
.bloque input {
	padding: 11px;
	border-radius: 4px;
}
.bloque textarea {
	padding: 11px;
	border-radius: 4px;
}
.bloque select {
	padding: 10px 40px 10px 10px;
	border-radius: 4px;
	min-width:80px;
}
.bloque select option {
	padding: 10px;
}
.boton-form {
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	color: var(--primario);
	padding: 9px;
	width: 208px;
	text-decoration: none;
	font-family: 'VW Head Bold';
	font-size: 1.9em;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	transition: all ease .3s;
}
.boton-form:hover {
	box-shadow: 0px 6px 10px rgba(0, 0, 0, .3);
	opacity: .95;
}
.pregunta {
    margin-right: auto;
	border-bottom: 1px solid white ;
	padding-bottom: 8px;
	margin-right: 8px;
	width: 100%;
}
.pregunta p,
.pregunta label {
	color: white;
	font-size: 1.59em;
	width: 100%;
	font-family: "VW Head Regular";
}
.pregunta p span{
	font-family: 'VW Head Bold';
}
.check-big label{
	font-size: 2.5em;
}
.check-big input[type="checkbox"]{
	margin-right: 20px;
}
.check-big input[type="checkbox"]:before{
	width: 25px;
	height: 25px;
}
.check-big input[type="checkbox"]::after {
	width: 17px;
	height: 17px;
	top: 4px;
	left: 4px;
}
.titulo-box {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.check-lineal input[type="checkbox"]:before {
	background: transparent;
	border: 1px solid white;
	border-radius: 0;
	width: 20px;
	height: 20px;
}
.check-lineal input[type="checkbox"]:after {
    font-family: "bootstrap-icons";
    content: '\F272';
    font-size: 22px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: wheat;
}
.check-lineal input[type="checkbox"] + label{
	font-size: 13px;
}
.msj-final {
	display: none;
}
.msj-final i {
	font-size: 4em;
	color: white;
	text-align: center;
	margin: 0 auto 20px;
}
.msj-final h2 {
	font-size: 2.6em;
}
.boton-lineal {
    border: 1px solid white;
    color: white;
    background: transparent;
    margin: auto;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	font-size: 1.6em;
	display: none;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
@keyframes spinner-border {
	to { transform: rotate(360deg); }
}
.spinner-border {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    vertical-align: text-bottom;
    border: 1em solid var(--primario);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
div#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.5);
	display: none;
}
input[type="date"] {
    max-height: 44px;
}

/* CARRUSEL */
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    color: white;
    position: absolute;
    width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.owl-nav span{
	display: none;
}
.owl-nav button:after{
	content: url(/img/arrow-carrusel.svg);
	display: block;
	width: 20px;
}
.owl-nav button.owl-next:after{
	transform: rotateY(180deg)
}
.owl-nav .owl-prev {
	transform: translateX(-30px);
}
.owl-nav .owl-next {
	transform: translateX(30px);
}
.owl-carousel .owl-stage-outer {
	position: relative;
	z-index: 2;
}
.owl-carousel .item input[type="radio"]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	cursor: pointer;
	width:100%;
	height:100%;
	background:#fc0;
}
.owl-carousel .item.radio-check{
	border: 2px solid var(--secundario);
}
.owl-carousel .item {
    height: 210px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 4px;
	padding: 10px;
}
.owl-carousel .item p{
	font-size: 12px;
	font-weight: 700;
	color: var(--secundario);
	text-align: center;
	text-transform: uppercase;
}
.owl-carousel .item.invalido {
    border: 1px solid #f03 !important;
}
/* ---------------------------------- */

@media(max-width:991px){
	main {
		padding: 20px;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}
	.owl-nav .owl-prev {
		transform: translateX(-35px);
	}
	.owl-nav .owl-next {
		transform: translateX(35px);
	}
	.owl-carousel {
		width: 85%;
		margin: auto;
	}
	button.owl-dot {
		width: 10px;
		height: 10px;
		background: white !important;
		border-radius: 10px;
		display: block;
		position: relative;
		z-index: 2;
		margin: 8px;
		opacity: .5;
	}
	button.owl-dot.active {
		opacity: 1;
	}
	.owl-dots {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}
	.logo-footer {
		position: relative;
		display: flex;
		bottom: 0;
		right: 0;
		width: 100%;
		justify-content: flex-end;
		margin-top: 20px;
	}
}
@media(max-width:575px){
	body {
		font-size: 9px;
	}
	main {
		padding: 10px;
	}
	.formulario_box {
		padding: 30px 15px;
	}
	.logo {
		max-width: 250px;
		margin: 0 auto;
		margin-bottom: 3em;
	}
	.boton-form {
		width: 100%;
		margin-top: 10px;
	}
	.boton-lineal {
		width: 100%;
	}
	.logo-footer img {
		max-width: 150px;
	}
}