#imagen-banner-8{
	width: 100%;
	display: block;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	/*background-repeat: no-repeat;*/
	background-size: 45% auto;
	-webkit-background-size: 45% auto;
	-moz-background-size: 45% auto;
	-o-background-size: 45% auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	background-color: rgba(36,131,163,1);
	margin-bottom:50px;
	/* z-index:1; */
}

#imagen-banner-8-capa{
	width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    border-image-slice: 1;
    background-color: rgba(0,0,0,0);
    padding: 80px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*#imagen-banner-8-capa::before{*/
/*	width: 300px;*/
/*	height: 300px;*/
/*	content:" ";*/
/*	position: absolute;*/
/*	left: 7%;*/
/*	top: 200px;*/
/*	background-attachment: scroll;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: auto 100%;*/
/*    -webkit-background-size: auto 100%;*/
/*    -moz-background-size: auto 100%;*/
/*    -o-background-size: auto 100%;*/
/*    background-image: url('../assets/banner-b.png');*/
/*}*/
#imagen-banner-8-titulo{
	width: auto;
	height: auto;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 25px;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	position: relative;
	display: block;
	text-transform: uppercase;
	margin:0px auto;
	letter-spacing: var(--espaciado-titulos);
}
#imagen-banner-8-capa p{
	font-size: 17px;
	line-height: 1.5em;
	color: rgba(255,255,255,1);
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	width: 100%;
	max-width:1500px;
	margin:50px auto 30px auto;
	text-align: left;
	box-sizing: border-box;
	box-sizing: border-box;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	
}
.imagen-banner-8-contb{
	margin-bottom: 20px;
	display: block;
	position: relative;
	width:16.6%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	font-size:17px;
	letter-spacing: var(--espaciado-titulos);
}
.imagen-banner-8-contb::before{
    content: " ";
    width: 120px;
    height: 120px;
    display:block;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    margin:0px auto;
}
.imagen-banner-8-contb:nth-child(1)::before{
	background-image: url('../../cf-admin/contenido/assets/Marcianito-01.png');
}
.imagen-banner-8-contb:nth-child(2)::before{
	background-image: url('../../cf-admin/contenido/assets/Marcianito-07.png');
}
.imagen-banner-8-contb:nth-child(3)::before{
	background-image: url('../../cf-admin/contenido/assets/Marcianito-04.png');
}
.imagen-banner-8-contb:nth-child(4)::before{
	background-image: url('../../cf-admin/contenido/assets/Marcianito-06.png');
}
.imagen-banner-8-contb:nth-child(5)::before{
	background-image: url('../../cf-admin/contenido/assets/Marcianito-08.png');
}
.imagen-banner-8-contb:nth-child(6)::before{
	background-image: url('../../cf-admin/contenido/assets/Marcianito-10.png');
}
#imagen-banner-8-capa a{
	border: 2px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    color: rgba(104,161,36,1);
    box-sizing: border-box;
    font-family: 'Titulo',helvetica,verdana,sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    z-index: 5;
    width: 150px;
    text-align: center;
    padding: 10px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin:0px auto;
}
#imagen-banner-8-capa a:hover{
	background-color: rgba(255,255,255,1);
    border: 2px solid rgba(104,161,36,1);
}
@media (max-width: 1000px){
	#imagen-banner-8{
		background-attachment: scroll;
		padding-top: 0;
	}
	#imagen-banner-8-capa p{
	    flex-wrap:wrap;
	}
	.imagen-banner-8-contb{
	    width:33.3%;
	}
}
@media (max-width: 800px){
	#imagen-banner-8-titulo,
	#imagen-banner-8-capa p{
		width: 100%;
	}
	#imagen-banner-8-titulo{
		text-align: center;
	}
}
@media (max-width: 650px){
	#imagen-banner-8-titulo{
		font-size: 25px;
	}
	.imagen-banner-8-contb{
	    width:100%;
	}
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
  animation-duration: 3s;
}
