@charset "utf-8";
/* CSS Document */

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

@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:"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;
}



body {
  	background-image: url(../img/fondo.jpg);
}
#contenedor{
	width:100%;
  	overflow:hidden;
	position:relative;
  	font-family:"Montserrat-Regular";
}
.pad{
	padding-left:0px;
	padding-right:0px;
}
.clear{
	clear:both;
}
#logo{
	z-index:100;
	position:relative;
}
#logo2{
	background-image: url(../img/logo2.png);
	z-index:100;
	position:relative;
	margin-top: -53px;
  	background-repeat: repeat-x;
}
header{
	background:#FFF;
}
#menu{
	border:none;
	background: transparent;
	font-family:"Montserrat-Bold";
	color: #000;
	z-index:10;
	margin-bottom:0;
}
.menu a{
	color:#000;
	float:left;
	position:relative;
	padding:19px 20px;
	text-transform:uppercase;
	margin-left:200px;
	font-size:14px;
}
.menu a:hover{
	background:#dcad53;
	color:#FFF;
	text-decoration:none;
}
.menu .selec{
	background:#dcad53;
	color:#FFF;
}
.menu2 a{
	color:#000;
	float:left;
	position:relative;
	padding:19px 7px;
	text-transform:uppercase;
	font-size:14px;
	margin-left:200px;
}
.menu2 a:hover{
	background:#dcad53;
	color:#FFF;
	text-decoration:none;
}
.menu2 .selec{
	background:#dcad53;
	color:#FFF;
}
#carousel-home{
  	margin-top: -43px;
}
#carousel-home .carousel-indicators{
}
#carousel-home .carousel-indicators li{
	background: #dcad53;
  	border-color: #dcad53;
  	width: 15px;
  	height: 15px;
}
#carousel-home .carousel-indicators .active{
	background: #ed1b24;
  	border-color: #ed1b24;
  	width: 15px;
  	height: 15px;
}
.barra-menu{
  	background-color: #fff;
}
#contenido {
    padding: 82px 0px;
    z-index: 100;
}
#home h1{
  	font-size: 48px;
  	font-family:"Pacifico";
  	padding-top: 79px;
	color: #ed1b24;
}
#home{
  	padding-top:45px;
}
#home p{
  	font-size: 18px;
	margin-top: 20px;
	line-height: 23px;
}
.caption{
   	padding: 50px 25px;
  	text-align: center;
  	position: absolute;
  	margin-top: -227px;
  	float: left;
  	font-size: 47px;
  	color: #fff;
  	width: 100%;
  	background-image: url(../img/slider/caption.png);
  	font-family:"Pacifico";
}
.caption2{
  	padding: 62px 57px;
  	text-align: left;
  	position: absolute;
  	margin-top: -227px;
  	float: left;
  	font-size: 23px;
  	color: #fff;
  	width: 100%;
  	background-image: url(../img/slider/caption2.png);
}
#prev{
  	background: url(../img/prev.png) no-repeat;
  	width: 39px;
  	height:49px;
  	opacity: 1;
  	top: 76%;
  	left: 10%;
}
#prev:hover{
  	background: url(../img/prev-h.png) no-repeat;
}
#next{
  	background: url(../img/next.png) no-repeat;
  	width: 39px;
  	height: 49px;
  	opacity: 1;
  	top: 76%;
  	right: 10%;
}
#next:hover{
  	background: url(../img/next-h.png) no-repeat;
}
#home_musica{
  	background-color: #dcad53;
}
#home_musica h2{
  	font-size: 50px;
  	padding-top: 130px;
  	color: #fff;
  	text-align: center;
	font-family:"Montserrat-bold";
}
#franja{
 	background: url(../img/bg.jpg) repeat;
 	width: 100%;
 	height: 45px;
 	position: relative;
 	float: left;
}
footer{
  	background-color: #fff;
}
.datos{
  	padding-top: 25px;
}
.datos h3{
  	font-size: 22px;
  	color: #000;
  	font-family:"Neou Bold";
}
footer h3{
  	font-size: 22px;
  	color: #000;
  	padding-top: 51px;
  	padding-bottom: 25px;
}
footer p {
    line-height: 29px;
    color: #000;
    font-size: 18px;
}

#redes{
  	text-align: center;
}

