@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "poppins";
}

html, body {
    height: 100%;
}

.motivo{

    background-image: url(/portal/img/desplegable_formulario_ayuda.svg);

}

input.boton_rojo {
    background: #E4003E ;
    color: white;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #E4003E ;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    gap: 3vh;
    border-radius: 2px;
    margin-top: 10%;
    height: 25vh;
    width: 20vw;
    box-shadow: 4px 4px 11px -1px rgb(0 0 0 / 75%);
    justify-content: center;
}

#comercios {
    height: 50%;
    width: 100%;
    padding: 0.5% 2% 2%;
}

#funciona {
    background-color: #fc041c;
    height: 50%;
    width: 100%;
    padding: 0.5% 2% 2%;
}

.card {
    margin-right: 15%;
    margin-top: 2%;
}

#cards {
    flex-direction: row;
    display: flex;
    margin-left: 10vw;
}

.item {
   display: flex;
   align-items: center;
   flex-direction: column-reverse
}

.pasos {
    display:block;
    margin: auto;
}

#codigo-input{
    width: 16vw;
}

#codigo-title{
    text-align: center;
}

.flex-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

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;
}

div.container-fluid.no-padding {
    padding: 0;
    background-image: url(/portal/canje/img/fondo_ecofre.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

main.cepsa {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_cepsa.jpg);
}

main.MediaMarkt {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_landing_mm.jpg);
}

main.ingles, main.Ingles, main.eci {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_landing_eci.jpg);
}

main.decathlon {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_decathlon.jpg);
}

main.atrapalo {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_atrapalo.jpg);
}

main.atrapalo .errorInput {
    border: 1px solid #EEE286;
}


main.atrapalo .errorMessage {
    color: #EEE286 !important;
    font-weight: bold;
    list-style-type: none;
    margin-top: 5px;
    margin-left: -10px;
}

main.mango {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_mango_nueva.jpg);
}

main.carrefour {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_carrefour.jpg);
}

main.zalando {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_zalando.jpg);
}


main.cine {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_cine.jpg);
}

main.ikea {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_ikea.jpg);
}

main.rumbo {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_rumbo.jpg);
    min-height: 78vh;
}

main.thefork, main.Fork {
    background-position: 67%;
    background-image: url(/portal/canje/img/fondo_thefork.jpg);
    min-height: 78vh;
}


.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;
}



.main-container {
     height: 52vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
}


.image-container {
    background: url(/portal/canje/img/fondo_landing.jpg) top left no-repeat;
    background-size: cover;
    width: 65%;
    height: 130%;
    z-index: -1;
    margin-top: 0.6%;
}

.image-container-pt {
    background: url(/portal/canje/img/fondo_wonderbox_pt.jpg) top left no-repeat;
    background-size: cover;
    width: 65%;
    height: 130%;
    z-index: -1;
    margin-top: 0.6%;
}

.home{
    padding-top: 80px;
}

#separador{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

#contacto{
    margin-top: 20%;
}

#contacto p{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #c4d61c;
}

.input-container {
    display: flex;
    width: 35%;
    justify-content: center;
}

input.boton_verde {
    text-transform: none;
}

#subtitulo {

}

.input-subcontainer {
    width: 90%;
    height: 85%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

#login {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.password-input {
    width: 36px;
}

.password-container {
    display: flex;
    gap: 1vh;
    margin: 0 1vh 1vh;
}

#popup20, span {
    color: #858688;
    margin: 1vh;
}

.scroll{
    overflow-y: unset !important;
}

.window-container{
    width: 500px;
    max-width: 100%;
}

#popup29, span {
    color: #858688;
    margin: 1vh;
}


input {
    border-radius: 3px;
    border: 1px solid #d5d5d5;
}

#login_submit {
    margin: 1vh;
}

.img-login-verde {
    width: 5%;
}

#img-wbx {
    height: 20%;
    width: 20%;
    display:block;
    margin: auto
}

@media (max-width: 2560px) {
    .main-container {
        height: 60vh;
    }

    .img-login-verde {
        width: 12%;
    }
}

@media (max-width: 768px) {
        .input-subcontainer{
            margin-top: 65%;
        }
}

@media (max-width: 425px) {
        .input-subcontainer{
            margin-top: 65%;
        }
}

@media (max-width: 1440px) {
    div.main-container {
        height: 50vh;
    }

    .img-login-verde {
        width: 14%;
    }
}

@media (max-width: 1370px) {
    .main-container {
        height: 50vh;
    }
}

@media (max-width: 1024px) {
    .form-container{
        width: 250px;
    }

    div.container-fluid.no-padding {
        background-position: bottom;
    }

    .main-container {
        height: 37vh;
    }

    .img-login-verde {
        width: 12%;
    }

    #funciona {
        margin-top: 0%;
    }

    #img-wbx {
        width: 40%;
    }
}


@media (max-width: 1100px) {
    #comercios {
        height: 30%;
    }
}

@media (max-width: 768px) {
    #cabecera p {
        font-size: 3rem;
    }

    .image-container {
        display: none;
    }
    .image-container-pt {
             display: none;
         }


    .img-login-verde {
        width: 7%;
    }

    .input-container {
        width: 100%;
    }

    h1 {
        font-size: 34px !important;
    }

    #subtitulo {
        width: 100%;
        text-align: center;
    }

    #funciona {
        margin-top: 62%;
        height: 50%;
    }

    #img-wbx {
        width: 50%;
    }

    .card {
        margin-right: 2%;
    }
}

@media (max-width: 767px) {
    #cabecera p {
        font-size: 118% !important;
    }
}

@media (max-width: 500px) {
    .flex-container {
        flex-direction: column;
        justify-content: unset;
        align-items: center;
    }
    .form-container{
        width: 250px;
        margin: 0 auto;
    }
    #codigo-input{
        width: unset;
    }
    .row{
        margin: 0;
    }
}

@media (max-width: 425px) {
    #cards {
        flex-direction: column;
    }

    .img-login-verde {
        width: 17%;
    }

    #funciona {
        margin-top: 80%;
        height: 115%;
        min-height: 885px;
    }
    #comercios {
        height: 145px;
        min-height: 145px;
    }

    #img-wbx {
        width: 100%;
    }

    .card {
        margin-left: 10%;
    }
}

@media (max-width: 420px) {
    .headerTexto{
        margin-left: 25px;
    }
}

@media(max-width: 375px) {
    #funciona {
        margin-top: 95%;
    }

    .input-subcontainer {
        margin-top: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .close,
    .close-validacion {
        margin-left: 191px;
    }
}

@media screen and (max-width: 887px) {
    .close,
    .close-validacion,
    .close-contacto {
        background: url(/portal/img/cerrar.png) no-repeat right top;
        display: block;
        width: 50px;
        position: absolute;
        /* quitamos relative */
        right: 0;
        height: 50px;
        margin: -27px 14px -40px 475px;
        background-size: 79%;
        cursor: pointer;
    }
}

@media only screen and (max-width: 320px) {
    .closepopup .datos {
        width: 160px;
    }
}