@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.eot');
    src: url('fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ubuntu-b-webfont.woff2') format('woff2'), url('fonts/ubuntu-b-webfont.woff') format('woff'), url('fonts/ubuntu-b-webfont.ttf') format('truetype'), url('fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-r-webfont.eot');
    src: url('fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ubuntu-r-webfont.woff2') format('woff2'), url('fonts/ubuntu-r-webfont.woff') format('woff'), url('fonts/ubuntu-r-webfont.ttf') format('truetype'), url('fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('fonts/ubuntu-l-webfont.eot');
    src: url('fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ubuntu-l-webfont.woff2') format('woff2'), url('fonts/ubuntu-l-webfont.woff') format('woff'), url('fonts/ubuntu-l-webfont.ttf') format('truetype'), url('fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url('fonts/ubuntu-m-webfont.eot');
    src: url('fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ubuntu-m-webfont.woff2') format('woff2'), url('fonts/ubuntu-m-webfont.woff') format('woff'), url('fonts/ubuntu-m-webfont.ttf') format('truetype'), url('fonts/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'ubunturegular';
    outline: 0px;
}

html,
body {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

#cargando {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff url('../imag/ajax-loader.gif') no-repeat center;
    z-index: 9999999;
}

.clear {
    clear: both;
}

.container {
    max-width: 1200px;
}

.single-entry-content-holder strong,
.single-entry-content-holder b {
    font-weight: 700;
    font-family: 'ubuntubold';
}

header {
    position: relative;
    transition: all 0.8s ease;
    width: 100%;
}

header .fixed-nav {
    background: #3b3b3b;
    padding: 0;
    transition: all 1.3s ease;
    top: -120px;
}

header .fixed-nav.fxn {
    top: 0;
    transition: all 1.3s ease;
}

.single header #wrap-menu {
    background: #3b3b3b;
    padding: 0;
}

.single header .fixed-nav {
    background: #3b3b3b;
    padding: 0;
    transition: all 0.8s ease;
    top: 0;
}

.single .menu-normal {
    display: none;
}

header .logo {
    width: 30%;
    display: inline-block;
    padding: 28px 0 10px;
}

.single #wrap-menu {}

#wrap-menu {
    width: 100%;
    display: block;
    right: 0;
    left: 0;
}

body.single-post {
    padding-top: 108px;
}

.wpdberror {
    display: none;
}

.page header .logo,
.category header .logo,
.archive header .logo {
    padding: 10px 0;
    width: 250px;
}

header .logo img {
    width: 100%;
}

header .tu-opinion {
    background: #3b3b3b;
    color: #fff;
    font-family: 'ubuntulight';
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    top: 0;
    right: 50px;
}

.page header .tu-opinion,
.category header .tu-opinion,
.archive header .tu-opinion {
    right: 380px;
}

.fecha-ago {
    color: #f7e135;
}

.page .login-box .regular-author-avatar-holder,
.category .login-box .regular-author-avatar-holder,
.archive .login-box .regular-author-avatar-holder {
    margin-top: 2px;
}

.page .box-ingresar,
.category .box-ingresar,
.archive .box-ingresar {
    margin-bottom: 5px;
}

.page .botones-nav,
.category .botones-nav,
.archive .botones-nav {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 61px;
}

.page .login-box .btn-ingresar,
.category .login-box .btn-ingresar,
.archive .login-box .btn-ingresar {
    bottom: 61px;
    right: 100px;
    top: auto;
}

header .tu-opinion b {
    font-family: 'ubuntubold';
}

header .datos-header {
    display: inline-block;
    float: right;
    padding-bottom: 40px;
    margin-top: 70px;
}

header .datos-header .item-datos-header {
    color: #3b3b3b;
    display: inline-block;
    margin-right: 25px;
}

header .datos-header .item-datos-header:last-child {
    margin-right: 0;
}

header .datos-header .item-datos-header i {
    font-size: 32px;
    float: left;
}

header .datos-header .item-datos-header .cifra-datos-header {
    font-size: 14px;
    padding-left: 48px;
    text-transform: uppercase;
}

header .datos-header .item-datos-header .cifra-datos-header span {
    color: #d64c93;
    font-family: 'ubuntubold';
    font-size: 21px;
    display: block;
    line-height: 17px;
}

header #main-navigation {
    background: #3b3b3b;
    transition: all 0.8s ease;
    width: 100%;
    /*position:fixed;width:100%;z-index:99;top:0;*/
}

.single header #main-navigation {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

.main-navigation-list .main-navigation-item.active {
    background: #2b2e30;
}

header .dark-blue-bg {
    background: #3b3b3b;
}

.main-navigation-list .main-navigation-item {
    font-size: 13px;
    text-transform: uppercase;
}

.main-navigation-list .main-navigation-item.mas-menu {
    background: #5e5e5e;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    line-height: 28px;
    margin-top: 4px;
    font-size: 22px;
    height: 30px;
}

.menu-mobile {
    display: none;
}

.main-navigation-list .main-navigation-item.inner-nav-menu-head:after {
    display: none;
}

.main-navigation-list {
    width: 77%;
}

.main-navigation-list .inner-nav-menu.category-menu {
    min-width: 500px;
    left: auto;
    right: 0;
}

.main-navigation-list .inner-nav-items.bluehead {
    background: #3b3b3b;
}

.main-navigation-list .inner-nav-items.bluehead:before {
    border-color: transparent transparent #3b3b3b transparent;
    left: auto;
    right: 17px;
}

.main-navigation-list li {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.fixed-nav .main-navigation-list,
.single .main-navigation-list {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.fixed-nav .main-navigation-list li,
.single .main-navigation-list li {
    margin-top: 10px;
}

#main-navigation .logo-fixed {
    display: none;
}

#main-navigation .fixed-nav .logo-fixed,
.single #main-navigation .logo-fixed {
    display: block;
    width: 200px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-navigation .fixed-nav .logo-fixed:before,
.single #main-navigation .logo-fixed:before {
    border: none;
    background: none;
    box-shadow: none;
}

#main-navigation .fixed-nav .logo-fixed img,
.single #main-navigation .logo-fixed img {
    width: 100%;
}

#main-navigation .header-top-fixed {
    display: none;
    transition: all 1s ease;
    height: 0;
}

#main-navigation .fixed-nav .header-top-fixed,
.single #main-navigation .header-top-fixed {
    display: block;
    background-color: #fff;
    padding: 10px 0;
    height: auto;
}

.header-top-fixed .redes-header-top {
    display: inline-block;
}

.header-top-fixed .redes-header-top a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #3b3b3b;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    margin-right: 5px;
}

.redes-header-top.redes-header-home {
    display: none;
    position: absolute;
}

.redes-header-top.redes-header-home a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #3b3b3b;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    margin-right: 5px;
}

.no-touch .main-navigation-list .main-navigation-item:hover,
.main-navigation-list .main-navigation-item:active,
.main-navigation-list .main-navigation-item.active {
    background: #3b3b3b;
    color: #eee;
}

.tu-opinion-fixed {
    color: #004e95;
    font-family: 'ubuntulight';
    font-size: 16px;
    display: inline-block;
    float: right;
    margin-right: 30px;
}

.tu-opinion-fixed b {
    font-family: 'ubuntubold';
}

.botones-nav {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 7px;
}