#redes p{
 	color: #000;
 	font-size: 22px;
 	text-align:center;
 	padding-top: 35px !important;
}
#tw{
  	background: url(../img/redes.png) no-repeat left;
  	display: inline-block;
 	width: 69px;
  	height: 64px;
  	margin-top: 20px;
}
#tw:hover{
  	background: url(../img/redes-h.png) no-repeat left;
}
#fb{
  	background: url(../img/redes.png) -82px -6px no-repeat;
  	display: inline-block;
  	width: 69px;
  	height: 64px;
  	margin-top: 20px;
}
#sk{
  	background: url(../img/redes.png) -169px -6px no-repeat;
  	display: inline-block;
  	width: 69px;
  	height: 64px;
  	margin-top: 20px;
}

#web a {
    background: url(../img/web.png) no-repeat right;
    padding: 10px;
    padding-right: 156px;
    display: inline-block;
    color: #000;
    text-decoration: none !important;
    margin-right: 10%;
    font-size: 15px;
}
#titulo {
    padding-top: 328px;
    padding-bottom: 157px;
    background-size: cover;
    margin-top: -43px;
}
#titulo .titulo {
    padding: 10px 198px;
    display: inline-block;
}
#titulo .titulo h1 {
  	position: absolute;
  	font-family:"Pacifico";
  	bottom: 61px;
  	width: 35%;
  	padding: 10px;
  	color: #fff;
  	font-size: 72px;
  	text-shadow: 0px 2px 2px #383838;
  	background: url(../img/empresa/bg-t.png);
}
#interna{
	padding: 50px 15px;
}
#interna h1{
	font-size: 48px;
	font-family: "Pacifico";
	padding-top: 79px;
	color: #ed1b24;
}
#interna h1 span{
	font-family:"Montserrat-Bold";
	font-size: 60px;
}
#interna p{
	font-size: 18px;
margin-top: 20px;
line-height: 23px;
}
#carousel-int{
	padding-bottom: 50px;
}
#carousel-int .carousel-indicators{
	text-indent: 0;
	bottom: 0;
}
#carousel-int .carousel-indicators li{
  	background: #fff;
	width: 14px;
	height: 23px;
	text-align: center;
	border-radius: 0;
  	border-color: #fff;
	text-indent: 0;
	margin: 0px 25px;
	color: #000;
	font-family:"Montserrat-Bold";
}
#carousel-int .carousel-indicators .active{
	border-bottom: solid 1px #000;
}
#prev2{
  	background: url(../img/prev2.png) no-repeat;
  	width: 39px;
  	height:49px;
  	opacity: 1;
  	top: 76%;
  	left: 10%;
}
#prev2:hover{
  	background: url(../img/prev2-h.png) no-repeat;
}
#next2{
  	background: url(../img/next2.png) no-repeat;
  	width: 39px;
  	height: 49px;
  	opacity: 1;
  	top: 76%;
  	right: 10%;
}
#next2:hover{
  	background: url(../img/next2-h.png) no-repeat;
}

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

.bg-2 {
    background: url(../img/bg-2.jpg) no-repeat center right;
    background-size: auto auto;
}
.bg-3 {
    background: url("../img/salchichon/bg.jpg") no-repeat center right;
    background-size: auto auto;
}
.bg-3s {
    background: url("../img/salchichas/bg.jpg") no-repeat center right;
    background-size: auto auto;
}

.bg-3c {
    background: url("../img/chorizos/bg.jpg") no-repeat center right;
    background-size: auto auto;
}

.bg-3b {
    background: url("../img/hamburguesas/bg.jpg") no-repeat center right;
    background-size: auto auto;
}

.bg-3p {
    background: url("../img/perniles_y_pavos/bg.jpg") no-repeat center right;
    background-size: auto auto;
}

.bg-7{
    background: url(../img/contacto.jpg) no-repeat center right;
    background-size: auto auto;
}
.glyphicon {
  color: #dcad53;
}

#empresa{
  	padding: 82px 0px;
}
#empresa h1{
  	font-size: 48px;
  	font-family:"Pacifico";
  	padding-top: 79px;
	color: #ed1b24;
}
#empresa p{
  	font-size: 18px;
	margin-top: 20px;
	line-height: 23px;
	
}

