* {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url("images/fondo-rojo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
  }
  .pages {
    max-width: 900px !important;
    /*min-height: 1300px !important;*/
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .position-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .introduction-align {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .icon {
    width: 250px;
    margin-top: 100px;
  }
  .title {
    text-align: center;
    margin-top: 30px;
    color: white;
  }
  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  .myButton {
    width: 200px;
	background-color:#ffb200;
	border-radius:28px;
	border:1px solid #d69107;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1.3rem;
    font-weight: bold;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#ff8000;
}
.m-01 {
    margin-bottom: 20px;
}
.link-btn {
    color: white;
    text-decoration: none;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
  .title {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 15px;
  }
}