/* No media query for all devices this is the default in Bootstrap */

/* @group fonts */
@font-face {
    font-family: 'LP-Roboto-B';
    src: local('☺'), url('fonts/Roboto/Roboto-Bold.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'LP-Roboto-B';
    src: local('☺'), url('fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'LP-Roboto-M';
    src: local('☺'), url('fonts/Roboto/Roboto-Medium.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LP-Roboto-M';
    src: local('☺'), url('fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'LP-Roboto-R';
    src: local('☺'), url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LP-Roboto-R';
    src: local('☺'), url('fonts/Roboto/Roboto-RegularItalic.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'LP-Roboto-L';
    src: local('☺'), url('fonts/Roboto/Roboto-Light.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'LP-Roboto-L';
    src: local('☺'), url('fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'LP-CharterB';
    src: url('fonts/charter/CHARTRB.TTF') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LP-Charter';
    src: url('fonts/charter/CharterITCStd-Regular.otf') format('truetype'); /* TTF para browsers CSS3 compatibles*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LP-Cooper';
    src: local('☺'), url('fonts/Cooper_Lt_BT/COOPERB.TTF') format('truetype'); /* TTF para browsers CSS3 compatibles*/ 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IcoMoon';
    src: local('☺'), url('fonts/IcoMoon/IcoMoon.ttf') format('truetype'); /* TTF para browsers CSS3 compatibles*/ 
    font-weight: normal;
    font-style: normal;
}

.font-lp-roboto-b { font-family: 'LP-Roboto-B' !important; }
.font-lp-roboto-b-italic { font-family: 'LP-Roboto-B' !important; font-style: italic !important; }
.font-lp-roboto-m { font-family: 'LP-Roboto-M' !important; }
.font-lp-roboto-m-italic { font-family: 'LP-Roboto-M' !important; font-style: italic !important; }
.font-lp-roboto-r { font-family: 'LP-Roboto-R' !important; }
.font-lp-roboto-r-italic { font-family: 'LP-Roboto-R' !important; font-style: italic !important; }
.font-lp-roboto-l { font-family: 'LP-Roboto-L' !important; }
.font-lp-roboto-l-italic { font-family: 'LP-Roboto-L' !important; font-style: italic !important; }
.font-lp-charter   { font-family: 'LP-Charter' !important; }
.font-lp-charter-b { font-family: 'LP-CharterB' !important; }
.font-lp-cooper    { font-family: 'LP-Cooper' !important; }
/* @end */


/* @group elementos_html */
body {
  background-color: #f7f7f7;
  font-size: 1rem;
}
html, body{
  width: 100%;
  /*height: 100%;*/
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
/*html.iphone,
html.iphone body { height: 100.1%; }*/
p {
  font-size: 1.25rem;
}
a:active,
a:focus,
a:hover,
a:visited {
    color: #000000;
    text-decoration: none;
    box-shadow: none;
}
a:visited {
    color: #007bff;
}
/* @end */

/* @group colores_de_letra */
.text-black   { color: #000000 !important; }
.text-white   { color: #ffffff !important; }
.text-lpcolor { color: #c1002b !important; }
/* @end */

/* @group colores_de_fondo */
.background-black   { background-color: #000000 !important; }
.background-white   { background-color: #ffffff !important; }
.background-navbar  { background-color: #c1002b !important; }
.background-lpcolor { background-color: #c1002b !important; }
/* @end */

/* @group bordes */
.border-none        { border: 0 none !important; }
.border-color-black { border-color: #000000 !important; }
.border-color-red   { border-color: #FF0000 !important; }
.border-color-blue  { border-color: #0000FF !important; }
.border-color-green { border-color: #00FF00 !important; }
.border-color-white { border-color: #ffffff !important; }
.border-lpcolor     { border-color: #c1002b !important; }
/* @end */

/* @group alineaciones */
.text-align-left    { text-align: left !important; }
.text-align-right   { text-align: right !important; }
.text-align-center  { text-align: center !important; }
.text-align-justify { text-align: justify !important; }
/* @end */


/* @group botones */
.sidebar-wrapper .btn-custom-register,
.sidebar-wrapper .btn-custom-login {
    width: 100%;
}
.btn-custom-register {
    color: #FFF !important;
}
.btn-custom-register,
.btn-custom-login {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    border-radius: 6px;
    padding: .515rem .68rem;
    margin-bottom: 5px;
}
#navbar-pc .btn-custom-register,
#navbar-pc .btn-custom-login {
    padding: .315rem .68rem;
}
.btn-custom-login {
    border: 1px solid #999;
    color: #999 !important;
    background-color: #fff;
    margin-right: 10px;
}
.btn-custom-register {}
/* @end */


/* @group sidenav */
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-wrapper .moduletable {
    width: 100%;
}

/*----------------page-wrapper----------------*/

/*.page-wrapper {
  height: 100vh;
}*/

#article .items-row {
    padding-left: 5px;
    padding-right: 5px;
}
#article .items-row > div {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 0 none;
}
/*#article .items-row > #col-1 {
    border-right: 0 none;
}*/

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    right: 0px;
    top: 0px;
    z-index: 999;
}

/*@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    position: relative;
    left: -300px;
  }
}*/

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  right: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  /*max-height: calc(100% - 30px);*/
  /*height: calc(100% - 30px);*/
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand:first-of-type > div:first-of-type {
    position: relative;
    height: 18px;
    margin-left: auto;
}
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-brand,
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-brand .user-pic,
.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-brand .user-pic img,
.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-brand .user-info,
.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-brand .user-info > span,
.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-brand .user-info .user-role,
.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

#navbar-pc .navbar-collapse .moduletable > div .user-info .user-status,
.sidebar-wrapper .sidebar-brand .user-info .user-status,
.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

#navbar-pc .navbar-collapse .moduletable > div .user-info .user-status i,
.sidebar-wrapper .sidebar-brand .user-info .user-status i,
.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-header .header-menu span,
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-header .header-menu span {
  padding: 8px 20px 2px 0;
}

.sidebar-wrapper .sidebar-header ul li a,
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-header ul li a {
  padding: 8px 0;
}

.sidebar-wrapper .sidebar-header ul li a i,
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

#banner-top .col .bannergroup {
    /*width: calc(100% + 26px);
    margin-left: -20px;
    margin-right: -20px;*/
}
#banner-top .col-md-4 .bannergroup {
    /*width: calc(100% + 5px);
    margin-left: -5px;
    margin-right: -5px;*/
}

header .page-content,
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.clear,
.clearfix {
  clear: both;
}

.page-wrapper .page-content > div {
  padding: 14px 15px;
}

#content-agro,
#content-depo,
#content-fitness,
#content-sermuj,
#content-turis,
#content-suple,
#top {
  padding: 0;
}
#content-agro > div,
#content-depo > div,
#content-fitness > div,
#content-turis > div,
#content-sermuj > div,
#content-suple > div,
#top > div {
  background-color: #fff;
  border-radius: 4px;

  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
  max-width: calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  width: calc(100% - 60px);
  display: flex;
  overflow: hidden;
}
#top > div {
  background-color: #31353D;
}
#content-agro > div,
#content-depo > div,
#content-fitness > div,
#content-turis > div,
#content-sermuj > div,
#content-suple > div {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#content-agro > div {
  border-bottom: 2px solid #a76828;
  background-color: #a768280d;
}
#content-depo > div {
  border-bottom: 2px solid #28a745;
  background-color: #28a7450d;
}
#content-fitness > div {
  border-bottom: 2px solid #e63c2f;
  background-color: #333e470d;
}
#content-vida {
  margin: 0;
}

.vida-section {
  padding: 0 15px !important;
}
.vida-section > #content-vida {
  background-color: #1d2768;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
.vida-section.gradient1 > #content-vida {
  background: rgb(171,53,253);
  background: linear-gradient(45deg, rgba(171,53,253,1) 0%, rgba(118,115,254,1) 35%, rgba(54,189,253,1) 100%);
}
.vida-section.gradient2 > #content-vida {
  background: rgb(254,255,0);
  background: linear-gradient(45deg, rgba(254,255,0,1) 0%, rgba(255,145,0,1) 35%, rgba(255,85,0,1) 100%);
}
.vida-section.gradient3 > #content-vida {
  background: rgb(220,66,160);
  background: linear-gradient(45deg, rgba(220,66,160,1) 0%, rgba(232,55,133,1) 35%, rgba(251,33,83,1) 100%);
}

#content-truris > div {
  
}
#content-sermuj > div {
  border-bottom: 2px solid #FF4DA3;
  background-color: #FF4DA30d;
}
#content-suple > div {
  
}
#content-agro > div > .moduletable,
#content-agro > div > .moduletable > .newsflash,
#content-agro > div > .moduletable > .newsflash > a,
#content-depo > div > .moduletable,
#content-depo > div > .moduletable > .newsflash,
#content-depo > div > .moduletable > .newsflash > a,
#content-fitness > div > .moduletable,
#content-fitness > div > .moduletable > .newsflash,
#content-fitness > div > .moduletable > .newsflash > a,
#content-truris > div > .moduletable,
#content-truris > div > .moduletable > .newsflash,
#content-truris > div > .moduletable > .newsflash > a,
#content-sermuj > div > .moduletable,
#content-sermuj > div > .moduletable > .newsflash,
#content-sermuj > div > .moduletable > .newsflash > a,
#content-suple > div > .moduletable,
#content-suple > div > .moduletable > .newsflash,
#content-suple > div > .moduletable > .newsflash > a,
#postions-after-featured > .row > div > .moduletable,
#postions-after-featured > .row > div > .moduletable > .newsflash,
#postions-after-featured > .row > div > .moduletable > .newsflash > a,
#top > div > .moduletable,
#top > div > .moduletable > .newsflash,
#top > div > .moduletable > .newsflash > a {
  display: block;
  width: 100%;
}

.agro3 .newsflash > a:not(:first-of-type),
.depo3 .newsflash > a:not(:first-of-type),
.fitness3 .newsflash > a:not(:first-of-type),
.turis3 .newsflash > a:not(:first-of-type),
.sermuj3 .newsflash > a:not(:first-of-type),
.suple3 .newsflash > a:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
}
.agro3 .newsflash > a,
.depo3 .newsflash > a,
.fitness3 .newsflash > a,
.turis3 .newsflash > a,
.sermuj3 .newsflash > a,
.suple3 .newsflash > a {
  width: auto !important;
  margin-left: -5px; margin-right: -5px;
  padding-left: 5px; padding-right: 5px;
}

