@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: "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: 1127px;}
.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: 209px;
	position: absolute;
	background: #7CB300;
	top: 0;
	left: 0;
}
#darkTop{
	background: #fff;
	position: relative;
}  
#darkTop:before{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: url('../images/banner/shadow.png') bottom center no-repeat;
	background-size: cover;
	opacity: 0.6;
}
.darkTop{
	padding-left: 0px;
	position: relative;
}
.contentDarkTop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 87px;
	position: relative;
}
.contentDarkTop div.div1{
	display: inline-flex;
}
.contentDarkTop a{
	display: inline-flex;
	align-items: center;
	color: #2c2c2c;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0px;
}
.contentDarkTop a.tel{
	font-size: 12px;
}
.contentDarkTop a img{
	margin-right: 5px;
	width: 25px;
}

#redes{
	width: auto;
	height: 22px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.contentDarkTop #redes a img{
	margin-right: 0;
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 9px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#logo{
	display: block;
	width: 140px;
	position: absolute;
	top: 17px;
	left: 15px;
	z-index: 2;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#topMenu{
	height: 122px;
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	right: 130px;
	top: 0;
	height: 122px;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	height: 122px;
	display: flex;
	align-items: center;
	padding: 0 2px;
	position: relative;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 0px;
	height: 35px;
	padding: 0px 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	float: right;
	padding-right: 0;
	background: transparent;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
	background: #252525;
}
.btnCart{
	position: absolute;
	top: 44px;
	right: 15px;
	width: 100px;
	height: 35px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 30px;
	font-size: 10px;
	letter-spacing: 0px;
	color: #7CB300;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.btnCart img{
	margin-right: 5px;
}
.btnCart img.h1{
	display: block;
}
.btnCart img.h2{
	display: none;
}
.btnCart:hover,.btnCart:focus{
	text-decoration: none;
	color: #fff;
	background: #000;
	opacity: 1;
}
.btnCart:hover img.h1,.btnCart:focus img.h1{
	display: none;
}
.btnCart:hover img.h2,.btnCart:focus img.h2{
	display: block;
}
.btnCart.fixed{
	position: fixed;
	left: initial;
	right: -15px;
  	top: 48%;
  	box-shadow: 0 0 5px 5px;
  	width: 160px;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #000000;
	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;
	color: #fff;
	float: left;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float:right;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/




/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }

#sliderTop{
	height: auto;
	margin-top: 209px;
}
#sliderTop .slides li{
	height: auto;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img.imgslider{
	display: none;
	width: 100%;
}
.contSlider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contSlider .container{
	height: 100%;
}

.contSlider .caption{
	position: absolute;
	right: 15px;
	bottom: 65px;
	padding: 15px;
	background: rgba(255,255,255,0.8);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	text-align: right;
	text-transform: uppercase;
}
.contSlider .caption strong{
	font-size: 28px;
	display: block;
}

.contSlider .caption1a,.contSlider .caption2a{
	background: #627c00;
	color: #fff;
	padding: 25px 30px;
	font-size: 35px;
}
.contSlider .caption2a{
	right: auto;
	left: 15px;
	text-align: left;
}
.imgcaption1{
	position: absolute;
	left: 15px;
	bottom: 26px;
	width: 350px;
}
.imgcaption2{
	position: absolute;
	right: 15px;
	bottom: 55px;
	width: 350px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  position: absolute;
  bottom: 17px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -9999%;
  left: 50%;
}
.flex-direction-nav .flex-prev {
	background: url(../images/slider/prev.png) left top no-repeat;
	margin-left: -360px;
}
.flex-direction-nav .flex-next {
	background: url(../images/slider/next.png) right top no-repeat;
	left: auto;
	left: 50%;
	margin-left: -315px;
}
#textHome1{
	background: url('../images/productos/iconos/bg1.webp') center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.bgContHome1{
	background: url('../images/productos/iconos/bg2.webp') center no-repeat;
	background-size: cover;
}
.contentenHome1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 181px;
}
.cntHome1{
	display: flex;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}