.botones-nav .btn-buscar {
    display: inline-block;
    color: #3b3b3b;
    background: #fff;
    border-radius: 50%;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.botones-nav .btn-buscar i {
    display: inline-block;
    padding: 7px 5px;
}

.btn-buscar2 {
    position: absolute;
    right: 57px;
    bottom: 14px;
    display: none;
    color: #3b3b3b;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0px;
    width: 30px;
    height: 30px;
}

.single .btn-buscar2,
.fixed-nav .btn-buscar2 {
    display: block;
}

.single .btn-buscar2 .fa,
.btn-buscar2 .fa {
    color: #3b3b3b;
}

.fixed-nav .cerrar-buscador i {
    color: #fff;
}

.fixed-nav .btn-buscar2,
.single .btn-buscar2 {
    display: block;
    text-align: center;
    bottom: 13px;
    padding-top: 4px;
}

.cerrar-buscador i {
    padding: 5px;
}

.wrap-btn-publicar {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.menu-publicar {
    position: absolute;
    width: 146px;
    left: 10px;
    z-index: 999;
    background: #d64c93;
    padding: 10px;
    top: 34px;
    display: none;
}

.menu-publicar a {
    display: block;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.botones-nav .btn-publicar,
.botones-fixed .btn-publicar {
    background: #d64c93;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px 10px;
    font-family: 'ubuntulight';
    margin-left: 10px;
    cursor: pointer;
}

.botones-nav .btn-publicar i {
    margin-right: 5px;
}

.botones-fixed .btn-publicar {
    margin-left: 0;
}

.botones-fixed {
    display: inline-block;
    float: right;
}

.botones-fixed .box-ingresar {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.btn-menu {
    display: none;
}

.login-box .btn-ingresar {
    background: #ffe300;
    display: inline-block;
    border-radius: 5px;
    font-size: 0px;
    padding: 5px 10px;
    font-family: 'ubuntulight';
    color: #3b3b3b;
    margin-left: 0px;
    cursor: pointer;
}

.login-box .btn-ingresar i {
    margin-right: 0px;
    font-size: 19px;
}

.login-box .regular-author-avatar-holder .regular-avatar {
    display: none;
}

.sprite-mov:before {
    display: none;
}

.header-single {
    display: none;
}

.single .header-single {
    display: block;
    position: absolute;
    top: -360px;
    left: 0;
    width: 100%;
    background-color: #383838;
    height: 100%;
    z-index: 999;
}

.header-single .logo-header-single {
    display: inline-block;
    vertical-align: bottom;
}

.header-single .logo-header-single img {
    width: 100%;
}

.header-single .compartidos-single {
    display: inline-block;
    color: #fff;
    vertical-align: bottom;
    margin-right: 50px;
    margin-left: 50px;
    text-align: center;
    font-size: 22px;
}

.header-single .compartidos-single span.txt-compartidos {
    display: block;
    font-size: 11px;
}

.header-single .comparte-single {
    display: inline-block;
    vertical-align: bottom;
}

.compartidos-single .social-meta-data.comments-total {
    display: none;
}

.compartidos-single .social-meta-data.social-share-total {
    font-family: 'ubuntubold';
    font-size: 30px;
    color: #fff;
}

.compartidos-single .entry-social-meta.dark-bg .social-meta-data.social-share-total:before {
    display: none;
}

.compartidos-single .entry-social-meta {
    text-align: center;
}

.botones-single {
    display: inline-block;
    float: right;
    vertical-align: bottom;
    margin-top: 35px;
}

.botones-single .btn-publicar {
    background: #d64c93;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px 10px;
    font-family: 'ubuntulight';
    margin-left: 10px;
    cursor: pointer;
}

.header-single .container-full {
    padding-top: 17px;
}

.entry-share-actions .entry-share-button.short-url {
    display: none;
}

.entry-share-actions .entry-share-button {
    font-family: 'ubuntumedium';
    font-size: 10px;
    line-height: 13px;
    padding-left: 40px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 5px;
    position: relative;
}

.entry-share-actions .entry-share-button:before {
    display: none;
}

.entry-share-actions .entry-share-button i {
    position: absolute;
    left: 12px;
    font-size: 18px;
    top: 10px;
}

.principal-slider.main-slider-item {
    min-height: 100%;
}

.texto-slide {
    width: 38%;
    float: left;
    padding: 20px 45px 60px;
    height: 100%;
}

.texto-slide .slide-nuevo {
    font-size: 24px;
    font-family: 'ubuntulight';
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.texto-slide .slide-nuevo span {
    float: left;
    font-family: 'ubuntulight';
}

.texto-slide .slide-nuevo i {
    float: left;
    font-size: 14px;
    line-height: 35px;
    padding-top: 4px;
    margin-left: 10px;
}

.texto-slide .entry-header {
    background: none;
    padding-left: 0;
    padding-bottom: 5px;
}

.texto-slide .entry-header:before {
    background: none;
}

.texto-slide .entry-header a {
    background: none;
    color: #f7e135;
    font-size: 17px;
    line-height: 20px;
    font-family: 'ubunturegular';
}

.texto-slide .slider-item-body {
    padding-left: 0;
    padding-top: 0;
}

.texto-slide .slider-item-title {
    font-size: 31px;
    font-weight: normal;
    text-align: left;
    line-height: 35px;
}

.controls-principal.main-slider-controls {
    width: 100%;
    position: relative;
    padding: 0;
    background: none;
}

.controls-principal.main-slider-controls .slider-control-thumb-btn.active,
.controls-principal.main-slider-controls .slider-control-thumb-btn2.active {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
}

.controls-principal .avatar-slide {
    width: 38%;
    float: left;
    background: #d7d7d4;
    height: 130px;
}

.texto-detalle-slide {
    width: 50%;
    float: left;
    background: #ddddda;
    height: 130px;
    margin-left: 38%;
    z-index: 999;
    position: absolute;
    bottom: -130px;
}

.texto-detalle-slide .slider-item-desc {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding: 5px 15px;
}

.controls-principal .slider-control-thumbnails {
    width: 12%;
    float: right;
    padding: 50px 10px;
    text-align: center;
}

.slider-principal {
    background: #fff;
    margin-top: -1em;
    padding: 0 30px;
    margin-bottom: 20px;
}

#main-slider-holder {
    max-width: 1400px;
    margin: 0 auto;
    background: #eee;
}

.slider-principal .main-slider-items-holder {
    overflow: visible;
    background: #00508f;
}

.slider-principal .slider-item-thumb-link {
    height: 100%;
}

.slider-item-thumb-link img {
    height: auto;
    width: 100%;
}

.slider-principal .slider-item-title a img {
    vertical-align: top;
    margin-top: 3px;
    height: 30px;
    margin-right: 10px;
}

.slider-principal .entry-social-meta {
    display: none;
}

.slider-principal .slider-container {
    margin-top: 0;
}

.controls-principal.main-slider-controls .avatar-slide .slider-control-thumb-btn {
    display: none;
}

.controls-principal.main-slider-controls .avatar-slide .slider-control-thumb-btn.active,
.controls-principal.main-slider-controls .avatar-slide .slider-control-thumb-btn2.active {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-left: 40px;
}

.main-slider-item.active {
    position: absolute;
}

.controls-principal.main-slider-controls .slider-control-btn.prev {
    display: none;
}

.controls-principal.main-slider-controls .slider-control-btn.next {
    display: none;
}

.controls-principal.main-slider-controls .slider-control-thumbnails .slider-control-thumb-btn span {
    width: 15px;
    height: 15px;
    background: #b4b4b2;
    display: block;
    border-radius: 50%;
}

.controls-principal.main-slider-controls .slider-control-thumbnails .slider-control-thumb-btn.active span,
.controls-principal.main-slider-controls .slider-control-thumbnails .slider-control-thumb-btn2.active span {
    background: #292929;
}

.controls-principal.main-slider-controls .slider-control-thumb-btn.active .img-thumb-btn,
.controls-principal.main-slider-controls .slider-control-thumb-btn2.active .img-thumb-btn {
    width: 120px;
    height: 120px;
    background-image: url('../imag/icons/bg-thumbs.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    overflow: visible;
    padding: 5px;
    float: left;
    margin-top: -37px;
    position: relative;
}

.controls-principal.main-slider-controls .slider-control-thumb-btn.active .img-thumb-btn .slider-control-user-thumb,
.controls-principal.main-slider-controls .slider-control-thumb-btn2.active .img-thumb-btn .slider-control-user-thumb {
    border-radius: 50%;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.controls-principal.main-slider-controls .slider-control-thumb-btn.active .img-thumb-btn .slider-control-user-thumb:hover,
.controls-principal.main-slider-controls .slider-control-thumb-btn2.active .img-thumb-btn .slider-control-user-thumb:hover {
    padding: 0;
    border: none;
}

.controls-principal.main-slider-controls .slider-control-thumb-btn.active .slider-control-user-name,
.controls-principal.main-slider-controls .slider-control-thumb-btn2.active .slider-control-user-name {
    color: #3b3b3b;
    font-size: 18px;
    font-family: 'ubuntubold';
    float: none;
    padding-left: 140px;
    width: 100%;
}

.controls-principal.main-slider-controls .slider-control-thumb-btn.active .slider-control-user-name a {
    color: #3b3b3b;
}

.texto-detalle-slide {}

.img-slide {
    width: 62%;
    float: right;
    height: auto;
    right: 0;
}

.container-full {
    width: 100%;
    padding: 0 60px;
    max-width: 1520px;
    margin: 0 auto;
}

.contenido-enviado-por {
    display: block;
    font-size: 16px;
}

.carrusel-home {
    padding: 0 46px;
}

.carrusel-home .item {
    text-align: center;
}

.carrusel-home .owl-prev {
    position: absolute;
    top: 20%;
    left: 0;
}

.carrusel-home .owl-next {
    position: absolute;
    top: 20%;
    right: 0;
}

.carrusel-home .owl-prev,
.carrusel-home .owl-next {
    width: 26px;
}

.carrusel-home .owl-prev img,
.carrusel-home .owl-next img {
    width: 100%;
}

section#conversaciones-comentados {}

h2.titulo {
    color: #d64c93;
    font-size: 28px;
    font-family: 'ubuntulight';
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 30px;
    border-bottom: 1px solid #73787a;
    margin-bottom: 20px;
}

h2.titulo span {
    float: left;
    font-family: 'ubuntulight';
}

h2.titulo span.clear {
    display: block;
    float: none;
}

h2.titulo i {
    color: #004f92;
    font-size: 18px;
    float: left;
    padding-top: 10px;
    margin-left: 10px;
}

.conversaciones {
    width: 55%;
    float: left;
}

.lo-mas-comentado {
    width: 45%;
    float: left;
    padding-left: 40px;
}

.wrap-wordclud {
    background: #3b3b3b;
    padding: 20px;
}

#wordcloud {
    margin: 10px auto;
    width: 100%;
    height: 280px;
    border: none;
    background: #3b3b3b;
    padding: 0px;
}

div.jqcloud span.w13,
div.jqcloud span.w12,
div.jqcloud span.w11,
div.jqcloud span.w10,
div.jqcloud span.w9,
div.jqcloud span.w8,
div.jqcloud span.w7,
div.jqcloud span.w6,
div.jqcloud span.w5,
div.jqcloud span.w4,
div.jqcloud span.w3,
div.jqcloud span.w2,
div.jqcloud span.w1 {
    color: #fff;
    font-family: 'ubuntubold';
    padding: 4px;
}

div.jqcloud a {
    font-family: 'ubuntubold';
}

div.jqcloud a:hover {
    color: #d64c93;
}

div.jqcloud span.w10 {
    font-size: 360%;
}

div.jqcloud span.w9 {
    font-size: 330%;
}

div.jqcloud span.w8 {
    font-size: 290%;
}

div.jqcloud span.w7 {
    font-size: 270%;
}

div.jqcloud span.w5 {
    font-size: 252%;
}

div.jqcloud span.w3 {
    font-size: 190%;
}

div.jqcloud span.w2 {
    font-size: 150%;
}

div.jqcloud span.w1 {
    font-size: 135%;
}

div.jqcloud span.w10 a,
div.jqcloud span.w8 a,
div.jqcloud span.w6 a,
div.jqcloud span.w5 a,
div.jqcloud span.w2 a {
    color: #d64c93;
}

.lo-mas-comentado>div {
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    padding: 20px 0 5px;
}

.lo-mas-comentado span.orden-c {
    color: #d64c93;
    font-family: 'ubuntumedium';
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 17px;
}

.lo-mas-comentado a {
    color: #3b3b3b;
    font-family: 'ubuntumedium';
    font-size: 16px;
    padding-left: 18px;
    line-height: 20px;
    padding-right: 63px;
    display: block;
    cursor: pointer;
}

.lo-mas-comentado span.num-comentarios {
    color: #d64c93;
    font-size: 18px;
    font-family: 'ubuntulight';
    position: absolute;
    right: 0;
    top: 12px;
}

.lo-mas-comentado span.num-comentarios i {
    margin-right: 5px;
}

.community-data-box.sticky-box-fixed {
    position: fixed;
    margin-top: 80px;
}

.single-post_acciones .community-data-box,
.single-post_acciones .single-entry-content {
    margin-top: 30px;
}

.single-post_acciones .single-entry-author-info .entry-author-related-list.latest-voters li {
    color: #fff;
}

.regular-entry-box {
    background: #efefec;
    padding-bottom: 130px;
    transition: all 0.3s ease;
}

.regular-entry-box.rosado {
    background: #d64c93;
}

.entry-header {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}

.entry-header a {
    color: #00508f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.regular-entry-box.rosado .entry-header a {
    color: #eaca37;
}

.entry-header.entry:before {
    background: none;
}

.regular-entry-body {
    padding: 0 20px 10px;
}

.entry-title {
    color: #3b3b3b;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
    padding-top: 0;
    margin-bottom: 0;
}

.entry-social-meta {
    text-align: right;
    margin-top: 10px;
}

.entry-social-meta .social-meta-data {
    background: none;
    margin: 0;
    padding: 0 4px;
    vertical-align: top;
}

.regular-entry-box .entry-social-meta {
    position: absolute;
    bottom: 75px;
    right: 15px;
}

.entry-social-meta .social-meta-data:hover {
    box-shadow: none;
}

.regular-entry-box.rosado .social-meta-data {
    color: #fff;
}

.social-meta-data.comments-total {}

.entry-author-profile {
    height: auto;
    overflow: visible;
    padding-left: 20px;
}

.entry-author-profile:hover {
    text-decoration: none;
}

.entry-author-profile span {
    display: block;
    padding-left: 0;
    color: #000 !important;
    font-size: 14px;
    line-height: 15px;
    max-height: 40px;
    font-weight: bold;
    padding-top: 5px;
    overflow: hidden;
}

.sidebar-content-holder .entry-author-profile span {
    max-height: 150px;
}

.rosado .entry-author-profile span {
    color: #fff !important;
}

.single-entry-footer .entry-author-profile span {
    color: #fff !important;
}

.regular-entry-box.rosado .entry-author-profile span {
    color: #fff;
}

.regular-entry-box .entry-author-profile .entry-author-avatar {
    width: 70px;
    height: 70px;
    left: 10px;
    margin: 0;
    top: -11%;
    background: #d64c93;
    transition: all 0.3s ease;
}

.regular-entry-box.rosadp .entry-author-profile .entry-author-avatar {
    background: #fff;
}

.entry-author-twitter {
    margin-left: 0;
    font-size: 11px;
    color: #000;
    margin-top: 0;
}

.regular-entry-box.rosado .entry-author-twitter {
    color: #fff;
}

.entry-author-twitter:before {
    background: none;
    width: 0;
}

.entry-title a {
    color: #3b3b3b;
    transition: all 0.3s ease;
}

.entry-title a {
    text-decoration: none;
}

.t-data-holder {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.regular-entry-box.rosado .entry-title a {
    color: #fff;
}

.entry-time {
    color: #00508f;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 4px;
}

.regular-entry-box.rosado .entry-time {
    color: #eaca37;
}

.regular-entry-footer-holder {
    background: rgba(0, 0, 0, 0.2);
    height: 70px;
}

.carrusel-home .item {
    padding: 0 5px;
}

.carrusel-home .regular-data-column.small {
    width: 100%;
    text-align: left;
    height: auto;
}

.regular-data-column span.ic-columna {
    width: 20px;
    height: 22px;
    background-image: url('../imag/icons/ic-columna2.png');
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
    background-size: auto 200%;
    background-repeat: no-repeat;
}

.regular-data-column span.ic-video {
    width: 20px;
    height: 22px;
    background-size: auto 200%;
    background-repeat: no-repeat;
    background-image: url('../imag/icons/ic-video2.png');
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
}

.regular-data-column span.ic-foto {
    width: 20px;
    height: 22px;
    background-image: url('../imag/icons/ic-foto2.png');
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
    background-size: auto 200%;
    background-repeat: no-repeat;
}

.regular-entry-box.rosado span.ic-columna,
.regular-entry-box.rosado span.ic-video,
.regular-entry-box.rosado span.ic-foto {
    background-position: center bottom;
}

#popular .carrusel-home .regular-data-column.small {
    height: 277px;
}

#presidenciales .carrusel-home .regular-data-column.small {
    height: 277px;
}

#popular .entry-header {
    padding-top: 24px;
}

#popular .entry-header-thumb {
    display: none;
}

#presidenciales .entry-header-thumb {
    display: none;
}

#popular .video-container {
    display: none;
}

