@charset "utf-8";
* {
  outline: none !important;
}
html {
  height: 100%;
}
body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #616161;
  min-width: 320px;
  margin: auto;
  background: #fff;
  line-height: 19px;
  overflow-x: hidden;
}
@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: "SupremeLLTT Regular";
  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: "SupremeLLTT Black";
  src: url("../fonts/SupremeLLTT-Black.ttf");
}
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%;
  z-index: 3;
  height: 200px;
  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: 2;
  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: #005154;
  width: 24px;
}
#redes a.fb svg {
  width: 21px;
}
.mailTop a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "SupremeLLTT Medium";
  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);
}
#menu {
  margin: auto;
  height: 68px;
  text-align: center;
  display: none;
}
#menu > ul {
  margin: 0;
  display: inline-block;
}
#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: 15.51px;
  font-family: "SupremeLLTT Medium";
  font-weight: 500;
  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: 22px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  z-index: 0;
  background: #6a9117;
  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 > ul > li.active > a {
  color: #6a9117;
}
#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-family: "SupremeLLTT Medium";
  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;
}
.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-family: "SupremeLLTT Medium";
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}
.btnCart img {
  width: 35px;
  margin-right: 16px;
}
.btnCart:hover,
.btnCart:focus {
  text-decoration: none;
  color: #000;
  opacity: 0.85;
}

/*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: 0.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;
}
/* Esto se modificara a futuro */
.sliderCntTop {
  position: relative;
}
.btnNavCarousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.btnNavCarousel:hover {
  opacity: 0.8;
}
.btnNavCarousel.btnPrev {
  left: 0px;
}
.btnNavCarousel.btnNext {
  right: 0px;
}
.btnNavCarousel img {
  display: block;
  max-width: 60px;
  height: auto;
}
/* Esto se modificara a futuro */
#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;
}
#fondoPrincipal {
  background: #00d0c7;
}
#inicioCarousel {
  padding-top: 147px;
  padding-bottom: 216px;
  background: url("../images/carousel/bgCarousel.webp") top center;
  background-size: cover;
}
.contenCarouselImg {
  max-width: 1818px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(3px 8px 15px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(3px 8px 15px rgba(0, 0, 0, 0.4));
}
.contenCarouselImg .swiper-horizontal {
  padding: 0 100px;
}
.swiper-button-next,
.swiper-button-prev {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next {
  background: url("../images/carousel/next.png?v3") center no-repeat;
  background-size: contain;
}
.swiper-button-prev {
  background: url("../images/carousel/prev.png?v3") center no-repeat;
  background-size: contain;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 0;
  margin-left: 0px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 0px;
  margin-left: 0px;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  position: relative;
  z-index: 1;
}
.swiper-slide-active {
  z-index: 10;
}
.swiper-slide div {
  max-width: 487px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/* Imagen principal */
.swiper-slide div img.carousel-img {
  border: solid 15px hsla(252, 100%, 7%, 0.253);
  box-shadow: 0 1px 10px 2px rgba(255, 255, 255, 0.315);
  display: block;
  position: relative;
  z-index: 2;
}

.swiper-slide-active div {
  padding-bottom: 0px;
}

#catalogo {
  padding-top: 34px;
  padding-bottom: 25px;
  background: url(../images/productos/bgnew.webp) center top no-repeat;
  background-size: cover;
}
.logoCatalogo {
  background-color: rgb(0, 83, 86);
  box-shadow: 0px 20px 17.82px 0.18px rgba(56, 56, 56, 0.18);
  width: 220px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.titleSubcategoria {
  background-color: rgb(0, 83, 86);
  box-shadow: 0px 20px 17.82px 0.18px rgba(56, 56, 56, 0.18);
  width: 450px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  mix-blend-mode: hard-light;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
}
.titleCatalogo1A {
  margin-top: 40px;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}
.titleCatalogo1B {
  margin-top: 6px;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.cntCatalogo2 figure {
  height: 139px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
.cntCatalogo2.cta2ListProds figure {
  background-position: left center !important;
}
.cntCatalogo2 {
  margin-bottom: 20px;
}
.catalogo2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.catalogo2 .cntCatalogo2 {
  width: calc(50% - 20px);
}
.catalogo2 .cntCatalogo2:nth-child(2n + 2) {
  width: calc(50% + 20px);
}
.catalogo2 .cntCatalogo2 figure {
  padding-right: 15px;
}
.cntCatalogo2 .mas img {
  width: auto;
  width: 100px;
}
#ubicacion {
  background: url("../images/ubicacion/bg.webp") center top no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
}

.contentUbicacionNew {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 15px;
  text-align: center;
}

.bgCollageMotos {
  position: relative;
  width: 100%;
}

.bgCollageMotos img {
  width: 100%;
  height: auto;
  display: block;
}

.btnVerCatalogo {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 45%;
  z-index: 10;
}

.btnVerCatalogo img {
  width: 100%;
  height: auto;
  display: block;
}

.btnVerCatalogo a {
  display: block;
  transition: transform 0.3s ease;
}

/* .contentUbicacion1{
	max-width: 1725px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.itemUbicacion1{
	width: calc(50% + 138px);
	padding-right: 40px;
	font-family: "SupremeLLTT Medium";
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-shadow: 3px 4px 3px rgba(53, 53, 53, 0.3);
}
.itemUbicacion2{
	width: calc(50% - 138px);
}
.logoUbicacion1{
	margin-bottom: 34px;
} */
.imgmotoUbi1 {
  margin-top: 10px;
}
#credito {
  background: url("../images/financiamiento/bgnew.webp") center top no-repeat;
  background-size: cover;
  padding-top: 43px;
  padding-bottom: 49px;
}
.imgCredito1 {
  margin-left: auto;
  margin-right: auto;
}
.textCredito1 {
  font-family: "SupremeLLTT Medium";
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.textCredito2 {
  font-family: "SupremeLLTT Black";
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 20px;
}
.textCredito2 div {
  font-size: 40px;
}
.imgCredito2 {
  margin-left: auto;
  margin-right: auto;
}
.btnCredito {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(0, 82, 85);
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.23);
  width: 400px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 49px;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 30px;
  line-height: 49px;
  letter-spacing: 0px;
  color: #fff;
  mix-blend-mode: hard-light;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
}
.btnCredito:hover,
.btnCredito:focus {
  text-decoration: none;
  color: #fff;
  mix-blend-mode: normal;
}

/*redessociales*/

#redesSociales {
  background: url("../images/redessociales/bg.webp") center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
#redesSociales .containerRedes {
  max-width: 1890px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#redesSociales .tituloRedes {
  text-align: center;
  margin-bottom: 55px;
}
#redesSociales .tituloRedes h2 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.7);
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#redesSociales .tituloRedes h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5);
}

#redesSociales .contentRedesSociales {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#redesSociales .itemRedSocial {
  width: 20%;
  padding: 10px;
}
#redesSociales .tarjetaRed {
  width: 100%;
  height: 100%;
  position: relative;
}
#redesSociales .tarjetaRed img.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
#redesSociales .iconosRedes {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#redesSociales .iconosRedes a {
  margin: 0 1px;
  display: inline-block;
}
#redesSociales .iconosRedes a img {
  width: 60px;
  height: auto;
  display: block;
}
#redesSociales .iconosRedes a:hover {
  opacity: 0.8;
}
#redesSociales .btnUbicanos {
  text-align: center;
  margin-top: 40px;
}
#redesSociales .btnUbicanos a {
  display: inline-block;
}
#redesSociales .btnUbicanos img {
  max-width: 300px;
  height: auto;
}
#redesSociales .btnUbicanos a:hover {
  opacity: 0.9;
}

