@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/eir/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/eir/OpenSans-Bold.woff') format('woff'),
        url('../fonts/eir/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/eir/OpenSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/eir/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/eir/OpenSans-Regular.woff') format('woff'),
        url('../fonts/eir/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/eir/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/eir/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/eir/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/eir/OpenSans-Semibold.ttf') format('truetype'),
        url('../fonts/eir/OpenSans-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#div-banner-portada {
    background-color: #202C45;
    height: auto;
    background: url('../images/eir/bg-header.jpg') no-repeat center top;
}

.img-logotipo {
    height: 48px;
}

#headereir {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    height: auto;
    width: 100%;
    position: relative;
}

#headereir h1 {
    margin: 50px auto 0 auto;
    padding: 0 0 0 0;
    width: 940px;
    height: auto;
    position: relative;
    font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
    font-size: 45px;
    color: #FFF;
    text-align: center;
    line-height: normal;
    text-shadow: 1px 2px #313131;
    -webkit-text-shadow: 1px 2px #313131;
    -moz-box-shadow: 1px 2px #313131;
    -o-box-shadow: 1px 2px #313131;
    -ms-box-shadow: 1px 2px #313131;
}

#headereir h2 {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 940px;
    height: auto;
    position: relative;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    line-height: 29px;
    text-shadow: 1px 2px #313131;
    -webkit-text-shadow: 1px 2px #313131;
    -moz-box-shadow: 1px 2px #313131;
    -o-box-shadow: 1px 2px #313131;
    -ms-box-shadow: 1px 2px #313131;
    font-weight: normal;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


#verificando-dni {
    margin: 25px auto 0 auto;
    padding: 12px;
    width: 664px;
    height: auto;
    position: relative;
    line-height: normal;
    background: url(../images/eir/bg-filter-search.png) repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 85%;
    text-align: center;
    background: none;
}

#bloque-dni {
    text-align: center;
    display: inline-block;
}

#verificando-dni input {
    margin: 0;
    padding: 0 0 0 10px;
    width: 500px;
    height: 44px;
    position: relative;
    float: left;
    line-height: normal;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background: #FFF;
    border: none;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #636369;
}

#verificando-dni p #checkcondiciones {
    vertical-align: middle;
    margin: 1px 7px 0 0;
    width: 20px;
    height: 20px;
}
#verificando-dni p #checkpublicidad {
    vertical-align: middle;
    margin: 1px 7px 0 0;
    width: 20px;
    height: 20px;
}

#verificando-dni p {
    padding: 0 0 0 0;
    margin: 20px 0 0 10px;
    width: auto;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: normal;
    text-align: left;
    text-shadow: 1px 1px #ffe822;
}

#verificando-dni button {
    margin: 0;
    padding: 0 0 0 0;
    width: 154px;
    height: 44px;
    position: relative;
    line-height: normal;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: #0093DC;
    border: none;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

#btsbmbig {
    display: block;
}

#btsbmsmall {
    display: none;
}


#content-home {
    margin: 0 0 0 0;
    padding: 0 0 100px 0;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: url(../images/eir/bg-filter.png) repeat 0 0;
}
#home-text {
    padding: 0 20px 0 20px;
    margin: 0 auto 0 auto;
    height: auto;
    position: relative;
    text-align: center;
    max-width: 800px;
}

#home-text h2 {
    padding: 0 0 0 0;
    margin: 0 0 16px 0;
    height: auto;
    position: relative;
    display: block;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #111111;
    text-align: center;
}
#home-text p {
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    height: auto;
    position: relative;
    display: block;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #3F3F3F;
    text-align: center;
    line-height: none;
}











/* Estilos para tablets (pantallas con un ancho de hasta 768px) */
@media (max-width: 1000px) {
    #div-banner-portada {
        background-image: url('../images/eir/bg-header-tablet.jpg');
    }

    #headereir {
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        position: relative;
    }

    #headereir h1 {
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        position: relative;
        font-size: 30px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #verificando-dni {
        margin: 25px auto 0 auto;
        padding: 12px;
        width: 100%;
        height: auto;
        position: relative;
    }

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

    #headereir h2 {
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        position: relative;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
    }
    #verificando-dni input {
        margin: 0;
        padding: 0 0 0 10px;
        width: 80%;
        height: 44px;
        position: relative;
        float: left;
        font-size: 18px;
    }

    #verificando-dni button {
        margin: 0;
        padding: 0 0 0 0;
        width: 20%;
        height: 44px;
        font-size: 18px;
    }

    #btsbmbig {
        display: none;
    }

    #btsbmsmall {
        display: block;
    }
}

/* Estilos para móviles (pantallas con un ancho de hasta 480px) */
@media (max-width: 480px) {
    #div-banner-portada {
        background-image: url('../images/eir/bg-header-movil.jpg');
        background-repeat: no-repeat;
    }

    .img-logotipo {
        height: 35px;
    }

    #headereir {
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        position: relative;
    }

    #headereir h1 {
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        position: relative;
        font-size: 30px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #headereir h2 {
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        position: relative;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
    }

    #verificando-dni {
        margin: 25px auto 0 auto;
        padding: 12px;
        width: 100%;
        height: auto;
        position: relative;
    }

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

    #verificando-dni input {
        margin: 0;
        padding: 0 0 0 10px;
        width: 80%;
        height: 44px;
        position: relative;
        float: left;
        font-size: 18px;
    }

    #verificando-dni button {
        margin: 0;
        padding: 0 0 0 0;
        width: 20%;
        height: 44px;
        font-size: 18px;
    }

    #btsbmbig {
        display: none;
    }

    #btsbmsmall {
        display: block;
    }

    #verificando-dni p #checkcondiciones {
        vertical-align: middle;
        margin: 5px 7px 0 0;
        width: 25px;
        height: 25px;
        margin-bottom: 40px;
    }
    #verificando-dni p #checkpublicidad {
        vertical-align: middle;
        margin: 5px 7px 0 0;
        width: 25px;
        height: 25px;
        margin-bottom: 40px;
    }
}