@font-face {
	font-family:"Montserrat-Bold";
	src:url("../fonts/Montserrat-Bold.eot?") format("eot"),
	url("../fonts/Montserrat-Bold.woff") format("woff"),
	url("../fonts/Montserrat-Bold.ttf") format("truetype"),
	url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}

 @font-face {
 	font-family:"Source Sans Pro";
 	src:url("../fonts/SourceSansPro-Regular.eot?") format("eot"),
 	url("../fonts/SourceSansPro-Regular.woff") format("woff"),
 	url("../fonts/SourceSansPro-Regular.ttf") format("truetype"),
 	url("../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
 	font-weight:normal;
 	font-style:normal;
}

@font-face {
    font-family: 'montserratultra_light';
    src: url('../fonts/montserrat-ultralight-webfont.eot');
    src: url('../fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-ultralight-webfont.woff') format('woff'),
         url('../fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family:"Cuprum Bold";
	src:url("../fonts/Cuprum-Bold.eot?") format("eot"),
	url("../fonts/Cuprum-Bold.woff") format("woff"),
	url("../fonts/Cuprum-Bold.ttf") format("truetype"),
	url("../fonts/Cuprum-Bold.svg#Cuprum-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}


#widget {
    height: 2000px;
    margin-top: 29px;
}

#container{
  width:100%;
  overflow:hidden;
  position:relative;
  background-color: #F5F5F5;
  color: #000;
  font-family:"Source Sans Pro";
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#carousel-home .carousel-indicators{
  bottom: 10px;
}

#carousel-home .carousel-indicators li{
  width:15px;
  height:15px;
  background: #61187F;
  border:none;
}

#carousel-home .carousel-indicators .active{
  background:#000;
  border-color: #A53694;
}

#datos-head {
  background: #ABD600;
  padding:5px 0px;
}

.telefono{
  float: right;
  color: #FFF;
  position: relative;
  text-shadow: 2px 1px 2px #000;
  font-family:"Source Sans Pro";
  font-size: 24px;
  margin-right: 63px;
}

.ico1{
  padding: 15px;
  background: url(../img/ico1.png) no-repeat -3px 15px;
}

.what{
  padding-top: 7px;
}

.what a{
  float: right;
  color: #FFF;
  position: relative;
  text-shadow: 2px 1px 2px #000;
  font-family:"Source Sans Pro";
  font-size: 24px;
}

.ico2{
  padding: 15px;
  background: url(../img/ico2.png) no-repeat -3px 15px;
}

.bg1{
  background-image: url(../img/fondo.jpg);
}

.bg2{
  background-color: #fff;
}

.bg3{
  background-image: url(../img/linea_hotelera/bg2.jpg);
}

#productos_home{
  padding: 55px 0px;
}

#productos_home h1{
  font-family: 'montserratultra_light';
  font-size: 72px;
  text-align:center;
  margin-top: -106px;
  padding-bottom: 55px;
}

#productos_home h2{
  font-size: 140px;
  font-family:"Cuprum Bold";
  color:#d5d5d5;
  text-align: center;
}

#productos_home h3{
  font-size: 57px;
  font-family: 'montserratultra_light';
  color:#000;
  line-height: 60px;
  padding-bottom:105px;
  padding-top: 92px;
}

.prod_item{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
}
.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.prod_item:hover .hover{
  display: block;
}

.des_item{
  width: 100%;
  background-color: #fff;
  padding: 62px 0px;
  text-align: center;
}

.des_item h4{
  font-family: 'montserratultra_light' !important;
  font-size: 30px !important;
  position: relative;
  color: #8F52A4;
  text-align: center;
  padding-top:40px;
  padding-bottom:10px;
}

.des_item p{
  font-family:"Source Sans Pro";
  font-size: 24px;
  color: #687577;
  text-align: center;
  padding: 45px 74px;
}

.des_item a{
   font-size: 32px;
   color: #712293;
   font-family: 'montserratultra_light' !important;
   background: url(../img/flecha.png) no-repeat right;
   padding-right: 56px;
}

.des_item a:hover{
   color: #000;
   text-decoration: underline;
   background: url(../img/flecha-h.png) no-repeat right;
}

.line{
   width: 204px;
   height: 5px;
   margin:auto;
   background-color: #762D95;
   position: relative;
}

.des_item2{
   width: 100%;
   background-color: #fff;
   padding: 62px 0px;
   text-align: center;
}

.des_item2 h4{
   font-family: 'montserratultra_light' !important;
   font-size: 30px !important;
   position: relative;
   color: #8F52A4;
   text-align: center;
   padding-top:40px;
   padding-bottom:10px;
}

.des_item2 p{
	font-family:"Source Sans Pro";
	font-size: 24px;
	color: #687577;
	text-align: center;
	padding: 45px 74px;
}

.des_item2 a{
	font-size: 32px;
    color: #712293;
    font-family: 'montserratultra_light' !important;
    background: url(../img/flecha.png) no-repeat right;
    padding-right: 56px;
}

.des_item2 a:hover{
	color: #000;
	text-decoration: underline;
	background: url(../img/flecha-h.png) no-repeat right;
}

#text2 p{
	position: relative;
	font-size: 48px;
	font-family: 'montserratultra_light' !important;
	padding-top: 126px;
	margin-left: 92px;
	border-bottom: 4px solid #6D2394;
	padding-bottom: 15px;
	margin-bottom: 95px;
}

#text3{
	margin-top: -32%;
}

#text4{
	margin-top: -25%;
}

#text4 p{
	position: relative;
	font-size: 42px;
	font-family: 'montserratultra_light' !important;
	margin-left: 16px;
	border-bottom: 4px solid #6D2394;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#text3 p{
	width: 89%;
	position: relative;
	font-size: 45px;
	font-family: 'montserratultra_light' !important;
	border-bottom: 4px solid #6D2394;
	text-align: right;
	margin-bottom: 95px;
	padding-bottom: 15px;
}

#servicios_home{
	padding: 75px 0px;
	background-color: #fff;
}

#servicios_home h1{
	font-size:71px;
	color: #702292;
	font-family: 'montserratultra_light';
	text-align: center;
	padding-bottom: 55px;
	margin-top: -7%;
}

#servicios_home h2{
	font-size: 170px;
	font-family: "Cuprum Bold";
	color: #F1EFF0;
	text-align: center;
}

.item_ser .num{
	font-size: 199px;
	font-family: "Cuprum Bold";
	color: #702292;
}

.item_ser h3{
	font-size: 33px;
	color: #702292;
	font-family: 'montserratultra_light';
	padding-bottom: 15px;
}

.item_ser p{
	font-size: 27px;
	font-family:"Source Sans Pro";
	color: #747D7C;
	line-height: 29px;
}

