﻿body{
	font-family: 'Lato', sans-serif;
	}

.row{
	background-image:url(../imagens/background.jpg) ;
	background-repeat:no-repeat;
    background-position:top center;
	width:100%;
	height:335px;
}

.img_oferta img{
    max-width:100%;
	margin:0 auto;
	display:block;
	}
	
.form_assinar{
	margin-top:15px;
	width:100%;
	height:305px;
	background-color:#FFF;
	padding:24px;
	}

.form_assinar h3{
	font-size:28px;
	color:#ff0d35;
	text-align:center;
	margin-top:0;
	margin-bottom:24px;
	}

.form_assinar .campo input[type=text]{
	background-color:#f5f5f5;
	color:#333333;
	height:43px;
	width:100%;
	font-style:italic;
	font-size:16px;
	margin-top:10px;
	}

.form_assinar .btn-sign{
	background-color:#ff0d35;
	color:#FFF;
	display:block;
	font-size:22px;
	border-radius:4px;
	border:none;
	line-height:42px;
	margin-top:10px;
	text-decoration:none;
	text-align:center;
	height:43px;
	width:100%;
	}
.form_assinar .btn-sign:hover{
	background-color:#dc0024;
	}



/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	.row{
		background-color:#ffffff;
		background-image:none !important;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {  
	.row{
		background-image:url(../imagens/background_md.jpg);
		background-repeat:no-repeat;
	}

	.img_oferta img{
		margin:0 auto;
		display:block;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  

}