/*
*:focus {
    color: rgba(0, 0, 0, 0);
}
*/

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0%);

}

.btn-link.focus, .btn-link:active {
    text-decoration: underline;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url(../Type/Lato-Regular.ttf) format("truetype");
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url(../Type/Lato-Bold.ttf) format("truetype");
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: 'MerriweatherSans-Regular';
    src: url(../Type/MerriweatherSans-Regular.ttf) format("truetype");
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: 'MerriweatherSans-Bold';
    src: url(../Type/MerriweatherSans-Bold.ttf) format("truetype");
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: 'MerriweatherSans-light';
    src: url(../Type/MerriweatherSans-Light.ttf) format("truetype");
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}


/*-------------------------------Estilos generales-------------------------------*/

div.cambiar {
    transition: all 0.3s ease;
}

.cambiar:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

div.cambiar1 {
    transition: all 0.3s ease;
}

.cambiar1:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

html {
    font-family: 'Lato-Regular';
    /*cambié a lato porque es la fuente para textos*/
    font-size: 16px;
    width: 100%;
    /* mauro */
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    /*agregado x  mauro  para landing */
    width: 100%;
    /*agregado x  mauro  para landing */
}

p {
    font-family: 'Lato-Regular';
    /*cambié a lato porque es la fuente para textos*/
    color: #000C13;
    font-size: 14px;
    text-align: left;
}

a {
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
}

a:hover {
    text-decoration: none;
    color: #347B98;
}

a:focus {
    outline-color: transparent;
    outline-style: none;
}

a:active,
button:active {
    color: none;
}

h5 {
    font-family: 'MerriweatherSans-bold';
    color: #092834;
    font-size: 17px;
}

button:focus {
    outline-color: transparent;
    outline-style: none;
}

input:focus {
    outline-color: transparent;
    outline-style: none;
}


/*-------------------------------Header y navegación-------------------------------*/


/*----------------------------
	      landing Page
-----------------------------*/

#landing {
    background-color: #000C13;
}

#landing-background {
    height: 80%;
    /* background: url(../img/fotos_fondo_landing/landing_01.png); */
    background-size: 36rem;
    background-position: center center;
    background-repeat: no-repeat;
}

#tracker {
    position: absolute;
    top: calc(50% - 405px);
    /* top: calc(50vh - 77%); */
    left: calc(50vw - 299px);
    border-radius: 50%;
    /* opacity: .98; */
    pointer-events: none;
    box-sizing: border-box;
}

#tracker:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 9999px rgba(0, 12, 19, 0.98);
    box-sizing: border-box;
    /* filter: blur(1px); */
    height: 600px;
    width: 600px;
}

#trackermantencion {
    position: absolute;
    top: calc(50% - 405px);
    /* top: calc(50vh - 77%); */
    left: calc(50vw - 299px);
    border-radius: 50%;
    /* opacity: .98; */
    pointer-events: none;
    box-sizing: border-box;
}
#trackermantencion:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 9999px rgba(255, 02, 106, 0.98);
    box-sizing: border-box;
    /* filter: blur(1px); */
    height: 600px;
    width: 600px;
}

.logo_landing {
    height: 60px;
}

input.inputbuscador2:focus::placeholder {
    opacity: 0;
}

@media(max-width: 888px) {
    #tracker:after {
        top: 50px;
        left: 50px;
        height: 500px;
        width: 500px;
    }
    .logo_landing {
        height: 40px;
        margin-bottom: 20px;
    }
    input.inputbuscador2[type=text] {
        max-width: 250px;
        font-size: 17px;
    }
    div.mascara {
        clip-path: circle(35% at center);
    }
}

@media(max-width: 399px) {
    #tracker:after {
        height: 400px;
        width: 400px;
    }
    .logo_landing {
        height: 25px;
    }
    input.inputbuscador2[type=text] {
        max-width: 225px;
        font-size: 14px;
    }
    div.mascara {
        clip-path: circle(34% at center);
    }
    .swiper-slider {
        max-height: 416px;
    }
}

.swiper-slider {
    max-height: 1200px;
}

.mascara {
    clip-path: circle(35% at center);
}


/* @media(max-height: 950px) {
  #tracker:after {
    height: 550px;
    width: 550px;
  }
} */

.circulo_buscador {
    z-index: 3;
    min-height: 500px;
    background-image: url(/work/models/memorica/recursos/img/circulo_buscador_landing.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    bottom: 100px;
}

#bloque {
    display: table-cell;
    vertical-align: middle;
}

.inputbuscador2[type=text] {
    max-width: 400px;
    font-family: 'MerriweatherSans-Regular', 'Oswald', sans-serif;
    font-size: 25px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #FFF;
    color: rgba(246, 247, 248, 1);
    background-color: rgba(0, 12, 19, 0);
    max-width: 380px;
}

.inputbuscador2::placeholder {
    font-family: 'MerriweatherSans-Regular';
    color: #fff;
}

