@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
html *{ -webkit-font-smoothing: antialiased;}
/* alerts */
.alert {
    border: 0;
    border-radius: 0;
    padding: 20px 15px !important;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
}
.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 1.071rem;
}
.alert b {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.alert .close {
    color: #fff;
    text-shadow: none;
    opacity: .9;
}
.alert .close i {
    font-size: 20px;
}
.alert .close:hover{
    opacity: 1;
    color: #fff;
}
.alert.alert-info {
    background-color: #00cae3;
    color: #fff;
}

.alert.alert-success {
    background-color: #55b559;
    color: #fff;
}

.alert.alert-warning {
    background-color: #ff9e0f;
    color: #fff;
}

.alert.alert-danger {
    background-color: #f55145;
    color: #fff;
}

.alert.alert-primary {
    background-color: #a72abd;
    color: #fff;
}
/*end alerts*/
body{font-family: 'Roboto', sans-serif; font-size: 12px;}

a {
	color: darkred;
}
a:hover {
	color: dimgrey;
}
p{
	text-align: justify;
	font-size: 16px;
}
h1{
	color: #94161D;
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 15px;
}
h1.a_un_clic_home_title, h1.actualidad_home_title, h1.bib_home {
	color: #94161D;
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 3em;
	padding-bottom: 0.1em;
	/*CARR*/
	margin-left: 3%;
}
h2{
	color: #94161D;
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 13px;
}
.info_biblio li{
	font-size: 16px;
}
.flex {display: flex;}
.flex-horizontal-center {justify-content: center;}
#wrapper {
	width: 90%;
	text-align: left;
	margin: 0px auto 200px 0px;
	min-height: calc(1000vh - 90px);
	}
#header {
	display: block;
	width: 100%;
	margin: 0px auto 1px 0px;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	position:  relative;
}
#header #head_banner {
	position: relative;
	padding: 0px 5% 0px 5%;
	display: block;
	border-bottom: #94161D solid 2px;
	background-color: #921821;

	}
#header #head_banner .head_logo {
	display: inline-block;
	}
#header #head_banner .head_bib {
	float: left;
	}
#header #head_banner .head_pucv {
	float: right;
	}
#header #head_banner .head_pucv img {max-height: 100px !important; margin-top: 10px;}
#main {
	clear: both;
	left: auto;
	min-height: 350px;
	padding-bottom: 30px;
	}
