@charset "utf-8";

/*
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic);




@font-face {
    font-family: adobegaramondpro;
    src: url(/css/AGaramondPro-Regular.eot);
    src: local("Adobe Garamond Pro Regular"), local("AGaramondPro-Regular"), url(/css/AGaramondPro-Regular.eot?#iefix) format("embedded-opentype"), url(/css/AGaramondPro-Regular.woff2) format("woff2"), url(/css/AGaramondPro-Regular.woff) format("woff"), url(/css/AGaramondPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: adobegaramondpro;
    src: url(/css/AGaramondPro-Italic.eot);
    src: local("Adobe Garamond Pro Italic"), local("AGaramondPro-Italic"), url(/css/AGaramondPro-Italic.eot?#iefix) format("embedded-opentype"), url(/css/AGaramondPro-Italic.woff2) format("woff2"), url(/css/AGaramondPro-Italic.woff) format("woff"), url(/css/AGaramondPro-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

*/


/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Open+Sans:wght@400;600&family=Oswald:wght@200&family=Raleway:wght@100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*/


/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Playfair+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


:root {
  --blue1: rgb(19, 66, 107);
  --blue2: rgb(7, 20, 31);
  --white1: rgb(255, 255, 255);
  --pink1: #f4364c;
  /*--ahbrown: rgb(199, 71, 16);*/
  /*--ahbrownhover: rgb(228, 105, 53);*/
  --ahbrown: rgb(201, 106, 54);
  --ahbrownhover: rgb(235, 135, 82);
  --gray1: rgb(113, 113, 113);
  --gray2: rgba(19,66,107,0.2);
  --black1: rgb(0, 0, 0);
  --black2: rgb(46, 46, 46);
  --wmax2: 1900px;
  --fuenteT1: 'Nunito Sans', sans-serif;
	--fuenteT2: 'Lato', sans-serif;
	--fuenteT3: "Poppins", serif;

  --weight_normal: 400;
  --weight_bold0: 600;
  --backheader:#1c1f2a;
	--backfoot:#606062;
	--maxw1: 1300px;
	--afbrown: #ce1a1a;
	--marronbarra: #9d441c;
	--fgris1:#f7f6f6;
}



body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:center;
	background-color:#FFF;
}

h2{
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: right;
  color:#8c8c8c;
}

