body {
    overflow-x: hidden;
}

.w100 {
    width: 100% !important;
}

nav.bg-principal {
    background-color: white;
    border-bottom: 1px gray solid;
}

nav.bg-principal a {
    color: gray;
}

nav.bg-principal .navbar-nav a {
    color: gray;
    transition: .2s all;
}

nav.bg-principal .navbar-nav a:hover {
    color: #17a2b8;
    font-weight: bold;
}

xmp {
    background-color: #eaeaea;
    color: #17a2b8;
    font-size: 14px;
}

/* Index */

.principal .cont-1 {
    height: calc(100vh - 70px);
    background-color: #FEF9F8;
}

.principal .cont-1 h3 {
    color: #F06D56;
}

.principal .educ h5, .principal .educ p, .principal .educ h6 {
    margin-bottom:0px;
}

.principal .bg-x {
    background-color: #17a2b8 !important;
}

.principal img.w100 {
    height: 300px !important;
    width: 300px !important;
}

/* Examen */

.examen .card .options hr {
    margin: 3px 0px !important;
}

.examen .addPro hr {
    margin: 15px 0 !important;
}

.card h5,
.examen .card p {
    margin: 0px !important;
}

.examen .card .price {
    color: #17a2b8;
    font-weight: bold;
}

.examen .card .options {
    font-size: 12px;
    color: gray;
}

.examen .card .subtotal {
    color: #218838;
}

.examen .form-control.emptyForm {
    border: red 1px solid !important;
}

.examen .cantidad {
    color: red;
    font-weight: bold;
}

/* Documentacion */

.doc h4,.doc h5,.doc h6,.doc strong{
    color: #17a2b8;
}
.doc p {
    text-align:justify;
}

.doc a {
    color: gray;
}
.doc a:hover {
    color: #F06D56;
}