/*Fondo de contendor*/
.ewk_cont_banner{
    height: 100vh; /*mostrara el alto del contenedor tomara el alto de la pantalla s/importar dispositivo*/
    background-attachment: fixed; /*hace que la img sea fija*/
    background-position: center; /*img centrada*/
    background-repeat: no-repeat; /*img que no se repita*/
    background-size: cover; /*valor original de la img*/
    background-image: url("../img/portada2.jpg");
}

.ewk_cont_banner img{
	width: 100%
}
.crash_sombra{
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
	padding: 20px;
	width: 80%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	margin: auto;
}

.crash_sombra hr{
	border: 1px solid #fff;
}


.crash_sombra h1{
	font-size: 8vw;
	margin-bottom: 10px;
}

.crash_sombra p{
	font-size: 2vw;
	margin-bottom: 10px;
}
.crash_sombra .container p{
	font-size: 1.5vw;
}

.ewk_cont_banner_link{
	margin: 15px;
	position: relative;
}

.ewk_cont_banner_link a{
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 1px;
	margin-bottom: 5px;
	width: 150px;
}

.ewk_cont_banner_link a:hover{
	background-color: white;
	color: #111;
}

.ewk_banner_link{
	opacity: 0;
	animation: ewk_keyframes_AparecerDeArriba 1s;
	-webkit-animation: ewk_keyframes_AparecerDeArriba 1s;
	animation-fill-mode: forwards;
}

.ewk_banner_link_1{
	opacity: 0;
	animation: ewk_keyframes_AparecerDeArriba 1s;
	-webkit-animation: ewk_keyframes_AparecerDeArriba 1s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
}

.ewk_banner_link_2{
	opacity: 0;
	animation: ewk_keyframes_AparecerDeArriba 1s;
	-webkit-animation: ewk_keyframes_AparecerDeArriba 1s;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}

.ewk_banner_link_3{
	opacity: 0;
	animation: ewk_keyframes_AparecerDeArriba 1s;
	-webkit-animation: ewk_keyframes_AparecerDeArriba 1s;
	animation-fill-mode: forwards;
	animation-delay: 1.5s;
}

.ewk_banner_link_4{
	opacity: 0;
	animation: ewk_keyframes_AparecerDeArriba 1s;
	-webkit-animation: ewk_keyframes_AparecerDeArriba 1s;
	animation-fill-mode: forwards;
	animation-delay: 2s;
}

.ewk_banner_link_5{
	opacity: 0;
	animation: ewk_keyframes_AparecerDeArriba 1s;
	-webkit-animation: ewk_keyframes_AparecerDeArriba 1s;
	animation-fill-mode: forwards;
	animation-delay: 2.5s;
}

.crash_con_banner_sec_3{
	height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/fig12.jpg);
	position: relative;
	padding: 10%;
	margin-top: 200px;
	margin-bottom: 100px;
}

.crash_con_banner_sec_3 .row{
	background-color: rgba(1,1,1,0.7);
	color: #fff;
	padding: 2%;
}

.crash_con_img{
	padding: 5%;
}