.inputbuscador2:focus {
    outline: none;
    outline-width: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex {
    display: flex;
}

.intro {
    width: 100%;
    height: 100%;
    display: grid;
    overflow: hidden;
    transition: 1s linear;
}

.scroll {
    position: absolute;
    bottom: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 5%;
    transition: all 0.5s ease;
    margin-bottom: -1px;
}

.scroll:hover {
    height: 6%;
}

.scroll img {
    height: 100%;
    width: 100%;
}

.scroll p {
    color: rgb(255, 255, 255);
}


/*----------------------------
            Header
-----------------------------*/

.logo_memorica_header {
    display: inline-block;
    width: 300px;
    height: 100px;
    background: center url('/work/models/memorica/recursos/img/Logos/logo_mas_haz_memoria.svg') no-repeat;
    background-size: contain;
}

.logo_memorica_header:hover {
    background-image: url('/work/models/memorica/recursos/img/Logos/logo_mas_haz_memoria_over.svg');
}

.btn-light1 {
    display: inline-block;
    background: center url('/work/models/memorica/recursos/img/descubre1.svg') no-repeat;
    background-size: contain;
}

.btn-light1:hover {
    background-image: url('/work/models/memorica/recursos/img/descubre1_hover.svg');
    background-color: #ffff;
    border-color: #ffff;
}

.btn-light1:active,
.btn-light1:not(:disabled):not(.disabled).active,
.btn-light1:not(:disabled):not(.disabled):active {
    background-image: url('/work/models/memorica/recursos/img/descubre1_hover.svg');
    background-color: #ffff;
    border-color: #ffff;
}

.btn-light1:focus,
.btn-light1.focus {
    background-image: url('/work/models/memorica/recursos/img/descubre1_hover.svg');
    box-shadow: none;
}

.iniciar_sesion {
    display: inline-block;
    width: 130px;
    height: 30px;
    background: center url('/work/models/memorica/recursos/img/Logos/iniciar_sesion.svg') no-repeat;
    background-size: contain;
}

.iniciar_sesion:hover {
    background-image: url('/work/models/memorica/recursos/img/Logos/iniciar_sesion_over.svg');
}

div.barra-superior {
    /*modifica barra superior*/
    min-height: 15px;
    background-color: #000C13;
}

nav {
    /*alinea texto en navbar*/
    text-align: center;
}


/*----------------------------
	     input buscador
-----------------------------*/

.inputbuscador[type=text] {
    /*modifica el estilo de texto introducido por el usuario*/
    font-family: 'MerriweatherSans-Regular', sans-serif;
    color: #000C13;
    background-color: #ffffff;
    font-size: 15px;
    text-align: center;
    text-decoration-color: #000C13;
    height: 28px;
    border: 2px solid #092834;
}

.inputbuscador::placeholder {
    /*estilo de texto predeterminado "¿Qué quieres encontrar hoy?" */
    font-family: 'MerriweatherSans-Regular';
    color: #000C13;
}

.fila-centrada {
    /*forza al input alargarse para compensar el ancho*/
    width: 100%;
}

.input-group {
    width: 104%;
}


/* //hide nasty ie clear thingie */

.input-group.with-icon>input::-ms-clear {
    display: none
}


/* //general placement stuffs */

.input-group.with-icon>img {
    /* -webkit-transform: translate(-1vw, -225px);
  -ms-transform: translate(-1vw, -225px);
  transform: translate(-1.5vw, 0px); */
    pointer-events: none;
    position: relative;
    width: 16px;
    z-index: 3;
    top: 0%;
}


/* //icon right (default) */

.input-group.with-icon>img,
.input-group.with-icon.icon-right>img {
    right: .7rem;
}

.input-group.with-icon>input,
.input-group.with-icon.icon-right>input {
    padding-right: 1.7rem;
}


/*----------------------------
	     menu de secciones
-----------------------------*/

div.botones-pestanas {
    /*aplica la linea superior del menu y controla el alto*/
    border-top: 1px solid #092834;
    min-height: 45px;
}

.botones-pestanas a.nav-link {
    /*estilo de botones*/
    font-family: 'MerriweatherSans-Bold';
    border-top: 3px solid rgba(255, 255, 255, 0);
    color: #092834;
    font-size: 15px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.botones-pestanas a.nav-link:hover,
.botones-pestanas a.nav-link.active {
    /*estilo boton sobre*/
    border-top: 3px solid #FF026A;
    color: #092834 !important;
}


/*-------------------------------Pagina de resultados-------------------------------*/


/*-------------------------------Opciones de visualización de resultados-------------------------------*/

div.opciones_resultados {
    /*aplica la linea inferior del menu y controla el alto*/
    border-bottom: 1px solid #092834;
    min-height: 45px;
    display: flex;
    align-items: end;
}


/*----------------------------
	        Breadcrumb
-----------------------------*/

.breadcrumb-item {
    /*estilo de elementos*/
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 15px;
}

.icono_inicio {
    display: block;
    width: 21px;
    height: 25px;
    background: center url('/work/models/memorica/recursos/img/inicio.svg') no-repeat;
    background-size: contain;
}

.icono_inicio:hover {
    background-image: url('/work/models/memorica/recursos/img/inicio_hover.svg');
}


/*----------------------------
    Cantidad de Resultados
-----------------------------*/

span.facetadorbarradenavegacion {
    font-family: 'MerriweatherSans-Bold';
    color: #347B98;
}

.resultados_pagina {
    /*estilo de opciones de dropdown*/
    font-family: 'MerriweatherSans-Bold';
    color: #347B98;
    font-size: 14px;
    height: 30px;
    padding: 5;
    width: 58px;
}

.resultados_pagina:focus {
    outline: none;
    outline-width: 0;
    border-color: #347B98;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*----------------------------------------
   Barra Cambio de modo de visualización
----------------------------------------*/

.icono_modos_visualizacion {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    color: #092834;
    font-size: 20px;
}


/*------------------------------------------------------
   Cambio de color de icono de modo de visualización Mauro
-------------------------------------------------------*/

.button-group input {
    display: none;
}

.button-group label {
    font-size: 14px;
    font-family: 'Lato-Regular';
    fill: #092834;
    color: #092834;
    cursor: pointer;
}

.button-group .active {
    fill: #347B98;
    color: #347B98;
}

.button-group input:hover+label,
.button-group input:hover+label:active {
    /*estilo sobre*/
    fill: #347B98;
    color: #347B98;
}

.button-group input:checked+label,
.button-group input:checked+label:active {
    /*estilo activo*/
    fill: #347B98;
    color: #347B98;
}


/* ------------------------- BOTONES DE MOSAICO TABLA Y LISTA ------------------------- */

#boton-visualizador {
    fill: #092834;
}

#boton-visualizador:hover {
    fill: #347B98;
}


/* ------------------------- BOTONES DE MOSAICO TABLA Y LISTA ------------------------- */


/*-------------------------------MENU Facetador (opciones de menu)-------------------------------*/

.nav-side-menu {
    /*controla estilos generales de la barra de menu*/
    font-family: 'MerriweatherSans-Regular';
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #fff;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #092834;
}

.nav-side-menu .brand {
    font-family: 'MerriweatherSans-Bold';
    background-color: #fff;
    color: #092834;
    line-height: 28px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.nav-side-menu .toggle-btn {
    /*botón hamburguesa responsivo del facetador*/
    display: none;
}

.pestanas{
    width:100%;
    position: relative;
    top: -2px;
    
        
    }



/*----------------------------
	        Facetas
-----------------------------*/

.facetas {
    /*configuración de contenedor de facetas*/
    background-color: #092834;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.out a {
    /*estilo general de textos*/
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    cursor: pointer;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #fff;
    border: none;
        /* Al corregir el problema de chekmark para Chrome, se modificó el line-height de 28 a 18 */
        line-height: 18px;
    /* Margen superior contenedor de opciones */
    /* margin-top: 10px; */
    /* Margen superior contenedor de opciones */
    /* margin-bottom: 10px; */
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.sub-menu li {
    /* estilo de menu anidado */
    color: #092834;
    font-family: 'MerriweatherSans-Bold';
}

.nav-side-menu li {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #fff;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    background-color: #0a3241;
}


/*----------------------------
	          Autor
-----------------------------*/

.autor {
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 11px;
    height: 23px;
    padding: 5;
    /* remueve el estilo por defecto del navegador */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #092834;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.autor::placeholder {
    /* estilo de texto predeterminado "Autor" */
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
}


/*----------------------------
	            Años
-----------------------------*/

.años {
    /*estilo rango de años*/
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 11px;
    height: 23px;
    padding-left: 5px;
    /*remueve el estilo por defecto del navegador*/
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #092834;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.años::placeholder {
    /* */
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
}


/*----------------------------
	  Dropdown radio en menú
-----------------------------*/

.custom-select {
    padding: 3.5px;
}

.radio_facetador {
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
    font-size: 11px;
    height: 23px;
    padding-left: 5px;
    /* remueve el estilo por defecto del navegador */
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #092834;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}


/*----------------------------
	        Botones
-----------------------------*/

.boton_limpiar_formulario {
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
    background-color: #fff;
    font-size: 11px;
    height: 30px;
    padding-left: 5px;
    /* remueve el estilo por defecto del navegador */
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #092834;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}


/*----------------------------
	        CheckBox
-----------------------------*/

.checkbox_1 {
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
    margin-right: 10px;
}

.checkbox_1>span {
    padding: 0 .25rem;
}

.checkbox_1>input {
    width: 13px;
    height: 13px;
    /* remueve el estilo por defecto del navegador */
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f2f2f2;
    border: 1.4px solid #092834;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition-duration: 0.3s;
}

.checkbox_1>input:checked {
    /* border: 2px solid #092834; */
    background-color: #092834;
}


/* cherckbox, verificacado estilo */

.checkbox_1>input:checked+span::before {
    color: #092834;
    content: "\2713";
    text-align: center;
    display: block;
    position: absolute;
}


/* .checkbox_1>input:active {
  border: 1.6px solid #092834;
} */

.checkbox_1>input:focus+label::before {
    outline: #092834 solid 1px;
    box-shadow: 0 0px 8px #092834;
}


/*----------------------------
	        Breakpoints
-----------------------------*/

@media (max-width: 993px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 13px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: rgb(9, 40, 52);
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 992px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
    #main {
        width: calc(100% - 300px);
        float: right;
    }
}


/*-------------------------------Resultados de búsqueda-------------------------------*/


/*----------------------------
	Modales y otras dependencias
-----------------------------*/


/* The container */

.con {
    line-height: 1.5;
        /* La siguiente línea causaba problemas de visualización de los checkbox en Chrome.  */
    /* display: block; */
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #092834;
    font-family: 'MerriweatherSans-Bold';
}


/* Ocultar la casilla de verificación predeterminada del navegador */

.con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Crear una casilla de verificación personalizada */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #f2f2f2;
    border: 1.4px solid #092834;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition-duration: 0.3s;
}


/* Al pasar el mouse, agregue un color de fondo gris */

.con:hover input~.checkmark {
    width: 13px;
    height: 13px;
    /* remueve el estilo por defecto del navegador */
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f2f2f2;
    border: 1.4px solid #092834;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition-duration: 0.3s;
}


/* Cuando la casilla de verificación esté marcada, agregue un fondo de color */

.con input:checked~.checkmark {
    background-color: #092834;
}


/* Crear la marca de verificación / indicador (oculto cuando no está marcado) */

.checkmark:after {
    /*content: "";*/
    position: absolute;
       /* La siguiente línea causaba problemas de visualización de los checkbox en Chrome.  */
    /* display: block; */
}


/* Muestra la marca de verificación cuando está marcada */

.con input:checked~.checkmark:after {
    display: block;
}


/* palomita o indeicador caracter posicion y caracteristicas */

.con .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Modal Facetador */

.fatable {
    column-width: 250px;
    font-size: 12px;
}

.farow {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 500;
}

.facell:first-child {
    float: left;
    width: 20px;
}

.facell:nth-child(2) {
    text-align: right;
    float: right;
}

.facell:last-child {
    display: flex;
}


/* boton  rosa borrar a l pasar a hoja de estilos */

.opciones-usuario a {
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    border: 2px solid #FF026A;
    color: #000C13;
    background-color: #FFF;
}

.opciones-usuario a:hover,
.opciones-usuario a.active {
    border: 2px solid #FF026A;
    color: #FFF;
    background-color: #FF026A;
}


/*----------------------------
	          Tabla
-----------------------------*/

.card {
    border: 2px solid #092834;
}

.label_objeto {
    background-color: #092834;
    width: 34px;
    height: 55px;
}

.icono_objetodigital {
    position: relative;
    top: 18px;
    display: inline-block;
}

.boton_agregar_a_coleccion {
    z-index: 1;
}

@media(max-width:767px) {
    h4 {
        font-size: 14px;
    }
    p.card-text {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 13px;
        font-weight: 200;
        line-height: normal;
        min-height: 93px;
        max-height: 93px;
    }
    p.card-text-acervo {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 13px;
        font-weight: 200;
        line-height: normal;
        min-height: 93px;
        max-height: 93px;
    }
    .imagen-superior {
        min-height: 100px;
        min-width: 100%;
        background-color: #fff;
        margin-top: -0.5px;
    }
    .img-responsiva {
        max-height: 100px;
        object-fit: contain;
    }
    .descripcion-objeto {
        min-height: 50px;
        max-height: 50px;
    }
}

@media(min-width:768px) {
    h4 {
        font-size: 14px;
    }
    p.card-text {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 14px;
        font-weight: 200;
        line-height: normal;
        min-height: 100px;
        max-height: 100px;
    }
    p.card-text-acervo {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 15px;
        font-weight: 200;
        line-height: normal;
        min-height: 100px;
        max-height: 100px;
    }
    .imagen-superior {
        min-height: 139px;
        min-width: 100%;
        background-color: #fff;
        margin-top: -0.5px;
    }
    .img-responsiva {
        max-height: 139px;
        object-fit: contain;
    }
    .descripcion-objeto {
        min-height: 70px;
        max-height: 70px;
    }
}


/*----------------------------
	   Tarjetas Acervos
-----------------------------*/

@media (max-width: 575.98px) {
    h4.titulo_acervo {
        font-size: 16px;
        max-height: 32px;
    }
    .espacio_h_acervo {
        max-height: 40px;
        min-height: 40px;
    }
    p.card-text-acervo {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 13px;
        font-weight: 200;
        line-height: normal;
    }
    .espacio_p_acervo {
        max-height: 50px;
        min-height: 50px;
    }
    h3.titulosCUS {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    h4.titulo_acervo {
        font-size: 16px;
        max-height: 32px;
    }
    .espacio_h_acervo {
        max-height: 40px;
        min-height: 40px;
    }
    p.card-text-acervo {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 16px;
        font-weight: 200;
        line-height: normal;
    }
    .espacio_p_acervo {
        max-height: 50px;
        min-height: 50px;
    }
    h3.titulosCUS {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h4.titulo_acervo {
        font-size: 13px;
        max-height: 26px;
    }
    .espacio_h_acervo {
        max-height: 30px;
        min-height: 30px;
    }
    p.card-text-acervo {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 12px;
        font-weight: 200;
        line-height: normal;
    }
    .espacio_p_acervo {
        max-height: 45px;
        min-height: 45px;
    }
    h3.titulosCUS {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h4.titulo_acervo {
        font-size: 16px;
        max-height: 31px;
    }
    .espacio_h_acervo {
        max-height: 39px;
        min-height: 39px;
    }
    p.card-text-acervo {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 13px;
        font-weight: 200;
        line-height: normal;
    }
    .espacio_p_acervo {
        max-height: 48px;
        min-height: 48px;
    }
    h3.titulosCUS {
        font-size: 32px;
    }
    .img-colaboradores {
        position: relative;
        left: 16px;
    }
    .destacado_colaboradores {
        position: relative;
        /* right: 16px; */
    }
}

@media (min-width: 1200px) {
    h4.titulo_acervo {
        font-size: 16px;
        max-height: 31px;
    }
    .espacio_h_acervo {
        max-height: 39px;
        min-height: 39px;
    }
    p.card-text-acervo {
        font-family: 'MerriweatherSans-Regular';
        margin: 0px;
        font-size: 13px;
        font-weight: 200;
        line-height: normal;
    }
    .espacio_p_acervo {
        max-height: 49px;
        min-height: 49px;
    }
    h3.titulosCUS {
        font-size: 32px;
    }
    .img-colaboradores {
        position: relative;
        left: 16px;
        transform: translate(6px, 0%) scale(1.05, 1) ;
    }
    .destacado_colaboradores {
        position: relative;
        /* right: 16px; */
    }
    .misc-t {
        line-height: 1;
    }
}


/*----------------------------
	         Mosaico
-----------------------------*/

@media (max-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 767px) {
    .card-columns {
        column-count: 3;
    }
}

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


/*----------------------------
	         lista
-----------------------------*/

.imagen-superior_lista {
    max-height: 140px;
    background-color: none;
    margin-top: -0.5px;
}

@media (min-width: 768px) {
    .imagen-superior_lista {
        min-width: 25%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .imagen-superior_lista {
        min-width: 35%;
    }
}

@media (max-width: 575px) {
    .imagen-superior_lista {
        min-width: 50%;
    }
}

.img-responsiva_lista {
    min-height: 140px;
    object-fit: contain;
}

.table th {
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    font-weight: 500;
    color: #092834;
    border: none;
    border-bottom: 1px solid rgba(9, 40, 52, .5);
    border-right: 1px solid rgba(9, 40, 52, .5);
}

td {
    word-break: break-all;
}

.table td {
    font-family: 'MerriweatherSans-regular';
    font-size: 12px;
    color: #092834;
    border: none;
    border-bottom: 1px solid rgba(9, 40, 52, .5);
}

th.ident {
    border: none;
    border-right: 1px solid rgba(9, 40, 52, .5);
    min-width: 30%;
    max-width: 30% !important;
}

td.ident {
    border: none;
    min-width: 70% !important;
    max-width: 70%;
}

@media (max-width: 576px) {
    .table th {
        font-size: 11px;
    }
    .table td {
        font-size: 11px;
    }
}


/*-------------------------------------------
  Paginador (Muestra paginas de resultados)
-------------------------------------------*/

.page-link {
    font-family: 'MerriweatherSans-Bold';
    font-size: 16px;
    color: #092834;
    border: none;
}

.page-link:hover {
    color: #347B98;
    background-color: rgb(255, 255, 255);
}

.page-item.active .page-link {
    z-index: 1;
    color: #347B98;
    background-color: #fff;
    border-color: #fff;
}


/*!-------------------- Paginador Carousel -------------------- */

.paginador {
    padding: 1px 2px 1px 1px;
    /* width: 150px; */
}

.pagi {
    height: 50px;
    /* width: 150px; */
    position: relative;
}

.pagi:before,
.pagi:after {
    bottom: 0;
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 1;
}

.pagi:before {
    background: linear-gradient(50deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    left: 0;
}

.pagi:after {
    background: linear-gradient(50deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    right: 0;
}

.pagi:hover .cell:after {
    opacity: 1;
    transition-duration: 64ms;
}

.text {
    color: #092834;
    font-family: 'MerriweatherSans-Bold';
    font-size: 1.25em;
    font-weight: 500;
    line-height: 56px;
    opacity: 0.8;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    transition-duration: 150ms;
    transition-property: color, opacity, text-shadow, -webkit-transform;
    transition-property: color, opacity, text-shadow, transform;
    transition-property: color, opacity, text-shadow, transform, -webkit-transform;
}

.is-selected .text {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #347B98;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button:hover {
    background: none;
}

.flickity-prev-next-button:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    transition-duration: 64ms;
}

.flickity-prev-next-button:hover:after {
    transition-duration: 64ms;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: none;
}

.flickity-prev-next-button:active {
    opacity: 1;
}

.flickity-prev-next-button:active:before {
    -webkit-transform: scale(1) translateX(-1px) translateY(3px) rotate(45deg);
    transform: scale(1) translateX(-1px) translateY(3px) rotate(45deg);
    transition-duration: 64ms;
}

.flickity-prev-next-button:active:after {
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0px 0 #262626, 0 0px 0 #1f1f1f, 0 0px 0 #1a1a1a, 0 0px 0 #141414, 0 5px 4px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1) translateX(-1px) translateY(3px) rotate(45deg);
    transform: scale(1) translateX(-1px) translateY(3px) rotate(45deg);
    transition-duration: 64ms;
}

.flickity-prev-next-button.previous {
    left: -40px;
}

.flickity-prev-next-button.next {
    right: -40px;
}

.flickity-prev-next-button svg {
    opacity: 0.5;
    height: 15px;
    top: 16px;
}


/* .flickity-prev-next-button svg {
  display: none;
} */


/*-------------------------------Footer-------------------------------*/

footer {
    width: 100%;
}

ul.memoria-redes {
    font-size: 30pt;
    /*Tamaño preliminar*/
}

ul.memoria-redes li {
    display: inline;
    padding-left: 5px;
    font-size: 20pt;
}

footer li {
    list-style-type: none;
}

footer a {
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 14px;
}

footer a:hover {
    text-decoration: none;
    color: #347B98;
}

a.share {
    fill: #347B98;
}

a.share:hover {
    fill: #092834;
    color: #092834;
}

a.btn_texto {
    fill: #347B98;
    color: #092834;
    transition: 0.3s ease;
}

a.btn_texto:hover {
    fill: #092834;
    color: #347B98;
    transition: 0.3s ease;
}

footer li {
    margin-bottom: 1px;
}

@media (max-width: 766px) {
    .contenedor-izquierdo {
        border-right: none;
    }
    .contenedor-derecho {
        padding-top: 10px;
    }
    .contenedor-derecho img {
        height: 50px;
    }
}

@media (min-width: 767px) {
    .contenedor-izquierdo {
        border-right: 1px solid #092834;
    }
    .contenedor-derecho {
        padding-top: 0px;
    }
    .contenedor-derecho img {
        height: 70px;
    }
}


/*-----------------------------Páginas de acervos y temas-----------------------------*/

.ul-temas {
    font-family: 'Lato-Regular';
    /*estilos iguales a párrafo para listas no ordenadas en Temas*/
    color: #000C13;
    font-size: 14px;
    text-align: left;
}

p#memoria-texto-descripcion {
    /*texto que describe un acervo o un tema*/
    font-family: 'Lato-Regular';
    font-size: 14px;
    line-height: 1.2;
}

p.card-text {
    font-family: 'Lato-Regular';
}

.abrir-y-cerrar a {
    color: #092834;
    background-color: #f4f9e0;
    transition: all .2s ease-in-out .05s;
}

.abrir-y-cerrar a:hover {
    /*Animación de hover de título de acordeón*/
    background-color: #B2D732;
}

.breadcrumb-item a {
    /*estilos para breadcrumb, cuidar que no choque con el de memo*/
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 14px;
}

.card-title {
    /*subtítulos de sección*/
    font-family: 'MerriweatherSans-Bold';
    font-size: 18px;
}

h5.card-title {
    font-size: 16px;
}

#myTab a {
    border: none;
    border-bottom: 1px solid #B2D732;
    transition: all .2s ease-in-out .05s;
}

#myTab a.active {
    color: #092834;
    background-color: #f4f9e0;
    border-bottom: 1px solid #B2D732;
}

#myTab a:hover {
    color: #092834;
    background-color: #B2D732;
}

ul#myTab {
    border-bottom: 2px solid #B2D732;
}

.card-header {
    /*Título de cédula, sección acordeón*/
    background-color: #f4f9e0;
    cursor: pointer;
    height: 3rem;
    transition: all .2s ease-in-out .05s;
}

.card-header:hover {
    /*Animación de hover de título de acordeón*/
    background-color: #B2D732;
}

.card-header h5 {
    /*Texto de título de cédula, sección acordeón*/
    color: #092834;
    font-family: 'MerriweatherSans-Bold';
    font-size: 16px;
    padding: 0;
}

.memoria-dropdowns {
    /*Barra que contiene los dropdowns de árbol*/
    padding: auto, 0px;
    border: solid #B2D732;
}

.dropdown-acervo {
    /*Dropdown individual*/
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* custom styling */
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
    font-size: 14px;
    height: 23px;
    padding-left: 5px;
    border: none;
    cursor: pointer;
    outline: none !important;
}

#submit {
    padding-right: 0;
}

#buscar-fondo {
    /*Botón de buscar acervo*/
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    border: solid #092834;
    border-radius: 0%;
    color: #092834;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

#buscar-fondo:hover {
    /*Animación de hover de botón de acervo*/
    color: #fff;
    background-color: #092834;
}


/*---------------------
Íconos dínamicos de + y -
para la cédula
---------------------*/

.card-header>a:before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    padding-right: 5px;
}