/*top start v2*/
.h_topaf_0{
  margin: 0 auto;
  position: fixed;
  z-index: 2300;
  width: 100%;
  height: 60px;
  background-color: var(--backheader)
}
.d_topaf_0{
	position: relative;
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
  width: 100%;
	max-width: var(--maxw1);
  height: 60px;
  background-color: var(--backheader);
}
.d_topaf_0_logo{
	float:left;
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
	width: 250px;
	height: 95px;
	padding: 0;
	background-color: var(--backheader);
	border-radius: 5px;
}
.d_topaf_0_nav{
	float:left;
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
  width: auto;
	height: auto;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.d_topaf_0_nav_el0{
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
  width: auto;
	height: auto;
	padding: 0;
	font-family: var(--fuenteT2);
	color:#FFF;
	font-size: 1.0rem;
}
.d_topaf_0_nav_el0_link{
	font-size: 14px;
	display: inline-block;
	color: #fff;
	line-height: 60px;
	vertical-align: bottom;
	margin: 0 11px;
	font-weight: 400;
	transition: all 0.2s ease;
	text-decoration: none;
}
.d_topaf_0_nav_el0_link:hover{
	text-shadow: 0 0 1px #fff;
	position: relative;
	color: var(--afbrown);
}
.d_topaf_0_nav_el0_link:hover:after{
	content: '';
	height: 2px;
	background-color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.d_topaf_0_search{
	float:right;
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
  width: auto;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	float: right;
	min-width: 100px;
	max-width: 248px;
	width: 11%;
	margin-right: 10px;
}
.d_topaf_0_search_inner{
	position: relative;
	width: 100%;
}
.d_topaf_0_search_iconsearch{
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 1.2rem;
	color: #FFF;
	bottom: 0px;
	display: flex;
	align-items: center;
}




.d_topaf_0_icons{
	float:right;
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
  width: auto;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.d_topaf_0_icons_inner{
	position: relative;
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
  width: auto;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	color: #FFF;
	padding: 0 7px;
}
.d_topaf_0_icons_flaginner{
	position: relative;
	margin: 0 auto;
  z-index: 2300;
	box-sizing: border-box;
  width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	color: #FFF;
	margin: 0 7px;
}
/*top start v2*/




/*slider s*/
.h_slider{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	background-color: var(--fgris1);
}
.h_slider_noimg{
  margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	background-color: var(--fgris1);
}
/*slider e*/

/*titulos*/
.h_titulos1{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	padding: 40px 20px 0px 20px;
	background-color: var(--fgris1);
	box-sizing: border-box;
}
.d_titulos1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
	font-family: var(--fuenteT2);
	font-size: 2.3rem;
	color: var(--black2);
	letter-spacing: .03em;
	font-weight: 600;
	/*background-color: #9d441c;*/
	padding: 8px 0px;
	border-radius: 10vh;
	border: 1px solid #ccc;
}
.tit1_bold{
	font-weight: bold;
}
/*end titulos*/

/*cats s*/
.h_cats{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: var(--fgris1);
}
.d_cats{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
	font-size: 1.0em;
	font-family: var(--fuenteT3);
}
.d_cats_0{
	position: relative;
	/*margin: 0 auto;*/
	z-index: 2300;
	box-sizing: border-box;
	width: auto;
	height:auto;
}
.d_cats_0 > a{
	text-decoration: none;
	color: inherit;
}
.d_cats_1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 420px;
	height:auto;
	padding: 10px;
	cursor: pointer;
}
.d_cats_1:hover > .d_cats_2_0 .d_cats_2{
	transition: all 0.2s ease;
  transform: scale(1.2);
}
.d_cats_2_0{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:400px;
	padding: 0px;
	overflow: hidden;
}
.d_cats_2{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:100%;
	padding: 0px;
	transition: all 0.2s ease;
}
.d_cats_2_inner{
	position: relative;
	margin: 0 auto;
	bottom: 0;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	padding: 0px 5px;
	font-family: var(--fuenteT2);
	font-weight: normal;
	font-size: 1.34rem;
	color: #55565f;
	bottom: 20px;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-weight: 300;
}
.d_cats_2_inner_txt{
	box-sizing: border-box;
	display: inline;
	padding: 8px 10px;
	background-color: rgb(255, 255, 255);
	line-height: 2.0rem;
}
.d_cats_2_inner2{
	position: relative;
	margin: 0 auto;
	bottom: 0;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	padding: 0px;
	font-family: var(--fuenteT2);
	text-align: justify;
	font-weight: normal;
	font-size: 0.9rem;
	color: #55565f;
	font-weight: normal;
	padding: 5px 10px;
}
/*cats e*/

/*files*/
.h_fil{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	padding-top: 40px;
	padding-bottom: 200px;
	background-color: var(--fgris1);
}
.d_fil{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
}
.d_fil_0{
	position: relative;
	/*margin: 0 auto;*/
	z-index: 2300;
	box-sizing: border-box;
	width: auto;
	height:auto;
}
.d_fil_1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 320px;
	height:auto;
	padding: 30px;
}
.d_fil_2{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	padding: 30px;
	cursor: pointer;
	background-color: #ececec;
	font-family: var(--fuenteT3);
}
.d_fil_2:hover > .d_fil_5{
	border: 1px solid #fff;
	background-color: var(--ahbrown);
	color:#fff;
}
.d_fil_3{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: auto;
	height:auto;
	font-size: 2.0rem;
	/*background-color: var(--ahbrown);*/
	color: var(--ahbrown);
	display: inline-flex;
	padding: 8px 20px;
	border-radius: 50%;
}
.d_fil_4{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	padding-top: 25px;
	width: auto;
	height:auto;
	font-size: 1.0rem;
	color: #363636;
}
.d_fil_5{
	position: relative;
	display: inline-flex;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	margin-top: 50px;
	width: auto;
	height:auto;
	padding: 10px 20px;
	font-size: 1.0rem;
	color: var(--ahbrown);
	background-color: #fff;
	border: 1px solid var(--ahbrown);
	transition: all 0.2s ease;
}

/*endfiles*/



/*inicio1*/
.h_inicio1{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: var(--fgris1);
	padding: 50px 0px;
}
.d_inicio1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
}
.d_inicio1_c1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 50%;
	height:665px;
	padding: 40px 0px;
}
.d_inicio1_c2{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 50%;
	height:665px;
	padding: 40px 0px;
}
.d_inicio1_c1_inner{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
}
.d_inicio1_c2_inner{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 15px;
}
.d_inicio1_c1_inner_z{
	padding-left: 15px;
}
.d_inicio1_c2_inner_z{
	padding-right: 15px;
}

