.main-header .logo-box {
    padding: 10px 0px;
}

.main-header .logo-box .logo {
    max-width: 250px;
}

.progress-box .bar-inner {
    background: #002c58;
}

.progress-box .count-text:before {
    background: #002c58;
}

.lh-20px {
    line-height: 20px;
}

.image_block_5 .image-box:before {
    /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#002c58+44,dae4e9+100 */
    background: linear-gradient(to right,  #002c58 44%,#dae4e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.image_block_5 .image-box:before {
    height: 5px;
}

.block:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to right, #002c58 44%, #dae4e9 100%);
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 130px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}


.page-title:before {
    position: absolute;
    content: '';
    background: #00266b;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.85;
}