#bajarSl {
  margin-top: 200px;
}
body[data-page="2"],
body[data-page="3"],
body[data-page="4"],
body[data-page="5"],
body[data-page="6"] {
  background: #00d0c7;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  background-color: rgb(1, 49, 57);
  top: 0px;
  left: 0;
  width: 100%;
  height: 132px;
  z-index: 2;
  mix-blend-mode: hard-light;
}

body[data-page="1"]::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgb(2, 47, 88),
    rgba(0, 22, 66, 0.7),
    rgb(0, 2, 50)
  );
  top: 0px;
  left: 0;
  width: 100%;
  height: 132px;
  z-index: 2;
  mix-blend-mode: hard-light;
}

#textCatalogos1 {
  background: url("../images/productos/portadas/bg.webp") center top no-repeat;
  background-size: cover;
  padding-bottom: 33px;
}
.portadaLogoCat {
  padding-top: 72px;
  padding-bottom: 97px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.titCategorias1 {
  font-family: "SupremeLLTT Black";
  font-size: 100px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.93;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.titCategorias2,
.titCategorias3 {
  font-family: "SupremeLLTT Black";
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.titCategorias4 {
  font-family: "SupremeLLTT Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}
.preciosSujetos {
  font-family: "SupremeLLTT Bold";
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.catalogo2-2 {
  padding-bottom: 85px;
}
.contentCategorias1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 55px;
  padding-bottom: 100px;
}
.itemProductos1 {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 45px;
}
.itemProductos1:nth-child(2n + 2) {
  margin-right: 0px;
}
.itemProductos1:last-child {
  margin-right: 0;
}
.itemProductos1 a {
  max-width: 582px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  overflow: hidden;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
}
.itemProductos1 a:hover,
.itemProductos1 a:focus {
  text-decoration: none;
}
.itemProductos1 figure {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
}
.itemProductos1 figure img {
  max-height: 100%;
}
.itemProductos1 figure img.sinfoto {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8));
}
.itemProductos1 .precioProd {
  box-shadow: 0px -13px 43px 0px rgba(0, 0, 0, 0.3);
  height: 80px;
  padding-left: 20px;
  padding-right: 80px;
  font-family: "SupremeLLTT Medium";
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #005356;
  padding-top: 10px;
  position: relative;
}
.itemProductos1 .precioProd::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 20px;
  background: url("../images/productos/iconos/flecha.png") center no-repeat;
  background-size: contain;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: -9px 0px 8px 1px rgba(56, 56, 56, 0.14);
}
.nombreMoto {
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.precioMoto {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}
#textDetallesProducto1 {
  background: url("../images/productos/bgdetalles.webp") top center no-repeat;
  background-size: cover;
  padding-bottom: 58px;
}
#detalles1 {
  background: url("../images/productos/cristal-fondo.webp") top center no-repeat;
  background-size: cover;
}