.agro3 .newsflash-image,
.depo3 .newsflash-image,
.fitness3 .newsflash-image,
.turis3 .newsflash-image,
.sermuj3 .newsflash-image,
.suple3 .newsflash-image {
  width: 100%;
  padding-top: 60%; /* 1:6 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}

.agro3 .newsflash-image > .bg-fluid,
.depo3 .newsflash-image > .bg-fluid,
.fitness3 .newsflash-image > .bg-fluid,
.turis3 .newsflash-image > .bg-fluid,
.sermuj3 .newsflash-image > .bg-fluid,
.suple3 .newsflash-image > .bg-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.agro3 .newsflash-image > .img-fluid,
.depo3 .newsflash-image > .img-fluid,
.fitness3 .newsflash-image > .img-fluid,
.turis3 .newsflash-image > .img-fluid,
.sermuj3 .newsflash-image > .img-fluid,
.suple3 .newsflash-image > .img-fluid {
  display: none;
}

#postions-after-featured > .row > div > .moduletable,
#postions-after-featured > .row > div > .moduletable > .newsflash,
#postions-after-featured > .row > div > .moduletable > .newsflash > a,
#top > div > .moduletable,
#top > div > .moduletable > .newsflash,
#top > div > .moduletable > .newsflash > a {
  height: 100%;
}
#content-right > div > .bannergroup {
  padding-bottom: 15px;
    margin-left: 0;
}
#postions-after-featured > .row {
  margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
#postions-after-featured > .row > div {
  margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
#postions-after-featured > .row > div:not(:last-of-type) {
    margin-bottom: 15px;
}

header .page-content,
.page-wrapper .page-content {
  /*overflow-x: hidden;*/
  max-width: 1080px !important;
}

.deco-black {
  background-color: #000;
  height: 10px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#postions-after-featured .title-logo {
  margin-top: 10px;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
}
#postions-after-featured .titulo-con-volanta.newsflash-title .titulo {
  font-size: 1.8rem;
  text-shadow: none;
  padding: 10px 20px;
  margin-bottom: 50px;
  text-align: center;
}
#postions-after-featured .editorial .title-logo {
  background-image: url(/templates/laprensav2/img/mod_editorial/editorial.svg);
}
#postions-after-featured .columnista .title-logo {
  background-image: url(/templates/laprensav2/img/mod_editorial/columnista.svg);
}
#postions-after-featured .opinion .title-logo {
  background-image: url(/templates/laprensav2/img/mod_editorial/opinion.svg);
}

/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D !important;
}

.chiller-theme .sidebar-wrapper .sidebar-brand,
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header ul li a,
.chiller-theme .sidebar-wrapper .sidebar-brand .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-brand .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li.current a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li.active a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li.current>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li.active>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-brand .user-info,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li.current a i,
.chiller-theme .sidebar-wrapper ul li.active a i,
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-header ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-header .header-menu span,
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

/*------scroll bar---------------------*/

.sidebar-wrapper ::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
.sidebar-wrapper ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.sidebar-wrapper ::-webkit-scrollbar-thumb {
  background: #818896;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.sidebar-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #818896;
}
.sidebar-wrapper ::-webkit-scrollbar-thumb:active {
  background: #818896;
}
.sidebar-wrapper ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar-wrapper ::-webkit-scrollbar-track:hover {
  background: transparent;
}
.sidebar-wrapper ::-webkit-scrollbar-track:active {
  background: transparent;
}
.sidebar-wrapper ::-webkit-scrollbar-corner {
  background: transparent;
}
/* @end */



#main-menu {
/*    height: 60px;
    max-height: 60px;*/
    line-height: 60px;
    width: 100%;
    position: fixed;
    padding: 0;
    z-index: 1000;
}
#main-menu .navbar-left,
#main-menu .navbar-rigth {
    padding: 0 10px;
}
#main-menu .navbar-left {
    height: 60px;   
}
/*#main-menu .navbar-left {
    width: calc(100% - 192px);
}*/
#main-menu .navbar-rigth {
    float: right;
}
#main-menu .navbar-rigth .nav-link {
    padding: 0 1rem;
}
#main-menu .navbar-rigth .dropdown-item {
    line-height: 30px;
}
/*#main-menu .navbar-brand {
    padding: 0;
    margin: 0;
}*/
#main-menu img {
    height: 25px;
    line-height: 60px;
    margin-bottom: 5px;
}



.navbar-dark .navbar-toggler {
    color: #ffffff80;
    border-color: transparent;
}

