
@import url('font/font.css');

:root {
    --dark: #434343;
    --border: #f0f2f4;
    --blue: #3a9ed7;
    /* --family: 'FontNormal', sans-serif; */
    --family: 'FontNormal', sans-serif;
    /* --familyCondensed: 'FontCondensed', sans-serif; */
    --border-raduis: 3px;
    --gray: #f9f9f9;
    --white: #fff;
    --boton-two: #ce7624;
}
body {
    background-color: #fbfbfb;
    color: #494949;
    -webkit-font-smoothing: antialiased;
    font-size: 16.5px;
    line-height: 23px;
    font-family: var(--family);
    font-weight: normal;
	margin: 0;
    padding: 0;
    letter-spacing: -.2px;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
::selection {
	background:#6ba9c6;
	color:var(--white);
}
html {
	overflow-y:scroll;
}
header {
    overflow: visible;
    background: var(--white);
}
p {
    margin: 0px;
    padding: 2px 0px;
    overflow: hidden;
}
h1, h2, h3, h4, .menu ul a,
article h1, article h2 {
    font-weight: 500 !important;
    color: var(--dark);
}
strong {
    font-weight: 500 !important;
}
h1,h2,h3,h4 {
	padding: 0;
	margin: 0px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
article {
    overflow: hidden;
}
section {
    overflow: hidden;
}
article h1,
article h2 {
    font-size: 26px;
    line-height: 27px;
}
blockquote {
    margin: 10px 0px;
    padding: 18px 10px;
    background-color: #f9f9f9;
    border: 1px solid var(--border);
    font-size: 15px;
}
blockquote > span {
    padding: 4px 8px;
    display: block;
    margin: 0 0 10px 0;
    background: #f1f1f1;
    font-weight: bold;
    color: #25323e;
}
input,
select,
textarea,
button,
option {
  font-family: var(--family);
  line-height: 20px;
  font-size: 16.5px;
  letter-spacing: -.2px;
}
a {
	color:var(--blue);
	text-decoration:none;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;

}
a:hover {
	color:var(--dark);
	text-decoration:none;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;

}
img {
    border: 0px;
    max-width: 100%;
}
img[title="smiley"],
img[title="sad"],
img[title="wink"],
img[title="laugh"],
img[title="frown"],
img[title="cheeky"],
img[title="blush"],
img[title="surprise"],
img[title="indecision"],
img[title="angry"],
img[title="angel"],
img[title="cool"],
img[title="devil"],
img[title="crying"],
img[title="enlightened"],
img[title="no"],
img[title="yes"],
img[title="heart"],
img[title="broken heart"],
img[title="kiss"],
img[title="mail"]
{
    width: 20px;
    margin: 0 5px -5px 5px !important;
    height: auto;
}
aside {
    margin-right: -4px;
}

.titulo-info.color-negro img[alt="online"],
.titulo-info.color-negro img[alt="offline"] {
    width: 10px;
}
.contenedor {
    max-width: 1350px;
    padding: 0 12px;
    margin: 0px auto;
    overflow: hidden;
}
.fila {
    overflow: hidden;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
}
.columna {
    float: left;
    padding: 8px;
    width: 100%;
}
.columna-g-3 {
    width: 25%;
}
.columna-g-6 {
    width: 50%;
}

.columna-g-9 {
    width: 75%;
}
.user-options .titulos {
    padding-left: 0;
}
.subir {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 10px;
    cursor: pointer;
    text-align: center;
    background-color: var(--blue);
    display: none;
    color: var(--white);
    border-radius: var(--border-raduis);
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
}
.subir i {
    font-size: 19px;
    line-height: 34px;
}
.izquierda {
	float: left !important;
}
.derecha {
    float: right !important;
}
.logo a {
    float: left;
    outline: none;

}
.logo img {
    max-width: 141px !important;
    float: left;
    padding: 3px 0;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;

}
.menu-mini .logo img {
max-width: 124px !important;
    padding: 5px 0;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s

}
.menu ul a {
    padding: 9px 7px;
    font-size: 13.5px;
    line-height: 23px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
}
.menu ul a:hover,
.options a:hover {
    opacity: .7;
}
.menu-lista {
    float: right;
    overflow: hidden;
    display: inline;
}
.menu ul {
    float: right;
    width: auto !important;
}
.menu ul li {
    float: left;
    position: relative;
    display: inline;
}
.menu-activo {
    background-color: unset !important;
}
.menu-activo a {
    color: var(--blue) !important;
}
.titulos {
	overflow: hidden;
	padding: 0px 12px;
}
.titulos h4,
.titulos h3 {
    font-size: 21px;
    line-height: 22px;
    display: block;
    font-weight: 500 !important;
}
.titulo-info {
    font-size: 13px;
    color: #949494;
    line-height: 16px;
    padding: 6px 0;
    display: block;
    padding-bottom: 0;
}
.titulo-info.titulo-info2 {
    padding-bottom: 0;
}
.titulo-estadistica {
    border: 1px solid var(--border);
    color: var(--dark);
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    display: block;
    float: left;
    height: 50px;
    line-height: 13px;
    margin: 0 0 0 10px;
    text-transform: lowercase;
    width: auto;
    min-width: 50px;
    background-color: var(--white);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 11px 6px;
}
.titulo-datos {
    overflow: hidden;
}
.titulo-datos p {
    padding-bottom: 4px;
}
.titulo-info a {
    font-weight: 500 !important;
}
.titulo-info a:hover {
    color: var(--dark) !important;
}
.titulo-info2 a {
    padding: 4px 5px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #807d7d;
    background: var(--border);
    border: none;
    line-height: 13px;
}
.titulo-info2 a:hover {
    text-decoration: none;
}
.avatares a {
    display: inline;
    float: left;
}
.fondo-blanco {
    margin: 50px auto !important;
    min-height: 516px;
}
.menu {
    box-shadow: 0px 0px 9px #00000008;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    background: var(--white);

}
.menu.menu-mini {
    padding: 4px 0;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;

}
.item-cursos {
    background-color: #25323e;
}
.global-post {
    overflow: hidden;
    margin-bottom: 12px;
    padding: 18px;
    border: 1px solid var(--border);
        background: var(--white);

}
.listar.texto-centrado {
    text-align: center;
}
.global-post .avatares {
    padding-top: 5px;
}
.listar-enlaces {
    padding: 8px 16px !important;
    border: 1px solid var(--border);
    border-top: 0px;
    display: inline-block;
    width: 100%;
    color: var(--dark);
}
.listar-enlaces:hover {
    text-decoration: none;
    background: var(--gray);
}
.fila.registro .columna {
    padding-top: 0;
}
.titulos p {
     line-height: 20px;
    display: block;
    font-size: 15.5px;
    padding: 6px 0;
    padding-bottom: 0;
}
.logo {
    padding: 0;
    color: var(--white);
    font-size: 25px;
    overflow: hidden;
}

.extras {
    border: 1px solid var(--border);
        background: var(--white);
            padding: 11px 0;
        /* box-shadow: 0px 2px 7px 0px #0000001f; */
}
.extras h3 {
  font-size: 14px;
    padding: 8px;
    text-transform: uppercase;
}
.extras ul li a {
    padding: 10px 12px;
    position: relative;
    display: inline-block;
    color: var(--dark);
    width: 100%;
    font-size: 12.5px;
    line-height: 15px;
    font-weight: 500;
}
.extras ul li a:hover {
    background: var(--gray);
}
.extras ul li a i {
    font-size: 15px;
    margin: 0px 7px 0 0;
    display: inline;
    float: left;
    color: var(--dark);
        padding-left: 3px;
            min-width: 23px;
}
.extras ul li a img {
    padding-right: 8px;
}
.listar-separador.stats-home {
    background: transparent !important;
}
.bloque-lista-botones {
    padding: 8px 0;
    margin: 12px 0 0 0;
    overflow: hidden;
    text-align: center;
}
.bloque-lista-botones a {
    color: var(--dark);
    padding: 9px 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    margin-bottom: 4px;
    text-decoration: none !important;
    border: 1px solid transparent;
    font-weight: bold;
}
.bloque-lista-botones a:hover {
    background: var(--border);
    color: var(--blue) !important;
}
.b-l-b-activo {
    color: var(--dark) !important;
    background: var(--border);
}
.categoria-activo {
    background: var(--border);
}
.listar-separador {
    border: 1px solid var(--border);
    overflow: hidden;
    padding: 18px;
    margin-bottom: 12px;
        background: var(--white);
}
.post-stiky {
    background: #ebf7ff;
}
.post-stiky h4 img {
    margin: 0px 5px -3px 0;
}
.listar-borde-arriba {
    border-top: 1px solid var(--border);
}
.content img {
    display: inline-block;
    margin: 8px 0;
    max-width: 80%;
}
.content {
    margin: 12px 0;
        line-height: 25px;
        font-size: 16.5px;
}
.content-search {
    margin: 12px 0;
}
.registro h4 {
    font-weight: bold !important;
    line-height: 22px;
    font-size: 22px;
}
.fondo-blanco {
    background-color: transparent;
}
.listar {
    overflow: hidden;
}
.boton {
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid var(--blue);
    display: inline-block;
    line-height: 16px;
    outline: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: var(--blue);
    color: var(--white);
    border-radius: var(--border-raduis);
    font-family: var(--family) !important;
}
.boton:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.boton-inverso,
.boton-pequenio {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.boton-inverso:hover,
.boton-pequenio:hover {
    background-color: var(--blue) !important;
    color: var(--white);
    border-color: var(--blue);
}
.desactivada {
    position: fixed;
    right: 7px;
    top: 11px;
    z-index: 999;
}
.desactivada a {
    cursor: pointer;
}
/* New styles */
.options {
    padding-left: 12px;
    overflow: hidden;
}
.options a {
    position: relative;
    display: inline;
    cursor: pointer;
    color: var(--dark);
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 21px !important;
    line-height: 22px;
    float: right;
     padding: 9px 6px !important;
}

.options a.icono-noti i {
    font-size: 17px;
}
.options .menu-responsive {
    display: none;
}
.add-post {
    margin-top: 12px;
    text-align: right;
}
.add-post a {
    width: 100%;
}
.page-user p:first-of-type {
  float: left;
  width: 100%;
}
.notificacion-globo {
    font-size: 10px;
    height: 15px;
    min-width: 15px !important;
    position: absolute;
    z-index: 0;
    margin-top: -9px;
    margin-left: -7px;
    text-align: center;
    line-height: 16.5px;
    color: var(--white);
    background-color: #c9302c;
    border-color: #ac2925;
    border-radius: 100%;
    font-weight: bold;
    padding-right: 1.5px;
}
.icono-like.boton-rojo {
    opacity: .5;
}
.pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    padding: 7px 12px;
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    display: inline-block;
}
.texto-12 {
    font-size: 13px;
}
.recordar {
    display: table;
    width: 100%;
    padding: 0;
    margin: 12px 0 0 0;
}
.recordar input {
    float: left;
}
.recordar label {
    float: left;
    padding: 0 !important;
}
.formulario label {
    font-weight: bold;
    display: block;
    padding: 6px 0px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}
.formulario textarea {
	min-height: 200px;
}
.formulario input[type="text"],
.formulario input[type="tel"],
.formulario input[type="date"],
.formulario input[type="password"],
.formulario input[type="email"],
.formulario input[type="date"],
.formulario textarea,
.formulario select {
    width: 100%;
    outline: none;
    padding: 16px;
    display: block;
    font-size: 16.5px;
    color: var(--dark) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--border);
}
.formulario select {
        padding: 11.5px 16px;
        color: #d0cfcf !important;
}
.formulario select.has-value {
    color: var(--dark) !important;
  }
.formulario select option {
    color: var(--dark);
}
#formEditPerfil select {
    color: var(--dark) !important;
}
::-webkit-input-placeholder { 
	color: #d0cfcf;
}

