@charset "utf-8";
/*@font-face {
  font-family: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}
@font-face {
	font-family: "SupremeLLTT Light";
	src: url("../fonts/SupremeLLTT-Light.ttf");
}
@font-face {
	font-family: "Montserrat", sans-serif;
	src: url("../fonts/SupremeLLTT-Regular.ttf");
}
@font-face {
	font-family: "SupremeLLTT Medium";
	src: url("../fonts/SupremeLLTT-Medium.ttf");
}
@font-face {
	font-family: "SupremeLLTT Bold";
	src: url("../fonts/SupremeLLTT-Bold.ttf");
}
@font-face {
	font-family: "Montserrat", sans-serif;
	src: url("../fonts/SupremeLLTT-Black.ttf");
}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap');

:root {
	--color-red: #f2632e;
}

* {
	outline: none !important
}

html {
	height: 100%;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-size: 14px;
	color: #616161;
	min-width: 320px;
	margin: auto;
	background: #fff;
	line-height: 19px;
	overflow-x: hidden;
}

body::before {
	content: '';
	position: absolute;
	background-color: #f2632e;
	top: 0px;
	left: 0;
	width: 100%;
	height: 132px;
	z-index: 2;
}

body p {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: normal
}

.container {
	margin: auto;
	line-height: 23px;
	text-align: justify;
	position: relative;
	color: #757575;
	max-width: 1890px;
}

.container::before,
.container::after {
	display: block;
	content: "";
	clear: both;
}

.animar {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#header {
	width: 100%;
	height: 200px;
	/*
	z-index: 3;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;*/
}

#darkTop {
	position: relative;
	margin-top: 56px;
}

.contentDarkTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	height: 75px;
}

#logo {
	width: 254px;
	z-index: 4;
	margin-left: 109px;
	display: none;
}

#logo a {
	position: relative;
	z-index: 2;
}

#logo img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

#redes {
	height: 50px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}

#redes a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 12px;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

#redes a:nth-child(2) {
	align-items: flex-end;
	font-size: 18px;
}

#redes a:last-child {
	margin-right: 0;
}

#redes a .fa {
	display: none;
}

#redes a:hover,
#redes a:focus {
	opacity: 0.85;
	transform: scale(1.15);
	text-decoration: none;
}

#redes a img {
	height: 60%;
}

#redes a img.hover2 {
	display: none;
}

#redes a:nth-child(2) img {
	height: 80%;
	margin-bottom: -1px;
}

#redes a.tk img {
	height: 55%;
}

#redes a.yt img {
	height: auto;
	width: 60%;
}

#redes a svg {
	fill: #ff6224;
	width: 24px
}

#redes a.fb svg {
	width: 21px
}

.mailTop a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.05px;
}

.mailTop a img {
	margin-right: 11px;
	margin-top: 5px;
}

.mailTop a:hover,
.mailTop a:focus {
	text-decoration: none;
	color: #fff;
}

#topMenu {
	padding-top: 9px;
	height: 68px;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 20px 6px rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 2;
}

#menu {
	margin: auto;
	height: 68px;
	text-align: center;
	display: none;
}

#menu>ul {
	margin: 0;
	display: flex;
	width: inherit;
	justify-content: space-between;
}

#menu>ul::before,
#menu>ul::after {
	display: block;
	content: "";
	clear: both;
}

#menu>ul>li {
	float: left;
	position: relative;
	padding: 0 35px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#menu>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent;
	font-size: 19.5px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.05px;
	text-transform: uppercase;
	color: #010101;
	padding: 0px;
	height: 68px;
	cursor: pointer;
}

#menu>ul>li>a::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	z-index: 0;
	background: #010101;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#menu>ul>li:first-child {
	padding-left: 0px;
	display: none;
}

#menu>ul>li:nth-child(2) {
	padding-left: 0;
}

#menu>ul>li:last-child {
	float: right;
	padding-right: 0px;
}

#menu>ul>li.active>a,
#menu>ul>li>a:hover,
#menu>ul>li>a:focus {
	color: #010101;
}

#menu li.active>a::before,
#menu li>a:hover::before,
#menu li>a:focus::before {
	transform: scaleX(1);
}

.buscador {
	position: relative;
	width: 300px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.buscador::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/banner/bgform.png') center no-repeat;
	background-size: cover;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	border-top-left-radius: 33px;
	border-bottom-left-radius: 33px;
}

.buscador form {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.buscador form input.form-control {
	font-size: 17px;
	color: #000000;
	height: 50px;
	border-radius: 0;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	position: relative;
	border: 0;
	background: transparent;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
	text-align: left;
	padding-left: 30px;
	padding-right: 65px;
	font-weight: 600
}

.buscador form input::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

.buscador form input:-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.buscador form input::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.buscador form input:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.buscador form input:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.buscador form input:focus:-moz-placeholder {
	opacity: 0.5
}

.buscador form input:focus::-moz-placeholder {
	opacity: 0.5
}

.buscador form input:focus:-ms-input-placeholder {
	opacity: 0.5
}

.buscador form input[type=submit] {
	position: absolute;
	top: 10px;
	right: 19px;
	display: inline-block;
	height: 31px;
	width: 30px;
	background: #ff982f;
	background: url('../images/banner/lupab.png') center no-repeat;
	background-size: contain;
}

.cntBtnCart {
	position: absolute;
	top: 2.5px;
	right: 15px;
	width: 307px;
	height: 61px;
	display: none;
	align-items: center;
	justify-content: flex-start;
	padding-left: 12px;
}

.cntBtnCart::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: calc(100% + 200px);
	height: 100%;
	background: url('../images/banner/bgform.png') center no-repeat;
	background-size: cover;
	border-top-left-radius: 33px;
	border-bottom-left-radius: 33px;
}

.btnCart {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
	font-weight: 600
}

.btnCart i {
	font-style: normal;
}

.btnCart img {
	width: 35px;
	margin-right: 16px;
}

.btnCart:hover,
.btnCart:focus {
	text-decoration: none;
	color: #000;
	opacity: 0.85;
}

#bannerTop img {
	max-width: 100%
}


/*Nuevo estilo Footer*/
#footer .contentFooter {
	background: #00003c;
	display: flex;
	align-items: center;
	min-height: 90px;
	color: white;
}

#footer .container {
	color: #fff;
	font-family: 'Saria', sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0px;
	width: 100%;
	font-style: italic;
}

#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

#footer .tfooter a {
	color: inherit;
}

#footer #powered {
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}

#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}

#footer #powered a:hover {
	text-decoration: none;
}