.regular-entry-hover {
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(45, 45, 45, 0.94);
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
    top: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.regular-entry-box:hover .regular-entry-hover {
    opacity: 1;
    top: 0;
    height: 100%;
}

.regular-entry-hover a {}

.regular-entry-hover a:hover {
    text-decoration: none;
}

.regular-entry-hover .texto-hover {
    color: #fff;
    position: relative;
    padding: 0 20px;
    line-height: 20px;
    min-height: 20px;
}

.regular-entry-hover .texto-hover:before {
    width: 20px;
    height: 18px;
    background-image: url('../imag/icons/comillas1.png');
    background-position: center top;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
}

.regular-entry-hover .texto-hover:after {
    width: 20px;
    height: 18px;
    background-image: url('../imag/icons/comillas2.png');
    background-position: center top;
    background-size: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    right: -5px;
}

.regular-entry-hover .ver-mas-hover {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'ubuntulight';
    display: none;
}

.regular-entry-hover .ver-mas-hover span {
    border: 1px solid #d64c93;
    border-radius: 50%;
    color: #d64c93;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#video-blog-row {
    background: #fff;
}

#video-blog-slider-holder .container.slider-container {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.texto-vblog {
    width: 28%;
    padding-top: 40px;
    padding-left: 6px;
}

.video-vblog {
    width: 45%;
    height: 100%;
}

.single-entry-footer .user-contents-summary {
    color: #fff;
    background: #004f92;
    padding: 20px 10px 0;
    text-align: left;
    margin-bottom: -20px;
    font-size: 14px;
}

.single-entry-footer .user-contents-summary .columnas-user {
    padding-bottom: 5px;
}

.single-entry-footer .user-contents-summary h4 {}

.single-entry-footer .user-contents-summary span {}

#video-blog-slider-holder .main-slider-items-holder {
    background: #00508f;
}

#video-blog-slider-holder .slider-item-title a {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
}

#video-blog-slider-holder .slider-item-desc {
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
}

#video-blog-slider-holder .slider-item-thumb-link {
    height: 100%;
}

#video-blog-slider-holder .main-slider-controls {
    background: #efefec;
    width: 27%;
    float: right;
    position: absolute;
    border-top: 1px solid #5791ae;
    top: 0;
    height: 100%;
    padding: 0;
}

#video-blog-slider-holder .slider-control-thumbnails {
    padding: 0;
    width: 100%;
    height: 100%;
}

.main-slider-controls .slider-control-thumb-btn.slider-btn-videoblog {
    border: none;
    height: 25%;
    width: 100%;
    border-radius: 50%;
    background: none;
}

#video-blog-slider-holder .slider-control-thumb-btn.active {
    left: 0;
    top: auto;
    position: relative;
    width: 100%;
}

#video-blog-slider-holder .main-slider-controls .slider-control-thumb-btn.slider-btn-videoblog {
    border-radius: 0;
    border-bottom: 1px solid #aab0aa;
    padding: 6px 10px;
}

#video-blog-slider-holder .categoria-vblog {
    color: #00508f;
    font-size: 8px;
    text-transform: uppercase;
}

#video-blog-slider-holder .titulo-vblog {
    color: #454545;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

#video-blog-slider-holder .fecha-vblog {
    font-weight: bold;
    color: #00508f;
    font-size: 11px;
}

#banner-nuestra-constitucion {
    padding: 30px 0 0;
}

#banner-nuestra-constitucion img {
    width: 100%;
}

.wrap-redes {
    background: #d64c93;
    position: relative;
}

.botones-redes {
    width: 16%;
    float: left;
    position: absolute;
    height: 100%;
}

.btn-redes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: left;
    color: #fff;
    height: 33.333%;
    padding-left: 30px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.btn-redes i {
    margin-right: 5px;
}

.btn-redes span {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 40px solid #000;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: -30px;
    z-index: 99;
    display: none;
}

.btn-redes.activo span {
    display: block;
}

.btn-redes#btn-redes-facebook span {
    border-left: 40px solid #3b5998;
}

.btn-redes#btn-redes-twitter span {
    border-left: 40px solid #77bfc3;
}

.btn-redes#btn-redes-comentarios span {
    border-left: 40px solid #90519e;
}

.btn-redes#btn-redes-facebook {
    background: #3b5998;
}

.btn-redes#btn-redes-twitter {
    background: #77bfc3;
}

.btn-redes#btn-redes-comentarios {
    background: #90519e;
}

.contenido-redes {
    width: 57%;
    float: left;
    min-height: 600px;
    background: #efefec;
    margin-left: 16%;
    position: relative;
}

.panel-redes {
    display: none;
    height: 100%;
    padding: 25px 20px 20px 54px;
}

.panel-redes.panel-twitter {
    display: block;
}

.datos-redes {
    width: 27%;
    float: left;
    padding: 40px 0;
    position: absolute;
    right: 0;
    height: 100%;
}

.item-dato-redes {
    padding: 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    height: 20%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    text-align: center;
}

.item-dato-redes a {
    color: #fff;
}

.ui-tooltip {
    z-index: 99999;
}

.fixed-nav {
    z-index: 9999;
}

.item-dato-redes i {
    font-size: 24px;
    margin-right: 19px;
    float: left;
}

.panel-twitter .communuty-data-body {
    display: none;
}

.panel-twitter .tweet-avatar-holder {
    display: none;
}

.panel-twitter .community-data-box.light-blue-bg {
    background: none;
    box-shadow: none;
}

.panel-twitter .tweets-list-holder {
    background: none;
}

.tweets-list-holder .tweet-author-link {
    color: #78b2e2;
}

.panel-twitter a {
    color: #78b2e2;
}

.panel-twitter .tweets-list-holder .tweet-data-holder {
    width: 100%;
    color: #454545;
    font-size: 16px;
}

.centered-entry-footer .entry-author-profile .entry-author-avatar {
    display: none;
}

.panel-comentarios .fancy-ornament {
    display: none;
}

.panel-comentarios .centered-entry-footer {
    margin: 0;
}

.panel-comentarios .community-data-box {
    background: none;
    box-shadow: none;
}

.panel-comentarios .centered-entry-footer .entry-author-profile .entry-author-name {
    padding-left: 0;
    text-align: left;
}

.panel-comentarios .fancy-paragraph {
    color: #454545;
    text-align: left;
    font-size: 16px;
    margin-bottom: -10px;
}

.panel-comentarios .communuty-data-footer {
    padding: 6px 15px;
}

.panel-comentarios .communuty-data-footer a {
    color: #90519e;
}

footer#main-footer {
    padding: 40px 0px;
}

#main-footer {
    padding: 50px 50px;
    background: #262626;
}

.container-footer {
    width: 100%;
    padding: 0 60px;
    max-width: 1520px;
    margin: 0 auto;
}

.footer-top {}

.footer-top h3 {
    color: #d64c93;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-top .f1 {
    width: 24%;
    float: left;
}

.footer-top .f1 ul {
    padding-left: 0;
    list-style: none;
}

.footer-top .f1 ul li {
    position: relative;
    padding-left: 12px;
}

.footer-top .f1 ul li:before {
    background: #d7d7d7;
    border-radius: 15px;
    width: 6px;
    height: 6px;
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    top: 8px;
}

.footer-top .f1 ul li a {
    color: #d7d7d7;
    font-size: 15px;
}

.footer-top .f2 {
    width: 35%;
    float: left;
    padding-left: 40px;
}

.footer-top .f2 #newsletter-email {
    max-width: 70%;
    height: 35px;
}

.footer-top .f2 input[type="submit"] {
    width: 170px;
    color: #fff;
    text-transform: uppercase;
    background: #00508f;
    font-family: 'ubuntulight';
    padding: 12px 10px;
    border-radius: 5px;
}

.footer-top .f2 form {
    margin-top: 20px;
}

.footer-top .f3 {
    width: 41%;
    float: left;
}

.f3 h3 {
    margin-bottom: 10px;
}

.f3>div {
    position: relative;
    padding: 10px 0;
}

.f3 .orden-c {
    display: none;
}

.f3 .num-comentarios {
    float: left;
    color: #d64c93;
    font-size: 18px;
    font-family: 'ubuntulight';
    margin-right: 10px;
    position: absolute;
    top: 6px;
    left: 0;
}

.f3 .num-comentarios i {
    margin-right: 5px;
}

.f3 a {
    color: #d7d7d7;
    display: block;
    padding-left: 64px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

.footer-bottom {
    border-top: 2px solid #7f7f7f;
    margin-top: 40px;
    padding-top: 36px;
}

.footer-bottom .logo-fdd {
    width: 20%;
    float: left;
}

.footer-bottom .logo-fdd img {
    max-width: 100%;
}

.footer-bottom .direccion {
    width: 56%;
    float: left;
    padding-top: 92px;
    padding-left: 40px;
    padding-right: 15px;
}

.footer-bottom .direccion p {
    color: #bebebe;
    font-size: 14px;
}

.footer-bottom .direccion a {
    color: #d64c93;
}

.footer-bottom .links {
    width: 24%;
    float: left;
    padding-top: 50px;
}

.footer-bottom .links a {
    color: #d64c93;
    font-size: 16px;
    display: block;
}

.regular-breadcrumbs {
    font-size: 16px;
    padding: 10px 50px;
}

.regular-breadcrumb-holder {
    background: #efefec;
}

#single-entry-data-box .entry-header {
    padding-left: 0;
}

#single-entry-data-box .entry-header a {
    color: #d64c93;
    font-size: 20px;
}

#single-entry-data-box .regular-entry-header-meta {
    border: none;
    padding: 0;
    margin-top: 0;
}

#single-entry-data-box .single-entry-title-holder {
    padding: 0;
}

#single-entry-data-box .single-entry-title {
    color: #3b3b3b;
    font-size: 54px;
    padding: 0;
    margin-top: 0;
    font-family: 'ubunturegular';
}

#single-entry-data-box .single-entry-title .tipo-entry {
    width: 28px;
    height: 28px;
    margin-top: 20px;
    background-image: url('../imag/icons/ic-columna2.png');
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
    background-size: auto 200%;
    background-repeat: no-repeat;
}

#single-entry-data-box .single-entry-title .tipo-video {
    width: 31px;
    height: 36px;
    background-size: auto 200%;
    background-repeat: no-repeat;
    background-image: url(../imag/icons/ic-video2.png);
    background-position: center top;
    float: left;
    margin-right: 5px;
    margin-top: 18px;
    display: inline-block;
}

#single-entry-data-box .single-entry-title .tipo-photo {
    width: 29px;
    height: 33px;
    margin-top: 19px;
    background-image: url('../imag/icons/ic-foto2.png');
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
    background-size: auto 200%;
    background-repeat: no-repeat;
}

#single-entry-data-box .single-entry-share-meta {
    border-top: 1px solid #bec0c2;
    border-bottom: 1px solid #bec0c2;
    padding: 8px 0;
}

#single-entry-data-box .single-entry-meta .entry-time {
    color: #242424;
    font-size: 14px;
    font-family: 'ubuntumedium';
    padding-top: 6px;
}

#single-entry-data-box .entry-social-meta.dark-bg .social-meta-data {
    color: #d64c93;
    width: 0;
    padding: 0;
    font-family: 'ubunturegular';
}

