.modal-armadilha{
	background-color: #FFF;
	padding: 150px 0;
	display: none;
	width: 100%;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    transition: opacity .15s linear;
}

.modal-armadilha .container{
	position: relative;
}

.modal-armadilha .btn-fechar{
	position: fixed;
	top: 30px;
	width: 40px;
    height: 40px;
    background: url(../../images/SVG/icon-fechar.svg) center top no-repeat;   
    text-indent: -9999em;
    border: none;
    margin: 0;
	margin-left: 992px;
}

.modal-armadilha .btn-fechar:hover,
.modal-armadilha .btn-fechar:focus{
	background-position: center bottom;
}

.modal-armadilha .titulo{
	font-size: 10.5rem;
	line-height: 9rem;
	letter-spacing: 0;
	text-align: center;
	color: #5133f5;
	font-family: 'Knockout';
	margin: 0 0 50px;
}

.modal-armadilha .sub-titulo{
	font-size: 4.5rem;
	line-height: 5rem;
	letter-spacing: 0;
	text-align: center;
	color: #5133f5;
	font-family: 'Knockout';
	margin: 0;
	text-transform: uppercase;
}

.modal-armadilha .icon-armadilha{
	background: url(../../images/gif-armadilha.gif) center top no-repeat;
	height: 100px;
	width: 100px;
	margin:20px auto 0px;
	display: block;
}

.modal-armadilha .bloco-armadilha{
	margin-top: 50px;
}

.modal-armadilha .bloco-armadilha .sub-titulo{
	margin-bottom: 20px;
}

.modal-armadilha .bloco-armadilha .imagem-armadilha{
	/*width: 100%;
	min-height: 100px;
	display: block;
	background-color: #333;*/
}

.modal-armadilha .bloco-armadilha .descricao{
	padding: 0 150px;
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 3rem;
    margin-top: 25px;
}