@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;
}
@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");
}
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: 1128px;}
.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: 121px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	width: 180px;
	position: absolute;
	top: 0px;
	left: 58px;
	z-index: 4;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 0px;
	height: 69px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	left: 15px;
	top: 148px;
	height: auto;
}
#menu ul{
	margin: 0;
	width: 295px;
	clip-path: polygon(0 0, 100% 0, 247px 100%, 0px 100%);
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	position: relative;
	padding: 0px;
	height: auto;
}
#menu li a{
	display: block;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	line-height:35px;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	padding: 0px;
	display: flex;
	align-items: center;
	height: 61px;
	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 li a::before{
	content: '';
	position: absolute;
	top: calc(50% - 15.5px);
	left: 30px;
	width: calc(100% - 30px);
	height: 31px;
	background: #fff;
	z-index: 0;
	transform: scaleX(0);
	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 li a figure{
	height: 61px;
	width: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 9px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
#menu li a span{
	position: relative;
	z-index: 2;
}
#menu li a figure::before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: scale(0);
	z-index: 0;
	background: #fff;
	border: solid 3px #FF7400;
    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;
	border-radius: 50%;
}
#menu li a figure img{
	position: relative;
	z-index: 2;
	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 li a figure img.h2{
	display: none;
}
#menu li:first-child{
	padding-left: 0px;
	margin-bottom: 7px;
}
#menu li:last-child{
	margin-top: 3px;
	padding-right: 0px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #292929;
}
#menu li.active a figure::before, #menu li a:hover figure::before, #menu li a:focus figure::before{
	transform: scale(1)
}
#menu li.active a::before,#menu li a:hover::before, #menu li a:focus::before{
	transform: scaleX(1)
}
#menu li.active a figure img.h2, #menu li a:hover figure img.h2, #menu li a:focus figure img.h2{
	display: block;
}
#menu li.active a figure img.h1, #menu li a:hover figure img.h1, #menu li a:focus figure img.h1{
	display: none;
}
.btnCart{
	position: absolute;
	top: 371px;
	left: 15px;
	background: transparent;
	border: solid 3px #fff;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	width: 151px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16.02px;
	line-height: 19px;
	letter-spacing: 0.25px;
	z-index: 1;
	color: #fff;
	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;
}
.btnCart img{
	margin-right: 8px;
}
.btnCart:hover,.btnCart:focus{
	background: #FF7400;
	text-decoration: none;
	color: #fff;
}
.cntBtnNumC{
	position: absolute;
	top: -11px;
	right: -11px;
}
.cantiCart{
	background: #FF7400;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
.cntMailsTop{
	position: absolute;
	top: 440px;
	left: 15px;
}
.cntMailsTop a{
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
}
.cntMailsTop a img{
	margin-right: 12px;
}


.cntDarkTop{
	position: absolute;
	height: 158px;
	top: 0px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.textoContactanosTop{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.textoContactanosTop strong{
	font-weight: 900;
	color: #FF7400;
}
#redes{
	margin-left: 16px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: solid 2px #ffff;
}
#redes a:last-child{
	margin-right: 0;
	align-items: flex-end;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

#datFooter{
	background: #262626;
	padding-top: 0px;
}
.cntDatFooter1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 44px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 30px;
	border-bottom: solid 1px #fff;
}
.cntDatFooter1 strong{
	font-weight: 800;
}
.contentDatFoot{
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	flex-wrap: wrap;
}
.contentDatFoot .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 17px;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: left;
	color: #FF7400;
	margin-bottom: 18px;
	position: relative;
	text-transform: uppercase;
	border-bottom: solid 1px #fff;
}
.contentDatFoot ul{
	list-style: none;
}
.contentDatFoot ul li a{
	color: #fff;
	display: inline-flex;
	align-items: center;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
}
.contentDatFoot ul li a img{
	margin-right: 12px;
}
.correosDat{
	margin-top: -2px;
}
.dirDat{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding-left: 43px;
	background: url('../images/iconos/icoDir.png') center no-repeat;
	background-position: 0 3px;
}
#redes2{
	width: auto;
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	margin-right: 12px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}
.ulServicioDatFoot{
	display: flex;
}
.itemDat1{
	width: calc(50% - 10px);
	margin-right: 20px;
}
.itemDat2{
	width: calc(50% - 10px);
	margin-right: 0px;
}
.itemDat3{
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-top: 30px;
}
.itemDat4{
	width: calc(50% - 10px);
	margin-right: 0px;
	margin-top: 30px;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #FF7400;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  
	float: right;	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#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: 575px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 575px;
	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;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop::before{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 881px;
	height: 100%;
	background: url('../images/banner/before.webp') top right no-repeat;
	background-size: cover;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-top: 40px;
	padding-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
.titleCaptio1{
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
	font-weight: 900;
	font-size: 30px;
	letter-spacing: 0px;
	line-height: normal;
	text-align: right;
}
.titleCaptio1 strong{
	font-weight: 900;
	font-size: 35px;
}
.titleCaptio2{
	margin-left: auto;
	margin-right: 0;
	width: 290px;
	height: 65px;
	margin-top: 12px;
	border: solid 3px #fff;
	background: rgba(0, 0, 0, 0.4);
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 0px;
	line-height: normal;
	text-align: center;
	color: #FF7400;
}

.titleCaptio3{
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 670px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: normal;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); 
}

#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 24px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png?v1') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png?v1') 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;
}
#icoWa{
	background: url('../images/icoWhat.png') 0 0 no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 75px;
	z-index: 5;
	width: 200px;
	height: 62px;
	right: 20px;
}