#single-entry-data-box .entry-social-meta {
    display: inline-block;
    margin-top: 0;
}

#single-entry-data-box .entry-social-meta.dark-bg .social-meta-data.social-share-total:before {
    width: 0;
    padding: 0;
    content: "";
}

#single-entry-data-box .entry-social-meta .social-meta-data {
    margin-top: -10px;
    margin-left: 2px;
}

#single-entry-data-box .entry-share-meta-item {
    color: #d64c93;
    margin-right: 10px;
    font-size: 18px;
}

#single-entry-data-box .entry-share-meta-item.facebook {
    color: #d64c93;
}

#single-entry-data-box .entry-share-meta-item.visited {
    color: #242424;
    font-size: 16px;
}

#single-entry-data-box .fecha-single {
    width: 50%;
    float: left;
}

#single-entry-data-box .meta-single {
    width: 50%;
    float: left;
    text-align: right;
}

#single-entry-data-box .entry-social-meta.dark-bg .social-meta-data.comments-total:before {
    display: none;
}

.row [class*="contenido-central"],
.contenido-central {
    float: right;
    margin-right: 0;
}

#single-entry-data-box .single-entry-thumbnail .single-entry-thumbnail-img {
    width: 100%;
    margin-bottom: 20px;
}

#single-entry-data-box .single-entry-thumbnail .single-entry-thumbnail-caption {
    background: none;
    padding-left: 0;
}

#single-entry-data-box .single-entry-thumbnail.magnifier {
    background: none;
    border: none;
    margin-bottom: 10px;
}

#single-entry-data-box .single-entry-thumbnail.magnifier img {
    width: 100%;
}

#single-entry-data-box .single-entry-content-holder {
    box-shadow: none;
    border: none;
}

#single-entry-data-box .single-entry-content {
    padding: 0;
    font-size: 16px;
}

#single-entry-data-box .single-entry-content blockquote,
#single-entry-data-box .comment-item blockquote {
    background: #3b3b3b;
    max-width: 33%;
    padding: 20px 30px;
    margin-right: 0;
    margin-left: 25px;
    float: right;
}

#pf-ft {
    display: none !important;
}

.imprimir-post {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.imprimir-post img {
    width: 30px;
}

.enviar-email {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.enviar-email .ssba img {
    opacity: 0;
}

.enviar-email .ssba {}

.enviar-email img {
    width: 30px;
}

#single-entry-data-box .single-entry-content blockquote p {
    margin: 10px;
    border-bottom: 1px solid #d64c93;
    padding-bottom: 25px;
    font-family: 'ubuntumedium';
    font-style: italic;
}

#single-entry-data-box .fancy-ornament.quote:after {
    background-image: url(../imag/icons/cita.png);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    margin-right: auto;
    right: 0;
    left: 0;
    height: 66px;
    margin-left: auto;
    margin-top: -37px;
    width: 66px;
    background-color: #3b3b3b;
}

#single-entry-data-box .fancy-ornament:before {
    border: none;
    background: #d64c93;
}

#single-entry-data-box .entry-author-profile .img-thumb-btn {
    width: 120px;
    height: 120px;
    background-image: url(../imag/icons/bg-thumbs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    overflow: visible;
    padding: 5px;
    float: left;
    margin-top: 0px;
}

#single-entry-data-box .entry-author-avatar {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
}

.sidebar-content-holder .sidebar-entry-box .entry-author-avatar img {
    padding: 0;
    border: 2px solid #a34e8d;
}

#single-entry-data-box .single-entry-footer .regular-entry-footer-holder {
    margin-top: 1em;
    background: #004f92;
    height: auto;
    padding-top: 20px;
}

#single-entry-data-box .single-entry-footer .regular-entry-footer-holder a {
    color: #fff;
    float: none;
    font-family: 'ubunturegular';
    font-size: 14px;
    margin-top: 8px;
}

#single-entry-data-box .single-entry-footer .regular-entry-footer-holder a span {
    color: #fff;
    padding-left: 0;
    margin-top: 4px;
    margin-bottom: 8px;
}

.carrusel .nombre-twitter-author {
    width: 100%;
    padding-left: 30%;
}

#single-entry-data-box .nombre-twitter-author {
    width: 400px;
    padding-left: 140px;
}

#single-entry-data-box .single-entry-author-info .entry-author-related-holder {
    padding: 0;
    border: none;
    background-color: #d64c93;
}

#single-entry-data-box .single-entry-author-info .entry-author-related-title {
    color: #fff;
    background: #3b3b3b;
    padding: 10px;
    font-size: 20px;
}

#single-entry-data-box .single-entry-footer .regular-entry-footer-holder .enviada-por:hover {
    text-decoration: none !important;
}

#single-entry-data-box .single-entry-author-info .entry-author-related-list {
    list-style: none;
    padding-left: 5px;
    padding-bottom: 15px;
}

#single-entry-data-box .single-entry-author-info .entry-author-related-list .entry-author-related-item {
    color: #fff;
    font-family: 'ubuntulight';
    font-size: 16px;
}

.single-entry-author-info .entry-author-related-list li {
    border: none;
    box-shadow: none;
}

.condiciones {
    background-color: #004f92;
    color: #fff;
    text-align: left;
    font-size: 13px;
    padding: 17px 17px;
    height: auto;
    margin-top: 25px;
}

.condiciones p {
    margin: 0;
    padding: 0;
}

#single-entry-data-box .regular-form.single-post-form {
    border: none;
    box-shadow: none;
    padding: 0;
}

.btn.red-btn {
    background: #d64c93;
    border-radius: 5px;
    padding: 8px 20px;
    font-family: 'ubunturegular';
}

.btn.red-btn:hover {
    background: #a23a87;
}

.no-touch .btn.red-btn:hover,
.btn.red-btn:active {
    background: #772b64;
    color: #fff;
}

#single-entry-data-box .entry-share-actions {
    padding: 10px 0;
}

a {
    color: #a24e8d;
}

#single-entry-data-box .community-data-box {
    box-shadow: none;
    border: none;
}

.widget-sidebar-izq {
    width: 30%;
    float: left;
    padding: 10px;
}

.widget-sidebar-izq .entry-author-avatar {
    float: none;
}

.widget-sidebar-der {
    width: 70%;
    float: left;
    padding: 10px;
    background: #efefec;
}

.sidebar-entry-box {
    background: #d7d7d4;
    padding: 0;
    margin-bottom: 10px;
}

#single-entry-data-box .sidebar-entry-box .entry-header a {
    font-size: 12px;
}

.sidebar-content-holder .communuty-data-body {
    padding: 0;
}

.sidebar-content-holder .sidebar-entry-box .entry-link-holder a {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-content-holder .sidebar-entry-box a {
    text-decoration: none;
}

.sidebar-content-holder .sidebar-entry-box .entry-link-holder {
    width: 100%;
    line-height: 18px;
}

.sidebar-content-holder .community-data-box-title {
    text-align: left;
    color: #d64c93;
    border-bottom: 1px solid #73787a;
    font-family: 'ubuntulight';
    margin-bottom: 25px;
    font-size: 18px;
}

.sidebar-content-holder {
    border: none;
}

.sidebar-entry-box.rosado {
    background-color: #a74581;
}

.sidebar-entry-box.rosado .widget-sidebar-der {
    background: #d64c93;
}

.sidebar-entry-box.rosado .entry-link-holder a {
    color: #fff;
}

.sidebar-entry-box.rosado .entry-author {
    color: #fff;
}

#single-entry-data-box .sidebar-entry-box.rosado .entry-header a {
    color: #ffe212;
}

.sidebar-entry-box.rosado .entry-author-avatar img {
    border-color: #fff;
}

.sidebar-entry-box:nth-child(odd) .widget-sidebar-izq {
    float: right;
}

.sidebar-entry-box span.ic-columna {
    width: 10px;
    height: 13px;
    background-image: url('../imag/icons/ic-columna2.png');
    background-size: 100% auto;
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
    margin-top: 3px;
}

.sidebar-entry-box span.ic-video {
    width: 10px;
    height: 13px;
    background-image: url('../imag/icons/ic-video2.png');
    background-size: 100% auto;
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
    margin-top: 3px;
}

.sidebar-entry-box span.ic-foto {
    width: 10px;
    height: 13px;
    background-image: url('../imag/icons/ic-foto2.png');
    background-size: 100% auto;
    background-position: center top;
    float: left;
    margin-right: 5px;
    display: inline-block;
    margin-top: 3px;
}

.sidebar-entry-box.rosado span.ic-columna,
.sidebar-entry-box.rosado span.ic-video,
.sidebar-entry-box.rosado span.ic-foto {
    background-position: center bottom;
}

.wrap-preguntas {
    margin-top: 60px;
}

.ui-accordion .ui-accordion-header {
    border: none;
    border-radius: 0;
    background-color: #3b3b3b;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 10px;
    background-image: url('../imag/icons/ic-ac.png');
    width: 30px;
    height: 30px;
    background-position: top center;
    top: 11px;
    margin-top: 0;
}

.ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #d64c93;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    background-position: bottom center;
}

.acordeon .ui-state-hover a,
.acordeon .ui-state-hover a:hover,
.acordeon .ui-state-hover a:link,
.acordeon .ui-state-hover a:visited,
.acordeon .ui-state-focus a,
.acordeon .ui-state-focus a:hover,
.acordeon .ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #fff;
}

.interior-ac {
    background: #efefec;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 20px;
    border: none;
}

.page #single-entry-data-box .single-entry-title {
    color: #d64c93;
    font-weight: 300;
    font-size: 34px;
    font-family: 'ubuntulight';
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #73787a;
    margin-bottom: 40px;
    padding-bottom: 5px;
}

.category .single-entry-title {
    color: #d64c93;
    font-weight: 300;
    font-size: 34px;
    font-family: 'ubuntulight';
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #73787a;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.category .nombre-twitter-author {
    padding-left: 70px;
}

.page-tag .nombre-twitter-author {
    padding-left: 70px;
}

.page-perfil-usuario {}

