html, body {
    font-family: 'Raleway', sans-serif;
}

.navbar-dark {
    background-color: #424242;
}

.nav-link {
    color: #FCB703;
}

.offcanvas {
    background-color: #424242;    
}

.offcanvas .nav-item a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #424242;
}

h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #424242;
}

p {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #424242;
}

.card-body {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    border: 0px solid;
}

.footer {
    background-color: #1A1A1A;
    color: #fff;
}

.footer a{
    text-decoration: none;
    color: #fff;
}

.row-acreditacion {
    border-top: 1px solid #fff;;
}

.footer .link {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FCB703;
    border-bottom: 8px solid #FCB703;
    padding-bottom: 4px;
    width: 141px;
}

.banner-home {
    background-image: url(images/banner-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    margin-top: 68px;
    height: 500px;
}

.banner-home h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    margin-top: 150px;
}

.banner-home h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

.capsula-home {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 16px;    
}

.capsula-home h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #424242;
}

.capsula-home.color-1 { border: 2px solid #FCB703; }
.capsula-home.color-2 { border: 2px solid #5B8DC7; }
.capsula-home.color-3 { border: 2px solid #7103FC; }

.cuerpo {
    margin-top: 100px;
}

.cuerpo h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #424242;
}

.cuerpo h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #424242;
}

.cuerpo h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.cuerpo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
}

.btn-primary {
    background-color: #fff;
    border: 2px solid #424242;
    border-radius: 15.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #424242;
}

.btn-primary:hover {
    background-color: #FCB703;
    border: 2px solid #424242;
    border-radius: 15.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #424242;
}

.programa-collapse {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    border: 1px solid #FCB703;
}

.programa-collapse h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #424242;
}

.programa-collapse .card {
    min-height: 100px;
    display: table-cell;
    height: 100px;
    vertical-align:middle;
    width: 400px;
    cursor: pointer;
}

.programa-collapse .card .title-item {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #424242;
    vertical-align: middle; 
    display:inline-block;
}

.modal p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
}

.modal p.x2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #424242;
}

.modal li {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
}

.modal h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #424242;
}

.modal h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
}

.modal .btn-close {
    right: 15px;
    top: 15px;
}

.card.block-1 { background-color: #FEF8E7; }
.card.block-2 { background-color: #FFF2F2; }
.card.block-3 { background-color: #F1F5FA; }
.card.block-4 { background-color: #F9FBE7; }
.card.block-5 { background-color: #DDF0F0; }

.btn-instructivo {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    display: table-cell;
    height: 130px;
    vertical-align: middle;
    width: 400px;
    cursor: pointer;
}

.btn-instructivo h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #424242;
}

.instructivo-block-1 { border:1px solid #FCB703; }
.instructivo-block-2 { border:1px solid #5B8DC7; }
.instructivo-block-3 { border:1px solid #7103FC; }

.instructivo-block-4 { border:1px solid #2D2E83; }
.instructivo-block-5 { border:1px solid #0E9594; }
.instructivo-block-6 { border:1px solid #E15554; }

.btn-hito {
    width: 25px;
    height: 25px;
    background-color: #424242;
    border-radius: 25px;
    margin: auto;
    margin-top: 8px;
    cursor: pointer;
}

.btn-hito.active {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 25px;
    border: 3px solid #424242;
    margin: auto;
    padding-top: 6px;
    cursor: default;
}

.btn-hito.active div{
    width: 25px;
    height: 25px;    
    border-radius: 25px;
    border: 3px solid #424242;
    margin: auto;
}

.hito-1.active div { background-color: #FDCD4F; }
.hito-2.active div { background-color: #9447F5; }
.hito-3.active div { background-color: #85A7D0; }
.hito-4.active div { background-color: #E18B65; }
.hito-5.active div { background-color: #F78386; }

.linea-btn-hitos {
    border-top: 2px solid #424242;
    width: 900px;
    margin: auto;
    margin-top: -19px;
}

.block-hito {
    background: #FFFFFF;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.block-hito p.title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.block-hito h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #424242;
}

.block-hito h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #424242;
}

.block-hito p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
}

.block-hito-1 p.title { color: #FCB703; }
.block-hito-2 p.title { color: #7103FC; }
.block-hito-3 p.title { color: #5B8DC7; }
.block-hito-4 p.title { color: #DF632E; }
.block-hito-5 p.title { color: #FF585D; }

.block-hito-1 .card.super-block { border:1px solid #FCB703; }
.block-hito-2 .card.super-block { border:1px solid #7103FC; }
.block-hito-3 .card.super-block { border:1px solid #5B8DC7; }
.block-hito-4 .card.super-block { border:1px solid #DF632E; }
.block-hito-5 .card.super-block { border:1px solid #FF585D; }

.super-block li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
    margin-bottom: 10px;
}

.block-hito h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #424242;
    text-align: center;
}

.block-hito h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #424242;
    text-align: center;
}

.block-large {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.block-large .header p {    
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.block-large .header:first-child {
    border-radius: 8px 8px 0px 0px;
}

.block-large p { margin-bottom: 0px; }

.block-large-1 .header { background-color: #0E9594; }
.block-large-2 .header { background-color: #759CB7; }
.block-large-3 .header { background-color: #FCB703; }
.block-large-4 .header { background-color: #E15554; }

ul.menu-policy-brief li {
    list-style: none;
}

ul.menu-policy-brief li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1B67C1;
    text-decoration: none;
}

ul.menu-policy-brief li > ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1B67C1;
}

.card-apoyo li{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.apoyo-1 {
    background-color: #0E9594;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.apoyo-1-1 {
    background-color: #B0D8CB;
}

.apoyo-1-2 {
    border-right: 1.42px solid #424242;
    border-left: 1.42px solid #424242;
    border-bottom: 1.42px solid #424242;
}

.apoyo-2 {
    background-color: #E15554;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.apoyo-3 {
    background-color: #F79646;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.apoyo-4 {
    background-color: #2D2E83;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}