#textHome1{
	background: url('../images/inicio/bgcategorias.webp') center no-repeat;
	background-size: cover;
	position: relative;
}
#textHome1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background: url('../images/inicio/shadow.png') bottom center no-repeat;
	background-size: cover;
}
.contentHome1{
	height: 150px;
	position: relative;
}
.contenedor-cat{
	position: relative;
	height: 150px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 27px;
}
#caroucelHomeCat a{
	position: relative;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: center;
}
.titleCat{
	max-width: 125px;
}
.contenedor-cat figure{
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #fff;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#caroucelHomeCat li{
	position: relative;
}
#caroucelHomeCat li::before{
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 1px;
	height: calc(100% - 36px);
	background: rgba(255, 255, 255, 0.35) 
}
#caroucelHomeCat li:last-child::after{
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	width: 1px;
	height: calc(100% - 36px);
	background: rgba(255, 255, 255, 0.35) 
}
#caroucelHomeCat li .contenedor-cat::before{
	content: '';
	position: absolute;
	bottom: 8px;
	left: calc(50% - 35px);
	width: 70px;
	height: 6px;
	background: #fff;
	transform: scaleX(0);
	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;
}
#caroucelHomeCat a:hover, #caroucelHomeCat a:focus{
	text-decoration: none;
}
#caroucelHomeCat li.active .contenedor-cat::before,#caroucelHomeCat li a:hover .contenedor-cat::before,
#caroucelHomeCat li a:focus .contenedor-cat::before{
	transform: scaleX(1)
}
.flexCategorias{
	padding: 0 22px;
}
.flexCategorias .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  outline: 0;
  width: 15px;
  height: 74px;
  text-indent: -9999px;
  z-index: 10;
}
.flexCategorias .bx-wrapper .bx-prev {
  left: -22px;
  background: url(../images/detallep/n1.png) center no-repeat;
}
.flexCategorias .bx-wrapper .bx-next {
  right: -22px;
  background: url(../images/detallep/n2.png) center no-repeat;
}
#caroucelHomeCat li{
	width: 168px !important;
}

