
/*--------HEADER---------*/

header
{
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
	background-color: #131212;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 9;
	display: block;
	/*overflow: hidden;*/
}

.content
{padding-top: 120px}





section.documentosInternos
{
	width: 1170px;
	margin: auto;
	overflow: hidden;
	margin-top: 90px;
	margin-bottom: 90px;
	display: block;
}

section.documentosInternos h3
{margin:auto; margin-bottom: 40px; text-align: center;}


section.documentosInternos .pdfs
{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

section.documentosInternos .pdfs.left-align
{
	display: flex;
	align-content: center;
	justify-content: left;
	flex-wrap: wrap;
	padding-left: 10px;
}


section.documentosInternos .pdfs .item-pdf
{
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
	min-width: 140px;
	max-width: 160px;
}

section.documentosInternos .pdfs.left-align .item-pdf
{min-width: 260px;}


section.documentosInternos .pdfs .item-pdf h5 a
{
	color: #ADADAD;
	font-family: 'Conv_Roboto-Medium', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
}


section.documentosInternos .pdfs .item-pdf:hover
{cursor: pointer;}
section.documentosInternos .pdfs .item-pdf:hover h5 a
{color: #4CB64F;}
section.documentosInternos .pdfs .item-pdf:hover p
{opacity: 0.5;}

section.documentosInternos .pdfs .item-pdf p
{
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

section.documentosInternos .pdfs .item-pdf .pdf-icon
{
	width: 27px;
	height: 30px;
	background-image: url(../images/icon-pdf.svg);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

section.documentosInternos .pdfs .item-pdf .separador
{
	height: 20px;
	width: 1px;
	background-color: #000000;
	margin-right: 10px;
	display: inline-block;
	float: left;
	margin-top: 5px;
}

section.documentosInternos .pdfs .item-pdf:last-child
{
	margin-right: 0px;
}






/*----------------SMALLER SCREENS / MEDIA QUERIES---------------*/

@media (max-width: 1300px){

	section.documentosInternos
	{width: 970px;}
	/*section.documentosInternos .pdfs .item-pdf:nth-child(5), section.documentosInternos .pdfs .item-pdf:nth-child(10), section.documentosInternos .pdfs .item-pdf:nth-child(15)
	{margin-right: 30px;}
	section.documentosInternos .pdfs .item-pdf:nth-child(4), section.documentosInternos .pdfs .item-pdf:nth-child(8), section.documentosInternos .pdfs .item-pdf:nth-child(12)
	{margin-right: 0px;}*/
	section.documentosInternos .pdfs.left-align .item-pdf
	{min-width: 290px;}


}



@media (max-width: 1180px){

	header nav ul li a
	{margin-right: 25px;}
	header nav .logo-header
	{width: 160px !important; height: 45px; margin-top: 12px;}

}


@media (max-width: 1100px){


	header nav ul
	{display: none;}

	header nav .logo-header
	{width: 160px !important; height: 45px; margin-top: 12px; margin-left: 50px;}

	.burger 
	{display: block; top: 65px; right: 50px;}

	.content
	{padding-top: 60px;}

}



@media (max-width: 1050px){


	section.documentosInternos
	{width: 688px;}

	section.documentosInternos .pdfs
	{
	    align-content: center;
	    flex-wrap: wrap;
	}

	section.documentosInternos .pdfs.left-align
	{
	    display: flex;
	    justify-content: left;
	    flex-wrap: wrap;
	    width: 560px;
	    padding-left: 0px;
	}
	section.documentosInternos .pdfs.left-align .item-pdf
	{min-width: 250px;}


}


@media (max-width: 850px){

	.dark-header
	{display: none;}

	header
	{top: 0; height: 60px;}

	header nav ul
	{display: none;}

	header nav .logo-header
	{width: 160px !important; height: 45px; margin-top: 7px; margin-left: 30px;}

	.burger 
	{display: block; top: 15px; right: 30px;}


}


@media (max-width: 740px){


	section.documentosInternos
	{width: 500px;}

	section.documentosInternos .pdfs .item-pdf:nth-child(even)
	{margin-right: 0px;}

	section.documentosInternos .pdfs .item-pdf
	{min-width: 160px;}

	section.documentosInternos .pdfs.left-align .item-pdf
	{min-width: 230px;}

}


@media (max-width: 560px){

	section.documentosInternos
	{width: 280px;}
	section.documentosInternos .pdfs .item-pdf:nth-child(odd)
	{margin-right: 0px;}

	section.documentosInternos .pdfs.left-align
	{width: 280px;}

	section.documentosInternos .pdfs .item-pdf
	{min-width: 200px;max-width: 280px;}

	section.documentosInternos .pdfs.left-align .item-pdf
	{min-width: 280px;}


}
