#main-menu #nav-side-search-block {
    display: inline-block;
    vertical-align: top;
    top: 12px;
    position: relative;
}
#main-menu #nav-side-search-block .input-group .inputbox {
  position: relative;
    display: inline-flex;
    border: 0 none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    height: 35px;
    vertical-align: top;
    order: 1;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    -webkit-transition: width .25s ease-in, padding .25s ease-out 0s;
       -moz-transition: width .25s ease-in, padding .25s ease-out 0s;
         -o-transition: width .25s ease-in, padding .25s ease-out 0s;
            transition: width .25s ease-in, padding .25s ease-out 0s;

  width: 0;
    padding: 0;
}
#main-menu #nav-side-search-block .input-group .inputbox:focus {
  box-shadow: none;
}
#main-menu #nav-side-search-block .input-group .input-group-append > .input-group-text {
    position: relative;
    display: inline-flex;
    border: 1px solid #FFFC;
    background-color: #c1002b;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding-left: 8px;
    padding-right: 8px;
    height: 35px;
    vertical-align: top;
    border-radius: .25rem;

    -webkit-transition: border-radius .25s ease-in, border-radius .25s ease-out 0s;
       -moz-transition: border-radius .25s ease-in, border-radius .25s ease-out 0s;
         -o-transition: border-radius .25s ease-in, border-radius .25s ease-out 0s;
            transition: border-radius .25s ease-in, border-radius .25s ease-out 0s;
}
#main-menu #nav-side-search-block .input-group.visible .inputbox {
    border: 1px solid #FFFC;
    border-left: 0 none;
    width: 218px !important;
    padding: .375rem .75rem;
}
#main-menu #nav-side-search-block .input-group.visible .input-group-append > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* fas fas-bars f0c9 */
/* fas fas-search f002 */


.hamburger-sidebar {
  outline: 0 none !important;
}

.hamburguer-anicon {
  width: 25px;
  height: 25px;
  /*position: relative;*/
  position: unset;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.hamburguer-anicon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburguer-anicon span:nth-child(even) {
  left: 50%;
  border-radius: 0 6px 6px 0;
}
.hamburguer-anicon span:nth-child(odd) {
  left:0px;
  border-radius: 6px 0 0 6px;
}
.hamburguer-anicon span:nth-child(1), .hamburguer-anicon span:nth-child(2) {
  top: 3px;
}
.hamburguer-anicon span:nth-child(3), .hamburguer-anicon span:nth-child(4) {
  top: 10px;
}
.hamburguer-anicon span:nth-child(5), .hamburguer-anicon span:nth-child(6) {
  top: 17px;
}
.hamburguer-anicon.open span:nth-child(1),.hamburguer-anicon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburguer-anicon.open span:nth-child(2),.hamburguer-anicon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburguer-anicon.open span:nth-child(1) {
  left: 3px;
  top: 5px;
}
.hamburguer-anicon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 5px;
}
.hamburguer-anicon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburguer-anicon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburguer-anicon.open span:nth-child(5) {
  left: 3px;
  top: 11px;
}
.hamburguer-anicon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 11px;
}


.titulo-con-volanta {
    font-size: 1.2rem;
    color: #000;
    margin-top: 1rem;
}
/* roboto convencion medium italic */

.titulo-con-volanta .volanta {
    color: #818896;
    font-family: 'LP-Roboto-L';
    font-size: 1rem;
    font-style: italic;
}
.titulo-con-volanta .separador {
    color: #c1002b;
}
.titulo-con-volanta .titulo {
    margin-top: 0.4rem;
    font-size: 1.8rem;
    line-height: 1.2;
    /*font-family: 'LP-CharterB';*/
    font-weight: bold;
    letter-spacing: 0;
}
.section-funebres .titulo-con-volanta .titulo:before {
    font-family: "Font Awesome 5 Free";
    content: "\f654";
    margin-right: 5px;
}

.items-leading-alt .titulo-con-volanta .volanta {
  font-size: 1rem;
}
.items-leading-alt .titulo-con-volanta .titulo {
  font-size: 1.8rem;
}
.section-funebres .item .item-image img{
  filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#top .titulo-con-volanta.newsflash-title .volanta {
    font-size: .8rem;
    color: #aab0bb;
}
#top .titulo-con-volanta.newsflash-title .titulo {
    font-size: 1rem;
    color: #FFF;
    text-shadow: 1px 1px 2px #31353D;
}
/*.titulo-con-volanta.newsflash-title  .separador {
  color: #ff6587;
    font-weight: bold;
}*/
.published,
.createdby {
    font-family: 'LP-Roboto-R';
    font-size: .8rem;
}
.createdby {
  margin-bottom: 0;
}

.item-page figure img {
  width: 100%;
}
.wf_caption > span,
.item-page figure > figcaption,
.img_caption .img_caption {
    text-align: center;
    font-family: LP-Roboto-L;
    font-size: .76rem;
    background-color: #e0e0e0;
    padding: 5px;
}
.img_caption {
    width: 100% !important;
    max-width: 100% !important;
}

.items-leading > div,
.items-row .span6 {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #c1002b;
}
.item.system-unpublished {
    background-color: #ffe2f3;
}

.items-leading > div {
    border-bottom: 0 none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  margin-bottom: 15px;
}

#breadcrumbs + div + section .items-leading > div {
    border-bottom: 2px solid #c1002b;
}

.item .item-image,
#article-wrapper .item-image,
.items-leading .item-image {
    margin-left: -15px;
    margin-right: -15px;
  	margin-bottom: .8rem;
}
.items-leading .item-image:first-of-type {
    margin-top: 0;
}
.items-leading .item-image-main {
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.items-leading .item-image-main > .img_caption {
    height: 100% !important;
    position: relative;
}
.items-leading .item-image-main > .img_caption .img_caption {
    position: absolute;
    bottom: 0;
}

#share-link.btn.focus,
#share-link.btn:focus {
    box-shadow: none;
}
.modal-openb {
    overflow: hidden;
}
.modal-openb .modal.showb,
.modal-open .modal.show {
    top: 50px !important;
}
#shareModal {
    top: calc(-100% + 30px);
    height: calc(100% - 30px);

    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;

    display: block !important;
    opacity: 1;
    background-color: #31353D;
}
[itemprop="articleBody"] blockquote {
    border-left: 4px solid #c1002b;
    box-shadow: 0px 0px 5px #31353d85;
    background-color: #31353D;
    border-radius: 4px;
    padding: .5rem .8rem;
}
[itemprop="articleBody"] blockquote p {
    font-family: 'LP-Roboto-L';
    /*font-weight: bolder !important;*/
    font-style: italic !important;
    text-align: left !important;
    margin-bottom: .5rem;
    color: #FFF;
}
.modal-backdrop.show {
    z-index: 0;
    opacity: 0;
}
#shareModal .modal-title {
    color: #b8bfce;
    border: 0 none;
}
#shareModal .modal-content {
    background: transparent;
    border: 0 none;
}
#shareModal .close {
    color: #ffffff;
    opacity: 1;
}
#shareModal .btn {
    width: 100%;
    border: 0 none;
    background: #3a3f48;
    color: #FFF;
}
#shareModal .btn i {
    font-size: 2rem;
}
#shareModal-body .row {
    list-style: none;
    padding-inline-start: 0;
}
.modal-backdrop {
    display: none !important;
}
.hilight {
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
.rotating-a {
    -webkit-animation:spin_a .3s linear infinite;
    -moz-animation:spin_a .3s linear infinite;
    animation:spin_a .3s linear infinite;
}
@-moz-keyframes spin_a { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin_a { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin_a { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.rotating-b {
    -webkit-animation:spin_b .3s linear infinite;
    -moz-animation:spin_b .3s linear infinite;
    animation:spin_b .3s linear infinite;
}
@-moz-keyframes spin_b { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin_b { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin_b { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.share-link {
    top: -4px;
    position: relative; 
}

.item-info-block {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    display: block;    
}

.items-leading {
    /*margin-left: -25px;*/
    /*margin-right: -25px;*/
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
    background-color: #31353D;
}
.items-leading > div.system-unpublished,
div.system-unpublished div.row {
    background-color: #7d3f62;
}
div.system-unpublished div.row {
    border: 2px solid #7d3f62;
}
div.system-unpublished div.row > .col-12:last-of-type {
    background-color: #7d3f6288 !important;
}
.items-leading .titulo-con-volanta .volanta {
    color: #818896;
}
/*.items-leading .titulo-con-volanta .separador {
    color: #ff6587;
    font-weight: bold;
}*/
.items-leading .titulo-con-volanta .titulo,
.items-leading p {
    color: #FFF;
}
.items-leading .item-info-block {
    border-top: 1px solid #3a3f48;
    border-bottom: 1px solid #3a3f48;
}
.items-leading .img_caption .img_caption {
    background-color: #c1002b;
    margin-bottom: 0;
}
.items-leading .published {
    color: #818896;
}
.items-leading .published .fa-calendar-alt{
    color: #818896 !important;
    background-color: #3a3f48;
    padding: 10px;
    border-radius: 4px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'LP-Roboto-B';
}
.h3, h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.item-page .h3:before,
.item-page h3:before {
  content: "| ";
  color: #c1002b;
}

/* Old page footer styles */
.art-Foter {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.art-Footer .art-Footer-inner {
    height: 1%;
    position: relative;
    z-index: 0;
    padding: 5px;
    text-align: center;
}
.art-Footer-text p {
    color: #666;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    font-size: 11px;
}
.art-Footer .art-Footer-text {
    display: inline-block;
    color: #D1D1D1;
    font-family: Arial, Helvetica, Sans-Serif;
}
.art-Footer .art-Footer-text p {
    margin: 0;
    color: #D1D1D1;
    font-size: 11px;
}
.art-Footer .art-Footer-background {
    /*background-color: #c1002b;*/
    background-color: #31353d;
    width: 100%;
}
.art-rss-tag-icon {
    position: relative;
    display: block;
    float: left;
    /*background-color: #c1002b;*/
    background-color: #31353d;
    margin: 0 5px 0 0;
    height: 32px;
    width: 24px;
    cursor: default;
}
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #666;
}
.art-page-footer {
    margin: 1em;
    text-align: center;
    text-decoration: none;
    color: #666;
}


#navbarMain .moduletable {
    display: none;
}
#navbarMain .moduletable:first-of-type {
    display: inline-flex;
}
#btn-nav-search,
#btn-nav-hamburger,
#btn-nav-login {
    position: relative;
    display: inline-flex;
    border: 1px solid #FFFC;
    background-color: #c1002b;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    height: 35px;
    top: 12px;
    vertical-align: top;
    z-index: 1;
}

#btn-nav-search .fas,
#btn-nav-hamburger .fas,
#btn-nav-login .fas {
    color: #FFF;
}

#btn-nav-search input.form-control {
    border: 0 none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #FFF2;
}

#header-logo-pc img {
    transition: opacity .5s ease-out;
    opacity: 0;
}
#header-logo-pc.show img {
    opacity: 1;
}

