@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: 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: 141px;
	position: absolute;
	top: 0;
	left: 0;
}
#redes{
	width: auto;
	position: absolute;
	top: 10px;
	right: 15px;
	display: flex;
	align-items: center;
	z-index: 3;
}
#redes a{
	color: #ffffff;
	height: 29px;
	width: 29px;
	text-align: center;
	display: inline-block;
	margin-right: 6.5px;
	font-size: 20px;
	border:solid 2px #4b3929;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}
#redes a svg{
	fill: #4b3929;
	width: 16px
}
#redes a.fb svg{
	width: 10px;
}

#logo{
	display: block;
	width: 145px;
	position: absolute;
	top: 26px;
	left: 15px;
	z-index: 3;
	padding-top: 10px;
}
#logo:before{
	content: '';
	position: absolute;
	width: 726px;
	height: 153px;
	background: url('../images/banner/bglogo.png') top right no-repeat;
	background-size: cover;
	top: -26px;
	right: -50px;
	z-index: -1;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	height: 141px;
	width: 100%;
	position: relative;
	background: url(../images/banner/menu.png?v2) center right no-repeat;
	background-size: cover;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 41px;
	height: 100px;
	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 4px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: block;
	color: #616161;
	position: relative;
	background: transparent;
	font-size: 12px;
	font-family: 'Encode Sans', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 72px;
	height: 72px;
	padding: 0 10px;
	text-align: center;
}
#menu li a::before,#menu li a::after{
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 9px;
	height: 1px;
	background: #72543D;
	transition: all ease-in-out 0.5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-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 a::after{
	left:auto;
	right: 0;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0;	
}
#menu li:nth-child(1) a{
	width: 52px;
}
#menu li:nth-child(2) a{
	width: 74px;
}
#menu li:nth-child(3) a{
	width: 73px;
}
#menu li:nth-child(4) a{
	width: 78px;
}
#menu li:nth-child(5) a{
	width: 140px;
}
#menu li:nth-child(6) a{
	width: 73px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #72543D;
	font-weight: 700;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before,
#menu li.active a::after, #menu li a:hover::after, #menu li a:focus::after{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}