footer p {
    color: #000;
    line-height: 23px;
    font-size: 24px;
    font-family:"Source Sans Pro";
    padding: 12px 0px;
}

.iconos-f {
    background: url(../img/ico.png) no-repeat 1px 15px;
    padding-left: 34px;
    line-height: 34px;
}

.iconos-d {
    background: url(../img/ico3.png) no-repeat 6px 17px;
    padding-left: 34px;
    line-height: 34px;
}

#redes{
	float: right;
	position: relative;
}

#fb {
    display: inline-block;
    background: url(../img/redes.png) top left no-repeat;
    width:64px;
    height: 64px;
}

#fb:hover{
	background: url(../img/redes-h.png) top left no-repeat;

}

#tw{
    display: inline-block;
    background: url(../img/redes.png) top right no-repeat;
    width: 64px;
    height: 64px;
}

#tw:hover{
	background: url(../img/redes-h.png) top right no-repeat;
}

#web{
	padding: 12px 0px;
	background-color: #ABD600;
}

#web a{
	text-align: right;
	color: #fff;
	font-size: 14px;
	background: url(../img/web.png) no-repeat right;
	padding-right:154px;
	text-decoration: none !important;
	float: right;
}

#quienes_text{
  padding-top: 172px;
  padding-right: 147px;
}

#quienes_text h1{
	font-size: 60px;
	font-family: "Cuprum Bold";
	color: #702290;
}

#quienes_text p{
	font-size: 26px;
	text-align: justify;
}

#historia_text{
  padding-top: 105px;
  padding-left: 147px;
}

#historia_text h1{
	font-size: 60px;
	font-family: "Cuprum Bold";
}

#historia_text p{
	font-size: 26px;
	text-align: justify;
}

#productos{
	background: #fff;
}

#productos_text{
	padding-top: 115px;
	padding-left: 184px;
}

#productos_text h1{
	font-size: 59px;
	color: #7D4597;
	font-family: "Cuprum Bold";
	line-height: 54px;
	padding-bottom: 15px;
}

#productos_text p{
	font-size: 27px;
}


#productos_item{
	padding:45px 0px;
	background-color: #fff;
}

#productos_item h3{
	font-family: "Cuprum Bold";
	font-size: 59px;
	text-align: center;
	padding-bottom: 36px;
}

.item_pro{
	background-color:#F5F5F5;
	text-align: center;
	padding: 25px 0px;
	margin-bottom: 25px;
}

.item_pro h1{
	font-family: "Cuprum Bold";
	font-size: 30px;
	padding-top: 35px;
	padding-bottom: 15px;
}

.item_pro p{
	font-size: 20px;
	padding: 15px 8px;
	color: #627878;
	height: 105px;
}

.item_pro a{
	font-size: 32px;
	color: #000;
	font-family: 'montserratultra_light' !important;
	background: url(../img/flecha-h.png) no-repeat right;
	padding-right: 56px;
}

.item_pro a:hover{
	background: url(../img/flecha.png) no-repeat right;
	color: #712293;
	text-decoration: underline;
}


.detalle_pro h1{
	font-size: 34px;
	font-family: "Cuprum Bold";
	padding-bottom: 12px;
}

.detalle_pro p{
	padding-top: 25px;
	padding-bottom: 40px;
	font-size: 26px;
	line-height: 36px;
	text-align:justify;
	color: #637776;
}

.detalle_pro2 h1{
	font-size: 30px;
	font-family: "Cuprum Bold";
	padding-bottom: 12px;
}

.detalle_pro2 p{
	padding-top: 25px;
	padding-bottom: 40px;
	font-size: 20px;
	line-height: 25px;
	text-align:justify;
	color: #637776;
}

.line2{
	width:23%;
	height: 4px;
	background-color: #762D95;
	position: relative;
}

#volver {
    padding: 43px 15px;
    text-align: center;
}

#volver a{
	display: inline-block;
	padding-right:95px;
	color: #000;
	font-size:69px;
	font-family:"Cuprum Bold";
	background: url(../img/flecha2.png) no-repeat right;
}

#volver a:hover{
	color:#702292;
	text-decoration: underline;
	background: url(../img/flecha2-h.png) no-repeat right;
}

#titulo{
  padding-top: 263px;
  padding-bottom: 263px;
  background-size: cover;
}

#titulo h1{
  font-size: 59px;
  color: #6F2293;
  display: inline-block;
  font-family: "Cuprum Bold";
  line-height: 53px;
  margin-top: -55px;
}

#titulo h2{
  font-size: 199px;
  color: #adadad1a;
  font-family: "Cuprum Bold";
  line-height: 53px;
}

#titulo p{
	margin-top: 10px;
	color: #000;
	font-size: 27px;
}

#titulo2{
  padding-top: 197px;
  padding-bottom: 180px;
  background-size: cover;
}

.bg-1a{
  background: url(../img/servicios/bg.jpg) no-repeat center top;
}

.bg-2a{
  background: url(../img/contacto/bg.jpg) no-repeat center top;
}

.bg-3a{
  background: url(../img/linea_hotelera/bg.jpg) no-repeat center top;
}

.bg-4a{
  background: url(../img/linea_institucional/bg.jpg) no-repeat center top;
}

#servicios{
	padding: 75px 0px;
}

.text_servicios{
	padding: 30px 10px;
	position: relative;
}

.text_servicios h1{
	font-family: "Cuprum Bold";
	font-size: 36px;
	color: #71228F;
	line-height: 43px;
}

.text_servicios h1 span{
	font-size: 55px;
}

.text_servicios p{
	font-size: 24px;
	padding-top: 20px;
}

.arrows {
    float: left;
    margin-top: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 45px;
    width: 100%;
}

#prev1 {
    background: url(../img/flechas.png);
    color: #fff;
    display: inline-block;
    width: 71px;
    height: 36px;
    opacity: 1;
    position: relative;
    top: auto;
}

#prev1:hover{
	background: url(../img/flechas-h.png);
}

#next1 {
    background: url(../img/flechas.png) right;
    color: #fff;
    display: inline-block;
    width: 71px;
    height: 36px;
    left: auto;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
}

#next1:hover{
	background: url(../img/flechas-h.png) right;
}

#contacto{
	padding: 45px 0px;
}

#contacto p{
	font-size: 27px;
	padding-right:38px;
	line-height: 30px;
	text-align: justify;
}

#formulario h2{
	color: #000 !important;
	font-size:23px;
	margin-top: 5px;
	font-family: "Cuprum Bold";
	text-transform: uppercase;
}

#formulario p{
	text-align: left;
	margin-top: 10px;
	color: #000 !important;
}

#formulario .check{
	text-align: left;
	float: none;
	display: inline-block;
	width: auto;
}