/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 37px;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	background: #000;
	border: solid 1px #fff;
	left: 21px;
	bottom: 65px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 20;
	opacity: .75
}

a.toTop:hover,
a.toTop:active {
	color: #000;
	text-decoration: none;
	opacity: 1;
	background: #fff
}

a#toTop a#toTop .fa {
	color: #FFF !important;
}

a.toTop:hover::after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.mobile .toTop,
.tablet .toTop {
	display: none !important;
}

#sliderTop {
	height: 540px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

#sliderTop .slides>li {
	height: 540px;
	position: relative;
	background-position: right center !important;
	background-size: cover;
}

#sliderTop .slides>li>img.sliderImg {
	display: none;
	width: 100%;
}

.contSlider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.contSlider .container,
.sliderCntTop {
	height: 100%;
}

.sliderCntTop {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 200px;
	padding-bottom: 85px;
	position: relative;
}

.contentCarouselBanners {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.itemCarouselBanner1 {
	width: 50%;
	padding-right: 40px;
	padding-left: 0px;
	display: flex;
	align-items: center;
}

.itemCarouselBanner1 img {
	width: 230px;
}

.itemCarouselBanner2 {
	position: relative;
	z-index: 1;
	width: 50%;
}

.itemCarouselBanner2 .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 23px;
	padding-top: 0px;
}

.itemCarouselBanner2 .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 19px;
	height: 19px;
	margin: 0 8px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.itemCarouselBanner2 .bx-wrapper .bx-pager.bx-default-pager a.active,
.itemCarouselBanner2 .bx-wrapper .bx-pager.bx-default-pager a:focus,
.itemCarouselBanner2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ff0000;
}

#caroucelMotos {
	height: 100%;
}

.swiperMotos {
	position: relative;
	max-width: 696px;
}

.swiperMotos::before {
	content: '';
	position: absolute;
	bottom: -92px;
	left: calc(50% - 400px);
	width: 800px;
	height: 160px;
	background: url('../images/banner/motos/podium.webp') center no-repeat;
	background-size: contain;
	margin-left: 30px;
}

.swiperMotos ul li img {
	margin-left: auto;
	margin-right: auto;
}

#caroucelMotos li {
	width: 100% !important;
}

#sliderTop .flex-direction-nav a {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin-left: 0px;
	position: absolute;
	z-index: 10;
	bottom: 57px;
	overflow: hidden;
	opacity: 1;
	left: 50%;
}

#sliderTop .flex-direction-nav .flex-next {
	background: url('../images/slider/next.png') center no-repeat;
	margin-left: 301px;
}

#sliderTop .flex-direction-nav .flex-prev {
	background: url('../images/slider/prev.png') center no-repeat;
	margin-left: 249px;
}

.flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 22px;
	text-align: center;
	z-index: 2;
	left: 50%;
	margin-left: -360px;
}

#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
	width: 0;
	height: 0;
}

#sliderTop .flex-control-nav li {
	background: transparent;
	padding: 0 1px;
}

.flex-control-paging li a {
	width: 13px;
	height: 13px;
	background: transparent;
	border: solid 1px #8583a9;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	border-radius: 0px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background: #8583a9;
}

#main {
	overflow: hidden;
}

.desktop .wow {
	visibility: hidden;
}

.mobile .wow {
	visibility: visible;
}


#home-1 {
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 101, 50, 1) 100%);
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

#home-1:before {
	display: block;
	content: "";
	background: url('../images/inicio/bgCollage.webp') center center no-repeat;
	background-size: 110% auto;
	height: 110%;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	/*animation: subirBajar 5s infinite alternate ease-in-out;*/
}

@keyframes subirBajar {
	from {
		margin-top: 0;
	}

	to {
		margin-top: -40px;
	}
}

@keyframes zoomGiro {
	from {
		opacity: 0;
		transform: scale(5) rotate(550deg);
	}

	to {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

#home-1 .collage .images img {
	/*filter: drop-shadow(5px 10px 8px rgba(0, 0, 0, 0.5));*/
}

#home-1 .collage {
	max-width: 1500px;
	margin: 0 auto
}

#home-1 .collage .images {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#home-1 .collage .cnt {
	position: relative;
	height: 100%;
}

#home-1 .collage figure {
	display: inline-block;
	position: absolute;
	/*opacity: 0;
	transform: scale(5) rotate(550deg);
    animation: zoomGiro 0.5s ease-out forwards*/
}

#home-1 .collage figure:nth-of-type(1) {
	right: 25.4%;
	top: 13px;
}

#home-1 .collage figure:nth-of-type(2) {
	left: 9.9%;
	top: 461px;
	animation-delay: 0.3s;
}

#home-1 .collage figure:nth-of-type(3) {
	right: 10.7%;
	top: 188px;
	animation-delay: 0.6s;
}

#home-1 .collage figure:nth-of-type(4) {
	left: 28.2%;
	top: 0;
	animation-delay: 0.9s;
}

#home-1 .collage figure:nth-of-type(5) {
	left: 11.5%;
	top: 10px;
	animation-delay: 1.2s;
}

#home-1 .collage figure:nth-of-type(6) {
	right: 9.1%;
	top: 3px;
	animation-delay: 1.5s;
}

#home-1 .collage figure:nth-of-type(7) {
	left: 36%;
	top: 240px;
	animation-delay: 1.8s;
}

#home-1 .collage figure:nth-of-type(8) {
	left: 22.2%;
	top: 253px;
	animation-delay: 2.1s;
}

#home-1 .collage figure:nth-of-type(9) {
	right: 10.2%;
	top: 379px;
	animation-delay: 2.4s;
}

#home-1 .text {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	max-width: 1450px;
	margin: 20px auto 70px;
	line-height: 1;
}

/*Inicio Catalogo*/
#catalogoInicio {
	padding-top: 34px;
	padding-bottom: 25px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(237, 101, 50, 1) 100%);
}

#catalogoInicio .bg {
	background-image: url('../images/inicio/catalogo/bg.webp');
	background-position: center 70%;
	background-repeat: no-repeat;
}

.titleGeneral {
	text-align: center;
	color: #fff;
	font-size: 204px;
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	text-shadow: 0 10px 15px rgba(255, 255, 255, 0.5);
	line-height: normal;
	padding: 300px 25px 0;
	font-weight: 600;
	display: block;
	transform: scaleY(0.7);
	text-align: center;
}

.titleGeneral>div strong {
	font-size: 273px;
	font-weight: inherit;
	display: block;
}

#tituloCatalogo {
	text-align: center;
	display: block;
}


.contentCatalogo .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 25px
}