/*Footer*/
#datFooter{
	background: #2a2a2a;
	padding-top: 63px;
	padding-bottom: 53px;
}
.contentTopDf{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #72543D;
	height: 79px;
	padding-right: 36px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 49px;
}
.titleCntTopDf{
	font-size: 20px;
	padding: 0 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 79px;
	background: rgba(254,254,254,0.25);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#datFooter .tit{
	font-size: 17px;
	font-family: "Encode Sans", sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 53px;
	letter-spacing: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: inline-block;
	text-align: left;
	background: url('../images/banner/btn.png') top right no-repeat;
	background-size: cover;
	padding-right: 19px;
}
#datFooter a{
	color: #ffffff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0px;
	font-size: 13px;
	display: flex;
	align-items: center;
}
#datFooter .dirDat{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	font-size: 13px;
	background: url(../images/iconos/ico9.png) center no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
}
.itemDat1{
	margin-right: 30px;
}
.itemDat2{
	margin-right: 30px;
}
.itemDat3{
	margin-right: 30px;
}
.redes2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.redes2 a{
	margin-right: 7px;
}
.redes2 a:last-child{
	margin-right: 0;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #1C1C1C;
	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;
	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 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: 6px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.25);
	z-index: 2;
}
#sliderTop{
	height: auto;
	margin-top: 141px;
}
#sliderTop .slides li{
	height: auto;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img{
	display: block;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.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;
}
/*Estilos seccion inicio*/
.contentHome1{
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home1{
	max-width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
}
.titleHome1{
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: 400;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #72543D;
}
.titleHome1 strong{
	font-weight: 800;
}
.titleHome1:before{
	content: '';
	position: absolute;
	bottom: -4px;
	left: calc(50% - 4px);
	width: 8px;
	height: 8px;
	background: #72543D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#textHome2{
	background: url(../images/inicio/bg1.webp) center no-repeat;
	background-size: cover;
	padding-top: 94px;
	padding-bottom: 235px;
}
.titleHome2a,.titleHome2b,.titleHome2c{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
.titleHome2b{
	font-weight: 900;
	font-size: 80px;
	margin-top: 10px;
	color: #EDBB92;
}
#textHome3{
	padding-bottom: 96px;
}
.contentHome3{
	margin-top: -157px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome3{
	width: calc(50% - 20px);
	margin-right: 40px;
}
.itemHome3:nth-child(1),.itemHome3:nth-child(2){
	margin-bottom: 35px;
}
.itemHome3:nth-child(2){
	margin-right: 0;
}
.itemHome3:last-child{
	margin-right: 0;
}
.cntHome3{
	max-width: 274px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	background: url(../images/inicio/cuadro.png) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.cntHome3 figure{
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxHome3{
	height: 167px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.25px;
	color: #fff;
	text-align: center;
}
.boxHome3 strong{
	color: #EBB88F;
	font-size: 30px;
}
.boxHome3 strong span{
	color: #fff;
}
.boxHome3b{
	font-size: 21px;
}
.boxHome3c{
	font-size: 36px;
}
.boxHome3c strong{
	font-size: 24px;
}
#textHome4{
	padding: 0 15px 111px 15px;
}
.contentHome4{
	background: url(../images/inicio/bg2.webp) center no-repeat;
	background-size: cover;
	max-width: 1642px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 538px;
}
.titleHome4{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fffefe;
	text-align: center;
	text-transform: uppercase;
}
.titleHome4 strong{
	font-weight: 800;
	font-size: 40px;
	color: #cbbaac;
}
.titleHome4 span{
	font-size: 50px;
}
.contentHome4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
	width: 226px;
	height: 69px;
	border-radius: 34.5px;
	-webkit-border-radius: 34.5px;
	-moz-border-radius: 34.5px;
	-ms-border-radius: 34.5px;
	-o-border-radius: 34.5px;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	background: #EBB88F;
	border: solid 2px #EBB88F;
}
.contentHome4 a:hover,.contentHome4 a:focus{
	background: transparent;
	color: #EBB88F;
	text-decoration: none;
}
/*Estilos seccion nosotros*/
#textNos1{
	background: url(../images/nosotros/bg1.webp) center no-repeat;
	background-size: cover;
}
.contentNos1{
	height: 690px;
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #616161;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding-right: 250px;
}
.nos1{
	max-width: 640px;
}
.contentNos1 strong{
	display: block;
	font-weight: 800;
}
.titleNos1{
	color: #72543d;
	font-weight: 400;
	font-size: 52px;
	font-family: 'Oswald', sans-serif;
	line-height: 0.9;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e5e5e5;
}
.titleNos1:before{
	content: '';
	position: absolute;
	bottom: -4px;
	left: calc(50% - 4px);
	width: 8px;
	height: 8px;
	background: #72543d;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#textNos2{
	background: url(../images/nosotros/bg2.webp) center no-repeat;
	background-size: cover;
	padding: 79.5px 0;
}
.contentNos2{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 26px 0;
	border: solid 2px #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contentNos2 strong{
	font-weight: 800;
	display: block;
}
#textNos3{
	background: url(../images/nosotros/bg3.webp) center no-repeat;
	background-size: cover;
	padding-top: 117px;
	padding-bottom: 82px;
}
.titleNos3{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 1;
	letter-spacing: 0.25px;
	color: #72543d;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 54px;
}
.contentNos3{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemNos3a{
	width: 50%;
}
.itemNos3b{
	width: 50%;
}
.nos3{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	padding-top: 0px;
}
.nos3 strong{
	font-weight: 800;
	color: #72543D;
}
.nos3 div{
	padding-left: 32px;
	margin-bottom: 26px;
	position: relative;
}
.nos3 div br{
	display: none;
}
.nos3 div::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 31px;
	background: url('../images/nosotros/mark.png') center top no-repeat;
	background-size: contain;
}
.nos3 div:last-child{
	margin-bottom: 0;
}
#textNos3 img{
	margin-left: -15px;
	margin-right: 0;
	mix-blend-mode: multiply;
}
/*Estilos seccion buscar*/