#formulario input{
	width:100%;
	background-color:#000000;
	color:#fff;
	border:none;
	font-size:18px;
	padding:12px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
    background-color:#000000;
	color:#fff;
	border:none;
	font-size:18px;
	padding:10px;
	margin-top: 5px;
    height: 120px;
}

.btn{
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 20%;
}

.btn a{
	display: inline-block;
	padding: 5px 10px;
	background: #702292;
	color: #fff;
	font-family: "Cuprum Bold";
	font-size: 23px;
}

.btn a:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}

.form-control{
	background-color: #000;
	color: #fff;
	font-size: 17px;
	padding: 0px;
	height: 43px;
	border-radius: 0px;
}

#enviar{
	width:105px !important;
	cursor:pointer;
	position:relative;
	font-family: "Cuprum Bold";
	float:right;
	font-size:23px !important;
	color:#fff !important;
	text-align:center;
	margin-top:20px !important;
	padding:10px 0px !important;
	background: #000 !important;
	margin-right: 15px;
    border: none !important;
}

#enviar:hover{
    background: #702292 !important;
}

#borrar{
	width:105px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-family: "Cuprum Bold";
	font-size:23px !important;
	color:#fff !important;
	text-align:center;
	margin-top:20px!important;
	padding:10px 0px !important;
	background: #000 !important;
    border: none !important;
	}

#borrar:hover{
    background:#702292 !important;
}

#map{
	height:400px;
	margin: 25px 0px;
}

#ampliar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-top:22px;
    position: absolute;
    right: 11%;
    bottom: 5px;
    font-family: "Cuprum Bold";
    text-decoration: none !important;
    font-size: 19px;
 }

#ampliar:hover{
	background: #702292;
}

#carousel-int2 .carousel-indicators, #carousel-int1 .carousel-indicators, #carousel-int3 .carousel-indicators, #carousel-int4 .carousel-indicators, {
    bottom: 13px;
}

#carousel-int2 .carousel-indicators li, #carousel-int1 .carousel-indicators li, #carousel-int3 .carousel-indicators li,  #carousel-int4 .carousel-indicators li{
  width:15px;
  height:15px;
  background: #000000;
  border-color: #000000;
}

#carousel-int2 .carousel-indicators .active, #carousel-int1 .carousel-indicators .active, #carousel-int3 .carousel-indicators .active, #carousel-int4 .carousel-indicators .active{
  background: #702292;
  border-color:#702292;
}

#lineas{
	background-color: #EBEBEB;
}

.tit_productos{
	background: #702292;
	padding: 30px 28px;
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
}

.tit_productos h1{
	font-size: 51px;
	font-family: "Cuprum Bold";
}

#lineas p{
	padding-top: 65px;
	font-size: 21px;
	color: #637776;
}

#linea_institucional {
	padding: 75px 0px;
}

#linea_institucional h1{
	font-size: 59px;
	font-family: "Cuprum Bold";
	text-align: center;
	padding-bottom: 45px;
}

#linea_institucional h3{
	text-align: center;
	font-size: 30px;
	padding-bottom: 45px;
}

.text_institucional {
	padding-left: 95px;
}


.text_institucional h2{
	padding-top: 65px;
	font-size: 50px;
	font-family: "Cuprum Bold";
}

.text_institucional p{
	font-size: 42px;
	padding:51px 0px;
	line-height: 49px;
}

.comprar{
	background-color: #712190 !important;
	font-size: 35px;
	font-family: "Cuprum Bold";
	color: #fff;
	background: url(../img/flecha3.png) no-repeat right;
    padding-right:56px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
}

.comprar:hover{
	background-color: #000 !important;
	color: #fff;
}

#back-top {
    background-image: url(../img/whatsapp.png);
    width: 51px;
    height: 51px;
    position: fixed;
    right: 15px;
    z-index: 900;
    bottom: 18px;
}

/*---------------------------------------------------------------------------------------------------------------*/


.sticky-container{
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -210px;
  top:230px;
  width: 292px;
  z-index: 99999999;
}