.titleCategoria{
	margin-top: 56px;
	margin-bottom: 51px;
	width: 100%;
	height: 91px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #191f23;
	color: #fff;
	text-align: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
}
.contenedor-producto{
	max-width: 250px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.contenedor-producto::before{
	content: '';
	position: absolute;
	bottom: -11px;
	left: 0;
	height: 11px;
	width: 100%;
	background: url('../images/inicio/shadow2.png') bottom center no-repeat;
	background-size: cover;
}
.contenedor-producto figure{
	position: relative;
	height: 248px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #d8d8d8;
	padding: 10px;
}
.imgFigure{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgFigure img{
	transition: all 0.5s ease-out;
}
.contenedor-producto figure .precio{
	position: absolute;
	bottom: 10px;
	left: -1px;
	background: rgba(255, 116, 0, 0.9);
	width: 135px;
	height: 32px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-left: 16px;
	padding-top: 2px;
}
.contenedor-producto figure .precio span{
	font-size: 22px;
}
.title-produc{
	background: #242222;
	height: 41px;
	line-height: 41px;
 	text-align: center;
 	padding: 0 5px;
 	color: #fff;
 	font-family: 'Oswald', sans-serif;
 	font-weight: 300;
 	font-size: 17px;
 	letter-spacing: 0.25px;
 	text-transform: uppercase;
}
.title-produc div{
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
#productos .row{
	margin: 0 -16.333px;
}
#productos div[class*="col-"]{
	margin-bottom: 50px;
	padding: 0 16.333px;
}
.contenedor-producto  a:hover,.contenedor-producto a:focus{
	text-decoration: none;
}
.contenedor-producto  a:hover figure img,.contenedor-producto a:focus figure img{
	transform: scale(1.15,1.15);
}
.adCarritoList{
	height: 32px;
	background: #4e4e4e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	margin-top: 1px;
}
.adCarritoList img{
	margin-right: 3px;
}
.adCarritoList:hover,.adCarritoList:focus{
	text-decoration: none;
	color: #fff;
	background: rgba(255, 116, 0, 1);
}
#textNos1{
	position: relative;
}
#textNos1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background: url('../images/inicio/shadow.png') bottom center no-repeat;
	background-size: cover;
}
.contentNos1{
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemNos1{
	width: 50%;
}
.itemNos1a{
	padding-right: 30px;
}
.itemNos1b{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.texto1Nos1{
	max-width: 475px;
}
.titleNos1-p{
	display: flex;
	align-items: center;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 54px;
	letter-spacing: 0px;
	color: #292929;
	margin-bottom: 37px;
}
.subtitleNos1{
	font-weight: 700;
	font-size: 31px;
	color: #FF7400;
	background: rgba(41, 41, 41, 0.9);
	border-bottom-left-radius: 20px;
	padding-left: 3px;
	position: relative;
}
.subtitleNos1 span{
	color: #fff;
}
.subtitleNos1::before{
	content: '';
	position: absolute;
	top: 0;
	right: -1000px;
	width: 1000px;
	height: 100%;
	background: rgba(41, 41, 41, 0.9);
}
#textNos2{
	background: url('../images/nosotros/fondo1.webp') center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 15px;
}
.itemNos2{
	margin-right: 20px;
}
.itemNos2:last-child{
	margin-right: 0px;
}
#textNos3{
	position: relative;
}
#textNos3::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background: url('../images/inicio/shadow.png') bottom center no-repeat;
	background-size: cover;
}
.contentNos3{
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemNos3{
	width: 50%;
}
.texto1Nos3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	padding-right: 45px;
	padding-left: 20px;
}
.imgNos3{
	margin-left: auto;
	margin-right: -24px;
}
.titleNos3-p{
	text-align: left;
	font-size: 48px;
}
.titNos3{
	width: 100%;
}
.titleNos3-p .subtitleNos1{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
}
.titleNos3-p .subtitleNos1::before{
	right: auto;
	left: -1000px;
}
#textNos4{
	background: #ff7400;
}
.contentNos4{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 46px 0;
}
.itemNos4{
	margin-right: 80px;
	position: relative;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemNos4::before{
	content: '';
	position: absolute;
	top: 0;
	right: -40px;
	width: 1px;
	height: 100%;
	background: #fff;
}
.itemNos4:last-child{
	margin-right: 0;
}
.itemNos4:last-child::before{
	width: 0;
	height: 0;
}
#textNos5{
	position: relative;
}
#textNos5::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background: url('../images/inicio/shadow.png') bottom center no-repeat;
	background-size: cover;
}
.contentNos5{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 74px 0;
}
.itemNos5{
	width: 50%;
}
.itemNos5a{
	padding-right: 30px;
}
.itemNos5b{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	padding-right: 55px;
}
.titleNos5{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #292929;
	margin-bottom: 20px;
}

