/* CSS Document */

@import url('/fonts/fonts.css');
/*@import url('dashicons.min.css');*/
@import url('menu.css');
@import url('footer.css');

body { 
	background-color: #ffffff !important;
}
header{
	position:relative;
	/*height: 550px;*/
}

.listAnclas{
	list-style: none;
	padding-left: 10px;
}
.listDocDocumento{
	list-style: none;
	padding-left: 10px;
}

.btn-primary{
	color: #ffffff;
	background: #f37936;
	border-color: #f37936;
	border-radius: 15px;
	padding: 3px 15px;
}
.btn-primary:hover{
	background: #d75007;
	border-color: #d75007;
}
.btn-primary:disabled {
    color: #ffffff;
    background-color: #ffb879;
    border-color: #ffb879;
}
/* SCROLLBAR */
::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);*/
    background-color: #e4e4e4;
}
::-webkit-scrollbar-thumb{
    background-color: #f37936;
    /*background-image: -webkit-linear-gradient(90deg,transparent,rgba(0, 0, 0, 0.4) 50%,transparent,transparent)*/
}
.contentPage{
	  scrollbar-color: #f37936 #e4e4e4;
	  scrollbar-width: thin;
}
.contentScroll{
	  padding-right: 6px;
}
.contentPage.contentScroll > div {
	margin-bottom: 15px;
}
.link_pencil{
	float: right;
	position: absolute;
	right: 0px;
	top: -20px;
}
/* ARROW DOWN */

section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}

#sectionArrow a {
  padding-top: 40px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity .3s;
}
#sectionArrow a:hover{
  opacity: .5;
}
#sectionArrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #e75b0e;
  border-bottom: 3px solid #e75b0e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* CABECERA INTERIOR */

