/*
p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* SIDEBAR */
/*
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #5b455b;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #5b455b;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #5b455b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #5b455b;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #5b455b;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #725672;
}

ul.back {
    padding: 15px;
}

ul.back a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #5b455b;
}

a.article,
a.article:hover {
    background: #fff !important;
    color: #725672 !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

*/
/* GLOBAL */


.fa-facebook {
    color: #5b455b;
}

.fa-twitter {
    color: #5b455b;
}

.fa-linkedin {
    color: #5b455b;
}

.fa-youtube {
    color: #5b455b;
}

.fa-whatsapp {
    color: #5b455b;
}

.fa-instagram {
    color: #5b455b;
}

.text-scalabl,
.color-scalabl {
    color: #5b455b !important;
}

.text-blanco {
    color: #fff !important;
}

.text-negro {
    color: #000 !important;
}

.text-gray {
    color: gray !important;
}

.bg-scalabl {
    background-color: #5b455b !important;
}

.bg-grisclaro {
    background-color: #f7f7f7 !important;
}

.btn-scalabl {
    color: #fff;
    border-color: #5b455b;
    background-color: #5b455b;
}

.btn-scalabl:active,
.btn-scalabl:focus {
    outline: none !important;
    box-shadow: none;
    background-color: #5b455b !important;
}

.btn-scalabl:hover {
    opacity: 0.8;
    background-color: #5b455b;
    border-color: #5b455b;
    color: #fff;
}

.btn-outline-scalabl {
    color: #5b455b;
    border-color: #5b455b;
    background-color: #f7f7f7;
}

.btn-outline-scalabl:active,
.btn-outline-scalabl:focus {
    outline: none !important;
    box-shadow: none;
    background-color: #fff !important;
}

.btn-outline-scalabl:hover {
    opacity: 0.8;
    background-color: #5b455b;
    border-color: #5b455b;
    color: #fff;
}

.bg-nota {
    background-color: #f7f7f7;
}

.bg-nota:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.36);
}

.card-footer {
    background-color: #f7f7f7;
    border: 0;
}

.link-nota {
    color: #000;
    text-decoration: none;
}

.link-nota:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.link-share {
    padding-top: 5px;
    color: #000;
    background-color: #f7f7f7;
    border: 0;
    z-index: 1;
}

.link-share:hover {
    cursor: pointer;
    opacity: 0.8;
}

.link-share:active,
.link-share:focus {
    outline: none;
}

.link-share i {
    margin-right: 10px;
}

.modal-footer {
    border: 0;
}

/* Style all font awesome icons */
.fa-social {
    padding: 0.5em 0.6em 0.4em;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

/* Add a hover effect if you want */
.fa-social:hover {
    opacity: 0.7;
    text-decoration: none;
}


.card-nota-individual {
    border: 0;
}

.card-banner {
    border: 0;
}

.card-banner:hover {
    opacity: 0.8;
}

.card-banner img {
    border-radius: 4px;
}

.alert-nota:hover {
    cursor: pointer
}

;

.btnCerrarAlert:hover {
    cursor: pointer;
    opacity: 0.8;
}

.ba-etiqueta:hover {
    cursor: pointer;
    opacity: 0.8;
}

.tabla-notas td,
.tabla-notas th,
.tabla-banners td,
.tabla-banners th {
    vertical-align: middle;
}

.link-a-nota {
    color: #000;
}

.link-a-nota:hover {
    cursor: pointer;
    opacity: 0.8;
    color: gray;
    text-decoration: none;
}

.logo-scalabl-admin,
.logo-scalabl-admin:hover {
    color: #fff !important;
    border-radius: 20px;
    text-decoration: none;
}

.link-menu-admin {
    color: gray;
    text-decoration: none;
}

.link-menu-admin:hover {
    cursor: pointer;
    opacity: 0.8;
    color: #000;
}

.img-banner-fran:hover {
    opacity: 0.8;
}

.link-ver-banner:hover {
    cursor: pointer;
    opacity: 0.8;
}

.mensaje-nota_mostrar_actualizado-ok,
.mensaje-nota_mostrar_actualizado-error {
    display: none;
}

.img-notas-recomendadas-fran {
    height: 200px !important;
    object-fit: cover;
}

#btnBannerCursoOnline:hover {
    cursor: pointer;
}

