@charset "utf-8";

.container{
	/*background:#FFE9AA;*/
}

/* ******************************************************** 
ESTILOS GENERALES
 ******************************************************** */

*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	text-decoration: none !important;
}

body{
	position:relative;
	margin:0;
	background-color:#fff;
	font-family: sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #3a3a3a;
}

img{
	border:none;
}

a{
	color:#4f89b3;
	text-decoration:none;
}

a:hover,
a:active
{
	text-decoration:none;
}

p{
	margin:0 0 2rem 0;
}

h1,h2,h3,h4,h5,h6{
	/*font-weight: bold;*/
}

h1{
	font-size: 3rem;
}

h2{
	font-size:2.5rem;
}

h3{
	font-size:2rem;
}

h4{
	font-size:1.5rem;
}

h5{
	font-size:1rem;
}

h6{
	font-size:1rem;
}

.clear{
	clear:both;
}

.centrar{
	text-align:center;
}

.msg_error,
.msg_ok,
.msg_aviso {
	color:#000;
	padding-top:1em;
	padding-right:2.5rem;
	padding-left:2.5rem;
	padding-bottom:1em;
	font-size:2rem;
	line-height:1.3em;
	margin:0 30px 1em 30px;
	min-height:40px;
	text-align:center;
}

.msg_ok{
	background:#dff0d8;
}

.msg_aviso{
	background:#fcf8e3;
}

.msg_error{
	background:#f2dede;
}

/* ******************************************************** 
VELO
 ******************************************************** */

.velo{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 120%;
	/*background-color: rgba(10,50,70,0.9);*/
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	z-index: 100;
}

.velo .cont{
	width: 100%;
	height: 75%;
	margin-top: 50px;
	overflow: auto;
}

.velo span{
	position: absolute;
	font-size: 2.5rem;
	top:15px;
	right: 15px;
	color: #FFF;
	cursor: pointer;
}

/* menu */

.velo ul.menu{
	list-style: none;
	padding: 0 0 30px 0;
}

.velo ul.menu li{
	border-bottom:1px solid rgba(255,255,255,0.4);
}

.velo ul.menu li:last-child{
	border-bottom:none;
}