.hamburguer-anicon.open span:nth-child(1),
.hamburguer-anicon.open span:nth-child(2) {
    top: 7px;
}
.hamburguer-anicon.open span:nth-child(5),
.hamburguer-anicon.open span:nth-child(6) {
    top: 13px;
}

#navbar-pc .sidebar-header ul {
    list-style: none;
    padding: 0;
}
#navbar-pc .sidebar-header ul > li {
    display: inline-block;
}

#navbar-pc .navbar-collapse .moduletable > div > ul {
    display: flex;
}
#navbar-pc .navbar-collapse .moduletable > div > ul > li:first-of-type {
    order: 1;
}
#navbar-pc .navbar-collapse .moduletable > div > ul > li:last-of-type {
    order: 0;
}

#navbar-pc .navbar-collapse .moduletable > div,
#navbar-pc .navbar-collapse .moduletable > form {
    height: 60px;
    margin-top: 0 !important;
    /*display: inline-block !important;*/
    position: relative;
}
#navbar-pc #share-link {
    position: absolute;
    left: -50px;
    top: 10px;
}
#navbar-pc .navbar-collapse .moduletable > form {
    width: 87px !important;
}
#navbar-pc .navbar-collapse .moduletable > div .user-pic,
#navbar-pc .navbar-collapse .moduletable > div .user-info {
    display: inline-block;
    margin-left: 5px;
    width: auto;
    height: 60px;
    vertical-align: top;
}
#navbar-pc .navbar-collapse .moduletable > div .user-pic > div {
  border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 4px;
    padding: 4px;
    height: 34px;
    line-height: 25px;
    width: 35px;
    margin-top: 12px;
}
#navbar-pc .navbar-collapse .moduletable > div .user-info .user-name {
    color: #ffffff;
    line-height: 1;
    vertical-align: super;
}
#navbar-pc .navbar-collapse .moduletable > div .user-info > .user-name {
    position: relative;
    top: 0;
    height: 34px;
    line-height: 36px;
    display: block;
    max-width: 215px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#navbar-pc .navbar-collapse .moduletable > div .user-info .user-status {
  color: #b8bfce;
    display: block;
    height: 20px;
    line-height: 1;
    margin-top: 0;
}
#navbar-pc .navbar-collapse .moduletable > div .user-pic img {
  /* border-radius: 4px; */
    /* position: relative; */
    /* top: -17px; */
    margin-bottom: 6px;
    line-height: 25px;
    height: 25px;
    width: 25px;
}

.breadcrumb {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 14px;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #0000;
}
.breadcrumb-item {
    display: contents;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #c1002b;
}


/* LOGIN */
.profile-wrapper,
.login-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 80px;
  width: 100%;
  min-height: 100%;
}
.profile-wrapper #formContent,
.login-wrapper #formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: #31353D;
  padding: 30px 0 0;
  width: 100%;
  max-width: 450px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}
.profile-wrapper #formContent {
  max-width: 1200px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.profile-wrapper #formFooter,
.login-wrapper #formFooter {
  background-color: #3a3f48;
  border-top: 1px solid #28292c;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 10px;
}
.profile-wrapper .form-row {
  max-width: 680px;
}