/*Home*/
#home_discovery {
	background-image: url(../images/home/ccpucv.jpg);
  	max-width: 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size:100% auto;
	background-size:cover;
	display:block;
	padding: 2px;
	max-height: 490px;
	min-height: 390px;
	text-align: center;
}
/*Form home*/
/*accion box*/
#accion_box {
	width: 100%;
	background-color: white;
	height: 180px;
	/*margin: 20px auto 25px auto;*/
	text-align: center;
	opacity:0.8;
}
#accion_box a {
	color: #910507 !important;
	padding: 0px;
}
#accion_box img {
	height: auto;
}
#accion_box_title {
	color: #87061C;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.accion_box_option {display: inline-block;}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#header #head_banner .head_bib img {height: 60px;}
	#header #head_banner .head_pucv img {height: 50px;}
	#header {height: 100px;}
	#header #head_banner {height: 100px;}
	#search_box {margin: 10% 5% 15px 5%;}
	#accion_box .accion_box_option {margin: 10px 2% 5px 2%; width: 60px;}
	#accion_box img {width: 60px;}
	#accion_box_title {font-size: 15px;}
	.accion_box_option span.accion_name {font-size: 12px;}
	.a_un_clic_body {
		display: flex;
  		justify-content: center;		
	}
	#bib {
		display: block;
		float: left;
	}
	.bib {
		padding-left: 0px;		
	}
	.bib_full {
		clear: both;
		margin-left: 0px;
		padding-left: 0px;
	}
	.bib .bib_col {
		display: flex;
  		justify-content: center;
		width: 300px;
		margin-left: 0px;
	}
	#bib .bib_info {
		height: 400px;
	}
	#footer{
		height: 100px;
		
	}
	/*.footer_content{
		width: 280px;
	}
	.footer_content p{
		width: 200px;
		font-size: 11px;
		text-align: left;
	}*/
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
	#header #head_banner .head_bib img {height: 70px;}
	#header #head_banner .head_pucv img {height: 50px;}
	#header {height: 97px;}
	#header #head_banner {height: 97px;}
	#search_box {margin: 20% 5% 15px 5%;}	
	#accion_box .accion_box_option {margin: 10px 8% 5px 8%; width: 30px}
	#accion_box img {width: 80px;}
	#accion_box_title {font-size: 18px;}
	.accion_box_option span.accion_name {font-size: 12px;}
	.a_un_clic_body {
		padding-left: 10px;
	}
	#bib .bib_col {
		display: flex;
  		justify-content: center;
		padding-left: 1%;
		width: 350px;
		margin: 0px;
	}
	#rrss { padding-left: 1%;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#header #head_banner .head_bib img {height: 80px;}
	#header #head_banner .head_pucv img {height: 90px;}
	#header {height: 107px;}
	#header #head_banner {height: 107px;}
	#search_box {margin: 10% 15% 25px 15%;}	
	#accion_box img {width: 80px;}
	.accion_box_option {margin: 10px 8% 5px 8%; width: 30px;}
	#accion_box_title {font-size: 22px;}
	.accion_box_option span.accion_name {font-size: 15px;}
	.a_un_clic_body {
		padding-left: 20px;
	}
		#rrss { padding-left: 1%;}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#header #head_banner .head_bib img {height: 100px;}
	#header #head_banner .head_pucv img {height: 110px;}
	#header {height: 117px;}
	#header #head_banner {height: 117px;}
	#search_box {margin: 10% 25% 45px 25%;}
	#accion_box img {width: 80px;}
	.accion_box_option {margin: 10px 8% 5px 8%;}
	#accion_box_title {font-size: 22px;}
	.accion_box_option span.accion_name {font-size: 15px;}
	.a_un_clic_body {
		padding-left: 20px;
	}
		#rrss { padding-left: 1%;}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#header #head_banner .head_bib img {height: 100px;}
	#header #head_banner .head_pucv img {height: 110px;}
	#header {height: 127px;}
	#header #head_banner {height: 127px;}
	#search_box {margin: 5% 25% 45px 25%;}
	#accion_box img {width: 80px;}
	.accion_box_option {margin: 10px 8% 5px 8%;}
	#accion_box_title {font-size: 22px;}
	.accion_box_option span.accion_name {font-size: 15px;}
	.a_un_clic_body {
		padding-left: 20px;
	}
	
} 
.accion_box_option img {opacity: 1.0 !important; margin-bottom: 10px;}
.accion_box_option span.accion_name {
	margin: 5px auto auto auto;
	text-transform: uppercase;
	color: dimgrey !important;
}
#bib .bib_full {
	display: flex;
  	justify-content: center;	
	min-width: 300px;
	padding: 0px;
}
/* not active */
.bib_col .nav-pills>li>a {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px;
}
.nav-pills .nav-link:not(.active) {
	background-color: #615E59;
    color: #ffffff;
}

/* active*/
.nav-pills .nav-item>a.active {
    background-color: #94161D !important;
    color: white;
}
/*a un clic */
/*
#a_un_click {
	display: block;
	margin: auto;
	float: left;
	position: relative;
}*/
.a_un_clic_card{
	border: none;
	/*width: 160px;
	min-width: 160px;*/
}