.cntdetalles1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 28px;
  padding-bottom: 55px;
}
.itemDet1a {
  width: 100%;
  padding-top: 40px;
}
.itemDet1b {
  width: 100%;
  padding-top: 60px;
}
.textCntDescrp1 {
  padding-left: 13px;
  padding-right: 13px;
}
.titulodelProductoDet {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  line-height: 0.85;
  letter-spacing: 0px;
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.descripcionMoto1 {
  font-family: "SupremeLLTT Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
  margin-top: 10px;
}
.textoTituloPrecio {
  font-family: "SupremeLLTT Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
  margin-top: 25px;
  margin-bottom: 18px;
}
.precioProdDet {
  max-width: 580px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
  font-family: "SupremeLLTT Black";
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
  font-weight: 900;
  font-size: 35px;
  line-height: 36.98px;
  letter-spacing: 0px;
}
.itemManual1 {
  display: flex;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-end;
  text-decoration: underline;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
}
.itemManual1 img {
  margin-left: 12px;
  filter: drop-shadow(10px 15px 30px rgba(255, 255, 255, 0.2));
  -webkit-filter: drop-shadow(10px 15px 30px rgba(255, 255, 255, 0.2));
}
.itemManual1a {
  margin-top: 43px;
  margin-bottom: 18px;
}
.textNotaDet1 {
  margin-top: 40px;
  font-family: "SupremeLLTT Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
}
.coloresDisponibles {
  position: relative;
  text-align: center;
}
.coloresDisponibles .tit {
  font-family: "SupremeLLTT Medium";
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
  text-align: center;
  padding-bottom: 17px;
  padding-top: 37px;
}
.coloresDelProducto {
  display: inline-flex;
}
.colorActual {
  margin-right: 42px;
}
.colorActual img {
  width: 55px;
}
.colorActual:last-child {
  margin-right: 0px;
}
#detalles2 {
  background: url("../images/productos/bg2.png") top center no-repeat;
  background-size: cover;
  box-shadow: 0 1px 20px 6px rgba(255, 255, 255, 0.35);
  position: relative;
}
.conteDetalles2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 17px 0;
}
.itemDet2 {
  position: relative;
  font-family: "SupremeLLTT Medium";
  font-weight: 500;
  color: #005255;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
  max-width: 350px;
  margin: 15px 30px;
}
.itemDet2 .text1 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 24px;
  line-height: 0.9;
  letter-spacing: 0px;
}
.itemDet2.cforce-1000-overland .text1 {
  font-size: 16px;
}
.itemDet2 .text2 {
  padding-top: 15px;
}
.contentDetalles3 {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: center;
  padding-top: 44px;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
.itemDet3a {
  width: 100%;
  padding-left: 0px;
  padding-top: 15px;
}
.itemDet3b {
  padding-top: 35px;
  width: 100%;
  padding-left: 0px;
}
.titleDetalles3 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 35px;
  line-height: 0.9;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
.carouselEspecifi {
  background: url(../images/productos/cristal3.webp) center no-repeat;
  background-size: cover;
  height: 520px;
  position: relative;
  box-shadow: 0px 47px 61.38px 0.62px rgba(56, 56, 56, 0.18);
}
.cntEspecificacionesDet,
.carouselEspecifi .bx-wrapper,
.carouselEspecifi .bx-viewport,
#caroucelEspecificaciones,
#caroucelEspecificaciones li {
  height: 100%;
}
.especificacion {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 22px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 67px;
  font-family: "SupremeLLTT Medium";
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  text-align: left;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
}
.especificacion .tit {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 27px;
}
.carouselEspecifi .bx-wrapper .bx-controls-auto,
.carouselEspecifi .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 18px;
  width: 100%;
}
.carouselEspecifi .bx-wrapper .bx-pager.bx-default-pager a.active,
.carouselEspecifi .bx-wrapper .bx-pager.bx-default-pager a:focus,
.carouselEspecifi .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #005356;
}
.carouselEspecifi .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.cntBtnAddCart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cntBtnsAddCantDet {
  display: flex;
  align-items: center;
}
.btn-aCarrito {
  padding-left: 36px;
  padding-right: 79px;
  display: flex;
  align-items: center;
  color: #444444;
  font-family: "Saira", sans-serif;
  font-weight: 900;
  font-size: 35px;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 546px;
  height: 104px;
  background: #fff;
  border: solid 0px #424242;
  border-right: 0;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  clip-path: polygon(100% 0px, calc(100% - 104px) 100%, 0% 100%, 0 0);
}
.btn-aCarrito img {
  margin-right: 20px;
}
.btn-aCarrito:hover,
.btn-aCarrito:focus {
  cursor: pointer;
  text-decoration: none;
  color: #444;
  opacity: 0.8;
}
.detalleprev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  width: 185px;
  border-radius: 0px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  position: relative;
  background: #015255;
  padding-right: 27px;
  padding-left: 80px;
  clip-path: polygon(100% 0px, 100% 100%, 0px 100%, 104px 0);
  margin-left: -105px;
  overflow: hidden;
}
.cantidadProdc {
  height: 104px;
  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.detalleprev button:hover {
  background: #060606;
  border: 0;
}
.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: #062366;
  font-size: 19px;
}
.number-input .minus:hover,
.number-input .plus:hover {
  background: #060606;
  color: #fff;
  border: 0;
}
.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: 15px;
  height: 6px;
  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: 0.5rem;
  background: #dcdcdc;
  font-size: 15px;
  color: #2d2c2c;
  height: 45px;
  font-weight: 400;
  text-align: center;
}
.number-input.detalleprev input[type="number"] {
  height: 104px;
  width: 50px;
  max-width: 50px;
  background: transparent;
  color: #fff;
  font-weight: 800;
  font-family: "Saira", sans-serif;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.number-input .qty {
  font-family: "Saira", sans-serif;
  max-width: 50px;
  padding: 0.5rem;
  background: #fff;
  font-size: 20px;
  letter-spacing: -0.15px;
  color: #062366;
  height: 44px;
  border-top: 0;
  border-bottom: 0;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  border-top: 0;
}

#formTop {
  background: url("../images/financiamiento/bg2.webp") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cntFormtTop {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
.titContacto1 {
  background: #005154;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-style: italic;
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#frmContacto {
  overflow: hidden;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
#frmContacto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/financiamiento/cristal.webp") center no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.9;
}
.cntfrmCont {
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
}
#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: #005154;
  text-align: center;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  width: 100%;
  margin-bottom: 8px;
}
#frmContacto .form-control {
  display: block;
  height: 52px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "SupremeLLTT Regular";
  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: #005154;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "SupremeLLTT Black";
  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: 0.8;
}
#frmContacto .error input,
#frmContacto .error textarea {
  border: solid 1px #000;
  background: rgba(255, 216, 217, 1);
  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;
}
.cntfrmCont {
  position: relative;
  z-index: 2;
}
.textChekAut {
  text-align: center;
  color: #005154;
  font-family: "Saira", sans-serif;
  font-weight: 900;
  font-size: 16px;
  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 #005154;
  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;
}

