#imagen-banner-7{
	width: 100%;
	display: block;
	position: relative;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    background-color: #e61243;
    top: -100px;
    z-index:1;
}
#imagen-banner-7::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 0 100px 100vw;
    border-style: solid;
    border-color: transparent transparent rgba(255,255,255,1) transparent;
    z-index: 10;
}
#imagen-banner-7::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0 100px 100vw;
    border-style: solid;
    border-color: transparent transparent #faad0b transparent;
    z-index: 10;
    transform:rotate(180deg);
    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#imagen-banner-7-capa{
	width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    border-image-slice: 1;
    background-color: rgba(0,0,0,0);
    padding: 120px 30px 150px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#imagen-banner-7-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-7-capa p{
	font-size: 17px;
	line-height: 1.5em;
	color: rgba(255,255,255,1);
	font-family: 'Principal',helvetica,verdana,sans-serif;
	width: 85%;
	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;
	letter-spacing: var(--espaciado-titulos);
}
.imagen-banner-7-contb{
	margin-bottom: 20px;
	display: block;
	position: relative;
	width:33.3%;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	font-size:21px;
}
.imagen-banner-7-contb::before{
    content: " ";
    width: 150px;
    height: 150px;
    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-7-contb:nth-child(1)::before{
	background-image: url('../../cf-admin/contenido/assets/robotistas-icon.png');
}
.imagen-banner-7-contb:nth-child(2)::before{
	background-image: url('../../cf-admin/contenido/assets/super-ingenieros-icon.png');
}
.imagen-banner-7-contb:nth-child(3)::before{
	background-image: url('../../cf-admin/contenido/assets/super-disenadores-icon.png');
}
.imagen-banner-7-contb:nth-child(4)::before{
	background-image: url('../../cf-admin/contenido/assets/mega-programadores-icon.png');
}
.imagen-banner-7-contb:nth-child(5)::before{
	background-image: url('../../cf-admin/contenido/assets/locos-por-la-ciencia-icon.png');
}
.imagen-banner-7-contb:nth-child(6)::before{
	background-image: url('../../cf-admin/contenido/assets/explora-icon.png');
}
#imagen-banner-7-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;
    letter-spacing: var(--espaciado-titulos);
}
#imagen-banner-7-capa a:hover{
	background-color: rgba(255,255,255,1);
    border: 2px solid rgba(104,161,36,1);
}
@media (max-width: 1000px){
	#imagen-banner-7{
		background-attachment: scroll;
		padding-top: 0;
	}
}
@media (max-width: 800px){
	#imagen-banner-7-titulo,
	#imagen-banner-7-capa p{
		width: 100%;
		text-align: left;
	}
	#imagen-banner-7-capa{
		padding: 120px 30px 150px 30px;
	}
	#imagen-banner-7-capa::before{
		display: none;
	}
	#imagen-banner-7-titulo{
		text-align: center;
	}
}
@media (max-width: 650px){
	#imagen-banner-7-titulo{
		font-size: 25px;
	}
	.imagen-banner-7-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;
}