.d_inicio1_c1_inner_00{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/*background-color: #ce1a1a;*/
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	cursor: pointer;
	overflow: hidden;
	z-index: 2300;
}
.d_inicio1_c1_inner_00_hh{
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	width: 100%;
	max-width: 65%;
	height: auto;
	z-index: 2333;
	box-sizing: border-box;
	box-sizing: border-box;
	display: inline-flex;
  justify-content: flex-start;
}
.d_inicio1_c1_inner_00_hh1{
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
	width: 100%;
	max-width: 65%;
	height: auto;
	z-index: 2333;
	box-sizing: border-box;
	display: inline-flex;
  justify-content: flex-end;
}
.d_inicio1_c1_inner_10{
	position: relative;
	width: 100%;
	height: 60%;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.d_inicio1_c1_inner_10_inner{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	/*background-color: #571414;*/
	overflow: hidden;
	cursor: pointer;
}
.d_inicio1_c1_inner_11{
	position: relative;
	width: 100%;
	height: 40%;
	box-sizing: border-box;
	padding-top: 20px;
}
.d_inicio1_c1_inner_11_zz{
	display: flex;
	justify-content: flex-end;
}


.d_inicio1_c1_inner_11_inner{
	position: relative;
	width: 75%;
	height: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
}
.d_inicio1_c1_inner_11_tit{
	position: relative;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT1);
	text-align: left;
	font-size: 1.8rem;
	color:#5B504B;
	font-weight: bold;
	padding: 10px 0px;
}
.d_inicio1_c1_inner_11_txt{
	position: relative;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT1);
	text-align: left;
	font-size: 1.0rem;
	color:#000;
	padding: 10px 0px;
}
.d_inicio1_c1_inner_11_btn{
	position: relative;
	width: auto;
	height: auto;
	font-family: var(--fuenteT1);
	text-align: left;
	font-size: 1.2rem;
	color:#ffffff;
	font-weight: bold;
	padding: 10px 15px;
	background-color: var(--ahbrown);
	display: inline-flex;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}


/* inicio1 efectos*/
.d_inicio1_c1_inner_00 img, .d_inicio1_c1_inner_10_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.d_inicio1_c1_inner_00:hover img , .d_inicio1_c1_inner_10:hover img {
  transform: scale(1.05);
}

/*inicio1*/


/*botones*/
.btn101:hover{
	background-color: var(--ahbrownhover);
}
/*botones*/



/*proyectos*/
.d_proy_0{
	position: relative;
	/*margin: 0 auto;*/
	z-index: 2300;
	box-sizing: border-box;
	width: auto;
	width: 50%;
	height:auto;
}
.d_proy_1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 420px;
	width: 100%;
	height:auto;
	padding: 10px;
	cursor: pointer;
}
.d_proy_1:hover > .d_proy_2_0 .d_proy_2{
	transition: all 0.2s ease;
  transform: scale(1.2);
}
.d_proy_2_0{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:400px;
	padding: 0px;
	overflow: hidden;
}
.d_proy_2{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:100%;
	padding: 0px;
	transition: all 0.2s ease;
}
.d_proy_2_inner{
	position: relative;
	margin: 0 auto;
	bottom: 0;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	padding: 0px 5px;
	font-family: var(--fuenteT2);
	font-weight: normal;
	font-size: 1.34rem;
	color: #55565f;
	bottom: 3rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-weight: 300;
}
.d_proy_2_inner_txt{
	box-sizing: border-box;
	display: inline;
	padding: 8px 10px;
	background-color: rgb(255, 255, 255);
	line-height: 2.0rem;
}
/*endproyectos*/


/*sldim1*/
.h_sldim1{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: var(--fgris1);
	padding: 50px 0px;
}
.d_sldim1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
}
.d_sldim1_0{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height: 300px;
}

.d_sldim1_1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	background-color: rgb(195, 0, 255);
}
/*sldim1*/


