@font-face {
	font-display: swap;
	font-family: "Roboto-Bold";
	src: url("fonts/RobotoCondensed-Bold.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-BoldItalic";
	src: url("fonts/RobotoCondensed-BoldItalic.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-Regular";
	src: url("fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto";
	src: url("fonts/Roboto-Regular.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-Thin";
	src: url("fonts/RobotoCondensed-Light.ttf");
}

@font-face {
	font-display: swap;
	font-family: "Roboto-Italic";
	src: url("fonts/RobotoCondensed-Italic.ttf");
}

@font-face {
	font-family: "Roboto-condensed";
	src: url("fonts/RobotoCondensed-BoldItalic.ttf");
}

@font-face {
	font-family: "HelveticaNeueLTStd-Bd";
	src: url("fonts/HelveticaNeueLTStd-Bd.woff");
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #FFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #004288;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #004288;
}

html,
body {
	color: black;
	font-family: "Roboto-Regular", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: auto;
}


.dev-advise {
	z-index: 9999;
}

h1,
h2 {
	font-family: "Roboto-Regular", sans-serif;
}

strong,
b {
	font-family: "Roboto-Bold", sans-serif;
}

a,
a:hover,
a:focus {
	color: #004288;
}

.cursor-pointer {
	cursor: pointer;
}

.bg-blue {
	background-color: #004288;
}

.bg-blue-op {
	background-color: #00428898;
}

.bg-yellow {
	background-color: #ffdd00;
}

.bg-blu-light {
	background-color: #D1F5F6;
}

.bg-dark-blue {
	background-color: #050E31;
}

.bg-dark-grey {
	background-color: #E2E2E2;
}

.bg-blanco {
	background-color: #fff;
}

.text-blue {
	color: #004288 !important;
}

.bg-contact {
	background-color: #FAFAFA;
}

.bg-gris {
	background-color: #F4F4F4;
}

.bg-grey {
	background-color: #F4F4F4;
}

.text-yellow {
	color: #ffdd00;
}

.text-blue-light {
	color: #A5C8EE;
}

.text-icon {
	color: #495057;
}

.text-small {
	font-size: 90%;
}

.border-blue {
	border: 2px solid #004288;
}

.btn-login {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	padding: 0 1rem;
}

.btn-blue {
	background: #004288;
	border: 1px solid #004288;
	border-radius: 0;
	color: white;
}

.btn-yellow {
	background: #FCDC03;
	border: 1px solid #FCDC03;
	border-radius: 28px;
	color: #004288;
}

.btn-white {
	background: white;
	border: 1px solid #004288;
	border-radius: 0;
	color: #004288;
}

.border-left {
	margin-left: -20px;
}

.btn-yellow {
	background: #FCDC03;
	border: 1px solid #FCDC03;
	border-radius: 28px;
	color: #004288;
	min-width: 160px;
}

#topLogos {
	overflow: hidden;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	-ms-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
}

.logo-gy {
	max-width: 150px;
}

.logo-norauto {
	max-width: 200px;
}


.navbar {
	padding: 0rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: #FCDC03;
	/* text-transform: uppercase; */
	padding: 1rem 1.5em;
	padding-bottom: 20px !important;
	border-bottom: 4px solid transparent;
	font-size: 1.025em;
	font-family: "Roboto", sans-serif;
}

.navbar-dark .navbar-nav .nav-link.active {
	border-bottom: 3px solid #ffdd00;
	color: #ffdd00;
}

.main-section {
	background: url("/assets/images/fondo/bg-dsk25.png") no-repeat top center;
	background-size: cover;
	background-position-y: -65px;
	/* min-height: 95vh; */
	min-height: 100vh;
	min-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 7rem;
	padding-bottom: 75px;
}

.main-section-banner {
	background: url("/assets/images/fondo/section-banner.png") no-repeat top left;
	background-size: cover;
	min-width: 100%;
	/* position: relative; */
	max-height: 300px;
	min-height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 38px;
}

.main-section-banner .media_index {
	margin: 3rem 0;
	left: 60px;
	position: relative;
}

.main-section-banner .media_index img {
	width: calc(7vw + 2vh + 1vmin);
	left: -60px;
	top: 0 !important;
	position: relative;
}

/* .main-section-banner .main-logo img {
	width: calc(20vw + 2vh + 1vmin);
	top: 0!important;
	position: relative;
} */
.main-section-banner .blue-background {
	margin-top: 0;
	padding-left: 0;
}

.main-section-banner .home-text {
	font-size: 5rem;
	line-height: 1;
}

.main-section1x {
	background: url("/assets/images/fondo/banner-desktoppxv3.jpg");
	min-height: 100vh;
	min-width: 100%;
	position: absolute;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.nopadding {
	padding: 0;
}

.hero-media {
	display: flex;
}

.media_index {
	margin-top: 0rem;
	margin-bottom: 2.5rem;
}

.main-row {
	min-height: 100vh;
}

.flex {
	display: flex;
}

.flex_form_img {
	display: flex;
	justify-content: center;
	align-items: center;

}

.media {
	align-items: center;
	/*margin-top: 8rem;*/
}

.loader {
	border: 10px solid #ccc;
	border-radius: 50%;
	border-top: 10px solid #004288;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 35%;
	display: none;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

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

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

.background-img {
	max-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blue-background {

	background-image: linear-gradient(to right, rgb(0 71 146 / 78%), rgb(0 71 146 / 78%), rgb(0 71 146 / 56%), rgb(0 71 146 / 0%));
	z-index: 2;
	display: inline-block;
	/* padding-left: 10% !important; */
	padding-right: 41px;
	margin-left: -11%;
	width: fit-content;
	margin-top: 5rem;
}

.overlay1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.8));
	left: 0;
	top: 0;
}


.tire-img {
	/* width: 370px; */
	/* width: calc(17vw + 2vh + 1vmin);
	z-index: 3; */
}

.img_titulo_home {}

.home-number-primary {
	font-family: "HelveticaNeueLTStd-Bd", sans-serif;
	/* font-size: 27rem; */
	font-size: calc(27vw + 2vh + 1vmin);
	font-style: italic;
	line-height: 15rem;
	position: relative;
}

.home-text-primary {
	font-family: "Roboto-condensed", sans-serif;
	/* font-size: 5rem; */
	font-size: calc(4.2vw + 2vh + 1vmin);
	font-style: italic;
	line-height: 4rem;
	font-weight: bold;
}

.home-text {
	font-family: "Roboto-condensed", sans-serif;
	/* font-size: 3.5rem; */
	font-size: calc(1.8vw + 2vh + 1vmin);
	line-height: 1;
	font-style: italic;
	white-space: nowrap;
}

.hero-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
}

.hero-box1 {
	grid-area: 1 / 1 / 2 / 2;
}

.hero-box2 {
	grid-area: 1 / 2 / 2 / 3;
}

.main-logo {
	top: -60px;
}

.liner-text {
	font-family: "Roboto-condensed", sans-serif;
	font-size: 2.5rem;
	padding: 1rem 0;
	color: #fff;
	text-align: center;
}

.banner-links {
	position: absolute;
	bottom: 0;
	/* bottom: -6vh; */
	left: 0;
	width: 100%;
	padding: 20px;
}

.date-text {
	font-family: "Roboto-Italic", sans-serif;
	font-size: 1.6rem;
}

.main-title {
	font-family: "Roboto-BoldItalic", sans-serif;
}

.prize-text {
	font-family: "Roboto-Bold", sans-serif;
	font-size: 1.4rem;
	line-height: 0.9;
	font-weight: normal;
}

.mech-text span {
	font-family: "Roboto-Regular", sans-serif;
	font-size: 1.7rem;
	line-height: 0.9;
	font-weight: normal;
	font-style: normal;
	color: #004288;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.mech-text p {
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #004288;
}

.mech2-text {
	font-size: 4rem;
	line-height: 1;
	color: #004288;
	margin-right: 1.5rem;
}

.prize-text2 {
	font-family: "Roboto-Italic", sans-serif;
	font-size: 1.4rem;
	line-height: 0.9;
	font-weight: normal;
	font-style: italic;
}

.prize-value {
	font-family: "Roboto-condensed", sans-serif;
	font-size: 8rem;
	line-height: 0.8;
}

.prize-value>span {
	font-family: "Roboto-condensed", sans-serif;
	font-size: 5rem;
	line-height: 0.8;
}


.text-thin {
	font-family: "Roboto-Italic", sans-serif;
	font-size: 1.8rem;
}

.text-tires {
	font-family: "Roboto-Italic", sans-serif;
}

.nav-text {
	font-family: "Roboto-Italic", sans-serif;
}

.go-logo {
	bottom: 50px;
	right: 80px;
	width: 500px;
}

.scroll {
	cursor: pointer;
}

.scroll-down {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	bottom: 0;
	cursor: pointer;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.border-yellow {
	border: 3px solid #ffdd00;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	width: 40px;
}

.lead {
	line-height: 1.4rem;
}

.condensed {
	font-family: "Roboto-condensed", sans-serif;
}

.italic {
	font-family: "Roboto-Italic", sans-serif;
}

/**** mecanica ***/
.mecanicText {
	padding: 2rem 0;
}

.mecanic-steps {
	gap: 1.5rem;
	line-height: 1.5;
}

.mount {
	font-family: "Roboto-condensed", sans-serif;
	font-size: 6.5rem;
	letter-spacing: -0.3rem;
	line-height: 4.8rem;
	margin-top: 1.5rem;
}

.hr_mec {
	border-top: 1px solid #fff;
	margin-top: 1.5rem;
}

.mecanica-titulo {
	font-family: "Roboto-condensed", sans-serif;
	font-style: italic;
	font-size: 2rem;
}

.mec_val {
	font-family: "Roboto-condensed", sans-serif;
	font-size: 6rem;
}

.mec_val>span {
	font-size: 4rem;
}

.sep_mec {
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	width: 2px;
	height: auto;
	background: #fff;
}

.mec-tire-img {
	max-width: 80%;
}

.mec_txt_str {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.mec-bota-img {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 40px;
}

.cardImg {
	width: 13rem;
	/*z-index: 999;*/
	height: fit-content;
	transform: rotate(7deg);

}

.tCard {
	margin: 8rem 15rem;
}

.tCard p {
	font-weight: 100;
	font-family: "Roboto-Italic", sans-serif;
}

/***** Formulario *****/
.table_localizador {
	width: 100%;
	margin-left: auto;
	border: none;
}

.buscador-mapa .form-control:focus,
.buscador-mapa .input-group-append .btn-white:focus,
.form-register .form-control:focus,
.form-register .input-group-text:focus,
.form-contact .form-control:focus,
.form-contact .input-group-text:focus {
	box-shadow: none;
}

.buscador-mapa .form-control,
.buscador-mapa .input-group-append .btn-white,
.form-register .form-control,
.form-register .input-group-text,
.form-contact .form-control,
.form-contact .input-group-text,
.form-register .custom-file-label {
	border: none;
	border-bottom: 1px solid #004288;
	border-radius: 0;
	background-color: transparent;
}

.form-contact .form-control {
	background-color: #ffffff;
	border: 2px solid #dee2e6;
	border-radius: 0;
}

.form-register .custom-file-label::after {
	background: none;
	border: none;
	border-radius: 0;
}

.tires-label {
	cursor: pointer;
}

.form-check-grid {
	/*display: -ms-inline-flexbox;*/
	display: grid;
	/*-ms-flex-align: center;*/
	align-items: center;
	/*padding-left: 0;*/
	/*margin-right: .75rem;*/
}

.round {
	position: relative;
}

.round label {
	background-color: #fff;
	border: 1px solid #4B4B4B;
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	left: 0;
	position: relative;
	top: 0;
	width: 28px;
}

.round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 12px;
}

.round input[type="radio"] {
	visibility: hidden;
}

.round input[type="radio"]:checked+label {
	background-color: #FACB21;
	border-color: #FACB21;
}

.round input[type="radio"]:checked+label:after {
	opacity: 1;
}

/***** Autocomplete form *****/
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}

.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/***** Map *****/
.marker-cluster-small {
	background-color: #004288;
}

.marker-cluster-small div {
	background-color: #004288;
}

.marker-cluster-medium {
	background-color: #004288;
}

.marker-cluster-medium div {
	background-color: #004288;
}

.marker-cluster-large {
	background-color: #004288;
}

.marker-cluster-large div {
	background-color: #004288;
}

/***** Centros *****/
.map-loading {
	z-index: 1;
}

#centros {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 350px;
	font-size: 12px;
	text-align: left;
}

#centros .elementoPar {
	background-color: #EEE;
}