#a_un_click h1.a_un_clic_home_title {
	color: #94161D;
	font-weight: normal !important;
	text-transform: uppercase;
}
.service_option {
	display: inline-block;
	margin: 5px 8px;
	position: relative;
	float: left;
	width: 145px;
}
.service_head{
	display: block;
	padding: 0px 0px;
	text-transform: uppercase;
}
.service_title_icon{
	text-align: center;
	color: #FFFFFF; 
	display: block;
	float: left;
	width: 100%;
	height: 48px;
	/*background-color: #D6D4D3;*/
}
.service_title_icon_impar{background-color: #FFFFFF;}
.service_title_icon_par{background-color: #FFFFFF;}
.service_title_icon i.fas, .service_title_icon i.far{
	border-radius: 50px;
	background-color: #94161D;
	padding: 7px;
}
.service_head .service_title {
	text-align: center;
	color: #94161D;
	padding-bottom: 10px;
}
.service_body a.service_button_link {
	display: block;
	padding: 8px 2px;
	background-color: #94161D;
	color: white;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}
.service_body a.service_button_link:hover {
	background-color:#561C1D;
}
.service_footer_par {
	background-color: #615E59;
}
.service_footer_impar {
	background-color: #D6D4D3;
}
/*actualidad*/
#actualidad {
	width: 100%;
	display: block;
	margin: 10px auto;
	float: left;
	position: relative;
}
/*.actualidad_full {margin-left: 25%;}*/
.actualidad_option {max-width: 350px;}
#actualidad .actualidad_type{
	text-align:center;	
	display:block;
	margin: 20px 40px;
	width: 25%;
	float: left;
}
#actualidad .actualidad_type_img img {
	display:block;
	width: 100%;
	float: left;
}
.actualidad_type_name{
	opacity: 0.8;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	margin: 10px auto;
	display:block;
	width: 100%;
	float: left;
	color: #94161D;
}
/*Nuestras Bibliotecas*/
/*#bib h1.bib_home {
	color: #94161D;
	font-weight: normal !important;
	text-transform: uppercase;
}*/
#bib .biblioteca {
	float: left;
	display: inline-block;
	width: 100%;
	height: auto;
	height: 425px;
	width: 280px;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px rgba(179,120,121,1.00) solid;
	border-top: none;
	border-left: none;
	border-right: none;
}

/*CARR*/
.home_row .bib .bib_full .bib_col .biblioteca .row .nav-pills .nav-item .nav-link {
	border-radius: 50px !important;	
}
.biblioteca_bt_about .biblioteca {
		height: 424px !important;
}
#bib .biblioteca .bib_foto {
	width: 100%;
	height: auto;
	min-width: 270px;
    min-height: 170px;
    position:relative;
	}
#bib .biblioteca .bib_foto img {
	height: auto;
	width: 100%;
	margin: 0px;
}
#bib .biblioteca .bib_name_container{
	width: 270px;
    position: absolute;
    bottom: 0px;
   	height: 50px;
	text-align: center;
}
/*Boostraped validated*/
#bib .biblioteca .bib_name {
	clear: both;
	text-transform: uppercase;
	color: #94161D;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 10px 2px;
	background-color: white;
	margin: auto;
}
#bib .biblioteca .bib_name a {
	color: #94161D;
}
/*bootstraped validated*/
/* .bib_menu */
.biblioteca .bib_basicos, .biblioteca .bib_especiales {
	display: inline-block;
	text-align: center;
	width: 133px;
	/*padding: 4px 0px;*/
	cursor:pointer;
}
#bib ul.biblio_services {
	margin: 0px;
	display: block;
	width: 300px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
}
ul.biblio_services img, .icon_service_svg, #bib .biblio_services img {
	width: 48px;
	height: 48px;
}
#bib li, #bib .icon_service {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.biblioteca .tabs {
    /*line-height: 1.0;
    margin-bottom: 1.0em;*/
	margin-top: 5px;
    padding:0;
	font-size: 11px;
	text-align: center;
}

.biblioteca .tabs::before, .biblioteca .tabs::after {
    display: table;
    content: '';
    clear:both
}

@media (max-width: 40em) {
    .biblioteca .tabs {
        border-radius:0px;
    }
}

.biblioteca .tabs .tab {
    list-style:none;
}