/*btn back*/
.h_btnback{
	margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--fuenteT2);
  text-align: left;
  font-size: 1.0rem;
  color: var(--gray1);
  background-color: var(--fgris1);
	padding-bottom: 25px;
}
.d_btnback{
	margin: 0 auto;
  position: relative;
  width: 100%;
	max-width: var(--maxw1);
  height: auto;
	padding: 5px 10px;
	text-align: center;
	box-sizing: border-box;
}
.d_btnback_btn0{
	position: relative;
	display: inline-flex;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	margin-top: 50px;
	width: auto;
	height:auto;
	padding: 10px 20px;
	font-size: 1.8rem;
	color: var(--ahbrown);
	background-color: #fff;
	border: 1px solid var(--ahbrown);
	transition: all 0.2s ease;
	cursor: pointer;
	margin: 10px 20px;
	align-items: center;
}
.d_btnback_btn0:hover{
	border: 1px solid #fff;
	background-color: var(--ahbrown);
	color:#fff;
}

/*btnback fin*/

/*Ruta*/
.h_ruta{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--fuenteT2);
  text-align: left;
  font-size: 1.0rem;
  color: var(--gray1);
  background-color: var(--fgris1);
}
.d_ruta{
	margin: 0 auto;
  position: relative;
  width: 100%;
	max-width: var(--maxw1);
  height: auto;
	padding: 5px 10px;
	box-sizing:border-box;
}
.d_ruta > a{
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease;
}
.d_ruta > a:hover{
	color: var(--ahbrownhover);
	
}
/*ruta end*/











/*swiper*/

.mySwiper {
  width: 100%;
  height: 300px; /* Ajusta la altura según tus necesidades */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
	transition: all 0.3s ease; /* Transición suave con easing */
  cursor: pointer; 
}
.swiper-slide:hover {
  opacity: 0.8; /* Opacidad al pasar el ratón */
	transition: all 0.3s ease
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que las imágenes se ajusten bien */
}

/* Estilos para las flechas */
.swiper-button-prev,
.swiper-button-next {
  color: #ffffff !important; /* Color blanco para las flechas */
  background: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; /* Asegura que estén por encima del slider */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px; /* Tamaño de las flechas */
}

/* Estilos para la paginación */
.swiper-pagination {
  position: absolute;
  bottom: 10px; /* Ajusta la posición de los puntos */
}

.swiper-pagination-bullet {
  background: #ffffff !important; /* Color de los puntos */
  opacity: 0.7;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important; /* Color del punto activo */
  opacity: 1;
}

/*swiper*/

/*txtp*/
.h_txtp{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	padding: 40px 20px 50px 20px;
	background-color: var(--fgris1);
	box-sizing: border-box;
}
.d_txtp{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	font-family: var(--fuenteT3);
	font-size: 1.2rem;
  line-height: 2.2rem;
	text-align: justify;
}
.d_txtp > a{
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease;
}
.d_txtp > a:hover{
	color: var(--ahbrown);
}
/*endtxtp*/


/*prodse*/
.h_prods{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	padding-top: 40px;
	padding-bottom: 120px;
	background-color: var(--fgris1);
}
.d_prods{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
}
.d_prods_1{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 60%;
	height: 500px;
}
.d_prods_1_p1{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 500px;
}
.d_prods_2{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 40%;
	height: auto;
	background-color: #FFF;
}
.d_prods_2_tit{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT3);
	font-size: 2.0rem;
	font-weight: normal;
	padding: 10px 0px;
}

.d_prods_2_txt0{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT2);
	font-size: 1.0rem;
	text-align: justify;
	padding: 10px 10px;
	color:#000000;
}
.d_prods_2_mod0{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
.d_prods_2_mod1_ext{
	position: relative;
	box-sizing: border-box;
	width:auto;
	max-width: 77px;
	height:auto;
	margin: 0px 7px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.d_prods_2_mod1{
	position: relative;
	box-sizing: border-box;
	width:80px;
	height:80px;
	margin: 0px 5px;
	cursor: pointer;
	border-radius: 7px;
}
.d_prods_2_mod2{
	position: relative;
	box-sizing: border-box;
	width:100%;
	min-height: 55px;
	height:auto;
	margin: 0px 0px;
	font-family: var(--fuenteT2);
	font-size: 0.8rem;
}
.d_prods_2_mod1_int{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}
.d_prods_2_ext0{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.d_prods_2_ext1{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT2);
	font-size: 1.0rem;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px;
	color:#000000;
}
.d_prods_2_ext2{
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT2);
	font-size: 1.0rem;
	text-align: left;
	color:#000000;
	padding: 10px 10px;
	cursor: pointer;
}
.linkfiles{
    text-decoration: none;
}
.d_prods_2_ext2:hover{
	background-color: #e1e1e1;
}
/*prodse*/


/*links*/
.linkmenup, .linkmenup2{
	text-decoration: none;
	color: inherit;
}


.linkmenup2:hover{
	color: #9d441c;
	transition: all 0.3s ease;
}
/*link fin*/



/*pie s*/
/*cats s*/
.h_pie{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	margin-top: 0px;
	background-color: var(--backheader);
}
.d_pie{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 50px;
}


.d_pie_e0{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 250px;
	height: auto;
	min-height: 140px;
}
.d_pie_e1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT2);
	text-align: left;
	font-size: 1.2rem;
	color: #ffffff;
	letter-spacing: .06em;
	font-weight: 300;
	padding-bottom: 20px;
}
.d_pie_e11{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT2);
	text-align: center;
	font-size: 1.2rem;
	color: #ffffff;
	letter-spacing: .06em;
	font-weight: 300;
	padding-bottom: 20px;
}

