.btnRegresar {
    margin: 0 0 0 110px;
}

/* ============= Card de publicación ============= */
.cardTitulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.cardDescripcion {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cardCategoria {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2b2b2b;
}
.cardFecha {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
.card {
    border: none !important;
}
.imagenPublicacion {
    width: 50%;
    height: 50%;
    float: right;
    padding: 40px 0 0 40px;
}
/* ============= Información de publicación ============= */

#publicacion {
    padding: 60px 0 0 0;
    color: #FFF;
}

.publicacion {
    height: 20em;
    padding: 3em 0 3em 0;
}

.col-md-4 {
    height: 200px;
}

.row .g-0 {
    padding: 80px 0 80px 0;
}

.card .mb-3 {
    max-width: auto;
    height: 60em;
}

.newsletterTitle {
    color: #FFF;
    padding: 100px 0 80px 100px;
}

.publicacion-titulo {
    color: #FFF;
}
.publicacion-categoria {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
}
.publicacion-text-categoria {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #d4d4d4;
}
.publicacion-usuario {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
}
.publicacion-text-usuario {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #d4d4d4;
}
.publicacion-text-fecha {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
}
.publicacion-fecha {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #d4d4d4;
}
.publicacion-text-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    text-align: justify;
}
.publicacion-text-etiq {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}
.publicacion-etiq {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14spx;
    color: #d4d4d4;
}
.buttonsVacante {
    padding: 0 0 50px 0;
}

/*====================  Botónes de compartir  ====================*/
.shareText {
    padding: 40px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
}
.copy {
    color: #808080 !important;
    background-color: #e2e2e2 !important;
    border: none !important;
}
.facebookP {
    color: #FFF;
    background-color: #3b5998 !important;
    border: none !important;
}
.twitter {
    background-color: #333333 !important;
    border: none !important;
}
.linkedinP {
    background-color: #0082ca !important;
    border: none !important;
}
.whatsapp {
    background-color: #25d366 !important;
    border: none !important;
}
.telegram {
    background-color: #0088cc !important;
    border: none !important;
}
.gmail {
    background-color: #d14836 !important;
    border: none !important;
}
.mail {
    background-color: #fcb532 !important;
    border: none !important;
}