@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Yesteryear');
@font-face {
	font-family:"Roboto Bold";
	src:url("../fonts/Roboto-Bold.eot?") format("eot"),
	url("../fonts/Roboto-Bold.woff") format("woff"),
	url("../fonts/Roboto-Bold.ttf") format("truetype"),
	url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
	}



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

@font-face {
	font-family:"Yesteryear";
	src:url("../fonts/Yesteryear-Regular.eot?") format("eot"),
	url("../fonts/Yesteryear-Regular.woff") format("woff"),
	url("../fonts/Yesteryear-Regular.ttf") format("truetype"),
	url("../fonts/Yesteryear-Regular.svg#Yesteryear-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
	}
	
@font-face {
	font-family:"Roboto Regular";
	src:url("../fonts/Roboto-Regular.eot?") format("eot"),
	url("../fonts/Roboto-Regular.woff") format("woff"),
	url("../fonts/Roboto-Regular.ttf") format("truetype"),
	url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
	}
	
	
#contenedor{
  width:100%;
  overflow:hidden;
  z-index:9999;
  font-family:"Roboto Regular";
  position:relative;
}
.pad{
  padding-left:0px;
  padding-right:0px;
}
.clear{
  clear:both;
}
header{
  height: 80px;

}
#barra-menu{
  border-top: solid 17px #005F01;
  
}
#menu{
	padding-bottom: none;
	background-color:transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
}
.menu{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.menu li{
  text-align: center;
}
#navbar a{
  color: #000;
  font-size: 24px;
  float: left;
  position: relative;
  padding-top:14px;
  text-decoration: none !important;
  border-bottom: solid 4px #fff;
  font-family:"Roboto Bold";
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar a span{
  font-size: 30px;
  margin-right: 10px;
}
#navbar a:hover{
   border-bottom: solid 6px #A4B87A;
  color:#738937;
}
#navbar .selec{
  border-bottom: solid 6px #A4B87A;
  color:#738937;
}
#logo{
  z-index: 99;
}
#prev{
  background: #005f0a;
  color: #fff;
  border-radius: 50%;
  padding: 16px;
  opacity: 1;
  width: 20px;
  height: 20px;
  font-weight: bold !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 45%;
  margin-left: 10px;
}
#prev:hover{
  background: #fff;
  color: #000;
}
#next{
  background: #005f0a;
  color: #fff;
  border-radius: 50%;
  padding: 16px;
  opacity: 1;
  width: 20px;
  height: 20px;
  font-weight: bold !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 45%;
  margin-right: 10px;
}
#next:hover{
  background: #fff;
  color: #000;
}
.separador{
  width: 100%;
  height: 37px;
  margin-top: -20px;
  float: left;
  position: relative;
  background: url(../img/div.png);
}
#contenedor1{
  background: url(../img/bg.jpg) top;
  background-size: cover;
}
#empresa-home{
  text-align: right;
  margin-top:43px;
}
#empresa-home h1{
  font-family:"Yesteryear";
  font-size: 72px;
  color: #005F01;
}
#empresa-home p{
  margin-top: 10px;
  color: #000;
  line-height: 25px;
  font-family:"Roboto Regular";
  font-size:18px;
}
#empresa-home a{
  background: #005F01;
  color: #fff;
  padding: 13px 50px;
  border-radius: 10px;
  float: right;
  font-family:"Roboto Bold";
  font-size:18px;
  margin-top: 50px;
}
#empresa-home a:hover{
  background: #2c2c2c;
  text-decoration: none;
}
#contenedor2{
  background: url(../img/bg2.jpg) top;
  padding:0px 0px 55px 0px;
}

#contenedor3{
  background: url(../img/bg2-a.jpg) top;
  padding:0px 0px 55px 0px;
}


#contenedor4{
  background: url(../img/bg-3.jpg) top;
  padding:0px 0px 55px 0px;
}

