/*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;
}
.g-bg-vermell2 {
	background-color: #e73e51;
}
.zona-vermell2 {
	background-color: #e73e51;
	color: white;
}
.zona-vermell2 .g-color-primary{
	font-weight: bold;
}
.zona-vermell2 .g-color-primary, .zona-vermell2 .g-color-primary--hover:hover, .zona-vermell2 .g-color-primary--active.cbp-filter-item-active{
	color: white !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	border-color: #e96473;
	background-color: #8a5daf;
}
.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: #e73e51;
	opacity: 1;
}
.favorito-on, .vota-on{
	color: #e73e51;
	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: 13px;
}
.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%;
	}
}

.p-1 {
	padding: 1rem !important;
}

.border-10 {
	border-radius: 10px;
}

.borderl-10 {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.borderr-10 {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.background-black {
	background-color: #121722;
}

.background-white {
	background-color: #ffffff;
}

.breadcrumb {
	background-color: transparent !important;
}

.abstracts-container {
	background-color: #1c212e;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
	margin-left: 20px;
}

h6 {
	text-align: justify;
}

.panel-body {
	text-align: justify;
}

.intro {
	margin-right: 60px;
}

.tab-content {
	border: 1px solid #eee;
	padding: 15px;
}

.nav-tabs {
	border-bottom: 0 !important;
}

.podcast-conversation {
	font-size: 18px;
}

.podcast-leters {
	font-size: 16px;
}


/*Sección PODCAST*/

  audio {
        width: 100%;
        margin-left: 20px;
        display: block;
    }

    .pb-0 {
        padding-bottom: 0 !important;
    }

    .pt-0 {
        padding-top: 0 !important;
    }

    .pl-0 {
        padding-left: 0 !important;
    }

    .mt-0 {
        margin-top: 0 !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .center-vertical {
        position: relative;
    }

    .center-vertical > .vertical-align {
        position: relative;
        width: 100%;
    }

    @media (min-width: 768px) {
        .center-vertical {
            position: relative;
        }

        .center-vertical > .vertical-align {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 90%;
        }
    }
    
    .podcast-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 250px;
        max-height: 210px;
    }

    @media (max-width: 767px) {
        .podcast-image {
            display: block;
            margin: 0 auto;
        }

        .vertical-align {
            text-align: center;
        }

        .vertical-align span {
            display: block;
            text-align: center;
        }

        .vertical-align h3 {
            text-align: center;
        }

        audio {
            margin: 0 auto;
            display: block;
        }
    }