@media (max-width: 767px) {                  
   .content-to-hide {
      display: none;
   }
}

body {
	margin: 0px;
	padding: 0px;
	margin: 0;
	background-color: white;
	overflow-x: hidden;
	max-width: 100%;
	font-family: moga-Inter, Verdana;
	font-size: 16pt;
	color: #040404;
	line-height: 1.3;
}

footer {
	bottom: 0px;
	width: 100%;
	line-height: 22px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid black;
}

pre code {
	background-color: gainsboro;
	border: 1px solid #999;
	font-family: monospace;
	font-size: 12pt;
	display: inline-block;
	padding: 20px;
}

.liportfolio li {
	display: block;
	list-style-type: disc !important;
    list-style-position: inside !important;
	margin-bottom: 5px !important;
}
.liportfolio li > span {
	font-size: 14pt;
	position: relative;
	left: 15px;
}

.hastags {
	font-size: 14pt;
	color: #1f618d;
}

.quoteStyle {
	padding: 20px;
    background-color: rgba(0,0,0,0.4);
	font-size: 28pt;
	text-align: right;
}

@media (max-width: 543.9px) or ((min-width: 544px) and (max-width: 767.9px)) {
  .quoteStyleMini {
    font-size: 12pt;
  }
}
  
.textDates {
	font-size: 10pt;
}

.navbar {
	margin-bottom: 0px !important;
}

.nav-pills > li.active {
	font-size: 16pt;
}

.fila {
	height: 100%;
    display: table-row;
}
.columna {
	display: table-cell;
	vertical-align: top;
    float: none; /* thanks baxabbit */
}

.itemArticle {
	background: #4C4C4C;
	text-align: center;
	height: 850px !important;
}

.bannerPortada {
	margin-top: 0px;
}

#portada {
	left: 0px;
	right: 0px;
}

.ocultaAnim {
	opacity: 0;
}

.mostraAnim {
	opacity: 1;
}

.menubarcontainer {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.menubar {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid white;
}
.menubar i {
	padding-top: 2px;
}
.menubar a:hover {
	color: black;
}

.menubarhome:hover {
	background: #d7d7d8;
	color: black;
}
.menubararticles:hover {
	background: #346B84;
	color: black;
}
.menubargaleria:hover {
	background: #84346b;
	color: black;
}
.menubarcontacte:hover {
	background: #6b8434;
	color: black;
}

.text-right {
	text-align: right;
}

.bodyArticle {
	font-family: moga-Inter;
}

.text-Article-Caption {
	background-color: #346B84;
	color: white;
	padding: 10px;
	font-style: normal;
	font-family: moga-Inter;
	text-align: justify;
	font-size: 18pt;
}

.text-article {
	font-style: normal;
	font-family: moga-Inter;
	text-align: justify;
	font-size: 16pt;
}

.trm {
	vertical-align: middle;
}

.tdm {
	padding: 0px;
}

@media (min-width: 768px) {                  
img[src~="imatgeResponsive"] {
	width: 50%;
}
}

@media (max-width: 543.9px) {
img[src~="imatgeResponsive"] {
	width: 100%;
}
}

@media ((min-width: 544px) and (max-width: 767.9px)) {
img[src~="imatgeResponsive"] {
	width: 75%;
}
}