.velo ul.menu li a{
	display: block;	
	color: #FFF;
	font-size:2.2rem;
	text-align: center;
	padding:10px 20px 10px 20px; 

	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

.velo ul.menu li a:hover{
	background: rgba(255,255,255,0.2);
}

/* redes */

.velo ul.redes{
	margin-bottom: 25px;
	display:block;
	width: 100%;
	text-align: center;
	list-style: none;
}

.velo ul.redes li{
	display: inline-block;
	margin-right: 20px;
}

.velo ul.redes li:last-child{
	margin-right: 0;
}

.velo ul.redes li a{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 15px;
	background-color: #707070;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}

.velo ul.redes li a i{
	color: #FFF;
	font-size: 3rem;
}

.velo ul.redes li a[data-original-title='Twitter']:hover{
	background-color: #55acee;
}

.velo ul.redes li a[data-original-title='Facebook']:hover{
	background-color: #3a589e;
}

.velo ul.redes li a[data-original-title='Google+']:hover{
	background-color: #de5347;
}

.velo ul.redes li a[data-original-title='Favoritos']:hover{
	background-color: #fcc741;
}


/* ******************************************************** 
CABECERA
 ******************************************************** */
header{
	position: relative;
}

header .navbar{
	position: absolute;
	padding: 0.7rem 1rem 0.7rem 1rem;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 3rem;
	right: 0;
	/*background: #4f89b3;*/
	background: #000;
	color: #FFF;
	margin:0;
	z-index: 10;
}

/* redes */

header .banda1{
	height: 25px;
	overflow: hidden;
	/*background: #600030;*/
	background: #660000;

	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

header .banda1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

header .banda1 ul li{
	display: inline-block;
	margin: 0 -0.3rem 0 0;
}

header .banda1 ul li a{
	display: block;
	height: 25px;
	width: 25px;
	padding-top: 0.4rem;
	text-align: center;
}

header .banda1 i{
	color: #666;
	font-size: 1.7rem;

	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}

/* logo */

header .banda2{
	/*background: #600030;*/
	background: #660000;
}

header .banda2 .container{
	position: relative;
	height: 115px;
}

header .banda2 .logo{
	position: absolute;
	width: 250px;
	height:auto;
	padding:0;
	margin:25px 0 0 -125px;
	top: 0;
	left: 50%;
}

header .banda2 .logo h1{
	display:block;
	overflow:hidden;
	height:0;
	margin:0;
}

header .banda2 .logo img{
	position:relative;
	width:250px;
	height: auto;
}

/* menu */

header .banda3{
	height: 45px;
	/*background: #701a45;*/
	background: #330000;
	padding-top: 5px;
}

header .banda3 ul{
	list-style: none;
	text-align: center;
}

header .banda3 ul li{
	display: inline-block;
	padding-top: 0.6rem;
	margin-right: 3rem;
}

header .banda3 ul li a{
	font-size: 1.6rem;
	text-transform: uppercase;
	/*font-weight: bold;*/
	color: #FFF;

	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}

header .banda3 ul li a:hover{
	color: #8f8f8f;
}

/* ******************************************************** 
CUERPO
******************************************************** */
 .cuerpo{
 	position: relative;
 	font-size: 1.7rem;
 }

 .cuerpo .productos{
 	background-color: #DDD;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 0px 0px;
	background-size: cover;
 }

 /* ******************************************************** 
PIE
 ******************************************************** */

 footer{
 	background: #000;
 	text-align: center;
 	font-size: 1.7rem;
 	color: #555;

 	padding: 2rem 0 2rem 0;
 }

/* ******************************************************** 
PARTES
******************************************************** */



/* carrusel */

 #carrusel .imgppal{
 	position: relative;
 	width: 100%;
 	height: 500px;
 	overflow: hidden;

 	background-repeat: no-repeat;
 	background-position: center center;
 	background-size: cover;
 }

  #carrusel .imgppal .texto{
	font-family: 'Raleway', sans-serif;
  	color: #FFF;

  	position: relative;
  	top:250px;

  	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);

  	text-align: center;
  	padding-left: 5rem;
  	padding-right: 5rem;
  }

  #carrusel .imgppal .texto .textoppal{
  	font-weight: 900;
  	text-transform: uppercase;
  	font-size: 3rem;
  }

  #carrusel .imgppal .texto .subtitulo{
  	font-weight: 300;
  	font-size: 2rem;
  }

  #carrusel .imgppal .texto .subtitulo a{
  	color: #FFF;
 /* 	border-bottom: 2px solid #FFF;  */
  }

  /* ----------------- */
  /* separador         */
  /* ----------------- */

  .separador{
  	height: 30px;
  	background: #000;
  }


  /* ---------------------- */
  /* bloques de información */
  /* ---------------------- */

  .elementoinfo{
  	overflow: hidden;
  	margin: 0 0 5rem 0;

  	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4) !important;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.4) !important;
  }

  .elementoinfo figure a img{
  	width: 100%;
  	height: auto;

	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
  }

  .elementoinfo figure a:hover img{
  	opacity: 0.6;
  }

  .elementoinfo h1 a.direccion{
  	color:#000;
  }


  .elementoinfo h1 a.direccion:hover{
  	border-bottom: 1px solid black;
  }

  .elementoinfo .texto{
  	/*background: #e1e1e1;*/
  	background: #fff;
  	padding: 3rem 2rem 3rem 2rem;
  }

  .elementoinfo h1{
  	font-family: 'Raleway', sans-serif !important;
  	font-weight: 600 !important;
  	text-align: left !important;
  	color: #000 !important;
  	font-size: 2rem !important;
  	margin:0 0 1.5rem 0 !important;
  	line-height: 2.5rem !important;
  	text-transform: uppercase !important;
  }

  .elementoinfo p{
  	margin:0 0 1.5rem 0;
  }

  /* ----------------- */
  /* secciones portada */
  /* ----------------- */

  .portada .bloque{
  	padding:7rem 0 7rem 0;
  }

  .portada .bloque h1{
  	font-family: 'Raleway', sans-serif;
  	font-size: 4rem;
  	font-weight: 800;
  	text-align: center;
  	text-transform: uppercase;
  	margin-bottom: 7rem;
  }


  /* pastelerias */
  .portada .bloque.bloque1 h1{
  	background: #1e1e1e;
  	padding-top: 2rem;
  	padding-bottom: 2rem;
  	margin-top: 0;
  	margin-bottom: 0;
  	color:#FFF;
  }
  
  .portada .bloque.bloque1{
  	padding:0 0 0 0;
  }

  .portada .bloque.bloque1 .caja{
  	position: relative;
  	float: left;
  	height: 650px;
  	overflow: hidden;
  }

  .portada .bloque.bloque1 .caja .capatop{
  	position: absolute;
  	top:0;
  	left:0; 
  	width: 100%;
	height: 100%;
	/*background: rgba(75,175,75,0);*/
	/*background: rgba(60,0,30,0);*/
	/*background: rgba(0,125,0,0);*/
	background: rgba(102,0,0,0);
	z-index: 10;
	box-sizing: border-box;
	padding:0;
	color: #FFF;
	cursor: pointer;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  }

  .portada .bloque.bloque1 .caja .capatop .cont{
  	position: absolute;
  	font-size: 2rem;
  	text-transform: uppercase;
  	line-height: 7rem;
  	text-align: center;
  	width: 100%;
  	top:50%;
  	margin-top: -75px;
  	opacity: 0;

  	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
  }

  .portada .bloque.bloque1 .caja .capatop .cont i{
  	font-size: 6rem;
  }

  .portada .bloque.bloque1 .caja .capatop:hover{
  	/*background: rgba(75,175,75,0.8);*/
  	/*background: rgba(50,0,30,0.8);*/
  	/*background: rgba(0,125,0,0.5);*/
  	background: rgba(102,0,0,0.5);
  }

  .portada .bloque.bloque1 .caja .capatop:hover .cont{
  	opacity: 1;
  }

  .portada .bloque.bloque1 .caja .datosinit{
  	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 25px 25px 25px;
	color:#FFF;
	/*background: rgba(255,0,0,0.8);*/
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 34%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 34%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 34%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 5;
  }

  .portada .bloque.bloque1 .caja .datosinit h2{
  	font-family: 'Raleway', sans-serif;
  	font-weight: 600;
  	line-height: 3rem;
  }

  .portada .bloque.bloque1 .caja .datosinit h2 a.direccion{
  	color: #FFF;
  }

  .portada .bloque.bloque1 .caja .img{
  	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;

	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
  }

  .portada .bloque.bloque1 .caja:hover .img{
  	-moz-transform: scale(1.08);
  	-webkit-transform: scale(1.08);
  	-o-transform: scale(1.06);
  	-ms-transform: scale(1.08);
  	transform: scale(1.08);
  }

  .portada .bloque.bloque1 .caja.caja1{
  	width: 33.33%;
  }

  .portada .bloque.bloque1 .caja.caja2{
  	width: 33.33%;
  }

  .portada .bloque.bloque1 .caja.caja3{
  	width: 33.33%;
  }

  /* productos */

  .portada .bloque.bloque2{
  	/*background:#4f89b3;*/
  	background:#B33636;
  	color: #FFF;
  	text-align: center;
  	padding:7rem 0 7rem 0;

  	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
  }

  .portada .bloque.bloque2 div{
  	padding: 0 3rem 4rem 3rem;
  }

  .portada .bloque.bloque2 div .imagen{
  	width: 100%;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
  }

  .portada .bloque2 a.figure{
  	display: block;
  	color: #FFF;
  	width: 100%;
  	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;

	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
  }

  .portada .bloque2 a.figure:hover{
  	opacity: 0.5;
  }

  .portada .bloque2 h2{
  	font-family: 'Oswald', sans-serif;
  	font-weight: 300;
  	text-transform: uppercase;
  	opacity: 0.7;
  }

  .portada .bloque2 h2 a{
   	color: #FFF;
  }

  .portada .bloque2 h2 a:hover{
  	opacity: 0.5;
  }

  .portada .bloque2 .boton{
  	margin-top: 0rem;
  }

  /* cafeterías y restaurantes */
  .portada .bloque.bloque3{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;

	padding-bottom: 10rem;
  }

  /* contacto */
  .portada .bloque.bloque4{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*background-attachment: fixed;*/
	color: #FFF;

	-webkit-box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.4);
	box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.4);
  }

  .portada .bloque.bloque4 h1{
	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
  }

  .portada .bloque.bloque4 img.logo{
     width:350px;
     height: auto;
  }

  .portada .bloque.bloque4 .contacto{
  	background: #FFF;
	box-sizing: border-box;
	padding: 50px 50px 50px 50px;
	color: #000;
  }

  .portada .bloque.bloque4 .contacto textarea{
  	resize:none
  }

  /* icono subir */

  .subir{
  	position: fixed;
  	font-size: 1.5rem;
  	background: #FFF;
  	padding: 1.3rem 1.5rem 1.3rem 1.5rem;
  	bottom:4rem;
  	right: 1.5rem;
  	z-index: 10;
  	color: #3a3a3a;
  	opacity:0;
  	display: block;

  	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: opacity 600ms ease-in-out;
	-moz-transition: opacity 600ms ease-in-out;
	-ms-transition: opacity 600ms ease-in-out;
	-o-transition: opacity 600ms ease-in-out;
	transition: opacity 600ms ease-in-out;
  }

  /* modal */
  .modal h4.modal-title{
 	font-size:2.5rem;
 	text-align:center;
  }

  .modal .modal-body{
  	max-height:450px;
  	overflow:auto;
  	font-size:1.6rem;
  	padding:3rem;
  }


  .modal#modalCarta .modal-body h4{
	font-family: 'Tangerine', cursive;
	font-size: 6rem;
	font-weight: 700;
  }

  .modal#modalCarta .modal-body h5{
	font-family: 'Tangerine', cursive;
	font-size: 4rem;
	font-weight: 700;
  }

 .modal#modalCartaLuc .modal-body h4{
	font-family: 'Tangerine', cursive;
	font-size: 6rem;
	font-weight: 700;
  }

  .modal#modalCartaLuc .modal-body h5{
	font-family: 'Tangerine', cursive;
	font-size: 4rem;
	font-weight: 700;
  }

 .modal#modalCartaAmp .modal-body h4{
	font-family: 'Tangerine', cursive;
	font-size: 6rem;
	font-weight: 700;
  }

  .modal#modalCartaAmp .modal-body h5{
	font-family: 'Tangerine', cursive;
	font-size: 4rem;
	font-weight: 700;
  }

  .modal .modal-header .row{
    margin: 3rem 0 2rem 0;
  }

  .modal .modal-header .row a{
    width: 100%;
    margin-bottom: 1rem;
  }

  .modal .modal-header .row a.selected{
  	background: #eee;
  	color: #3a3a3a;
  }


