input[type="radio"].form-control {
  height: 20px;
  display: inline;
  width: auto;
  vertical-align: middle;
}

.control-label {
  line-height: 1.5rem;
  padding-left: 0;
}

.form-group {
  margin-bottom: 0.5rem;
}

.control-label span {
  color: #7D0726;
}

iframe.iframe-pago {
  width: auto;
  top: 25% !important;
}

iframe.addon-frame {
  width: auto !important;
  position: absolute !important;
  top: 25% !important;
}

#redsys-modal {
  margin-top: 10%;
}

#card-form {
  height: 400px;
}

#redsys-modal form {
  background-color: unset;
  padding: 0;
}

.notificacion {
  background-color: #F90;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 20px;
}

.notificacion p {
    margin-bottom: 0;
    color: #7D0726;
    font-size: 23px;
}

.form .btn-default {
  color: #FFF;
  background-color: #fbb40e;
  margin-bottom: 2rem;
  margin-top: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  border-radius: 2rem;
  border: 2px solid #fbb40e;
}

.form .btn-default:hover {
  background-color: #e08700;
  color:#7D0726;
  font-weight: 500;
  border: 2px solid #7D0726;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0.2rem 0 0rem;
}

.has-error .check {
  color: #7D0726;
}

.has-error .check .form-control {
  box-shadow: none;
}

/*RESET*/
#cantidad {
  margin-bottom: 1rem;
}

.cantidad {
  /* margin-bottom: 2.2rem; */
}

.simbolo-euro {
  display: inline-block;
  font-size: 2rem;
  padding: 1rem 0 0 0.3rem;
  vertical-align: top;
}

.check span {
  padding-right: 0.5rem;
}

#conocido {
  max-width: 450px;
}

#texto-legal {
  font-size: 1.2rem;
  line-height: 140%;
}

#texto-legal p {
  margin-bottom: 0.5rem;
}

.wpb_text_column :last-child {
  margin-bottom: 0.6rem;
}

#observaciones {
  width: 100%;
  margin-top: 10px;
}


form {
  background-color: transparent;
  padding: 0rem 3rem 0.5rem 3rem;
}

#socio-form .check {
  padding: 1rem 0;
}

#socio-form #datos-bancarios {
  background-color: #EFECE7;
  /* padding: 2rem 3rem 0; */
  /* margin-bottom: 2rem; */
  padding: 0;
}

#socio-form #datos-bancarios .row {
  margin-right: 0;
  margin-left: 0;
}

#socio-form #datos-bancarios .form-group {
  margin-right: 0;
  margin-left: 0;
}

#socio-form textarea.form-control {
  min-height: 100px;
  height: 100px;
}

#socio-form .comentario .form-control {
  margin-bottom: 0;
}

#socio-form #cantidad {
  width: 95%;
}

#donar-form #cantidad {
  width: 90%;
}

#donar-form label.metodo-tarjeta {
  margin-bottom: 0;
}

.banner {
  padding: 10%;
  text-align: center;
}

.banner h1 {
  display: none;
  padding: 1rem;
}

.details h4 {
  text-align: center;
  font-weight: 600;
  color: #7D0726;
  margin-bottom: 5rem;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .banner {
    padding: 20%;
  }

  .section {
    padding-top: 20px;
  }
}

/*Throbber*/

/* :not(:required) hides this rule from IE9 and below */
#pulse-loader:not(:required) {
  display: inline-block;
  width: 50px;
  height: 50px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #e67e22;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

@-moz-keyframes pulse-loader {
  0% {
    -moz-box-shadow: #e67e22 0 0 0px 20px;
    box-shadow: #e67e22 0 0 0px 20px;
  }

  40% {
    -moz-box-shadow: none;
    box-shadow: none;
  }

  100% {
    -moz-box-shadow: #e67e22 0 0 0px 25px inset;
    box-shadow: #e67e22 0 0 0px 25px inset;
  }
}

@-webkit-keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #e67e22 0 0 0px 20px;
    box-shadow: #e67e22 0 0 0px 20px;
  }

  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  100% {
    -webkit-box-shadow: #e67e22 0 0 0px 25px inset;
    box-shadow: #e67e22 0 0 0px 25px inset;
  }
}

@keyframes pulse-loader {
  0% {
    -moz-box-shadow: #e67e22 0 0 0px 20px;
    -webkit-box-shadow: #e67e22 0 0 0px 20px;
    box-shadow: #e67e22 0 0 0px 20px;
  }

  40% {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  100% {
    -moz-box-shadow: #e67e22 0 0 0px 25px inset;
    -webkit-box-shadow: #e67e22 0 0 0px 25px inset;
    box-shadow: #e67e22 0 0 0px 25px inset;
  }
}

/*PÁGINA REGALOS////////////////////////////////////////////////////*/
.page-id-1069 .section {
  padding-top: 0;
}

.page-id-1069 p {
  margin-bottom: 0.5rem;
}


.page-id-1069 .entry-cotent .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.page-id-1069 .entry-cotent>.row>.col-md-4 {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
}

.page-id-1069 .entry-cotent .boton-regalo {
  margin: auto auto 0;
}

.page-id-1069 .entry-cotent .vc_empty_space {
  display: none;
}

.page-id-1069 .entry-cotent .row .col-md-4 h2 {
  width: 100%;
}

#regalo-form {
  margin-top: 3rem;
}

#regalo-form #texto-legal {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

#regalo-form .btn {
  margin-top: 3rem;
}

#lista-regalos {
  margin: 2rem 0;
}

#lista-regalos tbody tr {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #eaeaea;
}

#lista-regalos tbody tr td {
  line-height: 2;
  vertical-align: middle;
  border: 0;
  padding: 1.2rem 2rem;
}

#lista-regalos tfoot tr td {
  line-height: 2;
  vertical-align: middle;
  border: 0;
  padding: 0.2rem 2rem;
}

#lista-regalos .regalo-nombre {
  font-size: 2rem;
  font-weight: bold;
}

#lista-regalos .regalo-cantidad input {
  margin: 0;
  border: 0;
  background: #EFEFEF;
  padding: 1.2rem;
  font-weight: bold;
  font-size: 1.5rem;
}

#lista-regalos .regalo-cantidad input:focus {
  box-shadow: 0 0 0 2px rgba(255, 153, 0, .5);
  outline: 0;
}

#lista-regalos .regalo-precio {
  text-align: center;
  border-left: 2px solid #eaeaea;
  font-size: 2.5rem;
  font-weight: bold;
}

#lista-regalos .regalo-preciototal {
  background: rgba(255, 153, 0, 1);
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 1rem;
  line-height: 1;
}

#lista-regalos .regalo-añadir {
  background-color: #ddd;
  padding: 0;
  line-height: 1;
}

#lista-regalos .regalo-añadir:hover {
  background-color: #dbd9d9;
  /*background-color:rgba(255, 153, 0, 1);*/
}

#lista-regalos .regalo-añadir a {
  color: #666666;
  display: block;
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
}

#lista-regalos .regalo-añadir a b {
  padding: 1rem 0;
}

#lista-regalos .regalo-añadir a .glyphicon {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(255, 153, 0, 1);
  margin-bottom: 0rem;
  padding: 1.2rem;
}

.error-regalos {
  color: #7D0726;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}