/*****Estilo de Botón de Pago, Buscador Boletines*****/
.btn-Menu-1 {
    color: #002957;
    background-color: #a9cf46;
    background-size: 300px 55px;
}
.btn-Menu-1:hover {
    color: #a9cf46;
    background-color: #002957;
    background-size: 300px 55px;
}
.btn-Menu-1.active {
    color: #a9cf46;
    background-color: #002957;
    background-size: 300px 55px;
}
.btn-Menu-Circle {
    color: #002957;
    background-color: #a9cf46;
}
.btn-Menu-1-Circle:hover {
    color: #a9cf46;
    background-color: #002957;
}
.btn-Menu-1-Circle.active {
    color: #a9cf46;
    background-color: #002957;
}

/*****Estilo para página de pagos (Sellados y Boletas)*****/
.middle {
    width: 100%;
    text-align: center;
}
.middle h1 {
    font-family: "Roboto", sans-serif;
    color: #002957;
}
.middle input[type=radio] {
    display: none;
}
.middle .box {
    width: 200px;
    height: 200px;
    background-color: #a9cf46;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
    font-size: small;
    padding: 10px;
    color: #002957;
}
.middle .box span {
    left: 0;
    right: 0;
    font-size: 1.5em;
    user-select: none;
}
.middle .box span:before {
    font-size: 1.2em;
    display: block;
    opacity: 0;
    font-weight: normal;
    color:  #002957;
}
.middle .front-end span:before {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight:900;
}
.middle .back-end span:before {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight:900;
}
.box:hover {
    background-color: #002957;
    color: #a9cf46;
}
.title-line {
    border-top: 2px solid #002957;
    line-height: 0.1em;
}
.box:hover .title-line {
    border-top: 2px solid #a9cf46;
    line-height: 0.1em;
}


@media only screen and (max-width: 480px) {
    .middle .box {
        margin-bottom: 18px !important;
        padding-bottom: 18px !important;
    }

    .img-header {
        height: 120px;
    }
}