.span-validar-form-curso-online {
    display: none;
}

.input-url-share {
    position: relative;
    width: 90%;
    margin: auto;
    background-color: khaki;
}

#icon_copy_url {
    position: absolute;
    top: -1.2em;
    right: 0em;
}

#icon_copy_url:hover {
    cursor: pointer;
    transform: scale(1.2);
}

#tbUrl {
    width: 100%;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
        column-gap: 0.5rem;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
        column-gap: 0.5rem;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
        column-gap: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3;
        column-gap: 0.5rem;
    }
}

/* buscador */
.fa-search {
    color: lightgrey;
}

.fa-search:hover {
    cursor: pointer;
    color: gray;
}

#tb_buscar {
    border: 0;
    border-top: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey;
    padding: 15px 15px;
    letter-spacing: 1px;
}

#tb_buscar:focus {

    -webkit-box-shadow: none;
    box-shadow: none;
}

.circle {
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    /*border: 2px solid white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
    transition: all 0.15s ease-in-out;
    transition-delay: 0.1s;
}

.card {
    background: linear-gradient(180deg,
            #5b455b 25%,
            #fff 25%,
            #fff 100%);
    transition: all 0.2s ease-in-out;
    transform: scale(0.96);
    background-size: 100% 102% !important;
}

.card:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    transform: scale(1);
}

.modal-header {
    background-color: #5b455b;
    color: white;
}

.close {
    color: white;
}

.close:hover {
    color: white;
}

.badge-primary {
    background-color: #5b455b !important;
}

.badge-primary:hover {
    background-color: #755072 !important;
}

.loading-alumni {
    display: none;
}

.admin-form {
    border: 2px solid #5b455b !important;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
}

.title {
    color: #5b455b !important;
    font-size: 30px;
}

.alert-nota:hover {
    cursor: pointer
}

;

.btnCerrarAlert:hover {
    cursor: pointer;
    opacity: 0.8;
}

.card-title {
    font-weight: regular !important;
    font-size: 18px;
}

.card-body {
    padding-bottom: 5px !important;
}

.card-text {
    color: #707070;
    font-size: 13px !important;
}

.card-footer {
    background-color: white !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

.card-footer p {
    font-size: 12px !important;
    margin: 0 !important;
}

.tag-alumni {
    color: #fff;
    border: 2px solid #5b455b;
    border-color: #5b455b;
    background-color: #5b455b;
    width: 90%;
    border-radius: 5px;
    padding: 5px 0;
}

.tag-member {
    color: #5b455b;
    border: 2px solid #5b455b;
    border-color: #5b455b;
    background-color: #fff;
    width: 90%;
    border-radius: 5px;
    padding: 5px 0;
}

.btn-letra {
    font-weight: normal !important;
    background-color: #f7f7f7;
    color: black;
    text-decoration: none;
}

.btn-letra:hover {
    cursor: pointer;
    background-color: lightgrey;
    font-weight: normal !important;
    color: black;
}

.letra-activa {
    background-color: #5b455b;
    color: #fff;
}

.btn-letra:hover {
    background-color: #7e5f7e;
    color: #fff;
}

.flags-buscador:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.sig,
.ant {
    color: #5b455b !important;
    text-decoration: none !important;
}

.sig:hover,
.ant:hover {
    opacity: 0.8;
}

.icon {
    transition: all 0.05s ease-in-out;
}

.icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

/* .card-body {
    width: 100% !important;
}

.columna-comunidad {
    height: 480px;
}

.card-footer {
    position: absolute !important;
    margin-left: auto;
    margin-right: auto;
    margin: 0 15px !important;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
} */











/* Masonry */

.masonry-wrapper {
    padding: 1.5em;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.masonry {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: auto;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }
}

.masonry-item,
.masonry-content {
    border-radius: 4px;
    overflow: hidden;
}

.masonry-item {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
    transition: filter .25s ease-in-out;
}

.masonry-item:hover {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}
