﻿body {
    font-family: Roboto;
}
.nav-link {
    font-family: Avenir;
}

.form-check-input:checked {
    background-color: #ffd500;
    border-color: #ffd500;
}

a {
    color: black;
}

.scrolltop {
    background-color: #ffd500;
}

.precio {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #000000;
}

.input-code {
    box-sizing: border-box;
    width: 328px;
    height: 41px;
    background: #f9f9f9;
    border: 1px solid #000000;
    border-radius: 4px;
}

.btn-code {
    align-items: center;
    padding: 8px 24px;
    gap: 7px;
    width: 220px !important;
    height: 36px !important;
    background: #ffd500;
    opacity: 0.8;
    border-radius: 24px;
    width: 172px;
    height: 20px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.nav-link {
    background-color: transparent !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.nav-link.active {
    border-bottom: 3px solid #ffd500;
    border-radius: 0;
    font-weight: bold !important;
}

.listaRequisitos {
    font-weight: 200;
}

ul {
    margin-left: 0px !important;
}

svg {
    margin-right: 20px !important;
}

img.img-responsive.center-block {
    top: 2% !important;
}

.cardCurso {
    box-sizing: border-box;
    width: 50%;
    background: #f6f6f6;
    border: 1px solid #f0eeee;
    margin: 0 auto;
}

.cardCurso hr {
    border: 1px solid #000000;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.cardCurso .jumbotron .row div {
    margin-bottom: 15px;
}

ul.nav.nav-pills.nav-fill {
    margin-bottom: 15px;
}
.col-12.col-md-10.col-xl-10.text-center.offset-xl-1.offset-md-1,
.col-12.col-md-10.col-xl-10.text-center.offset-xl-1.offset-md-1 strong {
    font-size: 1.3rem !important;
}

.btn-code {
    text-align: center;
    line-height: initial;
}
#kt_app_page{
    background-color: white;
}
#middleSection{
    background-color: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media only screen and (max-width: 576px) {
    img.img-responsive.center-block {
        position: absolute;
        top: 2% !important;
        left: 54%;
        width: 35%;
    }

    .cardCurso {
        width: 100%;
    }
}
