header.mega-header div.header-top {
  background: transparent;
}
.wrapper header .header-top{
  max-width: 1500px;
  margin: 0 auto;
}
header.mega-header {
  background: white;
}

header.mega-header.sticky {
position: fixed;
background-color: white;
width: 100%;
}

h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.item-page ul li{
  line-height: 4rem;
}
.item-page ul > li{
  color:#333;
}
.fec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .container{
  margin: 0;
  width: 100%;
}

.banner {
  text-align: center;
}
.banner img {
  object-fit: cover;
  max-width: 1500px;
  width: 100vw;
}

.do_pb {
  background-color: #f6f6f6;
  margin-top: -15vh;
}

#amount_container .fec-amount-item label{
    display: block;
}

.fec-amount-item.active label span#other-amount-symbol {
  display: block;
  float: right;
  margin-right: 2rem;
  line-height: 120px;
}

.fec-amount-item label {
  display: none;
}

.fec-amount-item input[type="number"] {
  -moz-appearance: textfield;
  display: block;
  position: absolute;
  left: 25%;
  width: 200px;
  /*! right: auto; */
  top: 15%;
  border: 0;
  background-color: transparent;
}

.fec-email-field {
  text-align: center;
  margin: 3rem 0;
}

.fec-field label,
.fec-field legend,
.fec-field input,
.fec-email-field label,
.fec-email-field input,
.fec-field select {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
}

.fec-field legend {
    border-bottom: 0!important;
    margin-bottom: 1rem!important;
}

.fec-field select {
  padding: .5rem 1rem;
  background: white;
  border: 0;
  height: 5rem;
}

.fec-email-field input {
  max-width: 500px;
}

#donation-form-step2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #eeeeee;
  padding: 4rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  border-radius: 4px;
}

#donation-form-step2 .fec-field {
  flex: 0 1 100%;
  margin: 1rem;
}

.fec-email-field input,
.fec-field input[type="text"] {
  padding: 1rem 1rem;
  height: 5rem;
}

fieldset#document input[type="radio"] {
    appearance: none;
}


fieldset#document-full input[type="text"] {
    margin-left: 1rem;
}

fieldset#document label {
  border: 2px solid #c9291f;
  color: #c9291f;
  padding: 1rem 2rem;
  border-radius: 4px;
}
fieldset#document {
  display: flex;
  justify-content: space-between;
}

fieldset#document ul {
  flex: 0 1 2rem;
}

.fec-payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 4rem;
}

.fec-payment-methods div {
  flex: 0 0 min(20%, 200px);
  text-align: center;
  font-size: 3rem;
}

.jd-message {
  background-color: white;
  padding: 1rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 400;
  border-radius: 4px;
}

.jd-message p {
  color: black;
}

.btn.btn-primary,
fieldset#document label.active,
.fec-payment-methods input:checked + label {
  background-color: #c9291f;
  border: 2px solid #c9291f;
  color: white;
  text-align: center;
  border-radius: 4px;
}

.btn.btn-primary {
  padding: 2rem;
  font-size: 2rem;
}
#donation-history-page .btn.btn-primary {
  padding: 1rem;
}
#donation-history-page .donation-amount{
    
  font-size: 2rem;
}
.fec-payment-methods input:checked + label {
  padding: 1.1rem 2rem;
  font-size: 2rem;
  width: 100%;
}

.fec-payment-methods input:not(:checked) + label:hover,
fieldset#document label:hover {
  background-color: #c9291f;
  border: 2px solid #c9291f;
  color: white;
}

.fec-payment-methods input:not(:checked) + label {
  border: 2px solid #c9291f;
  color: #c9291f;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  border-radius: 4px;
  width: 100%;
}

.fec-payment-methods input[type="radio"] {
    appearance: none;
}

.fec-2columns {
  background-color: #c9291f;
  color: white;
}

.fec-2columns * {
  color: white !important;
}

.do_pb {
  margin-top: 0;
}

.proyectos {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-around;
  text-align: center;
}

.proyectos .panel {
  flex: 1 1 calc(16.66% - 2rem);
  padding: 0;
  margin: 2rem 0 0;
  min-height: 100px;
  background: transparent;
}
.proyectos .panel a{
  background: #fff;
  display: block;
  padding: 1rem;
  border-radius: 0.5rem;
}
.proyectos .panel a:hover{
  box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
}

.donation-card {
  background-color: white;
  padding: 2rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-areas: "main right";
  grid-template-columns: auto minmax(8rem, 10vw);
}

.donation-main {
  grid-area: main;
}

.donation-right {
  grid-area: right;
  align-self: center;
  text-align: center;
}

.donation-donor {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #333;
}

.donation-amount {
  font-size: 1.5rem;
  font-weight: 700;
}

.donation-date {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  line-height: 2rem;
  color: #888;
}

.donation-download {
  margin-top: 2rem;
  font-weight: 1.5rem;
}

.donation-download a{
  border: 2px solid #c9291f;
  padding: 1rem;
  margin-top: 1rem;
}

.donation-download a:hover{
  border: 2px solid #951e16;
}

