@font-face {
  font-family: "Eboracum";
  src: url("../fonts/Eboracum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Eboracum.woff") format("woff"),
    url("../fonts/Eboracum.ttf") format("truetype"),
    url("../fonts/Eboracum.svg#Kalinga") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTStdBlk";
  src: url("../fonts/HelveticaLTStdBlk.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaLTStdBlk.woff") format("woff"),
    url("../fonts/HelveticaLTStdBlk.ttf") format("truetype"),
    url("../fonts/HelveticaLTStdBlk.svg#HelveticaLTStdBlk") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*terminos*/
.terminos{
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
}
.space-simple{
  margin-bottom: 18px;
}
/*end terminos*/
body {
  font-family: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.col-md-4.home-image h2 {
  font-size: 20px;
}
.carousel-inner .item img {
  width: 100%;
  height: 287px !important;
  object-fit: cover;
}
.img-tpl-front {
  padding: 0.25rem;
  background-color: #343a40d9;
  border: 2px solid #343a40;
  max-width: 100%;
  height: 300px;
}
.image-tpl-front {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#site-title {
  padding-top: 1.65625em;
  margin-bottom: 1.65625em;
  margin-top: 0;
}
#site-title a {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  text-transform: capitalize;
}
footer.foot .footer-first-row {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-template-rows: 150px;
  grid-gap: 4%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 2px solid #4e5d6c;
  padding-top: 25px;
  align-items: center;
  justify-items: center;
}
.footer-first img {
  height: 110px;
  width: 110px;
}
.thre-row-one {
  display: grid;
  grid-template-columns: auto auto auto auto;
  height: 70px;
  align-items: center;
}
.thre-row-two {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.footer-second {
  display: grid;
  align-items: center;
}
.container.home {
  margin-top: 40px;
}
.title-home {
  font-size: 24px;
}
.img-especimen img {
  height: auto;
  width: 250px;
}
/*----------Menu New Personalizade-------------*/
.sidebar li.expanded2 {
  margin: 0px;
}
li.expanded.submenu-open ul.menu2 li.expanded2 {
  margin: 8px 0px 8px 25px;
}
.sidebar.open .icon-close::before{
  content: "\f128";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
  color: #fff;
}
.sidebar.open .icon-open::before{
  content: "\f148";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
  color: #181818;
}
/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
.sidebar{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  background: #181818;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
}
.sidebar.open{
  width: 250px;
}
.sidebar .logo-details{
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon{
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
  opacity: 1;
}
.sidebar .logo-details #btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn{
  text-align: right;
}
.sidebar i{
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list{
  margin-top: 20px;
  height: 100%;
}
.sidebar li{
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li.expanded .tooltip{
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: 0s;
}
.sidebar li.expanded:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li.expanded .tooltip{
  display: none;
}
.sidebar input{
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}
.sidebar.open input{
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar .bx-search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #1d1b31;
  color: #FFF;
}
.sidebar.open .bx-search:hover{
  background: #1d1b31;
  color: #FFF;
}
.sidebar .bx-search:hover{
  background: #FFF;
  color: #11101d;
}
.sidebar li.expanded > a, .sidebar li.expanded.submenu-open ul.menu2 li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  background: #3f3f3f;
  color: #fff;
}

.sidebar li .span-nolink:hover,
.sidebar li a:hover,
.sidebar li.expanded ul.menu2 li.expanded2 a:hover{
  background: #FFF;
}
.sidebar li.expanded ul.menu2 li.expanded2 a:hover, 
.sidebar li.expanded ul.menu2 li.expanded2 a:hover i{
  transition: all 0.5s ease;
  color: #11101D;
}
.sidebar li .span-nolink:hover .icon-close::before {
  color: #181818;
}
.sidebar li.submenu-open a{
  background: #FFF;

}
.sidebar li a .links_name{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open li a .links_name{
  opacity: 1;
  pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
  transition: all 0.5s ease;
  color: #11101D;
}

.sidebar li.submenu-open a .links_name,
.sidebar li.submenu-open a i{
  transition: all 0.5s ease;
  color: #11101D;
}
.sidebar li i{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li.expanded.submenu-open ul.menu2 li i{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 12px;
  color: #fff;
}
.sidebar li.expanded ul.menu2 li i{
  font-size: 0;
}
.sidebar li.profile{
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #1d1b31;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile{
  width: 250px;
}
.sidebar li .profile-details{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img{
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.sidebar li.profile .job{
  font-size: 12px;
}
.sidebar .profile #log_out{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out{
  width: 50px;
  background: none;
}
.home-section{
  position: relative;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}
.sidebar.open ~ .home-section{
  left: 250px;
  width: calc(100% - 250px);
}
.home-section .text{
  display: inline-block;
  color: #11101d;
  font-size: 25px;
  font-weight: 500;
  margin: 18px
}

/*----------End Menu New Personalizade-------------*/
/*-------Zone top--------------------*/
.nav-item a {
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
}
.administracion-general-interfaz.row,
.add_peces {
  padding: 0px !important;
}
body {
  padding-top: 0px !important;
}
.zone-top #block-menu-menu-menu-top .menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding-left: 0;
}
.zone-top {
  background-color: #756f4c;
  transition: all 0.25s linear;
  height: 45px;
  display: grid;
  align-items: center;
  text-align: center;
  color: white;
}
.footer-thre-row {
  background-color: #000000f2;
  color: white;
}
.title-login-top {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}
.footer-button {
  color: white;
}
.zone-top p {
  margin: 0;
}
header.header-top {
  box-shadow: 0px 5px 5px 0px rgba(1, 0, 1, 0.6);
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.peces-general-tpl {
  margin-top: 200px;
  margin-bottom: 40px;
}
.bibliografias-general-tpl {
  margin-top: 20px;
}
.zone-top #block-menu-menu-menu-top .menu li {
  list-style: none;
  margin: 0px !important;
}
.zone-top #block-menu-menu-menu-top .menu li a {
  color: black;
  font-weight: bold;
  font-family: "Typewriter_Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
}
.bibliografias-general-tpl h1 {
  text-align: center;
}
.body-tpl-front {
  text-align: justify;
}
#block-menu-menu-menu-top .menu li:hover {
  background: #343a40;
}
.home-body{
  text-align: justify;
}
.zone-top #block-menu-menu-menu-top .menu li a:hover {
  color: #a2af87;
}
.docs_add,
.page-administracion,
.Biblioteca-home,
.page-revisiones {
  margin-top: 25px;
}
/*-------End Zone top--------------------*/
/*------Administracion General---------*/
.menu-admi {
  position: fixed !important;
  height: 100%;
  color: white;
  padding-right: 0px !important;
  padding-top: 32px;
}
.admi-cc{
  margin-left: calc(100% - 82.6%);
}
.admi-content-g.row {
  padding: 0;
}
.menu-admi-2 ul {
  display: flex;
  justify-content: space-evenly;
}
.menu-admi-2 ul a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px;
  background: #2b3e50;
}
.menu-admi-2{
  height: 100%;
  width: 100%;
  color: white;
  padding-right: 0px !important;
  padding-top: 32px;
  padding-bottom: 13px;
}
.general-ad {
  margin-top: 40px;
}
.house{
  font-size: 2.09375rem !important;
}
.administracion-general-interfaz {
  padding-top: 0px !important;
  width: 100%;
}
.footer-admin {
  position: fixed;
  bottom: 0;
}
.list-group-admin li {
  list-style: none;
}
.list-group-admin.users li {
  display: flex;
}
.menu-admi .list-group-admin li a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
  padding: 10px;
  width: 100%;
}
.menu-admi-peces .list-group-admin li a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
  padding: 10px 110px 10px 10px;
}
.admin-top {
  padding: 1.5rem 1rem;
}
.lista_s {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lista_s span {
  margin-top: 3px;
  width: 70%;
}
.new-modal-a {
  padding: 0 !important;
  background: none !important;
}
.modal {
  background: #bec2c53b;
}
.roles-grup {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 5px;
  justify-content: space-around;
}
/*------End Administracion General---------*/
/*------Admin normal------------*/
.span-open {
  cursor: pointer;
}
.expanded.d.submenu-open {
  background-color: #4e4e4e !important;
}
.expanded.d:hover {
  background-color: #4e4e4e !important;
}
.menu-admi-aguas .list-group-admin li a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
  padding: 10px 110px 10px 10px;
}