.alerta-verde {
    color: var(--dark);
    padding: 10px !important;
    font-size: 15px;
    border: 1px solid transparent;
    background-color: #f6fff6;
    border-color: #a9ffa9;
}
.alerta-rojo {
    color: var(--dark);
    padding: 10px !important;
    font-size: 15px;
    border: 1px solid transparent;
    background-color: #fff6f6;
    border-color: #ffa9a9;
}
.alerta-verde a,
.alerta-rojo a,
.texto-12 {
    font-weight: 500;
}
.alerta-rojo span, .alerta-verde span {
    display: block;
}
.footer {
    background: #f3f3f3;
    padding: 60px 0px;
    border-top: 1px solid var(--border);
}
.footer h4 {
    font-size: 20px;
    margin-bottom: 17px;
}
.footer .columna {
    position: relative;
}
.footer ul li {
display: block;
    padding-bottom: 8px;
}
.footer ul li a {
    display: block;
    color: var(--blue);
}
.footer .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer .center img {
    float: left;
    max-width: 193px;
}
.footer .center a {
    float: left;
}
.post-footer {
    text-align: center;
    padding: 14px;
    font-size: 14px;
    background-color: #ededed;
}
.fila.registro .columna {
    position: relative;
}
.fila.registro .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fila.registro .center a {
    min-width: 206px;
}
.page-user.avatares {
    width: 130px;
    padding-top: 0 !important;
}
.page-user.avatares img {
    width: 100% !important;
    height: 130px !important;
    display: block;
}
.page-user.avatares .etiqueta-rango {
    display: block;
    float: left;
    width: 100%;
    margin-top: 6px;
}
.page-user.avatares + .titulo-datos + .titulos .titulo-info,
.page-user.avatares + .titulos .titulo-info,
.page-user.avatares + .derecha + .titulos .titulo-info {
    padding: 4px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark);
}
.page-user.avatares + .derecha + .titulos .titulo-info a {
    text-transform: lowercase;
}
.category-home h4 a {
    color: var(--dark);
}
.category-home .avatares,
#cargar-listado .avatares {
    width: 48px;
    text-align: center;
}
.category-home .avatares a {
    float: none !important;
    display: inline-block;
}
.category-home .avatares i {
    color: var(--dark);
    font-size: 32px;
    padding-top: 4px;
    display: inline;
    float: left;
}
.category-home .titulos h2 {
    font-size: 22px;
    line-height: 24px;
    /* font-weight: 500 !important; */
}
.stats-home {
    border: none !important;
    padding: 0 !important;
}
.stats-home span {
    border: 1px solid var(--border);
    display: inline-block;
    padding: 15px 24px;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    background: var(--white);
}
.activar-cuenta {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.titulos h4 a i.far,
.titulos h3 a i.far {
    font-size: 17px;
    float: left;
    margin: 2px 4px 0px 0;
}
.cookies {
    position: fixed;
    right: 13px;
    bottom: 13px;
    z-index: 10;
    background: var(--white);
    max-width: 324px;
    border: 1px solid #ebebeb;
    text-align: left;
    padding: 28px;
    font-size: 15px;
    box-shadow: 0px 1px 8px #d9d9d9;
}
.cookies span {
    display: block;
    margin-bottom: 12px;
}
.cookies a.boton {
    margin-top: 6px;
    width: 100%;
}
#respuesta-alerta-recuperar,
#respuesta-alerta,
#respuesta-alerta-registro,
#respuesta-editor-alerta {
    margin-top: 6px;
}
.respuestas-span {
    color: var(--dark) !important;
    font-size: 17px !important;
    font-weight: bold !important;
}
.extras-respuestas ul li a {
    padding: 11px 12px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
}
.extras-respuestas ul li a span {
    color: var(--blue); 
    font-size: 12px;
}
.extras-respuestas ul li a span + span {
    color: #949494; 
    font-size: 12px;
}
.extras-respuestas h3 a img {
    float: right;
    width: 12px;
    margin: 6px 0 0 0;
    cursor: pointer;
}
.extras-respuestas ul  {
    position: relative;
}
#preloadcom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: var(--white);
    border-bottom: 1px solid var(--border);
}
#preloadcom img {
    position: relative;
    top: 47%;
    left: 50%;
    z-index: 9;
}
.ultimos-texto {
    display: block;
    overflow: hidden;
}
.content a {
    background: #f9f9f9;
    padding: 0 5px;
    display: inline-block;
}
.borde-verde img {
    border-color: #4be08e !important;
}
.oculto {
    display: none;
}
.borde-extras a {
    border-bottom: 1px solid var(--border) !important;
}
.agregar-post a {
    padding: 12px 60px !important;
}
.participar {
    background: #fff1b2;
    font-size: 14px;
    color: #676767;
    padding: 8px;
}
.participar a {
    font-weight: bold;
}
.boton-grande {
    padding: 12px !important;
    font-size: 15px !important;
    min-width: 140px;
}
.oculto-2 {
    display: none !important;
}