.card-header>a.collapsed:before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    padding-right: 5px;
}

.card-header>a:hover,
.card-header>a:active,
.card-header>a:focus {
    text-decoration: none;
}

.card-header>a {
    text-decoration: none;
}


/*-------------------------------Íconos-------------------------------*/

@font-face {
    font-family: 'fontello';
    src: url('./Type/fontello/font/fontello.eot?46998757');
    src: url('./Type/fontello/font/fontello.eot?46998757#iefix') format('embedded-opentype'), url('./Type/fontello/font/fontello.woff?46998757') format('woff'), url('./Type/fontello/font/fontello.ttf?46998757') format('truetype'), url('./Type/fontello/font/fontello.svg?46998757#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-compartir {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    color: #347B98;
    font-size: 170%;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    color: #FFF;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    font-size: 400%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/*------------------------------Estilos de Mauricio------------------------------*/


/*agregado por mauro: estilos de páginas (estilos generales)*/

.texto2columnas {
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 14px;
    column-count: 2;
    column-gap: 40px;
    column-width: 240px;
}
.subt{
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
    font-size: 14px; 
}
.subt-normal{
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 14px; 
}

/*---------------------
     Mapa de sitio
---------------------*/


/*agregado por mauro para Mapa de sitio*/

.tipomapadesitio {
    /* para quitar negrita a los vínculos */
    font-family: 'MerriweatherSans-Regular';
    color: #092834;
    font-size: 14px;
}


/*---------------------
     objeto mensual
---------------------*/

section {
    width: 100%;
    /* margin: 70px auto; */
}


/* Simple Slider */

.white-back {
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    background: #fff;
}

.simple blockquote p {
    /* margin-top:7%;
	border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
    color: #01050a;
    padding: 15px;
    /* font-size: 1.25em; */
}

.slick-dots li.slick-active button:before {
    color: #347b98;
}

.slick-dots li button:before {
    color: #163642;
}

.agrandafoto {
    max-width: 300px;
}

.agrandafoto:hover {
    max-width: 380px;
    transition: 0.1s linear;
}


/*---------------------
    pagina contacto
---------------------*/

.contact-form {
    padding: 30px;
    margin: 10px;
    font-size: 15px;
    font-family: 'MerriweatherSans-bold';
    border: 3px solid #c2e01a;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control,
.contact-form .btn {
    min-height: 38px;
}

.contact-form .form-control {
    border: 0px;
    border-bottom: 1px solid #000C13;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 8px #ff026a;
}

.contact-form .btn-primary {
    min-width: 50px;
    color: #000C13;
    background: #fff;
    margin-top: 20px;
    border: none;
}

.contact-form .btn-primary:hover {
    color: #ff026a;
}

.contact-form .btn-primary i {
    margin-right: 20px;
}

button.btn-primary {
    font-family: 'MerriweatherSans-bold';
    color: #000;
    background-color: #fff;
    border: solid 2px #ff026a;
}

button.btn-primary:hover {
    color: #fff;
    background-color: #ff026a;
    border: solid 2px #ff026a;
}

button.btn-secondary {
    font-family: 'MerriweatherSans-bold';
    color: #000;
    background-color: #fff;
    border: 2px solid #347B98;
}

button.btn-secondary:hover {
    color: #fff;
    background-color: #347B98;
    border: 2px solid #347B98;
}

button {
    color: #000;
}

.contact-form label {
    opacity: 01;
    color: #000C13;
}

.contact-form textarea {
    resize: vertical;
}

.bs-example {
    margin: 20px;
}


/*---------------------
    destacados Inicio
---------------------*/

.carddestacados{
    border: none;
}

.destacado {
    border: 2px solid #092834;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

.favicom {
    font-size: 25px;
    width: 25px;
    height: 25px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.target {
    mask: url("ejemplo_basico.svg#c1");
    -webkit-mask: url("ejemplo_basico.svg");
}

.text-container {
    height: 100%;
    width: 100%;
}

.ordernow {
    cursor: pointer;
}


/*-------------------------------Estilos irreconocibles-------------------------------*/

.memoria-buscador input {
    text-align: center;
    color: firebrick;
}

div.memoria-timeline {
    background-color: #000;
    height: 500px;
    /*Tamaño preliminar*/
}

div.memoria-pestanas {
    /*Tamaño preliminar*/
    position: sticky;
    top: 156px;
    /*Tamaño preliminar*/
    background-color: gainsboro;
    z-index: 1;
}

.memoria-dropdown-scroll {
    /*no me acuerdo qué hace, creo no hace nada*/
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}


/* ----------------------------------------- página de objeto mensual (slider) INICIO---------------------------- */

section {
    width: 100%;
    /* margin: 70px auto; */
}


/* Simple Slider */

.white-back {
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    background: #fff;
}

.simple blockquote p {
    /* margin-top:7%;
	border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
    color: #01050a;
    padding: 15px;
    /* font-size: 1.25em; */
}

.slick-dots {
    position: initial;
    /* bottom: -45px; */
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0px;
}

.slick-dots li.slick-active button:before {
    color: #347b98;
}

.slick-dots li button:before {
    color: #163642;
}

.agrandafoto {
    max-width: 340px;
}

.agrandafoto:hover {
    max-width: 380px;
    transition: 0.1s linear;
}


/* ----------------------------------------- página de objeto mensual (slider) FIN---------------------------- */


/* ---------------------------tabla de acervo único nivel--------------------------- */

#titulos th {
    border: none;
    height: 65px;
    border-bottom: 1px solid #092834;
    padding-bottom: 1rem;
}

.pagination-info {
    font-family: 'Lato-Regular';
    color: #092834;
    font-size: 14px;
}

.page-list {
    font-family: 'Lato-Regular';
    color: #092834;
    font-size: 14px;
}

.dropdown-toggle {
    /*estilo de opciones de dropdown*/
    font-family: 'MerriweatherSans-Bold';
    color: #347B98;
    background-color: #FFF;
    font-size: 14px;
    height: 35px;
    padding: 5;
    margin-right: 3px;
}

.dropdown-item {
    font-family: 'Lato-Regular';
    color: #092834;
    font-size: 14px;
}

.clearfix div.float-right {
    display: none;
}


/* ---------------------------tabla de acervo único nivel  FIN--------------------------- */


/* ----------------------------------------- modals INICIO---------------------------- */

.liga-destacada {
    font-family: 'MerriweatherSans-Bold';
    color: #ff026a;
    font-size: 80%;
    text-decoration: underline;
}

.liga-destacada2 {
    font-family: 'MerriweatherSans-Bold';
    color: #347b98;
    font-size: 85%;
    font-style: oblique;
    text-decoration: underline;
}


/* ----------------------------------------- modals FIN---------------------------- */


/* ---------------------------- NUEVOS ESTILOS DE HOME ---------------------------- */

.home-card {
    cursor: pointer !important;
}

.titulo-colab {
    font-size: 19px;
    line-height: normal;
}

h1 a {
    color: white;
    font-size: 2.1rem;
    transition: all .2s ease-in-out;
}

h3 a {
    transition: all .2s ease-in-out;
}

.titulo-acervo a:hover {
    color: #092834;
}

a.titulo-misc {
    color: #092834;
}

a.titulo-misc:hover {
    color: #347B98;
}

button.ver-mas {
    background-color: white;
    float: right;
    border: 0px;
    min-width: 120px;
    transition: all .2s ease-in-out;
}

button.ver-mas:hover {
    color: #347B98;
}

a.badger {
    font-size: 14px;
    /* cursor: pointer !important; */
    transition: all .2s ease-in-out;
}

.white {
    color: white;
}


/* ------------------------------ BREAKPOINTS DE HOME ----------------------------- */

.titulo-destacado {
    font-size: 18px;
    line-height: normal;
    font-family: 'MerriweatherSans-Bold';
    
}
.titulo-destacadoB {
    font-size: 18px;
    line-height: normal;
    font-family: 'MerriweatherSans-Regular';
}

/* 1er break */
@media(min-width: 1199px) {

    .titulo-destacado {
        font-size: 16px;
        line-height: normal;
        font-family: 'MerriweatherSans-Bold';
        
    }
    .titulo-destacadoB {
        font-size: 17px;
        line-height: normal;
        font-family: 'MerriweatherSans-Regular';
    }



    a.titulo-misc2 {
        font-size: 1.5rem !important;
        /* line-height: 0 !important; */
    }
}


@media(max-width: 1199px) {


    .titulo-destacado {
        font-size: 12px;
        line-height: normal;
        font-family: 'MerriweatherSans-Bold';
        
    }
    .titulo-destacadoB {
        font-size: 13px;
        line-height: normal;
        font-family: 'MerriweatherSans-Regular';
    }

    .titulo-colab {
        font-size:14px;
    
    }
    h1 a {
        font-size: 1.4rem;
        /* line-height: 0 !important; */
    }
    .titulo-acervo {
        font-size: 1.3rem;
        /* line-height: 1.7 !important; */
    }
    .titulo-dest {
        font-size: 1.3rem;
        /* line-height: 1.3 !important; */
    }
    a.titulo-misc {
        font-size: 1.3rem;
        /* line-height: 0 !important; */
    }

    a.titulo-misc2 {
        font-size: 1.3rem !important;
        /* line-height: 0 !important; */
    }
    a.subtitulo-misc {
        font-size: 1.5rem;
    }
}

@media(max-width: 991px) {

    .titulo-destacado {
        font-size: 12px;
        line-height: normal;
        font-family: 'MerriweatherSans-Bold';
        
    }
    .titulo-destacadoB {
        font-size: 11px;
        line-height: normal;
        font-family: 'MerriweatherSans-Regular';
    }


    .titulo-colab {
        font-size: 15px;
    }
    .acervo-chico a:hover {
        color: #092834;
    }
    #dest-card {
        height: 100%;
    }
    a#line-height {
        display: block;
        line-height: 2rem !important;
    }
    a.titulo-misc {
        font-size: 1.4rem;
    }
    .titulo-misc2 {
        font-size: 1.4rem !important;
    }
    a.subtitulo-misc {
        font-size: 1rem;
    }
    div#landing-background {
        background-size: 33rem;
    }
}

@media(max-width: 767px) {

    .titulo-destacado {
        font-size: 11px;
        line-height: normal;
        font-family: 'MerriweatherSans-Bold';
        
    }
    .titulo-destacadoB {
        font-size: 11px;
        line-height: normal;
        font-family: 'MerriweatherSans-Regular';
    }





    .titulo-colab {
        font-size: 22px;
    }
    h1 a {
        font-size: 1.3rem;
        line-height: 1.9rem !important;
    }
    h1.titulo-tema {
        font-size: .1rem;
    }
    h3.titulo-dest a {
        font-size: 1.05rem;
    }
    a#line-height {
        display: block;
        line-height: 1.7rem !important;
    }
    a.titulo-misc {
        font-size: 1.2rem;
    }
    .titulo-misc2 {
        font-size: 1.2rem;
    }
    a.subtitulo-misc {
        display: none;
    }
    div#landing-background {
        background-size: 27rem;
    }
}

