#nl-popup-entrada.modo-popup {
	font-family:'Open Sans', sans-serif;
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
}
#nl-popup-entrada.modo-popup .underlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.73);
	cursor:pointer;
	-webkit-animation:fadein 0.5s;
	animation:fadein 0.5s;
}
#nl-popup-entrada.modo-popup .modal {
	max-width:768px;
	height:272px;
	overflow: hidden;
	background-color:#ffffff;
	z-index:1;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:0px;
	-webkit-animation:popin 0.3s;
	animation:popin 0.3s;
	-webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.32);
}
#nl-popup-entrada.modo-popup .modal-title {
	font-size:18px;
	background-color:#252525;
	color:#fff;
	padding:10px;
	margin:0;
	border-radius:4px 4px 0 0;
	text-align:center;
}
#nl-popup-entrada.modo-popup h3 {
	color:#fff;
	font-size:1em;
	margin:0.2em;
	text-transform:uppercase;
	font-weight:500;
}
#nl-popup-entrada.modo-popup p {
	color:#344a5f;
}
#nl-popup-entrada.modo-popup form {
	text-align:center;
}
#nl-popup-entrada.modo-popup form input[type=submit] {
	text-transform:uppercase;
	font-weight:bold;
	padding:12px;
	font-size:1.1em;
	border-radius:4px;
	color:#fff;
	background-color:#4ab471;
	border:none;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
}
#nl-popup-entrada.modo-popup form p {
	text-align:left;
	margin-left:35px;
	opacity:0.8;
	margin-top:1px;
	padding-top:1px;
	font-size:0.9em;
}
#nl-popup-entrada.modo-popup .modal-saida {
    position: absolute;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 9;
    background: #ffffff;
}
#nl-popup-entrada.modo-popup .modal-saida p {
	display:none;
}
@-webkit-keyframes fadein {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-ms-keyframes fadein {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadein {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes popin {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:0;
}
85% {
-webkit-transform:scale(1.05);
transform:scale(1.05);
opacity:1;
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1;
}
}
@-ms-keyframes popin {
0% {
-ms-transform:scale(0);
transform:scale(0);
opacity:0;
}
85% {
-ms-transform:scale(1.05);
transform:scale(1.05);
opacity:1;
}
100% {
-ms-transform:scale(1);
transform:scale(1);
opacity:1;
}
}
@keyframes popin {
0% {
-webkit-transform:scale(0);
-ms-transform:scale(0);
transform:scale(0);
opacity:0;
}
85% {
-webkit-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05);
opacity:1;
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
opacity:1;
}
}
#nl-popup-entrada.modo-popup .modal .img-pop {
	margin:0 auto;
	margin-top:-50px;
}
#nl-popup-entrada.modo-popup .modal .cont-pop {
	text-align:center;
	font-size:18px;
	float:left;
	width:100%;
	margin-bottom:10px;
}
#nl-popup-entrada.modo-popup .modal .cont-pop strong {
	font-size:26px;
}
#nl-popup-entrada.modo-popup .modal .block-subscribe {
	float:left;
	width:100%;
}
#nl-popup-entrada.modo-popup .form-list > li {
	margin-bottom:2px;
}
#nl-popup-entrada.modo-popup .modal .button {
	width:100%;
	height:40px;
	margin-top:3px;
	font-size:17px;
}
#nl-popup-entrada.modo-popup .modal .button:active, #nl-popup-entrada.modo-popup .modal .button:hover {
	background:rgb(251, 15, 0);
	border:1px solid rgb(251, 15, 0);
	color:#ffffff;
}
#nl-popup-entrada.modo-popup .popup-titulo {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
#nl-popup-entrada.modo-popup p {
	margin-bottom: 0px;
}
#nl-popup-entrada.modo-popup .popup-texto {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}
#nl-popup-entrada.modo-popup .subscribe input {
	margin-bottom:10px;
	border-radius: 8px;
}
#nl-popup-entrada.modo-popup .modal-image {
	float: left;
	width: 52%;
	display: inline-block;
	position: absolute;
}
#nl-popup-entrada.modo-popup .modal-body {
	float: right;
	width: 48%;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
}
#nl-popup-entrada.modo-popup .action.primary {
	padding: 12px;
	width: 100%;
}

#nl-popup-entrada.modo-popup .modal-saida:before  {
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 23px;
    color: #918d8d;
    content: '\e61f';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    right: 0px;
    top: 0px;
    left: auto;
    width: 23px;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

#nl-popup-entrada.modo-popup .field-error, #nl-popup-entrada.modo-popup div.mage-error[generated] {
    margin-top: -12px;
	margin-bottom:0;
}


#nl-popup-entrada.modo-popup p.titulo-modo-footer {
    display: none;
}


@media all and (max-width: 768px) {
	
	
	#nl-popup-entrada.modo-popup {
		position: absolute;
	}
	
	#nl-popup-entrada.modo-popup .modal {
		max-width: 310px;
		height: 500px;
		position: relative;
    	top: 25px;
	}
	
	

	
	
	
	#nl-popup-entrada.modo-popup .modal-image {
		float: left;
		width: 100%;
		position: relative;
	}
	#nl-popup-entrada.modo-popup .modal-body {
		float: left;
		width: 100%;
	}
}






#nl-popup-entrada.modo-footer {
    background: #0079b8;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 30px 0;
    margin-bottom: 0;
}


#nl-popup-entrada.modo-footer .modal-saida,
#nl-popup-entrada.modo-footer .modal-image,
#nl-popup-entrada.modo-footer .popup-titulo,
#nl-popup-entrada.modo-footer .popup-texto {
	display:none;
}



#nl-popup-entrada.modo-footer .modal {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding: 0 3%;
}

#nl-popup-entrada.modo-footer p.titulo-modo-footer {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 20px;
}

#nl-popup-entrada.modo-footer .fields-nl-footer {
    float: left;
    width: 70%;
}

#nl-popup-entrada.modo-footer .field {
    float: left;
    width: 48%;
    margin-right: 4%;
}
#nl-popup-entrada.modo-footer .field.email {
    margin-right: 0;
}


#nl-popup-entrada.modo-footer .actions {
    float: right;
    width: 28%;
}

#nl-popup-entrada.modo-footer .action.primary {
	width: 100%;
    height: 50px;
    background: #95c233;
}
#nl-popup-entrada.modo-footer .action.primary:hover {
    background: #024669;
    border: 0;
    color: #fff;
}


#nl-popup-entrada.modo-footer input {
    border: 0;
    border-radius: 8px;
}