.contentCatalogo .item {
	width: 50%;
	margin-bottom: 25px
}

.contentCatalogo .item img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}



#ubicacionInicio {
	padding-top: 34px;
	padding-bottom: 0;
	background: #ED6431;
	background: linear-gradient(0deg, rgba(237, 100, 49, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

#ubicacionInicio .bg {
	background-image: url('../images/inicio/ubicacion/bg.webp');
	background-position: center 90%;
	background-repeat: no-repeat;
}

#ubicacionInicio .container {
	max-width: 1742px;
}

#ubicacionInicio .titleGeneral {
	color: #f2632e;
	padding-top: 137px;
	margin-bottom: 24px;
}

#ubicacionInicio .row {
	display: flex;
	flex-wrap: wrap;
}

#ubicacionInicio .item {
	width: 50%;
	padding: 0 24px;
	margin-bottom: 140px
}

#ubicacionInicio article {
	position: relative;
	height: 100%;
}

#ubicacionInicio article:before {
	display: block;
	content: "";
	position: absolute;
	background: #FFF;
	left: 10px;
	right: 10px;
	top: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 18px;
	box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.4);
}

#ubicacionInicio .icon {
	position: absolute;
	top: -110px;
	left: 50%;
	margin-left: -70px;
	z-index: 2
}

#ubicacionInicio figure {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	border: solid 10px #ff6325;
	box-shadow: 0 9px 15px 5px rgba(0, 0, 0, 0.4);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

#ubicacionInicio figure img {
	display: block;
}

#ubicacionInicio .cntText {
	position: relative;
}

#ubicacionInicio .text {
	position: relative;
	z-index: 1;
	min-height: 103px;
	text-align: center;
	padding: 20px 25px;
	color: #000;
	font-family: "Montserrat", sans-serif;
}

#ubicacionInicio .sucursal {
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 10px
}

#ubicacionInicio .sucursal span {
	display: inline-block;
	border-bottom: solid 2px #000;
	padding-bottom: 5px;
	line-height: 1;
}

#ubicacionInicio .direccion {
	font-size: 20px;
}

#creditoInicio {
	background: #ED6431;
	background: linear-gradient(180deg, rgba(237, 100, 49, 1) 0%, rgba(255, 255, 255, 1) 60%);
	padding-top: 48px;
}

#creditoInicio .background {
	background: url('../images/inicio/credito/bg.webp') left bottom repeat-x;
}

#creditoInicio .logoCredito {
	margin: 0 auto;
	text-align: center;
}

#creditoInicio .logoCredito img {
	display: inline-block;
}

#creditoInicio .title {
	font-size: 63px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	max-width: 1110px;
	margin: 10px auto 45px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

#creditoInicio .title2 {
	font-size: 77px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	line-height: 1;
	color: #000;
	margin: 0 auto;
	margin-bottom: 25px;
	font-weight: 700;
}

#creditoInicio .title2>div {
	font-size: 88px;
}

#creditoInicio .row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
	max-width: 1250px;
	margin: 0 auto 35px;
}

#creditoInicio .row .col {
	width: 25%;
	height: 100%;

}

#creditoInicio .row .col img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#creditoInicio .row .col article {
	height: 100%;
}

#creditoInicio .row .col .text {
	text-align: center;
	font-size: 20px;
	color: #f2632e;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-weight: 600;
	margin-top: 10px;
}

.comenzarAhora {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


#garantia1 {
	background: #F2632E;
	background: linear-gradient(190deg, rgba(242, 99, 46, 1) 0%, rgba(232, 232, 232, 1) 50%, rgba(255, 255, 255, 1) 100%);
	padding-top: 48px;
}

#garantia1 .bg {
	background: url('../images/para-ti/bg.webp') 0 0 no-repeat;
}

#garantia1 .distribuidor {
	background: url('../images/para-ti/bgTop.webp') 0 0 no-repeat;
	border: solid 4px #FFF;
	border-radius: 4px;
	display: flex;
	padding: 30px;
	justify-content: space-between;
	min-height: 183px;
}

#garantia1 .distribuidor .izq {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

#garantia1 .distribuidor .text {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 56px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: underline;
	color: #FFF;
	font-style: italic;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#garantia1 .distribuidor .personaje {
	overflow: hidden;
	height: 175px;
	position: absolute;
	top: -30px;
	right: -200px;
}

#garantia1 .distribuidor .der {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-right: 185px;
}

#garantia1 .distribuidor .contacto {
	color: #FFF;
	font-size: 33px;
	line-height: 1;
	text-align: right;
	font-style: italic;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#garantia1 .distribuidor .contacto span {
	font-size: 39px;
	text-decoration: underline;
}

#garantia1 .distribuidor .qr {
	position: absolute;
	top: -46px;
	right: -34px;
	border: solid 8px #FFF;
	border-radius: 9px;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.3);
}

#garantia1 .distribuidor .qr img {
	display: block;
}

.contentGarantia1 {
	max-width: 1696px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.itemGarantia1 {
	width: calc(50% - 27px);
	margin-right: 54px;
	margin-bottom: 45px;
	background: url(../images/garantia/cristal.webp) center no-repeat;
	background-size: cover;
	padding: 40px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	border: solid 10px #FFF;
	position: relative;
	overflow: hidden;
}

.itemGarantia1:before {
	display: block;
	content: "";
	height: 40%;
	width: 100%;
	background: RGBA(242, 104, 53, 0.65);
	background: linear-gradient(139deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
	opacity: 0.2;
	transform: rotate(-40deg);
	position: absolute;
	z-index: 0;
	top: 60px;
	left: -100px;
}

.itemGarantia1:nth-child(2n + 2) {
	background: url(../images/garantia/cristal2.webp) center no-repeat;
	background-size: cover;
}

.itemGarantia1:last-child,
.itemGarantia1:nth-child(2n + 2) {
	margin-right: 0px;
}

.itemGarantia1.item1 {
	background: url(../images/para-ti/img1.webp) center no-repeat;
}

.itemGarantia1.item2 {
	background: url(../images/para-ti/img2.webp) center no-repeat;
}

.itemGarantia1.item3 {
	background: url(../images/para-ti/img3.webp) center no-repeat;
}

.itemGarantia1.item4 {
	background: url(../images/para-ti/img4.webp) center no-repeat;
}

.itemGarantia1 figure {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 311px;
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	background: RGBA(242, 104, 53, 0.65);
	background: linear-gradient(328deg, rgba(242, 104, 53, 0.65) 0%, rgba(246, 149, 113, 0.65) 100%);
}

.itemGarantia1 figure div.garantia1 {
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px;
}

.itemGarantia1 figure div.garantia1 img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.titleGarantia1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 31px;
	line-height: 1;
	letter-spacing: 0px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	font-style: italic;
}

.textoGaranta1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 17.82px;
	line-height: 1;
	letter-spacing: 0.25px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 8px;
	font-style: italic;
}