@media(max-width: 575px) {

    .titulo-destacado {
        font-size: 22px;
        line-height: normal;
        font-family: 'MerriweatherSans-Bold';
        
    }
    .titulo-destacadoB {
        font-size: 22px;
        line-height: normal;
        font-family: 'MerriweatherSans-Regular';
    }



    .titulo-colab {
        font-size: 22px;
    }
    .ver-mas {
        display: none;
    }
    #dest-card {
        height: 100%;
    }
    #dest-card-body {
        height: 5rem;
    }
    h1.titulo-acervo a {
        font-size: 1.2rem;
    }
    h3.titulo-dest a {
        font-size: 1.3rem;
    }
    .card-misc {
        display: flex;
        flex-direction: column-reverse;
    }
    div#landing-background {
        background-size: 21rem;
    }
}


/* ------------------------------ NUEVOS CRITERIOS DE BUSQUEDA ----------------------------- */


/* Style the list (remove margins and bullets, etc) */

ul.criterios-busqueda {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}


/* Style the list items */

ul.criterios-busqueda li {
    margin-right: .5rem;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
    color: black;
    display: flex;
    align-items: center;
    position: relative;
}


/* Add a light grey background color on hover */

ul.criterios-busqueda li:hover {
    background-color: #eee;
}

.container .memoria-visualizador div.toolbarViewerRight {
    display: none !important;
    /* hide PDF viewer toolbar */
}


