@font-face {
  font-family: "roboto_slabregular";
  src: url("../fonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/robotoslab-regular-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "roboto_slabthin";
  src: url("../fonts/robotoslab-thin-webfont.woff") format("woff"), url("../fonts/robotoslab-thin-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "roboto_slabbold";
  src: url("../fonts/robotoslab-bold-webfont.woff") format("woff"), url("../fonts/robotoslab-bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

h3{
	font-family: "roboto_slabregular";
	font-size: 18px;
}

p{
	font-family: "roboto_slabregular";
	font-size: 16px;
}

#container-principal{
	text-align: center;
	margin: 0 auto;
}

.container-img img {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;

}

#container-principal #btn_container{
	display: flex;
	align-items: center;
	justify-content: center;
}

#container-principal #btn_container p{
	width: 90px;
	margin: 5px 25px;
	padding: 5px;
	background-color: #ffe5a3;
}

.inactive{
	display: none !important;
}

.active{
	background-color: #ffb700 !important;
}

@media screen and(width: 320px){
	.container-img img{
		max-width: 320px;
	}
}