#comments-form-send,
#comments-form-send > div {
    background: none !important;
}
#comments-form .btn a, #comments-report-form .btn a {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;

    height: auto !important;
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#comments-form .btn a, #comments-report-form .btn a,
.btn-lp,
.dz-button,
.profile-wrapper input[type=button],
.profile-wrapper input[type=submit],
.profile-wrapper input[type=reset],
.login-wrapper input[type=button],
.login-wrapper input[type=submit],
.login-wrapper input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#comments-form-send > div > a:hover,
.btn-lp:hover,
.dz-button:hover,
.profile-wrapper input[type=button]:hover,
.profile-wrapper input[type=submit]:hover,
.profile-wrapper input[type=email]:hover,
.profile-wrapper input[type=reset]:hover,
.login-wrapper input[type=button]:hover,
.login-wrapper input[type=submit]:hover,
.login-wrapper input[type=email]:hover,
.login-wrapper input[type=reset]:hover  {
  background-color: #39ace7;
}
.dz-button {
  color: #FFF;
    font-family: 'LP-Roboto-L';
    font-size: .8rem;
    margin: 0;
    padding: 12px 30px;
    margin-right: 5px;
}
#comments-form-send > div > a:active,
.btn-lp:active,
.dz-button:active,
.profile-wrapper input[type=button]:active,
.profile-wrapper input[type=submit]:active,
.profile-wrapper input[type=email]:active,
.profile-wrapper input[type=reset]:active,
.login-wrapper input[type=button]:active,
.login-wrapper input[type=submit]:active,
.login-wrapper input[type=email]:active,
.login-wrapper input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.profile-wrapper #fake-input,
.profile-wrapper .fake-input,
.profile-wrapper .fields,
.profile-wrapper input[type=text],
.profile-wrapper input[type=email],
.profile-wrapper input[type=password],
.login-wrapper #fake-input,
.login-wrapper .fields,
.login-wrapper input[type=text],
.login-wrapper input[type=email],
.login-wrapper input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.profile-wrapper #fake-input,
.profile-wrapper .fake-input,
.profile-wrapper .fields,
.profile-wrapper select,
.profile-wrapper input[type=text],
.profile-wrapper input[type=email],
.profile-wrapper input[type=password] {
  background-color: #FFF !important;
  border: 1px solid #CACACA !important;
}
.profile-wrapper #fake-input,
.login-wrapper #fake-input {
  padding: 0;
  text-align: left;
  display: flex;
  margin: 10px auto;
  border: 2px solid #0000;
  background-color: #0000;
  margin-bottom: 30px;
}
.profile-wrapper #fake-input > div:first-of-type,
.profile-wrapper .fake-input > div:first-of-type,
.login-wrapper #fake-input > div:first-of-type {
  padding-left: 0;
}
.profile-wrapper #fake-input > div:last-of-type,
.profile-wrapper .fake-input > div:last-of-type,
.login-wrapper #fake-input > div:last-of-type {
  padding-right: 0;
}
.profile-wrapper #fake-input > div > .controls > .toggle,
.profile-wrapper #fake-input > div > .controls > .btn,
.profile-wrapper .fake-input > div > .controls > .toggle,
.profile-wrapper .fake-input > div > .controls > .btn,
.login-wrapper #fake-input > div > .controls > .toggle,
.login-wrapper #fake-input > div > .controls > .btn {
  width: 100% !important;
}
.profile-wrapper p#fake-input,
.profile-wrapper p.fake-input,
.login-wrapper p#fake-input {
  margin-bottom: 10px;
}
.profile-wrapper p#fake-input,
.profile-wrapper p.fake-input,
.profile-wrapper legend,
.login-wrapper p#fake-input,
.login-wrapper legend {
  color: #FFFFFF;
}
.profile-wrapper input[type=text]:focus,
.profile-wrapper input[type=email]:focus,
.profile-wrapper input[type=password]:focus,
.login-wrapper input[type=text]:focus,
.login-wrapper input[type=email]:focus,
.login-wrapper input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}
.login-wrapper .field-type-countries .form-control-label,
.login-wrapper .field-type-state .form-control-label,
.login-wrapper .field-type-radio .form-control-label {
  height: 28px;
  left: 15px;
}

.login-wrapper ::-webkit-input-placeholder { color: #CACACA !important; }
.login-wrapper ::-moz-placeholder { color: #CACACA !important; }
.login-wrapper :-ms-input-placeholder { color: #CACACA !important; }
.login-wrapper :placeholder { color: #CACACA !important; }

.profile-wrapper ::-webkit-input-placeholder { color: #FFF !important; }
.profile-wrapper ::-moz-placeholder { color: #FFF !important; }
.profile-wrapper :-ms-input-placeholder { color: #FFF !important; }
.profile-wrapper :placeholder { color: #FFF !important; }


/*
form .form-control::-webkit-input-placeholder { 
  color: #4CAF50;
}
form .form-control::-moz-placeholder {
  color: #4CAF50;
}
form .form-control:-ms-input-placeholder {
  color: #4CAF50;
}
form .form-control:placeholder {
  color: #4CAF50;
}*/

.profile-wrapper .control-label,
.login-wrapper .control-label {
  display: none;
}
.profile-wrapper #icon,
.login-wrapper #icon {
  font-size: 48px;
  color: #999999;
}

#content-right > .moduletable.card {
    border: 0 none;
    padding: .5rem;
}
#content-depo > div > .moduletable > .card-title,
#content-right > .moduletable.card > .card-title {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0 .5rem;
    margin-bottom: 0;
}
#content-right > .moduletable.card > .card-body {
  padding: 0;
    /*border-radius: 4px;*/
    /*border: 1px solid #e0e0e0;*/
}
#content-right > .moduletable.card > .card-body > .btn-group-vertical {
  padding: 0;
}

#content-right > .moduletable.card > .card-body > .btn-group-vertical .btn {
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid #e0e0e0;
}
#content-right > .moduletable.card > .card-body > .btn-group-vertical .btn:first-of-type {
  background-color: #fff1cc;
    margin-top: 8px;
    padding-top: 2px;
    padding-bottom: 8px;
}
#content-right > .moduletable.card > .card-body > .btn-group-vertical .btn:last-of-type {
    border-bottom: 0 none;
}

.tooltip .arrow::before {
    border-bottom-color: #31353D;
}
.tooltip .tooltip-inner {
    background-color: #31353D;
}

#sidebar-user {
    display: none;
}
#sidebar-user .header-menu {
    border-top: 1px solid #3a3f48;
    margin-top: 5px;
}
#sidebar-user .header-menu > span {
    padding-top: 5px;
}
#sidebar-user .sidebar-menu {
    border-top: none;
    border-bottom: 1px solid #3a3f48;
}

/* EPAPER */
.moduletable.card {
  margin-bottom: 15px;
}
.archive-module.card.mod-list,
.custom.card.epaper {
  border: 0 none;
  border-radius: 0;
  margin-top: 10px;
}
.custom.card.epaper {
  box-shadow: 2px 2px 10px #ccc;
}
/* Style the Image Used to Trigger the Modal */
#paper-cover-img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#paper-cover-img:hover {opacity: 0.7;}
/* The Modal (background) */
.custom.card.epaper .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.custom.card.epaper .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
.custom.card.epaper #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation - Zoom in the Modal */
.custom.card.epaper .modal-content,
.custom.card.epaper #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
/* The Close Button */
.custom.card.epaper .close {
  position: absolute;
  top: 60px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.custom.card.epaper .close:hover,
.custom.card.epaper .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .custom.card.epaper .modal-content {
    width: 100%;
  }
}


/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}
.underlineHover:hover {
  color: #0d0d0d;
  text-decoration: none;
}
.underlineHover:hover:after{
  width: 100%;
}
/* OTHERS */
*:focus {
    outline: none;
}

/* ALERTS */
.alert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger,
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning,
.alert-notice {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-message,
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.table-hover tbody tr:hover {
    background-color: rgba(166,205,255,.35);
}

/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(166,205,255,.05);
}*/


/* MEMBERSHIP PRO REGISTRO */
#osm-singup-page fieldset .controls .form-group {
    margin: 0;
}
#osm-singup-page fieldset .controls .field-type-date label,
#osm-singup-page fieldset .controls .field-type-text label {
  display: none !important;
}
#osm-singup-page form > .form-group,
#osm-singup-page form > .form-group > div,
#osm-singup-page form > .form-group > label,
#osm-singup-page fieldset .controls .form-group > div {
    color: #FFF;
    text-align: left;
    display: block;
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
}
#osm-singup-page fieldset .controls .form-group > div .daysrow,
#osm-singup-page fieldset .controls .form-group > div .daynames,
#osm-singup-page fieldset .controls .form-group > div .calendar-head-row {
    color: #212529;
}
#osm-singup-page form > .form-group {
    padding: 0;
    margin: 0;
}
#payment-terms,
#osm-singup-page form > .form-group > label,
#osm-singup-page form > .form-group > .form-control-label > label,
#osm-singup-page fieldset .controls .form-group > .form-control-label > label {
    color: #FFF;
}
#osm-singup-page fieldset > div {
  	margin: 0;
}
#osm-singup-page fieldset .controls .field-type-radio {
    margin: 10px 15px;
    border-radius: 10px;
    background-color: #56595f;
}
#osm-singup-page fieldset .controls .field-type-radio > .form-control-label {
    padding: 0;
    margin: 0px -15px;  
}
#osm-singup-page fieldset .controls .field-type-radio > .form-control-label > label {
    padding-left: 15px;
    padding-right: 15px;
}
#osm-singup-page fieldset .controls .field-type-radio > .col-md-9 {
    border-top: 1px solid #909090;
}
 