#empresa_parqueadero {
    background: url(../img/empresa/bg-2.jpg) no-repeat center right;
    background-size: auto auto;
    background-size: cover;
    padding: 115px 0px;
    text-align: center;
}

#empresa_parqueadero h1{
  	font-size: 72px;
  	text-align: center;
  	color: #fff;
}

#empresa_parqueadero a{
  	font-size: 26px;
  	text-align: center;
  	color: #000;
  	background-color: #fff;
  	padding: 10px 20px;
  	text-decoration: none;
}
#empresa_parqueadero a:hover{
  	background-color: #dcad53;
}
#valores{
  	padding: 120px 0px;
  	background: url(../img/empresa/bg.jpg);
  	text-align: center;
}
#valores h1{
	font-size: 48px;
	font-family: "Pacifico";
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	padding: 2px 20px;
  	display: inline-block;
}
.valor{
  	width: 100%;
  	float: left;
  	position: relative;
  	margin-top: 20px;
}
#valores h2{
  	color: #000;
  	background: #fff;
  	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;
}
#carta{
  	padding: 66px 0px;
}
.productos{
  	float: left;
  	position: relative;
  	width: 100%;
  	margin: 30px 0px;
}
.productos span{
  	position: absolute;
  	bottom: 89px;
  	width: 100%;
  	padding: 15px;
  	text-align: center;
  	background: #dcad5390;
}
.productos span h1{
  	color: #FFF;
  	font-size: 48px;
  	font-family: "Pacifico";
	line-height: 100px;
}
.productos span p{
  	font-size: 20px;
  	color: #fff;
}

.productos:hover span{
  	background:#ed1b2499;
}

#botones{
  	margin-top: 37px;
  	position: relative;
}


.producto{
  	border: 1px solid #000;
  	position: relative;
  	float: left;
  	width: 100%;
  	padding: 14px 5px;
  	margin-bottom: 30px;
  	min-height: 153px;
}
.producto h2{
  	font-size: 21px;
  	font-family:"Neou Bold";
  	padding-bottom: 19px;
  	padding-left: 51px;
  	padding-top: 8px;
}

.producto h3{
  	font-size: 20px;
  	text-align: right;
 }

.producto p{
  	font-size: 18px;
  	font-family:"Decker";
  	padding-left: 50px;
}
.producto_pasta{
  	border: 1px solid #000;
  	position: relative;
  	float: left;
  	width: 100%;
  	padding: 14px 5px;
  	margin-bottom: 30px;
}
.producto_pasta h2{
  	font-size: 21px;
  	font-family:"Neou Bold";
  	padding-bottom: 19px;
  	padding-left: 51px;
  	padding-top: 8px;
}
.producto_pasta h3{
  	font-size: 20px;
  	text-align: right;
}

.producto_pasta p{
  	font-size: 18px;
  	font-family:"Decker";
  	padding-left: 50px;
}

.table{
  	border: 1px solid #000;
  	margin-bottom: 39px;
}
.table th{
  	font-size: 21px;
  	font-family:"Neou Bold";
}

.table tr{
  	border:none !important;
}

.producto2 h2{
  	font-size: 21px;
  	font-family:"Neou Bold";
  	padding-bottom: 19px;
  	padding-left: 51px;
  	padding-top: 8px;
}

.producto2 h1{
  	font-size: 21px;
  	font-family:"Neou Bold";
  	padding-top: 8px;
  	padding-bottom: 19px;
  	text-align: center;
}

.producto2 h3{
  	font-size: 20px;
  	text-align: center;
}

.producto2 p{
  	font-size: 18px;
  	font-family:"Decker";
  	padding-left: 50px;
}


#map {
    height: 500px;
    margin-top: 40px;
}

#ampliar {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #FFB500;
    color: #FFF;
    text-align: center;
    padding-top: 28px;
    position: absolute;
    right: 3%;
    bottom: -49px;
    text-decoration: none !important;
    font-size: 19px;
}
#ubicacion{
  	padding-top:159px;
}

#ubicacion p{
  	font-size: 18px;
	margin-top: -116px;
	line-height: 23px;
}

#galeria{
  	padding: 55px 0px;
}

#img_galeria{
  	padding: 0px !important;
}

.galeria-foto{
  	float: left;
  	position: relative;
  	width: 100%;

}