.formulario.page {
    position: relative;
}
.formulario.page button {
    position: absolute;
    right: 13px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.formulario.page button i {
    font-size: 19px;
}

.verde,
.azul {
    background-color: #f6fff6;
    border-color: #a9ffa9;
}
.rojo {
    background-color: #fff6f6;
    border-color: #ffa9a9;
}
.margen-arriba {
    margin-top: 12px !important;
    overflow: hidden;
}
.margen-abajo {
    margin-bottom: 12px !important;
    overflow: hidden;
}
#resultados {
    background: var(--white);
    display: none;
}
#cargar-listado {
    overflow: hidden;
    padding: 0;
    list-style: none;
    margin: 0;
}
#loader {
    display: none;
}
.editor-item {
    cursor: pointer;
    margin: 0 7px 0 0;
    border: 1px solid var(--border);
    padding: 4px;
    float: left;
}
.formulario-pequenio {
    max-width: 250px;
}
.formulario-pequenio * {
    padding: 4px 8px !important;
    font-size: 15px !important;
}
.editor-alto {
    overflow: hidden;
    min-height: 394px;
    position: relative;
}
.editor-alto-2 {
    overflow: hidden;
    min-height: 294px;
    position: relative;
}
.error_subida {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.etiqueta-rango {
    border: 1px solid var(--blue);
    text-align: center;
    white-space: nowrap;
    margin: 2px 2px 2px 0px;
    padding: 2px 7px;
    font-size: 13px;
    background-color: var(--white);
    color: var(--dark);
    cursor: default;
    display: inline-block;
    font-weight: bold;
    min-width: 90px;
}
.borde-derecha-0 {
    border-right: 0px !important;
}
.centrar-icono {
    padding: 20px !important;
    border-right: 0px !important;
}
.centrar-icono-p {
    padding: 6px 8px !important;
}
.centrar-icono-p::before {
    content: "\f164";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 13px;
}
.margen-izquierda-2 {
    margin-left: 4px;
}
.boton-ancho {
    min-width: 78px;
}
.avatares img {
    padding: 2px;
    border: 1px solid var(--border);
    width: 48px;
    height: 48px;
    object-fit: cover;
    display: inline;
    float: left;
}
.opciones-post {
    overflow: hidden;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    margin-top: 14px;
}
#sonido {
    display: none;
}
.useronline {
    font-size: 12px;
}