/* ------------------------- BOTONES DE MOSAICO TABLA Y LISTA ------------------------- */

#boton-visualizador {
    fill: #092834;
}


/*#boton-visualizador:hover path {
     fill: #347B98;
  }*/

#boton-visualizador:hover circle {
    fill: #347B98;
}


/* ------------------------- MODAL DE USUARIO ------------------------- */

.form-signin {
    width: 100%;
    /* max-width: 330px; */
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin label {
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    color: #000C13;
}

.form-signin input[type="text"] {
    margin-bottom: 1rem;
    text-align: center;
}

.form-signin input[type="password"] {
    margin-bottom: 2rem;
    text-align: center;
}

.form-signin button {
    width: 60%;
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    border: 2px solid #FF026A;
    color: #000C13;
    background-color: #FFF;
}

.form-signin button:hover {
    border: 2px solid #FF026A;
    color: #FFF;
    background-color: #FF026A;
}

a.normal {
    font-family: "MerriweatherSans-Regular";
    font-size: 14px;
    font-weight: normal;
    color: #347B98;
    transition: all 0.15s ease-in-out 0.2s;
}

a.normal:hover {
    color: #092834;
}

.modal-footer p {
    font-family: "MerriweatherSans-Regular";
    margin-bottom: 0;
}

a.nav-link.btn.ddpd-btn.btn-link.my-2.mx-2.rounded-0 {
    width: 180.167px;
}


/* ------------------------- MI PERFIL ------------------------- */

.opciones-usuario a {
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    border: 2px solid #FF026A;
    color: #000C13;
    background-color: #FFF;
}

.opciones-usuario a:hover,
.opciones-usuario a.selected {
    border: 2px solid #FF026A;
    color: #FFF;
    background-color: #FF026A;
}

.opciones-usuario a:active {
    border: 2px solid #FF026A;
    color: #FFF;
    background-color: #FF026A;
}

.opciones-usuario a.btn-secondary {
    border: 2px solid #347B98;
}

.opciones-usuario a.btn-secondary:hover,
.opciones-usuario a.btn-secondary:active {
    background-color: #347B98;
}

.opciones-usuario a.btn-link {
    border: none;
    background-color: #EDF6CC;
}

.opciones-usuario a.btn-link:hover {
    border: none;
    background-color: #B2D732;
}

.BTN_agregar_a_coleccion {
    border: solid #347b98;
    color: #092834;
    background-color: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}


/* ---------------------------- FOTO DE PERFIL --------------------------- */

.img-perfil {
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/* ------------------------- BOTONES ROSA Y AZUL ------------------------- */

.BTN_Rosa,
.BTN_Rosa_Gr {
    background-color: #fff;
    text-indent: 0;
    border: 2px solid #ff026b;
    display: inline-block;
    color: #092834;
    font-family: 'MerriweatherSans-Bold';
    font-size: 13.9px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 26px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

.BTN_Rosa:hover {
    color: #FFf;
    background-color: #FF026A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.BTN_Rosa:active,
.BTN_Rosa_Gr:active {
    position: relative;
    top: 1px;
}

.BTN_Azul,
.BTN_Azul_Gr {
    background-color: #fff;
    text-indent: 0;
    border: 2px solid #092834;
    display: inline-block;
    color: #092834;
    font-family: 'MerriweatherSans-Bold';
    font-size: 13.9px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 26px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

.BTN_Azul:hover {
    color: #FFf;
    background-color: #092834;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.BTN_Azul:active,
.BTN_Azul_Gr:active {
    position: relative;
    top: 1px;
}

.BTN_Rosa_Gr:hover {
    color: #092834;
    background-color: #ececec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.BTN_Azul_Gr:hover {
    color: #092834;
    background-color: #ececec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.BTN_Dropdown {
    background-color: #fff;
    text-indent: 0;
    display: inline-block;
    color: #092834;
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 26px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

.BTN_Dropdown:hover {
    color: #FFf;
    background-color: #FF026A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.IMG_modal_agregar_a_coleccion {
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.control {
    font-family: 'MerriweatherSans-Bold';
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 9px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 12px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    background: #e6e6e6;
    border: 1px solid #092834;
    border-radius: undefinedpx;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #092834;
}

.control input:checked~.control_indicator {
    background: #092834;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #092834;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 2;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-radio .control_indicator {
    border-radius: 32%;
}

.control-radio .control_indicator:after {
    left: 5px;
    top: 5px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #092834;
    transition: 250ms;
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}

.control-group {
    max-height: 180px;
    overflow: auto;
}


/* ------------------------- Carousel objetos destacados ------------------------- */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

 :root {
    --swiper-theme-color: #FF026A;
    --swiper-navigation-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

 :root {
    --swiper-theme-color: #FF026A;
    --swiper-navigation-size: 30px;
}



 .swiper-button:focus {
    outline: none;
    }

 .swiper-button-next:focus {
        outline: none;
        }

 .swiper-button-prev:focus {
            outline: none;
            }
            


/* ------------------------- MIS FAVORITOS ------------------------- */

.coleccion {
    display: flex;
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    color: #092834;
    min-height: 30px;
    max-width: 100px;
    justify-content: center;
    align-items: center;
}

.publica {
    background-color: #EDF6CC;
}

.privada {
    background-color: #FFC1D9;
}

.modal-body h5 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}


/* ------------------------- Botones ------------------------- */

.menu_usuario {
    background: none;
    border: none;
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
    outline: none;
}

.menu_usuario:hover {
    text-decoration: none;
    color: #347B98;
    outline: none;
}

.menu_usuario span {
    float: left;
}

.menu_usuario img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: 50% 0%;
}

.iniciarsesion {
    background: none;
    border: none;
    font-family: 'MerriweatherSans-Bold';
    color: #092834;
    outline: none;
}

.iniciarsesion img {
    width: 35px;
}

.menu-usuario_dropdown {
    z-index: 1300;
    left: auto;
}

@media (max-width: 320px) {
    .footer_ul {
        line-height: 1.2;
    }
    .footer_item {
        font-size: 10px;
    }
    a.liga_chica {
        font-size: 4px;
    }
}

@media (min-width: 321px) and (max-width: 359px) {
    .footer_ul {
        line-height: 1.2;
    }
    .footer_item {
        font-size: 10px;
    }
    a.liga_chica {
        font-size: 4px;
    }
}

@media (min-width: 360px) and (max-width: 375px) {
    .footer_ul {
        line-height: 1.2;
    }
    .footer_item {
        font-size: 10px;
    }
    a.liga_chica {
        font-size: 6px;
    }
}

@media (min-width: 376px) and (max-width: 424px) {
    .footer_ul {
        line-height: 1.2;
    }
    .footer_item {
        font-size: 10px;
    }
    a.liga_chica {
        font-size: 6px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .footer_ul {
        line-height: 1.2;
    }
    .footer_item {
        font-size: 12px;
    }
    a.liga_chica {
        font-size: 8px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {}

@media (min-width: 992px) {
    .sub-menu-nav {
        position: absolute;
        left: -70%;
    }
}

a.menu-usuario-item {
    font-family: 'MerriweatherSans-Regular';
    font-size: 12px;
    color: #092834;
}

a.menu-usuario-item:hover {
    color: #FF026A;
}


/*este esta actualizado*/

.img-coleccion {
    display: inline-block;
    width: 423px;
    height: 273px;
    object-fit: cover;
    object-position: 0% 50%;
}

.img-card-limitada {
    height: 190px;
    width: 295px;
    object-fit: cover;
    object-position: 0% 50%;
}

.titulo-misc {
    font-family: 'MerriweatherSans-Bold';
}

.subtitulo-misc {
    font-family: 'MerriweatherSans-Regular';
}

@media(max-width: 1199px) {
    .titulo-misc {
        font-size: 2rem;
        /* line-height: 0 !important; */
        margin-bottom: 50px;
    }
}

@media(max-width: 991px) {
    .titulo-misc {
        font-size: 1.8rem;
    }
    .subtitulo-misc {
        font-size: 22px;
    }
}

@media(min-width:351px) and (max-width: 767px) {
    .titulo-misc {
        font-size: 1.75rem;
    }
    .subtitulo-misc {
        font-size: 20px;
    }
}

@media(max-width: 350px) {
    .titulo-misc {
        font-size: 1.457rem;
    }
    .subtitulo-misc {
        font-size: 15px;
    }
}

.columna_izquierda {
    padding: 12px;
    font-family: 'MerriweatherSans-Bold';
    font-size: 14px;
    font-weight: 500;
    color: #092834;
    border: none;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.columna_derecha {
    padding: 12px;
    font-family: 'MerriweatherSans-regular';
    font-size: 12px;
    color: #092834;
    border: none;
    border-bottom: 1px solid rgba(9, 40, 52, .5);
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 575px) {}

@media (min-width: 576px) {
    .columna_izquierda {
        border-bottom: 1px solid rgba(9, 40, 52, .5);
        border-right: 1px solid rgba(9, 40, 52, .5);
    }
    .columna_derecha {}
}

.ced:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.liga_cortada {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


/* ------------------------------------- ALERTAS ------------------------------------- */

.alert {
    border-radius: 0;
}


/* Antes color con transparencia verde background-color: rgba(178, 215, 50, 0.25);*/

.alert-warning,
.alert-success {
    color: #092834;
    background-color: #F0F7D4;
    border-color: none;
    font-family: 'Lato-bold';
    text-align: center;
    border: none;
}

.alert-danger {
    color: #721C24;
    background-color: #FFB8C6;
    border-color: none;
    border: none;
    font-family: 'Lato-bold';
    text-align: center;
}


/*
.alert-danger {
    color: #721C24;
    background-color: rgba(255, 2, 106, 0.25);
    border-color: none;
    font-family:'Lato-bold';
    text-align: center;
    border: none;
}
*/

.alert-success h3 {
    color: #092834;
    border-color: none;
    font-family: 'Lato-bold';
    font-size: 25px;
    text-align: center;
    border: none;
}

.alert-success p {
    color: #092834;
    font-family: 'Lato-bold';
    font-size: 16px;
    text-align: center;
    border: none;
    border-color: none;
}


/* break points para
dibujitos en home */

.dibujitos {
    max-height: 60px;
}

@media(max-width: 888px) {
    .dibujitos {
        max-height: 60px;
    }
}

@media(max-width: 399px) {
    .dibujitos {
        max-height: 50px;
    }
}


/* ------------------------------------- Carrusel ------------------------------------- */

.slick-prev,
.slick-next {
    width: 20px;
    height: 20px;
}

@media (max-width: 425px) {
    .slider {
        width: 90%;
    }
    .slick-next {
        right: -15px;
    }
    .slick-prev {
        left: -15px;
    }
    .tema-carousel {
        font-size: 17px;
    }
    h5.titulo-carousel {
        font-size: 16px;
    }
    .slick-slide {
        margin: 0px 15px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 426px) {
    .slider {
        width: 95%;
    }
    .slick-next {
        right: -15px;
    }
    .slick-prev {
        left: -15px;
    }
    .tema-carousel {
        font-size: 14px;
    }
    h5.titulo-carousel {
        font-size: 10px;
    }
    .slick-slide {
        margin: 0px 10px;
    }
}

@media (min-width: 768px) {
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }
    .slider {
        width: 90%;
    }
    .slick-next {
        right: -5%;
    }
    .slick-prev {
        left: -5%;
    }
    .tema-carousel {
        font-size: 17px;
    }
    h5.titulo-carousel {
        font-size: 16px;
    }
    .slick-slide {
        margin: 0px 10px;
    }
}

a.azul {
    background-color: rgb(196, 217, 225, 0);
    line-height: 1.8em;
    border-bottom: 0px; 
    padding-left: 0px !important;

}

rect.azul {
    fill: rgb(52, 123, 152);
}

.azul {
    border-bottom: 0.1em solid rgb(52, 123, 152);
    margin-bottom: -0.2em;
}

a.rosa {
    background-color: rgba(255, 234, 238, 0);
    line-height: 1.8em;
    border-bottom: 0px; 
    padding-left: 0px !important;
}

rect.rosa {
    fill: rgb(255, 2, 106);
}

.rosa {
    border-bottom: 0.1em solid rgb(255, 2, 106);
    margin-bottom: -0.2em;
}

a.verde {
    background-color: rgba(240, 247, 212, 0);
    line-height: 1.8em;
    border-bottom: 0px; 
    padding-left: 0px !important;
}

rect.verde {
    fill: rgb(178, 215, 50);
}

.verde {
    border-bottom: 0.1em solid rgb(178, 215, 50);
    margin-bottom: -0.1em;
}

strong {
    align-content: center;
    position: relative;
    top: 0px;
}

.titulo_carrusel {
    width: 100%;
}


/* ------------------------------------- Carrusel ------------------------------------- */

/* FILMOTECA */

.recuadro_titulo{
    background-color: rgba(255, 255, 255, 0.9);
    width: 36%;
    position: absolute;
    margin-top: 50px;
    z-index: 1;
 }

 .director{
    font-size: 13px;
    color:#347b98;

 }

 .creditos_peli_titulo{
    font-size: 15px;
    color:#000000;

 }
 .creditos_peli{
    font-size: 13px;
    color:#000000;
    font-family: 'MerriweatherSans-regular';

 }

 .boton_ver_mas{
    float:right;
    text-decoration:none;
    border: solid;
    border-width: 1px;
    border-radius: 0mm;

    color: #FF026A;
    background-color: transparent;
 }

 .boton_ver_menos{
    float:right;
    text-decoration:none;
    border: solid;
    border-width: 1px;
    border-radius: 0mm;

    color: #347b98;
    background-color: transparent;
 }

 .boton_ver_mas:hover{
    float:right;
    text-decoration:none;
    border: solid;
    border-width: 1px;
    border-radius: 0mm;
    color: #347b98;
    background-color: transparent;

 }
 .boton_ver_menos:hover{
    float:right;
    text-decoration:none;
    border: solid;
    border-width: 1px;

    color: #FF026A;
    background-color: transparent;
 }

 /* fin Filmoteca */

 #timeline {
    height: 600px;
}

.reparar {
    -webkit-animation-name: reparacion;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction:alternate-reverse;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;

    -moz-animation-name: reparacion;
    -moz-animation-timing-function: linear;
    -moz-animation-direction: alternate-reverse;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 5s;

    animation-name: reparacion;
    animation-timing-function: linear;
    animation-direction:alternate-reverse;
    animation-iteration-count: infinite;
    animation-duration: 5s;
  }

  @-webkit-keyframes reparacion {
    0% {
      opacity: 1;
    }
    30% {

      opacity: 0.6;
    }
    60% {
      opacity: 0.3;
    }
    100% {
      opacity: 0;

    }

  }
/*-------------------------------RECURSO SONORO-------------------------------*/

.audio-author {
            margin-bottom: 5px;
            color: #347b98;
        }

        .track-selector {
            display: block;
            cursor: pointer;
        }

        #player {
            background-color: #f0f7d4;
            border-radius: 50px 50px;
            width: 100%;
            height: 50px;
        }

        #pButton{
        	height:30px;
        	width: 30px;
        	border: none;
        	background-size: 50% 50%;
        	background-position: center;
        	float:left;
        	margin-left: 10px;
        }
        .play{background: url('/work/models/memorica/recursos/img/play.png') no-repeat;}
        .pause{background: url('/work/models/memorica/recursos/img/pause.png') no-repeat;}

        #mButton{
        	height:30px;
        	width: 30px;
        	border: none;
        	background-size: 50% 50%;
        	background-position: center;
        	float:right;
        	margin-left: 07px;
        	margin-right: 10px;
        }
        .mute{background: url('/work/models/memorica/recursos/img/mute.svg') no-repeat;}
        .unmute{background: url('/work/models/memorica/recursos/img/unmute.svg') no-repeat;}

        #time-line{
        	width: 70%;
        	height: 3px;
        	background: #b1cc3b;
        	margin-left: 10px;
        	float: left;
        	cursor: pointer;
        }

        #playhead{
        	width: 0;
        	height: 3px;
        	background: #000000;
        	cursor: pointer;
        }
        #playhead:active {
            cursor: grabbing;
        }

        #songTime {
            width: 70px;
            font-family: 'Lato-Regular';
            font-size: 12px;
            text-align: center;
        }

        table#playlist .table-hover tbody tr:hover td, table#playlist .table-hover tbody tr:hover th {
            background-color: #f0f7d4;
        }

        table#playlist .table-active, table#playlist .table-active td, table#playlist .table-active th {
            background-color: #f0f7d4;
        }

        table#playlist tr.table-active:hover {
            background-color: #f0f7d4 !important;
        }

        table#playlist{
            border:1px solid #f0f7d4;
            border-right-style: none;
            border-left-style: none;
        }
        table#playlist > thead > tr > th{
            border:1px solid #f0f7d4;
            border-right-style: none;
            border-left-style: none;
        }
        table#playlist > tbody > tr > td{
            border:1px solid #f0f7d4;
            border-right-style: none;
            border-left-style: none;
        }

        .table-active a.track-selector {
            color: black !important;
        }

        a.track-selector {
            color: gray !important;
        }

        .track-selector {
            padding: .75rem;
        }

        .prepended {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            width: auto;
            height: 12px;
        }
        @media only screen and (max-width: 992px) {
            #player {
                width: 100%;
            }

            #time-line{
            	width: 130px;
            }
        }
        @media only screen and (max-width: 768px) {
            #player {
                width: 100%;
            }

            #time-line{
            	width: 75%;
            }

            #songTime {
                font-size: 12px;
            }
        }
        @media only screen and (max-width: 576px) {
            #player {
                width: 100%;
            }

            #time-line{
            	width: 60%;
            }

            #songTime {
                font-size: 9px;
            }
        }