#textContacto1{
	background: url('../images/nosotros/tit.png?v2') center no-repeat;
	background-size: cover;
	position: relative;
}
#textContacto1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background: url('../images/inicio/shadow.png') bottom center no-repeat;
  background-size: cover;
}
#textContacto1 .tit{
	height: 133px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
}
#formTop{
	position: relative;
	padding-bottom: 112px;
	padding-top: 104px;
}
#frmContacto{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	max-width: 1011px;
}
#frmContacto .tit{
	color: #292929;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 30px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 44px;
	text-align: center;
}
#frmContacto .tit strong{
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	color: #FF7400;
}
#frmContacto .row{
	margin: 0 -3px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3px;
}
#frmContacto .form-group{
	margin-bottom: 7px;
	position: relative;
}
#frmContacto .form-control{
	display: block;
	height: 45px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding-left: 17px;
	letter-spacing: 0px;
	background: #e4e4e4;
	color: #959595;
	box-shadow: none;
	border: 0;
	position: relative;
}
#frmContacto .textarea{
	padding-top: 21px;
	height: 102px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#FF7400; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Arial', sans-serif; 
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0px;
	width: 135px;
	text-align: center;
	border-radius: 5px;
	margin-top: 50px;
}
#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:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; 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;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 50px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 1px;
}
#titMapa{
	background: #292929;
	padding: 47px 0;
}
#titMapa .tit{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: center;
}
#titMapa .tit img{
	display: inline;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
#textMapc{
	height: 400px;
}

