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

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

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--primary);
}


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

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

h1 {
	font-size: 3.4rem;
	line-height: 3.4rem;
}

h1>span {
	font-family: "metric-bold", sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.3rem;
	;
}

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

a,
a:hover,
a:focus {
	color: var(--black);
}

.bold {
	font-weight: bold;
}

.fs11 {

	font-size: 1.1rem;
	line-height: 28px;
}

.fs13 {
	font-size: 1.4rem;
	line-height: 1.2rem;
}

.fs2 {
	font-size: 2rem;
	line-height: 1.2rem;
}
.fs3 {
	font-size: 3rem;
	line-height: 2.2rem;
}
.mr-3 {
	margin-right: 3rem;
}

.ml-3 {
	margin-left: 3rem;
}

.cursor-pointer {
	cursor: pointer;
}

.bg-blue {
	background-color: var(--orange);
}

.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: var(--black);
}

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

.bg-gris {
	background-color: var(--grey);
}

.text-yellow {
	color: #ffdd00;
}

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

.text-white {
	color: var(--white);
}

.text-icon {
	color: #495057;
}

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

.border-blue {
	border: 2px solid var(--primary);
}

.text-decoration {
	text-decoration: underline !important;
	text-decoration-color: var(--segundary) !important;
	text-decoration-thickness: 2px !important;
	text-underline-position: under;
}

.text-left {
	text-align: left;
}