#productos-home{
  padding: 84px 0px;
}
#productos-home h1{
  color: #FFF;
  font-size:72px;
  text-align: center;
  font-family:"Yesteryear";
  text-shadow: 8px 3px 2px #000;
}
.producto-home{
  float: left;
  width: 100%;
  margin-top: 99px;
}
.producto-home span{
  font-size: 60px;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #FFF;
  font-family:"Yesteryear";
}
.producto-home:hover span{
  color:#BCDC8A;
}
#galletas{
  background: url(../img/galletas.jpg);
  padding: 91px 0px;
  text-align: center;
  background-size: cover;
}
#galletas h1{
  font-family:"Free Serif";
  color: #FFF;
  font-size: 60px;
  text-shadow: 3px 3px 4px #000;
  text-align: center;
}
#galletas a{
  background: #005f0a;
  color: #fff;
  padding: 15px 54px;
  border-radius: 12px;
  font-family: "Roboto Bold";
  font-size:18px;
  margin-top: 50px;
  display: inline-block;
}
footer{
  background: url(../img/footer.jpg) center;
  padding: 5px 0px;
}
#datos{
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 3px solid  #035D03;
  border-right: none;
}
#datos p{
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  color: #000;
  font-family:"Roboto Regular";
  font-size:18px;
  line-height:20px;
}
#web{
  font-family:"Roboto Regular";
  font-size:14px;
  color: #0000004a;
  margin-top: 5px;
  float: left;
  background: url(../img/web.png) no-repeat right;
  padding-right: 145px;
}

#redes{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
}
#fb{
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url(../img/redes.png) 0px 0px;
  margin-right: 5px;
}
#tw{
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url(../img/redes.png) -34px 0px;
  margin-right: 5px;
}
#ins{
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url(../img/redes.png) -68px 0px;
  margin-right: 5px;
}
#map{
	height:196px;
     border: 3px solid  #005f0a;
	 margin-top:8px;
	}
#ampliar{
  position: absolute;
  right: 10px;
  top:9px;
	}
#ampliar img{
  max-height: 120px;
}

#back-top {
	position: fixed;
	bottom: 80px;
	right: 12px;
}
#back-top a {
	width: 87px;
	display: block;
	text-align: center;
	font-family:"Free Serif";
	line-height:18px;
	text-decoration: none;
	color: #000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 87px;
	height: 67px;
	display: block;
	margin-bottom: 7px;
	background-image:url(../img/boton2.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-image:url(../img/boton1.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#titulo{
  height:384px;
  background-size: cover;
}
.bg-emp{
  background: url(../img/titulo1.jpg) no-repeat center;
}
.bg-pro{
  background: url(../img/titulo2.jpg) no-repeat center;
}
.bg-cont{
  background: url(../img/titulo3.jpg) no-repeat center;
}
#cinta-title{
  position: absolute;
  bottom: 0px;
  background: url(../img/title.png);
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: 'Yesteryear', cursive;
  font-size: 70px;
  text-shadow: 10px 10px 5px #000;
}
#empresa{
  padding: 20px 0px;
}
#scrollbar {
	width: 100%;
	margin-top: 44px;
	margin-bottom: 120px;
	
	}
#scrollbar .viewport {
	width:95%;
	height: 450px;
	overflow: hidden;
	position: relative;
	}
#scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	}
#scrollbar .scrollbar{
	background: #005f0a;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 10px;
	}
#scrollbar .thumb {
	background:#a9b77f;
	height: 20px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0px;
	}
#scrollbar .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
	}
#scrollbar .disable {
	display: none;
	}
#scrollbar p{
	text-align: justify;
	line-height: 22px;
	margin-top: 6px;
	font-family:"Roboto Regular";
	font-size:18px;
}
.empresa p{
	font-family:"Roboto Regular";
	font-size:18px;
    line-height: 22px;
	margin-top: 50px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;
	}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
	}
.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	}
.fancybox-opened {
	z-index: 999999;
	}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
.fancybox-outer, .fancybox-inner {
	position: relative;
	}
