@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.sebm-google-map-container {
    height: 300px;
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.space-70 {
    height: 70px;
    display: block;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

.tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.tim-row {
    padding-top: 50px;
}

.tim-row h3 {
    margin-top: 0;
}

@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.link-card-inicio {
    text-align: center;
}

.texto-info {
    color: #00bcd4;
}

.texto-centro {
    text-align: center !important;
}

.cdk-overlay-connected-position-bounding-box {
    z-index: 700 !important;
}

.cdk-overlay-backdrop {
    z-index: 500 !important;
}

.cdk-overlay-backdrop.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    z-index: 600 !important;
}

.modal-backdrop {
    z-index: 400 !important;
}

.modal-backdrop.fade.show {
    z-index: 0 !important;
}

.top-16 {
    top: -16px;
}

.tabs-disponibilidad .mat-tab-label {
    min-width: 120px !important;
}

.tabs-disponibilidad .mat-ink-bar {
    width: 120px !important;
}


/* estio para loader */

.contenedor-cargador {
    background-color: white;
    height: 100% !important;
    width: 100% !important;
    position: relative;
}

.loader-inicio {
    display: block;
    margin: auto;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

html,
body {
    height: 100% !important;
    margin: 0px;
    padding: 0px;
}

.spinner-blanco svg circle {
    stroke: #ffffff !important;
}

.spinner-azul svg circle {
    stroke: #00acc1 !important;
}

.mat-paginator-page-size-label {
    width: 150px !important;
}

.dialogo-custom mat-dialog-container {
    padding: 0;
    max-height: 500px !important;
}

.dialogo-admisiones mat-dialog-container {
    padding: 0;
    /* max-height: 500px !important; */
}

.mat-menu-panel.menu-perfil.alto-300 {
    height: 300px !important;
    max-height: 300px !important;
}


/* clase requerida  para componente cita  */

.contenedor-profesional-editar .mat-form-field-wrapper {
    padding-bottom: 0 !important;
}

.dialogo-lista-admisiones mat-dialog-container {
    padding: 0;
}

.consentimiento-configuracion mat-dialog-container {
    padding: 0;
}

.ajustes-factura mat-dialog-container {
    padding: 0;
    overflow: hidden;
}

.editar-Admision mat-dialog-container {
    overflow: hidden;
    padding: 0;
}

.dialogo-no-margin mat-dialog-container {
    padding: 0;
}

mat-bottom-sheet-container.bottom-sheet-full-height{
    max-height: 100vh !important;
    min-height: 100vh !important;
    padding: 0;
}

.drawer-contenido .mat-drawer-inner-container {
    padding: 0px 5px 0px 1px !important;
}

.mat-opcion-cargando .mat-option-text {
    display: flex;
    align-items: center;
}

.dialogo-con-overflow mat-dialog-container {
    padding: 0;
    overflow: visible;
}

.btn.botones-herramientas{
	min-width: 85px !important;
    max-width: 100px !important;
    padding: 5px !important;
}

.full-screen-modal mat-dialog-container {
    padding: 0;
    max-width: none!important;
}
.full-screen-modal {
    max-width: none!important;
}

/* 
.full-screen-modal .mat-dialog-content{
    height: 99% !important;
    max-height: 99 !important;
} */