header.header .cerrar {
    top: 35px;
}

footer ul.redes {
    float: none;
    margin: 0;
}

footer ul.redes li.twitter a {
    background-position: 0 0;
}

footer ul.redes li.facebook a {
    background-position: -40px 0;
}

footer ul.redes li.linkedin a {
    background-position: -79px 0;
}

footer ul.redes li.twitter a:hover {
    background-position: 0 -30px;
}

footer ul.redes li.facebook a:hover {
    background-position: -40px -30px;
}

footer ul.redes li.linkedin a:hover {
    background-position: -79px -30px;
}

main {
    padding: 150px 5% 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 78vh;
       background-position: 67%;
       background-image: url(/portal/canje/img/fondo_cruz_roja_nuevo.jpg);
}


a{
      color: white;
      text-decoration:underline
}


div.container-fluid.no-padding {
    padding: 0;
}

 .radio-container {
          display: flex;
          align-items: center;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          width: 100%;
    }

    .radio-label {
        flex-basis: 48%;
    }

.logocasa,
.logoCasa{
    height: 149px;
    margin-top: -46px;
}

.logotwitch,
.logoTwitch{
    height: 128px;
    margin-top: -34px;
}

.logoticketmaster,
.logoTicketmaster{
    height: 48px;
}

.logoniid,
.logoNiid{
    height: 50px;
}

.logofisioreact,
.logoFisioreact{
    height: 45px;
}

.logohubside,
.logoHubside{
    height: 50px;
}

.logocasa.libro,
.logoCasa.Libro{
    height: 60px;
    margin-top: 0px;
}

.textos {
    color: white;
    padding-right: 10%;
}

.producto .panel {
    background-color: rgba(255,255,255,0.7);
}

.producto .panel-body {
    text-align: center;
}

.producto img {
    width: 70%;
}

.producto .logo {
    height: auto;
    margin-bottom: 15px;
}

.producto p {
    margin:0;
}

.errorInput {
    border: 1px solid #EC0000;
}

.errorMessage {
    color: #EC0000 !important;
    font-weight: bold;
    list-style-type: none;
    margin-top: 5px;
    margin-left: -10px;
}

/* sm */
@media (min-width: 768px) {
    .producto .logo {
        height: 70px;
        margin-bottom: 0;
        padding-top: 20px;
    }

    .producto .panel {
        height: 210px;
        margin-bottom: 40px;
    }
}

/* md */
@media (min-width: 992px) {
    .producto .logo {
        height: 50px;
        padding-top: 10px;
    }

    .producto .panel {
        height: 240px;
    }
}

/* lg */
@media (min-width: 1200px) {

    main.spotify,
    main.Spotify{
        background-position: 67%;
        margin-top: 95px;
        background-image: url(/portal/canje/img/fondo_spotify.jpg);
    }

    .producto .logo {
        height: 70px;
    }
}

@media (min-width: 1400px) {
    .producto .logo {
        height: 90px;
    }
}