.cntHome1 img{
	margin-right: 15px;
}
.itemHome1b{
	margin-left: 40px;
	margin-right: 40px;
}
#textFabri1{
	background: #f1f1f1;
	position: relative;
	padding-top: 90px;
	padding-bottom: 70px;
}
.contentMain{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.sideBarMain{
	width: 100%;
}
.cntMain{
	padding-top: 35px;
	width: 100%;
	padding-left: 0px;
	position: relative;
}
.titleCategorias{
	position: relative;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #466A00;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}
.titleCategorias img{
	margin-right: 8px;
}
.liCatP{
	margin-top: 1px;
	position: relative;
	list-style: none;
}
.titleCatProds{
	background: #7CB300;
	display: block;
	padding-left: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 40px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.25px;
	text-align: left;
	padding-right: 10px;
}
.liCatP.active .titleCatProds,.liCatP .titleCatProds:hover,.liCatP .titleCatProds:focus{
	background: #466A00;
	text-decoration: none;
	color: #fff;
}
.titleCatSubList{
	height: 102px;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 30px;
	color: #626262;
	font-family: 'Oswald',sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
}
.titleCatSubList strong{
	color: #7CB300;
}
.contentMainPrincipal .row{
	margin: 0 -16.5px;
}
.contentMainPrincipal div[class*="col-"]{
	margin-bottom: 26px;
	padding: 0 16.5px;
}
.productoCnt{
	max-width: 394px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
}
.productoCnt::before{
	content: '';
	position: absolute;
	bottom: -13px;
	width: 100%;
	height: 13px;
	left: 0;
	background: url('../images/productos/iconos/shadow2.png') bottom center no-repeat;
	background-size: contain;
}
.productoCnt figure{
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
	height: 246px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
}
.productoCnt figure::before{
	content: '';
	position: absolute;
	bottom: -13px;
	width: 100%;
	height: 13px;
	left: 0;
	background: url('../images/productos/iconos/shadow1.png') bottom center no-repeat;
	background-size: contain;
}

.tituloProdPrin{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.25px;
	color: #565656;
	text-align: center;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.sideBarMain ul{
	display: none;
}
.sideBarMain.open ul{
	display: block;
}
#bajarSl{
	margin-top: 209px;
	height: 1px;
}
#textVenta1{
	background: url('../images/condicionesVenta/bg1.webp') center no-repeat;
	background-size: cover;
	padding-top: 99px;
	padding-bottom: 95px;
}
.titleVenta1{
	position: relative;
	color: #626262;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 43.45px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 1;
	margin-bottom: 30px;
}
.titleVenta1 strong{
	font-weight: 900;
	font-size: 64.45px;
	color: #7CB300;
}
.titleVenta1::before{
	content: '';
	position: absolute;
	top: 11px;
	left: -412px;
	width: 400px;
	height: 44px;
	background: url('../images/condicionesVenta/tit.png') top right no-repeat;
	background-size: cover;
}
.cntVenta1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: left;
	color: #626262;
}
.cntVenta1 strong{
	font-weight: 800;
	color: #7CB300;
}
.itemVenta1{
	position: relative;
	padding-left: 29px;
}
.itemVenta1::before{
	content: '';
	position: absolute;
	background: #7CB300;
	top: 19px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#textVenta2{
	height: 214px;
	background: url('../images/condicionesVenta/bg2.webp') center no-repeat;
	background-size: cover;
}
#textVenta3{
	position: relative;
	z-index: 2;
	margin-top: -96px;
	padding-bottom: 70px;
}
.contentVenta3{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemVenta3{
	position: relative;
	color: #6f6f6f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
}
.itemVenta3b{
	margin-left: 55px;
	margin-right: 55px;
}
.itemVenta3 figure{
	position: relative;
	width: 192px;
	height: 192px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: solid 6px #7CB300;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
}
.itemVenta3b figure img{
	max-width: 202px;
  	margin-left: 82px;
}
.titleVenta3{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #3b3b3b;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 48px;
	position: relative;
}
.titleVenta3::before{
	content: '';
	position: absolute;
	bottom: -28px;
	left: calc(50% - 37px);
	width: 74px;
	height: 7px;
	background: #7CB300;
}
#textDia1{
	background: url('../images/condicionesVenta/bg3.webp') center no-repeat;
	background-size: cover;
	padding-top: 114px;
	padding-bottom: 87px;
}
.itemdia1{
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 28px;
}
.itemdia1:last-child{
	margin-bottom: 0;
}
#textHome1.textNosotros1{
	background: #f1f1f1;
	padding-top: 77px;
}
#textNos1{
	background: #f1f1f1;
	padding-top: 80px;
	padding-bottom: 61px;
}
.contentNos1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.itemNos1{
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
	color: #616161;
}
.itemNos1a{
	padding-left: 71px;
	position: relative;
}
.itemNos1b{
	padding-left: 35px;
}
.itemNos1b img{
	max-width: 825px;
}
.titleNos1{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 19px 0;
}
.titleNos1 strong{
	font-weight: 900;
	font-size: 32px;
}
.titleNos1 div{
	position: relative;
	z-index: 2;
}
.titleNos1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 961px;
	height: 100%;
	background: url('../images/nosotros/tit.png') center no-repeat;
	background-size: cover;
}
.nos1{
	padding: 80px 0;
}
.itemNos1 a{
	background: #466A00;
	width: 293px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.1;
	letter-spacing: 0px;
}
.itemNos1 a:hover,.itemNos1 a:focus{
	text-decoration: none;
	background: #000;
}
#textNos2{
	background: #f1f1f1;
}
.contentNos2{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.nos2{
	position: relative;
	z-index: 2;
	background: rgba(22, 22, 22, 0.85);
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 34px;
	padding-bottom: 20px;
	height: 359px;
}
.nos2::before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100%;
	background: rgba(22, 22, 22, 0.85);
}
.itemNos2b .nos2::before{
	left: auto;
	right: -500px;
}
.itemNos2{
	width: calc(50% - 14px);
	margin-right: 28px;
	margin-bottom: 28px;
	position: relative;
	padding-top: 103px;
	padding-bottom: 101px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fefefe;
}
.itemNos2 a{
	color: #fefefe;
}
.itemNos2a{
	text-align: right;
	justify-content: flex-end;
}
.itemNos2b{
	text-align: left;
}
.itemNos2b .nos2{
	padding-right: 0;
	padding-left: 25px;
	padding-right: 40px;
}
.itemNos2:last-child{
	margin-right: 0;
}
.itemNos2a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 945px;
	background: url('../images/nosotros/bg1.webp') center no-repeat;
	background-size: cover;
}
.itemNos2b::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 945px;
	background: url('../images/nosotros/bg2.webp') center no-repeat;
	background-size: cover;
}
.titleNos2{
	font-family: "Myriad Pro";
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 32px;
	position: relative;
}
.titleNos2 strong{
	font-weight: 700;
	color: #7CB300;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
}
.titleNos2::before{
	content: '';
	position: absolute;
	bottom: -16px;
	right: 0;
	width: 1200px;
	height: 3px;
	background: #fff;
}
.itemNos2b .titleNos2::before{
	right: auto;
	left: 0;
}

