/* Error de minimización. Devolviendo el contenido no minimizado.
(23,30): run-time error CSS1035: Expected colon, found 'p'
 */


.card-media {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*word-wrap: break-word;*/
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: .25rem;
    /*min-height: 150px !important;*/
    border-collapse: collapse;
    display: table;
    /*border:1px solid red;*/
    width:100%;
    
}

.card-bg {
    /*calc(100%*/ .card-date p background-color: #f1f1f1;
    min-width: 100%;
    min-height: calc(220px - (14px + 30px));
    min-height: -moz-calc(274px - (14px + 30px));
    min-height: -webkit-calc(274px - (14px + 30px));
    position: relative;
    height: -moz-calc(274px - (14px + 30px));
    height: -webkit-calc(274px - (14px + 30px));
    height: calc(274px - (14px + 30px));
}
.img-placeholder {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
}

.description-media {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 44px;
    background-color: #036cae;
    overflow: hidden;
}
    /*.description-media img {
     height:auto;  
    }*/
.type-img {
    /*display: block;
    margin: auto auto;*/
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .description-media p {
        color: white;
        width: 89%;
        padding:.5rem;
    }

    .description-media div {
        width: 12%;
    }

.card-date {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 100px;
    padding: 5px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}

.card-date p {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0em 0;
    color: #2557D5;
    }

.card-media:hover > .card-date {
    background-color: rgba(255,255,255,1);
    border-top: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
}

.link-format:hover > .card-date {
    background-color: rgba(255,255,255,1);
    border-top: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
}


.card-media span {
    z-index: 10000;
}

/*.news-title {
    
    padding:0px 10px 10px 10px;
}*/
.line {
    border-bottom: 1px solid #C7C7C7;
}
.new-synopsis {
    color: #575656;
}


.card-details {
    padding-top: 0rem;
    font-size:14px !important;
}
    .card-details p {
        color: black;
        text-align: left;
        padding: 0.8em 0em 0rem 0;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }
    .card-details .synopsis {
        /*font-size: 15px;*/
        text-align: justify;
        width: 100%;
    }
    .tm-1 {
        background-color: red;
    }

.tm-2 {
    background-color: red;
}

.tm-3 {
    background-color: red;
}

.tm-4 {
    background-color: #169587;
    position: relative;
}
.tm-4 img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tm-5 {
    background-color: #eab50f;
    position: relative;
}
.tm-5 img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tm-6 {
    background-color: #169587;
    position: relative;
}
.tm-6 img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tm-7 {
    background-color: #DD3B2C;
    position: relative;
}

.tm-7 img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tm-8 {
    background-color: #4356a2;
    position: relative;
}
.tm-8 img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tm-9 {
    background-color: red;
}

.tm-10 {
    background-color: red;
}


.select-card {
}

    .select-card:hover {
        text-decoration: underline;
        text-decoration-color: #B8BBBD !important;
    }
        /*photo gallery*/
        .select-card:hover .bg-type-5 {
            text-decoration: underline;
            text-decoration-color: white !important;
            font-weight: bold;
        }
        /*video gallery*/
        .select-card:hover .bg-type-6 {
            text-decoration: underline;
            text-decoration-color: white !important;
            font-weight: bold;
        }
        /*audio gallery*/
        .select-card:hover .bg-type-7 {
            text-decoration: underline;
            text-decoration-color: white !important;
            font-weight: bold;
        }
        /*press room*/
        .select-card:hover .bg-type-8 {
            text-decoration: underline;
            text-decoration-color: white !important;
            font-weight: bold;
        }
