@font-face{
    font-family: 'Baloo Bhaijaan';
    src: url(../font/BalooBhaijaan-Regular.ttf);
}
* {
  box-sizing: border-box;
  font-family: 'Baloo Bhaijaan';
}

img {
  display: block;
  max-width: 100%;
}

body {
  margin: 0;
  background: #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -background-size: cover;
}

.contenedor {
  margin-top: 20px;
  margin: auto;
  width: 92%;
}

.titulo {
  background: #fdcc4c;
  text-align: center;
  font-size: 20px;
  color: #00348e;
}
.titulo1 {
  background: #fdcc4c;
  text-align: center;
  font-size: 20px;
  color: #00348e;
  padding-bottom: 50px;
  padding-top: 0px;
  margin-top: 50px;
  margin-bottom: -90px;  
}
.titulo1 h1{
    margin-bottom: 0;
    padding-bottom: 0;
}
.titulo1 p{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

/*Header*/

.header {
  height: 70px;
  background: #fdcc4c; 
	transition: all 0.3s;
}

.header .contenedor {
  display: flex;
  justify-content: space-between;
}

.logo {
  display: block;
  width: 220px;
  cursor: pointer;
	padding-top: 0px;
}


.logo, .fa-bars-staggered {
  margin: 0 10px;
}

.fa-bars-staggered {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 30px;
  text-align:center;
  line-height: 44px;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: auto;
  padding-top: 7px;
  cursor: pointer;
  background: #fdcc4c;
  color: #00348e;
      box-shadow: 0 0 0 3px white,
    5px 5px 10px #494949;
}

.fa-bars-staggered:hover {
  background: #00348e;
  color: #fdcc4c;
}

/*Menú*/

.nav {
  position: absolute;
  top: 70px;
  left: -100%;
  width: 100%;
  transition: all 0.5s;
}

.menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
	z-index: 100;
}

.menu__link {
  display: block;
  padding: 15px;
  background: #fdcc4c;
  text-decoration: none;
  color: #ff3b3f;    
}

.menu__link:hover, .select {
  background: rgb(250, 250, 250);
  color: #00348e;
}

.mostrar {
  left: 0;
}

.select {
  background: rgb(250, 250, 250);
  color: #00348e;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(250, 250, 250, 0.5);
}

/*Contacto*/

.pedido {
    text-align: center;
    
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
}
.pedido pre {
    color: #00348e;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
}

select {
    font-size: 18px;
    margin-top: 5px; 
}

.form1 {
	background: #d9d9d9;
	padding: 10px;
  margin: auto;
	margin-top: 30px;
  width: 94%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 10px #fff,
 0 15px 50px;
    border-radius: 10px;
}

.form1 p {
  color: #00348e;
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 5px;
  padding-top: 5px;
}

input, textarea {
	width: 100%;
	margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
	padding-top: 0px;
	box-sizing: border-box;
	font-size: 17px;
	border: 3px solid white;
}

textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

.boton {   
  background: #fdcc4c;
  color: #04378b;
  padding: 5px;
  font-size: 30px;
  box-shadow: 0 0 0 1px white,
  5px 5px 10px #494949;
  border-radius: 10px;
  margin-top: 10px; 
}

.boton:hover {
	cursor: pointer;
  background: #04378b;
	color: #fdcc4c; 
}

#gracias {
    margin-bottom: 400px;
}

.face {
  margin: auto;
  margin-top: 20px;
  width: 280px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 10px #fff,
  0 15px 50px;
  border-radius: 10px;
}

/*Footer*/

.footer {
  background: #fdcc4c;
  color: #ff3b3f;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}

.footer .social [class^="fa-"] {
    display: inline-block;
    color: #00348e;
    text-decoration: none;
    font-size: 40px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.certificado {
    width: 90%;
    margin: auto;
    color: #00348e;
}
.certificado_img {
    height: 500px;
    margin: auto;
}
.certificado_txt {
    color: #ff3b3f;
    text-decoration: none;
}

/*Responcive*/

@media (max-width: 480px) {
  
  .form1 {
    width: 100%;
  }

  .form2 {
    width: 100%;
  }

  .h2 {
    height: 120px;
  }
}

@media(min-width:1024px) {
    
    body {
  margin: 0;
  background: #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -background-size: cover;
}
  
  .contenedor {
	width: 1000px;
}
.logo {
	height: 100px;
}
.nav {
	position: static;
	width: auto;
}
.menu {
	display: flex;
}
#btn-menu {
	display: none;
}
.menu__link {
	font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.select {
	background: rgb(250, 250, 250);
	color: #ff3b3f;
}
.menu__link:hover, .select {
	background: white;
	color: #ff3b3f;
}
  .form1 {
    width: 780px;
  }

  .form2 {
    width: 780px;
  }
.face {
  margin: auto;
  margin-top: 30px;
  width: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 10px #fff,
  0 15px 50px;
  border-radius: 10px;
}
}