.center-vertical {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/* Buttoms */
.btn-blue {
	background: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 0;
	color: white;
}


.btn-yellow {
	background: var(--segundary);
	border: 1px solid var(--segundary);
	border-radius: 0px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-yellow:hover {
	background: transparent;
	border: 1px solid var(--segundary);
	border-radius: 0px;
	font-weight: 700;

}
.btn-yellow ,
.btn-yellow:link,
.btn-yellow:visited   {
	background: var(--segundary);
	border: 1px solid var(--segundary);
	border-radius: 0px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-yellow:hover {
	background: var(--red-dark);
	border: 1px solid var(--red-dark);
	border-radius: 0px;
	font-weight: 700;

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

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

.btn-transparent,
.btn-transparent:hover {
	background-color: transparent;
	border: 1px solid var(--white);
	border-radius: 0px;
	color: var(--white);
	width: fit-content;
	padding-left: 30px;
	padding-right: 30px;
}

.custom-file-input {
	visibility: hidden;
	width: 0;
	height: 0;
}

.custom-file-label {
	border: 1px solid var(--white);
	padding: 5px 10px;
	border-radius: 0px;
	cursor: pointer;
	min-height: 80%;
	outline: 1px dotted #fff;
	outline-offset: -10px;
}

#backgroundImg {
	background: url('/img/interiores/home-seccion-com.png') no-repeat center center;
	background-size: cover;
}

#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 0rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: var(--white);
	padding: 1rem .4rem;
	font-size: 1.1em;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: var(--white);
}

.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:link {
	text-decoration: none;
}




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


.flex-end {
	align-items: flex-end;
}

.flex-stretch {
	justify-content: stretch;
}

.nopadding {
	padding: 0;
}

.media_index {
	margin-top: 0rem;
}

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

.flex {
	display: flex;
}

.flex-between {
	justify-content: space-between;
}

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

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

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

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


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 0;
	color: white;
}

.nav-pills .nav-link {
	background: var(--light-grey);
	border: 1px solid var(--light-grey);
	margin-top: 1px;
	border-radius: 0;
	color: white;
	text-decoration: none;
}
.section-footer{
	position: fixed;
    bottom: 0;
    width: 100%;
}

/********** HOME ****************/
.dev-baner-interior{
	width:100%;
	height: 8rem;
	margin: 0;
	padding: 0;
}
.logo-home{
	width: 25rem;
}
.logo_baner_interior{
	height: 12rem;
	width: 12rem;
}
.home-text {
	font-family: "metric", sans-serif;
	font-size: 3rem;
	line-height: 3.2rem;
	font-style: italic;
	white-space: nowrap;

}


.parent-mec {
	display: grid;
	grid-template-columns: 1fr 6fr;
	grid-template-rows: 2fr 1fr 2fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;

}

.div1-mec {
	grid-area: 2 / 1 / 3 / 2;
	display: flex;
	align-items: start;
}

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

.div3-mec {
	grid-area: 2 / 2 / 3 / 3;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.2rem;
	;
}

.div4-mec {
	grid-area: 3 / 2 / 4 / 3;
	line-height: 1.1rem;
}

.img-grid-mec {
	width: 25%;
}


.span-num-vineta {
	float: right;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: var(--segundary);
	border-radius: 50%;
}



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

.mount {
	font-family: "metric", 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: "metric", sans-serif;
	font-style: italic;
	font-size: 2rem;
}

.mec_val {
	font-family: "metric", 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: "metric", sans-serif;
}

/******  INTERIORES ***********/
.titlulo_baner_interior {
	top: -10rem;
}


.text-btns-raros{
	text-align: right;
}
.text-btns-raros2{
	text-align: left;
}
/***** Formulario *****/
.table_localizador {
	width: 100%;
	margin-left: auto;
	border: none;
}

.form-label {
	margin-bottom: 0rem;
}

.form-select {
	border: none;
	border-bottom: 1px solid var(--white);
	border-radius: 0;
	background-color: transparent;
	color: var(--white);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select::-ms-expand {
	display: none;
}

/* This styles the dropdown options */
.form-select option,
.form-select option:checked {


	background-color: var(--primary);
	/* Set the background color of the options */
	color: var(--white);
	/* Set the text color of the options */
}

.form-control:focus,
.input-group-text:focus {
	box-shadow: none;
}


.form-control,
.input-group-text,
.form-control:focus,
.input-group-text:focus {
	border: none;
	border-bottom: 1px solid var(--white);
	border-radius: 0;
	background-color: transparent;
	color: var(--white);
}

.tires-label {
	cursor: pointer;
}

.form-check-grid {
	display: grid;
	align-items: center;
}

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


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

/***** Cookies *****/
.card-cookies {
	bottom: 0;
	/*display: none;*/
	left: 0;
	position: fixed;
	width: 100vw;
	z-index: 1030;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: rgba(255, 255, 255, .3);
}

.modalPrivacy {
	z-index: 1040;
}

.wrap-card-cookies {
	max-width: 500px;
	margin: auto;
	color: var(--primary);
}

.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) {
	.dev-baner-interior{
		height: 7rem;
	}
	.logo-home{
		width: 20rem;
	}
	.logo_baner_interior{
		height: 13rem;
		width: 13rem;
	}

	.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) {
	.dev-baner-interior{
		height: 7rem;
	}
	.flex {
		display: block;
	}
	.logo-home{
		width: 15rem;
	}
	.logo_baner_interior{
		height: 10rem;
		width: 10rem;
	}

	.parent-mec {
		display: grid;
		grid-template-columns: 1fr 6fr;
		grid-template-rows: 2fr 1fr 3fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;

	}

	.div1-mec {
		grid-area: 2 / 1 / 3 / 2;
		display: flex;
		align-items: center;
	}

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

	.div3-mec {
		grid-area: 2 / 2 / 3 / 3;
		font-weight: bold;
		font-size: 1.1rem;
		line-height: 1.2rem;
		;
	}

	.div4-mec {
		grid-area: 3 / 2 / 4 / 3;
		line-height: 1.1rem;
	}



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

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

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




}


@media only screen and (max-width: 767px) {
	#backgroundImg {
		background: url('/img/interiores/home-seccion-com-movile.png') no-repeat center center;
		background-size: cover;
	}
	.vh-100{
		height: auto !important;
	}
	.dev-baner-interior{
		height: 5rem;
	}
	.logo-home{
		width: 12rem;
	}
	.logo_baner_interior{
		height: 10rem;
		width: 10rem;
		top: 1.8rem !important;	
	}

	.center-xs {
		text-align: center;
	}
	.text-btns-raros{
		text-align: center;	
	}
	.text-btns-raros2{
		text-align: center;
	}
	.text-btns-raros>a>span,
	.text-btns-raros2>a>span,
	.text-btns-raros>a,
	.text-btns-raros2>a{
		width: 80%;
	}
	
	.section-footer{
		position: relative;
		bottom: 0;
		width: 100%;
	}
	.nav-footer {
		display: block;
		text-align: left;
	}

	.parent-mec {
		display: grid;
		grid-template-columns: 1fr 6fr;
		grid-template-rows: 3fr 1fr 2fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;

	}

	.div1-mec {
		grid-area: 2 / 1 / 3 / 2;
		display: flex;
		align-items: center;
	}

	.div2-mec {
		grid-area: 1 / 1 / 2 / 3;
		text-align: center;
	}

	.div3-mec {
		grid-area: 2 / 2 / 3 / 3;
		font-weight: bold;
		font-size: 1.1rem;
		line-height: 1.2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.div4-mec {
		grid-area: 3 / 2 / 4 / 3;
		line-height: 1.1rem;
	}

	.img-grid-mec {
		width: 25%;
	}



	.home-text {
		font-family: "metric", 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: "metric", 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: "metric", sans-serif;
	}

	.titlulo_baner_interior {
		top: -12rem;
		text-align: center;
		width: 100%;
	}
}

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