@import url("../Content/css.css");
@font-face {
  font-family: 'Tangerine';
 src: local('Tangerine'), url(../Content/fonts/HGfsyCL5WASpHOFnouG-RFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  font-weight: normal;
  font-style: normal;
  text-shadow: 4px 4px 4px #aaa;
}
body, html {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  color: #fff;
  overflow: hidden;
  text-shadow: 4px 4px 4px #aaa;
}

body {
  background: url("../Images/home.jpg") 50% 50% no-repeat;
  /*background-size: cover;*/
}

*:focus {
  outline: none;
}

a {
  position: relative;
  text-decoration: none;
  -moz-transition: all 0.3s cubic-bezier(0.375, 2.495, 0.51, 0.78);
  -o-transition: all 0.3s cubic-bezier(0.375, 2.495, 0.51, 0.78);
  -webkit-transition: all 0.3s cubic-bezier(0.375, 2.495, 0.51, 0.78);
  transition: all 0.3s cubic-bezier(0.375, 2.495, 0.51, 0.78);
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

img {
  border: 0;
}

#webWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  z-index: 2;
}
#webWrapper #web {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: table;
  text-align: center;
}
#webWrapper #web #webInner {
  width: 100%;
  height: 100%;
  display: block;
  display: table-cell;
  vertical-align: middle;
}
#webWrapper #web #webInner h1 {
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  font-size: 5em;
  margin: 0;
  padding: 0;
}
#webWrapper #web #webInner #cabecera {
  position: absolute;
  top: 65px;
  left: 15px;
  bottom: "inherit";
  right: "inherit";
}
#webWrapper #web #webInner #idiomas {
  position: absolute;
  top: 65px;
  left: "inherit";
  bottom: "inherit";
  right: 15px;
}
#webWrapper #web #webInner #idiomas a {
  display: block;
  padding: 0 .5em;
  margin: 1em 0 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  float: right;
  font-size: 1em;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#webWrapper #web #webInner #idiomas a:hover {
  color: #ba0026;
}
#webWrapper #web #webInner #seleccion {
  margin-top: 50px;
}
#webWrapper #web #webInner #seleccion a {
  margin: 0 25px;
  padding-bottom: 25px;
  display: inline-block;
  color: #fff;
  font-family: Georgia, 'Droid Serif', serif;
  font-weight: 400;
}
#webWrapper #web #webInner #seleccion a span {
  width: 100%;
  display: block;
  text-align: center;
}

#videoIe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: "inherit";
  right: "inherit";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: "inherit";
  right: "inherit";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
#slider #producto1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: "inherit";
  right: "inherit";
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  background: url("../Images/home.jpg") 50% 50% no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#slider #producto2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: "inherit";
  right: "inherit";
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  background: url("../media/02-pizza.jpg") 50% 50% no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#slider #producto3 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: "inherit";
  right: "inherit";
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  background: url("../media/03-tortilla.jpg") 50% 50% no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#slider #producto4 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: "inherit";
  right: "inherit";
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  background: url("../media/04-tarta.jpg") 50% 50% no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.politicaCookies{width:100%;margin:0 auto;text-align:center;background:#d70024;font-size:13px;font-family:Arial, Helvetica, sans-serif;color:#fff;padding:5px 0 5px 0;position:fixed;bottom:0;left:0;z-index:10;display:block}
.politicaCookies .closeP{position:absolute;top:0;right:3px;cursor:pointer;z-index:2}
.politicaCookies a{ font-weight:bold; color:#fff; }

/* RESPONSIVE */

@media (max-width:480px) {
  #webWrapper #web #webInner #cabecera { top:10px; width:25%; }
  #webWrapper #web #webInner #cabecera img { width:100%; }
  #webWrapper #web #webInner h1 { font-size:2.5em; }
  #webWrapper #web #webInner #idiomas { top:0; }
  #webWrapper #web #webInner #seleccion { position:absolute; bottom:15px; left:0; width:100%; }
  #webWrapper #web #webInner #seleccion a { width:50%; margin:0; padding:0; float:left; }
  #webWrapper #web #webInner #seleccion a img { width:70%; margin:0 auto; }
  #webWrapper #web #webInner #seleccion a span { margin:0 auto; }
}