/* línea naranja bajo los títulos */
.divider {
    background-color: #f99746;
    height: 3px;
    width: 100%;
    margin-bottom: 30px;
}
/* línea naranja bajo los títulos */
.divider0 {
    background-color: #f99746;
    height: 3px;
    width: 100%;
}
/* línea celeste bajo input */
.dividerbase {
    background-color: #00a1d2;
    height: 2px;
    width: 100%;
    /* margin-bottom: 10px; */
}
/* flecha hacia atras */
.atras {
    text-decoration: none;
    margin-left: 20px;
    margin-top: 30px;
}
/* flecha flotante  */
.flotante {
    position: fixed;
    z-index: 100;
}
/* hacer más grande hover  */
.btnefecto {
    transition: all 0.4s ease;
    cursor: pointer;
}
.btnefecto:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
/* títulos color morado */
.titulos {
    color: #683396;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
}
/* buscar persona */
.form-control {
    border-radius: 50px;
    border: 2px solid #000000;
    background-image: url(/img/iconos/buscador.svg);
    background-color: #f1f1f1e8;
    margin: 10px 0px;
    padding-left: 50px !important;
    font-size: 16px;
    float: right;
}
.form-control-feedback {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}
/* texto centrado (p-h1-h2-...)*/
.texto-centrado {
    text-align: center;
}
/* centrado input */
.centered-input input {
    text-align: center;
}
.centered-input textarea {
    text-align: center;
}
/* texto negrita */
.negrita {
    font-weight: bold;
}
/* tamaño máximo 280 */
.max280 {
    max-width: 280px;
}
/* encabezados azules centrados */
.labform {
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #253166;
    text-align: center;
    font-weight: bold;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
/* boton rectangular horario */
.btnhorario {
    color: white;
    text-decoration: none;
    border-radius: 6px;
    padding: 6px 20px;
    width: 100%;
    transition: all 0.4s ease;
}
/* fondo cian */
.bgcian {
    background-color: #00a1d2;
}
/* fondo naranja */
.bgnaranja {
    background-color: #f99746;
}
/* fondo azul */
.bgazul {
    background-color: #253166;
}
/* fondo morado */
.bgmorado {
    background-color: #683396;
}
.txtmorado{
    color: #683396 ;
}
/* fondo gris */
.bggris {
    background-color: #f1f1f1;
}
/* fondo plomo */
.bgplomo {
    background-color: #989898;
}
.top30 {
    margin-top: 30px;
}
.top20 {
    margin-top: 20px;
}
.top100 {
    margin-top: 100px;
}
.top120 {
    margin-top: 120px;
}
/* item menu activo */
.activeMenu {
    background-color: white;
}
.activeMenu a {
    font-weight: 900;
    color: #253166 !important;
}
.activeMenu svg .cls-1 {
    fill: #253166 !important;
}

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

.circulo-lila {
    background-color: rgba(104, 51, 150, 0.6);
    height: 10px;
    border-radius: 50px;
    margin: 20px 10px 0px 0px;
    width: 10px;
}
.pink--text{
    color:#253166;
}
/* ============================================ RESPONSIVE =========================================*/
@media only screen and (max-width: 780px) {
    .labform {
        font-size: 12px;
    }
}
