﻿#libro {
    background: #e4e4e4;
    display: flex;
    align-items: center;

}

#libro .imagenLibro {
    width: 689px;
}


#libro-issue .modal-content {
    background-color: #333 !important;
}

#libro-issue .modal-header .close {
    opacity: 1;
    min-width: auto;
    float: none !important;
}

#libro-issue .modal-dialog {
    width: 70%;
    margin: 30px auto;
}

#libro-issue .modal-header {
    display: flex;
    justify-content: flex-end;
}

.text-container h2,
.text-container h3 {
    color: #000;
}

.tituloPublicacion {
    font-size: 30px;
    margin-bottom: 36px;
    font-weight: 600;
    letter-spacing: initial;
    text-align: left;
    color: #000 !important;
}

.desc-libro {
    font-size: 22px !important;
    text-transform: none;
    font-weight: 500;
    line-height: 1.3 !important;
    margin-bottom: 30px;
}


#botonIssue {
    font-size: 20px;
    font-weight: bold;
}

.libro-container {
    display: flex;
}

@media(min-width:1200px){
    .caption-image{
        display: none !important;
    }   
}
@media(max-width:1199px){
    .caption-image{
        display: block !important;
    }   
}

@media(min-width:1024px) {
    .parallax-demo {
        padding: 120px 80px 80px;
    }

    #libro {
        padding: 120px 30px 80px !important;
    }
}

@media(max-width:1023px) {
    #libro {
        padding: 120px 20px 80px;
    }

}

@media(min-width:992px) {
    .libro-container {
        justify-content: space-between;
    }

    .visible-xs {
        display: none;
    }
}

@media(max-width:992px) {
    .publicacion-row {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
}


@media(max-width:991px) {
    .visible-xs {
        display: block;
    }

    .libro-container {
        flex-flow: wrap column;
    }

    #libro {
        background: #83253A;
    }

    .text-container h2,
    .text-container h3 {
        color: #fff !important;
        text-transform: none;
    }

    .visible-xs {
        display: block !important;
    }

    #libro-issue .modal-dialog {
        width: 90% !important;
    }

    .titulo-tabs h2,
    .titulo-tabs h3,
    .titulo-tabs p {
        text-align: left !important;
    }

    .descripcion-seccion,
    .titulo-tabs {
        padding: 0;
    }

    .tituloPublicacion {
        font-size: 36px;
        text-align: center;
        text-transform: none;
        color: #fff !important;
        margin-bottom: 15px;
    }

    .desc-libro {
        font-size: 16px !important;
        text-align: center;
    }

    .text-container h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .desc-libro {
        font-weight: 400;
    }


    .description .text-container h2 {
        font-size: 20px;
    }

    .description {
        padding: 30px 0 20px;
    }

    #libro {
        padding: 60px 20px;
    }

    .text-container {
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #libro .imagenLibro {
        width: 60%;
    }

    .descripcion-libro,
    .libro-container {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    #botonIssue,
    .show-more {
        color: #fff !important;
        font-size: 18px;
    }
}


@media(max-width:767px) {
    .desc-libro {
        text-shadow: 1px 1px 1px #000 !important;
    }

    #libro .imagenLibro {
        width: 100%;
    }

    #profile-description {
        max-width: 400px;
        margin-top: 50px;
        position: relative;
    }

    #profile-description .text {
        /*   width: 660px;  */
        margin-bottom: 5px;
        padding: 0 15px;
        position: relative;
        font-size: 14px;
        display: block;
    }

    #profile-description .show-more {
        position: relative;
        padding-top: 5px;
        height: 27px;
        text-align: center;
        cursor: pointer;
    }

    .show-more {
        margin: 30px;
        font-weight: 600;
        font-size: 20px !important;
    }

    .titulo-2 {
        display: flex;
        justify-content: space-between;
    }

    #profile-description .show-more-height {
        height: 105px;
        overflow: hidden;
    }

    .rotate {
        transform: rotate(180deg);
    }

}