.ser-mas{
  	display: none;
}
.galeria-foto:hover .ser-mas{
  	width: 100%;
  	display: block;
  	height: 100%;
  	position: absolute;
  	left: 0px;
  	z-index: 10;
  	top: 0px;
  	background: rgba(0, 0, 0, 0.44);
}
.mas-s{
  	color: #FFF;
  	font-size: 40px;
  	text-align: center;
  	width: 100%;
  	margin-top: 43%;
}

/*Box
.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;
  	-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;
}

.fancybox-lock {
  	overflow: hidden;
}
.fancybox-overlay {
  	position: absolute;
  	top: 0;
  	left: 0;
  	overflow: hidden;
  	display: none;
  	z-index:9999;
    background: rgba(0, 0, 0, 0.9);
}
.fancybox-overlay-fixed {
  	position: fixed;
  	bottom: 0;
  	right: 0;
}
.fancybox-lock .fancybox-overlay {
  	overflow: auto;
  	overflow-y: scroll;
}

.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; 
  	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);
}*/

#contacto{
  	padding: 80px 15px;
}

#contacto p{
	font-size: 18px;
	margin-top: 20px;
	line-height: 23px;
 	color: #000;
}
#formulario h3{
  	color: #000 !important;
  	font-size: 20px;
  	margin-top: 13px;
}
#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:#dcad53;
  	color:#fff;
  	border:none;
  	font-size:17px;
  	padding:12px;
  	margin-top: 5px;
}
#formulario textarea{
  	width:100%;
  	background-color:#dcad53;
  	color:#fff;
  	border:none;
  	font-size:14px;
  	padding:10px;
  	margin-top: 5px;
  	height: 132px;
}
#enviar{
  	width:102px !important;
  	cursor:pointer;
  	position:relative;
  	float:right;
  	font-size:24px !important;
  	color:#fff !important;
  	text-align:center;
  	margin-top:20px !important;
  	padding:10px 0px !important;
  	background: #ed1b24 !important;
  	margin-right: 15px;
  	font-family:"Montserrat-Bold";
  	border: none !important;
}
#enviar:hover{
  	background: #dcad53 !important;
  	color: #FFF !important;
}
#borrar{
  	width:102px !important;
  	cursor:pointer;
  	position:relative;
  	float:right;
  	font-size:24px !important;
  	color:#fff !important;
  	font-family:"Montserrat-Bold";
  	text-align:center;
  	margin-top:20px!important;
  	padding:10px 0px !important;
  	background: #ed1b24 !important;
  	border: none !important;
}
#borrar:hover{
  	background: #dcad53 !important;
  	color: #FFF !important;
}
#mapa{
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	}
#map{
	height:350px;
	}
#ampliar{
  	color: #fff ;
  	text-align: center;
  	position:absolute;
	bottom:20px;
  	right: 20px;
  	background: #ceac57;
  	text-decoration: none;
	}
#ampliar:hover{
	background: #ed1b24;
	color: #fff;
	}

.btn a{
  	display: inline-block;
  	padding: 5px 10px;
  	background:#E5AE37;
  	font-size: 26px;
  	font-family:"Decker Bold";
  	color: #fff;
  	margin-top: 103px;
  	float: left;
}
.btn a:hover{
  	background: #1D3C7D;
  	color: #fff;
  	text-decoration: none;
}

.close {
    float: right;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 3.2;
}
.modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

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





@media (max-width: 800px){

  .navbar-header {
      	float: none;
  }
  .navbar-left,.navbar-right {
      	float: none !important;
  }
  .navbar-toggle {
      	display: block;
  }
  .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;
  }

  #logo2{
      	margin-top: -15px;
  }

  .menu a{
      	margin-left: 5px;
  }

  .menu2 a{
      	margin-left: 5px;
  }

  .navbar-toggle .icon-bar{
      	width: 39px;
  }
  #home p{
      	font-size: 19px;
  }

  #home h1{
      	padding-bottom: 15px;
      	font-size: 28px;
  }

  #home_musica h2{
    	padding-top: 30px;
    	font-size: 27px;
  }

  footer p{
    	font-size: 16px;
    	line-height: 20px;
  }

  .caption{
    	padding: 8px 25px;
    	margin-top: -61px;
    	font-size: 37px;
  }

  #titulo{
    	padding-top: 87px;
  }

  #titulo .titulo h1{
    	font-size: 33px;
    	left: 0px;
  }

  #empresa p{
    	padding: 15px 0px;
  }

  #empresa_parqueadero{
    	padding: 56px 0px;
  }

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

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

  .productos span{
    	bottom: 38px;
  }

  .producto h2{
    	padding-bottom: 12px;
  }

  #ubicacion{
    	padding: 24px;
  }

  #contenido{
    	padding: 51px;
  }

  #contacto p{
    	margin-top: -22px;
  }

  .btn a{
    	margin-top: 20px;
    	font-size: 16px;
  }

  #home{
    	padding-top: 0px;
  }
}



