@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  background-image: url("max-2025_6.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #010101;
}
.info {
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 5%;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.info > p {
  /*		font-family: AtrapaloRoundedDisplayBold;
*/
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  /*text-shadow: 0px 0px 8px #7a726f;*/
  font-weight: 700;
}
.botones {
  text-align: center;
  justify-content: center;
}

.botn {
  padding: 12px 30px;
  background-color: #ff002d;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  margin: 10px;
  color: #fff;
  font-size: 18px;
}
.botones > a {
  color: #fff;
  text-decoration: none;
}
.botones a:hover {
  background-color: #99002d;
  color: #fff;
  text-decoration: none;
}
/*.botones a:focus{
	background-color:#fff;
	color:#de0000;
	text-decoration:none;
	}*/

#credito {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  color: #e1e1e1;
  margin: auto;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 2px;
  right: 10px;
  padding-bottom: 8px;
}
@media (max-width: 1600px) and (min-width: 1024px) {
  body {
    width: 100%;
    background-image: url("1600-2025_6.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #010101;
  }
  .info {
    bottom: 3%;
  }
  .info > p {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
  }

  .botn {
    padding: 9px 30px;
    margin: 8px;
    font-size: 17px;
  }
}

@media (max-width: 1023px) and (min-width: 700px) {
  body {
    width: 100%;
    background-image: url("1024-2025_6.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #010101;
    height: 100%;
  }
  .info {
    bottom: 2%;
  }
  .info > p {
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 700;
  }

  .botn {
    padding: 9px 30px;
    margin: 8px;
    font-size: 16px;
  }
}

@media (max-width: 699px) and (min-width: 321px) {
  body {
    width: 100%;
    background-image: url("small-2025_6.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #010101;
    height: 100%;
  }

  .info {
    bottom: 3%;
  }
  .info > p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 3px #333333;
  }
  .botn {
    font-size: 15px;
    width: 200px;
    margin: 5px;
    color: #fff;
    padding: 8px 8px;
  }

  #credito {
    color: #fff;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 320px) {
  body {
    width: 100%;
    background-image: url("min-2025_6.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #010101;
  }

  .info {
    bottom: 5%;
  }
  .info > p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
    text-shadow: none;
  }
  .botn {
    font-size: 14px;
    width: 180px;
    margin: 4px;
    color: #fff;
    padding: 10px 10px;
  }
  #credito {
    color: #fff;
    font-size: 8px;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 2px;
    font-family: "Open Sans", sans-serif;
  }
}
