﻿/* Pié de página */

/*footer {
    color: white;
    font-size: 14px;
    height: 70px;
    background-color: #6C696C !important;
}

    footer a {
        color: white;
        font-weight: bold;
    }

footer .row:first-child {
    background-image: url(../images/shared/pleca_footer_1.png);
    content: "";
    width: 100%;
    height: 13px;
    background-repeat: round;
}*/

footer {
    color: white;
    font-size: 14px;
    height: 70px;
    background-color: #555555 !important;
}

    footer a {
        color: white;
        font-weight: bold;
    }

    footer .row:first-child {
        background-image: none;
        content: "";
        width: 100%;
        height: 13px;
        background-repeat: round;
    }

.txtNombre {
    font-size: 35px;
}

b {
    font-size: 25px
}

p {
    font-size: 30px
}

span {
    /*  font-size: 35px*/
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 40px
}

dl {
    font-size: 25px
}

dt {
    font-size: 25px
}

dd {
    font-size: 25px
}

#previewFront {
    height: 100%;
    width: 100%;
}

#previewBack {
    height: 100%;
    width: 100%;
}


td p {
    font-size: 16px;
}

tr {
    /*Se comenta porque le afecta al datetimepicker*/
    /*white-space: nowrap*/
}

.payment-col {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.modal-title {
    font-size: 25px;
    font-weight: bold;
}