#textDetalles1{
	background: url('../images/detallep/bg1.webp') center no-repeat;
	background-size: cover;
	padding-top: 76px;
	padding-bottom: 76px;
}
.titleDetalle1{
	position: relative;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5px;
	background: #292929;
	padding-left: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	padding-right: 135px;
	margin-bottom: 37px;
	text-align: left;
}
.btnBack{
	position: absolute;
	top: 29px;
	right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.btnBack img{
	margin-right: 4px;
	width: 30px;
}
.btnBack:hover,.btnBack:focus{
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}
#infoProducto{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.detalleProducto1a{
	width: calc(100% - 280px);
	padding-right: 20px;
}
.detalleProducto1b{
	width: 280px;
}
.visorImg{
	margin-bottom: 30px;
}
.detalleProducto1a figure.visor{
	height: 412px;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	max-width: 665px;
	background: #fff;
	padding: 0;
}
.detalleProducto1a figure.visor img{
	display: none;
	cursor: crosshair;
	margin-top: 0;
	max-width: 100%;
	max-height: 356px;
}
.detalleProducto1a figure.visor img:first-child{
	display: block;
}
.contImgsFlex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont-flexProducto div.img{
	margin-right: 13px;
	width: 138px;
	height: 143px;
	background: #fff;
	border: solid 1px #d6d6d6;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.cont-flexProducto div.img:last-child{
	margin-right: 0px;
}
.cont-flexProducto .flexProducto{
	padding: 0 35px;
}
.titleDescription{
	background: #fff;
	min-height: 107px;
	width: 100%;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #616161;
	margin-bottom: 30px;
	padding: 21px;
}
.titleDescription strong{
	font-weight: 900;
	font-size: 15px;
	color: #FF7400;
}
.precioProductoDet{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #fff;
	background: #292929;
	height: 80px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.precioProductoDet span{
	font-size: 34px;
}
.contentNumTalla{
	padding: 31px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemTallaSelect{
	margin-bottom: 0px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin-right: 12px;
}
.itemTallaSelect .form-group{
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.itemTallaSelect label{
	font-weight: 300;
	font-size: 15px;
	width: 50px;
	height: 50px;
	background: #FF7400;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.itemTallaSelect select{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 50px;
	width:70px;
	background-color: #292929;
	cursor: pointer;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.itemTallaSelect .fSelect {
    background-image: url("../images/select.png");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding-right: 20px;
	text-align: center;
	text-align-last: center;
}
.detalleprev{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	display: flex;
	align-items: center;
}
.detalleprev .quality{
	width: 70px;
	height: 50px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background: #FF7400;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.detalleprev .numProducts{
	width: 76px;
	height: 50px;
	background-color: #292929;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
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;
	-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 .minus,.number-input .plus{
	-webkit-appearance: none;
	background-color: #dcdcdc;
	border: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
	color: #2d2c2c;
}
.number-input button::before,
.number-input button::after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #424242;
	transform: translate(-50%, -50%);
}
.number-input button.plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.number-input.detalleprev button{
	background-color: #dcdcdc;
	color: #252525;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	height: 60px;
	margin: 0;
	padding: 0;
	width: 10px;
}
.number-input.detalleprev button.minuss{
	background: url('../images/detallep/n1.png') center no-repeat;
}
.number-input.detalleprev button.pluss{
	background: url('../images/detallep/n2.png') center no-repeat;
}
.number-input.detalleprev button::before, .number-input.detalleprev button::after {
	width: 0;
	height: 0;
}
.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: 60px;
	max-width: 44px;
	background: transparent;
	color: #fff;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
}
.number-input .qty {
	font-family: 'Arial';
	max-width: 50px;
	padding: .5rem;
	background: #dcdcdc;
	font-size: 15px;
	color: #2d2c2c;
	height: 30px;
	font-weight: bold;
	text-align: center;
}
.btn-aCarrito{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0px;
	width: 100%;
	height: 55px;
	background: #292929;
	border-radius: 5px;
	padding: 6px 5px;
}
.btn-aCarrito:hover,.btn-aCarrito:focus{
	background: #FF7400;
	color: #fff;
	text-decoration: none;
}
.btn-aCarrito img{
	margin-right: 10px;
}
.titleRecionados1{
	background: #292929;
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
}
.flexRelacionados ul.slides li{
	padding: 31px 0;
}
.flexRelacionados .flex-direction-nav .flex-prev {
    background: url('../images/slider/n1.png') center no-repeat;
    top: -455px;
  	left: 50%;
  	opacity: 1;
  	bottom: 0;
  	margin-left: -263px;
}
.flexRelacionados .flex-direction-nav .flex-next {
    background: url('../images/slider/n2.png') center no-repeat;
    top: -455px;
    left: 50%;
    opacity: 1;
    margin-left: 223px;
    bottom: auto;
}
.nomayus{
	text-transform: none !important;
	position: relative;
}
.modoEnvio{
	position: relative;
	margin-top: 6px;
	background: #292929;
}
.modoEnvio::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 2px);
	width: 4px;
	height: 100%;
	background: #fff;
}
.cntModoEnvio{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding-top: 31px;
	padding-bottom: 62px;
}
.itemMetodoEnvio{
	width: calc(50% - 2px);
	margin-right: 4px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.itemMetodoEnvio:last-child{
	margin-right: 0px;
	padding-left: 15px;
}
.masInfoRe{
	position: relative;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding-left: 15px;
}
.masInfoRe::before{
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF7400;
}
.titleEnvio1a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #FF7400;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.titleEnvio1a img{
	margin-right: 8px;
}
.radioCarrito{
	margin-top: 7px;
	margin-bottom: 0;
	text-align: center;
}
.radioCarrito input[type="radio"]{
  	opacity: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
}
.radioCarrito label{
  position: relative;
  padding-left: 36px;
  text-align: center;
  color: #3b3b3b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 24px;
  width: 53px;
}
.radioCarrito input[type="radio"] + i::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #fff; 
}
.radioCarrito input[type="radio"]:checked + i::before{
  content: "";
  position: absolute;
  top: -1px;
  left: 10px;
  width: 45px;
  height: 40px;
  background: url('../images/detallep/che.png'); 
  z-index: 2
}
.contentCarrito{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 66px;
	padding-bottom: 73px;
}
.itemCarrito1a{
	width: 100%;
	padding-right: 0px;
	padding-bottom: 30px;
}
.itemCarrito1b{
	width: 100%;
}
#carrito td {
    vertical-align: middle;
}
.encabezado{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #616161;
	line-height: 15px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	text-transform: uppercase;
	font-weight: 400;	
}
#carrito td.fotoPc{
	width: 80px;
}
#carrito td.delItem{
	padding-right: 5px;
	padding-left: 0px;
}
.foto-producto{
	width: 55px;
	margin: auto;
}
.nombreP{
	color: #1b1b1b;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	text-align: left;
}
.nombreP span{
	color: #616161;
	font-family: 'Arial Narrow';
	text-align: left;
}
.codigoP{
	font-family: 'Arial Narrow';
	font-size: 14px;
	color: #616161;
}
.precioP{
	font-family: 'Arial';
	font-weight: 400;
	color: #616161;
	font-size: 16px;
	line-height: 49px !important;
}
.precioPT{
	font-size: 22px;
	font-family: 'Arial';
	font-weight: 700;
	color: #616161;
	line-height: 49px !important;
	text-align: center;
}
.titlepC{
	text-align: left;
	padding-left: 46px !important;
}
.resumen{
	vertical-align: bottom;
	border-bottom: 1px solid #a0a0a0;
	padding: 8px;
	line-height: 1.42857143;
}
.centro{
	padding-top: 8px;
}
.title1{
	font-family: 'Arial';
	font-size: 14px;
	font-weight: 400;
	color: #9f9f9f;
}
.title1.text-right,.title2.text-right{
	text-align: right;
}
.title1.nota{
	font-family: 'Arial';
	font-size: 11px;
	font-weight: 400;
	color: #9d9d9d;
	line-height: 19px;
}
.title2{
	font-family: 'Arial';
	font-size: 14px;
	font-weight: 400;
	color: #ff4d4d;
}
.p-envio{
	font-family: 'Arial';
	font-size: 12px;
	font-weight: 400;
	color: #9d9d9d;
	padding: 10px 0;
}
.icoEliminar{
	cursor: pointer;
}
.table > tbody > tr > td{
	border-top: 1px solid #a0a0a0;
	padding-top: 13px;
	padding-bottom: 13px;
	vertical-align: middle;
}
.table > tbody > tr:last-child{
	border-bottom: 1px solid #a0a0a0;
}
.table > thead > tr > th {
    border-bottom: 1px solid #a0a0a0;
}
.informacionCart .row{
	position: relative;
	padding: 5px 0;
}
.informacionCart .row.border::before{
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: 0.8px;
	bottom: 0;
	left: 15px;
	background:  #9f9f9f;
	opacity: 0.18;
}
.btn-seguir, .btn-continuar{
	width: 100%;
	color: #ffffff;
	height: 45px;
	border:0;
	border-radius: 0;
	line-height: 33px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	cursor: pointer;
}
.btn-seguir:hover, .btn-continuar:hover,.btn-seguir:focus, .btn-continuar:focus{
	color: #ffffff;
	opacity: 0.85;
}
.btn-seguir{
	background: #303030;
	margin-bottom: 10px;
	margin-top: 10px;
}
.btn-continuar{
	background: #FF7400;
}
#textFormulario1{
	padding-top: 55px;
}
.contenedorTitleRes{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	background: #333333;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	position: relative;
	margin-bottom: 52px;
	text-align: center;
}

