@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");
}

/* 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-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;
}

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

.bg-gris {
	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-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;
	font-family: "Roboto-Bold";
	min-width: 12rem;
	width: auto;
}
.btn-yellow2 {
	background: #FCDC03;
	border: 1px solid #FCDC03;
	border-radius: 28px;
	color: #004288;
}

.btn-yellow2:hover {
	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-yellow2 {
	background: #FCDC03;
	border: 1px solid #FCDC03;
	border-radius: 28px;
	color: #004288;
}

#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 2em;
	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("/img/backgrounds/fondo-desktop.jpg") no-repeat top center;
	background-size: cover;
	min-height: 100vh;
	min-width: 100%;
	position: relative;
}

.nopadding {
	padding: 0;
}

.media_index {
	margin-top: 0rem;
}

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

.flex {
	display: flex;
}

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

.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 / 78%), rgb(0 71 146 / 78%));
	z-index: 2;
	display: inline-block;
    padding-left: 20% !important;
    padding-right: 40px;
    margin-left: -8%;
    width: fit-content;
    margin-top: 5rem;
}

.border-blue{
	border-color: #004288 !important;
	width: 10%;
	opacity: 1;
}

.tipo_neu_box {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
}

.box-tiponeu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	border: 4px solid #004288;
	padding: 1.5rem;
	text-align: center;
	flex: 1;
	gap: 1rem;
}

.box-tiponeu span {
	align-items: center;
	font-size: 5rem;
	font-family: "Roboto-Bold";
	line-height: 4.4rem;
	padding-top: 2.8rem;
	color: #004288;
}

.box-tiponeu p {
	text-align: center;
	font-size: 1rem;
	color: #004288;
}

.box-1 {
	grid-area: 2 / 1 / 4 / 2;
	align-self: center;
}

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

.box-3 {
	grid-area: 1 / 3 / 2 / 4;
}

.box-4 {
	grid-area: 2 / 2 / 3 / 3;
}

.box-5 {
	grid-area: 2 / 3 / 3 / 4;
}

.box-6 {
	grid-area: 3 / 2 / 4 / 3;
}

.box-7 {
	grid-area: 3 / 3 / 4 / 4;
}

.box-8 {
	grid-area: 4 / 2 / 5 / 3;
}

.box-9 {
	grid-area: 4 / 3 / 5 / 4;
}

.mec-prize {
	font-size: 4rem !important;
	font-family: "Roboto-bold", sans-serif;
}

.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: 450px;
	z-index: 3;
}

.home-text {
	font-family: "Roboto-condensed", sans-serif;
	font-size: 3rem;
	line-height: 3.2rem;
	font-style: italic;
	white-space: nowrap;
}

.home-text span{
	font-size: 10rem;
    line-height: 8rem;
}

.date-text {
	font-family: "Roboto-Italic", sans-serif;
	font-size: 1.6rem;
}
.title {
	font-family: "Roboto-Bold", sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
}
.main-title {
	font-family: "Roboto-BoldItalic", sans-serif;
}

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

.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;
}

.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;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.form-control:focus,
.input-group-text:focus {
	box-shadow: none;
}


.form-control,
.form-select,
.input-group-text,
.custom-file-label,
.form-control:focus,
.input-group-text:focus,
.custom-file-label:focus {
	border: none;
	border-bottom: 1px solid #004288;
	border-radius: 0;
	background-color: transparent;
}

.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 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) {
	.tipo_neu_box {
		flex-direction: column;
	}

	.box-tiponeu {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}

	.box-tiponeu span {
		font-size: 4rem;
		line-height: 3.4rem;
	}

	.box-1 {
		grid-area: 1 / 1 / 2 / 3;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		gap: 1rem;
	}

	.box-1 h5 {
		font-size: 1.3rem;
		text-align: left;
	}

	.box-1:first-child img {
		width: 4em;
	}

	.box-tiponeu:nth-child(2) .box-1 img {
		width: 7em;
	}

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

	.box-3 {
		grid-area: 2 / 2 / 3 / 3;
	}

	.box-4 {
		grid-area: 3 / 1 / 4 / 2;
	}

	.box-5 {
		grid-area: 3 / 2 / 4 / 3;
	}

	.box-6 {
		grid-area: 4 / 1 / 5 / 2;
	}

	.box-7 {
		grid-area: 4 / 2 / 5 / 3;
	}

	.box-8 {
		grid-area: 5 / 1 / 6 / 2;
	}

	.box-9 {
		grid-area: 5 / 2 / 6 / 3;
	}
	.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-yellow2 {
		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("/img/backgrounds/fondo-mobile.jpg") no-repeat top center;
		background-size: cover;
		min-height: 100vh;
		min-width: 100%;
		position: relative;
	}

	.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: 1.5rem;
		line-height: 2.2rem;
		font-style: italic;
		white-space: nowrap;
	}

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

	.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;
	}

	.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%;*/
	/*}*/
}