.page-perfil-usuario .avatar-perfil {
    background-image: url('../imag/icons/bg-avatar.png');
    background-size: 100% 100%;
    border-radius: 0;
    overflow: visible;
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.page-perfil-usuario .avatar-perfil img {
    width: 100%;
    height: 100%;
}

.page-perfil-usuario .avatar-perfil .regular-avatar {
    border-radius: 100%;
    padding: 0;
}

.form-perfil-usuario {
    background-color: #efefec;
    padding: 30px;
}

.top-separator {
    box-shadow: none;
}

.form-perfil-usuario h2 {
    font-family: 'ubuntubold';
    color: #d64c93;
    text-align: left;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 15px;
}

.form-perfil-usuario .obligatorios {
    text-align: right;
    color: #d64c93;
}

.form-perfil-usuario .form-group {
    padding-right: 30px;
    position: relative;
    max-width: 500px;
    margin-bottom: 15px;
}

.form-perfil-usuario .form-group .c-obligatorio {
    position: absolute;
    right: 0;
    color: #d64c93;
    top: 5px;
}

.form-perfil-usuario .regular-input {
    max-width: 500px;
}

.form-perfil-usuario textarea.regular-input {
    height: 40px;
    min-height: 0;
}

.form-perfil-usuario .form-redes {
    padding-left: 30px;
}

.form-perfil-usuario .form-redes i {
    position: absolute;
    left: 0;
    color: #3b3b3b;
    font-size: 22px;
    top: 11px;
}

.form-perfil-usuario .form-redes input {}

.page-perfil-usuario .contenido-perfil {
    padding-left: 15px;
}

.page-perfil-usuario h1 {
    color: #d64c93;
    font-family: 'ubuntubold';
}

.page-perfil-usuario .box-gris-user {
    background: #efefec;
    text-align: left;
    padding: 18px;
    margin-top: 30px;
}

.page-perfil-usuario .box-gris-user .user-section-title {
    text-transform: none;
    color: #3b3b3b;
    font-size: 16px;
    text-align: left;
    font-family: 'ubuntumedium';
}

.page-perfil-usuario .columnas-user {
    color: #3b3b3b;
    font-size: 34px;
    font-weight: bold;
    font-family: 'ubuntubold';
}

.page-perfil-usuario .columnas-user span {
    display: block;
    font-size: 64px;
    line-height: 64px;
}

.page-perfil-usuario .user-contact-item {
    font-size: 34px;
    color: #3b3b3b;
}

.page-perfil-usuario .user-contact-item.facebook {
    background: none;
}

.page-perfil-usuario .user-contact-item.twitter {
    background: none;
}

.page-perfil-usuario .user-contact-item.email {
    background: none;
}

.box-gris-user .titulo-modifica {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: normal;
    display: block;
    font-family: 'ubuntumedium';
    margin-top: 5px;
}

.form-perfil-usuario .single-entry-content-holder {
    background: #efefec;
}

.form-perfil-usuario .publication-subtitle {
    font-size: 16px;
}

.page #single-entry-data-box .form-perfil-usuario.form-perfil-publicar .page #single-entry-data-box {}

.form-perfil-publicar {
    font-family: 'ubuntumedium';
}

.form-perfil-publicar .regular-form .regular-label {
    font-family: 'ubuntubold';
    color: #3b3b3b;
    margin-bottom: 10px;
}

.form-perfil-usuario .form-group.form-group-label .c-obligatorio {
    top: 50px;
}

.form-perfil-usuario .form-group.form-group-label {
    padding-top: 10px;
    margin-bottom: 20px;
}

.form-perfil-publicar .btn {
    float: right;
    margin-top: 15px;
}

.form-perfil-publicar .regular-form .form-helper,
.form-perfil-publicar .wp-polls-form .form-helper {
    font-style: italic;
}

.form-perfil-publicar .regular-form .beautiful-input.regular-image,
.form-perfil-publicar .wp-polls-form .beautiful-input.regular-image {
    background-color: #fff;
}

.form-perfil-publicar #miniVideo {
    width: 30%;
    margin-right: 0;
    padding-right: 15px;
}

.form-perfil-publicar .campos {
    width: 70%;
    padding-left: 10px;
}

.form-feedback {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'ubunturegular';
    color: #3b3b3b;
    font-size: 14px;
}

.form-feedback .form-feedback-title {
    font-size: 28px;
    color: #d64c93;
    font-family: 'ubuntubold';
}

.form-perfil-publicar .form-feedback .btn-nueva-col {
    border-top: 1px solid #c4c4c4;
    text-align: center;
    padding: 20px 10px 0;
    margin-top: 50px;
}

.form-perfil-publicar .form-feedback .btn-nueva-col .btn {
    float: none;
    margin: 0 auto;
    font-family: 'ubunturegular';
    font-size: 12px;
}

.single-entry-content h4 {
    color: #a24e8d;
    font-family: 'ubuntumedium';
    margin-bottom: 10px;
    margin-top: 20px;
}

.box-azul {
    font-style: italic;
    background: #004f92;
    float: right;
    padding: 20px;
    width: 50%;
    margin-left: 20px;
    text-align: center;
}

.box-azul h4 {
    color: #ffe300;
    font-size: 22px;
    margin-top: 0;
}

.box-azul p {
    color: #fff;
    font-size: 16px;
}

.box-azul .linea-top {
    width: 50%;
    margin: 30px auto 35px;
    display: inline-block;
    position: relative;
}

.box-azul .linea-top .linea {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    float: left;
}

.box-azul .linea-top .icono {
    background-image: url(../imag/icons/ic-cuadro-azul.png);
    background-size: 100%;
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    float: left;
    left: 0;
    right: 0;
    top: -28px;
    margin: 0 auto;
}

.box-azul .linea-bottom {
    width: 40%;
    margin: 0 auto 15px;
}

.box-azul .linea-bottom .linea {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
}

.entry-header:before {
    background: none;
}

ul.lista-interior {
    list-style: none;
    padding-left: 0;
}

ul.lista-interior li {
    position: relative;
    padding-left: 20px;
}

ul.lista-interior li:before {
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    content: "";
    background: #a24e8d;
    width: 6px;
    height: 6px;
}

ol.lista-reglas {
    list-style: none;
    margin: 30px 0;
}

ol.lista-reglas li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}

ol.lista-reglas li b {
    color: #a24e8d;
    font-size: 18px;
}

ol.lista-reglas li span.numero {
    display: inline-block;
    background: #a24e8d;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0px;
}

.lightbox-content-holder {
    font-family: 'ubunturegular';
}

.lightbox-content-holder h2 {
    color: #d64c93;
    font-family: 'ubuntumedium';
    text-align: left;
}

.lightbox-content-holder .centered-text {
    text-align: left;
}

.lightbox-header {
    height: 40px;
    background: #d64c93;
    padding: 0;
}

.separador {
    border-top: 1px solid #c4c4c4;
    padding-top: 20px;
}

.lightbox-content-holder .social-login-option {
    border-radius: 8px;
}

#video-blog-slider-holder .main-slider-item {
    height: 400px;
}

#video-blog-slider-holder .video-container {
    height: 100%;
}

.slider-control-thumbnails2 {
    display: none;
}

.box-autor {
    background: #efefec;
    position: relative;
    padding: 20px;
}

.box-autor .avatar-box-autor {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 4px solid #d64c93;
    float: left;
    position: relative;
    z-index: 99;
}

.box-autor .avatar-box-autor img {
    width: 100%;
    height: 100%;
}

.box-autor .nombre-twitter-author {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    line-height: 17px;
}

.box-autor .nombre-twitter-author span {
    color: #3b3b3b;
    font-family: 'ubuntubold';
}

.box-autor .nombre-twitter-author .entry-author-twitter {
    color: #ea5537;
    font-size: 10px;
    height: 20px;
    display: block;
    float: left;
}

.box-autor .sombra-box-autor {
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.box-autor.rosado {
    background: #d64c93;
}

.box-autor.rosado .nombre-twitter-author span {
    color: #fff;
}

.box-autor.rosado .nombre-twitter-author .entry-author-twitter {
    color: #eaca37;
}

.box-autor.rosado .avatar-box-autor {
    border-color: #fff;
}

.box-autor a:hover {
    text-decoration: none;
}

.box-autor-hover {
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(45, 45, 45, 0.94);
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.box-autor-hover .nombre-autor-hover {
    color: #fff;
    font-family: 'ubuntubold';
    line-height: 16px;
}

.box-autor-hover .twitter-autor-hover {
    color: #d64c93;
    font-size: 12px;
    font-family: 'ubuntulight';
    margin-bottom: 10px;
}

.box-autor-hover .info-autor-hover {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

.box-autor:hover .box-autor-hover {
    top: 0;
    height: 100%;
    opacity: 1;
}

.autores {
    padding-bottom: 40px;
}

.autores .box-autor {
    width: 23.865%;
    margin-right: 1.5%;
    float: left;
    height: 165px;
    margin-bottom: 15px;
}

.autores .box-autor.last {
    margin-right: 0;
}

.autores .box-autor .avatar-box-autor {
    width: 70px;
    height: 70px;
}

.page .autores .nombre-twitter-author {
    padding-left: 10px;
}

.sidebar-content-holder .entry-author-related-holder {
    display: none;
}

#single-entry-data-box .sidebar-content-holder .entry-author-profile .img-thumb-btn {
    width: 90px;
    height: 90px;
}

#single-entry-data-box .sidebar-content-holder .nombre-twitter-author {
    width: auto;
    padding-left: 104px;
}

.sidebar-content-holder .entry-author-profile {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}

.sidebar-content-holder .entry-author-profile:hover {
    text-decoration: none !important;
}

.sidebar-content-holder .single-entry-author-info {
    background: #efefec;
    color: #0a0a0a;
    margin-right: -7px;
    border: none;
    border-left: 10px solid #004f92;
    box-shadow: none;
}

.ver-mas-col-autor {
    background: #004f92;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 200px;
}

.ver-mas-col-autor .btn.red-btn {
    font-family: 'ubunturegular';
    font-size: 10px;
    padding: 7px 10px 9px;
    margin: 0 auto;
}

.ver-mas-col-autor a {}

.logged-author-data {
    display: none;
}

.comment-author-data a {
    display: none;
}

.page .nombre-twitter-author {
    padding-left: 70px;
}

.page .single-entry-title {
    color: #d64c93;
    font-weight: 300;
    font-size: 34px;
    font-family: 'ubuntulight';
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #73787a;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.entry-row-title {
    color: #d64c93;
    font-family: 'ubuntulight';
}

.btn.show-more-btn:before {
    display: none;
}

.btn.show-more-btn.just-btn {
    color: #d64c93;
    font-family: 'ubuntulight';
}

.show-more-holder,
.btn.show-more-btn {
    color: #d64c93;
    font-family: 'ubunturegular';
}

.pagination-items .pagination-control.active {
    background: #d64c93;
}

.regular-entry-box.special-entry.featured-special {
    background: #00508f;
}

.regular-entry-box.special-entry.featured-special .entry-header {
    color: #f7e135;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 20px;
}

.regular-entry-box.special-entry.featured-special .entry-title.featured {
    color: #fff;
    line-height: 40px;
    font-size: 32px;
    text-align: left;
}

.regular-entry-box.special-entry.featured-special .entry-title a {
    color: #fff;
}

.regular-entry-box.special-entry.featured-special .regular-entry-body {
    padding-left: 20px;
    padding-right: 20px;
}

.regular-entry-box.special-entry.featured-special p {
    color: #fff;
    text-align: left;
}

.regular-entry-footer-holder .entry-author-twitter {
    float: left;
}

.sidebar-content-holder .sidebar-entry-box .entry-link-holder p a {
    font-size: 12px;
}

.single-entry-content-holder .single-entry-author-info .single-entry-author-desc {
    background: #d8d8d5;
    color: #3b3b3b;
}

.single-entry-content-holder .single-entry-author-info .single-entry-author-desc a {
    color: #a24e8d;
}

.enviada-por {
    font-family: 'ubuntumedium';
    font-size: 11px;
    line-height: 10px;
    margin-top: 12px;
    display: none;
}

.enviada-por:hover {
    text-decoration: none;
}

.sidebar-entry-box .entry-author a {
    font-size: .875em;
}

#single-entry-data-box .single-entry-footer .regular-entry-footer-holder .enviada-por {
    display: block;
}

.regular-entry-box {
    overflow: hidden;
}

.entry-social-meta .social-meta-data:before {
    font-family: 'FontAwesome';
    left: -4px;
    position: relative;
    top: 0;
    background: none;
    margin-right: 5px;
    font-size: 16px;
}

.entry-social-meta .social-meta-data.comments-total:before {
    content: "\f086";
}

.entry-social-meta .social-meta-data.social-share-total:before {
    content: "\f1e0";
}

.regular-entry-box.special-entry.featured-special .entry-social-meta {
    color: #fff;
    width: 100%;
    text-align: right;
}

.regular-entry-box.special-entry.featured-special .entry-social-meta .social-meta-data {
    color: #fff;
}

.regular-icon.photo-gallery-icon {
    display: none;
}

.entry-header.photo:before {
    display: none;
}

.pagination-items .pagination-control:hover {
    background: #a34e8d;
}

.inner-half .entry-author-twitter {
    margin: 0;
}

.special-entry-meta .action-meta-resumen {
    color: #fff;
}

.regular-entry-box.special-entry.featured-special .action-meta-resumen .action-meta-amount {
    color: #fff;
}

.regular-entry-box.special-entry.featured-special .regular-entry-box.special-entry.featured-special {
    color: #fff;
}

.regular-entry-box.special-entry.featured-special .action-meta-resumen .action-meta-text-total strong {
    color: #fff;
}

.p-especiales .regular-data-column.tile-entry-box {
    margin-left: 0;
}

.form-filtro-columnas {}

.form-filtro-columnas .form-group {
    display: inline-block;
    width: 20%;
    padding-right: 1.5%;
}