#textCarrito1 {
  padding-bottom: 110px;
  padding-top: 68px;
  background: url("../images/metodos/fondo1.webp") top center 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-top: 109px;
  padding-left: 15px;
  padding-right: 15px;
}
.cntFormCarrito1 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.titleCarrito1-a {
  font-size: 50px;
  font-family: "SupremeLLTT Black";
  letter-spacing: 0px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  line-height: 0.9;
  text-align: center;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
  margin-bottom: 60px;
}
.titleDetProd {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 57px;
  margin-bottom: 32px;
  background: #fff;
  color: #005356;
  clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 49px 50%, 0px 0px);
  font-size: 18px;
  line-height: 33px;
  font-style: italic;
}
.itemDetProd1 {
  height: 90px;
  display: flex;
  align-items: center;
  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;
  letter-spacing: 0px;
  padding-right: 12px;
}
.btnCredito2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005356;
  text-decoration: underline;
}
.btnCredito2:hover,
.btnCredito2:focus {
  text-decoration: underline;
  opacity: 0.9;
  color: #005356;
}

#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*/
#carrito {
  padding-top: 24px;
  padding-bottom: 0px;
  border: 0;
  background: #fff;
}
.contentCart {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.itemCart1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.itemCart2 {
  padding-top: 35px;
  width: 100%;
  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: "SupremeLLTT Black";
  font-size: 17px;
  color: #005356;
  letter-spacing: 0px;
  line-height: 28px !important;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}
.foto-producto {
  width: 60px;
  margin-left: 0;
  margin-right: 0px;
}

.precioP {
  color: #005356;
  font-family: "SupremeLLTT Regular";
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
}
.precioPT {
  color: #005356;
  font-family: "SupremeLLTT Regular";
  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: #005356;
  font-family: "SupremeLLTT Regular";
  font-size: 17px;
  font-style: italic;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  text-align: left;
}
.title1.nota {
  color: #005356;
  font-family: "SupremeLLTT Regular";
  font-size: 15px;
  font-style: italic;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  text-align: left;
  padding-right: 25px;
}
.text-right {
  text-align: right;
}
.title2 {
  color: #005356;
  font-family: "SupremeLLTT Regular";
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
  text-align: left;
}
.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: "SupremeLLTT Regular";
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #005356;
}
.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;
}
.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: 58px;
  border: 0;
  border-radius: 0;
  line-height: 33px;
  font-family: "SupremeLLTT Black";
  font-size: 18px;
  font-weight: 900;
  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: #005356;
  border: solid 1px #005356;
  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: 0.85;
  color: #fff;
  background: #005356;
}
.btn-continuar {
  background: #005356;
  border: solid 1px #005356;
  color: #ffffff;
}
.btn-continuar:hover,
.btn-continuar:focus {
  opacity: 0.85;
  color: #fff;
  background: #005356;
}
.table > tbody > tr > th {
  padding: 15px 8px;
}
.beforebtnSeguir {
  position: relative;
}
.beforebtnSeguir::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 13px;
  width: 1px;
  height: 109%;
  background: #232c61;
  z-index: 2;
  transform: rotate(22deg);
}