#centros .elementoImpar {
	background-color: #FFF;
}

#centros .elementoVulco {
	font-weight: bold;
}

#centros .list-group-item>a {
	cursor: pointer;
}

#map_canvas {
	background-color: #FFF;
	height: 80vh;
	width: 100%;
}

#blockCenter {
	left: 15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35%;
	z-index: 2;
}

/***** gracias *****/
.alert-sent {
	background: transparent;
	border: 1px solid #004288;
	border-radius: 0;
}

.back-to-top {
	bottom: 40px;
	cursor: pointer;
	display: none;
	height: 40px;
	line-height: 40px;
	right: 20px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	width: 40px;
	z-index: 999999;
}

.has-error>.custom-checkbox>.custom-control-label::before {
	border: 1px solid red;
}

.tarjeta-checkbox {
	height: 0;
	opacity: 0;
	width: 0;
}

.tarjeta-checkbox:checked+label {
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(14, 43, 141, 0.85);
}

.tarjeta-checkbox+label {
	cursor: pointer;
}

.main-title-home {
	font-size: 3rem;
}

/***** pie *****/
.btop {
	border-top: 3px solid #FCDC03;
	font-family: "Roboto", sans-serif;
}

.ic_pie {
	margin-top: 1em;
	margin-right: 1.1em;
}