.form-filtro-columnas .form-group:last-child() {
    margin-right: 0;
}

.form-filtro-columnas .form-group select {
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
}

.form-filtro-columnas .form-group input[type="submit"] {
    height: 40px;
    padding: 10px 40px;
    background: #00508f;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.columna-12 a.ver-todo {
    float: right;
    margin-top: -45px;
    color: #d64c93;
}

.user-content-item.entry:before {
    width: 20px;
    height: 26px;
    background: url('../imag/icons/ic-columna2.png');
    background-position: center top;
    border-radius: 0;
}

.user-content-item.photo:before {
    width: 20px;
    height: 26px;
    background: url('../imag/icons/ic-foto2.png');
    background-position: center top;
    border-radius: 0;
}

.user-content-item.video:before {
    width: 20px;
    height: 26px;
    background: url('../imag/icons/ic-video2.png');
    background-position: center top;
    border-radius: 0;
}

.user-contents-list .user-content-item {
    padding-left: 35px;
}

.box-ingresar {
    float: right;
    width: auto;
    padding: 0;
    margin-left: 10px;
    margin-top: 0px;
}

.login-box {
    background: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.login-box .regular-author-avatar-holder {
    margin-top: 0px;
    display: inline-block;
    margin-right: 5px;
}

.login-box .logeado {
    background: #ffe400;
    border-radius: 5px;
    padding: 4px 9px;
    display: inline-block;
    margin-top: 1px;
    vertical-align: bottom;
}

.login-box .logeado img {
    display: none;
}

.login-box .logeado i {
    display: inline-block;
    margin-right: 5px;
    color: #3b3b3b;
}

.login-box .regular-author-avatar-holder .regular-author-name {
    margin-bottom: -3px;
    line-height: 19px;
    display: inline-block;
    color: #3b3b3b;
}

.login-box .logeado a.cerrar-s {
    display: inline-block;
    border-left: 1px solid #3b3b3b;
    padding-left: 5px;
}

.buscador {
    position: absolute;
    top: -2px;
    float: right;
    bottom: auto;
    padding: 2px 0px 4px 0;
    border-radius: 0 0 5px 5px;
    left: 0;
    background: #3b3b3b;
    width: 193px;
    z-index: 999;
    display: none;
    opacity: 0;
    height: 36px;
}

.cerrar-buscador {
    width: 25px;
    float: left;
    margin-bottom: -31px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    cursor: pointer;
}

.buscador .menu-top-form {
    width: 100%;
    padding-left: 29px;
}

.buscador .menu-top-form input[type="search"] {
    border: none;
    background: #fff;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 5px;
    width: 136px;
}

.buscador .menu-top-form input[type="submit"] {
    color: #fff;
    width: 28px;
    border: none;
    padding: 13px 5px;
}

.buscador .menu-top-form input[type="submit"]:hover {
    background: #3b3b3b;
    color: #fff;
}

.single-entry-author-info .entry-author-related-list .entry-author-related-item.ico-entry:before {
    background-image: url('../imag/icons/ic-columna2.png');
    background-position: center bottom;
    width: 15px;
    background-size: 100% auto;
    vertical-align: top;
}

.single-entry-author-info .entry-author-related-list .entry-author-related-item.ico-photo:before {
    background-image: url('../imag/icons/ic-foto2.png');
    background-position: center bottom;
    width: 15px;
    background-size: 100% auto;
    vertical-align: top;
}

.single-entry-author-info .entry-author-related-list .entry-author-related-item.ico-video:before {
    background-image: url('../imag/icons/ic-video2.png');
    background-position: center bottom;
    width: 15px;
    background-size: 100% auto;
    vertical-align: top;
}

.resize-font {
    display: inline-block;
    vertical-align: top;
}

.resize-font img {
    width: 28px;
    cursor: pointer;
}

.resize-font img.minus-resize {}

.resize-font img.plus-resize {}

.comments-list .comments-control-btn.active {
    background: #004f92;
    color: #fff;
}

.comments-list .comments-list-controls {
    border-color: #004f92;
}

.comments-list .regular-avatar.blue-bg {
    background-color: #004f92;
}

.main-navigation-list .inner-nav-menu-holder.touched .inner-nav-menu {
    left: auto;
    right: 0;
}

.sidebar-sugeridos {
    margin-bottom: 100px;
}

.wrap-paginador {
    text-align: center;
    position: relative;
    margin: 30px 0;
}

.wrap-paginador:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    border-top: 1px solid #ccc;
}

.paginador {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 0 10px;
}

.paginador .page-numbers {
    color: #a24e8d;
    display: inline-block;
    background: #efefef;
    padding: .5em .7em;
    font-size: 1em;
    line-height: 100%;
    border-radius: 100px;
}

.carrusel-single {
    padding-bottom: 30px;
}

.carrusel-single .regular-data-column.big {
    width: 100%;
}

.carrusel-single .regular-entry-box {
    padding-bottom: 50px;
}

.carrusel-single .regular-entry-box .entry-social-meta {
    bottom: 25px;
}

.paginador .page-numbers.current {
    background: #d64c93;
    color: #fff;
    font-weight: bold;
}

.paginador .page-numbers.prev,
.paginador .page-numbers.next {}

.pagination-items {
    background: #fff;
}

.tags-post {
    margin: 40px 0 10px 0;
}

.tags-post a {
    text-transform: uppercase;
    margin-right: 10px;
}

.container-movil {
    position: relative;
}

.logo-movil {
    display: none;
}

.btn-buscar-movil {
    display: none;
}

.buscador-movil {
    display: none;
}

.populares-movil {
    display: none;
}

.populares-movil .regular-entry-box {
    padding: 0 0 0 130px;
    min-height: 150px;
    margin-bottom: 5px;
}

.populares-movil .regular-entry-header-holder {
    position: static;
}

.populares-movil .entry-header-thumb {
    left: 0;
    width: 130px;
    position: absolute;
    height: 70px;
    overflow: hidden;
}

.populares-movil .regular-entry-footer-holder {
    width: 130px;
    position: absolute;
    left: 0;
    height: 100%;
}

.populares-movil .regular-entry-hover {
    display: none;
}

.populares-movil .regular-entry-box .entry-author-profile .entry-author-avatar {
    position: relative;
    width: 55px;
    height: 55px;
    left: 10px;
    margin: 0;
    top: 0;
    background: #d64c93;
    transition: all 0.3s ease;
    display: none;
}

.populares-movil .entry-author-profile span {
    display: block;
    padding-left: 0;
    color: #000 !important;
    font-size: 11px;
    line-height: 15px;
    padding-right: 10px;
    max-height: 40px;
    font-weight: bold;
    padding-top: 5px;
    overflow: hidden;
}

.populares-movil .rosado .entry-author-profile span {
    color: #fff !important;
}

.populares-movil .entry-title {
    color: #3b3b3b;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    padding-top: 9px;
    margin-bottom: 0;
}

.populares-movil .regular-entry-box .entry-social-meta {
    display: none !important;
}

.populares-movil .img-thumb-btn {
    display: none;
}

.populares-movil .nombre-twitter-author {
    padding-top: 70px;
}

.populares-movil .entry-header.entry {
    position: absolute;
    left: 131px;
    top: 0;
    font-size: 12px;
}

.populares-movil .entry-header.entry a {
    font-size: 10px;
}

.slider-control-btn.next,
.slider-control-btn.prev {
    display: none;
}

.slider-control-btn.next:before {
    width: 50px;
    top: 0;
    margin: 0;
    left: 0;
    background-position: 0;
    height: 56px;
    border: none;
    content: url('../imag/icons/right2.png');
    background-color: transparent;
    display: block;
}

.slider-control-btn.prev:before {
    width: 50px;
    top: 0;
    margin: 0;
    left: 0;
    background-position: 0;
    height: 56px;
    border: none;
    content: url('../imag/icons/left2.png');
    background-color: transparent;
    display: block;
}

.redes-header-home {
    display: none;
}

.text-hider:after {
    display: none !important;
}

.lightbox-tab {
    width: 50%;
    float: left;
    height: 40px;
    font-size: 20px;
    padding: 4px 10px;
}

.lightbox-tab.active {
    color: #d64c93;
    background: #f0f1f5;
}

.lightbox-tab a {
    color: #fff;
    display: block;
}

.lightbox-tab.active a {
    color: #d64c93;
}

a.ver-todos-slide {
    position: absolute;
    bottom: 6px;
    right: 19px;
    color: #d64c93;
    text-decoration: none;
    z-index: 88;
}

.widget-relacionados2 {
    display: none;
}

.widget-relacionados2 .entry-header a {
    margin-left: 20px;
}

.comment-item {
    display: none;
}

.comment-item:nth-child(1),
.comment-item:nth-child(2),
.comment-item:nth-child(3),
.comment-item:nth-child(4),
.comment-item:nth-child(5) {
    display: block;
}

.ver-comentarios,
.ocultar-comentarios {
    font-size: 14px;
    text-transform: uppercase;
    color: #d64c93;
    text-align: right;
    padding: 20px 0;
    cursor: pointer;
}

.ocultar-comentarios {
    display: none;
}

.ui-tooltip {
    z-index: 88;
}

.panel-signup {
    display: none;
}

.btn.close-lightbox {
    top: -12px;
    right: -13px;
}

.search .nombre-twitter-author {
    padding-left: 74px;
}

.entry-share-actions a.whatsapp {
    display: none;
}

.entry-share-actions a.whatsapp.whatsapp-web {
    display: inline-block;
}

.box-contenido-user {
    display: inline-block;
}

.box-contenido-user:first-child {
    margin-right: 30px;
}

.page-perfil-usuario .box-gris-user .box-contenido-user .user-section-title {
    text-align: center;
}

.banner-home,
.banner-random {
    width: 100%;
    padding: 0 60px;
    max-width: 1520px;
    margin: 40px auto 0;
}

.banner-home img,
.banner-random img {
    width: 100%;
}

.banner-random img.mobile {
    display: none;
}

.banner-mobile {
    display: none;
}

.columna-3 .banner-home {
    padding: 0;
}

@media only screen and (max-width:1400px) {
    .carrusel-home .regular-data-column.small {
        width: 100%;
        text-align: left;
        height: auto;
    }
}

@media only screen and (max-width:1200px) {
    .botones-nav {
        bottom: 55px;
        right: 50px;
    }
    .main-navigation-list {
        width: 100%;
    }
    .login-box .btn-ingresar {
        bottom: 55px;
        right: 113px;
    }
    .texto-slide .slide-nuevo {
        font-size: 32px;
    }
    .texto-slide .slide-nuevo i {
        padding-top: 7px;
    }
    #main-navigation .fixed-nav .logo-fixed,
    .single #main-navigation .logo-fixed {
        padding-left: 0;
        width: 175px;
    }
    .header-single .logo-header-single {
        width: 220px;
    }
    .fixed-nav .main-navigation-list li,
    .single .main-navigation-list li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fixed-nav .main-navigation-list .main-navigation-item,
    .single .main-navigation-list .main-navigation-item {
        font-size: 12px;
    }
    .texto-slide .slider-item-title {
        font-size: 28px;
        line-height: 33px;
    }
    .slider-principal .slider-item-title a img {
        margin-top: 0px;
    }
    .controls-principal.main-slider-controls .slider-control-thumb-btn.active .slider-control-user-name,
    .controls-principal.main-slider-controls .slider-control-thumb-btn2.active .slider-control-user-name {
        font-size: 18px;
        line-height: 20px;
    }
    .texto-detalle-slide .slider-item-desc {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 30px;
    }
    #single-entry-data-box .sidebar-content-holder .entry-author-profile .img-thumb-btn {
        width: 70px;
        height: 70px;
    }
    #single-entry-data-box .sidebar-content-holder .nombre-twitter-author {
        padding-left: 80px;
    }
    header .datos-header {
        display: none;
    }
    .page header .tu-opinion,
    .category header .tu-opinion,
    .archive header .tu-opinion {
        display: none;
    }
}