#payment-terms {
    background-color: #4e5156;
    border: 2px solid #4e5156;
    font-size: 16px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 5px 15px !important;
    width: calc(100% - 30px) !important;
}
.osm-container .form-group select.input-large#state,
.osm-container .form-group select,
#osm-singup-page form > .form-group > input[type='text'],
#osm-singup-page form > .form-group > div > input[type='text'],
#osm-singup-page fieldset .controls .form-group > div > select,
#osm-singup-page form > .form-group > div > select,
#osm-singup-page fieldset .controls .form-group > div > textarea {
    height: 57px;
    background-color: #f6f6f6;
    color: #0d0d0d;
    padding: 15px 32px 15px 15px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 100% !important;
}
#osm-singup-page form > .form-group > div > select#exp_month,
#osm-singup-page form > .form-group > div > select#exp_year {
  	width: calc(50% - 8px) !important;
}
#osm-singup-page fieldset .controls .form-group > div > textarea {
    margin: 0;
}

.osm-container .controls::has(div > .col-md-9 > #x_card_num) {
    width: 75%;
    display: inline-block;
}
.osm-container .controls::has(div > .col-md-9 > #x_card_code) {
    width: 25%;
    display: inline-block;
}

#card-fields {
    margin: 0;
}
#card-fields .controls {
    padding-left: 0;
    padding-right: 0;
}

#payment_method_container,
#osm-singup-page form > .form-group > div > input[type='text'] {
    margin: 0 0 10px 0;
}
#osm-singup-page fieldset .controls .form-group > div > textarea {
    text-align: left;
    padding: 10px 15px;
}
#osm-singup-page form > .form-group > div .input-group-prepend > .input-group-text {
    background-color: #4e5156;
    border: 1px solid #4e5156;
    color: #FFF;
    width: 65px;
    height: 58px;
    text-align: center;
    display: block;
    line-height: 2.5rem;
}
#osm-singup-page form > .form-group > div .input-small {
    width: calc(100% - 64px) !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 10px 0;
}
#osm-singup-page form > .form-group > div select.input-small {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: calc(50% - 8px) !important;
    display: inline-block;
}
#osm-singup-page form > .form-group > div fieldset > div label {
    width: 100%;
    color: #FFF;
}
#subscribe_to_newsletter, 
#osm-singup-page form > .form-group > div > input[type='checkbox'],
#osm-singup-page form > .form-group > div fieldset > div label > input {
    position: relative;
    width: 16px;
    height: 16px;
    top: 4px;
    margin-bottom: 10px;
}
#osm-singup-page .form-actions > .btn.btn-primary {
    -webkit-box-shadow: none;
    /*box-shadow: none;
    text-transform: none;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;*/
}
#osm-singup-page .custom-file-upload {
    background-color: #5fbae9;
    border-color: #5fbae9;
    color: #FFF;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: -0.06rem;
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    padding: .5rem 1rem;
    border-radius: .3rem;
}
.osm-container .form-group .input-append input[type=text] {
    width: calc(100% - 73px) !important;
    vertical-align: top;
}
.osm-container .form-group .input-append button {
    height: 58px !important;  
    width: 58px;
    margin: 10px 0px 10px 10px;
}
h1.osm-page-title,
h1.hdp_title,
h2.osm-form-heading {
    margin: 10px 10px 30px!important;
    text-transform: uppercase;
    font-size: 1.6rem;
    text-align: center;
}


.article-new-editor {
    margin-top: 15px;
}
a[data-toggle="tab"] {
    display: block;
    padding: .5rem 1rem;
}
.nav-tabs a[data-toggle="tab"] {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show a[data-toggle="tab"],
.nav-tabs a[data-toggle="tab"].active,
.nav-tabs .active a[data-toggle="tab"] {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content {
    padding: 15px;
}

.toggle-on.btn-lg,
.toggle-off.btn-lg {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
}

.osm-message,
#osm-subscription-complete .info,
#osm-singup-page form > .form-group > div fieldset > div label .info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;

  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-top: 10px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.osm-message,
.osm-privacy-policy-message.alert-info,
#osm-subscription-complete .info,
#osm-singup-page form > .form-group > div fieldset > div label .info {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: .8rem;
    color: #0c5460b8;
    border-left: 3px solid;
    padding-left: 10px;
    padding-right: 10px;
}


/* HELPDESK PRO */
#hdp_right_panel th {
  font-weight: normal;
    text-shadow: none;
}
#hdp_right_panel th,
#hdp_right_panel td {
  padding: 5px 10px;
}
.hdp_ticket_commenter-name {
    height: auto;
    padding: 5px 5px 5px 10px;
    font-family: 'LP-Roboto-R';
}
.hdp_ticket_commenter-name .btn {
    color: #6c757d;
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.hdp_ticket_comment-text {
    font-family: 'LP-Roboto-R';
    font-size: .9rem;
}

/* JCOMMENT */
#jc {
    font-family: 'LP-Roboto-R';
}
#jc h4 {
    font-family: 'LP-Roboto-B';
    font-size: 1.2rem;
    color: #000;
}
#jc .comment-body {
    margin-top: 10px !important;
}
#comments-form textarea,
#comments-form .grippie {
    width: 100%;
    max-width: 100% !important;
}
#comments .comments-buttons {
    height: auto;
    margin-top: 10px;
    line-height: 1.4rem;
}
.jcomments-links {
    margin-bottom: 15px;
}
.jcomments-links .comments-link {
    color: #818896;
}
.jcomments-links .comments-link:hover {
    color: #475369;
}
.items-leading .jcomments-links .comments-link {
    color: #FFF;
}
.items-leading .jcomments-links .comments-link:hover {
    color: #afafaf;
}
.jcomments-links .comments-link {
    font-family: 'LP-Roboto-M';
    font-size: .90rem;
}


/** CONTRATADOS **/
.item.contratado {
    /*background-color: #ffe399;*/
  	background-color: #cfebff;
}
.item .contratado-text {
    font-family: 'LP-Roboto-M';
    font-size: .90rem;
    text-align: center;
    color: #FFF;
    /*background-color: #c1002b;*/
  	background-color: #008cc1;
  
}
.item.contratado .titulo-con-volanta,
.item.contratado .jcomments-links {
  padding-left: 10px;
  padding-right: 10px;
}


#attrib-fields-0.tab-pane .control-group,
#images.tab-pane .control-group {
    margin-bottom: 10px;
}
#attrib-fields-0.tab-pane .btn.modal,
#attrib-fields-0.tab-pane .btn.hasTooltip,
#images.tab-pane .btn.modal,
#images.tab-pane .btn.hasTooltip {
  position: relative;
}
#attrib-fields-0.tab-pane .btn.modal,
#attrib-fields-0.tab-pane .btn.hasTooltip,
#attrib-fields-0.tab-pane .btn.wf-media-upload-button,
#images.tab-pane .btn.modal,
#images.tab-pane .btn.hasTooltip,
#images.tab-pane .btn.wf-media-upload-button {
  background-color: #e3e1e1;
  color: #333;
  border: 1px solid #b3b3b3;
  display: inline-block !important;
}
#attrib-fields-0.tab-pane .btn.modal,
#attrib-fields-0.tab-pane .btn.hasTooltip,
#images.tab-pane .btn.modal,
#images.tab-pane .btn.hasTooltip {
  z-index: 1;
  display: inline-block !important;
}
#attrib-fields-0.tab-pane .btn.wf-media-upload-button,
#images.tab-pane .btn.wf-media-upload-button {
  display: none !important;
}
.icon-upload,
.icon-remove {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
}
.icon-upload::before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
  content: "\e022";
}
.icon-remove::before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
  content: "\49";
}
#attrib-fields-0.tab-pane .input-append input.wf-media-input-upload,
#images.tab-pane .input-append input.wf-media-input-upload {
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
}