#textBuscar{
	padding-top: 34px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
}
.contentBuscar{
	max-width: 1407px;
	margin: auto;
	width: 100%;
}
.contentBuscar div{
	height: 1270px;
	position: relative;
}
.contentBuscar div iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.cntSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleCaptionTop{
	font-family: 'Encode Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(211,155,112,0.85);
	padding: 0 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.titleCaptionTop strong{
	font-weight: 800;
}
/*Estilos seccion cátalogo*/
#textCatalogo1{
	background: url(../images/catalogo/title.png);
}
.contentCatalogo1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	padding: 49px 0;
}

.titleCatalogo2a{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 52px;
	line-height: 1;
	color: #614734;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-top: 120px;
	padding-bottom: 20px;
}
.titleCatalogo2{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding-bottom: 58px;
	margin-bottom: 45px;
	position: relative;
}
.titleCatalogo2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 153px);
	width: 306px;
	height: 12px;
	background: #7b5338;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	opacity: 0.35;
}
#textCatalogo2 .row{
	margin: 0 -20px;
}
#textCatalogo2 div[class*="col-"]{
	padding: 0 20px;
	margin-bottom: 121px;
}
.contentCat2{
	background: url('../images/catalogo/bgcat.webp') center no-repeat;
	background-size: cover;
	max-width: 473px;
	margin: auto;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding-top: 72px;
	padding-bottom: 59px;
	padding-left: 15px;
	padding-right: 15px;
}
.contentCat2 img{
	margin: auto;
}
.contentCat2 .btns{
	margin-top: 24px;
}
.contentCat2 a:hover .btns,.contentCat2 a:focus .btns{
	opacity: 0.85;
	text-decoration: none;
}
#textCatalogo3{
	padding-bottom: 100px;
}
#textCatalogo3 .row{
	margin: 0 -11.5px;
}
#textCatalogo3 div[class*="col"]{
	margin-bottom: 20px;
	padding: 0 11.5px;
}
.boxCafe{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	background: #957F6D;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 89px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.bajarSlider{
	margin-top: 132px;
}
#textDetalle1{
	padding-top: 65px;
	padding-bottom: 73px;
}
.contentIframe{
	width: 100%;
	background: #ebebeb;
	position: relative;
	height: 900px;
}
.contentIframe iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

#textDetalle{
	background: #626262;
}
.contentDet{
	font-family: 'Open Sans',sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.25px;
	padding: 38px 0;
}
/*Estilos seccion distribuidores*/

#textDis1{
	background: url(../images/distribuciones/newf1.webp) center no-repeat;
	background-size: cover;
}
.contentDis1{
	display: flex;
	align-items: center;
	height: 520px;
	font-family: 'Open Sans', sans-serif;
}
.titleDis1{
	color: #ea4e59;
	font-weight: 400;
	font-size: 30px;
	text-align: left;
	line-height: normal;
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 34px;
	margin-bottom: 35px;
	position: relative;
}
.titleDis1 strong{
	color: #464646;
	display: block;
	font-weight: 800;
}
.titleDis1:before{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	background: #343434;
	width: 99px;
	height: 5px;
}
.subtitleDis1{
	font-weight: 800;
	color: #464646;
	font-size: 18px;
	letter-spacing: 0.25px;
	font-style: italic;
}