@media only screen and (max-width:1023px) {
    #video-blog-slider-holder .main-slider-item {
        height: auto;
    }
    #video-blog-slider-holder .main-slider-controls {
        position: absolute;
        width: 100%;
        top: 100%;
        bottom: auto;
        float: none;
    }
    .slider-control-thumbnails.slider-control-thumbnails2 {
        display: block;
    }
    .slider-control-thumbnails2 .slider-control-thumb-btn.slider-btn-videoblog {
        width: 100%;
        text-align: left;
        padding: 16px 20px;
        border: none;
    }
    #video-blog-slider-holder .fecha-vblog {
        border-bottom: 1px solid #aab0aa;
        padding-bottom: 15px;
    }
    .slider-control-thumb-btn.slider-btn-videoblog:last-child .fecha-vblog {
        border: none;
    }
    .main-slider-item.active {
        position: relative;
    }
    #video-blog-slider-holder .video-container {
        height: auto;
    }
    #video-blog-slider-holder .slider-item-body {
        padding: 10px 15px;
    }
    .texto-vblog {
        padding-top: 0;
    }
    #video-blog-slider-holder .slider-item-title a {
        font-size: 22px;
    }
    #video-blog-slider-holder .slider-item-body {
        height: auto;
    }
    .sidebar-sugeridos,
    .sidebar-banner {
        display: none;
    }
    .sidebar-content-holder .ver-mas-col-autor {
        margin-bottom: 0;
    }
    .widget-relacionados {
        display: none;
    }
    .widget-relacionados2 {
        display: block;
    }
}

@media (max-width:1024px) and (min-width:641px) {
    .fixed-nav .main-navigation-list .first-in-fixed .main-navigation-item,
    .single .main-navigation-list .first-in-fixed .main-navigation-item {
        background-image: url(../imag/logos/logo2.png);
        font-size: 0;
        height: 35px;
        background-size: auto 82%;
    }
}

@media only screen and (max-width:768px) and (max-width:991px) {
    .controls-principal .avatar-slide {
        width: 100%;
        margin-top: 17%;
    }
}

@media only screen and (max-width:991px) {
    .slider-control-btn.next {
        display: block;
        width: 50px;
        height: 56px;
        position: absolute;
        top: 20%;
        z-index: 88;
        right: 5px;
        background-color: transparent;
        border: none;
    }
    .slider-control-btn.prev {
        display: block;
        width: 50px;
        height: 56px;
        position: absolute;
        top: 20%;
        z-index: 88;
        left: 5px;
        background-color: transparent;
        border: none;
    }
    a.ver-todos-slide {
        bottom: 5px;
        right: 15px;
    }
    .main-navigation-list {
        width: 100%;
    }
    .main-navigation-list li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-navigation-list .main-navigation-item {
        font-size: 11px;
    }
    .box-azul {
        width: 100%;
        margin-bottom: 30px;
    }
    .slider-item-thumb-link img {
        max-width: 100%;
    }
    .img-slide {
        width: 100%;
        position: relative;
        height: auto;
        overflow: hidden;
        max-height: 300px !important;
    }
    .texto-slide {
        width: 100%;
        float: none;
    }
    .slider-principal .controls-principal .slider-control-thumbnails {
        display: none;
    }
    .texto-detalle-slide {
        width: 62%;
    }
    .slider-principal .controls-principal.main-slider-controls .slider-control-thumb-btn.active .img-thumb-btn,
    .slider-principal .controls-principal.main-slider-controls .slider-control-thumb-btn2.active .img-thumb-btn {
        width: 90px;
        height: 90px;
    }
    .controls-principal.main-slider-controls .slider-control-thumb-btn.active .slider-control-user-name,
    .controls-principal.main-slider-controls .slider-control-thumb-btn2.active .slider-control-user-name {
        font-size: 20px;
        line-height: 22px;
        padding-left: 100px;
    }
    .conversaciones {
        width: 100%;
    }
    .lo-mas-comentado {
        width: 100%;
        padding-left: 0;
    }
    .tu-opinion-fixed {
        display: none;
    }
    #main-navigation .fixed-nav .logo-fixed,
    .single #main-navigation .logo-fixed {
        display: none;
    }
    #video-blog-slider-holder .video-container iframe {}
    .footer-top .f1 {
        width: 48%;
    }
    .footer-top .f2 {
        width: 48%;
    }
    .footer-top .f3 {
        width: 100%;
        margin-top: 15px;
    }
    .footer-bottom .direccion {
        width: 100%;
        float: left;
        padding-top: 14px;
        padding-left: 0;
        padding-right: 15px;
    }
    .footer-bottom .links {
        width: 100%;
        float: left;
        padding-top: 11px;
    }
    header .datos-header {
        display: none;
    }
    header .tu-opinion {
        display: none;
    }
    header .logo {
        padding: 14px 0 20px;
    }
    .botones-nav {
        bottom: auto;
        right: 15px;
        top: 22px;
    }
    .container-full {
        padding: 0 30px;
    }
    .botones-redes {
        position: relative;
        width: 100%;
    }
    .botones-redes .btn-redes {
        height: 60px;
        width: 33.33%;
        float: left;
    }
    .btn-redes.activo span {
        display: none;
    }
    .contenido-redes {
        width: 100%;
        margin-left: 0;
    }
    .datos-redes {
        width: 100%;
        float: left;
        padding: 40px 0;
        position: relative;
        right: 0;
        height: 100%;
    }
    .page-perfil-usuario .avatar-perfil {
        width: 150px;
        height: 150px;
    }
    .login-box .btn-ingresar {
        bottom: auto;
        top: 22px;
        right: 65px;
    }
    .page .login-box .btn-ingresar,
    .category .login-box .btn-ingresar,
    .archive .login-box .btn-ingresar {
        bottom: 73px;
    }
    .botones-nav {
        right: 20px;
    }
    .box-ingresar {
        width: auto;
    }
    .login-box .regular-author-avatar-holder {
        margin-top: 0;
    }
    .header-single .logo-header-single {
        width: 200px;
    }
    .header-single .compartidos-single {
        display: none;
    }
    .botones-single {
        display: none;
    }
    .comparte-single {
        float: right;
    }
}