#formTop{
	position: relative;
	padding-bottom: 44px;
	padding-top: 70px;
}
#frmContacto{
	overflow: hidden;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
#frmContacto .tit{
	color: #616161;
	font-family: "Lato", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	padding-bottom: 11px;
	margin-bottom: 24px;
	text-align: center;
	position: relative;
}
#frmContacto .tit:before{
	content: '';
	position: absolute;
	width: 76px;
	height: 1px;
	background: #535354;
	bottom: 0;
	left: calc(50% - 38px);
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 6px
}
#frmContacto .form-control{
	display: block;
	height: 39px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 11px;
	font-weight: 400;
	padding-left: 11px;
	color: #959595;
	box-shadow: inset 0 1px 1px transparent;
	border: 1px solid #d5d5d5;
}
#frmContacto .textarea{
	height: 81px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: #8db100; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
}
#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
}
#icoWa{
	background: url(../images/icoWa.png?v1) 0 0 no-repeat;
	background-size: contain;
	width: 201px;
	height: 61px;
	position: fixed;
	bottom: 46px;
	right: 0;
	z-index: 5;
}
.desktop .wow{
	visibility: hidden;
}
#textContacto1{
	background: url('../images/contacto/bg1.webp') center no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.contentContacto1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border: solid 3px #7CB300;
	padding: 45px 15px;
}
.titleCont1{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align: left;
	color: #7CB300;
	margin-bottom: 12px;
}
.itemCont1b{
	margin-left: 60px;
	margin-right: 60px;
}
.itemCont1 a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #252525;
	line-height: 30px;
	letter-spacing: 0.1px;
	text-align: left;
}
.icoCont1{
	padding-left: 36px;
	position: relative;
}
.icoCont1::before{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url('../images/contacto/icoTel.png') center no-repeat;
	background-size: cover;
}
.itemCont1b .icoWA::before{
	background: url('../images/icoWA.svg') center no-repeat rgb(124, 179, 0);
	background-size: cover;
	border-radius: 50%;
	background-size: 67%;
}
.redes2{
	display: flex;
	align-items: center;
	position: relative;
}
.redes2 a{
	margin-right: 8px;
}
.redes2 a:last-child{
	margin-right: 0px;
}
#textContacto3{
	background: url('../images/contacto/bg2.webp') center no-repeat;
	background-size: cover;
}
#textContacto3 .tit{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: center;
	color: #ffffff;
	padding: 48px 0px;
}
#textContacto3 .tit img{
	display: inline-block;
	position: relative;
	top: 6px;
}
.mapC{
	height: 500px;
	width: 100%;
}