/***** Cookies *****/
.card-cookies {
	bottom: 0;
	/*display: none;*/
	left: 0;
	position: fixed;
	width: 100vw;
	z-index: 5;
}

.open-modal-cookies {
	cursor: pointer;
}

#modalPrivacy .list-group-item.active {
	background: #e9ecef !important;
	color: #212529;
}

.card-cookies #accept-cookies {
	font-size: 12px;
}

.card-cookies #reject-cookies {
	font-size: 12px;
}

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

	.container {
		max-width: 1336px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tire-img {
		width: 350px;
	}

	.main-title {
		font-size: 2rem;
	}

	.prize-text {
		font-size: 1.7rem;
	}

	.prize-value {
		font-size: 8.5rem;
	}

	.text-thin {
		font-size: 1.5rem;
	}

	.mobile-nav .nav-link {
		font-size: 1rem;
	}

	.mobile-nav .nav-link.lead {
		font-size: 1rem;
	}

	.go-logo {
		bottom: 50px;
		right: 0;
		width: 100%;
	}

	#blockCenter {
		right: 5%;
		width: 45%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tire-img {
		width: 300px;
	}

	.blue-background {
		padding-left: 85px;
	}

	.date-text {
		font-size: 1rem;
	}

	.main-title {
		font-size: 1.65rem;
	}

	.home-text {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.prize-text {
		font-size: 1.15rem;
	}

	.prize-value {
		font-size: 4.5rem;
	}

	.text-thin {
		font-size: 1rem;
	}

	.mobile-nav .nav-link {
		font-size: .8rem;
	}

	.mobile-nav .nav-link.lead {
		font-size: 1rem;
	}

	.go-logo {
		bottom: 50px;
		right: 0;
		width: 100%;
	}

	#map_canvas {
		height: 65vh;
	}

	#blockCenter {
		right: 5%;
		width: 50%;
	}
}