@media only screen and (max-width:768px) {
    .banner-mobile {
        display: block;
    }
    .banner-desktop {
        display: none;
    }
    .fixed-nav .btn-buscar2,
    .single .btn-buscar2 {
        display: none;
    }
    .single .header-single {
        height: 96px;
    }
    .header-single .container-full {
        padding-top: 12px;
    }
    .header-single .logo-header-single {
        width: 189px;
    }
    .header-single .comparte-single {
        margin-top: -5px;
    }
    .btn-menu {
        display: block;
        color: #fff;
        text-align: left;
        font-size: 30px;
    }
    #main-navigation .fixed-nav .header-top-fixed {
        display: none;
    }
    .single #main-navigation .fixed-nav .header-top-fixed {
        display: block;
    }
    header .fixed-nav {}
    header #main-navigation {
        height: auto;
        min-height: 50px;
    }
    .menu-mobile {
        display: none;
        top: 0;
        right: -600px;
        padding: 10px 5px 20px;
        z-index: 99;
        background: #3b3b3b;
    }
    .menu-mobile .inner-column-3 {
        overflow: hidden;
    }
    .cerrar-menu-mobile {
        color: #fff;
        text-align: right;
        font-size: 26px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
    .menu-mobile a {
        display: block;
        line-height: 15px;
        margin-bottom: 10px;
        color: #fff;
        padding: 0 15px 0 15px;
    }
    .main-navigation-list {
        display: none;
    }
    .main-navigation-list li {
        width: 100%;
        text-align: left;
        background: none;
    }
    .main-navigation-list li:before {
        border: none;
        box-shadow: none;
        background: none;
    }
    .container-full {
        padding: 0 15px;
    }
    .slider-principal .controls-principal.main-slider-controls .slider-control-thumb-btn.active .img-thumb-btn,
    .slider-principal .controls-principal.main-slider-controls .slider-control-thumb-btn2.active .img-thumb-btn {
        margin: 10px 15px 10px 0;
    }
    .controls-principal.main-slider-controls .slider-control-thumb-btn.active .slider-control-user-name,
    .controls-principal.main-slider-controls .slider-control-thumb-btn2.active .slider-control-user-name {
        font-size: 20px;
        line-height: 22px;
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-top: 0;
    }
    .slider-principal .controls-principal .avatar-slide {
        width: 100%;
        height: auto;
    }
    .controls-principal .avatar-slide {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    .slider-principal .texto-detalle-slide {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        position: absolute;
        bottom: 0;
        margin-top: 10px;
    }
    .texto-slide {
        padding-bottom: 150px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .texto-slide .slide-nuevo {
        font-size: 26px;
    }
    .texto-slide .slide-nuevo i {
        padding-top: 3px;
    }
    .texto-slide .entry-header {
        padding-top: 0;
    }
    .texto-slide .entry-header a {
        font-size: 20px;
        line-height: 26px;
    }
    .texto-slide .slider-item-title {
        font-size: 24px;
        line-height: 30px;
    }
    .controls-principal.main-slider-controls .avatar-slide .slider-control-thumb-btn.active,
    .controls-principal.main-slider-controls .avatar-slide .slider-control-thumb-btn2.active {
        padding-left: 15px;
    }
    .slider-principal .slider-item-title a img {
        margin-top: 0;
    }
    h2.titulo {
        position: relative;
        font-size: 32px;
        padding-right: 20px;
    }
    h2.titulo i {
        color: #00508f;
        font-size: 24px;
        float: right;
        padding-top: 15px;
        right: 5px;
        position: absolute;
        margin-left: 10px;
        top: 24px;
    }
    .form-filtro-columnas .form-group {
        display: inline-block;
        width: 50%;
        margin-bottom: 15px;
        padding-right: 1.5%;
    }
    .columna-12 a.ver-todo {
        float: none;
        margin-top: -10px;
        display: block;
        text-align: right;
        margin-bottom: 20px;
    }
    .ui-accordion .ui-accordion-header {
        padding-left: 15px;
        padding-right: 30px;
    }
    #single-entry-data-box .fecha-single {
        width: 30%;
    }
    #single-entry-data-box .meta-single {
        width: 70%;
    }
    #single-entry-data-box .single-entry-title {
        font-size: 48px;
        line-height: 54px;
    }
    #single-entry-data-box .single-entry-title .tipo-entry {
        margin-top: 14px;
    }
    #single-entry-data-box .single-entry-title .tipo-video {
        margin-top: 12px;
    }
    #single-entry-data-box .single-entry-title .tipo-photo {
        font-size: 14px;
    }
    .toolt {}
    .entry-share-actions a.whatsapp {
        display: inline-block;
    }
    .entry-share-actions a.whatsapp.whatsapp-web {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .banner-home,
    .banner-random {
        padding: 0 20px;
    }
    #single-entry-data-box .entry-share-actions {
        text-align: right;
    }
    .entry-share-actions .entry-share-button {
        font-size: 0;
        padding-right: 0px;
    }
    .entry-share-actions .entry-share-button i {
        left: 0;
        right: 0;
        text-align: center;
    }
    .page-perfil-usuario .contenido-perfil {
        padding-left: 0;
    }
    #single-entry-data-box .fecha-single {
        width: 40%;
    }
    #single-entry-data-box .meta-single {
        width: 60%;
    }
    .form-perfil-usuario {
        padding: 30px 15px;
    }
    .slider-principal .texto-detalle-slide {
        display: none;
    }
    .texto-slide {
        padding-bottom: 20px;
    }
    .controls-principal.main-slider-controls {
        min-height: 0;
    }
    .carrusel-home {
        padding: 0 40px;
    }
    .box-autor .avatar-box-autor {
        width: 75px;
        height: 75px;
    }
    .footer-top .f1 {
        width: 100%;
    }
    .footer-top .f2 {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .footer-bottom .logo-fdd {
        width: 80%;
    }
    .main-navigation-list .main-navigation-item:before {
        display: none;
    }
    header #main-navigation {
        height: auto;
        position: relative;
        z-index: 99;
    }
    .botones-nav {
        bottom: auto;
        right: 0px;
        position: relative;
        top: auto;
        margin-bottom: 10px;
        text-align: right;
        width: auto;
        float: right;
    }
    header .logo {
        width: 200px;
    }
    .box-ingresar {
        bottom: 57px;
        width: auto;
    }
    .btn.login-btn {
        box-shadow: none;
    }
    .box-ingresar .btn.red-btn {
        background: none;
        display: none;
    }
    .main-navigation-list .main-navigation-item {
        padding-top: 15px;
    }
    .login-box .regular-author-avatar-holder .regular-author-name {
        display: none;
    }
    .page .botones-nav,
    .category .botones-nav,
    .archive .botones-nav {
        display: inline-block;
        position: relative;
        right: 0px;
        bottom: auto;
    }
    .page header .logo,
    .category header .logo,
    .archive header .logo {
        margin-bottom: 20px;
    }
    .page .login-box .btn-ingresar,
    .category .login-box .btn-ingresar,
    .archive .login-box .btn-ingresar {
        bottom: -2px;
        top: auto;
        right: 9px;
        width: 100px;
    }
    #single-entry-data-box .single-entry-content blockquote,
    #single-entry-data-box .comment-item blockquote {
        max-width: 100%;
        margin-right: 0;
    }
    blockquote .text-hider {
        max-height: 100%;
    }
    blockquote .text-hider:before {
        display: none;
        opacity: 0;
        font-size: 0;
    }
    .entry-social-meta {
        display: block !important;
    }
    .regular-entry-box:hover .regular-entry-hover {
        opacity: 0;
        top: 100%;
        height: 0;
    }
    .banner-random img.mobile {
        display: block;
    }
    .banner-random {
        padding: 0 20px;
    }
    .banner-random img.desktop {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    header .logo {
        display: none;
    }
    .sidebar-content-holder .single-entry-author-info .single-entry-author-desc {
        display: none;
    }
    h2.titulo {
        font-size: 28px;
    }
    .logo-movil {
        display: block;
        width: 135px;
        top: 8px;
        margin: 0 auto;
        left: 0;
        right: 0;
        position: absolute;
    }
    .logo-movil img {
        width: 100%;
    }
    .buscador-movil {
        position: absolute;
        width: 100%;
        background: #5b5b5b;
        left: 0;
        padding: 5px 15px;
        display: none;
    }
    .buscador-movil form {
        width: 100%;
        padding-top: 5px;
    }
    .buscador-movil input[type="search"] {
        width: 70%;
        height: 30px;
        border-radius: 5px;
        background: #fff;
    }
    .buscador-movil input[type="submit"] {
        background: #f7e135;
        color: #3b3b3b;
        font-size: 11px;
        text-transform: uppercase;
        float: right;
        border-radius: 5px;
        height: 30px;
        width: 25%;
        padding: 0 5px;
    }
    .btn-buscar-movil {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 8px;
        color: #fff;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        padding: 4px 0px;
        width: 30px;
        height: 30px;
        z-index: 0;
    }
    .btn-buscar-movil i {
        color: #3b3b3b;
    }
    .controls-principal.main-slider-controls .slider-control-thumb-btn.active .slider-control-user-name,
    .controls-principal.main-slider-controls .slider-control-thumb-btn2.active .slider-control-user-name {
        font-size: 16px;
        padding-top: 30px;
        margin-left: 15px;
    }
    .slider-principal {
        padding: 0;
    }
    .regular-entry-box .entry-author-profile .entry-author-avatar {}
    .entry-author-profile {
        padding-left: 15px;
    }
    .carrusel .nombre-twitter-author {
        padding-left: 0;
    }
    .page .nombre-twitter-author {
        padding-left: 0;
    }
    .page.page-template-archivo-nuevos .nombre-twitter-author {
        padding-left: 80px;
    }
    .form-filtro-columnas .form-group {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        padding-right: 1.5%;
    }
    #single-entry-data-box .fecha-single {
        width: 100%;
    }
    #single-entry-data-box .meta-single {
        width: 100%;
    }
    .resize-font {
        margin-bottom: 5px;
    }
    #single-entry-data-box .single-entry-title {
        font-size: 41px;
        line-height: 44px;
    }
    .menu-publicar {
        left: auto;
        right: 0;
        text-align: left;
    }
    #single-entry-data-box .single-entry-title .tipo-entry,
    #single-entry-data-box .single-entry-title .tipo-video,
    #single-entry-data-box .single-entry-title .tipo-photo {
        display: none;
    }
    .header-single .logo-header-single {
        width: 140px;
    }
    .login-box .btn-ingresar,
    .botones-nav .btn-publicar,
    .botones-fixed .btn-publica {
        font-size: 0;
    }
    .login-box .btn-ingresar i,
    .botones-nav .btn-publicar i,
    .botones-fixed .btn-publica i {
        font-size: 14px;
    }
    .botones-nav .btn-publicar {
        margin-left: 0;
        font-size: 13px;
        margin-top: 0px;
    }
    .botones-nav .btn-publicar i {
        display: none;
    }
    .botones-nav .btn-buscar {
        display: none;
    }
    .botones-fixed .btn-publicar i {
        display: none;
    }
    .buscador .menu-top-form input[type="search"] {
        width: 125px;
    }
    .menu-normal {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .cerrar-buscador {
        margin-left: 4px;
    }
    #single-entry-data-box .entry-author-profile .img-thumb-btn {
        width: 80px;
        height: 80px;
    }
    #single-entry-data-box .nombre-twitter-author {
        padding-left: 90px;
    }
    .botones-redes .btn-redes {
        width: 100%;
    }
    .login-box .btn-ingresar {
        bottom: auto;
        padding-top: 7px;
        top: 25px;
        height: 28px;
        right: 65px;
    }
    .populares-movil {
        display: block;
    }
    .populares-movil h2 {
        margin: 15px 15px 20px;
    }
    .carrusel#popular,
    .carrusel#contenido-del-mes {
        display: none;
    }
    .single-entry-author-info .single-entry-author-desc {}
    #single-entry-data-box .entry-share-actions {
        display: none;
    }
    .comment-item {
        display: none;
    }
    .comment-item:nth-child(1),
    .comment-item:nth-child(2),
    .comment-item:nth-child(3),
    .comment-item:nth-child(4),
    .comment-item:nth-child(5) {
        display: block;
    }
    .redes-header-top.redes-header-home {
        display: inline-block;
    }
}

.tooltip {
    opacity: 1;
    z-index: 99999 !important;
}

.ui-tooltip {
    z-index: 99999 !important;
}

.titulo-widget {
    border-bottom: 2px solid #74797b;
    padding-bottom: 7px;
    text-align: left;
    margin-bottom: 20px;
}

.titulo-widget img {}

#video-blog-row {}

.widgets-twitter {
    margin: 40px 0;
    display: none;
}

.widget-twitter {}

.widget-twitter#w-twitter1 {
    background: #9f89c6;
    width: calc(35% - 20px);
    float: left;
    margin-right: 20px;
}

.widget-twitter#w-twitter2 {
    background: #81a1df;
    width: calc(35% - 20px);
    float: left;
    margin-right: 20px;
}

.widget-twitter .cabecera {
    padding-top: 10px;
}

.widget-twitter .cabecera img {
    width: 100%;
}

.widget-twitter .cuerpo {
    padding: 0 15px;
    height: 510px;
    overflow-y: scroll;
}

.widget-twitter .cuerpo .item-tweet {
    padding: 20px 0;
    border-bottom: 1px solid #76688e;
}

.widget-twitter .cuerpo .item-tweet .img-tweet {
    width: 20%;
    float: left;
    text-align: center;
}

.widget-twitter .cuerpo .item-tweet .img-tweet img {
    border-radius: 100%;
    border: 2px solid #fff;
    max-width: 100%;
}

.widget-twitter .cuerpo .item-tweet .cuerpo-tweet {
    width: 80%;
    float: left;
    padding-right: 10px;
}

.widget-twitter .cuerpo .item-tweet .cuerpo-tweet h4 {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    margin-top: 0;
}

.widget-twitter .cuerpo .item-tweet .cuerpo-tweet .autor-tweet {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 47%;
    color: #313131;
}

.widget-twitter .cuerpo .item-tweet .cuerpo-tweet .autor-tweet a {
    color: #313131;
}

.widget-twitter .cuerpo .item-tweet .cuerpo-tweet .fecha-tweet {
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    width: 40%;
    display: inline-block;
}

.widget-twitter .cuerpo .item-tweet .cuerpo-tweet .texto-tweet {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.widget-twitter .cuerpo .item-tweet .cuerpo-tweet .texto-tweet a {
    color: #4e475a;
    font-weight: bold;
}

.w-hash {
    width: 30%;
    float: left;
}

.widget-hashtag {
    overflow: hidden;
    height: 307px;
}

.widget-hashtag#w-hashtag1 {
    background: #d2e2ee;
}

.widget-hashtag#w-hashtag2 {
    background: #cadae7;
}

.widget-hashtag .cuerpo {
    padding: 0 20px;
}

.widget-twitter.widget-hashtag .cuerpo .item-tweet .img-tweet {
    text-align: left;
}

.widget-twitter.widget-hashtag .cuerpo .item-tweet .img-tweet img {
    max-width: 80%;
}

.widget-hashtag h3 {
    font-size: 20px;
    font-weight: bold;
    color: #02728a;
    margin-bottom: 0;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.widget-twitter.widget-hashtag .cuerpo .item-tweet .cuerpo-tweet .texto-tweet {
    color: #4e475a;
}

.widget-twitter.widget-hashtag .cuerpo .item-tweet .cuerpo-tweet .texto-tweet a {
    color: #02728a;
    font-weight: bold;
}

.b-flex {
    margin-top: 20px;
}

.b-flex .btn {
    display: inline-block;
    /* float: left; */
    vertical-align: middle;
    margin-top: 0;
}

.b-flex .problema {
    color: #000;
    font-size: 15px;
    vertical-align: middle;
    width: calc(100% - 120px);
    display: inline-block;
    padding-left: 15px;
}

.b-flex .problema a {
    font-weight: bold;
}

@media only screen and (max-width:1024px) {
    .slider-principal {
        overflow: hidden;
    }
}

@media only screen and (max-width:768px) {
    .widget-twitter#w-twitter1 {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .widget-twitter#w-twitter2 {
        width: 50%;
        margin-right: 0;
    }
    .widget-hashtag {
        height: auto;
    }
    .w-hash {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .widget-hashtag#w-hashtag1 {
        width: calc(50% - 20px);
        margin-right: 20px;
        float: left;
    }
    .widget-hashtag#w-hashtag2 {
        width: 50%;
        margin-right: 0;
        float: left;
    }
    .slider-principal {
        overflow: hidden;
    }
}

@media only screen and (max-width:640px) {
    .widget-twitter#w-twitter1 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .widget-twitter#w-twitter2 {
        width: 100%;
        margin-right: 0;
    }
    .w-hash {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .widget-hashtag#w-hashtag1 {
        width: 100%;
        margin-right: 0px;
        float: left;
        margin-bottom: 20px;
    }
    .widget-hashtag#w-hashtag2 {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .widget-twitter .cuerpo {
        height: 300px;
    }
    .widget-twitter .cuerpo .item-tweet .img-tweet {
        padding-right: 10px;
    }
}

.single-entry-author-info .single-entry-author-desc a {
    color: #d64c93 !important;
}

.video-container iframe {
    width: 100% !important;
    height: 100% !important;
}

.regular-entry-box .entry-header-thumb,
.category .entry-header-thumb,
.archive .entry-header-thumb {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000;
    max-height: 210px;
    overflow: hidden !important;
}

.main-slider-items-holder {
    max-height: 461px;
}

.agr-recaptcha-wrapper{
	position:absolute;
	bottom: -40px;
	transform: scale(0.8) !important;
}

#caracteres{
	margin-top:40px;
	display:block;
}
#commentform{
	position:relative;
}