.not-found-page{height:80vh;color:#fff;display:flex;justify-content:center;flex-direction:column;padding:80px 20px}
.not-found-page .input-buscador-container input{border-color:#fff}
.not-found-page .input-buscador-container,.not-found-page .not-found-home{max-width:500px;width:100%;padding:0 20px}
.not-found-content{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}
.not-found-search{display:flex;justify-content:center;margin:40px 0}
@media(max-width:768px){.not-found-search{flex-wrap:wrap}
.not-found-search>div{margin:20px 0}
}
.not-found-home a{position:relative;display:inline-block;border:3px solid #fff;background-color:#d5190e;border-radius:40px;padding:30px;width:100%;font-size:17px;font-weight:700;padding-right:70px;color:#fff}
.not-found-home a:after{position:absolute;right:40px;content:url("../../../../content/dam/icex-invest/img/icons/arrow-right-solid-white.svg");display:inline-block;height:20px;width:20px}
.not-found-title{font-size:40px;font-weight:200;margin-bottom:20px;text-align:center}
@media(max-width:768px){.not-found-title{font-size:32px}
}