/* Portadas - Fichas */

.breadcrumb {
    background: transparent;
    padding: 0 35px;
}

.breadcrumb > li a {
    color: #292929;
}

.breadcrumb > .active {
    color: #292929;
}

.breadcrumb > li + li:before {
    content: ">";
    color: #292929;
}

.banner-post-wrapper {
    margin-bottom: 50px;
    padding: 50px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: row wrap;
    min-height: 420px;
}

.banner-post {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    width: 100%;
}

.banner-post-content {
    color: #fff;
    text-align: right;
}

.banner-post-content a {
    color: #fff;
}


.block-links {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    margin: 40px 0 20px;
}

.block-links .block {
    text-align: center;
    background: #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 0 10px 20px;
    color: #fff;
    display: flex;
    flex-flow: wrap row;
    height: 250px;
    align-items: center;
    justify-content: center;
}

.block-links.blocks-4 .block {
    width: 250px;
}

.block-links.blocks-4 .block:nth-child(1) {
    margin-left: 0;
}

.block-links.blocks-4 .block:nth-child(4) {
    margin-right: 0;
}

.block-links .block:hover,
.block-links .block:focus {
    text-decoration: none;
}

.block-links .block .block-inner {
    width: 100%;
    max-width: 150px;
}

.block-links .block .fa {
    font-size: 50px;
}

.block-links img {
    display: table;
    width: auto !important;
    height: auto;
    margin: auto;
}

.block-links .block h1,
.block-links .block h3 {
    font-weight: 800;
    font-size: 80px;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
}

.block-links .block h3 {
    font-size: 24px;
    min-height: 80px;
}

.block-links.blocks-img .block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.blocks-img .block-info {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    padding: 15px;
    background: rgba(76, 186, 216, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.blocks-img .block:hover .block-info {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.block-links.blocks-img .block h3 {
    min-height: 0;
}

.block-links .block p {
    font-size: 18px;
}

.block-links .block.block-1 {
    background: #4cbad8;
}

.block-links .block.block-1:hover {
    background: #25749f;
}

h2.title-section {
    color: #012f6b;
    font-weight: bold;
}

h2.title-section:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #012f6b;
    display: block;
    margin: 15px 0;
}

.blue {
    color: #012f6b;
}

ul.resumen {
    padding: 0;
    list-style: none;
    color: #4cbad8;
}

ul.resumen li {
    color: #4cbad8;
}

ul.resumen li a {
    color: #4cbad8;
}

.btn-blue {
    background: #012f6b;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.btn-blue:hover {
    color: #fff;
    opacity: 0.7;
}

@media (max-width: 1200px) {
    .content-links .block {
        width: 18%;
        margin: 0 1% 20px;
        min-width: 170px;
    }

    .block-links.blocks-4 .block {
        width: 210px;
        height: 210px;
    }

    .block-links .block h1,
    .block-links .block h3 {
        font-size: 64px;
    }

    .block-links .block h3 {
        font-size: 22px;
        min-height: 60px;
    }
}

@media (max-width: 992px) {
    .content-links .block {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .mt-xs-0 {
        margin-top: 0px !important;
    }

    .mt-xs-5 {
        margin-top: 5px !important;
    }

    .mt-xs-10 {
        margin-top: 10px !important;
    }

    .mt-xs-15 {
        margin-top: 15px !important;
    }

    .mt-xs-20 {
        margin-top: 20px !important;
    }

    .mt-xs-25 {
        margin-top: 25px !important;
    }

    .mt-xs-30 {
        margin-top: 30px !important;
    }

    .mt-xs-35 {
        margin-top: 35px !important;
    }

    .mt-xs-40 {
        margin-top: 40px !important;
    }

    .mt-xs-45 {
        margin-top: 45px !important;
    }

    .mt-xs-50 {
        margin-top: 50px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0px !important;
    }

    .mb-xs-5 {
        margin-bottom: 5px !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .mb-xs-15 {
        margin-bottom: 15px !important;
    }

    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    .mb-xs-25 {
        margin-bottom: 25px !important;
    }

    .mb-xs-30 {
        margin-bottom: 30px !important;
    }

    .mb-xs-35 {
        margin-bottom: 35px !important;
    }

    .mb-xs-40 {
        margin-bottom: 40px !important;
    }

    .mb-xs-45 {
        margin-bottom: 45px !important;
    }

    .mb-xs-50 {
        margin-bottom: 50px !important;
    }

    .content-links .block {
        width: 250px;
    }
}