/* ON CKEditor */
.cke_editable {
    padding: 16px;
    background: white;
}
.cke_inner {
    background: unset !important;
}
.cke_editable::-webkit-scrollbar {
    width: 6px;
}
/* Fondo del canal */
.cke_editable::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Barra */
.cke_editable::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
    min-height: 20px;
}
/* Hover en la barra */
.cke_editable::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
.cke_editable img {
	max-width: 80% !important;
	margin: 4px 0px;
}
.cke_top,
.cke_contents,
.cke_bottom{
    border: 1px solid transparent !important;
    border-color: var(--border) !important;
}
/* .cke_top {
    border-bottom: 0px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cke_contents {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.cke_contents_hover {
    border-color: var(--border) !important;
    outline:none !important;
    -webkit-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    transition: 0.2s !important;
} */
/* 
END CKEditor
*/


.user-online {
    overflow: hidden;
    float: left;
    margin: 0 8px 8px 0;
}
.user-online p {
    padding-bottom: 0px;
}
.video-adaptable {
  width: 100%;
  max-width: 800px; /* opcional: límite de ancho */
  aspect-ratio: 16 / 9;
  position: relative;
      margin: 8px 0;
}

.video-adaptable iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.editor-alto-2 .alerta-rojo,
.editor-alto .alerta-rojo {
    padding: 9px !important;
}


