/*
Theme Name: SEB
Author: Nascer Webdesign | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para o SEB - Seguro Estágio do Brasil.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a{
	outline:none;
}
.clear{
	clear:both;
	}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html {		
	height:100%;
	background: #F2F6F9;	
}
body {
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3em;	
	color: #4d4d4d;
	overflow-x: hidden;	
}
h1, h2, h3, h4, h5, h6{
	color: #003399;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2em;		
}
h1{	
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 20px;	
}
h2{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 15px;	
	}
h3{
	
	font-size: 18px;
	margin: 0 0 15px;
}
h4{
	font-size:22px;
	margin: 0 0 10px;
}
h5{
	font-size:20px;
	margin: 0 0 10px;
}
h6{
	font-size:18px;
	margin: 0 0 10px;
}
a{
	color: #003399;
	text-decoration:none;
	transition: all 300ms ease-in;	
	}
strong{
	font-weight:700;
	}
em{
	font-style:italic;
}
p{	line-height: 1.3em;	
	margin-bottom:1em;
}
p:last-child{
	margin: 0;
}
.clearfix{
	clear:both;
}
img{
	display: block;
	height: auto;
}
select{
	cursor: pointer;
}
.site{
	width: 100%;
	height: auto;	
	padding: 180px 0 0;
	z-index: 0;
	position: relative;
}
section{
	width: 100%;
	height: auto;
	position: relative;
}
.inner {
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header,
header.large{
	background-color: #FFF;
	width: 1180px;
	height: 120px;
	padding: 20px;
	position: absolute;	
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	transition: all 400ms ease;	
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.4);
}
header .header-inner{
	width: 1130px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
header .header-inner .logo{
	width: auto;
	height: 80px;
	float: left;	
}
/*SHRINK MENU*/
header.small{
	width: 100%;
	position: fixed;
	top: 0;	
}
.btn-open, .btn-close{	
	display: none;
}
.corretores,
.contatos{
	border-left: 2px solid #003399;
	height: 80px;
	padding: 0 0 0 20px;
	float: right;
	margin-left: 20px;
}
.corretores{
	margin-left: 10px;
}
.corretores h3,
.contatos h3{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
a.btn-corretores{
	background: #a6b8db;
	border-radius: 5px;
	width: 135px;
	height: 35px;
	display: block;
}
.icone-corretor {
	background: #003399;
	border-radius: 5px 0 0 5px;
	width: 35px;
	height: 35px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
}
a.btn-corretores span {
	color: #003399;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
a.btn-corretores:hover{
	background: #003399;
}
a.btn-corretores:hover span{
	color: #FFF;
}
.contato-item{
	font-size: 20px;
	margin-bottom: 3px;
}
.contatos i{
	color: #003399;	
	vertical-align: top;
}
.contatos span {
    height: 20px;
    padding: 0 0 0 8px;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 22px;
	display: inline-block;
	vertical-align: top;
}
/*MENU*/
.navegacao {
	float: right;
	margin-top: 25px;	
}
nav.menu-header{
	float: left;	
}
nav.menu-header ul li{	
	float: left;
}
nav.menu-header ul li a{
	background: #FFF;
	border-radius: 3px;
	height: 30px;
	padding: 0 10px;
	color: #003399;	
	font-size: 15px;		
	font-weight: 600;	
	line-height: 30px;
	text-transform: uppercase;	
	display: block;	
}
nav.menu-header ul li a:hover{
	background: #a6b8db;
	color: #003399;	
}
.current-menu-item a{
	background: #003399 !important;
	color: #FFF !important;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{	
	width: 1180px;
	height: auto;	
	position: relative;		
	z-index: 2;
	margin:0 auto 20px;
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.4);
}
.mapa{
	width: 100%;
	height: 300px;
	display: block;
}
.footer-inner {
	background-color: #003399;
	width: 100%;
	height: auto;
	padding: 20px 20px 45px;
}
.logo-find {
	background: #FFF;
	border-radius: 3px;
	padding: 17px 18px;
	float: left;
	margin: 0 40px 0 0;
}
.endereco{
	height: auto;	
	color: #FFF;
	font-size: 15px;
	float: left;
}
.endereco h3,
.contato-footer h3{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 10px;
}
address{
	margin-bottom: 15px;
}
footer .contatos{
	border-left: none;
	height: auto;
	padding: 0;
	float: none;
	margin-left: 0;
}
footer .contatos i{
	color: #FFF;		
}
footer .contatos span {   
    color: #FFF;
    font-size: 14px;   
}
.contato-footer{
	float: right;
}
.col-contato{
	width: 250px;
	float: left;
	margin: 0 0 0 5px;
}
.contato-footer h3{
	margin: 0 0 10px 5px; 
}
/* formularios */
.contato-footer input[type=text],
.contato-footer input[type=email],
.contato-footer input[type=tel],
.contato-footer textarea{
    background-color: #003399;
    border: 1px solid #FFF;   
    height: 30px;       
    color:#FFF;    
    line-height: 30px;	
    margin: 0 0 5px;     
}
.contato-footer textarea{
    height: 100px;
	padding: 5px 10px 6px;
	line-height: 1.3em;	
}
.contato-footer input[type=text]:focus,
.contato-footer input[type=email]:focus{
    border: 1px solid #a6b8db;
}
.contato-footer input[type="submit"] {
	background-color: #FFF;
	border: 1px solid #FFF;
	width: 100%;
	height: 30px;	
	font-size: 15px;
	color: #003399;
	line-height: 30px;			
}
.contato-footer input[type=submit]:hover{
	background-color: #003399;
	border: 1px solid #FFF;    
    color: #FFF;
}
.contato-footer input::placeholder{
	color: #FFF; 
	opacity:1;
}
.contato-footer textarea::placeholder{
	color: #FFF;  
	opacity:1;
}

/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.banner-desktop{
	margin-bottom: 80px;
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.4);
}
.banner-mobile{
	display: none;
}
.conteudo-home,
.conteudo-pagina{
	width: 780px;
	height: auto;
	position: relative;
	margin: 0 auto 80px;
}
.balao-home{
	background: #FFF;
	border: 2px solid #003399;
	border-radius: 6px;
	width: 580px;
	height: auto;
	padding: 20px;
	position: relative;
	float: right;
	margin-bottom: 15px;
}
.balao-home::before,
.balao-home::after{
	content: "";	
	border-style: solid;	
	width: 0;
	height: 0;
	position: absolute;	
}
.balao-home::before {
	border-width: 0 0 46px 46px;
	border-color: transparent transparent #FFF transparent;
	left: -45px;
	bottom: 107px;
	z-index: 1;
}
.balao-home::after{
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #003399 transparent;	
	left: -50px;
	bottom: 105px;
	z-index: 0;
}
.balao-home a:hover{
	text-decoration: underline;
}
.btn-proposta{
	border: 2px solid #003399;
	background: #003399;
	border-radius: 6px;
	width: 280px;
	height: 50px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;	
	text-transform: uppercase;
	display: block;
	float: right;
}
.btn-proposta:hover{
	background: #a6b8db;
	color: #003399;
}
.seb-home{
	position: absolute;
	left: 0;
	bottom: 0;
}
.informacoes-home{
	background: #FFF;
	border: 2px solid #003399;
	border-radius: 6px;
	width: 780px;
	height: auto;
	padding: 20px;
	display: block;
	margin: 0 auto 80px;	
}
.informacoes-home ol {
	list-style: upper-latin outside;
	padding: 0 0 0 20px;
}
.informacoes-home li {
	margin-bottom: 0.4em;
}
/*-------------------------------------------------------
PÁGINAS
-------------------------------------------------------*/
.conteudo-pagina{
	text-align: center;
	margin: 0 auto 40px;
}
.coberturas{
	background: #FFF;
	border: 2px solid #003399;
	border-radius: 6px;
	width: 650px;
	height: auto;
	padding: 20px;
	display: block;
	margin: 0 auto;	
}
.coberturas p{	
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 8px;
}
.coberturas p:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.coberturas p:after{
	content: "";
	background: #003399;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.coberturas p:last-child:after{
	content: none;
}
.servicos .inner{
	text-align: center;
}
.lista-servicos{
	padding-top: 70px;
	font-size: 0;
}
.servico-item{
	background: #FFF;
	border: 2px solid #003399;
	border-radius: 6px;
	width: 300px;
	height: 276px;
	padding: 50px 20px 20px;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 20px 40px;
}
.servico-item-numero{
	background: #FFF;
	border: 2px solid #003399;
	border-radius:50%;
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 74px;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.servico-item-numero:after{
	content: "";
	background: #003399;	
	border-radius:50%;
	width: 68px;
	height: 68px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -1;
}
.servico-item h3{
	margin: 0 0 10px;
}
.servicos .btn-proposta {
	float: none;
	margin: 0 auto 40px;
}
/*-------------------------------------------------------
CONTATO
-------------------------------------------------------*/
.form{
	width: 410px;
	height: auto;
    padding-top: 20px;
	margin: 0 auto 40px;
}
form h3 {
	text-transform: uppercase;
	padding-top: 15px;
}
.form label{
	width: 100%;
	text-align: left;
	display: block;
	margin-bottom: 5px;
}
/* formularios */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea{
    background-color: #FFF;
	border: 1px solid #003399;
	border-radius: 3px;
    width: 100%;
    height: 40px;   
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 15px;  
	text-align: left;   
    color:#4d4d4d;   
    padding: 0 10px;
    line-height: 40px;
	display: block;	
    margin: 0 0 15px;  
    transition: all 200ms ease-in;		
}
option{
	font-family: 'Montserrat', sans-serif;
}
textarea{
    height: 120px;
    padding: 6px 10px 10px;
	line-height: 1.3em;
	z-index: 0;
}
input[type=text]:focus,
input[type=email]:focus{
    border: 1px solid #a6b8db;
}
input[type="submit"] {
	background-color: #003399;
	border: 1px solid #003399;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	display: block;
	position: relative;
	margin: 0;	
	cursor: pointer;
	transition: all 200ms ease-in;	
	text-transform: uppercase;
}
input[type=submit]:hover{
	background-color: #a6b8db;
	border: 1px solid #003399;    
    color: #003399;
}
.periodo {
	text-align: left;
	width: 100%;
	display: block;
	margin: 0 0 15px;  
}
span.wpcf7-list-item {   
    margin: 0 10px 0 0 !important;
}
span.wpcf7-not-valid-tip {
	color: #003399 !important;
	font-size: 14px !important;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: 600 !important;
}
span.wpcf7-not-valid-tip:before,
.contato-footer span.wpcf7-not-valid-tip:before{
	content:"🡑 ";
}
div.wpcf7-response-output {
	background: #003399;
	border: 2px solid #003399 !important;
	border-radius: 3px;
	padding: 5px 10px !important;
	color: #FFF !important;
	margin: 20px 5px 0 !important;
	font-size: 14px !important;
	text-align: center !important;
	font-weight: 600;
}
.contato-footer span.wpcf7-not-valid-tip {
	color: #FFF !important;
	margin-top: -5px !important;
}
.wpp {
	width: 60px;
	position: fixed;
	left: 50%;
	bottom: 15px;
	z-index: 8;
	transform: translateX(516px);
}
/*-------------------------------------------------------
CONTRATE AGORA
-------------------------------------------------------*/
.pagina-contrate .conteudo-home {
	margin: 0 auto 70px;
}
.pagina-contrate .balao-home p {
	font-size: 1.2em;
}
.pagina-contrate .lista-servicos {
	margin-bottom: 30px;
	padding-top: 30px;
}
.pagina-contrate .servico-item-numero {
	border-radius: 30px;
	width: auto;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 30px;
	height: 60px;
	line-height: 54px;
	top: -30px;
}
.pagina-contrate .servico-item-numero::after {	
	border-radius: 34px;
	width: calc( 100% - 8px );
	height: 48px;
}
.pagina-contrate .btn-proposta {
	width: 320px;
	height: auto;
	font-size: 24px;
	line-height: 1.2em;
	float: none;
	margin: 0 auto;
	padding: 10px 0;
}
.pagina-contrate .servico-item {
	width: 350px;
	height: auto;
	min-height: 250px;
}
.pagina-contrate .informacoes-home {
	border: none;
	padding: 0;
	background: #F2F6F9;
	border-radius: 0;
}
.pagina-contrate .informacoes-home .servico-item-numero {
    width: 389px;
	position: relative;
}
table {
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #003399;
	border-style: solid;
	color: #4d4d4d;
	margin-bottom: 10px;
}
table td, table th {
	border-width: 2px;
	border-color: #003399;
	border-style: solid;
	padding: 10px;
	vertical-align: middle;
}
table thead {
	background: #a6b8db;
	color: #003399;
}
table.tblue td{
	background: #dae4f9;
}
.pagina-contrate .informacoes-home .btn-proposta {
	margin: 40px auto 0;
}
/*-------------------------------------------------------
-------------------------------------------------------
RESPONSIVO
-------------------------------------------------------
-------------------------------------------------------*/
@media only screen and (max-width : 768px) {

/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {  
    line-height: 1em;
}
h1{	
	font-size: 28px;		
}
h2{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 15px;	
	}
h3{
	
	font-size: 18px;
	margin: 0 0 15px;
}
h4{
	font-size:22px;
	margin: 0 0 10px;
}
h5{
	font-size:20px;
	margin: 0 0 10px;
}
h6{
	font-size:18px;
	margin: 0 0 10px;
}
p{	line-height: 1.3em;	
	margin-bottom:1em;
}
.site{	
	padding: 110px 0 0;	
}
.inner {
	width: 100%;	
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header, header.large {
	width: 100%;
	height: 90px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	transform: none;
}
header .header-inner{
	width: 100%;
	height: 70px;
	padding: 0 10px;	
}
header .header-inner .logo{
	height: 40px;
}
/*SHRINK MENU*/
header.small{
	width: 100%;
	position: fixed;
	top: 0;	
}
.btn-open, .btn-close {
	background-color: rgba(0,0,0,0);
	border: none;
	width: 24px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
}
.btn-open span,
.btn-close span{
    background-color: #003399;
    height: 4px;
	border-radius: 2px;
	display: block;
}
.btn-open span{	
	width: 24px;	
	margin: 0 0 6px;
}
.btn-close span{	
	width: 32px;
	position: absolute;
	top: 10px;
	left: -4px;	
}
.btn-close span.barrinha1{
	transform: rotate(45deg);	
}
.btn-close span.barrinha2{
	transform: rotate(-45deg);
}
.corretores, .contatos {
	border-left: none;
	height: 35px;
	padding: 0;
	float: none;
	margin-left: 0;
}
.corretores {
	margin-left: 0;
	position: absolute;
	right: 44px;
	top: 2px;
}
.contatos {
	height: 20px;
	position: absolute;
	bottom: -1px;
	width: 100%;
	text-align: right;
	padding: 0 10px;
	left: 0;
}
.corretores h3,
.contatos h3{
	display: none;
}
.contato-item{
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
}
.contatos span {	
	padding: 0 0 0 5px;
}
/*MENU*/
.navegacao {
	float: none;
	margin-top: 0;
	width: 100%;
	height: 100vh;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 100vh;
	padding: 90px 10px 0;
	transition: all 400ms ease;
}
nav.menu-header{
	float: none;	
}
nav.menu-header ul li{
	width: 100%;	
	float: none;
}
nav.menu-header ul li a {	
	height: 50px;
	padding: 0;
	color: #003399;
	font-size: 20px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}
nav.menu-header ul li a:hover{
	background: #a6b8db;
	color: #003399;	
}
.current-menu-item a{
	background: #003399 !important;
	color: #FFF !important;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{	
	width: 100%;
	margin:0;	
}
.footer-inner {
	padding: 10px 10px 65px;
}
.logo-find {
	float: none;
	margin: 0 0 15px 0;
	width: 110px;
}
.endereco{
	float: none;
}
footer .contatos{
	position: relative;
	bottom: unset;
	text-align: left;
	padding: 0;
}
footer .contatos h3{
	display: block;
}
footer .contatos i{
	color: #FFF;		
}
footer .contato-item {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}
footer .contato-item:last-child{
	margin-bottom: 0;
}
footer .contatos span {   
    color: #FFF;
    font-size: 14px;   
}
footer .contatos span.endemail{
	font-size: 13px;
}
.contato-footer{
	display: none;
	float: none;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.banner-desktop{
	display: none;	
}
.banner-mobile {
	width: 100%;
	display: block;
	margin: -20px 0 40px;
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.4);	
}
.conteudo-home,
.conteudo-pagina {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 20px;	
}
.balao-home{
	width: 100%;
	padding: 10px;
	float: none;
	margin-bottom: 270px;
}
.balao-home::before {
	border-width: 35px 44px 0 0;
	border-color: #FFF transparent transparent transparent;
	left: 92px;
	bottom: -34px;
	z-index: 1;
}
.balao-home::after {
	border-width: 39px 49px 0 0;
	border-color: #003399 transparent transparent transparent;
	left: 90px;
	bottom: -39px;
	z-index: 0;
}
.balao-home a:hover{
	text-decoration: underline;
}
.btn-proposta{
	width: 100%;
}
.seb-home {
	position: absolute;
	left: 20px;
	bottom: -230px;
}
.informacoes-home {
	width: calc( 100% - 40px );
	margin: 0 auto 40px;
}
/*-------------------------------------------------------
PÁGINAS
-------------------------------------------------------*/
.conteudo-pagina{
	text-align: center;
	margin: 0 auto 40px;
}
.coberturas{
	width: 100%;
	padding: 10px;
}
.lista-servicos {
	padding: 50px 20px 0;
}
.servico-item {
	width: 100%;
	height: auto;
	margin: 0 0 60px;
	max-width: 400px;
}
.servico-item-numero{
	background: #FFF;
	border: 2px solid #003399;
	border-radius:50%;
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 74px;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.servico-item-numero:after{
	content: "";
	background: #003399;	
	border-radius:50%;
	width: 68px;
	height: 68px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -1;
}
.servico-item h3{
	margin: 0 0 10px;
}
.servicos .btn-proposta {
	float: none;
	margin: 0 auto 40px;
}
/*-------------------------------------------------------
CONTATO
-------------------------------------------------------*/
.form{
	width: 100%;
	margin: 0 auto;
}
.wpp {
	width: 50px;
	left: 5px;
	bottom: 5px;
	transform: none;
}
/*-------------------------------------------------------
CONTRATE AGORA
-------------------------------------------------------*/
.pagina-contrate .conteudo-home .btn-proposta {
	position: relative;
	top: 20px;
}
.pagina-contrate .lista-servicos {
	margin-bottom: 50px;	
}
.pagina-contrate .servico-item-numero {
	border-radius: 30px;
	width: auto;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 30px;
	height: 60px;
	line-height: 54px;
	top: -30px;
}
.pagina-contrate .servico-item-numero::after {	
	border-radius: 34px;
	width: calc( 100% - 8px );
	height: 48px;
}
.pagina-contrate .btn-proposta {
	width: 100%;
	max-width: 330px;	
}
.pagina-contrate .servico-item {
	width: 100%;	
	min-height: 50px;
}
.pagina-contrate .informacoes-home .servico-item-numero {
	width: 100%;		
}
.pagina-contrate .informacoes-home .btn-proposta {
	margin: 20px auto 0;
}
}