/*
 * Globals
 */

/*
 * Base structure
 */

body {
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
  background-image: url("assets/background-purple.jpg");
  background-repeat: no-repeat;
  background-color: #060417;
}

.cover-container {
  max-width: 64em;
}


/* ********** *
 *   Header   *
 * ********** */

/* Mark boxes */
/* header {
  border: 1px solid white;
}
header :first-child {
  border: 1px solid red;
} */

.logocontainer {
  max-width: 300px;
}

.logocontainer img {
  margin: auto;
  padding-bottom: 35px;
  padding-right: 5px;
}

.logocontainer h3 {
  font-size: x-large;
}

/* ************** *
 *   Milei 2023   *
 * ************** */

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #6aa5d9;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #2889cf;
  color: #fff;
  text-decoration: none;
}

.btnfisc {
  background-color: #6aa5d9;
  border: #6aa5d9;
}

.imgmilei {
  width: 100%;
  /* min-width: 100px; */
  max-width: 400px;
}

.donations {
  max-width: 470px;
}

/* ************** *
 *   Candidates   *
 * ************** */

.imgcarlos {
  width: 90%;
  max-width: 400px;
  border-radius: 7%;
}

.candidates {
  margin-top: 20px;
  text-align: center;
}

.candidates .container {
  max-width: 370px;
  border-radius: 7%;
  border-color: black;
  border: rgba(0, 0, 0, 0.09);
  background-color: black;
}

.candidates .row {
  border-bottom-color: white;
  /* border-bottom-color: rgb(57, 16, 57); */
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.candidates :first-child {
  border-top-color: white;
  /* border-top-color: rgb(57, 16, 57); */
  border-top-width: 1px;
  border-top-style: dotted;
}

.candidates .row div {
  border-top: none;
  padding: 9px 0;
}


/* Footer */

#footer {
  /* background: #0c0c0c; */
  padding: 0 0 30px 0;
  color: #fff;
  border-top: 1px dotted white;
}

#footer .footer-top .footer-info {
  background: 0c0c0c;
  color: #fff;
  /* border-top: 4px solid #6aa5d9; */
  text-align: left;
  padding: 30px 20px;
}

#footer .quote {
  color: #fff;
  text-align: center;
}

#footer .quote h3 {
  font-size: 25px;
  padding: 2px 0 2px 0;
  line-height: 1.4;
  font-weight: 500;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer-links {
  margin-bottom: 30px;
  text-align: left;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul i {
  padding-right: 2px;
  color: #6aa5d9;
  font-size: 18px;
  line-height: 1;
}

.footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer-links ul li:first-child {
  padding-top: 0;
}

.footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-links ul a:hover {
  color: #6aa5d9;
}

/* Proposals */

.proposals li {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* background: rgba(15, 255, 1, 0.5); */
  padding-top: 17px;
  border-bottom: 1px dotted white;
}

.proposals i {
  margin-right: 10px;
}

.votes img {
  max-width: 100%;
  width: 100%;
}

.btnprop {
  max-width: 50%;
  font-size: medium;
  margin: auto;
  margin-top: 15px;
}