#sectionFinanciamiento {
	background: #F2632E;
	background: linear-gradient(190deg, rgba(242, 99, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding-top: 48px;
}

#formTop {
	background-size: cover;
	background-position: 0 -80px;
	position: relative;
	padding-bottom: 60px;
	padding-top: 20px;
}

.cntFormtTop {
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: solid 10px #FFF;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}

.titContacto1 {
	background: #FFF;
	font-family: "Lato";
	font-weight: 900;
	font-style: italic;
	font-size: 72px;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	color: #ff6224;
	position: relative;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 130px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 1;
}

#frmContacto {
	overflow: hidden;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	background: #E9C6B7;
	background: linear-gradient(180deg, rgba(233, 198, 183, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.cntfrmCont {
	max-width: 1115px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

#frmContacto .row {
	margin: 0 -10px;
}

#frmContacto div[class*="col-"] {
	padding: 0 10px;
}

#frmContacto .form-group {
	margin-bottom: 25px;
	position: relative;
}

#frmContacto .form-group label {
	color: #ff6224;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0px;
	width: 100%;
	margin-bottom: 8px;
}

#frmContacto .form-control {
	display: block;
	height: 46px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding-left: 23px;
	letter-spacing: 0.25px;
	background: #fff;
	color: #9d9d9d;
	background: #ebebeb;
	box-shadow: none;
	border: 0;
	position: relative;
	box-shadow: 4px 3px 9px 1px rgba(0, 0, 0, 0.2);
}

#frmContacto .textarea {
	padding-top: 16px;
	height: 114px
}

#frmContacto input[type=submit] {
	margin-left: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset] {
	display: inline-block;
	height: 33px;
	background: #ff6224;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0px;
	width: 93px;
	text-align: center;
	border-radius: 0px;
	margin-top: 22px;
}

#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover {
	opacity: .8
}

#frmContacto .error input,
#frmContacto .error textarea {
	border: solid 1px #000;
	background: rgba(255, 216, 217, 1.00);
	color: #000
}

.frmContacto input::-webkit-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto input:-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto input::-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto input:-ms-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto textarea::-webkit-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto textarea:-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto textarea::-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto textarea:-ms-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frmContacto input:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmContacto input:focus:-moz-placeholder {
	opacity: 0.5
}

.frmContacto input:focus::-moz-placeholder {
	opacity: 0.5
}

.frmContacto input:focus:-ms-input-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus:-moz-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus::-moz-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus:-ms-input-placeholder {
	opacity: 0.5
}

#frmContacto .has-error .form-control-feedback {
	line-height: 36px;
	height: 100%;
}

#frmContacto .has-error input {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.textChekAut {
	text-align: center;
	color: #ff6224;
	font-family: 'Lato', serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	position: relative;
}

.textChekAut label {
	font-weight: 900;
	position: relative;
	cursor: pointer;
	padding-left: 17px;
}

.textChekAut label i {
	font-style: normal;
}

.textChekAut input[type="checkbox"] {
	opacity: 0;
}

.textChekAut input[type="checkbox"]+span::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	width: 18px;
	height: 18px;
	border: solid 1px #ff6224;
	border-radius: 0px;
	background: transparent;
}

.textChekAut input[type="checkbox"]:checked+span::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 4px;
	width: 22px;
	height: 20px;
	border-radius: 0;
	background: url('../images/check2.png');
	z-index: 2;
}

#garantia2 {
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

.contentGarantia2 {
	background: url('../images/financiamiento/bg3.webp') center top no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 384px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.itemGarantia2 {
	width: 50%;
}

.itemGarantia2-1 {
	padding-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
}

.itemGarantia2-2 {
	width: 60%;
	height: 322px;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 39.29px;
	line-height: 0.9;
	letter-spacing: 0px;
	color: #b81327;
	text-transform: uppercase;
	text-align: justify;
}

.garantia2 {
	position: relative;
}

.titleGarantia2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 43px;
	margin-bottom: 0px;
	text-align: center;
	line-height: normal;
	color: #FFF;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

#garantia3 {
	background: url('../images/financiamiento/bg4.webp') center top no-repeat;
	background-size: cover;
	margin-top: -132px;
	padding-top: 132px;
}

.titleGarantia3 {
	color: #f2632e;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 35px;
}

.contentGarantia3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 103px;
	padding-bottom: 50px;
	max-width: 1670px;
	margin: 0 auto;
}

.itemGarantia3 {
	margin-right: 18px;
	margin-bottom: 55px;
}

.itemGarantia3:last-child {
	margin-right: 0px;
}

.itemGarantia3 img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	box-shadow: 20px 24px 25px 0 rgba(0, 0, 0, 0.45);
}

.titleGarantia3b {
	color: #f2632e;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 0.9;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 58px;
}

#textGarantia4 {
	background: url('../images/financiamiento/bg5.webp') center top no-repeat;
	background-size: cover;
	height: 116px;
	position: relative;
	box-shadow: 0px 30px 25px 1.25px rgba(0, 0, 0, 0.45);
}

#textGarantia5 {
	position: relative;
	background: #E7E4E3;
	background: linear-gradient(180deg, rgba(231, 228, 227, 1) 0%, rgba(213, 99, 53, 1) 80%, rgba(213, 99, 53, 1) 100%);
}

.logoFinanciamiento img {
	margin: 0 auto;
	max-width: 100%;
}


#financiamiento {
	padding-top: 84px;
	background: url('../images/financiamiento/bg.webp?') left top no-repeat;
}

#financiamiento .row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
}

#financiamiento .row .col {
	width: 25%;
	text-align: center;
	height: 100%;
}

#financiamiento .row .col article {
	height: 100%;
}

#financiamiento .row .col .text {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-weight: 600;
	margin-top: 10px;
	line-height: 1;
}

#financiamiento .comenzarAhora {
	height: 273px;
}

#financiamiento .imgCredito1 {
	margin-left: auto;
	margin-right: auto;
}

#financiamiento .textCredito1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 88px;
	line-height: 100px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	padding: 0 15px;
	padding-top: 70px;
}

#financiamiento .textCredito2 {
	color: #f2632e;
	font-family: "Montserrat", sans-serif;
	font-size: 110px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 0 15px;
	text-shadow:
		5px 5px 0 white,
		-5px -5px 0 white,
		5px -5px 0 white,
		-5px 5px 0 white,
		5px 5px 10px white,
		-5px -5px 10px white,
		5px -5px 10px white,
		-5px 5px 10px white;
}