/*-------------------------------FIN RECURSO SONORO-------------------------------*/
/*  */
/* estilos caluga de Filmoteca */
.titulo-filmo {
    font-family: 'MerriweatherSans-Bold';
    font-size: 19px;
}

@media(max-width: 1199px) {
    .titulo-filmo {
        font-size: 16px;
    }
}
    @media(max-width: 991px) {
        .titulo-filmo {
        font-size: 15px;
    }
}
    @media(max-width: 767px) {
        .titulo-filmo {
        font-size: 18px;
    }
}
    @media(max-width: 575px) {
        .titulo-filmo {
        font-size: 20px;
    }
}
.titulo-filmo2 {
    font-family: 'MerriweatherSans-Bold';
    font-size: 17px;


}
@media(max-width: 1199px) {
    .titulo-filmo2 {
        font-size: 15px;
    }
}
    @media(max-width: 991px) {
        .titulo-filmo2 {
        font-size: 14px;
    }
}
    @media(max-width: 767px) {
        .titulo-filmo2 {
        font-size: 14px;
    }
}
    @media(max-width: 575px) {
        .titulo-filmo2 {
        font-size: 18px;
    }
}
.unam-filmo {
    font-family: 'MerriweatherSans-Bold';
    font-size: 16px;
}
@media(max-width: 1199px) {
    .unam-filmo {
        font-size: 12px;
    }
}
    @media(max-width: 991px) {
        .unam-filmo {
        font-size: 12px;
    }
}
    @media(max-width: 767px) {
        .unam-filmo{
        font-size: 17px;
    }
}
    @media(max-width: 575px) {
        .unam-filmo {
        font-size: 17px;
    }
}