#formResumen .form-group {
 margin-bottom: 6px;
}
#formResumen .row-resumen{margin: 0 -3.5px}
#formResumen .titDesc2{line-height: 24px; padding-left: 5px}
#formResumen .row-resumen [class*="col-"]{padding-left: 3.5px; padding-right: 3.5px;}
#formResumen label {
	padding-left: 50px;
	color: #e56c13;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 18px;
}
#formResumen abbr{border-bottom: none;}
#formResumen textarea{height: 114px; line-height: 18px;}
#formResumen .form-control,
#formResumen label.control-label{font-weight:400;font-size: 15.5px;font-family:Verdana, sans-serif; color:#979797; padding-top:7px;}
#formResumen .form-control{ 
	height:51px; 
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	box-shadow: none;
	color: #949494;
	border: solid 1px #d4d4d4;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#formResumen textarea.form-control{height:101px; padding-top:11px}
#formResumen div.required .control-label::before {
content: '* ';
color: #F00;
font-weight: bold;
}
#formResumen .form-horizontal label.control-label{display:block; text-align:left}
#formResumen .form-horizontal .form-group{margin:0 0 10px}
#formResumen .has-feedback label ~ .form-control-feedback {top: 27px !important; right:0 !important;}
#formResumen .form-control-feedback{display:none;}
#formResumen .error .form-control-feedback{display:block; line-height:51px;color: #db1a1a;}
#btnSubmitResumen{display: none !important}
#formResumen .fSelect {
    background-image: url("../images/caret.png");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: #FFF;
}
#formResumen .form-group select {
    cursor: pointer;
    background-color:     transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contenedorTitleRes2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF7400;
	margin-top: 46px;
	margin-bottom: 52px;
}
.cntEnviosDomin{
	background: #efefef;
	padding-bottom: 46px;
}
.contentOpcionesdeEnvio{
	background: #fff;
	border: solid 1px #d4d4d4;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 110px;
	padding-left: 30px;
	padding-right: 30px;
}
.radioResumen{
	width: 329px;
	margin-top: 0;
	text-align: left;
}
.masInfoResumen{
	width: calc(100% - 329px);
}
#formResumen .radioResumen label {
  padding-left: 34px;
  color: #083161;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: 0.25px;
  text-align: left;
}
.radioCarrito.radioResumen input[type="radio"] + i::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 21px;
  height: 21px;
  border-radius: 0;
  background: #fff;
  border: solid 3px #aaaaaa;
}
.radioCarrito.radioResumen input[type="radio"]:checked + i::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 5px;
  width: 22px;
  height: 20px;
  background: url('../images/check2.png');
  z-index: 2;
}
.contentOpcionesdeEnvio2{
	margin-top: 20px;
	margin-bottom: 54px;
}
#carritoResumenP{
	padding-bottom: 6px;
}
.cantidadForm{
	width: 42px;
	height: 30px;
	background: #d5d5d5;
	text-align: center;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
	color: #2d2c2c;
}
.radioResumen label{
	width: auto;
}
#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)}}