@media only screen and (max-width: 767px) {
	.cardImg {
		width: 5rem;
		height: auto;
		transform: rotate(7deg);
	}

	.nMarginBottom {
		margin-bottom: -2rem;
	}

	.left-resp {
		text-align: left !important;
	}

	#map_canvas {
		display: none;
	}

	#blockCenter {
		margin: 0 auto;
		position: relative !important;
		left: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		z-index: 0;
	}

	.btn-yellow {
		width: 14rem;
		font-size: 1.1rem;
		/*height: 3.4rem;*/
	}

	.btn-yellow-big {
		width: 14rem;
		font-size: 1.4rem;
		height: 4.8rem;
	}

	.main-section {
		background: url(/assets/images/fondo/fondo-banner-movil.png) no-repeat top center;
		background-size: cover;
		background-position-y: -105px;
		min-height: 90vh;
		min-width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		padding-top: 5.5rem;
		padding-bottom: 9rem;
	}
	.img_titulo_home{
		margin-top: -1rem;
	}
	.btns-inicio{
		width: 80%;
		margin-top: .5rem;
	}

	.main-section-banner .media_index {
		left: 0;
	}

	.main-section-banner .media_index img {
		left: 10px;
	}

	.main-section-banner .home-text {
		font-size: calc(2vw + 2vh + 1vmin);
		left: 0;
	}

	.main-row {
		/*padding-top: 75px;*/
		padding-top: 65px;
		min-height: unset;
	}

	/* .overlay {
		background-image: linear-gradient(rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8));
	} */

	.blue-background {

		background-image: linear-gradient(to right, rgb(0 71 146 / 78%), rgb(0 71 146 / 78%), rgb(0 71 146 / 78%), rgb(0 71 146 / 78%));
		z-index: 2;
		display: inline-block;
		padding: 15px 10px;
		margin-left: 0%;
		margin-top: 0rem;
		width: 100%;
	}

	.date-text {
		font-size: 0.9rem;
	}

	.home-text {
		font-family: "Roboto-condensed", sans-serif;
		font-size: calc(0.3px + 2vh + 1vmin);
		line-height: 2.2rem;
		font-style: italic;
		white-space: nowrap;
	}

	.home-text-primary {
		font-size: calc(2vw + 2vh + 1vmin);
	}

	.home-number-primary {
		position: absolute;
		font-family: "HelveticaNeueLTStd-Bd", sans-serif;
		font-size: calc(46vw + 2vh + 1vmin);
		font-style: italic;
		left: -6%;
	}

	.banner-links {
		flex-direction: column;
		position: absolute;
		bottom: 0rem;
	}

	.liner-text {
		font-size: 1.5rem;
	}

	.prize-text {
		font-size: 1rem;
	}

	.prize-value {
		font-size: 5rem;
	}

	.prize-value>span {
		font-family: "Roboto-condensed", sans-serif;
		font-size: 3rem;
		line-height: 0.8;
	}

	.text-thin {
		font-size: 1rem;
	}

	.mobile-nav .nav-link {
		font-size: 1rem;
	}

	.mobile-nav .nav-link.lead {
		font-size: 1rem;
	}

	.go-logo {
		bottom: 50px;
		right: 0;
		width: 100%;
	}

	.mec_txt_str {
		text-align: center;
		/*padding-bottom: 15px;*/
		padding: 1rem 3rem 1.5rem 3rem;
	}

	.mecanicText {
		padding: 0 1rem;
	}

	.mecanicBox {
		text-align: left !important;
	}

	.mecanicBox p {
		padding: 0 !important;
	}

	.mecanicBox img {
		width: 75px !important;
		display: flex;
		place-items: center;
		text-align: center;
	}

	.tCard {
		margin: 0.3rem;
	}

	.tCard p {
		font-weight: 100;
		font-family: "Roboto-Italic", sans-serif;
	}
}

@media only screen and (max-width: 575px) {
	/*.main-row {*/
	/*	min-height: unset;*/
	/*}*/

	/*.overlay {*/
	/*	background-image: linear-gradient(rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8));*/
	/*}*/

	/*.date-text {*/
	/*	font-size: 0.8rem;*/
	/*}*/

	/*.main-title {*/
	/*	font-size: 1.35rem;*/
	/*}*/

	/*.prize-text {*/
	/*	font-size: 1.6rem;*/
	/*}*/

	/*.prize-value {*/
	/*	font-size: 6rem;*/
	/*}*/

	/*.text-thin {*/
	/*	font-size: .75rem;*/
	/*}*/

	/*.mobile-nav .nav-link {*/
	/*	font-size: .75rem;*/
	/*}*/

	/*.mobile-nav .nav-link.lead {*/
	/*	font-size: 1rem;*/
	/*}*/

	/*.go-logo {*/
	/*	bottom: 50px;*/
	/*	right: 0;*/
	/*	width: 100%;*/
	/*}*/
}