@media (min-width: 40em) {
    .biblioteca .tabs .tab {
        display:inline
    }
}

.biblioteca .tabs .tab:first-child .tab-button {
	display: inline-block;
}

@media (max-width: 40em) {
    .biblioteca .tabs .tab:first-child .tab-button {
        border-top:0
    }
}

@media (max-width: 40em) {
    .biblioteca .tabs .tab:last-child .tab-button {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius:0px;
    }
}

.biblioteca .tabs .tab.active .tab-button {
    background-color: #94161D;
	display: inline-block;
}

@media (min-width: 40em) {
    .biblioteca .tabs .tab.active .tab-button {
        background-color: #94161D;
		color: white;
        /* border: 1px solid #dcdcdc;
        border-bottom-color: #f7f7f7;*/
        margin-bottom:-1px;
    }
}

.biblioteca .tabs .tab.active .tab-content {
   display:block;
	padding: 0px;
}

.biblioteca .tabs .tab-button {
	text-transform: uppercase;
    background-color: #615E59;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 9px;
    text-decoration:none;
}

@media (min-width: 40em) {
    .biblioteca .tabs .tab-button {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top: 0;
        display:inline-block
    }
}

.biblioteca .tabs .tab-button:hover {
    color: #fff;
	background-color: rgba(86,3,5,1.00);
}

.biblioteca .tabs .tab-button:focus {
    outline:none
}

.biblioteca .tabs .tab-content {
    background: #ffffff;
	color: #6F1214;
    display: none;
    padding: 1px 0px;
    width:98%;
}

@media (min-width: 40em) {
    .biblioteca .tabs .tab-content {
        float: left;
		padding: 0px 0px;
    }
}
/* .bib_menu*/

#bib .biblioteca .bib_info{
	padding: 0px 2px 5px 2px;
	font-size: 12px;
	text-align: left;
}
#bib .biblioteca .bib_info_row{
	display: block;
	padding: 2px 1px;
}
#bib .biblioteca .bib_info .bib_status {
	text-transform: uppercase;
}
#bib .biblioteca .bib_info span.warning {
	color: red;
}
#bib .biblioteca .bib_info span.notwarning {
	color: green;
}
/*bootstraped valid*/
#bib .biblio_icon_set {
	display: block;
	padding: 10px 5px;
	max-width: 420px;
	border: 1px rgba(233,22,26,1.00) solid;
	text-align: center;
	min-width: 180px;
}
#bib .biblio_icon_set .card {
	min-width: 60px;
	max-width: 100px;
	margin: 0px;
}
#bib .biblio_icon_set h2{
	text-align: center;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(167,21,23,1.00);
	margin-top: 10px;
}
/*bootstraped valid*/

#bib .biblio_icon_set ul {
	position: relative;
	margin: 5px 10px;
	display:  block;
	padding: 5px 5px;
 }
#bib .biblio_icon_set .icon_service_set{
	display: inline-block;
	width: 90px;
	vertical-align: top;
}
ul.biblio_icon_set img, .icon_service_svg_big {
	width:  59px;
	height: auto;
}
#bib .biblio_icon_set span.biblio_servicio_type_name {
	display: block;
	width: 50px;
	font-size: 12px;
	text-align: center;
}

@media only screen and (min-width : 150px) and (max-width : 780px){
	.form_search {
		width: 95%;
		margin: 0 auto;
	}

}
/* Page content */
#content{
	display: block;
	float: left; 
	margin: 20px auto auto auto;
  	padding: 15px;
}
/*footer*/
#footer{
	color: white;
	display: block;
	float: left;
  	width: 99%;
	min-height: 200px;	
  	height: auto;            /* Footer height */
