@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap");
html, body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2em; }

h1 {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  margin: 20px 0;
  line-height: 1.1em; }

@media screen and (max-width: 700px) {
  h1 {
    font-size: 27px;
    text-align: right;
    font-weight: 700;
    margin-left: 30%; } }

@media screen and (max-width: 400px) {
  h1 {
    font-size: 23px;
    margin-left: 35%; } }

@media screen and (max-width: 400px) {
  h1 {
    font-size: 20px;
    margin-left: 27%; } }

h2 {
  font-size: 30px;
  font-weight: 900;
  color: #ee4139;
  margin: 20px 0;
  line-height: 1.1em; }

@media screen and (max-width: 700px) {
  h2 {
    font-size: 20px; } }

#selectedPhoto {
  text-align: center; }

#selectedPhoto img {
  border: 2px solid #cecece; }

#formulario h2 {
  color: black; }

#formulario h2 span {
  color: #ee4139; }

p {
  margin: 15px 0; }

img {
  max-width: 100%; }

strong {
  font-weight: 700; }

.fixed-width {
  max-width: 600px;
  margin: 0 50px; }

@media screen and (max-width: 700px) {
  .fixed-width {
    max-width: none;
    margin: 0; } }

.show-mobile {
  display: none; }

@media screen and (max-width: 700px) {
  .show-mobile {
    display: block; } }

@media screen and (max-width: 700px) {
  .hide-mobile {
    display: none; } }

@media screen and (max-width: 700px) {
  header {
    display: none; } }

.top {
  height: 250px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex; }

@media screen and (max-width: 700px) {
  .top {
    height: auto;
    background-position-x: left; } }

.top .content {
  display: flex;
  width: 800px;
  margin-left: auto;
  margin-right: 30px;
  align-items: center; }

@media screen and (max-width: 700px) {
  .top .content {
    flex-wrap: wrap;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px; } }

@media screen and (max-width: 500px) {
  .top .content {
    margin-left: 0px;
    margin-right: 0px; } }

.top .content img {
  height: 190px;
  margin-right: 20px; }

.form a {
  color: #ee4139; }

.form .input {
  margin: 15px 0; }

.form .input label {
  font-size: 13px;
  font-weight: 700; }

.form .input input {
  display: block;
  width: 100%;
  font-size: 17px;
  padding: 10px;
  border: 2px solid #cecece;
  box-sizing: border-box; }

.form .input .tip {
  color: #a1a1a1;
  font-size: 13px; }

.form .check input[type="checkbox"] {
  border: 2px solid black; }

.form .check label {
  font-size: 13px;
  font-weight: 700; }

.form .check label a {
  color: #ee4139;
  text-decoration: none; }

.form .cell button {
  width: 100%;
  background: #ee4139;
  color: #FFF;
  border: none;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px; }

@media screen and (max-width: 700px) {
  .form .cell button {
    width: auto;
    font-size: 14px;
    padding: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 1;
  margin: 60px 0; }

@media screen and (max-width: 700px) {
  .row {
    margin: 20px; } }

.row .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

@media screen and (max-width: 700px) {
  .row .left {
    width: 100%; } }

.row .left .fixed-width {
  margin-left: auto; }

.row .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

@media screen and (max-width: 700px) {
  .row .right {
    width: 100%; } }

.li {
  margin: 15px 15px;
  float: left; }

.li .index {
  color: #ee4139;
  font-weight: 900;
  font-size: 20px;
  margin: 15px 0;
  text-align: center; }

.li .content {
  width: 230px;
  border: 2px solid #888;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px; }

@media screen and (max-width: 700px) {
  .li .content {
    width: 320px; } }

@media screen and (max-width: 700px) {
  .bg-mobile {
    background-image: url("../images/img-bg-mobile.png");
    background-size: cover;
    background-position: 2%;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    padding: 20px;
    margin: 0; } }

footer {
  background: #ED1B24;
  display: flex;
  padding: 0 10%;
  font-size: 10px;
  color: #FFF !important; }

@media screen and (max-width: 700px) {
  footer {
    padding: 30px 0;
    overflow-x: hidden; } }

footer .left {
  padding: 30px 0; }

@media screen and (max-width: 700px) {
  footer .left {
    display: none; } }

footer .left a {
  color: #FFF !important;
  text-decoration: none; }

footer .right {
  margin-left: auto;
  display: flex;
  align-items: center; }

@media screen and (max-width: 700px) {
  footer .right {
    margin: auto; } }

footer .right img {
  height: 40px;
  margin: 0 5px; }

@media screen and (max-width: 700px) {
  footer .right img {
    height: 30px; } }

.thanks {
  text-align: center;
  width: 95%;
  max-width: 1000px;
  margin: auto; }

div.legal p {
  font-size: 10px;
  max-width: 100%;
  padding-bottom: 20px; }

@media (max-width: 576px) {
  div.legal p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px; } }

#more {
  display: none; }

#readMore {
  font-size: 100%;
  font-family: inherit;
  border: 0;
  padding: 0;
  background-color: white; }

i.icon {
  background-color: #ED1B24;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 2px #888;
  padding: 7px 5px;
  font-size: 20px; }

i.icon:hover {
  background-color: #fff;
  color: #ED1B24;
  border: 2px solid #ED1B24;
  padding: 5px 3px; }

.donate-button {
  width: 100%;
  background: #ee4139;
  color: #FFF;
  border: none;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: none; }

.thanks {
  margin: 50px auto 40px auto; }

.photo-author {
  position: absolute;
  bottom: 5px;
  right: 20px; }

.photo-author p {
  color: white;
  font-size: 12px;
  margin: 0; }

@media screen and (max-width: 400px) {
  .photo-author p {
    font-size: 10px; } }

.desktop-p {
  display: block; }

@media screen and (max-width: 700px) {
  .desktop-p {
    display: none; } }

.mobile-p {
  display: none; }

@media screen and (max-width: 700px) {
  .mobile-p {
    display: block; } }

@media screen and (max-width: 700px) {
  .li .content strong {
    font-weight: 400; } }
