/*
* Base Template
* Combines HTML5 Boilerplate & Boostrap. Includes some basic templating.
* Authored by Stephen Shaw (shshaw@gmail.com)
*/

/* @group Basics */

*,
*:before,
*:after {
  box-sizing: border-box;
}


html,
body {
  margin: 0;
  padding: 0;
  height: auto;
}




body {
  color: #332927;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Nunito', sans-serif;
  line-height: 20px;
  margin: 0;
padding: 0;
background-color: #ffffff;
	background-image: url(http://cdn.mcauto-images-production.sendgrid.net/ebc09cbb48969be0/b94843d8-5a24-4030-bc32-2fefc4d3bf17/1200x1200.png); background-size:100% 40%; background-position: center bottom; background-repeat: no-repeat;
}

a {
  color: #da0d25;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f22840;
  text-decoration: none;
}
p { margin: 0 0 20px; }



/* @end */

.cabezote {
  margin: 0 auto;
	width: 100%;
	max-width: 600px;
	padding: 0px 20px;
}

.cierre {
  margin: 0 auto;
	width: 100%;
	max-width: 600px;
	color: #ffeef5;
	margin-bottom: 40px;
}

.description {
	width: 100%; 
	max-width: 400px; 
	border-radius: 20px;
	font-size: 14px; 
	line-height: 18px; 
	background-color: #f9f9f8;
}
.titulo1 {
	background-color:#b8b4b4;
	padding: 15px;
	color: #ffffff;
	font-style: italic;
}


@media (max-width: 800px) {
  body { padding: 0; }

  .main-header {
    position: relative;
    width: 100%;
  }

  .main-header__nav a { display: inline-block; border: none; }
}

.intro {
  padding: 0;
}

.demo {
  
}

.demo h2 {
  text-align: center;
  font-size: 22px;
}

.demo .flipster {
  margin: 0 ;
}

.code {
  display: block;
  background: #eee;
  border-radius: 1em;
  margin: 0 auto;
  max-width: 30em;
  font-size: 0.8em;
  width: fit-content;
  white-space: pre-wrap;
}

.button {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  background-color: #da0d25;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  transition: all 300ms ease;
}

.button:hover,
.button:focus {
  color: #7a0715;
  background: #f22840;
}