@media (max-width: 900px) and (min-width:800px){
   
	.menu a{
     	font-size: 13px;
     	margin-left: 36px;
     	padding: 15px 4px;
   	}
	.menu2 a{
    	font-size: 13px;
    	margin-left: 32px;
     	padding: 15px 4px;
   }

   #logo2{
    	margin-top: -15px;
   }

   #home h1{
    	padding-top: 10px;
    	font-size: 36px;
   }

   #home{
    	padding-top: 0px;
   }

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

   .caption{
    	padding: 14px 25px;
	    font-size: 30px;
		margin-top: -84px;
   }

   .caption2{
    	font-size: 16px;
    	padding: 22px;
	   margin-top: -85px;
   }

   #home_musica h2{
    	font-size: 28px;
    	padding-top: 28px;
   }

   footer p{
    	font-size: 14px;
    	line-height: 19px;
   }

   #fb{
    	width: 66px;
   }

   #tw{
    	width: 66px;
   }

   #titulo .titulo h1{
    	width: 51%;
    	font-size: 50px;
   }

   #titulo{
    	padding-top: 242px;
   }
	#empresa h1 {
  		padding-top: 0px;
		font-size: 40px;
 	}

   #empresa p{
    	padding: -3px 32px;
		font-size: 16px;
   }

   #empresa_parqueadero{
    	padding: 82px 0px;
   }
	#empresa_parqueadero h1 {
  		font-size: 30px;
   }

   .productos span h1{
    	font-size: 26px;
   }

   .productos span{
    	bottom: -1px;
	    padding: 21px;
   }
	.productos span p {
  		font-size: 18px;
  		margin-top: -25px;
   }
   #interna h1 {
  		font-size: 34px;
  		padding-top: 0px;
   }
   #ubicacion p{
    	font-size: 20px;
   }

   #contacto p{
    	line-height: 26px;
    	font-size: 20px;
    	margin-top: 7px;
   }

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


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

  .menu a{
     	font-size: 13px;
     	margin-left: 80px;
     	padding: 15px 8px;
   }

   .menu2 a{
    	font-size: 13px;
     	margin-left: 79px;
     	padding: 15px 8px;
   }

   #logo2{
    	margin-top: -20px;
   }

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

   #home h1{
    	font-size: 38px;
    	padding-top: 0px;
   }
	.caption{
    	padding: 14px 25px;
	    font-size: 30px;
		margin-top: -84px;
   }

   .caption2{
    	font-size: 16px;
    	padding: 22px;
	   margin-top: -85px;
   }

   #home_musica h2{
    	font-size:31px;
    	padding-top: 40px;
   }
   #empresa h1 {
  	   font-size: 38px;
	   padding-top: 0px;
   }
   #empresa_parqueadero h1 {
  		font-size: 39px;
   }
   .productos span h1{
    	font-size: 26px;
   }

   .productos span{
    	bottom: -1px;
	    padding: 31px;
   }
   .productos span p {
  		font-size: 18px;
  		margin-top: -25px;
   }
   #interna h1 {
  		font-size: 34px;
  		padding-top: 0px;
   }

   footer p{
    	font-size: 15px;
    	line-height: 23px;
   }

   #titulo .titulo h1{
    	width: 52%;
    	font-size: 54px;
   }

   #empresa p{
    	font-size: 18px;
   }
   .producto h3{
    	font-size: 16px;
   }

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

   #contacto p{
    	font-size: 20px;
    	line-height: 28px;
    	margin-top: 61px;
   }

}


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

  .menu a{
     	font-size: 13px;
     	margin-left: 103px;
     	padding: 15px 4px;
   }

   .menu2 a{
    	font-size: 13px;
     	margin-left: 94px;
     	padding: 15px 4px;
   }
	#logo2 {
 		margin-top: -22px;
	}
   .caption{
    	padding: 19px 25px;
	    font-size: 30px;
		margin-top: -105px;
   }

   .caption2{
    	font-size: 16px;
		padding: 26px;
		margin-top: -105px;
   }

   #home{
    	padding-top: 3px;
   }

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

   #home h1{
    	font-size: 30px;
    	padding-top: 0px;
   }

   #home_musica h2{
    	font-size: 35px;
    	padding-top: 45px;
   }

   #titulo .titulo h1{
    	font-size: 66px;
    	width: 55%;
   }
	#empresa h1 {
  		padding-top: 0px;
		font-size: 44px;
   }

   #empresa p{
    	font-size: 18px;
   }
	#empresa_parqueadero h1 {
  		font-size: 40px;
   }
	.productos span h1{
    	font-size: 26px;
   }

   .productos span{
    	bottom: -1px;
	    padding: 41px;
   }
   .productos span p {
  		font-size: 18px;
  		margin-top: -25px;
   }
   #interna h1 {
  		font-size: 35px;
  		padding-top: 17px;
   }
   #ubicacion p{
    	font-size: 22px;
   }

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

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

}


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

  .menu a{
     	font-size: 14px;
     	margin-left: 112px;
     	padding: 15px 4px;
   }

   .menu2 a{
    	font-size: 14px;
     	margin-left: 110px;
     	padding: 15px 4px;
   }
	#logo2 {
  		 margin-top: -20px;
	}
	.caption{
    	padding: 19px 25px;
	    font-size: 30px;
		margin-top: -115px;
   }

   .caption2{
    	font-size: 16px;
		padding: 26px;
		margin-top: -115px;
   }

   #home h1{
    	font-size: 34px;
    	padding-top: 0px;
   }

   #home p{
    	font-size: 18px;
	    line-height: 22px;
   }

   #home_musica h2{
    	font-size:38px;
    	padding-top: 59px;
   }

   #titulo .titulo h1{
    	width: 57%;
    	font-size: 68px;
   }
	#empresa h1 {
 	    padding-top: 0px;
		font-size: 44px;
   }

   #empresa p{
    	font-size: 18px;
   }
	#empresa_parqueadero h1 {
  		font-size: 48px;
   }
	.productos span h1 {
  		font-size: 38px;
		line-height: 68px;
  }

   .productos span{
    	bottom: 45px;
   }
   #interna h1 {
  		font-size: 44px;
  		padding-top: 60px;
   }

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

   #contacto p{
    	font-size: 22px;
    	line-height: 28px;
   }

   .modal-dialog {
    	width: 1164px;
    	margin:38px auto;
  }
}

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

  .menu a{
     	font-size: 13px;
     	margin-left: 82px;
     	padding: 15px 6px;
   }

   .menu2 a{
    	font-size: 13px;
     	margin-left: 133px;
     	padding: 15px 6px;
   }
   #logo2 {
  		margin-top: -17px;
   }
	.caption{
    	padding: 19px 25px;
	    font-size: 30px;
		margin-top: -126px;
   }

   .caption2{
    	font-size: 16px;
		padding: 26px;
		margin-top: -126px;
   }

   #home{
    	padding-top: 10px;
   }
   #home h1{
    	font-size: 30px;
    	padding-top: 0px;
   }

   #home p{
    	font-size: 18px;
	    line-height: 21px;
   }

   #home_musica h2{
    	font-size: 33px;
		padding-top: 97px;
   }

   #titulo .titulo h1{
    	width: 51%;
   }
	#empresa h1 {
  		padding-top: 0px;
		font-size: 42px;
   }

   #empresa p{
    	font-size: 18px;
    	line-height: 22px;
   }
	#empresa_parqueadero h1 {
  		font-size: 30px;
   }
	.productos span h1 {
 		font-size: 32px;
		line-height: 68px;
 	}

   .productos span{
    	bottom: 29px;
   }

   .producto h3{
    	font-size: 18px;
   }
	#interna h1 {
  		font-size: 40px;
   }

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

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

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

    .modal-dialog {
    	width: 1164px;
    	margin:38px auto;
  }


}


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

  .menu a{
     	font-size: 14px;
     	margin-left: 104px;
     	padding: 15px 5px;
   }

   .menu2 a{
    	font-size: 14px;
     	margin-left: 130px;
     	padding: 15px 5px;
   }
	#logo2 {
 		margin-top: -18px;
	}
   .caption{
    	padding: 19px 25px;
	    font-size: 30px;
		margin-top: -126px;
   }

   .caption2{
    	font-size: 16px;
		padding: 26px;
		margin-top: -126px;
   }

   #home{
    	padding-top: 5px;
   }

   #home p{
    	font-size: 18px;
	    line-height: 22px;
   }

   #home h1{
    	padding-top: 17px;
    	font-size: 36px;
   }
   #home_musica h2{
    	font-size: 32px;
    	padding-top: 107px;
   }

   #titulo .titulo h1{
    	width: 54%;
   }

   #empresa p{
    	font-size: 20px;
   }
	#empresa h1 {
  		font-size: 40px;
  		padding-top: 2px;
  
   }
	#empresa_parqueadero h1 {
  		font-size: 38px;
   }
   .productos span{
    	bottom: 20px;
   }
   .productos span h1 {
  		font-size: 40px;
   }

   #ubicacion{
    	padding-top: 93px;
   }

   #contacto p{
    	margin-top: 5px;
    	font-size: 23px;
   }
    .modal-dialog {
    	width: 1164px;
    	margin:38px auto;
  }
}


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

  .menu a{
     	font-size: 15px;
     	margin-left: 115px;
     	padding: 15px 8px;
   }

   .menu2 a{
    	font-size: 15px;
     	margin-left: 122px;
     	padding: 15px 8px;
   }
	#logo2 {
 		margin-top: -18px;
	}

   #home{
    	padding-top:6px;
   }

   #home_musica h2{
    	font-size: 48px;
    	padding-top: 43px;
   }

   #home h1{
    	font-size: 36px;
    	padding-top: 0px;
   }

   #home p{
    	font-size: 19px;
   }
   #next {
  		top: 68%;
   }
   #prev {
  		top: 68%;
   }

   #titulo .titulo h1{
    	width: 43%;
   }
	#empresa h1 {
  		padding-top: 10px;
   }
	#empresa_parqueadero h1 {
        font-size: 58px;
   }

  .productos span{
    	bottom: 25px;
   }
	.productos span h1 {
  		font-size: 42px;
   }

   #contacto p{
    	margin-top: 87px;
   }

    .modal-dialog {
    	width: 1164px;
    	margin:38px auto;
  }
}

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

  .menu a{
     	margin-left:130px;
     	padding: 15px 8px;
   }

   .menu2 a{
     	margin-left: 130px;
     	padding: 15px 8px;
   }

   #home_musica h2{
    	font-size: 47px;
	   padding-top: 90px;
   }

   #home h1{
    	font-size: 40px;
    	padding-top: 4px;
   }

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

   #titulo .titulo h1{
    	width: 45%;
   }
	#next {
  		top: 70%;
   }
   #prev {
  		top: 70%;
   }
	#empresa_parqueadero h1 {
  		font-size: 55px;
	}
   .productos span{
    	bottom: 40px;
   }

    .modal-dialog {
    	width: 1164px;
    	margin:38px auto;
  }
}


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

  .menu a{
     	margin-left:140px;
     	padding: 15px 8px;
   }

   .menu2 a{
     	margin-left:140px;
     	padding: 15px 8px;
   }

   #home h1{
    	padding-top: 7px;
   }

   #home_musica h2{
    	font-size: 48px;
	   padding-top: 117px;
   }
	#next {
  		top: 72%;
   }
   #prev {
  		top: 72%;
   }
   .productos span{
    	bottom: 68px;
   }
   #empresa_parqueadero h1 {
  		font-size: 66px;
   }

    .modal-dialog {
    	width: 1164px;
    	margin:13px auto;
  }
}


@media (max-width: 1920px) and (min-width:1700px){

  .menu a{
     	margin-left:130px;
   }
   .productos span{
    	bottom: 77px;
   }

   #home h1{
    	padding-top: 12px;
   }

  .modal-dialog {
    	width: 904px;
    	margin:13px auto;
  }

}
