@font-face {

    font-family: "Intrepid";
    src: url("./fonts/Intrepid.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;

}

html, body {

  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #333333;

}

html.index,
html.panel {

	background-image: url(images/background.jpg);
	background-position-x: center;
	background-position-y: -200px;
	background-repeat: no-repeat;
	background-size: cover;

}

	html.index body,
	html.panel body {

		background-color: transparent;
		font-family: "Intrepid";

	}

main {

	min-height: 100%;
	color: #d5b98d;	

}

.fs-custom-00 {

	font-size: 1.75rem;

}

.fs-custom-01 {

	font-size: 2.25rem;

}

.fs-custom-02 {

	font-size: 3.5rem;
	line-height: 1.2;

}

.fs-custom-03 {

	font-size: 2.5rem;
	line-height: 1;

}

.fs-custom-04 {

	font-size: 1.5rem;
	letter-spacing: 2px;

}

.color2 {

	color: #f8e4cc;

}

.color3 {

	color: #1e1510;

}

.image-wrapper {

	

}

	.image-wrapper img {

		width: 100%;

	}

#formulario {

	color: #D5B98D;

}

#formulario label:not(.form-check-label) {

	

}

#formulario label.form-check-label.form-check-label-legales {

	font-size: 0.875rem;

}

#formulario label.form-check-label a {

	color: #d5b98d;

}

#formulario input[type=text], 
#formulario input[type=email],
#formulario select {

	color: #D5B98D;
	background-color: transparent;
	border-color: #D5B98D;

}

#formulario .form-control:active,
#formulario .form-control:focus {

	box-shadow: 0 0 0 .25rem rgba(210,148,137,.25 );

}

#formulario .form-check-input:checked {
	
	background-color: #D5B98D;
	border-color: #D5B98D;
	box-shadow: 0 0 0 .25rem rgba(210,148,137,.25 );

}

#formulario .text-help {

	color: #FFFFFF;
	font-size: 0.75rem;

}

.btn-submit {

	color: #5f1400;
	background-color: #d5b98d;
	border: none;
    border-radius: 25px;
    padding-left: 2rem;
    padding-right: 2rem;
    
    font-family: 'Intrepid';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus-visible {

	background-color: #d5b98d !important;
	color: #5f1400 !important;

}

#wrapper-autobus,
#wrapper-autobus-girona {

	display: none;

}

.text-validar {

	font-family: 'Oswald', sans-serif;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;

}

#formLoginUsuario {

  	font-family: Arial, Helvetica, sans-serif;

}

.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	color: #d5b98d;

}

.politica-privacidad {

	font-family: Arial, Helvetica, sans-serif;
	color: #d5b98d;

}

	.politica-privacidad h2 {
		
		font-size: 1.5rem;

	}

	.politica-privacidad ol {
		
		list-style-type: lower-latin;

	}

@media screen and ( min-width: 1200px ) {

	#wrapper-formulario {

		min-height: 68vh;

	}

}

@media screen and ( min-width: 1200px ) and ( max-width: 1399px ) {

	.fs-custom-02 {

		font-size: 2.5rem;

	}

	.fs-custom-03 {
		
		font-size: 2rem;

	}

}