.d_pie_elogo{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
}
.d_pie_eul{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	font-family: var(--fuenteT2);
	font-size: 0.875rem;
	color: #ffffff;
	letter-spacing: .06em;
	font-weight: 300;
	list-style:none;
	text-align: left;
	cursor: pointer;
	transition: all 0.3s ease;
}

.d_pie_eul > li:hover{
	color: #9d441c;
	transition: all 0.3s ease;
}








.h_pie2{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	margin-top: 0px;
	background-color: var(--backheader);
}
.d_pie2{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: 40px;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
	font-family: var(--fuenteT2);
	text-align: justify;
	font-weight: normal;
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: normal;
	display: flex;
  align-items: center;
}
.h_pie3{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: 3px;
	margin-top: 0px;
	background-color: var(--marronbarra);
}
/*pie e*/



/*nuevo inicio intro*/
.h_inicio101{
	margin: 0 auto;
  position: relative;
  z-index: 2200;
  width: 100%;
  height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: var(--fgris1);
	padding: 50px 0px;
}
.d_inicio101{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--maxw1);
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
  flex-wrap: wrap;
}
.d_inicio101_c1{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 60%;
	height:300px;
	padding: 10px 40px;
	font-family: var(--fuenteT3);
	font-size: 1.2rem;
	text-align: justify;
	line-height: 2rem;
}
.d_inicio101_c2{
	position: relative;
	margin: 0 auto;
	z-index: 2300;
	box-sizing: border-box;
	width: 40%;
	height:300px;
	padding: 40px 0px;
}

/*end nuevo inicio intro*/










































