@charset "UTF-8";
/* CSS Document */

/* ASSINATURA CSS */
.develop {
	color: #FFF;
	background: #000;
	text-align: center;
	font-family: inherit;
	padding:15px 0;
	font-size:12px;
}

.develop img {
	margin-top:-5px;
}

/* WHATSAPP FLUTUANTE */

.whatsapp {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 9999;
	display: block;
	background:#4abe8d;
	border-radius: 200px;
	text-align: center;
	width: 55px;
	height: 55px;
}


.whatsapp i {
    color: #FFF !important;
    font-size: 30px !important;
    text-align: center !important;
	line-height: 55px;
}

/* ANTES E DEPOIS */
.antesDepois {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100% !important;
    cursor: col-resize;
}
.antesDepois img {
        max-width: 100% !important;
}
.depois {
	position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    border-right: 5px solid #fff;
}
	
.mark-legenda {
    background: #edeef0;
    height: 40px;
    line-height: 40px;
	color: #1c3f88;
    font-weight: bold;
	margin-bottom: 75px;
}
	
.mark-legenda .text-left {
	margin-left: 2%;
	display: block;
	width: 48%;
	float: left;
}
	
.mark-legenda .text-right {
    margin-right: 2%;
	display: block;
	width: 48%;
	float: left;
}



/* CTA - BLOCO SOLUCOES */

.grid-cta-solucao {
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.grid-cta-solucao .titulo {
    text-align: center;
    background: #d8dade;
    height: 60px;
    line-height: 60px;
    border-left: 15px solid #2db8c5;
}

.grid-cta-solucao .titulo a {
	line-height: 60px;
}

.grid-cta-solucao h3 {
    line-height: 60px;
    font-size: 16px;
}

.grid-cta-solucao .img {
    overflow: hidden;
    position: relative;
}

.barra-lateral {
    width: 15px;
    height: 100%;
    background: #1c3f88 !important;
    position: absolute;
    top: 0;
    opacity: 0.7;
}