#financiamiento .textCredito2 div {
	font-size: 102px;
}

#financiamiento .imgCredito2 {
	margin-left: auto;
	margin-right: auto;
}


/*Contacto*/


.bgHead {
	background: url('../images/contacto/bgHead.webp') center top no-repeat;
	height: 219px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
	border-bottom: solid 8px #FFF;
	position: relative;
	z-index: 1;
}

.bgHead .container {
	font-family: 'Lato';
	font-size: 68px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #FFF;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	font-style: italic;
}

#bgContact>.container {
	margin-top: 150px
}

#bgContact figcaption {
	position: absolute;
	top: 180px;
	left: 50%;
	display: none;
}

#bgContact figcaption>div {
	position: relative;
	background: transparent;
	margin-bottom: 32px;
}

#bgContact figcaption>div div {
	display: flex;
	align-items: center;
	font-family: 'Lato', serif;
	font-size: 46px;
	font-weight: 600;
	font-style: italic;
	color: #b81327;
	border-radius: 44px;
	height: 140px;
	width: 842px;
	padding-left: 144px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff url('../images/contacto/bgInput.webp') 0 0 no-repeat;
}

#bgContact figcaption>div:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	left: -20px;
	bottom: -20px;
	border-radius: 44px;
	z-index: 0
}

#bgContact figcaption>div div:before {
	display: inline-block;
	content: "";
	width: 94px;
	height: 94px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

#bgContact figcaption .divMail div:before {
	background: #fff url('../images/contacto/ico1.webp') 0 0 no-repeat;
}

#bgContact figcaption .divTel div:before {
	background: #fff url('../images/contacto/ico2.webp') 0 0 no-repeat;
}

#bgContact figcaption .divTel div {
	font-weight: 800
}

.footerContact {
	padding-bottom: 50px;
}

.footerContact div {
	border-top: solid 9px #d46234;
	border-bottom: solid 9px #d46234;
	background: #FFF;
	font-family: 'Lato', serif;
	font-size: 60px;
	color: #d46234;
	line-height: normal;
	text-align: center;
	padding: 10px 15px;
	font-weight: 600;
	font-style: italic;
	box-shadow: 0 35px 15px -5px rgba(0, 0, 0, 0.4);
}

.footerContact div span {
	display: inline-block;
	background: #fff url('../images/contacto/iconUbica.webp') 0 0 no-repeat;
	padding-left: 80px;
	height: 73px;
}


#bannerCategoria img {
	max-width: 100%;
}

#cntProductos {
	padding: 38px 39px 0;
}

#cntProductos .row {
	display: flex;
	flex-wrap: wrap;
}

#cntProductos .itemProd {
	width: 33.33333%;
	padding: 0 17px 50px;

}

#cntProductos .itemProd a {
	display: block;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#cntProductos .itemProd a:hover {
	transform: scale(0.95);
}

#cntProductos .itemProd img {
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
	max-width: 100%;
}

.preciosSujetos {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 31px;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: center;
	color: #f2632e;
	text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.1);
	padding: 25px 0;
}


#bannerProducto {
	position: relative;
	border-bottom: solid 15px #FFFFFF;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.65);
}

#bannerProducto .container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
}

#bannerProducto #textBanner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 10%;
}

#bannerProducto figure {}

#bannerProducto img {
	display: block;
	max-width: 100%;
}

#bannerProducto .title {
	position: relative;
	font-family: "Orbitron", sans-serif;
	font-weight: 600;
	font-size: 140px;
	line-height: 1;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.9),
		0px 5px 10px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

#bannerProducto .text {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	text-align: center;
}


#bannerProducto .textoTituloPrecio {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: 0px;
	color: #fff;
	text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
	margin: 50px 0 20px;
	text-align: center;
	line-height: normal;
}

#bannerProducto .precioProdDet {
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	border: solid 2px #fff;
	font-family: "Montserrat", sans-serif;
	text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
	font-weight: 900;
	font-size: 35px;
	line-height: 36.98px;
	letter-spacing: 0px;
	width: 100%;
	max-width: 634px;
	margin: 0 auto;
	border-radius: 18px;
}

#bannerProducto .coloresProd {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 37px;
	color: #FFF;
	line-height: 1;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 8px auto;
	font-style: italic;

}

#detalleProducto {
	background: #ED6532;
	background: linear-gradient(0deg, rgba(237, 101, 50, 1) 0%, rgba(238, 236, 235, 1) 100%);
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}

#detalleProducto .carretera {
	height: 343px;
	position: relative;
	background: url('../images/productos/carretera.webp') center bottom repeat-x;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.75);
	margin-bottom: 45px;
}

#detalleProducto .carretera figure {
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translateX(-50%);
}

#detalleProducto .carretera figure img {
	max-width: 100%;
}

#detalleProducto .tablaProd {
	padding: 0 15px;
}

#detalleProducto .tablaProd .img {
	padding: 10px;
	background: #EC3C11;
	background: linear-gradient(0deg, rgba(236, 60, 17, 1) 0%, rgba(253, 179, 83, 1) 100%);
	border-radius: 20px;
	overflow: hidden;
	max-width: 1765px;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.35);
	margin: 0 auto;
}

#detalleProducto .tablaProd figure {
	display: block;
	margin: 0 auto;
	overflow: scroll;
}