/*form s*/
.input_fsearch{
	background-color: transparent !important;
	color: #fff;
	font-family: var(--fuenteT2);
	font-weight: 400;
	font-size: 14px;
	border: 0;
	border-bottom: 1px solid #55565f;
	padding: 0;
	height: 32px;
	margin-top: 11px;
	padding-left: 27px;
	width: 100%;
	letter-spacing: 0;
	box-sizing: border-box;
}
.input_contact{
	width: 100%;
	height: auto;
	font-family: var(--fuenteT2);
	font-size: 1.2rem;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.btn_11{
	position: relative;
	display: inline-flex;
	padding: 15px 25px;
	font-family: var(--fuenteT2);
	font-weight: 400;
	font-size: 1.5rem;
	background-color: var(--ahbrown);
	transition: all 0.3s ease;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.btn_11:hover{
	background-color:var(--ahbrownhover);
}
/*form e*/

/*spans*/
.spd_titform1{
	position: relative;
	width: 100%;
	height: auto;
	font-family: var(--fuenteT2);
	color: var(--gray1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0px 10px;
	padding-bottom: 10px;
	text-align: center;
}
/*spans*/

























/*icon*/
.icon_prox1{
	margin-right: 10px;
}
.icon_pie1{
	margin-right: 10px;
	margin-bottom: 10px;
}
.icon_11{
	font-size: 2rem;
	margin-right: 10px;
}
.icon_back1{
	vertical-align: middle;
	margin-right: 10px;
}
/*icon*/











/*promo inicio*/
.h_promos{
	position: fixed;
	margin: 0 auto;
	padding: 0;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.d_promos{
	position: fixed;
	margin: 0 auto;
	padding: 0;
	margin-top: 0px;
	width:500px;
	height: 300px;
	z-index: 20000;
	display: flex;
	align-items: center;
  background-image: url(../images/promo1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.d_promos_close{
  position: absolute;
  top:-35px;
  right: -5px;
  width: auto;
  height: auto;
  font-size: 1.8rem;
  color:#FFF;
  cursor: pointer;
}
/*promo end*/






/*others*/
.d_loading{
	position: relative;
	margin: 0 auto;
	width: 80%;
	height: auto;
	display: flex;
  justify-content: center;
  align-items: center;
	display: none;
}
.d_error_form{
	position: relative;
	margin: 0 auto;
	width: 80%;
	background-color: rgb(255, 0, 0);
	color: #FFFFFF;
  font-family: var(--fuenteT3);
  font-size: 1.2rem;
  font-weight: 400;
	margin-top:0px;
	padding: 10px;
	display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
	display: none;
	border: 10px solid var(--fgris1);
}





/*COOKIES 2022 INICIO*/
.cook_holder{
	position: fixed;
	margin: 0 auto;
	padding: 0;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20000;
	display: flex;
	align-items: center;
}
.cook_holder_cc{
	position: fixed;
	margin: 0 auto;
	padding: 0;
	margin-top: -10px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20000;
	display: flex;
	align-items: center;
}
.cook_nodisplay{
	display: none;
}
.cook_holder1{
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 80%;
	max-width: 500px;
	/*height: 80%;*/
	max-height: 500px;
	background-color: rgb(255, 255, 255);
	z-index: 20000;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
}
.cook_holder11{
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 80%;
	max-width: 500px;
	/*height: 80%;*/
	max-height: 400px;
	background-color: rgb(255, 255, 255);
	z-index: 20000;
	padding: 20px;
	box-sizing: border-box;
	overflow-y: auto;
	border-radius: 5px;
}
.cook_holder2{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 20000;
	font-family: Arial;
	font-size: 0.9rem;
	color: #000000;
	text-align: justify;
	box-sizing: border-box;
}
.titulo{
	font-family: Arial;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.cook_holder3{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 20000;
	bottom:0;
	left:0; right:0;
	bottom: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.cook_holder33{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 20000;
	left:0; right:0;
	box-sizing: border-box;
	margin-bottom: 0px;
	padding-top: 30px;
}
.cook_btn0{
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 25px;
	font-family: Arial;
	font-size: 0.9rem;
	color: #000000;
	font-weight: bold;
	background-color: rgb(70, 39, 204);
	padding: 10px 20px 10px 20px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background-color: rgb(238, 238, 238);
	border-radius: 0px;
	border-color: rgba(34, 34, 34, 0.2);
}
.cook_btn0:hover{
	background-color: rgb(213, 211, 211);
}
.cook_btn_color{
	background-color: rgb(6, 11, 133);
	color: #FFFFFF;
}
.cook_btn_color:hover{
	background-color: rgb(10, 16, 175);
}
.cook_holder_opt{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 20000;
	font-family: Arial;
	font-size: 0.9rem;
	color: #000000;
	text-align: justify;
	box-sizing: border-box;
	margin-top: 20px;
}
.cook_opt0{
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #e9e9e9;
}
.cook_opt1{
	float: left;
	width: 62%;
	height: auto;
	height: auto;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
	text-align: left;
}

.cook_opt1:hover{
	color: #999999;
}
.cook_height30{
  height: auto !important;
}
.cook_opt1_symb{
	float: left;
	width: auto;
	height: auto;
	padding-right: 5px;
}
.cook_opt2{
	float: left;
	width: 33%;
	height: auto;
	height: 20px;
	box-sizing: border-box;
	text-align: center;
}
.cook_opt3{
	float: left;
	width: 100%;
	height: 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.cook_opt3_open{
	height: auto;
}
.cook_opt3_txt{
	width: 100%;
	height: auto;
	background-color: rgba(228, 228, 228, 0.37);
	box-sizing: border-box;
	padding: 10px;
}
.cook_holder2 a:link,.cook_holder2 a:visited, .cook_holder2 a:active{
  text-decoration	:none;
	color: #414141;
}
.cook_holder2 a:hover{
	color: #999999;
  transition: all 0.2s ease;
}
.cook_marginbot{
  margin-bottom: 25px;
}

.select_cookies {
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing:border-box;
  padding: 5px 8px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	color:rgba(0,0,0,1.00);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  /*
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
	*/
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width: auto;
	text-align: center;
	text-align: left;
	cursor: pointer;
}
.btncook_configura{
  margin: 0 auto;
  text-align: center;
  width: 200px;
  cursor: pointer;
}
/*COOKIES 2022 FIN*/


.fancybox-caption {
	font-size: 2rem !important;
	font-family: var(--fuenteT2);
}