/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Allura|Nunito:200,300,400,600,700,800,900");

/*
font-family: 'Nunito', sans-serif;
font-family: 'Allura', cursive;
*/
body {
  margin: 0px;
}
.topbar {
  width: 100%;
  height: auto;

  /*background-color: rgba(255,255,255,1.0);*/
  position: fixed;

  z-index: 100;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;

  padding: 20px 0px;
  top: 0px;
}

.topbar2 {
  background-image: url(../img/bg_top.jpg);
  background-size: 100%;
  background-position: center;
  height: 45px;
  box-shadow: 0px 3px 20px #000;
}

#bandatop {
  background-image: url(../img/bg_top.jpg);
  background-size: cover;
  background-position: top;
  height: 70px;

  display: none;
}

.logotipo {
  width: 350px;
  height: auto;

  position: relative;
  margin: auto;

  margin-top: 30px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.logo2 {
  position: absolute;
  width: 120px;
  height: auto;

  margin-top: 0px;
  top: 10px;
  left: 50%;
  margin-left: -350px;
}

.menutop {
  width: 470px;
  height: auto;

  position: relative;
  margin: auto;
  margin-top: 10px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.menutop2 {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  margin-top: -5px;
}

.opcionMenu {
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;

  margin: 0px 20px;
  float: left;
  cursor: pointer;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#siguenosContenedor {
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
  margin-top: 20px;
  text-align: center;

  font-family: "Allura", cursive;
  font-size: 30px;
  color: #ffffff;
}
#siguenos {
  cursor: pointer;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#siguenos:hover {
  color: #225170;
}

.clearfix {
  clear: both;
}

.opcionMenu:hover {
  color: #225170;
}

.imagen {
  width: 100%;
  height: auto;
}

#bannerPrincipal {
  width: 100%;
  height: auto;
  margin-bottom: -10px;
  z-index: 0;
}

#nosotros {
  width: 100%;
  height: auto;
  padding: 50px 0px;

  position: relative;

  background-color: #225170;
}

#nosotrosTexto {
  max-width: 900px;
  height: auto;

  margin: auto;

  padding: 20px 40px;

  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 400;

  text-align: center;
}

.tituloSeccion {
  font-family: "Allura", cursive;
  font-size: 100px;
  color: #f4c41a;
  text-align: center;
  padding: 30px 0px;
}

#sabores {
  width: 100%;
  height: auto;

  background-image: url(../img/bg_sabores.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: 100%;
  background-repeat: no-repeat;

  position: relative;

  padding-bottom: 50px;
}

#saboresContenedor {
  max-width: 800px;
  height: auto;
  margin: auto;
  padding: 20px 0px;
}

#saboresTexto {
  width: 400px;
  height: auto;
  float: left;

  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #ffffff;

  text-shadow: 1px 1px 5px #000;
}

#saboresImagen {
  max-width: 400px;
  height: auto;

  float: right;
}

.map-container {
  width: 100%;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked {
  pointer-events: auto;
}

#contacto {
  width: 100%;
  height: auto;

  padding: 0px 0px 50px 0px;

  /*background-color: #184682;*/
}

#contactoContenedor {
  max-width: 400px;
  height: auto;

  margin: auto;
}

#contactoDatos {
  max-width: 400px;
  height: auto;

  /*float: left;*/

  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;

  text-align: center;

  padding: 0px 20px;
}

#recuadro {
  width: auto;
  height: auto;

  padding: 5px;
  font-weight: 900;

  color: #184682;
}

#contactoForm {
  width: 300px;
  height: auto;

  float: right;
}

.textoForm {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.btnForm {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;

  padding: 5px 10px;

  background-color: #184682;
  border: none;
  cursor: pointer;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnForm:hover {
  background-color: #f4c41a;
}

#bottom {
  width: 100%;
  height: auto;

  padding: 20px 0px;

  background-color: #184682;

  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
}

.aviso {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #184682; /* #f4c41a; */
  text-align: center;
}

.botonPedido {
  margin: auto;
  background-color: #f4c41a;
  color: #225170;
  border: none;
  padding: 10px 50px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 5px #999;

  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.botonPedido:hover {
	background-color: #225170;
	color: #FFF;

	box-shadow: 1px 1px 5px #999;
  }

.sucursal
{
	max-width: 500px;
	border: 1px solid #c1c1c1;
	margin: 10px auto;
	padding: 5px 20px;

	cursor: pointer;

	border-radius: 20px;


	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sucursal:hover {
	background-color: #f4c41a;
	color: #225170;

	box-shadow: 1px 1px 10px #999;
  }

.sucursal h3
{
	font-family: "Nunito", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin:0;
	color: #225170;
}

.sucursal p
{
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin:0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .logotipo {
    width: 230px;

    margin-top: 10px;
  }

  .logo2 {
    position: absolute;
    width: 120px;
    height: auto;

    margin-top: 0px;
    top: 10px;
    left: 50%;
    margin-left: -350px;
  }

  .menutop {
    width: 470px;
    height: auto;

    position: relative;
    margin: auto;
    margin-top: 10px;
  }

  .menutop2 {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: -5px;
  }

  .opcionMenu {
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;

    margin: 0px 20px;
    float: left;
    cursor: pointer;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #siguenos {
    width: auto;
    height: auto;
    position: relative;
    margin: auto;
    margin-top: 20px;

    font-family: "Allura", cursive;
    font-size: 30px;
    color: #ffffff;
    text-align: center;

    cursor: pointer;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .logotipo {
    width: 150px;

    margin-top: 10px;
  }

  .logo2 {
    position: absolute;
    width: 120px;
    height: auto;

    margin-top: 0px;
    top: 10px;
    left: 50%;
    margin-left: -350px;
  }

  .menutop {
    width: 350px;

    margin-top: 0px;
  }

  .menutop2 {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    margin-top: -5px;
  }

  .opcionMenu {
    font-size: 14px;

    margin: 0px 10px;
  }

  #nosotros {
    padding: 20px 0px;
  }

  #sabores {
    background-attachment: inherit;
    background-size: auto 100%;
  }
  #saboresTexto {
    padding-left: 20px;
  }

  .tituloPedidos {
    font-size: 60px;
  }

  #contactoForm {
    width: 100%;

    float: left;
  }
}

@media screen and (min-width: 0px) and (max-width: 430px) {
  .logotipo {
    width: 170px;

    margin-top: 10px;
  }

  .logo2 {
    display: none;
  }

  #bandatop {
    display: block;
  }
}
