@font-face {
    font-family: Gotham;
    src: url("../fonts/GothamNarrowBook.otf") format("opentype");
}

html,
body {
    font-family: Gotham;
}

input {
    text-align: center;
}

.header {
    background: #0066cb;
    border-radius: 0px 0px 10px 10px;
    color: white;
}

.header h1 {
    color: white;
    font-size: 2em;
}

.header h1 small {
    color: white;
    font-size: 0.75em;
}

#pnlProgramas {
    border-radius: 50px;
    left: 15px;
    margin-top: 50px;
    position: relative;
    top: 0px;
    z-index: 1000;
}

.programa {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 159px;
    border: 5px solid;
    cursor: pointer;
    height: 200px;
    display: block;
    margin: 70% auto 0 auto;
    margin-left: 41%;
    padding: 30px;
    text-align: center;
    transition: all .2s ease-in-out;
    width: 200px;
}

.label {
    color: aliceblue;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .programa {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 159px;
        border: 5px solid;
        cursor: pointer;
        margin: 40px auto 0 auto;
        margin-left: 25%;
        height: 200px;
        display: table-caption;
        padding: 0px;
        text-align: center;
        transition: all .2s ease-in-out;
        width: 500px;
    }
    .linea_atencion {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 159px;
        border: 5px solid;
        cursor: pointer;
        margin: 40px auto 0 auto;
        margin-left: 25%;
        height: 100px;
        display: table-caption;
        padding: 0px;
        text-align: center;
        transition: all .2s ease-in-out;
        width: 500px;
    }
    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: 190px;
        -ms-interpolation-mode: bicubic;
    }
    #header_inicio {
        background: #0066cb;
        border-radius: 0px 0px 10px 10px;
        color: white;
        margin-bottom: 90px;
    }
}

.programa:hover {
    transform: scale(1.05);
}

.droguerias,
.callcenter {
    border-color: #f7a600;
}

.tat {
    border-color: #ce94c1;
}

.canal_directo {
    border-color: #94c020;
}

.btn-primary {
    background: #289de9;
    border-color: #289de9;
}

#imgPrograma {
    display: none;
    margin: 150px auto 25px;
    width: 60%;
}

.bounceInLeft,
.fadeOut {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
}

.slideInDown,
.bounceInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#btnVolver,
#btnRecordarClave {
    display: none;
}

@media screen and (max-width: 39.9375em) {
    .header {
        padding-bottom: 0px;
    }
    .header h1 {
        font-size: 1em;
    }
    .programa {
        border-width: 2px;
        height: 150px;
        margin: 10px auto;
        padding: 5px;
        width: 90%;
    }
    .linea_atencion {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 159px;
        display: block;
        border: 5px solid;
        text-align: center;
        transition: all .2s ease-in-out;
        cursor: pointer;
        border-width: 2px;
        height: 108px;
        margin: 3px auto;
        padding: 5px;
        width: 90%;
    }
    .programa img {
        height: 100%;
    }
}