#textDetalleProductos{
	padding-top: 96px;
	padding-bottom: 65px;
	background: #f1f1f1;
}
.titleDetalle1{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 30px;
}
.titleDetalle1 .t1{
	background: #7CB300;
	width: 285px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	letter-spacing: 0px;
}
.titleDetalle1 .t2{
	width: calc(100% - 285px);
	padding-right: 100px;
	position: relative;
	color: #626262;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 31px;
}
.backDet{
	position: absolute;
	right: 24px;
	top: calc(50% - 22px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7CB300;
	width: 57px;
	height: 44px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contentDetPrincipal{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.imgProductos{
	width: 100%;
	padding-right: 0px;
	padding-bottom: 35px;
}
.detallesProducto{
	width: 100%;
	padding-top: 0px;
}
.contentDetPrincipal .ctn-agregar {
	margin-top: 0px;
}
#textDetalleProductos .visorImg{
	max-width: 622px;
	margin-right: auto;
	margin-left: auto;
}
#textDetalleProductos figure.visor{
	max-width: 622px;
	height: 415px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
#textDetalleProductos figure.visor img{
	display: none;
	max-height: calc(100% - 4px);
	max-width: calc(100% - 4px);
}
#textDetalleProductos figure.visor img:first-child{
	display: block;
}
.cont-flexProducto{
	padding-right: 0px;
	padding-top: 10px;
	max-width: 501px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.flexProducto ul li{
	width: 119px !important;
}
.cont-flexProducto img{
	cursor: pointer;
}
.thumbLiCar{
	width: 119px;
	height: 86px;
	border: solid 1px #d1d1d1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexProducto2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexProducto2 .thumbLiCar{
	width: 100px;
}
.flexProducto2 .itemFlexProducto2{
	margin-right: 8px;
}
.flexProducto2 .itemFlexProducto2:last-child{
	margin-right: 0;
}
.flexProducto .flex-direction-nav .flex-prev{
	margin-left: 0;
	left: -20px;
	background: url(../images/slider/n1.png);
	width: 9px;
	height: 19px;
	bottom: 35px;
	top: auto;
}
.flexProducto .flex-direction-nav .flex-next{
	margin-left: 0;
	left: calc(100% + 11px);
	background: url(../images/slider/n2.png);
	width: 9px;
	height: 19px;
	bottom: 35px;
	top: auto;
}
.noHayP{
	margin-bottom: 42px;
	font-size: 18px;
	font-weight: 600;
}

.contentDetallesProducto{
	padding-left: 0px;
}
.tituloProductDet{
	color: #8db100;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 33px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 25px;
	border-bottom: solid 5px #f0f0f0;
	margin-top: -5px;
}

.precioDetalleSku{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 35px;
	margin-bottom: 35px;
}
.preciodetallep{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #ffffff;
	background: #8db100;
	height: 70px;
	text-align: center;
	min-width: 187px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.preciodetallep span{
	font-size: 30.33px;
}

.skuDet{
	background: #8db100;
	min-width: 199px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	padding: 5px 10px;
}

.contentDetItems{
	color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	background: #fff;
	margin-bottom: 30px;
	padding-left: 25px;
	padding-right: 15px;
}
.contentDetItems strong{
	font-family: 'Oswald', sans-serif;
	color: #7CB300;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	width: 111px;
	text-transform: uppercase;
}
.btnsAdssCarts{
	background: #fff;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.itemDetP{
	border-top: solid 1px rgba(58, 58, 58, 0.2);
	padding: 16px 0;
}
.itemDetP:first-child{
	border-top: 0;
}
.itemDetP:last-child{
	border-bottom: dashed 1px #d7d7d7;
}
.contentDetItems .impresion{
	font-size: 14px;
}

.descripcionDetalle{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #4d4d4d;
	padding-top: 75px;
}
.descripcionDetalle .tituloCarct{
	background: #f1f1f1;
	color: #7CB300;
	font-weight: 500;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 16px;
	position: relative;
}
.descripcionDetalle .tituloCarct div{
	position: relative;
	z-index: 2;
	background: #f1f1f1;
	padding-right: 14px;
	display: inline-block;
}
.descripcionDetalle .tituloCarct::before{
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(88, 88, 88, 0.2);
}

.cntBotonesPrecio{
	background: #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 8px;
	max-width: 370px;
}
.titleComprarP{
	color: #8db100;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
	margin-top: 30px;
}

.detalleprev{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 37px;
	width: 69px;
	border-radius: 3px;
	position: relative;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.cantidadProdc{
	position: relative;
	background: #636363;
	border-radius: 3px;
	height: 37px;
	width: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
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: 14px;
	height: 37px;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
}
.number-input.detalleprev button{
	background-color: transparent;
	color: #252525;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 23px;
}
.number-input.detalleprev button.mix{
	background: url(../images/slider/min.png) center no-repeat;
}
.number-input.detalleprev button.plus{
	background: url(../images/slider/plus.png) center no-repeat;
}
.number-input .minus,.number-input .plus{
	-webkit-appearance: none;
	background-color: #565656;
	border: none;
	width: 14px;
	height: 37px;
	cursor: pointer;
	margin: 0px;
	position: relative;
	color: #ffffff;
}
.number-input .minus{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.number-input .plus{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.number-input.detalleprev button:before,
.number-input.detalleprev button:after {
	width: 0;
	height: 0;
}
.number-input input[type=number] {
	font-family: 'Lato';
	max-width: 38px;
	padding: .5rem;
	background: #dcdcdc;
	font-size: 15px;
	color: #2d2c2c;
	height: 37px;
	font-weight: 400;
	text-align: center;
}
.number-input.detalleprev input[type=number] {
	height: 33px;
	max-width: 38px;
	background: transparent;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	padding: 0;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.number-input .qty {
	font-family: 'Open Sans';
	font-weight: 400;
	max-width: 38px;
	padding: .1rem;
	background: #565656;
	font-size: 16px;
	color: #ffffff;
	height: 37px;
	text-align: center;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.ctn-agregar{
	margin-top: 10px;
}
.btn-aCarrito{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	width: 105px;
	height: 37px;
	background:#76CA26;
	border-radius: 3px;
	padding: 6px 5px;
	margin-bottom: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.contRelacionadosNew .btn-aCarrito{
	margin-top: 0px;
}
.btn-aCarrito img{
	margin-right: 4px;
}
.btn-aCarrito:hover,.btn-aCarrito:focus{
	text-decoration: none;
	opacity: 0.85;
	color: #ffffff;
}
.textoCostosP{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	margin-right: 10px;
}
.textoCostosP strong{
	font-weight: 900;
}
.textoCostosP strong.strong2{
	color: #32af01;
}
.piezasp{
	width: 61px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: right;
	line-height: 1.1;
}
.costoPrecioP{
	width: 100px;
	height: 37PX;
	border-radius: 3px;
	display: flex;
	align-items: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #4d4d4d;
	letter-spacing: 0px;
}
.costoPrecioP span.span1{
	font-size: 15px;
	font-weight: 400;
}
.costoPrecioP span.span2{
	font-size: 12px;
	font-weight: 400;
}
.cntBotonesPrecio2{
	margin-top: 9px;
}

#productosRelacionados{
	background: #f1f1f1;
}
#productosRelacionados  .cntBotonesPrecio .textoCostosP,
#productosRelacionados  .detalleprev,
#productosRelacionados  .ctn-agregar{
	margin-top: 5px;
	margin-bottom: 5px;
}
.contRelacionadosNew{
	padding-top: 77px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.titleRecionados1{
	background: url('../images/productos/iconos/bgRel.webp') center no-repeat;
	background-size: cover;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 38px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}
.contRelacionadosNew .flexRelacionados{
	text-align: center;
}
.contRelacionadosNew .flexRelacionados .bx-wrapper{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
#caroucelRel.slides li{
	padding-bottom: 27px;
}
.contRelacionadosNew .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -140px;
    margin-top: 0px;
    outline: 0;
    width: 13px;
    height: 26px;
    text-indent: -9999px;
    z-index: 10;
}
.contRelacionadosNew .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -354px;
    background: url(../images/slider/n1a.png) center no-repeat;
}
.contRelacionadosNew .bx-wrapper .bx-next {
    right: auto;
    left: 50%;
    margin-left: 354px;
    background: url(../images/slider/n2a.png) center no-repeat;
}
.titleProductos1 a{
	cursor: pointer;
}

#textCarrito1{
	background: #565656;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #feffff;
	font-size: 40px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	padding: 30px 0;
	text-transform: uppercase;
}
#textCartPrin1{
	background: #f1f1f1;
	padding-top: 92px;
}
.titleCartA{
	background: #7CB300;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.cntResumenCarrito{
	display: flex;
	flex-wrap: wrap;
	padding-top: 36px;
	padding-bottom: 93px;
}
.itemReumenCarta{
	width: 100%;
	padding-right: 0px;
}
.itemReumenCartb{
	width: 100%;
}
.text-right{
	text-align: right;
}
.encabezado{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #616161;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #a0a0a0;
}
.table > thead > tr > th{
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	border-bottom: solid 1px #a0a0a0;
}
.table > thead > tr > th.encabezado{
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 19px;
}
.table > tbody > tr{
	border-bottom: solid 1px #a0a0a0;
}
.table > tbody > tr:last-child{
	border-bottom: 0;
}
.table > tbody > tr > td{
	vertical-align: middle;
	padding: 28px 8px;
	border-top: 0;
}
.table > tbody > tr > td.delItem{
	padding-left: 0px;
	padding-right: 10px;
	width: 18px;
}
.table > tbody > tr > td.delItem a{
	cursor: pointer;
}
.table > tbody > tr > td.fotoPc{
	width: 80px;
}
.nombreP{
	font-family: 'Arial', sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #1b1b1b;
	text-align: left;
	letter-spacing: 0px;
	line-height: 19px;
	max-width: 330px;
}
.nombreP span{
	font-weight: 400;
	color: #616161;
	padding-top: 3px;
	display: inline-block;
}
.table > thead > tr > th.titlepC{
	padding-left: 0px;
}
.table > tbody > tr > td.precioP{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
}
.table > tbody > tr > td.precioPT{
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	color: #616161;
	font-size: 22px;
	line-height: 19px;
	letter-spacing: 0px;
}
.itemReumenCartb .border{
	position: relative;
}
.itemReumenCartb .border:before{
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: 2px;
	left: 15px;
	bottom: 0;
	background: url(../images/borde.png);
}
.title1{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #9f9f9f;
}
.title2{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #323232;
}
.title1.nota{
	font-size: 11px;
	color: #9f9f9f;
	letter-spacing: 0.25px;
	line-height: 19px;
	margin-top: 16px;
}

.btn-seguir, .btn-continuar{
	width: 100%;
	color: #ffffff;
	height: 45px;
	border:0;
	border-radius: 0;
	line-height: 33px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}
.btn-seguir:hover, .btn-continuar:hover,.btn-seguir:focus, .btn-continuar:focus{
	color: #ffffff;
	opacity: 0.85;
}
.btn-seguir{
	background: #636363 !important;
	margin-bottom: 7px;
	margin-top: 22px;
}
.btn-continuar{
	background: #76CA26 !important;
}
.itemReumenCartb .encabezado{
	margin-bottom: 8px;
}

.contentCarrito2{
	margin-bottom: 63px;
	background: url(../images/img1cart2.webp) top center no-repeat;
	background-size: cover;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.bodyCarrito2{
	max-width: 1012px;
	margin-right: auto;
	margin-left: auto;
}
.titleCondiciones2P{
	color: #a5c503;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	border-bottom: solid 3px rgba(255,255,255,0.25);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	padding-bottom: 17px;
	margin-bottom: 28px;
}
.contentCondicionesP{
	display: flex;
	flex-wrap: wrap;
}
.itemCondicionesP1a{
	width: 100%;
	padding-right: 0px;
}
.itemCondicionesP1b{
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}
.cntItemCondiciones{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: left;
	margin-bottom: 20px;
}
.cntItemCondiciones:last-child{
	margin-bottom: 0px;
}
.titleCondiciones{
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}
.titleCondiciones img{
	margin-right: 7px;
}
.textoItemCondiciones > div{
	padding-left: 8px;
	position: relative;
}
.textoItemCondiciones > div span{
	position: absolute;
	top: 0;
	left: 0;
}
.titleCondiciones3P{
	background: rgba(255,255,255, 0.15);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 15px 10px;
	margin-top: 25px;
}
.titleCondiciones3P strong{
	display: block;
	color: #a5c503;
	font-size: 18px;
	font-weight: 900;
}

.textformulario1{
	margin-bottom: 6px !important;
}

#formResumen .form-group {
 margin-bottom: 10px;
}
#formResumen .row-resumen{margin: 0 -4.5px}
#formResumen .titDesc2{line-height: 24px; padding-left: 5px}
#formResumen .row-resumen [class*="col-"]{padding-left: 4.5px; padding-right: 4.5px;}
#formResumen label {
	padding-left: 5px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
}
#formResumen abbr{border-bottom: none;}
#formResumen textarea{height: 114px; line-height: 18px;}
#formResumen .form-control,
#formResumen .form-control{
	height:47px;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	color: #4d4d4d;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	border: 0;
	font-size: 13px;
	padding-left: 12px;
	background: #fff;
}
#formResumen textarea.form-control{height:123px; padding-top:18px}
#formResumen input::-webkit-input-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen input:-moz-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen input::-moz-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen input:-ms-input-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen textarea::-webkit-input-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen textarea:-moz-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen textarea::-moz-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen textarea:-ms-input-placeholder {color:#4d4d4d; opacity:  1;}
#formResumen input:focus::-webkit-input-placeholder {opacity:0.5}
#formResumen input:focus:-moz-placeholder{opacity:0.5}
#formResumen input:focus::-moz-placeholder{opacity:0.5}
#formResumen input:focus:-ms-input-placeholder{opacity:0.5}
#formResumen textarea:focus::-webkit-input-placeholder{opacity:0.5}
#formResumen textarea:focus:-moz-placeholder{opacity:0.5}
#formResumen textarea:focus::-moz-placeholder{opacity:0.5}
#formResumen textarea:focus:-ms-input-placeholder{opacity:0.5}
#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:47px;color: #db1a1a;}
#btnSubmitResumen{display: none !important}
#formResumen .form-group select {
    cursor: pointer;
    background-color:     transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url("../images/caret2.png");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: rgba(124,179,0,0.07) !important;
	font-family: "Verdana", serif;
}
#textFormulario1{
	padding-top: 93px;
	padding-bottom: 93px;
	background: #f1f1f1;
}
.titleCartAB{
	margin-bottom: 49px;
}
.contenedorTitleRes3a{
	background: #8db100;
	margin-top: 53px;
	text-align: center;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 39px;
	padding: 30px 10px;
}
.contenedorTitleRes{
	color: #1d1d1d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 0px;
	position: relative;
	margin-bottom: 27px;
}
.contenedorTitleRes div{
	display: inline-block;
	background: #f1f1f1;
	z-index: 2;
	padding-right: 12px;
}
.contenedorTitleRes:before{
	content: '';
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 100%;
	height: 1px;
	background: #c0c0c0;
	z-index: -1;
}
.contenedorTitleRes2{
	margin-top: 27px;
}
.contenedorTitleRes3{
	margin-top: 31px;
	margin-bottom: 0px;
}
.btn-seguir-en-resumen{
	margin-top: 0px;
	margin-bottom: 0px;
}
#textMetPagos1{
	padding-top: 45px;
	background: #f1f1f1;
}
.titlePagos1a{
	background: #f4393e;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 36px;
	line-height: 39px;
	padding: 30px 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 13px;
}
#pagos1{
	margin-bottom: 29px;
}
.contentPagos1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0px;
}
.contentPagos1 strong{
	font-weight:500;
}
.col-pagos-1{
	padding: 13px 0;
	width: 45%;
	background: #434343;
}
.col-pagos-2{
	background: #232323;
	width: 55%;
	padding: 13px 0;
}
.textPagos1{
	border: solid 1px #ececec;
	padding: 32.5px 15px;
}
.textPagos1 span{
	display: block;
	font-family: 'Lato', sans-serif;
	font-family: 400;
	color: #616161;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
}