.contentBottomCarrito {
  display: flex;
  align-items: flex-start;
  padding-left: 0px;
  margin-top: 32px;
}
.itemBottomCarrito1 {
  width: 332px;
  height: 221px;
  background: #015255;
  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: #062366;
  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: 340px;
  height: 95px;
  background: #015255;
  border: solid 1px #232c61;
  display: flex;
  align-items: center;
  clip-path: polygon(
    100% 0px,
    100% calc(100% - 30px),
    calc(100% - 43px) 100%,
    0% 100%,
    0px 0px
  );
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.titleBottomCart1-1 a div {
  width: 100%;
  height: 100%;
  background: #015255;
  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: 0;
  width: 30px;
  height: 100%;
  background: #003436;
  opacity: 0.5;
  z-index: 2;
}
.titleBottomCart1-2 {
  background: #015255;
  height: 104px;
  position: relative;
  padding-left: 52px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "SupremeLLTT Regular";
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}
.titleBottomCart1-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: #003436;
  opacity: 0.5;
  z-index: 2;
}
.titleBottomCart1-2 div {
  max-width: 960px;
}
.cntBottomCarrito2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 386px;
  background: url("../images/metodos/fondo2.png") center no-repeat;
  background-size: cover;
}
#formulario .table > tbody > tr > td:nth-child(1) {
  padding-left: 0px;
}
.contentFrmResumen {
  padding-top: 0px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: "SupremeLLTT Regular";
  font-style: italic;
  color: #005356;
}
.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: "SupremeLLTT Regular";
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #616161;
  box-shadow: inset 0 1px 1px transparent !important;
  border: solid 1px #005356;
}
.frmResumenP .textarea {
  height: 101px;
  padding-top: 12px;
}
.frmResumenP input[type="submit"] {
  line-height: 33px;
  font-family: "SupremeLLTT Black";
  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);
  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: #005356;
  font-family: "SupremeLLTT Black";
  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: 278px;
}
.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: "SupremeLLTT Regular";
  font-style: italic;
  color: #005356;
  margin-top: 0px;
}
.contentCarrito .titleFrmResumen {
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 15px;
}
.titleFrmResumen2b {
  margin-top: 30px;
}
.cntDocumento {
  border: solid 3px #005356;
  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: "SupremeLLTT Black";
  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: url("../images/metodos/fondo3.png") center no-repeat;
  background-size: cover;
}
.btn-subir strong {
  font-family: "SupremeLLTT Black";
  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: #005356;
  font-family: "SupremeLLTT Regular";
  font-style: italic;
}
.imprimir {
  font-weight: 700;
  font-family: "SupremeLLTT Bold";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #005356;
  margin-right: 30px;
}
.titleMetodosPago1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "SupremeLLTT Black";
  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: "SupremeLLTT Regular";
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0px;
  padding: 17.5px 10px;
}