.sticky li{
  border-radius: 45px;
  list-style-type: none;
  /*background-color:#008cd3;
  color: #efefef;*/
  height: 109px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky li:hover{
  margin-left: -160px;
    /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
     text-decoration: none !important;
}

.sticky li a{
  text-decoration: none;
}

.sticky li img{
  float: left;
  margin: 0px;
}




/*---------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 500px) {

#productos_home h2{
	font-size:40px;
}

#productos_home h1{
	font-size: 25px;
	margin-top: -34px;
}

.des_item p{
	padding: 44px 24px;
}

#productos_home h3{
	font-size: 30px;
	text-align: center;
	line-height: 34px;
	padding-bottom: 12px;
}

#text4 p{
  	font-size: 29px;
}

.des_item2 p{
  	padding: 45px 15px;
}

#text4{
  	margin-top: 7%;
}

#text2 p{
  	font-size: 29px;
  	margin-left: 30px;
  	margin-bottom: 63px;
  	padding-top: 51px;
}

.des_item h4{
  	font-size: 24px !important;
}

#text3{
  	margin-top: 9%;
}

#text3 p{
  	width: 94%;
  	font-size: 31px;
}

#servicios_home h2{
  	font-size: 46px;
}

#servicios_home h1{
  	font-size: 41px;
  	margin-top: -10%;
}

.item_ser .num{
  	font-size: 122px;
}

#quienes_text{
  	padding-top: 93px;
  	padding-right: 22px;
}

#quienes_text h1{
  	font-size: 46px;
}

#quienes_text p{
  	font-size: 20px;
}

#historia_text{
  	padding-left: 15px;
  	padding-top: 17px;
}

#historia_text p{
  	font-size: 20px;
}

#historia_text h1{
  	font-size: 46px;
}

#productos_text{
  	padding-top: 22px;
  	padding-left: 47px;
  	padding-bottom: 15px;
}

#productos_text h1{
  	font-size: 36px;
  	line-height: 36px;
}

#productos_text p{
  	font-size: 18px;
}

.detalle_pro h1{
  	font-size: 26px;
  	padding-top: 23px;
}

#volver a{
  	font-size: 39px;
}

#titulo{
  	padding-top: 67px;
  	padding-bottom: 66px;
}
	
#titulo h2{
  	font-size: 61px;
  	line-height: 53px;
}

#titulo h1{
  	font-size: 40px;
  	line-height: 40px;
}

#titulo p{
  	font-size: 12px;
}

.number{
  	margin-top: -24%;
}

.text_servicios h1{
  	font-size: 28px;
  	line-height: 31px;
}

.telefono{
  	margin-right: 0px;
}

#contacto p{
  	font-size: 16px;
  	padding-right: 0px;
  	line-height: 20px;
}

.btn a{
  	font-size: 15px;
  	padding: 5px 7px;
}

#formulario h2{
  	font-size: 18px;
}

.iconos-f{
  	font-size: 20px;
}

.iconos-d{
  	font-size: 18px;
  	line-height: 24px;
}

#linea_institucional h1{
	font-size: 45px;
	background-color: #0f0;
}

#linea_institucional h3{
	font-size: 21px;
}

.text_institucional{
	padding-left: 0px;
}

.text_institucional p{
	font-size: 24px;
	line-height: 29px;
}

.img2 {
    width: 201px;
}


}


@media (max-width: 700px) and (min-width:500px){

#productos_home h2{
	font-size: 52px;
}

#productos_home h1{
	font-size: 30px;
	margin-top: -42px;
}

#productos_home h3{
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 23px;
	text-align: center;
}

#text2 p{
	margin-left: 44px;
	font-size: 36px;
}

#text3{
	margin-top: 6%;
}

#text3 p{
	width: 94%;
	font-size: 33px;
}

#servicios_home h2{
	font-size: 60px;
}

#servicios_home h1{
	font-size: 44px;
}

.item_ser .num{
	font-size: 110px;
}

#quienes_text{
	padding-top: 49px;
	padding-right: 15px;
}

#quienes_text h1{
	font-size: 48px;
}

#quienes_text p{
	font-size: 21px;
}

#historia_text{
	padding-left:14px;
	padding-top: 17px;
}

#historia_text p{
	font-size: 21px;
}

#historia_text h1{
	font-size: 48px;
}

#productos_text{
	padding-top: 9px;
	padding-left: 32px;
	padding-bottom: 17px;
}

#productos_text h1{
	font-size: 41px;
	line-height: 39px;
}

#productos_text p{
	font-size: 16px;
}

.detalle_pro h1{
	font-size: 26px;
}

.detalle_pro h1{
	padding-top: 20px;
}

.detalle_pro p{
	font-size: 19px;
}

#volver a{
	font-size: 39px;
}

#titulo{
	padding-top: 60px;
	padding-bottom: 89px;
}

#titulo h2{
	font-size: 89px;
}

#titulo h1{
	font-size: 46px;
	line-height: 45px;
}

.number{
	margin-top: -23%;
}

#titulo p{
	font-size: 17px;
}

#contacto p{
	padding-right: 0px;
	font-size: 21px;
	line-height: 23px;
}

#text4{
	margin-top: 0%;
	margin-top: 25px;
	margin-bottom: 25px;
}

#text4 p{
	font-size: 34px;
}

#linea_institucional h1{
	font-size: 52px;
}

#linea_institucional h3{
	font-size: 23px;
}

.text_institucional{
	padding-left: 52px;
}

.text_institucional p{
	font-size: 29px;
	line-height: 33px;
}


}


@media (max-width: 769px) and (min-width:700px){

#productos_home h2{
	font-size: 80px;
}

#productos_home h1{
	font-size: 43px;
	margin-top: -57px;
}

#text4{
	margin-top: 0%;
}

#text4 p{
	font-size: 34px;
}

#productos_home h3{
	padding-bottom: 32px;
	line-height: 51px;
	font-size: 48px;
	text-align: center;
}

#text3{
	margin-top: 5%;
}

#text3 p{
	width: 93%;
	font-size: 34px;
}

#text2 p{
	padding-top: 89px;
	margin-left: 51px;
	font-size: 34px;
}

#servicios_home h2{
	font-size: 80px;
}

#servicios_home h1{
	font-size: 62px;
	margin-top: -9%;
}

.item_ser .num{
	font-size: 108px;
}

#quienes_text{
	padding-top: 44px;
	padding-right: 16px;
	padding-bottom: 18px;
}

#quienes_text h1{
	font-size: 51px;
}

#quienes_text p{
	font-size: 21px;
}

#historia_text{
	padding-top: 58px;
	padding-left:18px;
}

#historia_text h1{
	font-size: 51px;
}

#historia_text p{
	font-size: 21px;
}

#productos_text{
	padding-bottom: 21px;
	padding-top: 17px;
	padding-left: 87px;
}

#productos_text h1{
	font-size: 43px;
	line-height:39px;
}

#productos_text p{
	font-size: 23px;
}

#titulo{
	padding-top: 63px;
	padding-bottom: 59px;
}

#titulo h2{
	font-size: 104px;
	line-height: 53px;
}

#titulo h1{
	font-size: 50px;
}

#titulo p{
	font-size: 18px;
}

.detalle_pro h1{
	padding-top: 40px;
}

.detalle_pro p{
	font-size: 18px;
}

#volver a{
	font-size: 41px;
}

#linea_institucional h3{
	font-size: 23px;
}

.text_institucional{
	padding-left: 52px;
}

.text_institucional p{
	font-size: 26px;
	line-height: 31px;
}

}


@media (max-width:900px) and (min-width:769px){

#productos_home h2{
	font-size: 79px;
}

#productos_home h1{
	font-size: 41px;
	margin-top: -55px;
}

#productos_home h3{
	font-size: 41px;
	line-height: 46px;
}

#text3{
	margin-top: -36%;
}

#text3 p{
	width: 93%;
	font-size: 29px;
}

#text2 p{
	font-size: 32px;
	margin-left: 25px;
}

#servicios_home h2{
	font-size: 86px;
}

#servicios_home h1{
	font-size: 71px;
	margin-top: -11%;
}

.des_item p{
	padding: 31px 20px;
}

#text4{
	margin-top: -39%;
}

#text4 p{
	font-size: 29px;
}

.item_ser .num{
	font-size: 127px;
}

.item_ser h3{
	font-size: 23px;
}

.item_ser p{
	font-size: 21px;
	line-height: 21px;
}

.des_item2 p{
	padding: 45px 17px;
}

.des_item h4{
	font-size: 25px;
}

#quienes_text{
	padding-top: 23px;
	padding-right: 23px;
}

#quienes_text h1{
	font-size: 54px;
}

#quienes_text p{
	font-size: 22px;
}

#historia_text{
	padding-top: 13px;
	padding-left: 10px;
}

#historia_text h1{
	font-size: 54px;
}

#historia_text p{
	font-size: 22px;
}
#productos_text{
	padding-top: 12px;
	padding-left: 15px;
}

#productos_text h1{
	font-size: 34px;
	line-height: 35px;
}

#productos_text p{
	font-size: 18px;
}

.detalle_pro h1{
	padding-top: 18px;
}

#volver a{
	font-size: 39px;
}

#titulo{
	padding-top: 71px;
	padding-bottom: 101px;
}

#titulo h2{
	font-size: 122px;
	line-height: 53px;
}

#titulo h1{
		font-size: 47px;
	}

	#titulo p{
		font-size: 20px;
	}

#linea_institucional h3{
	font-size: 27px;
}

.text_institucional{
	padding-left: 52px;
}

.text_institucional p{
	font-size: 26px;
	line-height: 31px;
}

}



@media (max-width:990px) and (min-width:900px){


	#quienes_text{
		padding-right: 27px;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#quienes_text h1{
		font-size: 52px;
	}

	#historia_text{
		padding-left: 13px;
		padding-top: 11px;
	}

	#quienes_text p{
		font-size: 20px;
	}

	#historia_text h1{
		font-size: 52px;
	}

	#historia_text p{
		font-size: 20px;
	}

	#servicios_home h2{
		font-size: 103px;
	}

	#servicios_home h1{
		font-size: 68px;
	}

	.item_ser .num{
		font-size: 144px;
	}

	.item_ser h3{
		font-size: 24px;
	}

	.item_ser p{
		font-size: 24px;
		line-height: 25px;
	}


	#titulo h2{
		font-size: 144px;
	}

	#productos_home h3{
		font-size: 39px;
		line-height: 44px;
	}

	#text4{
		margin-top: -32%;
	}

	#text4 p{
		font-size: 32px;
	}

	#text2 p{
		font-size: 37px;
		margin-left: 29px;
	}

	.des_item2 p{
		padding: 45px 23px;
	}

	.des_item p{
		padding: 45px 24px;
	}

	#text3 p{
		font-size: 30px;
	}

	#productos_home h2{
		font-size: 96px;
	}

	#productos_home h1{
		margin-top: -64px;
		font-size: 52px;
	}

	.detalle_pro h1{
		padding-top: 40px;
	}

	.detalle_pro p{
		font-size: 18px;
	}

	#volver a{
		font-size: 51px;
	}

	#productos_text h1{
		font-size: 38px;
		padding-bottom: 1px;
	}

	#productos_text{
		padding-top: 13px;
		padding-left: 25px;
	}

	#productos_text p{
		font-size: 20px;
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 28px;
		line-height: 31px;
	}
}



@media (max-width:1000px) and (min-width:990px){

	#quienes_text h1{
		font-size: 36px;
	}

	#quienes_text p{
		font-size: 17px;
	}

	#quienes_text{
		padding-top: 6px;
		padding-right: 19px;
	}

	#historia_text{
		padding-top: 40px;
		padding-left: 12px;
	}

	#historia_text p{
		font-size: 18px;
	}

	#historia_text h1{
		font-size: 36px;
	}

	#servicios_home h2{
		font-size: 102px;
	}

	#servicios_home h1{
		margin-top: -9%;
	}

	.item_ser .num{
		font-size: 102px;
	}

	.item_ser h3{
		font-size: 23px;
	}

	.item_ser p{
		font-size: 19px;
		line-height: 21px;
	}

	#productos_home h3{
		font-size: 41px;
		line-height: 49px;
	}

	#text4 p{
		font-size: 36px;
	}

	.des_item p{
		padding: 45px 39px;
	}

	#text3 p{
		font-size: 34px;
	}

	#text2 p{
		margin-left: 50px;
		font-size: 36px;
	}

	#productos_home h2{
		font-size: 97px;
	}

	#productos_home h1{
		margin-top: -90px;
	}

	.detalle_pro h1{
		font-size: 22px;
	}

	.detalle_pro p{
		font-size: 18px;
	}

	#volver a{
		font-size: 51px;
	}

	.text_servicios{
		padding: 0px 0px;
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 24px;
		line-height: 29px;
	}
}




@media (max-width:1100px) and (min-width:1000px){

	.megamenu ul{
		width: 31% !important;
	}

	.wsmenu-list li a{
		font-size: 15px !important;
		padding: 2px 0px 8px 0px !important;
	}

	.wsmenu-list li a .arrow::after{
		top: 74px !important;
	}

	.megamenu{
		top: 125px !important;
	}

	#quienes_text{
		padding-top: 2px;
		padding-right: 32px;
	}

	#volver a{
		font-size: 51px;
	}

	#quienes_text h1{
		font-size: 41px;
	}

	#quienes_text p{
		font-size: 18px;
	}

	#historia_text p{
		font-size: 18px;
	}

	#historia_text h1{
		font-size: 41px;
	}

	#historia_text{
		padding-top: 31px;
		padding-left: 24px;
	}

	#servicios_home h2{
		font-size: 103px;
	}

	#servicios_home h1{
		margin-top: -9%;
	}

	.item_ser .num{
		font-size: 127px;
	}

	.item_ser h3{
		font-size: 
	}

	.item_ser h3{
		font-size: 23px;
	}

	.item_ser p{
		font-size: 19px;
		line-height: 21px;
	}

	#productos_text{
		padding-top: 29px;
		padding-left: 64px;
	}

	#productos_text h1{
		font-size: 37px;
		line-height: 36px;
	}

	#productos_text p{
		font-size: 19px;
	}

	.item_pro p{
		font-size: 17px;
	}

	.item_pro h1{
		font-size: 26px;
	}

	.item_pro a{
		font-size: 26px;
	}

	.wsmenu-submenu{
		top: 126px !important;
	}

	#titulo{
		padding-top: 113px;
		padding-bottom: 113px;
	}

	#titulo h2{
		font-size: 138px;
	}


	.text_servicios h1{
		font-size: 31px;
		line-height: 43px;
	}

	.text_servicios h1 span{
		font-size: 46px;
	}

	.text_servicios p{
		font-size: 23px;
	}

	#contacto p{
		font-size: 18px;
		line-height: 20px;
	}

	#productos_home h2{
		font-size: 95px;
	}

	#productos_home h1{
		margin-top: -68px;
		font-size: 47px;
	}

	#productos_home h3{
		font-size: 50px;
		line-height: 52px;
	}

	#text2 p{
		margin-left: 51px;
		padding-top: 82px;
	}

	#text3{
		margin-top: -43%;
	}

	#text3 p{
		font-size: 37px;
	}

	#text4{
		margin-top: -33%;
	}

	#text4 p{
		font-size: 37px;
	}

	.des_item p{
		padding: 45px 39px;
	}

	.des_item2 p{
		padding: 45px 33px;
	}

	.text_servicios{
		padding: 7px 10px;	
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 24px;
		line-height: 29px;
	}

	.detalle_pro h1{
		font-size: 22px;
	}

	.detalle_pro p{
		font-size: 18px;
	}

}


@media (max-width:1160px) and (min-width:1100px){

	#productos_home h2{
		font-size: 105px;
	}

	#productos_home h1{
		margin-top: -87px;
		font-size: 54px;
	}

	#productos_home h3{
		line-height: 55px;
		font-size: 45px;
	}

	#text2 p{
		margin-left: 39px;
		font-size: 40px;
	}

	#text3{
		margin-top: -25%;
	}

	#text3 p{
		font-size: 36px;
	}

	#text4{
		margin-top: -29%;
	}

	#text4 p{
		font-size: 37px;
	}

	.des_item p{
		padding: 45px 45px;
	}

	#servicios_home h2{
		font-size: 127px;
	}

	#servicios_home h1{
		margin-top: -9%;
	}


	.item_ser h3{
		font-size: 24px;
	}

	.item_ser .num{
		font-size: 156px;
	}

	.item_ser p{
		font-size: 21px;
		line-height: 24px;
	}

	.megamenu li a{
		font-size: 14px !important;
	}

	#productos_text h1{
		font-size: 48px;
		line-height: 46px;
	}

	#productos_text{
		padding-top: 25px;
		padding-left: 70px;
	}

	#productos_text p{
		font-size: 20px;
	}

	#lineas p{
		font-size: 17px;
	}

	#volver a{
		font-size: 54px;
	}

	.text_institucional{
		padding-left: 36px;
	}

	.text_institucional h2{
		padding-top: 17px;
	}

	.comprar{
		padding-bottom: 9px;
		padding-top: 9px;
	}

	#quienes_text h1{
		font-size: 44px;
	}

	#quienes_text p{
		font-size: 19px;
	}

	#quienes_text h1{
		font-size: 44px;
	}

	#quienes_text{
		padding-top: 12px;
		padding-right: 33px;
	}
	#historia_text{
		padding-top: 50px;
		padding-left: 52px;
	}

	#historia_text h1{
		font-size: 46px;
	}

	#historia_text p{
		font-size:19px;
	}

	.detalle_pro h1{
		font-size: 26px;
	}

	.detalle_pro p{
		font-size: 19px;
		padding-top: 10px;
		padding-bottom: 17px;
	}

	#titulo{
		padding-top: 125px;
		padding-bottom: 125px;
	}

	#titulo h2{
		font-size: 137px;
	}

	.text_servicios{
		padding: 9px 10px;
	}

	.wsmenu-list li a{
		padding: 8px 0px 8px 0px;
		font-size: 20px;
	}

	.text_servicios h1 span{
		font-size: 37px;
	}

	.text_servicios h1{
		font-size: 25px;
		line-height: 27px;
	}

	.text_servicios p{
		font-size: 19px;
	}

	#titulo2{
		padding-top: 135px;
		padding-bottom: 135px;
	}

	#linea_institucional h1{
		font-size: 52px;
	}

	.item_pro a{
		font-size: 27px;
	}

	#contacto p{
		font-size: 21px;
		line-height: 25px;
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 24px;
		line-height: 29px;
	}
}



@media (max-width:1200px) and (min-width:1160px){

	#productos_home h2{
		font-size: 105px;
	}

	#productos_home h1{
		font-size: 56px;
		margin-top: -77px;
	}

	#productos_home h3{
		line-height: 55px;
		font-size: 45px;
	}

	#text2 p{
		margin-left: 39px;
		font-size: 40px;
	}

	#text3{
		margin-top: -25%;
	}

	#text3 p{
		font-size: 36px;
	}

	#text4{
		margin-top: -29%;
	}

	#text4 p{
		font-size: 37px;
	}

	.des_item p{
		padding: 45px 45px;
	}

	#servicios_home h2{
		font-size: 127px;
	}

	#servicios_home h1{
		margin-top: -9%;
	}


	.item_ser h3{
		font-size: 24px;
	}

	.item_ser .num{
		font-size: 156px;
	}

	.item_ser p{
		font-size: 21px;
		line-height: 24px;
	}

	.megamenu li a{
		font-size: 14px !important;
	}

	#productos_text h1{
		font-size: 48px;
		line-height: 46px;
	}

	#productos_text{
		padding-top: 25px;
		padding-left: 70px;
	}

	#productos_text p{
		font-size: 20px;
	}

	#lineas p{
		font-size: 17px;
	}

	#volver a{
		font-size: 54px;
	}

	.text_institucional{
		padding-left: 36px;
	}

	.text_institucional h2{
		padding-top: 17px;
	}


	.comprar{
		padding-bottom: 9px;
		padding-top: 9px;
	}

	#quienes_text h1{
		font-size: 44px;
	}

	#quienes_text p{
		font-size: 19px;
	}

	#quienes_text h1{
		font-size: 44px;
	}

	#quienes_text{
		padding-top: 12px;
		padding-right: 33px;
	}
	#historia_text{
		padding-top: 50px;
		padding-left: 52px;
	}

	#historia_text h1{
		font-size: 46px;
	}

	#historia_text p{
		font-size:19px;
	}

	.detalle_pro h1{
		font-size: 26px;
	}

	.detalle_pro p{
		font-size: 19px;
		padding-top: 10px;
		padding-bottom: 17px;
	}

	#titulo{
		padding-top: 125px;
		padding-bottom: 125px;
	}

	#titulo h2{
		font-size: 137px;
	}

	.wsmenu-list li a{
		padding: 8px 0px 8px 0px;
		font-size: 20px;
	}

	.text_servicios h1 span{
		font-size: 40px;
	}

	.text_servicios h1{
		font-size: 27px;
		line-height: 25px;
	}

	#titulo2{
		padding-top: 135px;
		padding-bottom: 135px;
	}

	.text_servicios p{
		font-size: 18px;
	}

	#linea_institucional h1{
		font-size: 52px;
	}

	.item_pro a{
		font-size: 27px;
	}

	#contacto p{
		font-size: 21px;
		line-height: 25px;
	}

	.text_servicios{
		padding: 9px 10px;
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 24px;
		line-height: 29px;
	}
}

@media (max-width:1300px) and (min-width:1200px){

	.megamenu ul{
		width: 30% !important;
	}

	.megamenu li a{
		font-size: 12px !important;
	}

	.wsmenu-list li a{
		font-size: 20px;
	}

	.wsmenu-list li a{
		padding: 12px 0px 7px 0px;
		line-height: 44px;
	}

	#productos_home h2{
		font-size: 93px;
	}

	#productos_home h1{
		font-size: 49px;
		margin-top: -66px;
	}

	#productos_home h3{
		font-size: 38px;
		line-height: 40px;
	}

	#text4{
		margin-top: -42%;
	}

	#text4 p{
		font-size: 33px;
	}

	.des_item p{
		padding: 45px 25px;
	}

	#text2 p{
		margin-left: 28px;
		font-size: 38px;
	}

	.des_item2 p{
		padding: 45px 34px;
	}
	.des_item2 h4{
		font-size: 23px !important;
	}

	#text3 p{
		font-size: 33px;
	}

	#text3{
		margin-top: -48%;
	}

	#servicios_home h2{
		font-size: 93px;
	}

	#servicios_home h1{
		font-size: 64px;
		margin-top: -8%;
	}

	.item_ser h3{
		font-size: 22px;
	}

	.item_ser p{
		font-size: 20px;
		line-height: 23px;
	}

	#quienes_text{
		padding-top: 22px;
		padding-right: 21px;
	}

	#quienes_text h1{
		font-size: 48px;
	}

	#quienes_text p{
		font-size: 20px;
	}

	#historia_text{
		padding-top: 55px;
		padding-left: 54px;
	}

	#historia_text p{
		font-size: 20px;
	}

	#historia_text h1{
		font-size: 48px;
	}

	#productos_text{
		padding-left: 86px;
		padding-top: 62px;
	}

	#productos_text h1{
		font-size: 47px;
		line-height: 46px;
	}

	#productos_text p{
		font-size: 22px;
	}

	.item_pro p{
		font-size: 15px;
	}

	.item_pro a{
		font-size:23px;
	}

	.item_pro h1{
		padding-bottom: 7px;
		font-size: 18px;
	}

	.detalle_pro h1{
		font-size: 23px;
	}

	.detalle_pro p{
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 19px;
	}

	#volver a{
		font-size: 60px;
	}

	#titulo{
		padding-top: 127px;
		padding-bottom: 127px;
	}

	#titulo h2{
		font-size: 155px;
	}

	#titulo p{
		font-size: 22px;
	}

	.text_servicios{
		padding: 3px 0px;
	}

	#titulo h1{
		font-size: 53px;
		line-height: 48px;
	}

	.text_servicios h1{
		font-size: 28px;
		line-height: 32px;
	}

	.text_servicios p{
		font-size: 18px;
	}

	.text_servicios h1 span{
		font-size: 47px;
	}

	#contacto p{
		font-size: 18px;
		line-height: 24px;
	}

	#formulario h2{
		font-size: 20px;
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 24px;
		line-height: 29px;
	}
}


@media (max-width:1400px) and (min-width:1300px){

	#productos_home h2{
		font-size: 95px;
	}

	#productos_home h1{
		font-size: 52px;
		margin-top: -72px;
	}

	#productos_home h3{
		font-size: 30px;
		line-height: 43px;
	}
	#text4{
		margin-top: -36%;
	}

	#text4 p{
		font-size: 35px;
	}

	.des_item p{
		padding: 45px 19px;
	}

	.des_item h4{
		font-size: 26px;
	}

	#text2 p{
		margin-left: 25px;
		padding-top: 89px;
		font-size: 35px;
	}

	.des_item2 p{
		padding: 45px 27px;
	}

	#text3 p{
		font-size: 31px;
	}

	#text3{
		margin-top: -31%;
	}

	#servicios_home h2{
		font-size: 124px;
	}

	#servicios_home h1{
		margin-top: -9%;
	}

	.item_ser h3{
		font-size: 24px;
	}

	.item_ser .num{
		font-size: 168px;
	}

	.item_ser p{
		font-size: 21px;
		line-height: 23px;
	}

	#quienes_text{
		padding-top: 44px;
		padding-right: 53px;
	}

	#quienes_text h1{
		font-size: 46px;
	}

	#quienes_text p{
		font-size: 21px;
	}

	#historia_text{
		padding-left: 39px;
		padding-top: 79px;
	}

	#historia_text h1{
		font-size: 46px;
	}

	#historia_text p{
		font-size: 21px;
	}

	.megamenu ul{
		width: 31% !important;
	}

	.text_institucional{
		padding-left: 31px;
	}

	.text_servicios{
		padding: 3px 0px;
	}

	.comprar{
		font-size: 29px;
	}

	.text_institucional h2{
		padding-top: 5px;
	}

	.item_pro p{
		font-size: 16px;
	}

	.item_pro h1{
		padding-bottom: 3px;
		font-size:23px;
	}

	.item_pro a{
		font-size: 27px;
	}

	#lineas p{
		font-size: 18px;
		padding-top: 16px;
	}

	#titulo{
		padding-top: 131px;
		padding-bottom: 142px;
	}

	#titulo h2{
		font-size: 127px;
	}

	.text_servicios h1{
		font-size: 25px;
		line-height: 26px;
	}

	.text_servicios h1 span{
		font-size: 39px;
		line-height: 34px;
	}

	.text_servicios p{
		font-size: 18px;
	}

	#contacto p{
		font-size: 20px;
		line-height: 25px;
	}

	#productos_text{
		padding-top: 56px;
		padding-left: 79px;
	}

	#productos_text h1{
		font-size: 48px;
		line-height: 50px;
	}

	#productos_text p{
		font-size: 24px;
	}

	.detalle_pro h1{
		font-size: 24px;
	}

	.detalle_pro p{
		font-size: 17px;
		padding-top: 12px;
	}

	#volver a{
		font-size: 62px;
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 27px;
		line-height: 35px;
	}

}


@media (max-width:1500px) and (min-width:1400px){

	#productos_home h2{
		font-size: 108px;
	}

	#productos_home h1{
		font-size: 65px;
		margin-top: -90px;
	}

	#productos_home h3{
		font-size: 30px;
		line-height: 43px;
	}
	#text4{
		margin-top: -30%;
	}

	#text4 p{
		font-size: 35px;
	}

	.des_item p{
		padding: 45px 19px;
	}

	.des_item h4{
		font-size: 26px;
	}

	#text2 p{
		margin-left: 25px;
		padding-top: 89px;
		font-size: 35px;
	}

	#text3 p{
		font-size: 36px;
	}

	#text3{
		margin-top: -31%;
	}

	#servicios_home h2{
		font-size: 124px;
	}

	#servicios_home h1{
		margin-top: -9%;
	}

	.item_ser h3{
		font-size: 24px;
	}

	.item_ser .num{
		font-size: 168px;
	}

	.item_ser p{
		font-size: 21px;
		line-height: 23px;
	}

	#quienes_text{
		padding-top: 44px;
		padding-right: 53px;
	}

	#quienes_text h1{
		font-size: 46px;
	}

	.text_servicios{
		padding: 3px 0px;
	}


	#quienes_text p{
		font-size: 21px;
	}

	#historia_text{
		padding-left: 39px;
		padding-top: 79px;
	}

	#historia_text h1{
		font-size: 46px;
	}

	#historia_text p{
		font-size: 21px;
	}

	.megamenu ul{
		width: 31% !important;
	}

	.text_institucional{
		padding-left: 31px;
	}

	.comprar{
		font-size: 29px;
	}

	.text_institucional h2{
		padding-top: 5px;
	}

	.item_pro p{
		font-size: 16px;
	}

	.item_pro h1{
		padding-bottom: 3px;
		font-size:23px;
	}

	.item_pro a{
		font-size: 27px;
	}

	#lineas p{
		font-size: 18px;
		padding-top: 16px;
	}

	#titulo{
		padding-top: 131px;
		padding-bottom: 142px;
	}

	#titulo h2{
		font-size: 127px;
	}

	.text_servicios h1{
		font-size: 24px;
		line-height: 22px;
	}

	.text_servicios h1 span{
		font-size:33px;
		line-height: 34px;
	}

	.text_servicios p{
		font-size: 17px;
	}

	#contacto p{
		font-size: 20px;
		line-height: 25px;
	}

	#productos_text{
		padding-top: 56px;
		padding-left: 79px;
	}

	#productos_text h1{
		font-size: 50px;
		line-height: 50px;
	}

	#productos_text p{
		font-size: 23px;
	}

	.detalle_pro h1{
		font-size: 24px;
	}

	.detalle_pro p{
		font-size: 17px;
		padding-top: 12px;
	}

	#volver a{
		font-size: 62px;
	}

	.text_servicios{
		margin-top: 0px;
	}

	#linea_institucional h3{
		font-size: 27px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 29px;
		line-height: 35px;
	}
}


@media (max-width:1600px) and (min-width:1500px){

	#productos_home h2{
		font-size: 95px;
	}

	#productos_home h1{
		font-size: 60px;
		margin-top: -79px;
	}

	#text4{
		margin-top: -30%;
	}

	#text4 p{
		font-size: 35px;
	}

	.des_item p{
		padding: 45px 19px;
	}

	.des_item h4{
		font-size: 26px;
	}

	#productos_home h3{
		font-size: 40px;
		line-height: 44px;
	}

	#text2 p{
		margin-left: 25px;
		padding-top: 89px;
		font-size: 40px;
	}

	#text3 p{
		font-size: 36px;
	}

	#text3{
		margin-top: -31%;
	}

	#servicios_home h2{
		font-size: 124px;
	}

	#servicios_home h1{
		margin-top: -9%;
	}

	.item_ser h3{
		font-size: 24px;
	}

	.item_ser .num{
		font-size: 168px;
	}

	.item_ser p{
		font-size: 21px;
		line-height: 23px;
	}

	#quienes_text{
		padding-top: 44px;
		padding-right: 53px;
	}

	.text_servicios{
		padding:0px 0px;
	}

	#quienes_text h1{
		font-size: 46px;
	}

	#quienes_text p{
		font-size: 21px;
	}

	#historia_text{
		padding-left: 39px;
		padding-top: 79px;
	}

	#historia_text h1{
		font-size: 46px;
	}

	#historia_text p{
		font-size: 21px;
	}

	.megamenu ul{
		width: 31% !important;
	}

	.text_institucional{
		padding-left: 31px;
	}

	.comprar{
		font-size: 29px;
	}

	.text_institucional h2{
		padding-top: 5px;
	}

	.item_pro p{
		font-size: 16px;
	}

	.item_pro h1{
		padding-bottom: 3px;
		font-size:23px;
	}

	.item_pro a{
		font-size: 27px;
	}

	#lineas p{
		font-size: 18px;
		padding-top: 16px;
	}

	#titulo{
		padding-top: 131px;
		padding-bottom: 142px;
	}

	#titulo h2{
		font-size: 127px;
	}

	.text_servicios h1{
		font-size: 28px;
		line-height: 39px;
	}

	.text_servicios h1 span{
		font-size:39px;
		line-height: 30px;
	}

	.text_servicios p{
		font-size: 19px;
	}

	#contacto p{
		font-size: 20px;
		line-height: 25px;
	}

	#productos_text{
		padding-top: 56px;
		padding-left: 79px;
	}

	#productos_text h1{
		font-size: 54px;
		line-height: 50px;
	}

	.detalle_pro h1{
		font-size: 24px;
	}

	.detalle_pro p{
		font-size: 17px;
		padding-top: 12px;
	}

	#volver a{
		font-size: 62px;
	}

	.text_servicios{
		margin-top: 0px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 31px;
		line-height: 35px;
	}
}




@media (max-width:1800px) and (min-width:1600px){


	.megamenu li a{
		font-size: 14px;
	}

	#productos_home h3{
		font-size: 47px;
		line-height: 50px;
	}

	#text4 p{
		font-size: 40px;
	}

	#text2 p{
		font-size: 40px;
		margin-left: 42px;
	}

	#productos_home h2{
		font-size: 105px;
	}

	#text3{
		margin-top: -34%;
	}

	#servicios_home h2{
		font-size: 127px;
	}

	#text3 p{
		font-size: 43px;
	}

	.item_ser h3{
		font-size: 26px;
	}

	.item_ser p{
		font-size: 24px;
		line-height: 26px;
	}

	#quienes_text{
		padding-right: 47px;
		padding-top: 43px;
	}

	#historia_text{
		padding-top: 82px;
		padding-left: 56px;
	}

	.megamenu ul{
		width: 27% !important;
	}

	.text_institucional{
		padding-left: 33px;
	}

	.text_institucional h2{
		padding-top: 28px;
	}

	#lineas p{
		padding-top: 28px;
		font-size: 20px;
	}

	#titulo{
		padding-top: 194px;
		padding-bottom: 185px;
	}

	.text_servicios{
		padding:0px 0px;
	}

	#quienes_text p{
		font-size: 24px;
	}

	#historia_text p{
		font-size: 24px;
	}

	.detalle_pro p{
		padding-top: 16px;
		padding-bottom: 18px;
		font-size: 19px;
	}

	.text_servicios p{
		font-size: 21px;
	}

	.text_servicios h1{
		font-size: 27px;
		line-height: 31px;
	}

	.text_servicios h1 span{
		font-size: 36px;
	}

	#productos_text{
		padding-top: 87px;
		padding-left: 108px;
	}

	#productos_text h1{
		font-size: 53px;
	}

	#productos_text p{
		font-size: 25px;
	}

	.text_institucional{
		padding-left: 52px;
	}

	.text_institucional p{
		font-size: 33px;
		line-height: 38px;
	}


}


@media (max-width:1900px) and (min-width:1800px){

	#productos_home h2{
		font-size: 124px;
	}

	#text2 p{
		padding-top: 107px;
		margin-left: 80px;
	}

	#text3 p{
		font-size: 46px;
	}

	#quienes_text{
		padding-top: 82px;
	}

	#titulo{
		padding-top: 214px;
		padding-bottom: 214px;
	}

	#text4 p{
		font-size: 39px;
	}

	.text_servicios h1{
		font-size: 29px;
		line-height: 32px;
	}

	.text_servicios h1 span{
		font-size: 43px;
	}
}
