@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,700');

*{
	margin: 0;
	padding: 0;
}

.contentImage{
    padding: 1em;
    height: 50vh;
}

.imageError{
    background-image: url('https://www.wootit.com/wootitx/oops/img/error.svg');
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.contInf h1{
    font-size: 45px;
    padding-bottom: 1em;
	padding: 0;
	font-family:'Poppins';
}

.contInf p{
    font-size: 25px;
	padding: 0;
	font-family:'Poppins';
}

.contInf{
    padding-bottom: 1em;
}

.btnReturn,
.btnReturn:hover,
.btnReturn:focus,
.btnReturn:active:focus{
    background-color: #181728;
    border-color: #181728;
    font-size: 25px;
    padding: 7px 60px;
    border-radius: 10px;
    outline: 0;
	font-family:'Poppins';
}

.iconWootit{
    background-image: url("https://www.wootit.com/wootitx/oops/img/WI.svg");
    width: 25px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    left: -7px;
}

.btnReturn span:last-child{
    position: relative;
    top: -3px;
}