.baseFont {
  font-family: "SupremeLLTT Regular";
  font-style: italic;
  color: #232c61;
  padding-left: 20px;
  padding-right: 55px;
}
.titleFrmResumen .tit2 {
  font-size: 22px;
  line-height: 30px;
}
.titleFrmResumen .folio {
  font-family: "SupremeLLTT Black";
  line-height: 40px;
  display: inline-block;
  background: #232c61;
  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: "SupremeLLTT Regular";
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
  width: 100%;
  margin-right: 0px;
}
.titleDatCom1 {
  font-family: "SupremeLLTT Black";
  width: 90px;
  height: 48px;
  background: #232c61;
  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: #232c61;
  line-height: 46px;
  border: solid 1px #232c61;
}
.itemDatCom:nth-child(2n + 2),
.itemDatCom:last-child {
  margin-right: 0px;
}
.cntBottomCarrito2a {
  align-items: center;
}

#accesoriosRefacciones {
  background: url("../images/accesorios/bg.png") center no-repeat;
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 90px;
}

#accesoriosRefacciones .tituloAccesorios {
  text-align: center;
  margin-bottom: 55px;
}
#accesoriosRefacciones .tituloAccesorios h2 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 101px;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.7);
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}

#accesoriosRefacciones .tituloAccesorios h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  height: 3px;
  background: #fff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5);
}

#accesoriosRefacciones .imgAccesorios {
  width: 100%;
  display: block;
}
#accesoriosRefacciones .imgRefacciones {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
#accesoriosRefacciones .imgTextAccesorios {
  width: auto;
  max-width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#accesoriosRefacciones a {
  display: block;
  text-align: center;
}
#accesoriosRefacciones .imgBtnAccesorios {
  max-width: 300px;
  height: auto;
}
#accesoriosRefacciones a:hover .imgBtnAccesorios {
  opacity: 0.9;
}
/*nueba pagina ubicanos*/
#ubicanos {
  background: url("../images/ubicanos/bg.png") center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
#ubicanos .tituloUbicanos {
  text-align: center;
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
}
#ubicanos .tituloUbicanos h2 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #fff;
  font-style: italic;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}
#ubicanos .tituloUbicanos h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 6px;
  background: #fff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5);
}
#ubicanos .contentUbicanos {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#ubicanos .seccionCFMOTO {
  margin-bottom: 30px;
}
#ubicanos .imgCFMOTO {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
#ubicanos .imgCFMOTO:last-child {
  margin-bottom: 0;
}
#ubicanos .seccionCFLITE {
  width: 100%;
}
#ubicanos .filaCFLITE {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
#ubicanos .filaCFLITE:last-child {
  margin-bottom: 0;
}
#ubicanos .filaCentrada {
  justify-content: center;
}
#ubicanos .imgCFLITE {
  width: calc(33.333% - 3.33px);
  display: block;
}
#ubicanos .filaCentrada .imgCFLITE {
  width: calc(33.333% - 3.33px);
}

#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: "SupremeLLTT Black";
  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: "SupremeLLTT Regular";
  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: "SupremeLLTT Regular";
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000;
}
.textodirCont2a img {
  margin-right: 10px;
}
#garantia1 {
  background: url(../images/garantia/fondo1.webp) top center no-repeat;
  background-size: cover;
}
.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;
}
.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 figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 311px;
  background: rgba(0, 83, 86, 0.84);
  position: relative;
  max-width: 532px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}
.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;
}
.titleGarantia1 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.textoGaranta1 {
  font-family: "SupremeLLTT Light";
  font-weight: 300;
  font-style: italic;
  font-size: 17.82px;
  line-height: 16px;
  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;
}
.textoGaranta1 strong {
  font-family: "SupremeLLTT Medium";
}

#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-top: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.itemGarantia2 {
  width: 50%;
}
.itemGarantia2-1 {
  padding-right: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemGarantia2-2 {
  height: 322px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  font-family: "SupremeLLTT Black";
  font-weight: 400;
  font-size: 39.29px;
  line-height: 0.9;
  letter-spacing: 0px;
  color: #005356;
  text-transform: uppercase;
  text-align: justify;
}
.garantia2 {
  max-width: 888px;
  position: relative;
  padding-bottom: 20px;
}
.titleGarantia2 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
  line-height: normal;
}
.garantia2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 881px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
}
#garantia3 {
  background: url("../images/financiamiento/bg4.webp") center top no-repeat;
  background-size: cover;
  margin-top: -132px;
  padding-top: 132px;
}
.titleGarantia3 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 30px;
  line-height: 0.9;
  letter-spacing: 0px;
  color: #005356;
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}
.contentGarantia3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 103px;
  padding-bottom: 50px;
}
.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: 0px 39px 33.25px 1.75px rgba(0, 0, 0, 0.45);
}
.titleGarantia3b {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 26.5px;
  line-height: 0.9;
  letter-spacing: 0px;
  color: #005356;
  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;
  padding-top: 213px;
  padding-bottom: 222px;
}
#textGarantia5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/financiamiento/bg6.webp") center top no-repeat;
  background-size: cover;
  opacity: 0.85;
}
#textGarantia5 .container {
  position: relative;
  z-index: 2;
}
.imgGarantia5a {
  margin-left: auto;
  margin-right: auto;
  width: 380px;
}
.titleGarantia5-1 {
  font-family: "SupremeLLTT Medium";
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 38px;
}
.titleGarantia5-2 {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.titleGarantia5-2 span {
  font-size: 35px;
}
.imgGarantia5b {
  margin-left: auto;
  margin-right: auto;
}
.btnCredito3 {
  background-color: rgb(0, 82, 85);
  width: 320px;
  height: 90px;
  margin-top: 40px;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 25px;
  line-height: 64px;
  letter-spacing: 0px;
  color: #fff;
  mix-blend-mode: hard-light;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
}
#secGaleria {
  margin-bottom: 69px;
}
.titleGaleria1A {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 30px;
  line-height: 0.9;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
  margin-bottom: 36px;
  text-decoration: underline;
}
#secGaleria img {
  width: 100%;
}

