.cabecera-home {
    width: 100%;
    height: 470px;
    display: inline-block;
    overflow: hidden;
    background: url("/fotos/banner.jpg");
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    border-top: 3px solid #cf1b19;
}
.txtBanner {
    padding-right: 180px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.txtBanner h1{
    font-size: 55px;
    color:white !important;
}
.txtBanner span,
.txtBanner h2{
    color: white !important;
    font-size: 27px !important;
    font-weight: normal !important;
}
h2.tit-entre-bloques{
    display: block;
    text-align: center;
    font-size: 18pt;
    color: black;
    margin: 15px 0px;
    font-weight: normal !important;
}
.info-curso-destacado a::after {
    border-radius: 4px;
}
.info-curso-destacado a:hover::after {
    background-color: #233037;
}
.info-curso-destacado.posts a:after{
    content: 'Seguir leyendo';
}
.curso-destacado .img-responsive {
    border-radius: 4px;
}
.cursos-destacados .nav-tabs > li > a {
    border-radius: 4px !important;
}
#destacados-profesionales a.vermas {
    border-radius: 4px;
}
.container-fluid.titulo-cursos-destacados {
    margin-bottom: 40px;
}
section.col-xs-12.contenedor-cursos-destacados .tab-pane > p {
    font-size: 17px;
    line-height: 27px;
}
.filaDesplegables{
    margin-bottom: 50px;
}
.filaDesplegables img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}
.filaDesplegables .card {
    background-color: #FBFBFB;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    position: relative;
}
.filaDesplegables .card {
    border-radius: 4px;
    background: #FBFBFB;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    padding: 12px 24px!important;
}
.filaDesplegables .btn-collapse {
    font-size: 19px !important;
    color: #2C3E50!important;
    font-weight: 500;
    border: none!important;
    background: #FBFBFB;
    width: calc(100% - 22px);
    font-weight: 600;
}
.filaDesplegables > div > a {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #cc1c1b;
    padding: 10px 5px;
    color: white;
    border-radius: 4px;
}
.filaDesplegables > div > a:hover{
    background-color: #233037;
    color: #fff;
}
.filaDesplegables .acordeon .btn-collapse:after {
    position: absolute;
    content: "\f078";
    width: 20px;
    height: 20px;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
    font-weight: 700;
    top: 15px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
    font-weight: 300;
    font-size: 17px;
}
.filaDesplegables .acordeon .btn-collapse[aria-expanded="true"]:after {
    transform: rotate(-180deg);
    right: 22px;
    top: 20px;
}
.filaDesplegables .card-body ul {
    list-style: none;
    margin-top: 20px;
    padding: 1px 6px;
}
.filaDesplegables ul li{
    position: relative;
    padding-right: 23px;
}
.filaDesplegables ul li a,
.filaDesplegables ul li span {
    color: black;
    padding-bottom: 14px;
    display: block;
    color: #2C3E50;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.filaDesplegables .card-body li:after {
    content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0px;
    color: #cc1c1b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.filaDesplegables .card-body li:hover:after {
    transform: translateX(4px);
}
@media(max-width: 980px){

    .cabecera-home {
        height: 320px;
        background-position: center;
        background-size: cover;
    }
    .txtBanner{
        padding-right: 10px;
        padding-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }
    .txtBanner h1 {
        font-size: 32px;
    }
    .txtBanner span {
        font-size: 18px;
    }
}