/*--------------------BANNER--------------------*/
.mockfondo-procedimiento {
  overflow: hidden;
  width: 100%;
  margin: auto;
	background-image: url(../img/procedimientos-banner.jpg);
	background-size: cover;
	background-position: center;
  height: 260px;
  object-fit: cover;
  position: relative;
}
.mockfondo-procedimiento:before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.textos-banner {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 98%
}
.banner-txt {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 5em;
}
.banner-txt2 {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 3em;
  line-height: 96%;
}
.banner-txt2 span {
  font-weight: 600;
}
.banner-txt3 {
	width: 220px;
	margin: 20px auto;
	border: 4px solid #52A807;
	background: rgba(255,255,255, 0.2);
  font-weight: 600;
  padding: 10px;
  text-align: center;
  color: #333;
  font-size: 1.2em;
  line-height: 96%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#politicas {
  background: #F5F8FA;
}
.grupo-politicas {
	max-width: 1100px;
	margin: auto;
}
.politicas-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
.politicas-lista {
	max-width: 760px;
	margin: auto;
}
.politicas-item {
	display: flex;
	font-family: 'Open Sans', sans-serif;
  font-size: 1em;
	text-align: justify;
  padding: 10px;
  color: #333;
	border-bottom: 1px dashed #999;
}
.politicas-item:last-child {
	border-bottom: none;
}
#politicas .icon-check {
	color: #52A807;
	font-size: 1.2em;
	margin-right: 10px;
}

/*DOCUMENTOS*/
#documentos {
  background: #F5F8FA;
}
.grupo-documentos {
	max-width: 1100px;
	margin: auto;
}
.documentos-lista {
	max-width: 760px;
	margin: auto;
}
.documentos-item {
	display: flex;
	font-family: 'Open Sans', sans-serif;
  font-size: 1em;
	text-align: left;
  padding: 10px;
  color: #333;
	border-bottom: 1px dashed #999;
}
.icon-clipboard-pencil {
	font-size: 1.3em;
	color: #633710;
	margin-right: 10px;
}
#documentos a {
	color: #333;
	transition: all .4s;
}
#documentos a:hover {
	color: #52A807;
	transform: translateX(15px);
}

/*FOTOS*/
#fotos {
	background: #fff;
}
.grupo-fotos {
	
}
.columna-fotos {
	margin-bottom: 40px;
	border: 2px solid #eee;
	padding: 10px;
}
.permisos-txt {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
}
.permisos-img {

}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.mockfondo-procedimiento {
  height: 660px;
}

.grupo-fotos {
  max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-fotos {
	width: 48%;
	margin: 1%;
}
}

@media (min-width: 1024px) {

}