background-color:#94161D;
}
#footer .footer_content .links_rss_footer {
	color: #ffffff !important;
	margin: auto;
	display: block;
	width: 90%;
	border-bottom: 2px solid #FFFFFF !important;
	padding: 0px;
}
#footer .footer_content .links_institucion_footer {
	color: #ffffff !important;
	margin: auto;
	display: block;
	width: 90%;
	padding: 0px;
}
#footer .footer_content .links_rss_footer a{
	font-size: 1.5em !important;
	color: #ffffff !important;	
}
#footer .footer_content .links_rss_footer .links_footer ul.services_links_footer {
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}
#footer .footer_content .links_rss_footer .rrss_footer ul.rss_buttons_footer {
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}
#footer .footer_content .links_rss_footer .links_footer ul.services_links_footer li {
	display: inline-block;
	margin: auto;
	padding: 4px 10px;
}
#footer .footer_content .links_rss_footer .rrss_footer ul.rss_buttons_footer li {
	display: inline-block;
	margin: 0px 4%;
}
#footer .footer_content .links_footer{
	text-align: left;
}
#footer .footer_content .rrss_footer {
	text-align: right;	
}
/*Bootstrap common PUCV*/
.jumbotron, .jumbotron-fluid {
    background-image: url(/images/home/ccpucv.png);
    background-size: cover; 
    height: 100%;
    width: 100%;
}
/* ===========================
   ====== Search Box ====== 
   =========================== */
#search_box ul.nav-pills li.nav-item a.nav-link {
	background-color: #615e59;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
#search_box ul.nav-pills li.nav-item a.active {
	background-color: #94161D !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
#search_box {
	max-height: 350px;
	min-height: 90px;
	padding:  10px 5px;
	background-color: transparent !important;
	border-radius: 2px;
}
#search_box .search {
  width: 100%;
  position: relative;
  display: flex;
}

#search_box .searchTerm {
  width: 100%;
  border: 3px solid #94161D;
  border-right: none;
  padding: 5px;
  height: 45px;
  border-radius: 2px 0 0 2px;
  outline: none;
  color: #2D1414;
	font-size: 15px;
}

#search_box .searchTerm:focus{
  color: #803435;
}

#search_box .searchButton {
  max-width: 40px;
  max-height: 46px;
  border: 1px solid #94161D;
  background: #94161D;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 30px;
}
#search_box .searchOptionsPanel {
	padding: 10px;
	
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #7B1FA2;
}
#search_box .searchOptions {
	font-size: 12px;
	display: inline-block;
	padding: 0px 10px;
	margin: 0px 10px 0px 10px;
	color: #fff;
}
.accion_box {
	width: 100%;
	display: block;
	background-color: white;
	margin: 10px 0px 0px 0px;
	text-align: center;
	opacity:0.8;
}
.accion_box img { max-width: 100px;}
.accion_box a {color: darkgray;}
.home_row {margin: 0px 5px 20px 5px;}
/*a un clic*/
.a_un_clic {
	display: block;
	margin: auto;
	float: left;
	position: relative;
}
#bib {
	padding-left: 0px;
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	/*.custom-nav-lat{
	visibility: collapse;
	}*/
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	/*.custom-nav-lat{
	visibility: collapse;
	}*/	
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.custom-nav-lat{
		min-width: 200px;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.custom-nav-lat{
	visibility: visible;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.custom-nav-lat{
	visibility: visible;
	}
} 
nav, .navbar {background-color: white;}
#navbarCollapse, .collapse .navbar-collapse {
	z-index: 9999;
	background-color: white;
}
.navbar-custom {
    background-color: white;
	padding-top: 0rem;
	/*CARR*/
	margin-left: 3%;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color:rgba(19,18,18,1.00);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #535050;
	font-size: 17px;
	padding: 14px 20px;
	background-color: white;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
	background-color: #94161D;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #94161D;
}
.navbar-custom .dropdown-item {
    color: #535050;
	background-color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #ffffff;
    background-color: #94161D;
}
.navbar-toggler {
	    background-color: #94161D;
		color: white;
}
button.navbar-toggler span.navbar-toggler-icon {
	color: #94161D;
	background-color:  #94161D;
}
/*end main navbar-custom css*/