.fancybox-inner {
	overflow: hidden;
	}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
	}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
	}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
	}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
	}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
	}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;
	}
.fancybox-prev {
	left: 0;
	}
.fancybox-next {
	right: 0;
	}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
	}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
	}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
	}
.fancybox-nav:hover span {
	visibility: visible;
	}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
	}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
	}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background-image:url(../img/fancybox_overlay.png);
	}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	}
.fancybox-opened .fancybox-title {
	visibility: visible;
	}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -25px;
	margin-left: -15px;
	z-index:99999;
	}
.fancybox-title-float-wrap .child {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #000;
	color: #4286b0;
	line-height: 24px;
	white-space: nowrap;
	}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
	}
.fancybox-title-inside-wrap {
	padding-top: 10px;
	}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	}
.negro{
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 48px;
  padding: 48px;
}
#carousel-emp{
  text-align: right;
}
#carousel-emp h1{
  font-family:"Yesteryear";
  font-size: 60px;
  color: #FFF;
  margin-top: 30px;
  margin-right: 111px;
}
#carousel-emp p{
  color: #FFF;
  line-height: 20px;
  font-size:18px;
  margin-top:6px;
}
#prev2{
  background: url(../img/arrows.png);
  opacity: 1;
  width: 40px;
  height: 38px;
  font-weight: bold !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20%;
  left: auto;
  right: 38%;
  margin-left: 10px;
}
#prev2:hover{
  background: url(../img/arrows-h.png);
}
#next2{
  background: url(../img/arrows.png) right;
  color: #fff;
  padding: 16px;
  opacity: 1;
  width: 40px;
  height: 38px;
  font-weight: bold !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20%;
  margin-right: 10px;
  right: 34%;
}
#next2:hover{
  background: url(../img/arrows-h.png) right;
}
#valores{
  padding: 51px 0px;
  background: url(../img/empresa/bg.jpg);
  background-size: cover;
  text-align: center;
}
#valores h1{
  font-family: 'Yesteryear', cursive;
  font-size: 54px;
  color: #005f0a;
  background: #fff;
  padding: 2px 20px;
  display: inline-block;
}
.valor{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
}
#valores h2{
  color: #fff;
  background: #000;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 5px;
  font-size:18px;
  padding: 5px 25px;
}
#valores p{
  margin-top: 10px;
  color: #FFF;
  display: inline-block;
  width: 70%;
  line-height: 19px;
}
#carousel-valores{
  margin-top: 20px;
  margin-bottom: 30px;
}
#carousel-valores .carousel-indicators{
  bottom: -25px;
}
#carousel-valores .carousel-indicators li{
  width:14px;
  height:14px;
  background: #000;
  border-color: #000;
}
#carousel-valores .carousel-indicators .active{
  width:14px;
  height:14px;
  background: #005f0a;
  border-color: #005f0a;
}
.producto{
  margin-bottom: 34px;
  float: left;
  position: relative;
  width: 100%;
}
.producto span{
  color: #000;
  position: absolute;
  font-family:"Yesteryear";
  font-size: 50px;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
#interna{
  padding-bottom: 50px;
}
#volver{
  position: absolute;
  right: 0px;
  background: #0a6514;
  color: #fff;
  padding: 10px 20px;
  box-shadow: 2px 2px 2px #000;
  margin-top: 20px;
  z-index: 999;
  font-size:19px;
}
#volver:hover{
  background: #000;
  text-decoration: none;
}
#interna h1{
  color: #fff;
  margin-top: 87px;
  font-family:"Yesteryear";
  font-size: 50px;
  width: 100%;
  text-align: center;
}
#prev3{
  background: url(../img/arrows.png);
  width: 40px;
  height: 38px;
  opacity: 1;
  top: 45%;
  left: -30px;
}
#prev3:hover{
background: url(../img/arrows-h.png);
}
#next3{
  background: url(../img/arrows.png) right;
  width: 40px;
  height: 38px;
  opacity: 1;
  top: 45%;
  right: -30px;
}
#next3:hover{
  background: url(../img/arrows-h.png) right;
}