.cntPagos2{
	display: flex;
	flex-wrap: wrap;
}
.itemPagos2a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.itemPagos2b{
	width: 100%;
	margin-top: 20px;
}
.contenedorPagos2{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	width: 100%;
}
.contenedorPagos2:nth-child(1),
.contenedorPagos2:nth-child(3){
	margin-right: 0px;
}
.titlePagos2{
	background: #f1f1f1;
	height: 77px;
	width: 219px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #8f8f8f;
	font-size: 17px;
	line-height: 77px;
	letter-spacing: 0px;
}
.textPagos2{
	width: calc(100% - 219px);
	border: solid 1px #f1f1f1;
	border-left: 0;
	height: 77px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #616161;
	line-height: 24px;
	letter-spacing: 0px;
	padding-left: 39px;
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.title-total{
	background: #249544;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}

.contentPagos3{
	margin-top: 41px;
	margin-bottom: 41px;
}
#formFactura .row{
	margin: 0 -7px;
}
#formFactura div[class*="col-"]{
	padding: 0 7px;
}
#formFactura .form-group{
	margin-bottom: 14px
}
#formFactura .form-control{
	display: block;
	height: 54px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Lato", serif;
	font-size: 13.5px;
	color: #707070;
	background: rgba(124,179,0,0.07);
	border: 0;
	box-shadow: inset 0 1px 1px transparent;
}

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

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