/* Club - CFlite & Goes sections */
#clubMoto {
  background: url("../images/accesorios/bg1.webp") center no-repeat;
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 90px;
}
#clubMoto .imgprox {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.brandSection {
  padding: 0;
  background: #000;
}
.brandLogo {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.clubProductDetail {
  padding-bottom: 40px;
  border-bottom: 1px solid #1e1e1e;
}
.clubProductDetail:last-child {
  border-bottom: none;
}
.cntdetalles1 {
  display: flex;
  align-items: stretch;
  gap: 34px;
  flex-wrap: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
.itemDet1a,
.itemDet1b {
  width: 50%;
  padding-top: 30px;
}
.textCntDescrp1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.contentMotosDetalles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
.nombreImagenProd {
  display: inline-block;
  width: auto;
  height: 92px;
  max-width: 826px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 14px;
}
.titulodelProductoDet {
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  line-height: 0.85;
  letter-spacing: 0px;
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
#cflitegoes .descripcionMoto1 {
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.2;
}
#cflitegoes #motosImgs {
  position: relative;
  max-width: 1000px;
}

.variantesProducto {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.varianteItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.varianteNombre {
  color: #72d800;
  font-family: "SupremeLLTT Black";
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.variantePrecioBox {
  min-height: 45px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "SupremeLLTT Black";
  font-size: 23px;
  border-radius: 12px;
}

.clubSpecsInline {
  margin-top: 20px;
}
.clubSpecsInline .titleDetalles3 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 21px;
  text-shadow: none;
}
#section-cflite .clubSpecsInline .carouselEspecifi {
  height: 220px;
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
}
#section-goes .clubSpecsInline .carouselEspecifi {
  height: 240px;
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
}
#cflitegoes .clubSpecsInline .especificacion {
  font-size: 17px;
  line-height: 1.35;
  padding: 0;
}
#cflitegoes .clubSpecsInline .especificacion .tit {
  font-size: 21px;
}
#section-cflite .clubSpecsInline .bx-wrapper .bx-controls-auto,
#section-cflite .clubSpecsInline .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -7px;
  width: 100%;
  text-align: left;
}

#section-goes .clubSpecsInline .bx-wrapper .bx-controls-auto,
#section-goes .clubSpecsInline .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -7px;
  width: 100%;
  text-align: left;
}

.clubDetalles3 {
  display: none;
}

/* #cflitegoes */

#cflitegoes .itemManual1 {
  display: flex;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  align-items: flex-end;
  text-decoration: underline;
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #fff;
  flex-wrap: wrap;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
}
#cflitegoes .itemManual1 img {
  margin-left: 12px;
  filter: drop-shadow(10px 15px 30px rgba(255, 255, 255, 0.2));
  -webkit-filter: drop-shadow(10px 15px 30px rgba(255, 255, 255, 0.2));
}
#cflitegoes .itemManual1a {
  margin-top: 10px;
  margin-bottom: 6px;
}

#cflitegoes .fichasTecnicasRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 0;
}
#cflitegoes .fichaTecnicaItem {
  border: none;
  padding: 5px 0;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: fit-content;
  flex: 0 0 auto;
  font-family: "SupremeLLTT Black";
  font-weight: 900;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: underline;
  text-shadow: 0px 7px 2px rgba(56, 56, 56, 0.1);
}
#cflitegoes .fichaTecnicaNombre {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
}
#cflitegoes .fichaTecnicaLink img {
  width: 20px;
}

#cflitegoes .clubAviso {
  margin-top: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-family: "SupremeLLTT Black";
  font-weight: 200;
  margin-right: 50px;
}