.container{
	display: block;
	float: left; 
	margin: 20px auto auto auto;
  	padding: 30px 15px;
	position: relative;
}
nav.lateral_nav a {
	font-size: 12px;
	text-transform: uppercase;
	margin: 2px 0px;
	color: white;
	background-color: #ADAAA7;
}
nav.lateral_nav a:hover, nav.lateral_nav .active  {
	background-color: #94161D;
}
.bib_info_row i.far, .bib_info_row i.fas  {
	color: #94161D;
	padding-right:  5px;
	font-size: 13px;
}
.info_biblio{
	padding-top: 10px;
}
.info_biblio h1{
	font-size: 1.8em;
	
}
.info_biblio h2{
	font-size: 1.4em;
}
.biblioteca_detail h2 {
	font-size: 1.4em;
}
.info_biblio .bib_info_row {
	margin-top: 10px;
	padding: 2px auto; 
}
.info_biblio .biblio_description {
	margin-bottom: 20px;
	display: block;
	padding: 5px;
	text-align: left;
}
.info_biblio h3 {
	font-size: 12px;
	font-weight: bold;
}
.info_biblio .card{ border: none; margin-bottom: 5px;}
.bib_people_details {
	display: block;
	margin: 5px;
	padding: 5px 2px;
}
.info_biblio .bib_info {
	margin-top: 20px;
}
.biblioteca_detail .biblio_icon_set {
	min-width: 390px;
	display: block;
	height: 270px;
}
.biblioteca_detail .biblio_icon_set h2{
	margin-top: 10px;
}
.biblioteca_detail .icon_service_set{
	display: inline-block;
	margin: 0px 5px 0px 5px;
	width: 55px;
	vertical-align: top;
}
.biblioteca_detail .biblio_icon_set .icon_service_svg_small {
	width: 48px;
}
.biblioteca_detail .biblio_icon_set .icon_service_svg_small_not_avaliable {
  opacity: 0.3;
}
.biblioteca_detail .biblio_icon_set span.biblio_servicio_type_name {
	display: block;
	width: 50px;
	font-size: 11px;
}
.biblioteca_detail .biblio_service_set{
	display: block;
	width: 340px;
	height: auto;
}
div.scroll_input {
	margin: 4px,4px; 
	padding: 4px; 
	background-color: green; 
	width: 500px; 
	height: 110px; 
	overflow-x: hidden; 
	overflow-y: scroll; 
}
.servicios_destacados h3.services_classif {
	display: block;
	color: #2B2828;
	font-size: 1.2em;
	text-align: left;
	margin: 8px 0px 1px 0px;
}
.info_biblio .btn-primary {
	background-color: #94161D;
	border-color: brown;
}
.featurette{
	display: block;
	min-width: 340px;	
}
.col-actividades {
padding: 0px;
}
.actividades{
	background-color:#ECE6E6;
	width: 340px;
	display: block;
	min-height: 250px;
	margin: 8px 0px;
	padding: 10px 5px 10px 10px;
	float: left;
}
.actividades h1 {
	color: aliceblue;	
}
.bs-example{
    	margin: 20px;
 }
.modal-content iframe{
        /*margin: 0 auto;
        display: block;*/
}
.modal.fade {
  z-index: 10000000 !important;
}
/*
.modal { 
max-width: 100%; 
width: auto !important; 
display: inline-block; 
}*/

/*modal*/
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
/*modal*/
#rrss {
	display: block;
	padding-left: 25%;
}
/*adquisiciones*/
.book_adq {
	width: 100%;
	padding: 10 auto;
}
.book .card {
	margin: 10px;
	max-width: 210px;
	
}
.book .card img, .book .card .book_img {
	max-width: 150px;
	height: auto;
	
}
.book .card .book_body {
	align-content: center;
	padding-left: 0px;
}
.book .card h2{
	text-transform: none !important;
}
.book .card .book_description{
	text-align: left;	
}
/*concurso*/
#bases {
	display: none;
	visibility: hidden;
}
#resultados .tabla_resultados {
		border:  none !important;	
}
#resultados table.tabla_resultados td,  #resultados table.tabla_resultados tr {
	text-align: left;
}