#formFactura input::-webkit-input-placeholder {color:#4d4d4d; opacity:  1;}
#formFactura input:-moz-placeholder {color:#4d4d4d; opacity:  1;}
#formFactura input::-moz-placeholder {color:#4d4d4d; opacity:  1;}
#formFactura input:-ms-input-placeholder {color:#4d4d4d; opacity:  1;}

#formFactura input:focus::-webkit-input-placeholder {opacity:0.5}
#formFactura input:focus:-moz-placeholder{opacity:0.5}
#formFactura input:focus::-moz-placeholder{opacity:0.5}
#formFactura input:focus:-ms-input-placeholder{opacity:0.5}
#formFactura .has-error .form-control-feedback{line-height:36px; height:100%; }
#formFactura .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.titlePagosMForm{
	background: #b6b6b6;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 31px;
	position: relative;
	letter-spacing: 0px;
}
.titlePagosMForm label{
	font-weight: 900;
	position: relative;
	cursor: pointer;
}
.titlePagosMForm input[type="checkbox"]{
	opacity: 0;
}
.titlePagosMForm input[type="checkbox"] + i:after{
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  width: 21px;
  height: 21px;
  border: solid 2px #5a5a5a;
  background: #FFF;
}
.titlePagosMForm input[type="checkbox"]:checked + i:before{
  content: "";
  position: absolute;
  top: 2px;
  left: -8px;
  width: 26px;
  height: 25px;
  background: url(../images/check.svg) center center no-repeat; 
  z-index: 2;
  background-size: cover;
}
.titleMasForm{
	text-align: center;
	color: #5d5d5d;
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
	text-align: center;
}