#detalleProducto .tablaProd figure img {
	display: block;
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.cntBtnAddCart {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.cntBtnsAddCantDet {
	position: relative;
	width: 465px;
	display: flex;
}

.cntBtnsAddCantDet a {
	display: flex;
	align-items: center;
	padding: 0 0 9px 75px;
	height: 102px;
	justify-content: center;
	font-size: 21px;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-weight: 800;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin-right: 37px;
	color: #f2632e;
}


.cntBtnsAddCantDet a:hover {
	text-decoration: none;
}

.cntBtnsAddCantDet.btn-addcart {
	background: url('../images/productos/btnCarrito.png') center no-repeat;
}

.cantidadProdc {
	position: relative;
	height: 96px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	display: inline-flex;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	background-color: #dcdcdc;
	border: none;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 45px;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
}

.number-input.detalleprev button {
	background-color: transparent;
	color: #252525;
	border: 0;
	height: 104px;
	margin: 0;
	padding: 0;
	width: 25px;
}

.number-input .minus,
.number-input .plus {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	color: #252525;
	border: 0;
	width: 27px;
	height: 44px;
	cursor: pointer;
	margin: 0;
	position: relative;
	color: var(--color-red);
	;
	font-size: 19px;
}

.number-input.detalleprev .quality {
	width: 100px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.number-input button::before,
.number-input button::after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 14px;
	height: 4px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.number-input button.plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input button:hover::before,
.number-input button:hover::after {
	background-color: #fff;
}

.number-input input[type=number] {
	font-family: 'Lato';
	max-width: 36px;
	padding: .5rem;
	background: #dcdcdc;
	font-size: 15px;
	color: #2d2c2c;
	height: 45px;
	font-weight: 400;
	text-align: center;
}

.number-input.detalleprev input[type=number] {
	height: 100%;
	width: 32px;
	max-width: 50px;
	background: transparent;
	color: #fff;
	font-weight: 800;
	font-family: 'Saira', sans-serif;
	font-size: 21px;
	padding: 0;
	margin: 0;
}

.number-input .qty {
	font-family: 'Saira', sans-serif;
	max-width: 50px;
	padding: .5rem;
	background: #fff;
	font-size: 29px;
	letter-spacing: -0.15px;
	color: var(--color-red);
	;
	height: 44px;
	border-top: 0;
	border-bottom: 0;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	border-top: 0;
}


/*===========================*/

#textCarrito1 {
	padding-bottom: 110px;
	background: url("../images/carrito/bg.webp") center top no-repeat;
	background-size: cover;
}

.textCarritoDet1 {
	background: url("../images/metodos/fcristal.webp") top center no-repeat;
	background-size: cover;
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 110px;
	padding-left: 15px;
	padding-right: 15px;
}

.cntFormCarrito1 {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.titleCarrito1-a {
	color: #FFF;
	font-family: "Orbitron", sans-serif;
	font-size: 60px;
	letter-spacing: 0px;
	font-weight: 600;
	line-height: 0.85;
	text-align: center;
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 1);
	padding: 50px 0;
}

.titleCarrito1-a>div {
	font-size: 172px;
}

.titleDetProd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 57px;
	margin-bottom: 32px;
	background: #fff;
	color: #ff6936;
	clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 49px 50%, 0px 0px);
}

.itemDetProd1 {
	height: 90px;
	display: flex;
	align-items: center;
	color: #ff6936;
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 27.92px;
	line-height: 34px;
	letter-spacing: 0px;
	padding-left: 0px;
	padding-right: 20px;
	position: relative;
}

.itemDetProd1 strong {
	font-weight: 900;
}

.itemDetProd2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff6936;
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	font-size: 23.64px;
	line-height: 29px;
	letter-spacing: 0px;
	font-style: italic;
	padding-right: 12px;
}

.btnCredito2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff6936;
}

.btnCredito2:hover,
.btnCredito2:focus {
	text-decoration: none;
	opacity: 0.9;
	color: #ff6936;
}

.itemDetProd2 img {
	margin-left: 10px;
}


#loading {
	background-size: 60% auto;
	display: block;
	width: 100px;
	height: 100px;
	position: fixed;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	z-index: 99999 !important;
}

.basic-spinner {
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/site-spinner-240.png);
	width: 100px;
	height: 100px;
	-webkit-animation: full-rotation 1s infinite linear;
	-moz-animation: full-rotation 1s infinite linear;
	animation: full-rotation 1s infinite linear
}

.basic-spinner.isHidden {
	display: none
}

.ua-ie-7 .basic-spinner,
.ua-ie-8 .basic-spinner,
.ua-ie-9 .basic-spinner {
	background-image: url(../images/site-spinner-100.gif)
}

@-webkit-keyframes full-rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

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

@-moz-keyframes full-rotation {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes full-rotation {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes full-rotation {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}


#carrito {
	padding: 25px 10px;
	border: 0;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	border-radius: 0 0 10px 10px;
}

.contentCart {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.itemCart1 {
	width: calc(100% - 370px);
	padding-right: 15px;
	padding-left: 15px;
}

.itemCart2 {
	padding-top: 0;
	width: 370px;
	padding-left: 15px;
	padding-right: 15px;
}

#carrito td {
	vertical-align: middle;
}

#carrito td.delItem {
	padding-right: 0;
	padding-left: 0px;
	width: 36px;
}

.encabezado {
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	color: #ff6936;
	letter-spacing: 0px;
	line-height: 28px !important;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

.foto-producto {
	width: 60px;
	margin-left: 0;
	margin-right: 0px;
}

.precioP {
	color: var(--color-red);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 400;
}

.precioPT {
	color: var(--color-red);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: left;
}

.titlepC {
	text-align: left;
	padding-left: 0px !important;
}

.totalrc {
	text-align: right;
}

.resumen {
	vertical-align: bottom;
	border-bottom: 0;
	padding: 8px;
	line-height: 1.42857143;
	margin-bottom: 20px;
}

.centro {
	padding-top: 8px;
}

.title1 {
	color: #ff6936;
	font-family: "Montserrat", sans-serif;
	font-size: 29px;
	font-style: italic;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: left;
}

.title1.nota {
	color: #ff6936;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: left;
	padding-right: 25px;
	margin-bottom: 5px;
	max-width: 330px;
}

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

.carrito .title2 {
	color: var(--color-red);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: left;
}

.carrito .title3 {
	line-height: 23px;
}

.p-envio {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #9d9d9d;
	padding: 10px 0;
}

.rowcart {
	padding: 2px !important;
}

.icoEliminar {
	cursor: pointer;
}

.table>tbody>tr>td {
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 29px;
	line-height: 1;
	color: var(--color-red);
}

.table>tbody>tr:last-child {
	border-bottom: 0;
}

.table>thead>tr>th {
	border-bottom: 0;
}

.informacionCart .row {
	position: relative;
	padding: 8px 0;
}

.nombreP {
	text-align: left;
	text-transform: uppercase;
}

.informacionCart .row.border::before {
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: 0.8px;
	bottom: 0;
	left: 15px;
	background: #a0a0a0;
	opacity: 0.3;
}

.btn-seguir,
.btn-continuar {
	width: 100%;
	color: #ffffff;
	height: 69px;
	border: 0;
	border-radius: 0;
	line-height: 33px;
	font-family: "Montserrat", sans-serif;
	font-size: 29px;
	font-weight: 600;
	font-style: italic;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
	padding-right: 20px;
	clip-path: polygon(100% 0px, calc(100% - 20px) 100%, 0% 100%, 0 0);
}

.btn-seguir {
	background: transparent;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 2px;
	color: #ea6935;
	border: solid 1px #e8152f;
	position: relative;
	margin-left: -2px;
	clip-path: polygon(100% 0px, calc(100% - 22px) 100%, 0% 100%, 0 0);
}

.btn-seguir:hover,
.btn-seguir:focus {
	opacity: 1;
	color: #fff;
	background: #ea6935;
}

.btn-continuar {
	background: #ea6935;
	border: solid 1px #ea6935;
	color: #ffffff;
}

.btn-continuar:hover,
.btn-continuar:focus {
	opacity: 0.85;
	color: #fff;
	background: #ea6935;
}

.table>tbody>tr>th {
	padding: 15px 8px;
}

.beforebtnSeguir {
	position: relative;
}

.beforebtnSeguir::before {
	content: '';
	position: absolute;
	top: -2px;
	right: 13px;
	width: 1px;
	height: 106%;
	background: #d46234;
	z-index: 2;
	transform: rotate(19deg);
}

.contentBottomCarrito {
	display: flex;
	align-items: flex-start;
	padding-left: 0px;
	margin-top: 32px;
}

.itemBottomCarrito1 {
	width: 332px;
	height: 266px;
	background: #ea6935;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0px 47px, 71px 0%);
}

.itemBottomCarrito2 {
	width: calc(100% - 332px);
	color: var(--color-red);
	;
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
	font-style: italic;
}

.titleBottomCart1-1 {
	margin-bottom: 22px;
}

.titleBottomCart1-1 a {
	position: relative;
	width: 738px;
	height: 118px;
	background: #ea6935;
	border: solid 1px #ea6935;
	display: flex;
	align-items: center;
	clip-path: polygon(100% 0px, 100% calc(100% - 30px), calc(100% - 43px) 100%, 0% 100%, 0px 0px);
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 38px;
	line-height: 1;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
	padding-left: 20px;
	font-style: italic;
}

.titleBottomCart1-1 a div {
	width: 100%;
	height: 100%;
	background: #ea6935;
	clip-path: polygon(100% 0px, 100% calc(100% - 29px), calc(100% - 42px) 100%, 0% 100%, 0px 0px);
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 20px;
}

.titleBottomCart1-1 a div img {
	margin-right: 11px;
}

.titleBottomCart1-1 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 39px;
	height: 100%;
	background: #b32406;
	opacity: 0.7;
	z-index: 2;
}

