.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;
}

.redPublic {
    text-decoration: none;
}

.card-title {
    padding: 20px 0 10px 0;
}

.newsletterTitle {
    color: #FFF;
    padding: 100px 0 80px 100px;
}

.position-absolute {
    background-color: #FFF;
}

/*====================  Filtro de vacantes  ====================*/
@media screen and (max-width: 768px) {
    .col-md-3 {
        display: none;
    }
}

.cardFiltro {
    width: 18rem;
    height: auto;
}

/*====================  Card de vacantes  ====================*/

.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;
}
.cardLocalidad {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2b2b2b;
}
.cardFecha {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}

/*====================  Información de vacante  ====================*/

.vacante-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #FFF;
}
.vacante-text-fecha {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
}
.vacante-fecha {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #bebebe;
}
.vacante-text-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #FFF;
}
.vacante-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #e2e2e2;
    text-align: justify;
}
.vacante-text-resp {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #e2e2e2;
}
.vacante-resp {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #e2e2e2;
}
.vacante-text-benf {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
}
.vacante-benf {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #e2e2e2;
}
.vacante-text-lugar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
}
.vacante-lugar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #e2e2e2;
}
.vacante-text-req {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
}
.vacante-req {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #e2e2e2;
}
.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;
}
.facebookV {
    color: #FFF;
    background-color: #3b5998 !important;
    border: none !important;
}
.twitter {
    background-color: #333333 !important;
    border: none !important;
}
.linkedinV {
    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;
}