@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: auto;
  width: 98%;
}

.titulo {
  background: #fdcc4c;
  text-align: center;
  font-size: 20px;
  color: #00348e;
}

/*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);
}


/*Carta*/

.info {
    width: 93%;
    margin: auto;
    box-shadow: 0 0 0 10px rgb(250, 250, 250),
                0 15px 50px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.info2 {
    width: 93%;
    margin: auto;
    box-shadow: 0 0 0 10px rgb(250, 250, 250),
                0 15px 50px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.info__titulo {
	color: #00348e;
	font-size: 35px;
}
.info__titulo2 {
	color: #00348e;
	font-size: 35px;
}
.info__subtitulo {
	color: #192231;
	font-size: 25px;
    margin-bottom: 0px;
}
.info__txt{
    color: #192231;
	font-size: 23px;
    margin-top: 0px;
}
.info__titulo, .info__subtitulo, .info__txt {
	padding: 0 30px;
}
.info__columna1 {
	text-align: center;
    background: #d9d9d9;
    border-radius: 10px;
}
h4{
    margin: 0;
}

.carta, .carta2 {
  position: relative;
  margin-bottom: 20px;
  z-index: -100;
  margin: auto;
   
}

.carta__img, .carta__img2 {
  margin: auto;
  margin-top: 30px;
  width: 94%;
  position: relative;
  overflow: hidden;
  margin-bottom: -160px;
  z-index: -100;
}

.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 140px;
    background: #fdcc4c;
    color: #00348e;
    padding: 10px;
    margin: 10px auto;
    border-radius: 15px;
    position: absolute;
    font-size: 20px;
      box-shadow: 0 0 0 3px white,
    5px 5px 10px #494949;
}
.btn:hover {
    background: #00348e;
    color: #fdcc4c;
}

#boton1 {
  left: 15px;
}
#boton2 {
  right: 15px;
}

/*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(min-width:375px) {
    .btn {
    width: 150px;
    font-size: 22px;
    }
    #boton1 {
    left: 25px;
    }
    #boton2 {
    right: 25px;
    }
    .carta__img, .carta__img2 {
    margin-bottom: -190px;
    }
}

@media(min-width:414px) {
    .btn {
    width: 150px;
    font-size: 22px;
    }
    #boton1 {
    left: 45px;
    }
    #boton2 {
    right: 45px;
    }
    .carta__img, .carta__img2 {
    margin-bottom: -210px;
    }
}

@media(min-width:640px) {
    .btn {
    width: 150px;
    font-size: 22px;
    }
    #boton1 {
    left: 150px;
    }
    #boton2 {
    right: 150px;
    }
    .carta__img, .carta__img2 {
    margin-bottom: -300px;
    }
}

@media(min-width:900px) {
    .btn {
    width: 150px;
    font-size: 22px;
    }
    #boton1 {
    left: 250px;
    }
    #boton2 {
    right: 250px;
    }
    .carta__img, .carta__img2 {
    margin-bottom: -400px;
    }
}

@media(min-width:1024px) {
    
    body {
  margin: 0;
  background: #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -background-size: cover;
}
    
.info {
    width: 920px;
    margin: auto;
    box-shadow: 0 0 0 10px rgb(250, 250, 250),
                0 15px 50px;
}
.info2 {
    width: 920px;
    margin: auto;
    box-shadow: 0 0 0 10px rgb(250, 250, 250),
                0 15px 50px;
}  
.contenedor {
	width: 1000px;
}
.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: white;
	color: #00348e;
}
.menu__link:hover, .select {
	background: white;
	color: #00348e;
}
.info__titulo {
	font-size: 50px;
}
.info__titulo2 {
	font-size: 50px;	
}
.info__subtitulo {
	font-size: 40px;
}
.info__txt{
	font-size: 30px;
}
    .btn {
    width: 150px;
    font-size: 22px;
    position: static;
    }
    .carta__img, .carta__img2 {
    margin-bottom: -500px;
    }
}