.banner_caption{
	position: absolute;
	z-index: 7;
	top: 50%;
	left: 0%;
	width: 100%;
	display: block;
	margin: 0px auto;
	padding-top: 50px;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.banner_caption .captionWrapper {
    position: relative;
    display: block;
    margin: 0px auto;
}
.banner_caption .captionContainer {
    padding: 0px 0px 30px;
    background-position: center bottom;
}
.captionContainer {
    position: relative;
    display: block;
    color: #ffffff;
    margin: 0px auto;
    padding: 50px 0px 0px;
    background: url(//archive.sdb.org/images/shape_points.png) 0px 0px no-repeat;
}
.banner_caption .captionContainer .bannerHeading3 {
    font-family: 'Poppins-SemiBold';
    font-size: 60px;
    color: #ffffff;
    padding: 0px;
    line-height: 65px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: normal;
    text-transform: none;
}


/* BREADCRUMB*/
.breadcrumb{
	background: none;
}
.breadcrumb span{
	padding: 0px 10px;
}
.breadcrumb a{
	color: #555555;
	font-weight: 500;
	font-size: 13px;
}
.breadcrumb > a:last-child{
	color: #555555;
	font-weight: 600;
}

/* ÁRBOL DE CATEGORIAS */
.menuCatSDB, .secondoElenco {
	list-style: none;
}
.menuCatSDB{
	padding-left: 0px;
}
.secondoElenco{
	padding-left: 15px;
}

.secondoElentoOculto{
	display: none;
}

.menuCatSDB > li, .secondoElenco > li {
	line-height: 24px;
	margin: 0px 0px !important;
	padding: 0px !important;
	position: relative;
}
.menuCatSDB > li > a, .secondoElenco > li > a{
	position: relative;
	display: block;
	color: #363636;
	background: url(//archive.sdb.org/images/sidenav-arrow1.png) 0px 19px no-repeat;
	padding: 11px 15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-bottom: 1px solid #e4e4e4;
}
.menuCatSDB > li > a:hover, .secondoElenco > li > a:hover{
	color: #f37936;
	background: url(//archive.sdb.org/images/sidenav-arrow1.png) 0px 19px no-repeat;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-decoration: none;
}

.dropdown-menu{
	margin: 0px;	
}
.itemSeleccionado{
	font-family: 'Poppins-SemiBold';
}

.menuCatSDB .fa-caret-down{
	color: #f37936;
}

.menuCatSDB .fa-caret-left{
	color: #626262;
}

.desplegarMenu{
	/*color: #ffffff;
	border: 1px dotted #6d6d6d;

	background: #484848;
	*/

	font-size: 12px !important;

	position: absolute;

	float: right !important;

	padding: 15px 15px 15px 30px;

	right: 0px;
	cursor: pointer;

	top: -1px;
}

/* PÁGINA INTERIOR */
.intPage{
	padding: 0px 15px 25px;
}
.intPage img{
	margin: 15px;
}
	/* LIST ATTACHED IN CONTENT */
	.intPage .filesAttached a{
		color: #212529;
		font-size: 13px;
		font-family: 'Poppins-SemiBold';
	}
	.intPage .filesAttached a:hover{
		text-decoration: none; 
		color: #f37936;
	}
.intPage h2{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 8px;
	margin-bottom: 25px;	
}
.intPage h3{
	font-size: 20px;
	color: #363636;
	background: #e4e4e4;
	padding: 5px;
	text-align: center;
	margin-bottom: 12px;
}
.intPage h3 img {
	margin: 0px 15px;
}
.intPage h4{
	color: #3f3f3f;
	font-family: 'Poppins-SemiBold';
	font-size: 20px;
}
.intPage h5, .intPage h5 a{
	color: #f37936 !important;
	font-family: 'Poppins-SemiBold';
	font-size: 16px;
}
.intPage h6{
	font-family: 'Poppins-SemiBold';
}
.intPage label{
	font-family: 'Poppins-SemiBold';
}
.intPage .textFeatured{
	color: #f37936;
	font-family: 'Poppins-SemiBold';
	text-align: right;
}
.intPage .textFeatured span{
	padding-right: 20px;
}
.intPage .textFeatured img{
	margin: 0px 3px;
}
.intPage .rowFileAttached{
	padding: 0px 0px;
	min-height: 43px;
}
.intPage .rowFileAttached > div:last-child{
	text-align: right;
	padding: 0px;
}
.intPage .tableSDB{
	border: none; 
	padding: 2px;
}
.intPage .tableSDB tr td {
    border: 2px solid #ffffff;
    padding: 5px 5px;
	background: #ffeedd;
}
.intPage .tableSDB tr:first-child > td{
	background: #dbde83;
	color: #212121;
	font-family: 'Poppins-SemiBold';
	padding-top: 5px !important;
}
.intPage .tableSDB tr:first-child > td p{
	margin-bottom: 5px;
}
.intPage .content_tableSDB > .row{
	border-bottom: 1px solid #e4e4e4;
	margin: 5px 0px;
	padding-bottom: 6px;
}
.intPage .content_tableSDB > .row ul{
	list-style: none;
    padding-left: 0px;
}
.intPage .tableSDB img{
	margin: 0px 15px;
}

.filesAttached{
	text-align: left;
}
.filesAttached ul{
	padding-left: 0px;
	list-style: none;
}
.filesAttached ul li:first-child{
	text-align: left;
	min-width: 140px;
}
.filesAttached ul li{
	display: inline-block;
}
.intPage .filesAttached img{
	margin: 0px 3px;
}
.intPage .contentPage a{
	color: #363636;
}
.intPage .contentPage a:hover{
	color: #f37936;
	text-decoration:none;
}
.intPage .contentPage ol{
	padding-left: 20px;
	color: #212529;
}
.intPage .contentPage ol li label, .intPage .contentPage ol li a{
	display: inline-block;
}
.intPage .contentPage ol li a{
	width: calc(100% - 60px);
}
.intPage .contentPage ol li label{
	color: #f37936;	
	text-align: right;
	width: 60px;
}
.intPage .contentPage .detailsInfo{
	list-style: none; 
	padding-left: 0px;
}
.intPage .contentPage .detailsInfo li{
	color: #6b6969;
	font-size: 13px;
}

/* INTERIOR CONTENIDOS */
.descripTextoImg {
    padding-top: 15px;
}
.listCrono {
	list-style: none;
	padding-left: 0px;
}
.listCrono li label{
	padding-right: 15px;
	min-width:80px;
	color: #f37936;
	font-family: 'Poppins-SemiBold';
}
/* INTERIOR ENLACES */
.header-list{
	background: #cecece;
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 4px solid #ffffff;
}
.header-list > div{
	border-right: 2px solid #ffffff;	
	padding: 5px 15px;
}
.header-list > div:first-child{
	padding-right: 0px;
	padding-left: 6px;
}
.header-list > div:last-child{
	border-right: none;	
}
.header-list > div > i{
	color: #7e7c7c;
	padding-left: 5px;
	cursor: pointer;
}
.header-list > div > i:hover{
	color: #333333;
}
.rows-list{
	margin: 0px 0px;
	padding: 6px 0px;
	position: relative;
}
.rows-list img, .rows-list .iconDownload > img{
	margin: 5px;
}
.rows-list .iconRisservato {
    opacity: 0.5;
}
.itemRisservato .imagen > img{
	opacity: 0.5;
}
.itemRisservato .imagen .iconLogin{
	position: absolute;
	left: 0px;
	color:#a90000;
	top: -15px;
	z-index: 1;
	width: 100%;
}
.linksDocumenti-row, .linksDocumenti2-row{
	padding: 10px 0px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0px;
}
.linksDocumenti-row .details-documenti, .linksDocumenti2-row .details-documenti{
	margin-top: 10px;
}
.linksDocumenti-row .details-documenti > span {
	margin-right: 15px;
	background: #f37936;
	padding: 2px 10px;
	color: #ffffff;
	font-size: 13px;
}
.linksDocumenti-row label{
	 font-family: 'Poppins-SemiBold';
	 font-size: 13px; 
	 padding-right: 10px;
	 margin-bottom: 0px;
}
.linksDocumenti-row .iconDownload img, .linksDocumenti2-row .iconDownload img{
	margin: 0px 3px;
}
/* INTERIOR LISTADO */

.documenti-row{
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 15px;
}
.documenti-row a{
	color: #212529;
}
.documenti-row a:hover{
	color: #f37936;
	text-decoration: none;
}
.details-documenti > span {
	margin-right: 15px;
	background: #f37936;
	padding: 2px 10px;
	color: #ffffff;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 5px;
}
.documenti-row .iconDownload{
	padding: 2px 0px;
	color: #212529;
}
.documenti-row .iconDownload img{
	margin: 0px 3px; 
}
.documenti-row label{
	 font-family: 'Poppins-SemiBold';
	 font-size: 14px; 
	 padding-right: 10px;
	 margin-bottom: 0px;
}

.rowIndice > div{
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0px;
}
.rowIndice img{
	margin: 0px;
}

.headerAree{
	padding: 6px 15px;
	background: #a5a6a7;
	margin: 25px 0px 15px;
	border-bottom: 2px solid #717070;
}
.headerAree .row{
	padding: 0px 15px;
}
.headerAree h4{
    margin: 0;
    color: #ffffff;
	font-size: 16px;
}

.listDoc .imagen{
	padding-left: 5px;
	padding-right: 5px;
}
.listDoc .imagen img{
	width: 100%;
	height: auto;
	margin: 0px;
}

.listDoc .titulo a{
	font-family: 'Poppins-SemiBold';
	color: black;
}

.listDoc .titulo, .listDoc .visite{
	position: relative;
	padding-bottom: 30px;
}

.listDoc .tags-file, .listDoc .visite span{
	position: absolute;
	bottom: 0px;
}

.rows-list {
	color: #9a9a9a;
}

.listDoc .Data{
	margin-right: 30px;
}

.listDoc .dato{
	color: #f37936;
	position: initial !important;
}

.listDoc .titulo .tags-file, .listDoc .titulo .DocDescrizione{
	padding-top: 5px;
}

.listDoc .NonDisponible{
	font-family: 'Poppins-SemiBold';
	color: #666;
}
/* ELENCO SANTITA */
.elencoSantita .titleSantita{
	font-family: 'Poppins-SemiBold';
	text-align: center;
}
.elencoSantita .rowTitleElenco{
	padding-top: 45px;	
}
.elencoSantita .rowTitleElenco.rowTitleElenco1 { 
	padding-top: 0px !important;
}	
.elencoSantita img{
	height: 130px;
	width: auto;
	display: block; 
	margin: 15px auto;
}


/* GALERIAS */

.subGaleria .tituloSubGalerias{
	display: block;
	text-transform:uppercase;
	font-size: 20px;
}
.subGaleria img{
	max-width:360px;
}

/* VIDEOS */
.listVideosSDB{

}
.listVideosSDB .imgVideo a{
	margin: 0px;
	position: relative;
	display: block;
}
.listVideosSDB .imgVideo a:hover{
	cursor: pointer;
}
.listVideosSDB .imgVideo a:before {
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
}
.listVideosSDB .imgVideo a:after {
    color: #f9f9f9;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 40%;
    left: 42%;
    font-size: 40px;
    content: "\f16a";
    font-family: 'FontAwesome';
}
.listVideosSDB .imgVideo a:hover:before{
	background: rgb(0,0,0,0.2);
	transition: 0.3s;
}
.listVideosSDB .imgVideo a:hover:after{
	color: #ff0000;
	transition: 0.3s;
}
.listVideosSDB img{
	width: 100%;
	margin: 0px;
}

.listVideosSDB .imgListLinks img{
	width: 90px !important;
}
.listVideosSDB .listLinkIcons img{
	width: auto;
}
.listVideosSDB .listLinkIcons a{
	display: inline;
	margin: 25px 25px 0px 0px;
}
.listVideosSDB .listLinkIcons span{
	padding-right: 15px;
	font-family: 'Poppins-SemiBold';
}

/* LISTADO CON IMAGEN */
.listLinkImgSDB .imgListLink a{
	margin: 0px;
	position: relative;
}
.listLinkImgSDB img{
	width: auto;
	margin: 0px auto;
	height: 120px;
	text-align: center;
	display: block;
}
.listLinkImgSDB .imgListLinks img{
	height: 85px;
}
.listLinkImgSDB .imgListLink, .listDoc .imgListLink{
	height: 100px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}
.listLinkImgSDB a{
	font-family: 'Poppins-SemiBold';
}
.listLinkImgSDB .listLinkIcons {
    margin-top: 25px;
}
.listLinkImgSDB .listLinkIcons a{
	display: inline;
}
.listLinkImgSDB .listLinkIcons img{
	width: auto;
	height: auto;
	padding-right: 15px;
	display: inline;
}
.listLinkImgSDB .listLinkIcons span {
    padding-right: 15px;
    font-family: 'Poppins-SemiBold';
}
.listLinkImgSDB .fotoFocusInd > .cboxElement > img{
	height: 60px !important;
}
/* PAGINADOR */
.paginador{
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
}
.single-item{
    width:100%;
}
.paginador .pagina {
	padding-left: 0px;
}
.pagina > li { 
	display: inline-block;
}
.pagina > li > a{
	display: block;
}

.paginador .pagina a{
	padding: 0px 10px;
}
.pagina .page, .pagina .nav-list{
	padding: 10px 20px;
	cursor: pointer;
	font-family: 'Poppins-SemiBold';
}
.pagina .current{
	border-width: 1px;
	border-style: solid;
	color: 	#686868 !important;
	font-family: 'Poppins-SemiBold';
}

.paginador .pagina > li a{
	color: #7d7d7d;
}

.paginador .pagina .disabled{
	color: #A9A9A9;
	pointer-events: none;
}

.paginador .pagina a:hover{
	color: #525252 !important;
}

/* BUSCADOR */
.buscador i{
	position: absolute;
	padding: 12px;
	pointer-events: none;
	right: 16px;
	
}

.buscador{
	position: relative;
	padding-bottom: 15px;
}

.buscador input{
	padding-right: 30px;
}

/* MAPA Sitio*/
.mappaSitio > ul{
	padding: 0px;
	margin-left: 17px;
}

.mapaSez{
	font-family: "Poppins-SemiBold";
}