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

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

	
	
#contenedor{
    width:100%;
    overflow:hidden;
    z-index:9999;
    font-family:"Montserrat-Regular";
    position:relative;
}

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

.clear{
    clear:both;
}

header{
    height: 80px;
}

#barra-menu{
    border-top: solid 17px #950499;
}

#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: 30px;
    float: left;
    position: relative;
    padding-top:14px;
    text-decoration: none !important;
    border-bottom: solid 4px #fff;
    font-family:"Melon_Fruit";
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbar a span{
    font-size: 30px;
    margin-right: 10px;
}

#navbar a:hover{
    border-bottom: solid 6px #950499;
    color:#950499;
}

#navbar .selec{
    border-bottom: solid 6px #950499;
    color:#950499;
}

#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;
}

#empresa-home{
    text-align: right;
    margin-top:43px;
}

#empresa-home h1{
    font-family:"Melon_Fruit";
    font-size: 72px;
    color: #950499;
}

#empresa-home h2{
    font-family:"Melon_Fruit";
    font-size: 40px;
    color: #950499;
}

#empresa-home p{
    margin-top: 10px;
    color: #000;
    line-height: 25px;
    font-size:18px;
}

#empresa-home a{
    background: #950499;
    color: #fff;
    padding: 13px 50px;
    border-radius: 10px;
    float: right;
    font-family:"Melon_Fruit";
    font-size:26px;
    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:"Melon_Fruit";
    text-shadow: 8px 3px 2px #000;
}

.producto-home{
    float: left;
    width: 100%;
    margin-top: 99px;
}

.producto-home span{
    font-size: 48px;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #FFF;
    font-family:"Melon_Fruit";
}

.producto-home:hover span{
    color:#BCDC8A;
}

#mascotas{
    background: url(../img/mascotas.jpg);
    padding: 91px 0px;
    text-align: center;
    background-size: cover;
}

#mascotas h1{
    font-family:"Melon_Fruit";
    color: #2c2c2c;
    font-size: 60px;
    text-align: center;
}

#mascotas a{
    background: #950499;
    color: #fff;
    padding: 15px 54px;
    border-radius: 12px;
    font-family:"Melon_Fruit";
    font-size:26px;
    margin-top: 50px;
    display: inline-block;
}

#mascotas a:hover{
    background: #2c2c2c;
    color: #fff;
    text-decoration: none!important;
}

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  #c1e5d3;
    border-right: none;
}

#datos p{
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
    color: #000;
    font-size:18px;
    line-height:20px;
}

#web{
    font-size:14px;
    color: #00000017;
    margin-top: 5px;
    float: left;
    background: url(../img/web.png) no-repeat right;
    padding-right: 145px;
}

#web:hover{
    background: url(../img/web-h.png) no-repeat right;
    text-decoration: none;
}

#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;
}

#ins{
    width: 33px;
    height: 33px;
    display: inline-block;
    background: url(../img/redes.png) -34px 0px;
    margin-right: 5px;
}

#map{
	  height:196px;
    border: 3px solid  #c1e5d3;
	  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;
	  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: 69px;
	  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-serv{
    background: url(../img/titulo2.jpg) no-repeat center;
}

.bg-pro{
    background: url(../img/titulo3.jpg) no-repeat center;
}

.bg-cont{
    background: url(../img/titulo4.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: #950499;
    font-family:"Melon_Fruit";
    font-size: 70px;
    text-shadow: 2px 5px 5px #fff;
}

#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-size:18px;
}

.empresa p{
	  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);
}

.verde{
    background: rgba(31, 93, 10, 0.5);
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 48px;
    padding: 48px;
}

#carousel-emp{
    text-align: right;
}

#carousel-emp h1{
    font-family:"Melon_Fruit";
    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: 44px;
    height: 42px;
    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: 44px;
    height: 42px;
    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;
}

#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: #fff;
    position: absolute;
    font-family:"Melon_Fruit";
    font-size: 40px;
    bottom: 50px;
    width: 100%;
    text-align: center;
    text-shadow: 2px 5px 5px #000;
}

#interna{
    padding-bottom: 50px;
}

#volver{
    position: absolute;
    right: 0px;
    background: #950499;
    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-size: 22px;
    width: 100%;
    text-align: center;
}

#prev3{
    background: url(../img/arrows.png);
    width: 44px;
    height: 43px;
    opacity: 1;
    top: 45%;
    left: -30px;
}

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

#next3{
    background: url(../img/arrows.png) right;
    width: 44px;
    height: 43px;
    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;
}


#frase{
  background: url(../img/bg-contacto.jpg) no-repeat center;
  padding:60px 15px;
}
#frase h1{
  color: #fff;
  font-family: "Melon_Fruit";
  font-size: 58px;
  margin: 0;
  float: left;
}
#frase a{
  float: right;
  position: relative;
  background: #fff;
  padding: 12px 15px;
  color: #091d4e;
  font-size:20px;
  border-radius: 3px;
}
#frase a:hover{
  background: #FCEBD9;
  color: #000;
  text-decoration: none;
}

#contacto{
    padding: 50px;
}

#contacto p{
    color: #000;
    text-align: right;
    line-height: 20px;
    margin-top: 20px;
    font-size:18px;
}

.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: #950499;
      margin-left: -15px;
      margin-right: -15px;
  }

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

  #empresa-home h1 {
      font-size: 50px;
  }

  #empresa-home a {
      margin-top: 20px;
      margin-bottom: 20px;
  }

  #mascotas 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;
  }

  .producto span {
      bottom: 33px;
  }

  .producto {
      margin-bottom: 0px;
  }

  .luz {
      height: 70px;
  }

  #next3 {
      right: -5px;
  }

  #prev3 {
      left: -5px;
  }
  
  
  .producto-home span{
	    font-size:47px;
  }

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



@media (max-width:900px) and (min-width:801px){
	
	#navbar a {
      font-size: 24px;
  }

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

  #empresa-home a{
		  margin-bottom:18px;
	}
	
	.producto-home span{
		  font-size:40px;
	}
	
	#mascotas 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%;
	}

  #next3 {
    right: -7px;
  }

  #prev3 {
    left: -7px;
  }
	
	.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:901px){
	
	#navbar a {
    font-size: 26px;
  }

	#empresa-home a{
		margin-top:31px;
		margin-bottom:31px;
	}
	
	.producto-home span{
		font-size:45px;
	}
	
	#mascotas 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%;
	}

  #next3 {
    right: -7px;
  }

  #prev3 {
    left: -7px;
  }
	
	#carousel-emp p{
		margin-bottom:21px;
	}
	
	.producto span{
		bottom:26px;
	}

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


@media (max-width:1200px) and (min-width:1001px){
	
	
	.producto-home span{
		font-size:40px;
		margin-top:59px;
	}
	
	#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;
	}

  #prev2 {
    right: 40%;
  }

  #next3 {
    right: -7px;
  }

  #prev3 {
    left: -7px;
  }

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

}


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

	
	#empresa-home a{
		margin-bottom:29px;
		margin-top:29px;
	}
	
	.producto-home span{
		font-size:41px;
		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%;
	}
	
	#datos p{
		font-size:16px;
	}
	
	.producto span{
		bottom:29px;
	}

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


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

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