#textPagos2{
	margin-top: 45px;
}
#textPagos2 .row{
	margin: 0 -32px;
}
#textPagos2 div[class*="col-"]{
	width: 50%;
	padding: 0 32px;
	margin-bottom: 45px;
	position: relative;
}
#textPagos2 div[class*="col-"]:nth-child(2){
	
}
#textPagos2 div[class*="col-"]:last-child{
	
}
.bgMetodo{
	height: 236px;
	position: relative;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}
.metodo1{
	background: url(../images/metodos/pagoTarjeta.png) center no-repeat;
}
.metodo2{
	background: url(../images/metodos/pagoDeposito.png) center no-repeat;
}
.metodo3{
	background: url(../images/metodos/metodo3.png?v2) center no-repeat;
}
.bgMetodo a{
	position: absolute;
	background: #ffffff;
	width: 189px;
	height: 45.37px;
	bottom: 26px;
	left: calc(50% - 94.5px);
	color: #585858;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20.4px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bgMetodo a:hover,.bgMetodo a:focus{
	opacity: 0.9;
}
.titleMetodos1{
	background: #8db100;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	padding: 30px 10px;
	margin-top: 43px;
}
#textResumenMet1{
	background: #565656;
	margin-bottom: 49px;
}
.cntResumenMet1{
	position: relative;
	height: 138px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cntResumenMet1 .tit{
	margin-right: auto;
	margin-left: 0;
}
.cntResumenMet1 a{
	display: block;
	width: 123px;
	height: 45px;
	position: absolute;
	top: calc(50% - 22.5px);
	right: 0;
}
.textMetodoRes1{
	position: relative;
	background: #3b3b3b;
	height: 76px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 23px;
	color: #ffffff;
	letter-spacing: 0.25px;
	padding-left: 60px;
	margin-top: 46px;
	margin-bottom: 50px;
}
.fechaMetRes{
	position: absolute;
	background: #00b6c0;
	top: 0;
	right: 0;
	height: 76px;
	width: 305px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 19.4px;
	line-height: 25px;
	letter-spacing: 0px;
}
.bgOxxo,.bgBancomer{
	background: url(../images/print/bgoxxo.png?v2) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 312px;
	margin-bottom: 59px;
	margin-top: 58px;
	position: relative;
}
.bgBancomer{
	background: url(../images/print/bgbancomer.png?v2) center no-repeat;
	background-size: cover;
	margin-bottom: 61px;
}
.bgOxxo .med{
	margin-left: 40px;
	margin-right: 40px;
}
.bgBancomer .med{
	margin-left: 40px;
	margin-right: 40px;
}
.textoBgOxxo{
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
}
.textoBgOxxo strong{
	font-weight: 600;
}
.cantidadForm{
	max-width: 75px;
	color: #2d2c2c;
	margin-right: auto;
	margin-left: auto;
	background: #d5d5d5;
}
.titleResumenMet3{
	background: #8db100;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 39px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0px;
	padding: 30px 10px;
}
#textResumenMet2 .cntResumenCarrito {
    padding-top: 40px;
    padding-bottom: 52px;
}
.bgResumenMet4{
	background: #454545;
	padding: 37.5px 10px;
}
.bgResumenMet4 .tit1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 23px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}
.bgResumenMet4 .tit2{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.25px;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
}
#textResumenMet5{
	background: #8db100;
	margin-bottom: 0px;
	margin-top: 55px;
}
.titResumenMet5{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 36px;
	padding: 48.5px 0;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.tituloMetodoB{
	position: absolute;
	bottom: 29px;
	left: 0;
	background: rgba(255,255,255,0.85);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #c3001c;
	line-height: 44px;
	letter-spacing: 0.25px;
	padding: 0 45px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.tituloMetodoBa{
	color: #275199;
}

#formFactura .cntFacturaTogle{
	display: none;
	transition: all 0.5s ease-in-out 0s;
}
#formFactura.open .cntFacturaTogle{
	display: block;
	transition: all 0.5s ease-in-out 0s;
}
#formFactura.open .titlePagosMForm{
	margin-bottom: 51px;
	transition: all 0.5s ease-in-out 0s;
}
.span2NameP{
	font-size: 12px !important;
	color: #ff4d4d !important;
	line-height: normal !important;
}