#textDis2{
	padding: 95px 0;
}
#textDis2 div[class*="col-"]:first-child img{
	margin: auto;
}
.contentDis2{
	display: flex;
	height: 294px;
	align-items: center;
	color: #6c6c6c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
}
.contentDis2 strong{
	color: #f1a71a;
	display: block;
}
.dis2{
	margin-bottom: 35px;
}
#textDis3{
	background: url(../images/distribuciones/fondo21.jpg) left center no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.bg1Distri1{
	background: url(../images/distribuciones/fondo0.jpg) right center no-repeat;
	background-size: cover;
	height: auto;
	display: block;
	padding: 40px 15px;
}
.bg1Distri1 img{
	margin: auto;
}
.contentDis3{
	padding-right: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.25px;
	color: #ffffff;
}
.contentDis3 ul{
	list-style-image: url(../images/distribuciones/li.png);
	margin-left: 20px;
	text-align: left;
}
#textDis4{
	font-family: 'Open Sans', sans-serif;
}
.videoDis4{
	padding: 78px 0;
	max-width: 515px;
	position: relative;
	z-index: 2;
}
.videoDis4 figure{
	position: relative;
}
.videoDis4 iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.titleDis4{
	font-weight: 400;
	color: #3e3e3d;
	font-size: 20px;
	line-height: normal;
}
.titleDis4 strong{
	display: block;
	color: #f1a71a;
	font-size: 22px;
	letter-spacing: 0.25px;
}
#textDis4 ul{
	color: #616161;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.25px;
	list-style-image: url(../images/distribuciones/chek.png);
	margin-left: 25px;
	margin-bottom: 35px;
}
#textDis4 div[class*="col-"]:first-child:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 960px;
	background: url(../images/distribuciones/fondo3.jpg) center right no-repeat;
}
#textDis4 div[class*="col-"]:last-child{
	padding-left: 35px;
	padding-top: 20px;
}
#textDis4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 285px;
	height: 71px;
	background: #ffa900;
	background-size: cover;
	border-radius: 35px;	
}
.icoBtn{
	width: 80px;
	height: 71px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;	
	background: #e58f00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: solid 2px #ffffff;
}
.textBtn{
	width: calc(100% - 80px);
	display: flex;
	height: 71px;
	align-items: center;
	padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
}
.textBtn strong{
	font-weight: 800;
}
#textDis4 a:hover,#textDis4 a:focus{
	text-decoration: none;
	background: #e58f00;
}
#textDis4 a:hover .icoBtn{
	background: #ffa900;
}
#textDis5{
	background: #a0a0a0;
}
.contentDis5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 36px;
	padding: 38px 0;
}
#textDis6{
	padding-top: 48px;
	background: url(../images/distribuciones/fondo4.jpg) center no-repeat;
	background-size: cover;

}
#textDis6 .row{
	margin: 0 -18.5px;
}
#textDis6 div[class*="col-"]{
	margin-bottom: 48px;
	padding: 0 18.5px;
	width: 50%;
}
.contentPago{
	max-width: 342px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
}
.pago1{
	background: url(../images/distribuciones/bg1.jpg) center right no-repeat;
	background-size: cover;
}
.pago2{
	background: url(../images/distribuciones/bg2.jpg) center right no-repeat;
	background-size: cover;
}
.pago3{
	background: url(../images/distribuciones/bg3.jpg) center right no-repeat;
	background-size: cover;
}
.contentPago figure{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.textoPago{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
	padding-left: 18px;
}
.textoPago strong{
	font-weight: 800;
}
.textoPago span{
	font-size: 11px;
}
/*Estilos seccion proyectos*/
#textProy1{
	padding-top: 100px;
	padding-bottom: 116px;
}
.titleProy1{
	font-family: "Myriad Pro";
	font-weight: 400;
	font-size: 24px;
	color: #616161;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	padding-bottom: 85px;
}
.titleProy1 strong{
	color: #Fff;
	display: inline-block;
	border-radius: 23.5px;
	-webkit-border-radius: 23.5px;
	-moz-border-radius: 23.5px;
	-ms-border-radius: 23.5px;
	-o-border-radius: 23.5px;
	background: #A77D5D;
	padding: 11.5px 10.5px;
}
.contentProy1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentProy1 div{
	margin-right: 19px;
}
.contentProy1 div:last-child{
	margin-right: 0;
}
#textProy2{
	background: #DFD3CA;
	padding-top: 32px;
	padding-bottom: 27px;
}
.btnProy2{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	background: #A77D5D;
	border: solid 2px #A77D5D;
	width: 345px;
	height: 90px;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}