#prev3a{
  background: url(../img/arrows2.png);
  width: 46px;
  height: 46px;
  opacity: 1;
  top: 45%;
  left: 5px;
  z-index:9999;
}
#prev3a:hover{
background: url(../img/arrows2-h.png);
}
#next3a{
  background: url(../img/arrows2.png) right;
  width: 40px;
  height: 38px;
  opacity: 1;
  top: 45%;
  right: 4px;
  z-index:9999;
}
#next3a:hover{
  background: url(../img/arrows2-h.png) right;
}

#contacto{
  padding: 50px;
}
#contacto p{
  color: #000;
  text-align: right;
  line-height: 20px;
  margin-top: 20px;
  font-size:18px;
}
#formulario h2{
	color: #000 !important;
    margin-left: 5px;
	text-transform: none;
	font-size: 18px;
	margin-top: 5px;
    font-weight: normal;
}
#formulario input{
	width:100%;
	background-color:#000;
	color:#fff;
	border:none;
	font-family: 'Muli', sans-serif;
	font-size:14px;
	padding:13px;
	margin-top: 5px;
	}
#formulario textarea{
	width:100%;
  background-color:#000;
	color:#fff;
	border:none;
	font-family: 'Muli', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
  height: 70px;
	}
#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:20px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:50px !important;
	padding:10px 0px !important;
	background: #0a6514 !important;
	margin-right: 15px;
    border: none !important;
	}
#enviar:hover{
  background: #000 !important;
	color: #FFF !important;
	}
#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:20px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:50px!important;
	padding:10px 0px !important;
	background: #0a6514 !important;
    border: none !important;
	}
#borrar:hover{
  background: #000 !important;
  color: #FFF !important;
	}
	
	.close {
    float: right;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    color: #EC1C25 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 3.2;
}

.modal-open .modal{
  background:rgba(0, 0, 0, 0.6);
  z-index: 9999999999;
}

.modal-content{
  background-color:#fff;
}
	

#back-top2 {
    background-image: url(../img/what.png);
    width: 51px;
    height: 51px;
    position: fixed;
    left: 15px;
    z-index: 999999;
    bottom: 18px;
}

#map_p{
  border: 3px solid #005F01;
    height: 400px;
    margin: 11px;
}


#ampliar_p {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px !important;
    color: #fff !important;
    text-align: center;
    background: #000 !important;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 26px;
}
	
@media (max-width: 800px){
  #menu {
    margin-top: 5px;
  }
	.navbar-header {
	    float: none;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
			background: #fff !important;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px ;
	    padding-bottom: 10px;
	}
	.collapse.in{
	    display:block !important;
	}
	#navbar li {
	   width: 100%;
	 }
	#navbar a{
	  width: 100%;
	  text-align: left;
		padding: 5px;
		margin-top: 2px;
    border: none;
	}
  header {
    height: auto;
  }
  .navbar-header {
    background: #005F0A;
    margin-left: -15px;
    margin-right: -15px;
  }
  #empresa-home h1 {
    font-size: 50px;
  }
  #empresa-home a {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #galletas h1 {
    font-size: 25px;
  }
  #datos {
    border-right: 2px solid #005f0a;
  }
  #cinta-title {
    font-size: 45px;
  }
  #prev2 {
    right: 25%;
    top: 0%;
  }
  
  #scrollbar p{
	  font-size:15px;
	  line-height:18px;
  }
  
  
  .empresa p{
	  font-size:15px;
	  line-height:20px;
  }
  
  #next2 {
    top: 0%;
    right: 2%;
  }
  #carousel-emp p {
    margin-bottom: 20px;
	text-align: center;
  }
  #valores h1 {
    font-size: 40px;
  }
  #valores p {
    width: 100%;
  }
  .producto span {
    bottom: 33px;
  }
  .producto {
    margin-bottom: 0px;
  }
  .luz {
    height: 70px;
  }
  #interna h1 {
    margin-top: 25px;
    font-size: 45px;
  }
  #next3 {
    right: -5px;
  }
  #prev3 {
    left: -5px;
  }
  
  #formulario input{
	  padding:10px;
  }
  
  .producto-home span{
	  font-size:47px;
  }

   .modal-dialog {
    margin: 105px auto;
  }


}



