.visibilityHidden {
    visibility: hidden;
}

.underline {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

.page-content p {
    margin-bottom: 25px;
    color: #444;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans", Arial, Sans-Serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
}

.cursive {
    font-style: italic;
}

.titulomentada {
    background-color: #444;
    display: block;
    width: 100%;
    text-align: center;
    height: 3em;
    line-height: 3em;
    text-transform: uppercase;
    font-size: 0.65em;
    font-weight: 600;
    color: white;
}

.mendada-de-madre {
    text-align: justify;
    font-style: italic;
}

.atentamente-mentador {
    display: block;
    text-align: right !important;
    bottom: 0;
    right: 2em;
    position: absolute;
}

.fecha-mentada-de-madre {
    text-align: left;
}

a.link-mentadas {
    text-decoration: underline 2px white !important;
}

.container-mentadas {

    display: block;
    border-radius: 5px;
}

.mentada-contenedor {
    border: 0.25px solid rgb(255, 255, 255, 0.3);
    background: rgb(50, 50, 50, 0.5);
    padding: 15px;
    height: 20em;
}

.page-header .page-header-inner,
.page-header-podcast .page-header-inner,
.page-error .page-header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    background-color: #110f16;
    background-color: rgba(17, 15, 22, 0.1) !important;
    /* zoom: 1; */
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3110f16, endColorstr=#b3110f16)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3110f16, endColorstr=#b3110f16);
    z-index: 5;
}

.form-control-o {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
}

.advertencia-mentadas {
    text-align: justify;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 45px 0;
}

.center-button {
    display: block;
    margin: 0 auto;
}

.text-align-center {
    text-align: center;
}

.mentaderoMentado {
    padding: 0 25px !important;
    text-align: left;
    font-weight: 700;
}

.team-card .team-card-job {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: smaller;
    color: #e1e1e1;
    text-align: center;
}

span .bold {
    font-weight: 700;
}

.mentadero-hr {
    border-top: 1px solid #000000 !important;
    margin-top: 2px !important;
    margin-bottom: 21px !important;
}

.mentaderoMentador {
    padding: 0 25px;
    text-align: right;
    font-style: italic;
}

.social-login-ul {
    display: flex;
    /* convierte los elementos li en elementos flex */
    justify-content: center;
    /* centra los elementos li en el eje horizontal */
    margin-top: 25px;
    /* margen mamalón */
}

.social-login-li {
    list-style-type: none;
    /* quita los puntos de la lista */
    margin: 0 10px;
    /* agrega margen entre los elementos li */
}

.div-titulo-mentada {
    background-color: #282434 !important;
}

/* Oculta el texto */
.menu-item-87 {
    display: none;
}

/* Muestra el icono de Font Awesome */
.menu-item-87:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    /* El código del icono */
    display: inline-block;
}

.header.sticky.logeduser {
    position: fixed;
    top: 2em !important;
    left: 0;
    background: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ul-calificador {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

li.calificador {
    display: inline;
}