#adminForm .btn-toolbar {
  padding-left: 15px;
  padding-right: 15px;
}
#editor-xtd-buttons {
  padding: 0 !important;
  margin-left: -8px;
  margin-right: -8px;
}

#com-content-formContent .chzn-container {
  width: 100% !important;
}

#com-content-formContent .chzn-container ul.chzn-choices {
  height: 38px;
}
#com-content-formContent .chzn-container ul.chzn-choices > li.search-choice {
  height: 30px;
  line-height: 22px;
}
#com-content-formContent .chzn-container ul.chzn-choices > li.search-choice .search-choice-close {
  
}

#com-content-formContent .chzn-container > .chzn-single {
  height: 38px;
  line-height: 38px;
}
#com-content-formContent .chzn-container-single .chzn-single div b {
  position: relative;
  top: 5px;
}

#wrapper {
  min-height: 100%;
}
#push {
  height: 97px;
}
#footer-wrapper {
  margin-top: -97px;
}

/** ESTILOS EDITOR */
#tinymce {
  background-color: #ffffff !important;
}
#tinymce p, 
span[title="Párrafo"],
span[title="p"] {
  font-family: 'LP-Charter' !important;
  font-size: 1.25rem !important;
  text-decoration: none solid rgb(68, 68, 68) !important;
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #000000 !important;
  display: block !important;
}
#tinymce p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

#tinymce h1, #tinymce .h1,
span[title="Encabezado 1"],
span[title="h1"] {
  font-family: 'LP-Roboto-B' !important;
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none solid rgb(68, 68, 68) !important;
  text-transform: none !important;
  color: #000000 !important;
}

#tinymce h2, #tinymce .h2,
span[title="Encabezado 2"],
span[title="h2"] {
  font-family: 'LP-Roboto-B' !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  text-decoration: none solid rgb(68, 68, 68) !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  color: #000000 !important;
}

#tinymce h3, #tinymce .h3,
span[title="Encabezado 3"],
span[title="h3"] {
  font-family: 'LP-Roboto-B' !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #000000 !important;
  text-decoration: none solid rgb(68, 68, 68) !important;
  text-transform: uppercase !important;
}
#tinymce h3:before, #tinymce .h3:before,
span[title="Encabezado 3"]:before,
span[title="h3"]:before {
  content: "| ";
  color: #c1002b;
}

#tinymce h4, #tinymce .h4,
span[title="Encabezado 4"],
span[title="h4"] {
  font-family: 'LP-Roboto-B' !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  text-decoration: none solid rgb(68, 68, 68) !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  color: #000000 !important;
}

#tinymce h5, #tinymce .h5,
span[title="Encabezado 5"],
span[title="h5"] {
  font-family: 'LP-Roboto-B' !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none solid rgb(68, 68, 68) !important;
  text-transform: none !important;
  color: #000000 !important;
}

#tinymce h6, #tinymce .h6,
span[title="Encabezado 6"],
span[title="h6"] {
  font-family: 'LP-Roboto-B' !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none solid rgb(68, 68, 68) !important;
  text-transform: none !important;
  color: #000000 !important;
}

#tinymce blockquote,
span[title="Cita"],
span[title="blockquote"] {
  	font-family: 'LP-Roboto-L' !important;
  	font-size: 1rem !important;
    font-style: italic !important;
    text-align: left !important;
  	font-weight: 400 !important;
    border-left: 4px solid #c1002b !important;
    box-shadow: 0px 0px 5px #31353d85 !important;
    background-color: #31353D !important;
    color: #FFF !important;
    border-radius: 4px !important;
    text-decoration: none solid rgb(68, 68, 68) !important;
    text-transform: none !important;
}

#tinymce h1, #tinymce .h1,
#tinymce h2, #tinymce .h2,
#tinymce h4, #tinymce .h4,
#tinymce h5, #tinymce .h5,
#tinymce h6, #tinymce .h6,
#tinymce blockquote > p {
  margin-bottom: .5rem !important;
}

