:root {
  --primary-color: #4facb2;
  --secondary-color: #ffc95a;
  --primary-accent: #e13e35;
  --secondary-accent: #003f5b;
  --alternative-accent: #ab2d25;
  --disabled-color: #999;
}

body {
  margin: 0;
  font-family: 'gotham', sans-serif;
  color: var(--secondary-accent);
  text-align: center;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--primary-accent);
}

strong {
  color: var(--secondary-accent);
}

/* NAV */
nav {
  background-color: var(--secondary-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 20px;
}

nav li {
  margin-right: 10px;
}

nav li:last-child {
  margin-right: 0;
}

nav a,
nav p {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-family: 'gotham light', sans-serif;
  font-weight: lighter;
}

#nav-logo-container {
  height: 100%;
  display: flex;
  align-items: center;
}

#nav-logo {
  max-height: 65%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#nav-rrss ul {
  padding: 0;
}

#nav-rrss li {
  margin: 0 7px;
}

/* HEADER */

header {
  margin-bottom: 30px;
}

#header-bar {
  color: #e3012b;
  text-transform: uppercase;
  text-align: center;
}

#header-bar p {
  margin: 5px 0;
  font-size: 14px;
}

#header-bar a:hover strong {
  color: #061934;
}

#header-banner {
  position: relative;
  background-image: url('../images/fondo-header.png');
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 630px;
}

#header-campaign-logo {
  width: 550px;
  margin-top: 90px;
  max-width: 32%;
}

#header-slogan {
  font-weight: bold;
  font-size: 43px;
  margin: 25px;
}

#header-gepac-logo {
  width: 150px;
  margin: 30px 0;
}

#header-filler {
  width: 100%;
  height: 58px;
}

/* BODY */

main {
  margin-bottom: 100px;
}

.content-boxed {
  width: 1000px;
  max-width: 85%;
  margin: 0 auto;
}

section {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

button {
  background-color: var(--primary-color);
  color: white;
  font-family: 'gotham', sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

button:hover {
  background-color: var(--primary-accent);
  cursor: pointer;
}

button:disabled {
  background-color: var(--disabled-color);
  cursor: not-allowed;
}

.buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons-wrapper>a {
  margin-right: 30px;
  align-items: center;
  flex: 1;
}

.buttons-wrapper>a:last-child {
  margin: 0;
}

.buttons-wrapper>a:only-child {
  margin: 0 auto;
}

.buttons-wrapper button {
  border: none;
  height: 124px;
  max-width: 485px;
  padding: 0 90px;
  box-shadow: inset 0 0 20px rgba(26, 128, 128, 0.3);
  line-height: 36px;
  transition: transform 0.3s;
}

.buttons-wrapper button:disabled {
  box-shadow: none;
  transition: none;
}

.buttons-wrapper button:hover {
  box-shadow: inset 0 0 20px rgba(171, 45, 37, 0.3);
  transform: scale(1.03);
}

.buttons-wrapper button:hover:disabled {
  box-shadow: none;
  transform: none;
}

h2 {
  color: var(--primary-accent);
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'gotham black', sans-serif;
  line-height: 60px;
}

h3 {
  color: var(--primary-color);
  font-family: 'gotham black', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
}

h4 {
  color: var(--primary-color);
  font-size: 30px;
}

section p,
section label {
  line-height: 33px;
  font-size: 24px;
  font-family: 'gotham light', sans-serif;
  font-weight: lighter;
}

.iframe-wrapper {
  width: 800px;
  margin: 0 auto;
  max-width: 80%;
}

.iframe-wrapper div {
  padding-bottom: 56.4%;
  position: relative;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumbnail {
  width: 100px;
  height: 75px;
  margin: 5px;
  cursor: pointer;
  vertical-align: middle;
}

.thumbnail.selected {
  border: 3px solid var(--primary-accent);
}

.sponsor {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 30px;
}

.sponsor-wide {
  padding: 15px 65px;
}

.press-highlight {
  color: var(--primary-accent);
}

#newsletter-logo {
  height: 50px;
}

#privacy-policy-container {
  margin-bottom: 40px;
}

/* FOOTER */

footer {
  width: 100%;
  height: 600px;
  background-image: url('../images/fondo-footer.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

footer a,
footer p {
  color: var(--alternative-accent);
  font-weight: bold;
  font-size: 18px;
}

footer a:hover {
  color: #fff;
}

#footer-elements-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#footer-campaign-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

#footer-campaign-logo {
  width: 50%;
}

#footer-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 10px;
}

#footer-bar-logo-container {
  height: 100%;
  display: flex;
  align-items: center;
}

#footer-bar-logo {
  min-height: 50%;
  max-height: 70%;
}

#footer-bar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

#footer-bar li {
  margin: 0 10px;
}