@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;
}

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: 1230px;}
.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;
	background: #f2a900;
	height: 73px;
	position: absolute;
	top: 0;
	left: 0;
	
}

#logo{
	display: block;
	width: 550px;
	position: absolute;
	top: 0px;
	left: -200px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#topMenu{
	background: #f2a900;
	height: 73px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	height: 73px;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 15px;
	background: url(../images/banner/li.png) center right no-repeat;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 70px;
	height:  73px;
	padding: 0 8px;
	letter-spacing: 0px;
}
#menu li:last-child{
	padding-right: 0;
	background: transparent;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#ffffff;
	border-bottom: solid 3px #ffffff;
}



#redes{
	width: auto;
	height: 28px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 25px;
	padding-top: 20px;
}
#redes a{
	color: #ffffff;
	height: auto;
	width: auto;
	text-align: center;
	display: inline-block;
	margin-right: 4px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
}


/*===DatFooter===*/
#datFooter{
	background: url(../images/banner/prefooter.jpg) center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 130px;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
}
#datFooter div[class*="col-"]{
	padding-bottom: 20px
}
#datFooter .container,
#datFooter a{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.25px;
	text-align: left;
}
.contentMenusFoot{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.colf1{
	width: calc(50% - 30px);
	margin-right: 60px;
	height: 220px;
}
.colf2{
	width: calc(50% - 30px);
	margin-right: 0px;
	height: 220px;
}
.colf3{
	width: calc(50% - 30px);
	margin-right: 60px;
}
.colf4{
	width: calc(50% - 30px);
}

#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
}
div[class*="iconf2-"]{
	padding-left: 25px
}
.iconf2-tel{
	background: url(../images/icoTel.png) left center no-repeat;
}
.iconf2-mail{
	background: url(../images/icoMail.png) left center no-repeat;
}


#datFooter .tit{
	font-size: 21px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height: 18px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	padding-bottom: 18px;
	margin-bottom: 15px;
	text-transform: uppercase
}