#tinymce blockquote > p {
  	font-family: 'LP-Roboto-L' !important;
    color: #FFF !important;
    padding: .5rem .8rem !important;
    margin: 0 0 1rem !important;
}
#tinymce h3, #tinymce .h3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  #images.tab-pane .input-append input.wf-media-input-upload {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .hamburguer-anicon {
    position: relative;
    top: -8px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 764px) {
    #top .titulo-con-volanta .volanta {
        font-size: .8rem;
    }
    .item-page .titulo-con-volanta .titulo,
    .items-leading .titulo-con-volanta .titulo {
        font-size: 1.8rem;
    }
    .titulo-con-volanta .titulo {
        font-size: 1.4rem;
    }

    #push {
      height: 148px;
    }
    #footer-wrapper {
      margin-top: -148px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 765px) and (max-width: 991px) {
    #article .item-page .titulo-con-volanta .volanta {
        font-size: 1.5rem;
    }
    #article .item-page .titulo-con-volanta .titulo {
    font-size: 2.3rem;
    }
    #article .titulo-con-volanta .volanta {
        font-size: 1rem;
    }
    #article .titulo-con-volanta .titulo {
        /*font-size: 1.8rem;*/
        font-size: 1.3rem;
    }

    #article .img_caption .img_caption {
        font-size: 1rem;
    }

    #push {
      height: 113px;
    }
    #footer-wrapper {
      margin-top: -113px;
    }
}
@media (max-width: 767px) {
    #banner-bottom-1 .bannergroup,
    #banner-bottom-2 .bannergroup,
    #banner-bottom-3 .bannergroup,
    #banner-bottom-4 .bannergroup,
    #banner-bottom-5 .bannergroup,
    #banner-bottom-6 .bannergroup,
    #banner-bottom-7 .bannergroup,
    #banner-top .bannergroup,
    .page-wrapper .page-content > div {
    padding-top: 7px;
      padding-bottom: 7px;
  }
    #banner-bottom-1 .bannergroup,
    #banner-bottom-2 .bannergroup,
    #banner-bottom-3 .bannergroup,
    #banner-bottom-4 .bannergroup,
    #banner-bottom-5 .bannergroup,
    #banner-bottom-6 .bannergroup,
    #banner-bottom-7 .bannergroup,
    #banner-top .bannergroup,
    .page-wrapper .page-content > div,
  #banner-featured-intro {
        /*margin-left: -15px;
        margin-right: -15px;*/
    }
    .items-leading {
        margin-right: -15px;
        margin-left: -15px;
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 1.1rem;
        line-height: 1.7;
        letter-spacing: -0.06rem;
    }

    .item .contratado-text {
      margin-left: -15px;
      margin-right: -15px;
    }
    .item.contratado .titulo-con-volanta,
    .item.contratado .jcomments-links {
      /*background-color: #fff1cc;*/
      background-color: #cfebff;
      margin-left: -15px;
      margin-right: -15px;
    }
    .item.contratado .titulo-con-volanta {
      margin-top: 0;
      padding-top: 10px;
      margin-bottom: 0;
    }
    .item.contratado .jcomments-links {
      margin-top: 0;
      padding-top: 10px;
      margin-bottom: 0;
      padding-bottom: 15px;
    }
}
@media (min-width: 768px) {
    #content-agro,
    #content-depo,
    #content-fitness,
    #content-turis,
    #content-sermuj,
    #content-suple,
    #top {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content-agro > div,
    #content-depo > div,
    #content-fitness > div,
    #content-turis > div,
  #content-sermuj > div,
    #content-suple > div,
    #top > div {
        margin-left: 10px;
        margin-right: 10px;
        max-width: calc(33.333333% - 20px);
        flex: 0 0 calc(33.333333% - 20px);
        width: calc(33.333333% - 20px);
    }
    #content-agro > div,
    #content-depo > div,
    #content-fitness > div,
    #content-turis > div,
    #content-sermuj > div
    #content-suple > div {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    #content-sermuj > div > .moduletable,
    #content-sermuj > div > .moduletable > .newsflash > a,
    #top > div > .moduletable,
    #top > div > .moduletable > .newsflash > a {
        display: flex;
    }
    #postions-after-featured > .row {
    
    }
    #postions-after-featured > .row > div {
    
    }
  #postions-after-featured > .row > div:not(:last-of-type) {
        margin-bottom: 0;
    }

    .sidebar-wrapper {
        left: -300px;
    }
    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

    #sidebar-user {
      display: block;
      left: auto;
      right: -300px;
    }

    #banner-bottom-1 .col .bannergroup,
    #banner-bottom-2 .col-md-4 .bannergroup,
    #banner-bottom-3 .col .bannergroup,
    #banner-bottom-4 .col-md-4 .bannergroup,
    #banner-bottom-5 .col .bannergroup,
    #banner-bottom-6 .col-md-4 .bannergroup,
    #banner-bottom-7 .col .bannergroup,
    #banner-top .col .bannergroup {
        margin-right: -3px;
    }
    #banner-bottom-1 .col-md-4 .moduletable,
    #banner-bottom-1 .col-md-4 .bannergroup,
    #banner-bottom-1 .col-md-4 .banneritem,
    #banner-bottom-1 .col-md-4 .img-fluid,
    #banner-bottom-2 .col .moduletable,
    #banner-bottom-2 .col .bannergroup,
    #banner-bottom-2 .col .banneritem,
    #banner-bottom-2 .col .img-fluid,
    #banner-bottom-3 .col-md-4 .moduletable,
    #banner-bottom-3 .col-md-4 .bannergroup,
    #banner-bottom-3 .col-md-4 .banneritem,
    #banner-bottom-3 .col-md-4 .img-fluid,
    #banner-bottom-4 .col .moduletable,
    #banner-bottom-4 .col .bannergroup,
    #banner-bottom-4 .col .banneritem,
    #banner-bottom-4 .col .img-fluid,
    #banner-bottom-5 .col-md-4 .moduletable,
    #banner-bottom-5 .col-md-4 .bannergroup,
    #banner-bottom-5 .col-md-4 .banneritem,
    #banner-bottom-5 .col-md-4 .img-fluid,
    #banner-bottom-6 .col .moduletable,
    #banner-bottom-6 .col .bannergroup,
    #banner-bottom-6 .col .banneritem,
    #banner-bottom-6 .col .img-fluid,
    #banner-bottom-7 .col-md-4 .moduletable,
    #banner-bottom-7 .col-md-4 .bannergroup,
    #banner-bottom-7 .col-md-4 .banneritem,
    #banner-bottom-7 .col-md-4 .img-fluid,
    #banner-top .col-md-4 .moduletable,
    #banner-top .col-md-4 .bannergroup,
    #banner-top .col-md-4 .banneritem,
    #banner-top .col-md-4 .img-fluid {
        height: 100%;
    }
    #banner-bottom-1 .col-md-4 .bannergroup,
    #banner-bottom-3 .col-md-4 .bannergroup,
    #banner-bottom-5 .col-md-4 .bannergroup,
    #banner-bottom-7 .col-md-4 .bannergroup,
    #banner-top .col-md-4 .bannergroup {
        margin-left: -7px;
    }
    #banner-bottom-2 .col .bannergroup,
    #banner-bottom-4 .col .bannergroup,
    #banner-bottom-6 .col .bannergroup {
    margin-right: -7px;
    }
    #content-right > div > .bannergroup {
        margin-left: -12px;
    }
    .items-leading .item-image {
        margin-right: -15px !important;
      margin-left: -15px !important;
    }
    .item .item-image, #article-wrapper .item-image {
        margin-right: 0;
      margin-left: 0;
    }
    #content-right > .moduletable.card {
        margin-left: -12px;
    }
    p {
        font-size: 1.1rem;  
    }
    #postions-after-featured .title-logo {
        height: 2rem;
    }
    #postions-after-featured .titulo-con-volanta.newsflash-title .titulo {
        font-size: 1.1rem;
        padding: 10px;
        margin-bottom: 25px;
    }

    #article .items-row > #col-2 {
        border-left: 1px solid #e0e0e0;
    }

    .published,
    .createdby {
        margin-bottom: 0;
    }
    .createdby {
        text-align: right;
    }
  

    .agro3 .newsflash-image,
    .depo3 .newsflash-image,
    .fitness3 .newsflash-image,
    .turis3 .newsflash-image,
    .sermuj3 .newsflash-image,
    .suple3 .newsflash-image {
      width: 100%;
      padding-top: 100%; /* 1:1 Aspect Ratio */
      position: relative; /* If you want text inside of it */
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .item-page .titulo-con-volanta .volanta,
    .items-leading .titulo-con-volanta .volanta {
        /*font-size: 1.5rem;*/
    }
    .item-page .titulo-con-volanta .titulo {
    font-size: 2.3rem;
    }
    .items-leading .titulo-con-volanta .titulo {
        /*font-size: 3rem;*/
    }
    .titulo-con-volanta .volanta {
        font-size: 1rem;
    }
    .titulo-con-volanta .titulo {
        font-size: 1.8rem;
    }

    .img_caption .img_caption {
        font-size: 1rem;
    }
    /*p {
        font-size: 1.3rem;
    }*/
    h3, .h3 {
        font-size: 1.3rem;
    }

    #push {
      height: 97px;
    }
    #footer-wrapper {
      margin-top: -97px;
    }
}

@media (min-width: 1105px) {
    .items-leading > div {
        border-bottom: 0 none;
        margin-bottom: 3rem;
    }
    .items-leading > div,
    .items-row .item.span6 {
        margin-bottom: 1rem;    
    }
/*    .item .item-image {
        margin: -20px 0 10px !important
    }*/
/*    .page-wrapper .page-content > div {
        padding: 20px 0;
    }*/
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
/*    .page-header {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }*/
/*    div[itemprop="articleBody"] {
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px;
    }*/
    div[itemprop="articleBody"] - div {
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px;        
    }
    .titulo-con-volanta .volanta {
        font-size: 1.5rem;
    }
    .titulo-con-volanta .titulo {
        font-size: 3rem;
    }
    .item-page .titulo-con-volanta .titulo {
        font-size: 2.3rem;
    }
    .items-leading .titulo-con-volanta .volanta {
        font-size: 1.5rem !important;
    }
    .items-leading .titulo-con-volanta .titulo {
        font-size: 3rem !important;
    }
    .items-leading-alt .titulo-con-volanta .volanta {
      font-size: 1rem !important;
    }
    .items-leading-alt .titulo-con-volanta .titulo {
      font-size: 1.8rem !important;
    }
    .titulo-con-volanta .volanta {
        font-size: 1rem;
    }
    .item-page .titulo-con-volanta .volanta {
        font-size: 1.5rem;
    }
    .titulo-con-volanta .titulo {
        font-size: 1.8rem;
    }
    .img_caption .img_caption {
        font-size: 1rem;
    }
    h3, .h3 {
        font-size: 1.3rem;
    }

    #push {
      height: 97px;
    }
    #footer-wrapper {
      margin-top: -97px;
    }
}


/* MAC RULES ONLY https://solvit.io/bcf61b6 */
@media not all and (min-resolution:.001dpcm) { @media {
    .fa-share-alt,
    .hamburguer-anicon {
        top: -6px;
    }
    .hamburguer-anicon {
        position: relative;
    }
    #navbar-left .hamburguer-anicon {
    position: unset;
    }
    .share-link {
        top: 0;
    }
    .titulo-con-volanta .titulo.font-lp-charter-b {
        letter-spacing: -0.1rem !important;
    }

}}
