@charset "utf-8";
body {
    margin-top: 80px;
}
a {
    color: #18a1be;
}
.bg-dark {
background-color: #596e83!important;
/*background: rgb(199,24,19);
background: -moz-linear-gradient(180deg, rgba(199,24,19,1) 0%, rgba(255,32,26,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(199,24,19,1) 0%, rgba(255,32,26,1) 100%);
background: linear-gradient(180deg, rgba(199,24,19,1) 0%, rgba(255,32,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c71813",endColorstr="#18a1be",GradientType=1);*/
}
.btn-archivo {
    background: #596e83;
    padding: 2px 14px;
	outline: 1px solid #596e83;
}
.btn-corpus {
    background: #dc3545;
    padding: 2px 18px;
	outline: 1px solid #dc3545;
}
.btn-diccionario {
    background: #658359;
    padding: 2px 18px;
	outline: 1px solid #658359;
}
li.btn-archivo.activo, li.btn-corpus.activo, li.btn-diccionario.activo {
    text-decoration: underline;
    text-underline-offset: 7px;
	color: #FFF;
}
.pagination{
	display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f6f4f4;
    border-top: 1px solid #18a1be;
}
.pagination a, .pagination span{
    padding: 2px 5px 4px 5px;
    border-radius: 3px;
    margin: 4px;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #18a1be;
    color: #18a1be;
}
.pagination a:hover{
	border: 1px solid #18a1be;
	background: #18a1be9e;
	color: #FFF;
}
.pagination span.current {
    background: #18a1be;
    color: #FFF;
    font-weight: bold;
}
.pagination span.disabled {
    color: #d1d0cb;
	border-color: #d1d0cb;
    cursor: default;
}
.toptabla {
    background: #596e83;
    color: #FFF;
    padding: 0.5rem 1rem;
}
.toptabla span {
    float: right;
}
table {
    width: 100%;
}
table td, table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
th {
    background: #18a1be4a;
}
tr:nth-of-type(odd) {
      background-color:#f2f2f2;
}
.footer {
	background-color: #ffffff;
    font-size: .8em;
    margin-top: 40px;
    border-top: 1px solid #000;
}
.bottombar {
    background: #3c4b59;
    padding: 10px;
	color: #5f5f5f;
}
.bottombar a {
	color: #ccc;
    text-decoration: none;
    padding: 0px 10px;
    display: inline-block;
}
.bottombar a:hover {
    text-decoration: underline;
}
.bottombar a.active {
    border: 1px solid #CCC;
}
.contenedorlogos{
	padding: 20px 0 20px 0;
}
img.logos {
    height: 120px;
    padding: 20px;
    background: #ffffff08;
    margin: 2px 0;
	transition: all 0.5s ease-out;
}
img.logos.invert, img.invert {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(89%) contrast(99%);
}
.gobierno{
	display: inline-flex;
    margin: 15px;
}
.gobierno img{
	height: 100px;
    padding: 10px;
    background: #fff;
    /* filter: invert(100%) sepia(0%) saturate(7435%) hue-rotate(320deg) brightness(114%) contrast(114%);*/
}
.gobierno:hover {
    outline: 1px solid #000;
}
.footer img.logos {
    margin-right: 10px;
    margin-left: 10px;
}
.contenedorlogos .logos:hover {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(89%) contrast(99%);
    background: #000000;
}
.totalresultados {
    /*padding:0.5rem;
	background: #f3f3f3;*/
	background: #f2f2f2;
    padding: 4px;
}
.totalresultados h6 {
    margin-bottom: 0;
}
.totalresultados span {
    font-weight: bold;
    color: #18a1be;
}
.navbar {
    /*padding-top: 0.2rem;
    padding-bottom: 0.2rem;*/
	padding: 0;
	border-bottom: 10px solid #eccba8;
    outline: 1px solid #18a1be;
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2rem;
}
.navbar-brand span {
    font-weight: normal;
    font-size: 0.75em;
    letter-spacing: 0.015rem;
    display: block;
}
.navbar-brand img {
    float: left;
    height: 70px;
}
.navbar-dark .navbar-nav .nav-link {
    /*color: rgba(255,255,255,.65);*/
	color: #FFFFFF;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #3c4b59;
    background: #eccba8;
    text-decoration: underline;
    text-underline-offset: 4px;
	border-radius: 5px 5px 0 0;
}
.navbar-nav .nav-link.active.search {
    color: #ffffff;
    background: none;
    text-decoration: none;
	border-radius: 5px 5px 0 0;
}
.navbar-right li.active {
    text-decoration: underline;
    color: #FFFFFF;
    text-underline-offset: 6px;
}
.navbar-right li.active.search {
    text-decoration: none;
    color: #FFFFFF;
}
.textologo {
    float: left;
    margin-top: 1.4rem;
    margin-left: 0.8rem;
}
.letra {
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #18a1be;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #18a1be;
	background: #FFF;
    margin: 5px;
}
.letra.activo, .letra.activo:hover{
	background: #18a1be;
	color:#fff;
}
.letra:hover{
	background: #18a1be9e;
	color:#fff;
}
.jumboinicio{
	background: url(../img/papeletas.jpg) no-repeat center;
    min-height: 320px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #18a1be;
}
.jumboinicio blockquote {
    color: #000;
    padding: 20px;
    font-size: 1.8rem;
    max-width: 850px;
    background: #ffffffc7;
    border-radius: 10px;
	margin-bottom: 0;
}
.inicio h3 {
    text-align: center;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.container-fluid.inicio h3{
	margin-top: 15px;
	padding-bottom: inherit;
	border-bottom:none;
}
.container-fluid.inicio {
    background: #eccba8;
    color: #3c4b59;
}
.container.ficha {
    margin-top: -15px;
	margin-bottom: 20px;
}
.container.ficha h6 {
    background: #f2f2f2;
    padding: 4px;
    margin-top: 15px;
}
.proyecto h3 {
    font-size: 1.3em;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
.relacionados h3 {
    font-size: 1.3em;
	padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
.relacionados h4 {
    font-size: 1em;  
}
.elenco h3{
	font-size: 1.3em;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
}
.elenco h6 {
    margin-bottom: 0;
}
.elenco p span {
    color: #a1a09d;
    font-style: italic;
    display: block;
    font-size: 0.9rem;
}
.caption {
    background: #F2F2F2;
    padding: 4px;
}
.contalfabeto.sticky-top {
    top: 80px;
	z-index: 1100;
}
.menualfabeto {
    border-bottom: 1px solid #18a1be;
	padding: 6px;
	background: #eccba8;
}
.encabezado {
    padding-top: 25px;
}
.contalfabeto.sticky-top + .encabezado {
    padding-top: 15px;
}
.encabezado h1 {
    font-size: 1.7em;
	margin-bottom: 1.8rem;
}
.breadcrumb {
    margin-bottom: 0.4rem;
}
.breadcrumb h6 {
    font-size: 0.9em;
}
span.icono {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
	margin-right: 12px;
}
span.iconomedio {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: bottom;
	margin-right: 6px;
}
span.iconomini {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
}
.libro {
    background: url(../img/book.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
    /*filter: invert(11%) sepia(95%) saturate(6520%) hue-rotate(354deg) brightness(74%) contrast(90%);*/
}
.equipo {
    background: url(../img/people-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.proyectoico {
    background: url(../img/azcarate.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.lupaini {
    background: url(../img/search-sharp.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.letraicono {
    background: url(../img/message-circle.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.documento {
    background: url(../img/document-text-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.correo {
    background: url(../img/mail-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.llave {
    background: url(../img/key-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
.aviso {
    background: url(../img/warning-outline.svg) no-repeat center;
    background-size: contain;
    background-origin: content-box;
}
span.letraglobo {
    font-size: 0.4em;
    position: absolute;
    text-align: center;
    margin-left: 1px;
    margin-top: 10px;
    width: 28px;
    height: 28px;
}
.wrapper .icono {
	position: absolute;
    width: 22px;
    height: 22px;
    margin-left: 6px;
	filter: invert(52%) sepia(6%) saturate(13%) hue-rotate(335deg) brightness(94%) contrast(88%);
}
input:focus + .llave, input:focus + .correo {
	filter: invert(51%) sepia(66%) saturate(567%) hue-rotate(143deg) brightness(90%) contrast(90%);
}
.btn-outline-danger {
    color: #18a1be;
    background-color: #ffffff;
    border-color: #18a1be;
	font-weight:bold;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #18a1be;
    border-color: #18a1be;
}
/*/////////////////////////////////////////*/
.input-busqueda {
    position: relative;
}
.input-busqueda > input {
    text-indent: 17px;
}
.input-busqueda > .lupa {
    position: absolute;
    top: 8px;
    left: 17px;
    width: 20px;
    height: 20px;
    background: url(../img/search-sharp.svg) no-repeat center;
    background-size: 20px;
	filter: invert(52%) sepia(6%) saturate(13%) hue-rotate(335deg) brightness(94%) contrast(88%);
}
input:focus {
    filter: none;
}
input:focus + .lupa {
	filter: invert(51%) sepia(66%) saturate(567%) hue-rotate(143deg) brightness(90%) contrast(90%);
}
/*/////////////////////////////////////////*/

.galeria {
    border: 1px solid #CCC;
}
/* //////////////// slider //////////////*/
.slide-text {
    background: #b51319;
    padding: 5px 10px;
    color: #FFF;
    text-align: left;
}
.slick-track{/*centra horizontal y verticalmente*/
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.slider-nav img {
    object-fit: cover;
    width: 60px!important;
    height: 60px!important;
	border:1px solid #CCC;
	cursor:pointer;
}
.slider-nav.slider img {
    object-fit: contain!important;
	background: #FFFFFF;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 5;
    top: 45%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    outline: none;
    color: transparent;
    background-color: #ff00008f;
    border: 2px solid #000;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(23deg) brightness(102%) contrast(105%);
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-prev:hover, .slick-next:hover {
	filter: invert(9%) sepia(100%) saturate(4952%) hue-rotate(352deg) brightness(104%) contrast(93%);	
}
.slick-prev {
    background-image: url(../img/anterior.svg);	
}
.slick-next {
    background-image: url(../img/siguiente.svg);
}
/* //////////////// slider //////////////*/
.slider {
    width: 100%;
    /* height: 60%; */
    margin: 0px auto;
    /* margin: 20px auto; */
    background: white;
    text-align: center;
}
#resultados-typeahead-cont {
    position: fixed;
    top: 82px;
    left: 0px;
    right: 0;
    bottom: 0;
    height: auto;
    display: none;
    z-index: 1200;
    background: #ffffff;
    transition: 0.3s ease-out;
}
.resultados-typeahead {
    height: auto;
	padding-top: 30px;
	width: 100%;
    overflow-x: hidden;
}
.textobusqueda {
    color: #000000;
    text-align: center;
    font-weight: bold;
    background: #eccba8;
    border-bottom: 1px solid #18a1be;
    font-size: 1.2em;
    padding: 8px 4px 11px 4px;
}
.btncerrar {
    background: #ffffff;
    border: 1px solid #18a1be;
    font-size: 0.95em;
    color: #18a1be;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 25px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}
.btncerrar:hover {
    background: #18a1be;
    color: #ffffff;
}
.resultadocita {
    font-size: 0.9rem;
}
.recuadroresultado {
    border-top: 1px solid #CCC;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-top: 10px;
}
.recuadroresultado h6 {
    font-size: 1.1rem;
}
#totalresultadosbusqueda {
    display: inline-block;
    margin-right: 0.4rem;
	margin-left: 20px;
}
.consejosbusqueda{
    max-width: 800px;
    margin-top: 30px;
    padding: 20px;
    background: #f4f6f6;
    border: 1px solid #18a1be;
}
mark, .mark {
    padding: 0;
}
.wrapper {
    max-width: 350px;
    /*min-height: 500px;*/
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}
.wrapper .navbar-brand {
    overflow: auto;
}
.wrapper .navbar-brand img{
    overflow: auto;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
}
.wrapper .name {
    font-size: 1rem;
    color: #676767;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
	margin-left: 26px;
    outline: none;
    background: none;
    /*font-size: 1.2rem;*/
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field {
    /*padding-left: 10px;*/
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
    color: #555;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #18a1be;
    color: #fff;
    /*border-radius: 25px;*/
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

.wrapper .btn:hover {
    background-color: #06758c;
}
#mensaje {
    color: #bf1522;
	word-wrap: break-word;
}
#mensaje p {
    font-size: 0.9rem;
}
.wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

.wrapper a:hover {
    color: #039BE5;
}
@media (min-width: 768px){
.navbar-nav {
    margin-top: 34px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
    padding-bottom: 0.85rem;
}
.form-control {
	width: 350px;
    min-width: 100px;
    margin-left: 0.8rem;
}
ul.navbar-right {
    list-style-type: none;
    position: absolute;
	text-align: right;
    right: 0;
    top: 0px;
    padding: 1px;
    width: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 12%, rgba(0,0,0,0.33665966386554624) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 12%, rgba(0,0,0,0.33665966386554624) 100%);
background: linear-gradient(90deg, rgba(0,0,0,0) 12%, rgba(0,0,0,0.33665966386554624) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
ul.navbar-right li {
    display: inline-block;
    /*margin-right: 20px;*/
    font-size: 0.9rem;
}
ul.navbar-right li a {
    color: #FFF;
	text-decoration: none;
}
.proyecto p, .relacionados p{
	text-align: justify;
}
.inicio p {
    text-align: justify;
}
.jumboinicio blockquote {
    text-align: justify;
}
}

@media (min-width: 1300px){
.navbar-nav {
	width: 80%;/* salvaguarda para navegadores que no reconocen calc() */
    width: calc(100% - 300px);
    margin-top: 35px;
    justify-content: center;
}
.form-control {
    min-width: 350px;
    margin-left: 0.8rem;
}
}

@media (min-width: 767px) and (max-width: 960px){
.navbar-brand img {
    float: left;
    height: 40px;
}
.navbar-brand {
    font-size: 1.1rem;
    line-height: 0.9rem;
}
.textologo {
    margin-top: 0.4rem;
    margin-left: 0.4rem;
}
.form-control {
    width: 325px;
}
}

@media (min-width: 767px) and (max-width: 830px){
.form-control {
    width: 264px;
}
}

@media (max-width: 768px){
body {
    margin-top: 61px;
}
.navbar-brand img {
    float: left;
    height: 40px;
}
.navbar-brand {
    font-size: 1.1rem;
    line-height: 0.9rem;
}
.textologo {
    margin-top: 0.4rem;
    margin-left: 0.4rem;
}
img.logos {
    height: 90px;
    padding: 10px;
}
.tablamaterias{
	table-layout: fixed;
    font-size: 0.9em;
}
#resultados-typeahead-cont {
    top: 57px;
}
.resultados-typeahead {
    padding-top: 10px;
}
.input-busqueda {
    width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.input-busqueda.typeahead {
    position: absolute;
    top: 0px;
    left: 0;
    flex-flow: inherit;
    width: 100%;
    padding: 10px;
	margin-top: 0;
	background: rgb(199,24,19);
    background: -moz-linear-gradient(180deg, rgba(199,24,19,1) 0%, rgba(255,32,26,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(199,24,19,1) 0%, rgba(255,32,26,1) 100%);
    background: linear-gradient(180deg, rgba(199,24,19,1) 0%, rgba(255,32,26,1) 100%);
}
.input-busqueda.typeahead > .lupa {
    top: 19px;
    left: 16px;
}
.input-busqueda > .lupa {
    top: 9px;
	left: 8px;
}
.navbar-nav .nav-link {
    border-top: 1px solid #00000047;
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff;
    background: #0000004f;
    text-decoration: underline;
    text-underline-offset: 4px;
    border-radius: 0;
}
ul.navbar-right {
    list-style-type: none;
	padding: 0;
    width: 100%;
}
ul.navbar-right li {
	border-top: 1px solid #00000047;
    text-align: center;
	padding: 8px;
}
ul.navbar-right li a {
    color: #FFF;
    text-decoration: none;
}
.navbar-right li.active {
    color: #ffffff;
	text-decoration: none;
    background: #0000004f;
}
.jumboinicio {
    min-height: 300px;
}
.jumboinicio blockquote {
    padding: 15px;
    font-size: 1.3rem;
}
.contalfabeto.sticky-top {
    top: initial;
    z-index: 500;
}
.encabezado {
    padding-top: 10px;
}
.pagination {
    overflow: hidden;
}
.pagination a, .pagination span {
    float: left;
}
table.minimalistBlack {
    font-size: 0.9rem;
}
.textobusqueda {
    color: #ffffff;
    text-align: left;
    background: #18a1be;
    font-size: 1.1em;
    padding: 0;
    padding-bottom: 4px;
}
#totalresultadosbusqueda {
    display: inline-block;
    margin-right: 0.4rem;
    margin-left: 10px;
}
.textobusqueda span {
    display: block;
    margin-left: 10px;
    font-size: 1.4rem;
}
.btncerrar {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
	font-size: 1.05em;
    display: inline-block;
    margin-right: 15px;
    margin-left: 25px;
}
.gobierno img {
    max-width: 100%;
}
.gobierno {
    margin: 0;
}
.wrapper {
    max-width: 300px;
    margin: 40px auto;
    padding: 20px;
}
body.login {
    margin-top: 0;
}
.wrapper .navbar-brand img {
    height: 60px;
}
.wrapper .navbar-brand {
    font-size: 1.4rem;
    line-height: 1.2rem;
}
.wrapper .textologo {
    margin-top: 0.8rem;
    margin-left: 0.5rem;
}
}