@media (max-width:900px) and (min-width:800px){
	
	#empresa-home a{
		margin-bottom:18px;
	}
	
	.producto-home span{
		font-size:40px;
	}
	
	#galletas h1{
		font-size:44px;
	}
	
	#map{
		height:212px;
	}
	
	#scrollbar p{
		font-size:15px;
		line-height:17px;
	}
	
	#scrollbar{
		margin-top:21px;
	}
	
	.empresa p{
		margin-top:20px;
		line-height:17px;
		font-size:15px;
	}
	
	#next2{
		top:-4%;
		right:39%;
	}
	
	#prev2{
		top:-4%;
		right:49%;
	}
	
	.producto span{
		bottom:21px;
	}
	
	#empresa-home a{
		margin-top:27px;
		margin-bottom:23px;
	}
	
	#carousel-emp p{
		margin-bottom:18px;
	}

  .modal-dialog {
    width: 539px;
    margin: 105px auto;
  }


}


@media (max-width:1000px) and (min-width:900px){
	
	
	#empresa-home a{
		margin-top:31px;
		margin-bottom:31px;
	}
	
	.producto-home span{
		font-size:45px;
	}
	
	#galletas h1{
		font-size:53px;
	}
	
	#map{
		height:190px;
	}
	
	.empresa p{
		line-height:20px;
		font-size:16px;
	}
	
	#scrollbar p{
		font-size:16px;
	}
	.empresa p{
		margin-top:20px;
		line-height:17px;
		font-size:15px;
	}
	
	#next2{
		top:-4%;
		right:39%;
	}
	
	#prev2{
		top:-4%;
		right:49%;
	}
	
	#carousel-emp p{
		margin-bottom:21px;
	}
	
	.producto span{
		bottom:26px;
	}

   .modal-dialog {
    width: 639px;
    margin: 105px auto;
  }
	
	
}


@media (max-width:1200px) and (min-width:1000px){
	
	
	.producto-home span{
		font-size:53px;
		margin-top:38px;
	}
	
	#empresa-home a{
		margin-top:36px;
		margin-bottom:21px;
	}
	
	#scrollbar p{
		font-size:16px;
		line-height:19px;
		font-size:16px;
	}
	
	.empresa p{
		font-size:16px;
		margin-top:7px;
		line-height:19px;
	}
	
	.producto span{
		bottom:33px;
	}

   .modal-dialog {
    width: 639px;
    margin: 105px auto;
  }
	

}


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

	
	#empresa-home a{
		margin-bottom:29px;
		margin-top:29px;
	}
	
	.producto-home span{
		font-size:52px;
		margin-top:63px;
	}
	
	#map{
		height:193px;
	}
	
	#scrollbar p{
		font-size:16px;
		line-height:18px;
	}
	
	.empresa p{
		margin-top:1px;
		font-size:17px;
		line-height:18px;
	}
	
	#carousel-emp h1{
		margin-top:-6px;
		font-size:55px;
	}
	
	#carousel-emp p{
		font-size:16px;
		line-height:19px;
	}
	
	#prev2{
		top:-5%;
		right:41%;
	}
	
	#next2{
		top:-5%;
		right:34%;
	}
	
	#valores p{
		font-size:14px;
		line-height:15px;
	}
	
	#datos p{
		font-size:16px;
	}
	
	.producto span{
		bottom:29px;
	}

   .modal-dialog {
    width: 788px;
    margin: 42px auto;
  }


}

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

  .modal-dialog {
    width: 788px;
    margin: 72px auto;
  }
}