/*Footer*/
#footer{
	text-align:center;
	font-size:11.55px;
	color:#FFF;
	background:#232323;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 52px; 
	margin-top: 2px;
	position: relative;
	z-index: -1;
}
#footer span{
	font-family:'Verdana', sans-serif;
}
#footer .container{
	padding-top:18.5px;
	padding-bottom:17.5px;
	font-family:inherit;
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
/*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:before{
	display: block;
	content: "";
	position: absolute;
	height: 14px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.25);
	z-index: 2;
}
#sliderTop:after{
	display: block;
	content: "";
	position: absolute;
	height: 8px;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.25);
	z-index: 2;
}

#sliderTop .contCaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sliderTop .contCaption .container{
	height: 100%;
}
#sliderTop .caption{
	background: rgba(13,13,13,0.25);
	width: auto;
	font-family: "Oswald", serif;
	bottom: 40px;
	position: absolute;
	right: 15px;
	text-align: left;
	font-size: 26px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 34px;
	padding: 20.5px 0;
}
#sliderTop .caption:before{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	width: 500px;
	height: 100%;
	background: rgba(13,13,13,0.25);
}
#sliderTop .caption article{
	width: auto;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	padding-left: 40px;
}
#sliderTop .caption strong{
	font-weight: 700;
	display: block;
	font-size: 30px;
}


#sliderTop{
	height: 345px;
	margin-top: 73px;
}
#sliderTop .slides li{
	height: 345px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
	background-repeat: no-repeat;
}
#sliderTop .slides li img{
	display: none;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	background: url(../images/slider/prev.png) center top no-repeat;
}
.flex-direction-nav .flex-next {
	margin-left: -315px;
	background: url(../images/slider/next.png) center top no-repeat;
}
.flex-direction-nav a {
	height: 36px;
	width: 36px;
	opacity: 1;
}
.rowflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#formTop{
	position: relative;
	z-index: 5;
	padding-bottom: 78px;
	padding-top: 74px;
	background: url(../images/contacto/fondo.jpg) center no-repeat;
	background-size: cover;
}
.colfCont-1{
	padding-right: 15px;
	padding-top: 30px;
	width: 100%;
	order: 2;
	margin-top: 30px;
}
.colfCont-2{
	padding-left: 15px;
	width: 100%;
	order: 1;
}
.contentCont1{
	max-width: 525px;
	max-height: 396px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contentCont1 .itemCont{
	width: calc(50% - 1px);
	height: 197.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentCont1 .itemCont:first-child{
	border-right: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe; 
}
.contentCont1 .itemCont:nth-child(2){
	border-bottom: solid 1px #bebebe; 
}
.contentCont1 .itemCont:nth-child(3){
	border-right: solid 1px #bebebe; 
}
.contentCont1 .itemCont img{
	margin: auto;
}
.contentCont1 .itemCont .titleItemCont{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 39px;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #20232b;
	text-align: center;
}
.contentCont1 .itemCont .subtItem{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #20232b;
	text-align: center;
}

#frmContacto{
	overflow: hidden;
	max-width: 446px;
	min-height: 452px;
	background: #50868e;
	border: solid 3px #ffffff;
	border-radius: 9px;
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.6);
	box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.6);
	padding: 22px 41px;
	margin-right: auto;
	margin-left: auto;
}
#frmContacto .tit2{
	color: #ffffff;
	font-family: "Oswald", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-top: 3px;
	text-align: center;
}
#frmContacto .tit{
	color: #ffffff;
	font-family: "Lato", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 9px
}
#frmContacto .form-control{
	display: block;
	height: 39px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #616161;
	border: 1px solid #d6d6d6;
}
#frmContacto .textarea{
	height: 118px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#e59823; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 82px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 8px;
}
#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:#979797; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#979797; 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;
}

#textHome1{
	padding: 123px 0;
}
#textHome1 .titleHome1{
	padding-bottom: 21px;
	margin-bottom: 21px;
	position: relative;
	margin-left: 30px;
	margin-right: 20px;
	border-bottom: solid 1px rgba(117,117,177,0.25);
}
#textHome1 .titleHome1 .img{
	position: absolute;
	bottom: -3px;
	left: calc(50% - 3.5px);
}
#textHome1 .titleHome1 img{
	margin: auto;
}
#textHome1 .contentHome1{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	line-height: 32px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.25px;
	margin-left: 30px;
	margin-right: 20px;
}

#textHome2{
	background: url(../images/inicio/fondo1.jpg) center no-repeat;
	background-size: cover;
}
#textHome2 .contentHome2{
	width: 100%;
	height: 526px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#textHome2 .contentHome2 div{
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 28px;
	font-weight: 200;
	color: #202020;
	letter-spacing: 0.5px;
	text-align: center;
	background: rgba(203,203,201,0.85);
	padding: 28.5px 10px;
}
#textHome3{
	padding-top: 85px;
	padding-bottom: 75px;
	background: url(../images/inicio/fondo2.jpg) center no-repeat;
	background-size: cover;
}
#carrucelHome{
	padding: 0px 15px;
	overflow: hidden
}
#carrucelHome .container {
    width: 100%!important;
    padding: 0;
	max-width: 100%!important
}
#carrucelHome .bx-wrapper {
    max-width: 100% !important;
}
#carrucelHome .item{
	height: auto;
	width: auto !important;
}
#carrucelHome .item div{
	width: 290px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#carouselP{
	display: none;
}
.contentCP{
	padding: 0 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentCP .itemCP{
	margin-right: 30px;
}
.contentCP .itemCP:last-child{
	margin-right: 0px;
}

#textHome4{
	background: url(../images/inicio/fondo3.jpg) center no-repeat;
	background-size: cover;
}
.contentHome4{
	display: flex;
	justify-content: center;
	padding-top: 45px;
	padding-bottom: 25px;
}
.contentHome4 .imgD{
	margin-bottom: 9px;
	margin-left: auto;
	margin-right: auto;
}
.contentHome4 .item1Home4{
	width: 30%;
	display: flex;
	padding-left: 0px;
	justify-content: center;
}
.contentHome4 .item2Home4{
	width: 40%;
	display: flex;
	padding-right: 0px;
	justify-content: center;
	position: relative;
}
.contentHome4 .item2Home4:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 1px;
	height: 152px;
}
.contentHome4 .item2Home4:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffff;
	width: 1px;
	height: 152px;
}
.contentHome4 .item3Home4{
	width: 30%;
	display: flex;
	justify-content: center;
	padding-right: 5px;
}
.contentHome4 a{
	text-align: center;
}
.contentHome4 a:hover,.contentHome4 a:focus{
	text-decoration: none;
	opacity: 0.85;
}
.titleItemHome4{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	text-transform: uppercase;
	color: #ffffff;
}
.contHome4{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}
#textProd1{
	background: #eeeeef;
}
#textProd1 .container{
	text-align: center;
	line-height: 82px;
	color: #383838;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.25px;
}
#productos{
	padding-top: 55px;
	padding-bottom: 15px;
}
#productos .row{
	margin: 0 -16px;
}
#productos div[class*="col-"]{
	margin-bottom: 50px;
	padding: 0 16px;
	text-align: center;
	width: 33.3333%;
}
#productos div[class*="col-"] figure{
	margin: auto;
	display: inline-block;
	max-width: 261px;
	height: 290px;
}
#productos div[class*="col-"] figure a:hover,#productos div[class*="col-"] figure a:focus{
	opacity: 0.85;
}
#norm1{
	padding: 80px 0;
}
#norm1 div[class*="col-"]{
	width: 100%;
}
#norm1 div[class*="col-"] img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.titleNom{
	width: 100%;
	height: 85px;
	background: #467e85;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border-radius: 6px;
}
.contentNom{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0.25px;
	padding-left: 27px;
	padding-top: 20px;
	text-align: left;
	position: relative;
}
.imgrayo{
	position: absolute;
	top: 40px;
	left: 70px;
	z-index: -1;
}
#norm1 ul{
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: left;
	margin-left: 27px;
	margin-top: 20px;
	list-style: none;
}

#textContacto2{
	background: #f6f6f6;
	padding-top: 75px;
	padding-bottom: 60px;
}
.contentContacto2{
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}
.contentContacto2 img{
	margin: auto;
	mix-blend-mode: multiply;
}
.item1Cont2{
	width: 50%;
	height: 239px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item2Cont2{
	width: 50%;
	border-right: 0;
	border-left: solid 1px #d1d1d1;
	height: 239px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 5px;
}
.item3Cont2{
	width: 50%;
	height: 239px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0px;
}
.sucursal{
	text-align: center;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #616161;
}
.sucursal a{
	color: #616161;
}
.sucursal a:hover{
	text-decoration: none;
}
.sucursal strong{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #e59823;
	text-transform: uppercase;
}

#productosCol{
	padding-top: 56px;
	padding-bottom: 14px;
}
#productosCol div[class*="col-"]{
	margin-bottom: 49px;
}
.cntProductos{
	max-width: 261px;
	height: 347px;
	margin-left: auto;
	margin-right: auto;
}
.cntProductos a{
	opacity: 0.85;
	text-decoration: none;
}
.cntProductos figure{
	background: url(../images/productos/figure.png);
	height: 289px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.cntProductos figure.bggris{
	background: #d6d9da;
}
.nombreProducto{
	position: relative;
	height: 56px;
	margin-top: 2px;
	background: url(../images/productos/producto.png);
	border-bottom-left-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-right-radius: 10px;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	padding-right: 57px;
}
.downp{
	position: absolute;
	top: 0;
	right: 0;
	border-left: solid 2px #ffffff;
	background: url(../images/productos/don.png);
	width: 57px;
	height: 100%;
	border-bottom-right-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#productosCol div[class*="col-"]:nth-child(16) .nombreProducto,
#productosCol div[class*="col-"]:nth-child(17) .nombreProducto,
#productosCol div[class*="col-"]:nth-child(27) .nombreProducto{
	font-size: 17px;
}

#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	width: 227px;
	height: 62px;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 5
}