/* Estilos buscador avanzado */

.input-group {
    width: 86%;
}
.form-control:focus {
    color: #cecece;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 2, 106, 0.14);
}
.boton_buscador_avanzado {
    position: relative;
   top: 1px;
    display: inline-block;
    width: 82px;
    height: 35px;
    background: center url(/work/models/memorica/recursos/img/Logos/boton_buscador_avanzado.svg) no-repeat;
    background-size: contain;
}

.boton_buscador_avanzado:hover {
    background-image: url(/work/models/memorica/recursos/img/Logos/boton_buscador_avanzado_hover.svg);
}
.t_busav{
    font-size:15px;
}


.opciones-usuario a.btn-secondary:hover, .opciones-usuario a.btn-secondary:active {
    background-color: #347B98;
    color:#fff;
cursor: pointer;
}  

.opciones-usuario a.btn-primary:hover, .opciones-usuario a.btn-primary:active{
    border: 2px solid #FF026A;
    color: #FFF !important;
    background-color: #FF026A;
cursor: pointer;
}
    
    
        /* START TOOLTIP STYLES */ 

[tooltip] { 

  position: relative; /* opinion 1 */ 

} 

 

/* Applies to all tooltips */ 

[tooltip]::before, 

[tooltip]::after { 

  text-transform: none; /* opinion 2 */ 

  font-size: .7em; /* opinion 3 */ 

  line-height: 13px; 

  user-select: none; 

  pointer-events: none; 

  position: absolute; 

  display: none; 

  opacity: 1; 

} 