/*
Diseño moderno
*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.fondo-blanco {
    margin: 100px auto 20px auto !important;
}
.contenedor.fondo-blanco > .fila:first-of-type > .columna.columna-g-3 {
    position: fixed;
    width: 180px;
    margin-left: -180px;
}
header .menu .contenedor {
    max-width: 1451px !important;
}
.contenedor.fondo-blanco > .fila:first-of-type > .columna.columna-g-9 {
    width: 100%;
}
.contenedor {
    max-width: 1100px !important;
}
.invisible {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
/*
Fin
*/
a.account {
    background: var(--blue);
    color: white;
    padding: 9px 15px !important;
    font-size: 15px !important;
    line-height: 15px;
    border-radius: var(--border-raduis);
    display: inline;
    margin: 2px 0;
    margin-left: 6px;
    border: 2px solid var(--blue);
    font-weight: 500;
    float: right;
}
a.account:hover {
    opacity: 1 !important;
    background-color: transparent;
    color: var(--blue);
    border-color: var(--blue);
}
.banner {
    position: relative;
    height: 416px;
    margin-top: 70px;
    margin-bottom: -70px;
}
.banner .center {
    position: absolute;
    z-index: 2;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 700px;
}
.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #294fc0d6;
    z-index: 1;
}
.banner .center h1 {
    color: white;
    line-height: 48px;
    font-size: 43px;
    font-weight: 600 !important;
}
.banner img {
    width: 100%;
    object-fit: cover !important;
    height: 416px;
    object-position: center;
}
.banner .center .botones-home {
    margin-top: 24px;
}
.banner .center .botones-home a {
    margin: 0 4px;
    padding: 16px !important;
    min-width: 177px;
    font-size: 16px !important;
    background-color: transparent;
    border-color: white;
}
.banner .center .botones-home a:hover {
    color: black;
    background-color: white;
}
.banner .center .botones-home a:last-child {
background: white;
    color: black;
}
.banner .center .botones-home a:last-child:hover {
    opacity: .9;
}