.titleBottomCart1-2 {
	background: #d46234;
	height: 126px;
	position: relative;
	padding-left: 52px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
}

.titleBottomCart1-2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 100%;
	background: #b32406;
	opacity: 1;
	z-index: 2;
}

.titleBottomCart1-2 div {
	max-width: 960px;
}

.cntBottomCarrito2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	height: 479px;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 100, 47, 1) 100%);
	margin-top: 10px;
}

.cntBottomCarrito2 .fig1 {
	margin-bottom: 30px
}

#formulario .table>tbody>tr>td:nth-child(1) {
	padding-left: 0px;
}

.contentFrmResumen {
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 18px;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	color: #ff6936;
}

.titleFrmResumen {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
	padding-bottom: 8px;
}

.titleFrmResumen strong {
	display: block;
	font-weight: 900;
}

.frmResumenP {
	overflow: hidden;
}

.frmResumenP .row {
	margin: 0 -9px;
}

.frmResumenP div[class*="col-"] {
	padding: 0 9px;
}

.frmResumenP .form-group {
	margin-bottom: 16px
}

.frmResumenP .form-control {
	display: block;
	height: 48px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	color: #616161;
	box-shadow: inset 0 1px 1px transparent !important;
	border: solid 1px #b81327;
}

.frmResumenP .textarea {
	height: 101px;
	padding-top: 12px;
}

.frmResumenP input[type=submit] {
	line-height: 33px;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 900;
	font-style: italic;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.frmResumenP input[type=submit]:hover,
.frmResumenP input[type=reset]:hover {
	opacity: 0.85;
	color: #fff;
}

.frmResumenP .error input,
.frmResumenP .error textarea {
	border: solid 1px #000;
	background: rgba(255, 216, 217, 1.00);
	color: #000
}

.frmResumenP input::-webkit-input-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP input:-moz-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP input::-moz-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP input:-ms-input-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP textarea::-webkit-input-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP textarea:-moz-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP textarea::-moz-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP textarea:-ms-input-placeholder {
	color: #babdc6;
	opacity: 1;
}

.frmResumenP input:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmResumenP input:focus:-moz-placeholder {
	opacity: 0.5
}

.frmResumenP input:focus::-moz-placeholder {
	opacity: 0.5
}

.frmResumenP input:focus:-ms-input-placeholder {
	opacity: 0.5
}

.frmResumenP textarea:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmResumenP textarea:focus:-moz-placeholder {
	opacity: 0.5
}

.frmResumenP textarea:focus::-moz-placeholder {
	opacity: 0.5
}

.frmResumenP textarea:focus:-ms-input-placeholder {
	opacity: 0.5
}

.frmResumenP .has-error .form-control-feedback {
	line-height: 36px;
	height: 100%;
}

.frmResumenP .has-error input {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.titleFrmResumen2 {
	padding-top: 22px;
}

.dondeenvio {
	display: flex;
	padding-left: 0px;
	margin-top: 20px;
	text-align: left;
	align-items: center;
}

.dondeenvio1 {
	margin-top: 38px;
}

.dondeenvio2 {
	margin-bottom: 28px;
}

.textChekEnvio {
	text-align: left;
	color: #ff6936;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 25px;
	position: relative;
}

.textChekEnvio label {
	font-weight: 900;
	position: relative;
	cursor: pointer;
	padding-left: 48px;
	line-height: 48px;
}

.textChekEnvio input[type="radio"] {
	opacity: 0;
}

.textChekEnvio input[type="radio"]+i::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url('../images/cuadro.png');
}

.textChekEnvio input[type="radio"]:checked+i::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	width: 28px;
	height: 26px;
	background: url('../images/check.png');
	z-index: 2;
}

.cntchek {
	width: 320px;
}

.dondeenvio ul {
	margin-left: 19px;
}

.infoenvio {
	font-weight: 400;
	font-size: 16px;
	padding-left: 6px;
	width: calc(100% - 278px);
}

.infoenvio1-1 {
	padding-left: 28px;
}

.contentCarrito {
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	color: #ff6936;
	margin-top: 0px;
}

.contentCarrito .titleFrmResumen {
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
}

.titleFrmResumen2b {
	margin-top: 30px;
}

.cntDocumento {
	border: solid 3px #ff6936;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 43px;
}

.cntInstruciones {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
	padding-bottom: 4px;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 10px;
	font-style: italic;
}

