@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");
}
@font-face {
	font-family: "Bell MT";
	src: url("../fonts/Bell-MT.ttf");
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 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;
	height: 142px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0px;
	background: url('../images/banner/menu.png') center bottom no-repeat;
	background-size: cover;
}
#logo{
	display: inline-flex;
	align-items: center;
	width: 150px;
	position: absolute;
	top: 55px;
	left: 15px;
	z-index: 3;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	height: 109px;
	width: 100%;
	position: relative;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	right: 125px;
	top: 24px;
	height: 118px;
	z-index: 2;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 10px;
	height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: block;
	color: #fff;
	position: relative;
	background: transparent;
	font-size: 17.85px;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 39px;
	height: 39px;
	padding: 0px;
	border-radius: 5px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #2f2f2f;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0;	
}
#menu li:nth-child(1) a{
	width: 122px;
}
#menu li:nth-child(2) a{
	width: 138px;
}
#menu li:nth-child(3) a{
	width: 132px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #fff;
	background: #34640D;
}
#redes{
	position: absolute;
	top: 67px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	margin-right: 8px;
}
#redes a:last-child{
	margin-right: 0px;
}
#redes a i{
	display: none;
}
#redes a:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #303030;
	display: flex;
	align-items: center;
	min-height: 100px;
	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;
	padding-top: 4px;
	/*padding-bottom: 10px;*/
}
#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;
}
#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 2px #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{
	position: relative;
	height: 410px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 410px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img.imgSliderP{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 142px;
}
.titleCaptionTop{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: left;
	position: relative;
}
.titleCaptionTop::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 1558px;
	right: 0px;
	top: 0;
	background: url('../images/banner/caption.png') center no-repeat;
	background-size: cover;
}
.caption1{
	position: relative;
	z-index: 2;
}
.titleCaptionTop .tit1{
	font-family: "Bell MT";
	font-weight: 700;
	font-size: 42px;
	position: relative;
	z-index: 2;
	line-height: 1;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#icoWa{
	background: url(../images/icoWhat.png) center center no-repeat;
	background-size: contain;
	width: 55px;
	height: 56px;
	position: fixed;
	bottom: 42px;
	right: 10px;
	z-index: 5
}
/*Estilos seccion inicio*/
#textHome1{
	padding-top: 40px;
	padding-bottom: 165px;
	background: #f6f6f6;
}
.contentHome1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome1{
	width: 50%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.itemHome1a{
	padding-top: 0px;
	padding-right: 25px;
}
.titleHome1{
	font-family: "Bell MT";
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	background: #292929;
	height: 60px;
	max-width: 504px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	margin-bottom: 25px;
}
#textHome2{
	background: url("../images/inicio/bgHome1.webp") center no-repeat;
	background-size: cover;
	padding-bottom: 75px;
}
.cntHome2{
	position: relative;
	background: url("../images/inicio/bgHome1a.webp") center no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	padding: 62px 10px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	top: -117px;
}
.itemHome2{
	padding-top: 32px;
	padding-bottom: 40px;
	position: relative;
}
.itemHome2b{
	margin-left: 60px;
	margin-right: 60px;
}
.itemHome2b::before,.itemHome2b::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: url('../images/inicio/linea.png');
	bottom: 0;
	left: -30px;
}
.itemHome2b::after{
	left: auto;
	right: -30px;
}
.cntHome2 img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 29px;
}
.itemHome2 .tit{
	position: relative;
}
.itemHome2 .tit::before{
	content: '';
	position: absolute;
	width: 37px;
	height: 2px;
	background: #fff;
	bottom: -20px;
	left: calc(50% - 18.5px);
}
.contentHome2{
	background: #f3f3f3;
	margin-top: -43px;
}
.contentHome2 .tit2{
	color: #363636;
	font-family: "Bell MT";
	font-weight: 700;
	font-size: 23px;
	line-height: 1.1;
	letter-spacing: 0.25px;
	text-align: center;
	padding: 32px 0;
}
.contentHome2 .tit2 strong{
	font-size: 28px;
	letter-spacing: -0.25px;
	color: #69b65b;
}
#textHome3{
	background: url('../images/inicio/bgHome2.webp') center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.contentHome3{
	padding-left: calc(50% + 7px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 689px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.25px;
	color: #616161;
	text-align: left;
}
.contentHome3::before{
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 70px);
	background: url('../images/inicio/img2.webp') center no-repeat;
	background-size: cover;
	height: 100%;
	width: 888px;
}
.titleHome3{
	background: #34630D;
	width: 179px;
	height: 61px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	color: #fff;
	font-family: "Bell MT";
	font-weight: 700;
	font-size: 36px;
	line-height: 61px;
	letter-spacing: -0.25px;
	text-align: center;
	margin-bottom: 22px;
}
.titleHome3b{
	margin-top: 55px;
}
#textHome4{
	display: flex;
	align-items: center;
	justify-content: center;
}
/*Estilos seccion productos*/
#textProd1{
	position: relative;
	background: url('../images/productos/bg1.webp') center no-repeat;
	background-size: cover;
}
.contentProd1{
	padding-top: 85px;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0px;
	position: relative;
}
.contentProd1::before{
	content: '';
	position: absolute;
	top: 50px;
	left: calc(50% - 30px);
	height: 405px;
	width: 991px;
	background: url('../images/productos/img1.webp') center no-repeat;
	background-size: cover;
}
.btnProd1{
	background: #34640D;
	border:solid 2px #34640D;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 300px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	color: #fff;
	font-family: "Bell MT";
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	z-index: 2;
	position: relative;
}
.btnProd1 img{
	margin-right: 20px;
}
.btnProd1:hover,.btnProd1:focus{
	text-decoration: none;
	color: #fff;
	background: #2f2f2f;
}
/*Estilos seccion contacto*/
#formTop{
	position: relative;
	padding-bottom: 110px;
	padding-top: 130px;
}
.titleContacto1{
	width: 342px;
	height: 84px;
	background: #292929;
	font-family: "Bell MT";
	font-weight: 400;
	color: #fff;
	font-size: 44px;
	line-height: 84px;
	letter-spacing: -0.1px;
	text-align: center;
	margin-bottom: 35px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #616161;
	font-family: "Lato", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	margin-bottom: 35px;
	text-align: center;
	letter-spacing: 0.25px;
}
#frmContacto .tit strong{
	color: #34630D;
}
#frmContacto .row{
	margin: 0 -17px;
}
#frmContacto div[class*="col-"]{
	padding: 0 17px;
}
#frmContacto .form-group{
	margin-bottom: 42px
}
#frmContacto .form-control{
	display: block;
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Lato", serif;
	font-size: 16px;
	font-weight: 400;
	color: #616161;
	letter-spacing: 0.25px;
	box-shadow: inset 0 0px 0px transparent !important;
	border:0;
	border-bottom: 1px solid #b5b5b5;
	padding-left: 18px;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding-left: 0;
}
#frmContacto .textarea{
	height: 40px;
	padding-top: 6px;
}
#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block;
	height:57px;
	background: #575757;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	width: 118px;
	text-align: center;
	font-weight: 400;
	border-radius: 15px;
	margin-top: 40px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border-bottom:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.frmContacto input::-webkit-input-placeholder {color:#616161; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#616161; 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;
}
.cntCap{
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
#textContacto3{
	margin-bottom: -59px;
	position: relative;
	z-index: 2;
}
#textContacto3 .tit{
	background: url('../images/productos/bg2.webp') center no-repeat;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	padding: 46.5px 0;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
#textContacto3 .tit img{
	display: inline;
	position: relative;
	top: 3px;
}
#mapc{
	height: 350px;
}
#textContacto4{
	background-color: #434343;
}
.contentContacto3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 42px 0;
}
.itemContacto3{
	width: calc(33.333% - 26px);
	margin-right: 39px;
}
.itemContacto3:last-child{
	margin-right: 0px;
}
.itemContacto3 a{
	position: relative;
	width: 100%;
	height: 70px;
	border-radius: 41px;
	-webkit-border-radius: 41px;
	-moz-border-radius: 41px;
	-ms-border-radius: 41px;
	-o-border-radius: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: solid 3px #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
}
.itemContacto3 a:hover,.itemContacto3 a:focus{
	text-decoration: none;
	color: #434343;
	background: #fff;
}