@charset "UTF-8";

@font-face {
	font-family: Roboto;
	src: url(../../../opac-tmpl/bootstrap/css/fonts/Roboto-Regular-webfont.woff) format("woff"),url(../../../opac-tmpl/bootstrap/css/fonts/Roboto-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto Bold;
	src: url(../../../opac-tmpl/bootstrap/css/fonts/Roboto-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Roboto Italic;
	src: url(../../../opac-tmpl/bootstrap/css/fonts/Roboto-Italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Roboto Light;
	src: url(../../../opac-tmpl/bootstrap/css/fonts/Roboto-Light.ttf) format("truetype");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: Gotham Bold;
	src: url(../../../opac-tmpl/bootstrap/css/fonts/gotham.bold.otf) format("opentype")
}

* {
	font-family: Roboto,sans-serif
}

.text-titulo {
	font-family: Gotham Bold
}

.text-corto {
	font-family: Roboto Bold
}

.text-n-light {
	font-family: Roboto Light
}

.text-n-bold {
	font-family: Roboto Bold
}
.text {
	font-family: Roboto
}

.text-bold {
	font-family: Roboto Bold
}

.man-bg {
	background-color: #4c90cd
}

.item-collapse {
	color: #fff;
	background-color: #4c90cd;
	text-align: left;
	padding: 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
.item-collapse:hover{
  background-color: #337ab7;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.photoZoom {
	color: grey;
	font-size: medium;
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
}
.photoZoom:hover{
	color: black;
	font-size: large;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}