#cflitegoes .coloresDisponibles {
  text-align: center;
}
#cflitegoes .coloresDisponibles .tit {
  display: none;
}
#cflitegoes .coloresDelProducto {
  justify-content: center;
}
#cflitegoes .colorActual {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#cflitegoes .colorActual img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  display: block;
}
#cflitegoes .colorNombreLabel {
  text-align: center;
  font-family: "SupremeLLTT Medium";
  font-size: 24px;
  filter: drop-shadow(0px 7px 16px rgba(255, 255, 255, 0.5));
  -webkit-filter: drop-shadow(0px 7px 16px rgba(255, 255, 255, 0.5));
  color: #ffffff;
  margin-top: 6px;
  letter-spacing: 0.5px;
}
#cflitegoes .clubGaleria img {
  width: 100%;
  margin-top: 20px;
}

#cflitegoes .cntBtnAddCart {
  margin-top: 20px;
}
#cflitegoes .btn-aCarrito {
  width: 430px;
  height: 82px;
  font-size: 26px;
  line-height: 1;
  padding-left: 30px;
  padding-right: 50px;
  text-transform: none;
  color: #161616;
}
#cflitegoes .btn-aCarrito img {
  width: 34px;
  margin-right: 14px;
  filter: brightness(0) saturate(100%);
}
#cflitegoes .detalleprev {
  height: 82px;
  width: 160px;
}
#cflitegoes .number-input.detalleprev button {
  height: 82px;
}

#cflitegoes .number-input.detalleprev input[type="number"] {
  height: 82px;
  font-size: 24px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
}
#section-cflite .btn-aCarrito {
  background: #ffffff;
  width: 380px;
  height: 62px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
#section-cflite .clubProductDetail {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
#section-cflite .clubProductDetail:last-child {
  border-bottom: none;
}
#section-cflite .contentMotosDetalles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}
#section-cflite .detalleprev {
  background: #96d600;
  height: 62px;
}
#section-cflite
  .clubSpecsInline
  .bx-wrapper
  .bx-pager.bx-default-pager
  a.active,
#section-cflite .clubSpecsInline .bx-wrapper .bx-pager.bx-default-pager a:focus,
#section-cflite
  .clubSpecsInline
  .bx-wrapper
  .bx-pager.bx-default-pager
  a:hover {
  background: #97d600;
}
#section-cflite .clubSpecsInline .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  outline: 0;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#section-goes .btn-aCarrito {
  background: #ffffff;
  width: 380px;
  height: 62px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
#section-goes .clubProductDetail {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
#section-goes .clubProductDetail:last-child {
  border-bottom: none;
}
#section-goes .contentMotosDetalles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
#section-goes .nombreImagenProd {
  height: 185px;
  width: auto;
}
#section-goes .varianteNombre {
  color: #f6791d;
  font-size: 22px;
}
#section-goes .clubSpecsInline .bx-wrapper .bx-pager.bx-default-pager a.active,
#section-goes .clubSpecsInline .bx-wrapper .bx-pager.bx-default-pager a:focus,
#section-goes .clubSpecsInline .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f6791d;
}
#section-goes .clubSpecsInline .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  outline: 0;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#section-goes .detalleprev {
  background: #f6791d;
  height: 62px;
}

#section-goes .variantesProducto {
  margin-bottom: 0;
}

/* Club footer */
#clubFooter {
  text-align: center;
  padding: 60px 20px;
  background: #000;
}
#clubFooter .clubFooterImg {
  max-width: 900px;
  margin: 0 auto;
}
#clubFooter .clubFooterBtn {
  margin-top: 30px;
}
#clubFooter .clubFooterBtn img {
  max-width: 280px;
  margin: 0 auto;
}

/* Admin variantes */
.variante-item {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Modal de selección de modelo - Diseño simple */
.modal-variantes-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-variantes-container {
  width: 90%;
  max-width: 480px;
}

.modal-variantes-content {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  animation: fadeInScale 0.25s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-variantes-header {
  background: #005356;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-variantes-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modal-variantes-close {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  transition: opacity 0.2s;
  opacity: 0.8;
}

.modal-variantes-close:hover {
  opacity: 1;
}

.modal-variantes-body {
  padding: 30px 25px;
}

.modal-variantes-body label {
  font-size: 15px;
  margin-bottom: 12px;
  display: block;
  font-weight: 600;
  color: #333;
}

.modal-variantes-body select {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 2px solid #ddd;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s;
}

.modal-variantes-body select:focus {
  outline: none;
  border-color: #005356;
}

.modal-variantes-footer {
  padding: 15px 25px;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.modal-variantes-footer button {
  padding: 10px 24px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.modal-variantes-footer .btn-cancelar {
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
}

.modal-variantes-footer .btn-cancelar:hover {
  background: #f5f5f5;
  border-color: #999;
}

.modal-variantes-footer .btn-confirmar {
  background: #005356;
  color: #fff;
}

.modal-variantes-footer .btn-confirmar:hover {
  background: #003d3f;
}
