/*ul.navbar-nav{
	font-size: 1.3em;
}*/
.primary-color{
	color: #527bcc !important;
}
.dropdown-item {
	min-width: 400px;
}
.g-bg-white-opacity-0_8--after::after {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.revista-index{
	margin: -1.42857rem !important;
    margin-right: 1.5rem !important;
}

.g-width-89 {
    width: 89px !important;
}
.g-height-115 {
    height: 115px !important;
}

.favorito-off, .vota-off{
	opacity: 0.3;
	color: #666;
}
.favorito-off:hover, .vota-off:hover{
	color: #527bcc;
	opacity: 1;
}
.favorito-on, .vota-on{
	color: #527bcc;
	opacity: 1;
}
.favorito-on:hover, .vota-on:hover{
	opacity: 0.3;
	color: #666;
}

.help-block{
	color:red;
	text-align: center;
	font-weight: bold;
}
#quarking_hermes_qr{
	text-align: center;
}
.alineat-vertical{
	position: relative;
}
.alineat-vertical > div{
 	position: absolute; 
 	top: 50%; 
 	left: 50%; 
 	height: 30%; 
 	width: 50%; 
 	margin: -15% 0 0 -25%;
}
 .menu-footer{
	list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.menu-footer li{
	display: inline-block;
	margin: 0 30px 0 0px;
}
.menu-footer li a:hover{
	color: #aaaaac !important;
	text-decoration: none;
}
.en-rodona{
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background-color: white;
	text-align: center;
    padding: 7px 0;
    margin-top: -7px;
    /*transform: translate(0, 25%);*/
}
.ico-twitter{
	color: #6DA7D9;
	font-size: 20px;
}
.en-rodona:hover{
	background-color: #6DA7D9;
}
.en-rodona:hover .ico-twitter{
	color: white;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.g-absolute-centered--y {
	top: 53% !important;
}
.g-color-lightgray{
	color: #ccc;
}
.g-color-blue--hover:hover, .g-color-blue--hover i:hover{
	color: #3398dc !important;
}
.g-color-green--hover:hover, .g-color-green--hover i:hover{
	color: #72c02c !important;
}
.g-color-red--hover:hover, .g-color-red--hover i:hover{
	color: #f00 !important;
}

/* XS */
@media (max-width: 767px) {

	.hidden-xs{
		display: none;
	}
	.g-pt-xs-60{
		padding-top: 60px !important;
	}
	.g-mt-xs-0{
		margin-top: 0px !important;
	}
	.g-font-size-xs-18{
		font-size: 18px;
	}
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm{
		display: none;
	}

}
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* LG */
@media (min-width: 1200px) {
	.g-ml-lg--14{
		margin-left: -14px;
	}
	.g-mx-lg--20{
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-iframe{
		max-width: 1218px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
}