/*concurso*/
/*destacados*/
.biblio_destacados { width: 330px; font-size: 1em !important; padding: 5px 9px; border-top: solid #990000 1px; border-bottom: solid #990000 2px; text-align: justify !important;}
.biblio_destacados p {font-size: 1.2em !important; text-align: justify !important;}
/*Servicios*/
.service-sub{ clear: both; display:  block; padding: 0px;}
h2.service-title2 { font-weight: bold !important; min-width: 300px; }
h3.service-title3 { text-transform: uppercase !important; color: #94161D !important; font-weight: normal !important; width: auto;}
.service-description{display: inline-block;  text-align: justify; font-size: 16px !important; border-left: solid thick #94161D; padding-left: 8px; margin-left: 10px !important;}
/*.service-cards-colimn{margin-top: 3em !important;}*/
.service_container .service_card {background-color: #9A3333;}
.service_container .service_card-alt {background-color: #BB706D;}
.service_container .service_card, .service_container .service_card-alt {display: inline-block; padding-top: 10px; padding-left: 3px !important; padding-right: 8px !important; padding-bottom: 10px;}
@media only screen and (max-width: 600px) {
	.service_container .service_card, .service_container .service_card-alt {min-width: 245px; height: auto; padding-bottom: 30px !important;}
}
@media only screen and (min-width: 600px) {
		.service_container .service_card, .service_container .service_card-alt {min-width: 245px; max-width: 245px; height: 550px;}
}
.service_container p{ color: white; font-size: 1.4rem; text-align: left;}
.service_container p.card-text {color: white; font-size: 1.4rem; text-align: left;}
.service_container .service_icon{ display: block; width: 100%; text-align: center; padding-bottom: 5px;}
.service_container img.service-icon { max-width: 100px;}
.service_container span.service-badge{padding: 3px 5px !important; display: block; color: #94161D !important; margin-top: 3px !important; background-color: white !important; width: 90%; margin-right: 5px; font-size: 1.5rem;}
.service_container span.service-step{font-size: 4rem; color: aliceblue !important; font-family: 'Train One', cursive; padding: 0px !important;}
.service_container ul.service_ul{padding-left: 12px; padding-top: 5px; color: white;}
.service_container .service_ul li { font-size: 1.4rem !important;}
.service_container .service_card-alt h2 {color:white !important; font-weight: bold !important; margin-bottom: 10px !important;}

.news_container h2.news_heading2 {text-transform: none !important; margin-bottom: 8px;}
.news_container h3.news_heading3 {font-size: 1.5rem !important;}
.news_container .h2::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
.news_container .news_heading3::before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f5da"; margin-right: 5px;}

#footer_content{
	height: auto !important;
	padding-top: 10px !important;
	margin-bottom: 0px;
}
#footer_content p {
		font-size: 1.25em;
		text-align: left;
		padding: 3em 3em;	
}

.mb-2,.my-2,.fix-1{margin-bottom:.3rem!important}


.bg-gral {	
   color: white ;
   background-color: #BA211B;
}

.bg-pgrado {
   color: white ;
   background-color: #412774;
}


/*
.service-card-alt{background-color: #BB706D !important; height: 450px !important;}
.service-card-alt h2 { color: white !important;}
.service-cards-colimn .card-body p {color: white; font-size: 1rem; text-align: left !important;}
.service-cards-colimn .service-card span.service-badge  {padding: 3px 5px !important; display: block; color: #94161D !important; margin-top: 3px !important; background-color: white !important; width: 90%; margin-right: 5px;}
.service-cards-colimn 
.service-cards-colimn ul.service-list {margin: 0px !important; padding-left: 0px !important;}
.service-cards-colimn .service-list li {list-style: none; display: block; margin-left: 2px; color: white !important; font-size: 1rem !important;}*/