[tooltip]::before { 

 

  content: ''; 

  border: 5px solid transparent; /* opinion 4 */ 

  z-index: 1001; /* absurdity 1 */ 

} 

[tooltip]::after { 

  content: attr(tooltip); /* magic! */ 

  

  /* most of the rest of this is opinion */ 

  font-family: 'MerriweatherSans-Regular'; 

  text-align: left; 

  

  /*  

    Let the content set the size of the tooltips  

    but this will also keep them from being obnoxious 

    */ 

   /* min-width: 5em; */

   /* max-width: 21em;*/ 
    
    width: 200px;

  /* white-space: nowrap; */

  /* overflow: hidden;*/ 

  /* text-overflow: ellipsis;*/ 

  padding: 12px; 

  border-radius: .3ch; 

  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35); 
  
  border: 2px solid #FF026A;

  background: #FFF; 

  color: #FF026A; 

  z-index: 1000; /* absurdity 2 */ 

} 

 

/* Make the tooltips respond to hover */ 

[tooltip]:hover::before, 

[tooltip]:hover::after { 

  display: block; 

} 

 

/* don't show empty tooltips */ 

[tooltip='']::before, 

[tooltip='']::after { 

  display: none !important; 

} 

 

/* FLOW: RIGHT */ 

[tooltip][flow^="right"]::before { 

  top: 50%; 

  border-left-width: 0; 

  border-right-color: #FF026A; 

  right: calc(0em - 5px); 

  transform: translate(.5em, -50%); 

} 

[tooltip][flow^="right"]::after { 

  top: 50%; 

  left: calc(100% + 5px); 

  transform: translate(.5em, -50%); 

} 

 

/* KEYFRAMES */ 

@keyframes tooltips-vert { 

  to { 

    opacity: 1; 

    transform: translate(-50%, 0); 

  } 

} 

 

@keyframes tooltips-horz { 

  to { 

    opacity: 1; 

    transform: translate(0, -50%); 

  } 

} 

 

/* FX All The Things */  

[tooltip]:not([flow]):hover::before, 

[tooltip]:not([flow]):hover::after, 

[tooltip][flow^="up"]:hover::before, 

[tooltip][flow^="up"]:hover::after, 

[tooltip][flow^="down"]:hover::before, 

[tooltip][flow^="down"]:hover::after { 

  animation: tooltips-vert 300ms ease-out forwards; 

} 

 

[tooltip][flow^="left"]:hover::before, 

[tooltip][flow^="left"]:hover::after, 

[tooltip][flow^="right"]:hover::before, 

[tooltip][flow^="right"]:hover::after { 

  animation: tooltips-horz 300ms ease-out forwards; 

} 

  /* Dropdown */
                            
  .dropdown {
    display: inline-block;
    
  }
  

  .dd-input {
    display: none;
  }
  
  .dd-menu {
   
    
    right: 0%;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    z-index: 501;
  }


   @media (max-width: 320px)
  {
      .dd-menu {
       width: 289px;
              }
  }
  @media (min-width: 321px) 
  and (max-width: 375px) {
      .dd-menu {
      width: 346px;
              }
  }
   @media (min-width: 376px) 
  and (max-width: 425px) {
      .dd-menu {
      width: 398px;
              }
  }
  
    @media (min-width: 426px) 
   {
      .dd-menu {
      width: 378px;
              }
  }
  
  .dd-input + .dd-menu {
    display: none;
  } 
  
  .dd-input:checked + .dd-menu {
    display: block;
  } 
  
  .dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .dd-menu li:hover {
    background-color: #f6f6f6;
  }
  
  .dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
  }
  
  .dd-menu li.divider{
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
  .bavan_ti{
      font-size:13px;
  }
  .form-control_res {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
.textofotos {

    font-size: 22px;
}


  @media only screen and (max-width: 992px) {
    .textofotos {

        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .textofotos {

        font-size: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .textofotos {

        font-size: 16px;
    }
}
/*classes para subsección ESPECIALISTAS inicio  */

.hr2 {
    height: 4px;
    width: 40px;
    background-color: #ff026a;

}

.notas:hover {
background-image: url(/work/models/memorica/recursos/img/especialistas/notas2.svg);
}  

.notas {
display: inline-block;
width: 19px;
height: 19px;
background-image: url(/work/models/memorica/recursos/img/especialistas/notas.svg);
background-size: contain;
}

.img-responsive{
    width: 100%; 
    height: 300px; 
    overflow: hidden;object-fit:cover; 
    object-position: top;
    /* object-fit: contain; */
    /* padding-top: 15px; */
    padding-bottom: 15px;
     

}
  /*classes para subsección ESPECIALISTAS fin  */
 



  /*  Clases para GESTOR de TEMAS ---------(Agregados por César)-----------------------INICIA------ */


    .fecha_temas {
        color: #347b98;
        font-family: 'MerriweatherSans-bold';
        font-size: 17px;
    }

.versalitas_temas {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    text-align: inherit;
    font-variant: small-caps;
}


.subtitulo_temas   {
    font-family: 'MerriweatherSans-bold';
    color: #000C13;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

        /*Herencias de card-title para editor de html INICIO*/

.card-title p {
    font-size: inherit;
    font-family: inherit; 
    color: inherit;
} 


h5.card-title p {
    font-size: inherit;
    font-family: inherit; 
    color: inherit;
} 

h2.card-title p {
    font-size: inherit;
    font-family: inherit; 
    color: inherit;
} 

        /*Herencias de card-title para editor de html FIN*/

        /* Nueva UI Subcategorías de Temas START */
.fondo-gris-temas{
    background-color: #F8F8F8;

} 

        /* Nueva UI Subcategorías de Temas END*/


/* correccion de tipografia boton compartir */
.button-facebook, .button-twitter {
        font-family: 'MerriweatherSans-Bold' !important;
        font-size: 16px !important;
}

/*estilo etiqueta strong*/
strong{
    font-family: 'Lato-Bold';
}
/* =================================================== */

/*-------- GESTOR de TEMAS ----------------------------------------------------FIN-------- */