span.span-text {
  border: 0px;
  display: block;
  padding: 7px 10px;
  line-height: inherit;
  box-sizing: initial;
  text-decoration: none;
  color: white;
  font-weight: bolder;
  cursor: pointer;
}
.span-open {
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  text-transform: lowercase;
  width: 100%;
  text-align: right;
  z-index: 1;
  padding-right: 15px;
  line-height: 40px;
}
.foo-add {
  max-width: 245px !important;
}
.expanded {
  position: relative;
}
.expanded.submenu-open ul li {
  max-height: 100px;
  opacity: 1 !important;
  margin-left: 25px;
}
.list-group-admin li.expanded ul li {
  opacity: 0;
  padding: 0px;
}
.expanded ul li {
  max-height: 0px;
}
/*------End Admin normal---------*/
/*------Agregar datos Peces------------*/
.mensaje-su {
  position: fixed !important;
  top: 15%;
  right: 1%;
  z-index: 990;
  height: 80px;
  display: flex;
  align-items: center;
  width: 81%;
  text-align: center;
  justify-content: center;
}
.menu-admi-aguas, .menu-admi-peces {
  position: fixed !important;
  height: 100%;
  color: white;
  padding-top: 16px;
  padding-right: 0px !important;
  z-index: 2;
}
.tipo-r{
  border: 1px solid;
  border-radius: .25rem;
  border-width: 2px;
}
.menu-admi-aguas ul,.menu-admi-peces ul{
  padding-left: 0px;
}
.add_peces {
  width: 100%;
}
.general-ad-peces {
  margin-top: 40px;
}
/*------End Agregar datos Peces------------*/
/*--------Biblioteca-----------------*/
.form-row-export {
  display: grid;
  grid-template-columns: 200px 50px 100px;
  grid-gap: 20px;
  grid-template-rows: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.biblioteca-busqueda {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  margin-bottom: 20px;
}
.biblioteca-busqueda .form-group {
  margin: 0;
}
.field-busqueda-b .busqueda-field {
  margin: auto;
  display: none;
  text-align: center;
}
.field-busqueda-b .busqueda-field.menu-open {
  margin-bottom: 20px;
  display: inherit;
  transition: 2s all;
}
.field-bb {
  margin-bottom: 10px;
}
.field-busqueda-b .busqueda-field {
  background-color: #dadada !important;
}
.card-header {
  font-weight: bold;
}
.text-title-edit {
  display: flex;
  justify-content: center;
}
.form-check-input{
  margin-right: 10px;
}
.container.bootstrap.snippet.col-sm-10 {
  text-align: center;
}
/*--------End Biblioteca-----------------*/
/*-------User Admin Control--------*/
.caracteristicas-user-admin {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  margin-top: 90px;
  text-align: center;
}
.one-a {
  grid-column: 1/4;
  grid-row: 1;
  justify-self: center;
}
.group-admin-user {
  width: 80%;
}
.modal-text-c {
  justify-content: center !important;
}
.modal-content {
  display: inline-table !important;
}
.modal-dialog {
  pointer-events: inherit !important;
  height: 100%;
  margin-top: 0px !important;
  display: grid;
  grid-template-rows: 240px;
  align-content: center;
}
.container-pagination-botom {
  display: flex;
  justify-content: center;
  grid-row: 3;
}
.container-pagination-top {
  display: flex;
  justify-content: center;
  grid-row: 1;
}
.pagination-body {
  grid-row: 2;
}
.links-cochacashu {
  display: none;
}
/*-------End User Admin Control--------*/
/*-------Agregar Documentos--------*/
.formatos-docs {
  margin-top: 40px;
}
.dw-formatos {
  display: grid;
  grid-template-columns: auto auto auto;
}
.dudas {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.subir-formato {
  margin-top: 20px;
}
.subir-formato h3 {
  margin-bottom: 20px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.row {
  padding: 20px 0;
}
.four {
  width: 23.8%;
}
.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%;
}
.col:first-of-type {
  margin-left: 0;
}
.form-add-doc input[type="radio"] {
  display: none;
}
.form-add-doc input[type="radio"] + label {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.form-add-doc input[type="radio"] + label:before {
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none;
}
.form-add-doc input[type="radio"]:checked + label:before {
  display: block;
}
.form-add-doc input[type="radio"] + label h4 {
  margin: 15px;
  color: #ccc;
}
.form-add-doc input[type="radio"]:checked + label {
  border: 1px solid #3498db;
}
.form-add-doc input[type="radio"]:checked + label h4 {
  color: #3498db;
}
.form-referencias-add-css li,
.form-autores-add-css li,
.form-referencias-add-css-autor li,
.form-add-p li {
  display: grid;
  grid-template-columns: 200px auto;
  margin-bottom: 20px;
}
.form-referencias-add-css li:first-child {
  display: none;
}
.none-display {
  display: none !important;
}
/*-------End Agregar Documentos--------*/
/*-------Agregar Autores--------*/
.title_autor_detalle {
  display: grid;
  justify-content: center;
  justify-items: center;
}
.new-body-listabibliografica{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  text-align: justify !important;

}
.new-body-listabibliografica h1{
  margin-bottom: 20px !important;
  text-transform: inherit;
}
.control-users.caracteristicas-user-admin.admin-ustable-responsive.container {
  margin-top: 80px !important;
  margin-bottom: 25px !important;
}
/*-------End Agregar Autores--------*/
/*-------Referencias Vista--------*/
.resumen-general-bi {
  text-align: justify;
}
strong {
  font-weight: bold !important;
}
.copy-res {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  justify-content: space-around;
  width: 100%;
}
.clase-text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.recortar-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.copy,
.res {
  display: grid;
  grid-template-columns: auto auto;
}
.form-referencias-add-css li ul.errorlist,
.none-d {
  display: none;
}
.mensajes-rec {
  padding: 5px !important;
  margin-bottom: 0 !important;
  width: 250px;
}
.img-libros-ref {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/*-------End Referencias Vist--------*/
.container.home-inicio-mon {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0px;
}
.container.home-inicio-mon img {
  height: auto;
  width: 60%;
}
.jumbotron {
  background-color: white !important;
  margin: 0 !important;
  padding-bottom: 20px !important;
}
.inputs-modificar h4 {
  font-size: 16px;
}
.inputs-modificar {
  display: grid;
  justify-items: center;
}
.inputs-modificar input {
  width: 150px;
}
ul#mensemail {
  background: #ff000057;
  padding: 9px 0px 0px 40px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
li.infoemail {
  list-style: none;
}
.change-passs,
.but-profile-suc {
  text-align: center !important;
  margin-bottom: 10px;
  justify-content: center;
}
.text-chn h4 {
  width: 100%;
  text-align: center;
}
.text-chn {
  padding-bottom: 5px !important;
}
.text-chn h4 {
  font-size: 34px;
  font-family: Eboracum;
  font-weight: bold;
}
body {
  padding-top: 3.5rem;
}
.container.bootstrap.snippet .col-sm-10 {
  text-align: center;
}
.modal a.close-modal {
  top: 4.5px !important;
  right: 6.5px !important;
  color: #bbc3cc;
  text-decoration: none;
}
.image-user img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.cant-points-user {
  margin: 0;
}
/*--------------Logo--------------------*/
.logo-cocha {
  width: 70px;
}
.monedero-mon {
  display: grid;
  grid-gap: 20px;
  width: 256px;
  margin: auto;
  justify-items: center;
}
button {
  margin: 2px 0px;
  padding: 15px 24px;
  font-size: 19px;
}
.cartera-m-c {
  display: grid;
  margin-bottom: 25px;
}
.nav-control-monedero {
  flex-direction: column;
  background: #bad4bcc7;
  display: block;
  transform: translateY(78px);
  z-index: 0;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1px 0 20px 0 #3f4d67;
  box-shadow: 1px 0 20px 0 #3f4d67;
  width: 264px;
  height: 100vh;
  top: 0;
}
.content-table-users,
.content-table-users-header {
  text-align: center;
}
tr.content-table-users-header th {
  border-right: 2px solid #ffffff;
}
ul#mens {
  height: 100px;
  text-align: center;
  display: inline-block;
}
ul#mens li.info {
  list-style: none;
}
.mensaje-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.close-message-modal {
  cursor: pointer;
  top: 4.5px !important;
  right: 6.5px !important;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.contenido-transferencias {
  position: relative;
  margin: 0 auto;
  display: block;
  clear: both;
  float: unset;
  right: 0;
  margin-left: 300px;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 30px;
}
.trans-nav.active {
  background: #d4efd6;
}
.nav-control-monedero a {
  color: #343a40;
  padding: 7px 15px;
  margin: 0px 0 0;
  display: block;
  border-radius: 0;
  position: relative;
  font-family: Eboracum;
  text-align: left;
}
p.btn.btn-info.cant-points-user,
a.btn.btn-info,
a.btn.btn-light {
  background: #f1fff2;
  border-color: #d0f1d2;
  color: black;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background: #f1fff2;
  border-color: #d0f1d2;
}
img.monedero-cantidad {
  height: auto;
  width: 100%;
}
.col {
  width: 100%;
  text-align: center;
}
.form-wrapper input[type="radio"] {
  display: none;
}
.form-wrapper input[type="radio"] + label {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.form-wrapper input[type="radio"] + label:before {
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  padding: 0px 0px 0px 8px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none;
}

.form-wrapper input[type="radio"]:checked + label:before {
  display: block;
}

.form-wrapper input[type="radio"] + label h4 {
  margin: 15px;
  color: #ccc;
}

.form-wrapper input[type="radio"]:checked + label {
  border: 1px solid #3498db;
}

.form-wrapper input[type="radio"]:checked + label h4 {
  color: #3498db;
}
.row.cf {
  display: grid;
  grid-template-columns: auto auto auto;
  width: 100%;
  margin: auto;
}
.money-100 {
  grid-column: 2;
}
.button-cupon {
  text-align: center;
}
.contenido-transferencias h1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-family: Eboracum;
}
.tranferencia-user h4 {
  font-size: 24px;
}
.tranferencia-user {
  text-align: center;
}
.icon-cel {
  padding-right: 6px;
}
.icon-cel img {
  width: 25px;
}
.display-3 {
  font-size: 2.5rem;
}
/*-------------------Peces------------------------*/
/*-------------Colecta Form---------------------*/
.colecta-form li:last-child {
  display: none;
}
.info-top,
.info-med {
  display: flex;
  justify-content: center;
}
.info-p2,
.data-es {
  width: 55%;
  margin-left: 30px;
}
.img-especimen,
.info-p1 {
  width: 45%;
}
.messages.me-i {
  margin-top: 90px !important;
}
/*-------------End Colecta Form---------------------*/
/*-------------Taxonomias---------------------*/
.taxos-inicio {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
  justify-items: center;
  margin-top: 30px;
  justify-content: center;
}
.taxos-inicio a div {
  width: 120px;
  height: 60px;
  padding-top: 18px;
}
.especie {
  grid-column: 1/4;
}
/*-------------End Taxonomias---------------------*/
/*-------------Personal---------------------*/
.data-personal {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  margin-top: 20px;
  text-align: center;
}
/*-------------End Personal---------------------*/
/*-------------Localidad Imagen---------------------*/
.img-localidad img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}
/*-------------End Localidad Imagen---------------------*/
/*-------------Estadisticas---------------------*/
.busqueda-field-estadisticas {
  margin: auto;
}
/*-------------End Estadisticas---------------------*/
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .biblioteca-busqueda {
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
  }
  .nav-control-monedero {
    width: 210px;
  }
  .nav-control-monedero a {
    font-size: 15px;
  }
  .contenido-transferencias {
    margin-left: 210px;
  }
  .contenido-transferencias h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .control-users {
    font-size: 15px;
  }
  .control-users tr p {
    margin: 0;
  }
  .control-users td {
    padding: 15px 15px 0px 15px;
  }
  .contenido-transferencias table a {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .links-manu-top {
    display: none;
  }
  .links-cochacashu {
    display: inherit;
  }
  .container.home-inicio-mon img {
    height: auto;
    width: 100%;
  }
  .nav-control-monedero a {
    text-align: center;
  }
  .text-chn h4 {
    font-size: 30px;
  }
  .edit-cupones h4 {
    font-size: 18px;
    text-align: center;
    font-family: auto;
    width: 100%;
  }
  .inputs-modificar {
    display: grid;
    justify-items: center;
  }
  .inputs-modificar input {
    width: 170px;
  }
  .edit-cupones h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    font-family: Eboracum;
  }
  .contenido-transferencias table a {
    margin-bottom: 10px;
  }
  .nav-control-monedero {
    transform: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    grid-template-columns: auto auto auto;
    display: grid;
    height: 45px;
    z-index: 1;
    top: auto;
    justify-items: center;
  }
  .nav-content-inicio {
    position: relative;
  }
  .cupones {
    position: relative;
  }
  .contenido-transferencias {
    margin: auto;
    min-height: auto;
    padding-bottom: 55px;
  }
  .row.cf {
    width: 350px;
  }
  .form-wrapper input[type="radio"] + label h4 {
    margin: 10px;
    font-size: 18px;
  }
  .tr-di {
    margin: 0;
  }
}
@media (max-width: 620px) {
  .text-chn h4 {
    font-size: 28px;
  }
  .edit-cupones .form-group {
    margin: 5px;
  }
  .control-users {
    font-size: 12px;
  }
  .contenido-transferencias h1 {
    font-size: 28px;
  }
  .contenido-transferencias {
    padding-left: 5px;
    padding-right: 5px;
  }
  .icon-cel {
    padding-left: 40%;
    padding-right: 40%;
  }
  .nav-control-monedero a {
    font-size: 12px;
  }
  .nav-control-monedero {
    height: 60px;
  }
  .btn-success {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .nav-control-monedero {
    height: 75px;
  }
  .contenido-transferencias {
    padding-bottom: 80px;
  }
  .row.cf {
    width: 300px;
  }
  .form-wrapper input[type="radio"] + label h4 {
    font-size: 14px;
    margin: 8px;
  }
  .btn-success {
    font-size: 14px;
  }
  .inputs-modificar textarea {
    width: 100%;
    height: 50px;
  }
  .inputs-modificar h4 {
    font-size: 14px;
  }
  .edit-cupones {
    padding: 15px 10px !important;
  }
}