div.nav.menu {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f6f6f6;
  font-size: 3rem;
  padding: 5rem 4rem;
  z-index: 999;
  transition: margin-right 0.5s;
}

.menu-links{
  display: flex;
  justify-content: space-evenly;
  padding-top: 1rem;
}

.footer-copyright a{
  font-size: 1.5rem;
  color: white;
  max-width: 1500px;
}

.footer-copyright a:hover{
  color: #f6f6f6;
  font-weight: 400;
}

ul.nav.menu {
  margin-top: 75px;
}

a.logo img {
  z-index: 9999;
}

.nav.menu a {
  color: #c9291f;
}

.nav.menu a:hover {
  color: #951e16;
}

.menu-button {
  color: #c9291f;
  display: block;
  position: relative;
  
  background-color: rgba(255, 255, 255, 0.9);
  top: 1rem;
  z-index: 9999;
  float: right;
}

.menu-button svg {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  vertical-align: middle;
}

.menu-button:hover {
  color: #951e16;
  text-decoration: none;
  background-color: #f6f6f6;
}

.close-button {
  position: absolute;
  top: 2rem;
  right: 1rem;
}

.close-button svg {
  width: 5rem;
  color: #c9291f;
}

.bg-white {
  background-color: white;
}

details {
  border-bottom: 1px solid #eee;
  color: #333;
  padding: 1rem;
  text-align: left;
  outline: none;
}

details > * {
  padding: 1rem 2rem !important;
}

summary {
  font-weight: 400;
  font-size: 2rem;
  cursor: pointer;
}
summary:hover{
	color: #C7281E;
}

summary:before {
  content: "\f063";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  background-color: #c9291f;
  color: white;
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
}

details ul li:before {
  content: " ";
  color: #333;
  padding-right: 1rem;
}

.login form{
  border: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
}
.enlaces-acceso {
    width: 375px;
    margin: 0 auto;
}

#user-registration fieldset {
  margin: 2rem auto;
}

#user-registration .btn.btn-primary {
  padding: .7rem 1rem;
}

#user-registration .control-label{
	text-align: left;
}

.login input[type=password],
.login input[type=text]{
  background: transparent;
  border: 0;
  border-bottom: 2px solid grey;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.login .control-label{
  text-align: left;
}

.login label{
  font-weight: 400;
}

/** ICONOS **/
.icon {
  color: #c9291f !important;
  height: 100px;
}
.icon img{
  max-height: 100%;
  max-width: 100%;
}

.menu-text {
    display: none;
}

.btn-fec-contrast,
.fec-become-member {
  background-color: #0A8101;
  border-color: #0A8101;
  border-radius: 3rem;
}
a.fec-become-member{
  color: white;
  float: left;
  margin-top: 1.7rem;
}

a.fec-become-member:hover:hover{
  color: white;
  background-color: #3cad57;
  border: #3cad57;
}

.btn-sm {
  padding: 0;
  font-size: 1.5rem;
}

/** Validation **/

.formError{
  top: -2px!important;
  opacity: 1!important;
  position: relative!important;
  left: 0!important;
  margin-top: 0!important;
}

.formError ~ input[type=text] {
  border: 1px solid #c9291f!important;
}

.formErrorArrow{
  display: none;
}

.formError .formErrorContent{
  background-color: #f6f6f6;
  border: 0;
  box-shadow: none;
  color: #c9291f;
  font-size: 1.5rem;
}

/*.collapsed {
    display: none;
}

.collapsed.active {
    display: block;
}/*/
.home .project-details{
  display: none;
}
.panel-default{
  border: 0;
}
.panel-default > .panel-heading{
  background: transparent;
  padding: 0;
  border: 0;
}
.panel-default > .panel-heading .panel-title{
  font-weight: 400;
  font-size: 2rem;
}
.panel-default > .panel-heading .panel-title a::before {
	content: "\f063";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	background-color: #c9291f;
	color: white;
	padding: 1rem;
  margin-bottom: 1rem;
	border-radius: 50%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
  border: 0;
  background: #f6f6f6;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body p,
.panel-default > .panel-heading + .panel-collapse > .panel-body ol,
.panel-default > .panel-heading + .panel-collapse > .panel-body ul{
  line-height: 2.4rem;
  font-size: 1.6rem;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body strong{
  font-weight: 600;
}
label{
	cursor: pointer;
}

.section{
    padding: 2rem;
}

.section__white{
    background-color: white;
}

.jd-page-title{
    text-align: center;
}

@media (max-width: 478px) {
  .fec-amount {
    flex-wrap: wrap;
  }
}

@media (min-width: 400px) {
  div.nav.menu {
    height: 100%;
    width: 30vw;
  }

  .fec-amount {
  height: 200px;
  }


  .login h1{
    text-align: center;
  }

  .menu-text {
    display: inline;
  }
  #donation-form-step2 .fec-field {
  flex: 0 1 40%; 
}

  .fec-field label,
.fec-field legend,
.fec-field input,
.fec-email-field label,
.fec-email-field input,
.fec-field select {
  margin: 0 2rem;
}
}
