@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/**************
General
**************/
a{
	color: #626E97;
	text-decoration: none;
}
#issn{
	position: absolute;
    top: 0rem;
    right: 1rem;
}
.adress-textual{
	font-family: 'Roboto', sans-serif;
	color: #fff;
}
#block-information{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
}

.list-group-item{
	border: none !important;
}
.btn-round-ethics{
background: #409FDD;
color: #F7F7F7;
background-color: #1E5C7F;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
font-size: 14px !important;
display: inline-block;
width: 90%;
height: 95px;
padding: 15px;

}
.btn-round-ethics:hover{
border-radius: 17px;
background: #F7F7F7;
color: #409FDD;
}
.logos{
	margin-top: 1%;
	margin-bottom: 1%;
}
.nav-item a:hover{
	border-radius: 5px;
	border:  #f14444;
}
.btn {
	border-radius: 5px;
}

/**************
Header-Top
**************/
.top-header{
	background-color: #006699;
}
.phone{
	color: #fff;
}
.et-social-icon a{
	color: #fff;
}
.et-social-icon a:hover{
	color: #626E97;
}

/**************
Tamaño para dispositivos mobiles
**************/

@media (max-width: 1200px) {
	.top-header{
		display: none;
	}
	.sidebar-guide
	{
		display: none;
	}
}
@media (max-width: 840px) {
#issn{
	position: absolute;
    top: 1rem;
    left: 18rem;
	font-size: 12px
	}
.logos{
	display: none;
	}
.footer-uach{
	width: 50%
	}
}

@media (max-width: 740px) {
#issn{
	position: absolute;
    top: 1rem;
    left: 12rem;
	font-size: 12px
	}
.footer-uach{
	width: 50%
	}
}

@media (max-width: 640px) {
#issn{
	position: absolute;
    top: 1rem;
    left: 15rem;
	font-size: 12px
	}
.logos{
	display: none;
	}
.footer-uach{
	width: 50%
	}
}

@media (max-width: 440px) {
#issn{
	position: absolute;
    top: 1.5rem;
    left: 10rem;
	font-size: 11px
	}
.logos{
	display: none;
	}
.footer-uach{
	width: 50%
	}
}


@media (max-width: 375px) {
#issn{
	position: absolute;
    top: 1.5rem;
    left: 8rem;
	font-size: 11px
	}
.logos{
	display: none;
	}
.footer-uach{
	width: 50%
	}
}

/**************
Sidebar
**************/
.bd-toc {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    height: calc(100vh - 4rem);
    overflow-y: auto;
	-ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
}
.section-nav {
    padding-left: 0;
    border-left: 1px solid #eee;
}
.toc-entry {
    display: block;
}
.toc-entry a {
    display: block;
    padding: .125rem 1.5rem;
    color: #99979c;
}
.toc-entry a:hover{
	text-decoration: none;
	padding: .125rem 1.5rem;
    color: blue;
}
/**************
Footer
**************/
#footer-bottom {
    padding: 15px 0 5px;
    background-color: #171717;
}
.et-social-icons li {
    display: inline-block;
    margin-left: 20px;
}
.et-social-icons {
    float: right;
}