.labelPedido{
	background: #FFF;
	padding: 25px 15px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #616161;
	margin-bottom: 29px
}

.infoClie_Total .row{
	display: flex;
	margin: 0;
	flex-wrap: wrap;
}
.infoClie_Total .row>div{
	width: 100%;
}
.infoClie_Total .infoClie{
	padding-right: 0px;
}
.infoClie .item{
	background: #e6e6e6;
	margin-bottom: 4px;
	display: flex;
}
.infoClie .item>div{
	height: 39px;
	display: flex;
	align-items: center;
}
.infoClie .item .col1{
	width: 171px;
	position: relative;
	background: #484848;
	color: #FFF;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	padding-left: 45px;
}
.infoClie .item .col1:before{
	display: block;
	content: "";
	width: 34px;
	height: 100%;
	border-right: solid 2px #FFF;
	position: absolute;
	left: 0;
	top: 0;
}
.infoClie .item .icoUser:before{
	background: url('../images/iconos/icoUser.png') center center no-repeat;
}
.infoClie .item .icoPhone:before{
	background: url('../images/iconos/icoPhone.png') center center no-repeat;
}
.infoClie .item .icoMail:before{
	background: url('../images/iconos/icoEMail.png') center center no-repeat;
}
.infoClie .item .col2{
	width: 171px;
	position: relative;
	color: #8a8a8a;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	padding-left: 18px;
}
.infoTotal{
	display: flex;
	justify-content: flex-end;
	height: 124px;
	padding-left: 0px;
}
.infoTotal .bgRed{
	background: #bf3c3c;
	display: flex;
	max-width: 100%;
	width: 100%;
	margin-top: 10px;
}
.infoTotal .bgRed >div{
	display: flex;
	align-items: center;
	color: #FFF;
}
.infoTotal .bgRed .lbl{
	background: #ff5050;
	padding: 7px 9px;
	width: 41%;
}
.infoTotal .bgRed .lbl div{
	display: flex;
	height: 100%;
	width: 100%;
	border: dashed 1px #FFF;	
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	align-items: center;
	justify-content: center;
}
.infoTotal .bgRed .total{
	width: 59%;
	justify-content: center;
	font-size: 24px;
	padding-top: 15px
}
.infoTotal .bgRed .total span{
	font-size: 48px;
}


.infoTotal .bgGreen{
	background: #197723;
	display: flex;
	max-width: 100%;
	width: 100%;
}
.infoTotal .bgGreen >div{
	display: flex;
	align-items: center;
	color: #FFF;
}
.infoTotal .bgGreen .lbl{
	background: #05b018;
	padding: 7px 9px;
	width: 41%;
}
.infoTotal .bgGreen .lbl div{
	display: flex;
	height: 100%;
	width: 100%;
	border: dashed 1px #FFF;	
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	align-items: center;
	justify-content: center;
}
.infoTotal .bgGreen .total{
	width: 59%;
	justify-content: center;
	font-size: 24px;
	padding-top: 15px
}
.infoTotal .bgGreen .total span{
	font-size: 48px;
}

.company-info{
  margin: 0 auto;
  max-width: 75vw;
  text-align: justify;
  padding: 60px 0 80px 0;
  font-family: "Roboto", Open Sans, Segoe UI, sans-serif;
}
.company-info__title
{
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 25px;
  text-align: center;
}
.company-info__paragraph
{
  text-indent: 2em;
  line-height: 22px;
}
ul.company-info__list--letter
{
  list-style-type: lower-alpha;
    margin-left: 1.25rem;
    font-size: 100%;
    
}
.company-info li
{
  padding: 5px 0 5px;
}
.company-info ol ul li{
  list-style-type: disc;
}
.company-info ol li a{
  font-weight: 600
}
.company-info__sub-title
{
  font-size: 17px;
  font-weight: 700;
  margin-top: 40px;
  padding-bottom: 15px;
}
.company-info p{
    margin-bottom: 20px;
}