.prettyprint { 
    position: relative;
    padding-top: 32px !important;
}
.copy-code i {
    font-size: 14px;
    margin-right: 2px;
}
.copy-code {
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 13px;
    background: unset !important;
    cursor: pointer;
    color: var(--dark);
    font-family: var(--family);
    letter-spacing: 0;
    padding: 5px !important;
    line-height: 16px;
    user-select: none;
    -moz-user-select: none;
}





















/* Responsive Small */
@media all and (max-width: 1458px) {


.contenedor.fondo-blanco > .fila:first-of-type > .columna.columna-g-3 {
    position: unset;
    margin-left: unset;
    width: 25%;
}

.contenedor.fondo-blanco > .fila:first-of-type > .columna.columna-g-9 {
    width: 75%;
}

}

/* Responsive Small */
@media all and (max-width: 800px) {


.copy-code {
    font-size: 0;
}
.copy-code i {
    margin: 0;
    font-size: 17px;
}



.contenedor.fondo-blanco.pages-fixed > .fila:first-of-type > .columna.columna-g-3 {
    display: none !important;
}

article h1, article h2 {
    font-size: 24px;
}

    .titulos h4, .titulos h3 {
    line-height: 25px;
}

a.account {
    margin-right: 6px;
}


.account {
    float: left !important;
}
.banner {
    height: 342px;
    margin-bottom: -68px;
}

.banner .center h1 {
    font-size: 37px;
    line-height: 43px;
}
.banner .center .botones-home {
    margin-top: 20px;
}
.banner .center .botones-home a {
    min-width: 156px;
}
.banner img {
    height: 342px;
}
.banner .center {
    width: 100%;
    padding: 0 12px;
}


.content img {
    max-width: 100%;
}

    .prettyprint {
    font-size: 14.5px !important;
}

.content {
    font-size: 17px;
    line-height: 23px;
}
.options a.icono-noti i {
    font-size: 19px;
}

    .page-user.avatares + .derecha + .titulos .titulo-info {
        padding-bottom: 2px;
    }
    .page-user.avatares + .derecha + .titulos .titulo-info a {
        text-transform: lowercase;
    }

.page-user.avatares + .derecha + .titulos h4,
.page-user.avatares + .derecha + .titulos h3 {
    margin-bottom: 4px;
}


    .icono-noti.menu-responsive .far.fa-times {
                font-size: 24px;
        opacity: .7;
    }
    .menu-lista ul {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100% !important;
        height: 100vh;
        background: var(--white);
        transition: left 0.2s ease;
        z-index: 9;
        border-right: 1px solid var(--border);
    }

    .menu-lista.open ul {
        left: 0;
    }

    .menu-lista ul li {
        top: calc(18%);
        transform: translateY(-50%);
        display: block !important;
        text-align: center;
        position: relative;
        width: 100%;
    }
    .menu ul a {
            font-size: 20px;
        display: block;
        padding: 4px 8px;
}

.logo {
    position: relative;
    z-index: 99;
}
.options {
    position: relative;
    z-index: 99;
}


.menu-responsive {
    display: block !important;
}

 .columna {
     width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
}
.titulos p {
    display: none;
}
    .fondo-blanco {
    margin: 73px auto 8px auto !important;
}

.extras {
    border: none;
        margin-top: 6px;
                margin-bottom: -6px;
                background: transparent;
}
.extras h3 {
    display: none;
}
.extras ul {
    text-align: left;
}
.extras ul li {
    display: inline-block;
        margin: 0 6px 9px 0;
}
.extras ul li a {
    padding: 8px;
        font-size: 12px;
        background: var(--border);
        font-weight: bold;
        border: 1px solid transparent;
        min-width: 113px;
        text-align: center;
}

.extras ul li a.categoria-activo {
    background-color: var(--white);
        border: 1px solid var(--border);
}
.extras ul li a i{
    font-size: 13px;
        margin: 0 5px 0 0;
        padding-left: 0;
        color: var(--blue);
        float: none;
} 
    .footer .center img {
    max-width: 181px;
}
    .stats-home .fila .columna {
           width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .stats-home span {
    font-size: 12px;
}
.listar-separador {
        padding: 12px;
        position: relative;
}

.category-home .avatares, 
#cargar-listado .avatares {
        position: absolute;
        right: 0;
        bottom: 0;
        width: unset;
        z-index: 1;
}

.titulos {
    padding: 0px !important;
}
.global-post {
    padding: 12px;
}
.etiqueta-rango {   
    min-width: 100px !important;
}
.contenedor {
    padding: 0 8px;
}
.category-home .avatares i {
font-size: 20px;
        border: 2px solid transparent;
}
.category-home .titulos h2 {
    font-size: 21px;
}
.global-post .avatares {
    padding-right: 5px;
    padding-top: 6px;
}
.global-post .avatares img {
    width: 48px;
    height: 48px;
}
/* .prettyprint {
        font-size: 13.5px !important;
        
    } */
.listar-separador.stats-home {
    margin-bottom: 0;
}
.titulo-estadistica {
    float: right;
        margin: 13px 0 0 5px;
        height: 40px;
        min-width: 44px;
        font-size: 12px;
        padding: 6px 6px;
        display: none;
}
.the-post .titulo-estadistica {
    display: block !important;
}

.category-home .titulos {
    max-width: 100%;
}

.titulos {
    max-width: 100%;
}
.avatares img {
    width: 30px;
        height: 30px;
}
.addpost {
            font-size: 0 !important;
        width: auto !important;
        padding: 12px !important;
        min-width: unset !important;
        border-radius: 100% !important;
        padding: 0 !important;
        height: 40px;
        width: 40px !important;
        line-height: 39px;
}
.addpost:before {
    content: "\f067";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 18px;
}
.add-post {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 999;
}
.footer .fila {
    flex-wrap: wrap;
}
.footer .columna {
    width: 50% !important;
    flex: 0 0 50% !important;
}
.footer .center {
position: relative;
        left: unset;
        width: 100%;
        text-align: center;
        float: left;
        transform: translateY(-50%);
        margin-left: -28px;
}
.footer .center a,
.footer .center a img {
    float: unset;
}
.footer {
    padding: 32px 4px;
}
aside {
    margin-right: unset ;
}
.cookies {
    left: 13px;
}
.post-footer {
    font-size: 11.5px;
}
.fila.registro .center {
position: relative;
        transition: unset;
        text-align: center;
        margin: 90px 0 20px 0;
        top: unset;
        transform: unset;
        left: unset;
}

    
}