#textMetodoPago1{
	background: url('../images/metodos/bg1.webp') center top no-repeat;
	background-size: cover;
	padding-top: 74px;
}
#textContacto1 .tit.titleMetodoMayus1{
   font-size: 30px;
   line-height: 28px;
}
.contentPagos1{
	height: 52px;
	background: #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contentPagos1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: rgba(246, 246, 246, 0.57);
}
.itemCntPagos1{
	width: 50%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.25px;
	color: #161616;
}
.itemCntPagos1 span{
	font-weight: 900;
}
.textPagos1{
	background: #fff;
	border: solid 1px #dcdcdc;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
	padding: 32.5px 10px;
}
.textPagos1 span{
	display: block;
}
.pagos2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 35px;
	padding-bottom: 40px;
}
.itemPagos2{
	width: 100%;
}
.itemPagos2:first-child{
	padding-right: 0px;
	margin-bottom: 25px;
}
.contenedorPagos2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
	margin-bottom: 10px;
}
.contenedorPagos2:last-child{
	margin-bottom: 0;
}
.iconoPagos{
	background: #484848;
	width: 34px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titlePagos2{
	background: #484848;
	width: 137px;
	height: 33px;
	margin-left: 1px;
	margin-right: 2px;
	line-height: 33px;
	padding-left: 9px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	color: #fff;
}
.textPagos2{
	width: calc(100% - 174px);
	height: 33px;
	background: #e6e6e6;
	color: #8a8a8a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 33px;
	letter-spacing: 0px;
	padding-left: 17px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	padding-right: 3px;
}
.contenedorPrecioP{
	background: #FF1E3E;
	height: 119px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titlePreciop{
	margin-right: 26px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #fff;
}
.title-total{
	width: 316px;
	height: 86px;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.251);
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-total span.span1{
	font-size: 24px;
}
.titleMetodos1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: center;
	background: #3b3b3b;
	padding: 20px 10px;
}
.bgMetodo{
	max-width: 234px;
	margin-right: auto;
	margin-left: auto;
}
#metodos{
	padding-top: 24px;
	padding-bottom: 24px;
}
#metodos .row{
	margin: 0 -10px;
}
#metodos div[class*="col-"]{
	margin-bottom: 50px;
	padding: 0 10px;
}
.bgMetodo a{
	cursor: pointer;
}
.bgMetodo a img{
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.63);
	border-radius: 5px;
	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;
}
.bgMetodo a:hover img,.bgMetodo a:focus img{
	box-shadow: none;
}
.bgdatosBanco{
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: left;
	padding: 0 10px;
}
.banamexbg{
	background: #002874;
}
.oxxobg{
	background: #FF1E3E;
}
.bgdatosBanco strong{
	font-weight: 600;
}
.titleBanamex{
	font-weight: 500;
	margin-bottom: 15px;
}
.datosOxxo{
	height: 147px;
	display: flex;
	align-items: center;
	margin-left: 18px;
	padding-left: 40px;
	border-left: solid 1px rgba(207, 207, 207, 0.8);
}
.datosOxxo2{
	margin-left: 63px;
	padding-left: 58px;
}
.btn-print{
	position: absolute;
	top: calc(50% - 18.5px);
	right: 0;
	width: 118px;
	height: 37px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1px;
	color: #616161;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border-radius: 18.5px;
	padding-bottom: 3px;
}
.btn-print:hover,.btn-print:focus{
	text-decoration: none;
	color: #fff;
	background: #616161;
}
.titleresumenCart2{
	text-align: center;
	height: 57px;
	background: #3b3b3b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -0.25px;
	color: #fff;
}
.contentCarritoDet{
	padding-top: 27px;
	padding-bottom: 40px;
}
#textContacto1 .tit.titleDetMetodoP{
	text-align: left;
	justify-content: flex-start;
}
.contenCorreoPrint{
	background: #FF7400;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 23px;
	letter-spacing: 0px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 28.5px 15px;
}
.titlePrintc{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.titlePrints2{
	color: #3b3b3b;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 35px;
	padding-bottom: 42px;
}