.btnProy2 img{
	margin-right: 12px;
}
.btnProy2:hover,.btnProy2:focus{
	text-decoration: none;
	color: #fff;
	background: transparent;
}
/*Estilos seccion contacto*/
#formTop{
	position: relative;
	padding-bottom: 82px;
	padding-top: 70px;
}
.titleContacto1{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #72543d;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.titleContacto1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 57.5px);
	background: #a77d5d;
	width: 115px;
	height: 3px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #616161;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -7px;
}
#frmContacto div[class*="col-"]{
	padding: 0 7px;
}
#frmContacto .form-group{
	margin-bottom: 12px
}
#frmContacto .form-control{
	display: block;
	height: 93px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Montserrat", serif;
	font-size: 14px;
	font-weight: 400;
	color: #ababab;
	box-shadow: inset 0 0px 0px transparent !important;
	border: 1px solid #ababab;
	padding-left: 30px;
}
#frmContacto .textarea{
	height: 216px;
	padding-top: 33px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:63px; 
	background: #A77D5D; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family: 'Poppins', sans-serif; 
	font-size:18px;
	width: 191px;
	text-align: center;
	font-weight: 300;
	border-radius: 5px;
	margin-top: 40px;
}
#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:#ababab; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#ababab; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#ababab; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#ababab; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#ababab; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#ababab; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#ababab; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#ababab; 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: 15px;
}
#textContacto2{
	background: #f4f4f4;
	padding-top: 97px;
	padding-bottom: 83px;
}
.titleMapa{
	background: #423022;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 243px;
	height: 56px;
	margin-left: 32px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
}
.titleMapa img{
	margin-right: 12px;
}
.titleMapa2{
	background: #614834;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-left: 36px;
	padding-right: 20px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 32px;
	padding-bottom: 32px;
}
.titleMapa2 img{
	margin-right: 7px;
	position: relative;
	top: 2px;
}
.cntContacto2-2{
	margin-top: 73px;
}
/*=Chat=*/

body.chat-f  #phplive_iframe_chat_embed_wrapper,

body.chat-f  #phplive_iframe_chat_embed_maximize

{

  bottom: 295px !important;

}

#chat{background: url(../images/chat.jpg) left bottom no-repeat; position: fixed; right: 0; bottom: 0px; width: 232px; height: inherit; z-index: 99}

/*.chatMinimizado #chat{opacity: 0}*/

#chat.subir{bottom: 310px;}

#chat .headChat{height: 47px; position: absolute;top: 0;width: 100%;z-index: 9}

#chat .bodyChat{position: relative;height: 224px}

#chat span{display: block; width: 100%; height: inherit; position: relative; z-index: 3}

#chat img{opacity: 0 !important; width: 100%; height: 100%;}

#cierraChat{position: absolute; right:5px; top: 10px; width: 20px; height: 20px; z-index: 2; line-height: 18px; color: rgb(97,97,97); text-align: center; font-size: 16px; font-family: "Arial", serif; cursor: pointer;}

#estatus{position: absolute; font-size: 40px; bottom: 0px; right: 30px; width: 36px; height: 36px; line-height: 37px; text-align: center; z-index: 1;color: #fff;}

#estatus.st0{color: #CF0003;}

#estatus.st1{color: #11f803}



#chat.cerrado #estatus{ bottom: 0 }

#chat.cerrado .headChat{display: none;}

#chat.cerrado,

#chat.cerrado .bodyChat,

#chat.cerrado .bodyChat span{height: 36px;}

#chat.cerrado{border-top: solid 1px #bfbfbf;}

/*#phplive_widget_embed_iframe_loading{display: none !important}

#phplive_widget_embed_iframe{right: 0 !important; margin-bottom: 0 !important}

#phplive_widget_embed_iframe_shadow{right: -5px !important; margin-bottom: -5px !important}

#phplive_widget_embed_iframe_shadow_minimzed{display: none !important}

#phplive_embed_menu_maximize{float: none !important; width: 100% !important; position: absolute; left: 0; top: 0; height: 45px !important;}

#phplive_embed_menu_minimize,

#phplive_embed_menu_popout{display: none!important}

#phplive_widget_embed_iframe_wrapper{margin-top: 4px;}

#phplive_widget_embed_actions{top: 2px}



/*===Chat V2==*/

/*#phplive_iframe_chat_embed_wrapper{

  margin-right: -15px;

}

#phplive_iframe_chat_embed_maximize{

  opacity:0 !important;

}*/