/*variables*/
#sector02 {
  width: 100%;
  height: 438px;
  font-family: "HeronSansCond", sans-serif;
  overflow: hidden; }
  #sector02 a#left {
    width: 50%;
    height: 438px;
    float: left;
    background: url(../img/home/left.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    #sector02 a#left:hover {
      transform: scale(1.1);
      z-index: 999999999; }
      #sector02 a#left:hover section {
        padding: 50px 0px 50px 0px; }
    #sector02 a#left section {
      width: 100%;
      padding: 30px 0px 30px 0px;
      background-color: #000;
      position: relative;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      font-size: 35px;
      text-align: center;
      font-weight: 700;
      color: #fff;
      line-height: 35px; }
  #sector02 a#right {
    width: 50%;
    height: 438px;
    float: right;
    background: url(../img/home/right.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    #sector02 a#right:hover {
      transform: scale(1.1); }
      #sector02 a#right:hover section {
        padding: 50px 0px 50px 0px; }
    #sector02 a#right section {
      width: 100%;
      padding: 30px 0px 30px 0px;
      background-color: #fad000;
      position: relative;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      font-size: 35px;
      text-align: center;
      font-weight: 700;
      color: #000;
      line-height: 35px; }

a#pizzabook {
  width: 100%;
  height: 400px;
  display: block;
  background: url("../img/home/pizzabook.jpg") fixed center no-repeat, #fad000;
  text-align: center;
  background-size: cover; }
  a#pizzabook h1 {
    font-size: 45px;
    color: #fad000;
    background: #000;
    padding: 20px 20px;
    font-family: "HeronSansCond"; }
  a#pizzabook span {
    color: #fad000;
    background: #000;
    padding: 10px 40px;
    font-family: "HeronSansCond";
    font-size: 30px;
    letter-spacing: 1px; }

a#historia {
  width: 100%;
  height: 167px;
  display: block;
  clear: both;
  margin-bottom: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s; }
  a#historia:hover #top {
    background: #000;
    color: #fad000; }
  a#historia:hover #down {
    background: #fad000; }
    a#historia:hover #down p {
      color: #000; }
  a#historia #top {
    width: 100%;
    padding: 30px 0px 30px 0px;
    text-align: center;
    background: #fad000;
    font-family: "HeronSansCond";
    font-size: 35px;
    color: #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s; }
  a#historia #down {
    width: 100%;
    background: #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s; }
    a#historia #down p {
      max-width: 520px;
      padding: 15px 0px 15px 0px;
      margin: auto;
      text-align: center;
      font-family: "HeronSansCondM";
      font-size: 30px;
      color: #fad000;
      letter-spacing: 1px;
      border-bottom: 1px solid #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s; }

@media screen and (max-width: 900px) {
  .callbacks_container {
    margin-top: 80px; }

  #sector02 a#left section {
    font-size: 30px; }

  #sector02 a#right section {
    font-size: 30px; }

  a#pizzabook h1 {
    font-size: 40px;
    line-height: 40px; }

  a#pizzabook span {
    font-size: 1.4em;
    padding: 10px 10px; } }
/** popup **/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: #000;
  display: none; }

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 99999999;
  text-align: center; }

#boxes #dialog {
  width: 100%;
  height: auto; }

#interiorPOP {
  max-width: 680px;
  height: auto;
  margin: auto;
  display: block; }

#interiorPOP #popupfoot {
  position: absolute; }

#interiorPOP #popupfoot a {
  text-decoration: none;
  color: #fff;
  font-size: 3.5em; }

#interiorPOP #popupfoot a:hover {
  color: #fad000; }

#interiorPOP .popupoption:hover {
  background-color: #D1D1D1;
  color: green; }

#interiorPOP .popupoption2:hover {
  color: red; }

/*# sourceMappingURL=style_home.css.map */
