@import url(https://fonts.googleapis.com/css?family=McLaren);

.bottom-navbar {
  display: block;
  text-align: center;
}

.bottom-navbar ul {
  list-style-type: none;
}

.bottom-navbar li {
  display: inline-block;
  margin: 0 10px;
}

.bottom-navbar li a {
  font-family: 'rifficregular', sans-serif;
  color: white;
  font-size: 28px;
}

body {
font-family: 'McLaren', cursive;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: white;
}

.header-pic img{
  width: 100%;
  margin-top: -120px;
}

.nav-bar {
  margin-top: 10px;
  position: relative;
}

.nav-bar:hover img:hover {
  transform: scale(1.3 );
  transition: all .3s ease-in-out;
}

.nav-bar ul {
  display: -webkit-box;
  list-style: none;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  width: 70em;
}

.nav-bar img {
  width: 100px;
}

.superhero img{
  width: 100%;
  /*margin-top: -120px;*/
}

.birthdayparty img{
  width: 100%;
}

.row {
  /*margin-right: 15px;
  margin-left: 15px;*/
}

.excursiones img{
  width: 100%;
}

.footer img{
  width: 100%;
  display: block;
  margin: auto;
  color: white;
  bottom: 0;
  background-color: rgba(0,0,0, 0.8);
}


.reach-news h2{
  display: -webkit-inline-box;
  font-weight: 600;
  margin: 10px;
  text-align: center;
}

.googlemap-text {
  margin: 10px;
  text-align: center;
  font-size: x-large;
  color: darkblue;
}

.googlemap-text a {
  margin: 10px;
  text-align: center;
  font-size: x-large;
  color: darkblue;
}

.superhero {
  text-align: center;
  color: darkblue;
}

.contact-us {
  text-align: center;
  color: darkblue;
}


#googleMap {
  margin: 0 auto 0 auto;
}

.copyright_bar {
  float:left;
  background:#c49968;
  color:#5e564e;
  text-align:right;
  padding:15px 0;
  min-width:100%;
}

.copyright {
  padding:10px;
  vertical-align:middle;
  text-transform:uppercase;
}

.heading {
  font-family: 'rifficregular', sans-serif;
  color: #3a3a3a;
  text-align:center;
}

.telephone-link {
  position: absolute;
  z-index: 2;
  width: 560px;
  height: 85px;
  top: 115px;
  left: 53px;
}

.telephone-link-pages {
  position: absolute;
  z-index: 2;
  width: 560px;
  height: 85px;
  top: 68px;
  left: 215px;
}

/*==========  Forms  ==========*/

.form-ofertas {

}

#contact {
  max-width: 100%;
  width: 600px;
  margin:0 auto;
}
#contact input, textarea {
  padding: 10px;
  width: 100%;
}

#contact textarea {
  height: 200px;
  min-height: 150px;
}

#googleMap {
  max-width: 100%;
  width: 600px;
  height: 380px;
}

.res {
  max-width: 100%;
  height: auto;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (max-width : 479px) {
  .box-recibe-ofertas {
    background: #442772;
    position: absolute;
    z-index: 2000;
    width: 300px;
    top: 15px;
    right: 20px;
    padding: 10px;
    border-radius: 25px;
    border: 8px solid #b94126;
  }

  .ofertas-heading-mobile {
    color: white;
    font-weight: bold;
    text-align: center;
  }

  .ofertas-heading-desktop {
    display: none;
  }

  .form-ofertas input {
    padding: 5px;
    width: 100%;
  }

  .form-ofertas input[type="submit"] {
    width: 80px;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
  .box-recibe-ofertas {
    background: #442772;
    position: absolute;
    z-index: 2000;
    width: 275px;
    top: 15px;
    right: 15px;
    padding: 10px;
    border-radius: 25px;
    border: 8px solid #b94126;
  }

  .ofertas-heading-mobile {
    color: white;
    font-weight: bold;
    text-align: center;
  }

  .ofertas-heading-desktop {
    display: none;
  }

  .form-ofertas input {
    padding: 5px;
    width: 100%;
  }

  .form-ofertas input[type="submit"] {
    width: 80px;
  }



}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .box-recibe-ofertas {
    background: #442772;
    position: absolute;
    z-index: 2000;
    width: 300px;
    top: 15px;
    right: 20px;
    padding: 10px;
    border-radius: 25px;
    border: 8px solid #b94126;
  }

  .ofertas-heading-mobile {
    color: white;
    font-weight: bold;
  }

  .ofertas-heading-desktop {
    display: none;
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .box-recibe-ofertas {
    background: #442772;
    position: absolute;
    z-index: 2000;
    width: 345px;
    top: 25px;
    right: 20px;
    padding: 10px;
    border-radius: 25px;
    border: 8px solid #b94126;
  }

  .ofertas-heading-mobile {
    color: white;
    font-weight: bold;
    display: none;
  }

  .ofertas-heading-desktop {
    display: block;
    color: white;
  }

  .form-ofertas input {
    padding: 10px;
    width: 100%;
  }

  .form-ofertas input[type="submit"] {
    width: 80px;
  }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .box-recibe-ofertas {
    background:#442772;
    position: absolute;
    z-index: 2000;
    width: 490px;
    top: 10px;
    right:15px;
    padding: 8px;
    border-radius:25px;
    border:8px solid #b94126
  }

  .ofertas-heading-mobile {
    color: white;
    font-weight: bold;
    display: none;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1500px) {
  .box-recibe-ofertas {
    background:#442772;
    position: absolute;
    z-index: 2000;
    width: 600px;
    top: 45px;
    right:45px;
    padding: 15px;
    border-radius:25px;
    border:8px solid #b94126
  }

  .ofertas-heading-mobile {
    color: white;
    font-weight: bold;
    display: none;
  }

}