.titleDoc {
	font-family: "Montserrat", sans-serif;
	display: block;
	font-weight: 900;
	padding-bottom: 2px;
}

#upIne,
#upDom {
	position: relative;
}

.btn-subir {
	position: relative;
	height: 45px;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	justify-content: center;
	background: #ff6936;
}

.btn-subir strong {
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
}

.mf_upload_m {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mf_upload_m form,
.mf_upload_m form input {
	height: 100%;
	width: 100%;
}

.mf_upload_m form input {
	opacity: 0;
	cursor: pointer;
}

.colFrmResumenEnvio {
	display: none;
}

.cntCirclesForm {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 38px;
}

.cntFomr-2 {
	padding-bottom: 5px;
}

.contenMetodosPago1 {
	padding-left: 20px;
	padding-right: 18px;
	color: #b81327;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
}

.imprimir {
	font-weight: 700;
	font-family: "SupremeLLTT Bold";
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #b81327;
	margin-right: 30px;
}

.titleMetodosPago1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.titleMetodosPago1 div:last-child {
	color: #fff;
	background: #182863;
	padding: 12px 74px 12px 50px;
	clip-path: polygon(100% 0px, calc(100% - 40px) 100%, 0% 100%, 0 0);
}

.contenMetodosPago2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 37px;
	margin-bottom: 42px;
}

.itemMetodoPago2 {
	width: calc(50% - 10px);
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.itemMetodoPago2:nth-child(2n + 2) {
	margin-right: 0
}

.itemMetodoPago2 div:first-child {
	width: 65px;
	margin-right: 3px;
	background: #182863;
	padding-left: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	height: 40px;
	display: flex;
	align-items: center;
}

.itemMetodoPago2 div:last-child {
	width: calc(100% - 68px);
	border: solid 1px #0095ff;
	padding-left: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	height: 40px;
	display: flex;
	align-items: center;
}

.textoMetPag3 {
	margin-right: 25px;
}

.rowMetosCnt {
	padding: 0 20px;
}

.rowmetodos {
	padding-top: 68px;
}

.rowmetodos div[class*="col-"] {
	margin-bottom: 65px;
}

.bgMetodo {
	max-width: 413px;
	height: 240px;
	position: relative;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.metodo1 {
	background: url('../images/metodos/metodo1.png') center no-repeat;
	background-size: cover;
}

.metodo3 {
	background: url('../images/metodos/metodo3.png') center no-repeat;
	background-size: cover;
}

.bgMetodo a {
	display: block;
	position: absolute;
	background: #ffffff;
	width: 200px;
	height: 40px;
	bottom: 20px;
	left: calc(50% - 100px);
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
}

.bgMetodo a:hover,
.bgMetodo a:focus {
	opacity: 0.9;
}

.contentBottomCarrito-metodos {
	margin-top: 5px;
}

.titleMetodosPago1-1a {
	margin-top: 0px;
	margin-bottom: 60px;
}

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

.itemBancario1 {
	margin-right: 40px;
}

.titleDetPago3 {
	margin-bottom: 30px;
	margin-top: 34px;
	background: #182863;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0px;
	padding: 17.5px 10px;
}

.baseFont {
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	color: #FC693A;
	padding-left: 20px;
	padding-right: 55px;
}

.titleFrmResumen .tit2 {
	font-size: 22px;
	line-height: 30px;
}

.titleFrmResumen .folio {
	font-family: "Montserrat", sans-serif;
	line-height: 40px;
	display: inline-block;
	background: #FC693A;
	color: #fff;
	padding-left: 10px;
	padding-right: 12px;
	font-size: 20px;
	font-weight: 900;
}

.cntDatosComprador {
	padding-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.itemDatCom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 30px;
	width: 100%;
	margin-right: 0px;
}

.titleDatCom1 {
	font-family: "Montserrat", sans-serif;
	width: 90px;
	height: 48px;
	background: #FC693A;
	position: relative;
	margin-right: 9px;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
	line-height: 48px;
	padding-left: 6px;
}

.titleDatCom2 {
	width: calc(100% - 99px);
	font-size: 15px;
	padding-left: 8px;
	padding-right: 8px;
	color: #FC693A;
	line-height: 46px;
	border: solid 1px #FC693A;
}

.itemDatCom:nth-child(2n + 2),
.itemDatCom:last-child {
	margin-right: 0px;
}

.cntBottomCarrito2a {
	align-items: center;
}

#accesoriosRefacciones {
	background: url('../images/accesorios/bg1.webp') center no-repeat;
	background-size: cover;
}

#accesoriosRefacciones img.imgprox {
	margin-left: auto;
	margin-right: auto;
}

#textContacto1 {
	padding-top: 22px;
}

#tcontacto1 {
	background: url('../images/contacto/bgcristal.webp') center no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}

.logocontacto1 {
	margin-left: auto;
	margin-right: auto;
}

#tcontacto2 {
	background: #fff;
	position: relative;
}

#tcontacto2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url('../images/contacto/qr.webp') top center no-repeat;
	background-size: cover;
	height: 300px;
	z-index: 2;
}

.cntContacto2 {
	display: flex;
	height: auto;
	position: relative;
	flex-wrap: wrap;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 340px;
}

.itemContacto2a {
	width: 100%;
	padding-top: 90px;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

.itemContacto2b {
	width: 100%;
	padding-top: 45px;
	display: inline-flex;
	justify-content: center;
	position: relative;
}

.titleContacto2-2 {
	position: relative;
}

.titleContacto2-2::before,
.titleContacto2-2::after {
	content: '';
	position: absolute;
	top: -85px;
	left: calc(50% - 219px);
	width: 438px;
	height: 63px;
	background: url('../images/contacto/before.png') center no-repeat;
	background-size: cover;
}

.titleContacto2-2::after {
	top: auto;
	bottom: -85px;
	background: url('../images/contacto/after.png') center no-repeat;
	background-size: cover;
}

.cntRedesCont2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "SupremeLLTT Bold";
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	line-height: 0.9;
	letter-spacing: 0px;
	color: #000000;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.cntRedesCont2 a {
	margin-right: 8px;
}

.titleCont2b {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0px;
	color: #383c43;
	margin-bottom: 10px;
	padding-bottom: 12px;
	position: relative;
}

.titleCont2b::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000928;
}

.titlecont2c {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 0.9;
	letter-spacing: 0px;
	color: #383c43;
}

.imgcont22a {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 270px;
}

.textodirCont2a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0px;
	color: #000000;
}

.textodirCont2a img {
	margin-right: 10px;
}

#imgCarrito img {
	filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.5));
}