/* ------------------- */
/* secciones productos */
/* ------------------- */

.productos h1{
	font-family: 'Raleway', sans-serif;
  	font-size: 4rem;
  	font-weight: 800;
  	text-align: center;
  	text-transform: uppercase;
  	margin-top: 7rem;
  	margin-bottom: 7rem;
}

.productos .mensaje{
	background: rgba(255,255,255,0.3);
	font-size: 1.7rem;
	margin-bottom: 50px;
	border: 1px solid #666;
	padding: 10px;
	text-align: center;
}

.container.mosaico .item{
	position:relative;
	box-sizing:border-box;
	width:45%;
	overflow:visible;
	margin:0 3% 0 0;
	padding:0 0 0 0;
	
	float:left;
}

.cuerpo.productos .elementoinfo figure img{
	width: 100%;
	height: auto;
}

.cuerpo.productos .elementoinfo .texto h1{
	font-size: 3rem !important;
	line-height: 4rem !important;
}

 /* ******************************************************** 
ENVIO MAIL EN MENU DEL DIA
 ******************************************************** */

 .modal-body .menudia .enviomail{
 	min-height:120px;
 	margin-top:25px;
 }

 .modal-body .menudia .enviomail > a{
 	font-size:20px
 }

.modal-body .menudia .enviomail form .form-group{
	padding:0 10% 0 10%;
}


 /* ******************************************************** 
FORMULARIOS
 ******************************************************** */
