/*-------------------------------------------------------
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;
}
* {
	outline: none;
}
a{
	outline: none !important;
}
button{
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
	height:100%;
}
body {
	background-color: #FFF;
    color: #9C9C9C;    
    font-family: "new-hero", sans-serif;
    font-weight: 400;
    font-style: normal;
	overflow-x: hidden;
	min-height: 100%;	
}
h1, h2, h3, h4, h5, h6 {  
    font-weight: 700;     
	line-height: 1.25em;	
}
h1 {
	font-size: 32px;
    margin-bottom: 0.5em;
}  
h2{	  
	font-size: 33px;    
}
a{	   
    color: #000;
	text-decoration:none;
	transition: all 200ms ease-in;	
}
a * {
    transition: all 200ms ease-in;	
}
strong{
	font-weight: 700;	
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0 !important;
}
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
img{
	display: block;
	height: auto;
}
section{	
	width: 100%;
	height: auto;
	position: relative;		
}
.inner{	
	width: 1240px;
	height: auto;   
	margin: 0 auto;
    position: relative;   
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
/*------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/
header{
    background-color: #0033A0;
    border-bottom: 3px solid #EE7100;
    width: 100vw;
    position: fixed;
    z-index: 10;
}
header .inner{
    padding: 18px 0;
}
.icone{
    float: left;
}
nav{
    float: right;
}
nav ul{
    width: max-content;
}
nav ul li{
    float: left;
    margin: 0 0 0 100px;
}
nav ul li a{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
nav ul li a:hover{
    color: #EE7100;
}
/*CONTROLA O MENU*/
.btn-menu{
	display:none;
}
/*------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------*/
footer{
   background-color: #0033A0;
   border-top: 3px solid #EE7100;
}
footer .inner{
    padding: 25px 0 30px
}
footer h3{
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.social{
    width: max-content;
    margin: 0 auto;
}
.social a {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 0 26px;
}
.social a img{
    transition: none;
    filter: brightness(0) invert(1);
}
.social a:hover img{
    filter: brightness(1) invert(0);
}
/*------------------------------------------------------------------------------
PÁGINA
------------------------------------------------------------------------------*/
/* BANNER */
.banner{
    background: url(img/banner-mc.jpg) no-repeat center center;
    background-color: #009EE3;
    width: 100vw;
	height: 540px;   
    position: relative;
    z-index: 2;
}
.logo{	
	position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-620px);
    z-index: 1;
}
.bg-banner{
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(60px);
    z-index: 0;
    mix-blend-mode: multiply;
}
/* MC */
.mc .inner{
    padding: 0 0 60px;
}
.mc-txt{
    width: 520px;
    padding: 50px 0 0;
    float: left;   
}
.mc-txt h1{
    color: #0033A0;
}
.mc-txt p{
    font-size: 20px;
    line-height: 1.25em;
}
.mc-txt p span{
    font-weight: 600;
}
.mc-cadastro{
    width: 720px;
    height: 460px;
    padding: 30px 0 0 5px;
    position: relative;
    float: left;
}
.mc-cadastro::before{
    content: "";
    background: url(img/bg-cadastro.png) no-repeat left top;
    background-size: auto 100%;
    width: 2000px;
    height: 460px;
    display: block;
    position: absolute;
    top: 0;
    left: -116px;
    z-index: -1;
}
.mc-cadastro-img{
    float: left;
}
.mc-cadastro-info{
    width: 410px;
    padding: 25px 0 0;
    float: right;
}
.mc-cadastro-info h2{
    color: #FFF;
    font-size: 37px;
    text-align: center;
    letter-spacing: -0.025em;
    margin-bottom: 0.5em;
}
.mc-cadastro-info h2 span{
    font-weight: 400;
}
.btn-cadastre{
    width: max-content;
    display: block;
    position: relative;
    margin: 0 auto 20px;
}
.btn-cadastre img{
    width: 370px;
    transition: all 200ms ease-in;
}
.btn-cadastre img:nth-child(2) {
	position: absolute;
	top: 0;
	opacity: 0;
}
.btn-cadastre:hover img:nth-child(2) {	
	opacity: 1;
}
.mc-cadastro-info p.baixe{
    background: url(img/sublinha-baixe.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 3px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    width: max-content;
    display: block;
    margin: 0 auto 10px;
}
.mc-cadastro-info p.gratuito{
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.15em;    
    width: max-content;
    display: block;
    margin: 0 auto 25px;
}
.download{
    font-size: 0;
    text-align: center;
}
.btn-app{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.btn-app img{
    width: auto;
    height: 45px;
}
/* FUTURO */
.futuro .inner{
    padding: 60px 0 55px;
}
.futuro h2,
.sobre h2,
.compre h2{
    background-color: #EE7100;  
    border-radius: 0 10px 10px 0;        
    width: max-content;
    height: 55px;
    padding: 0 25px 0 0;
    position: relative;
    color: #FFF;
    line-height: 60px;
    margin-bottom: 40px;
}
.futuro h2::before,
.sobre h2::before{
    content: "";
    background-color: #EE7100;
    width: calc( ( 100vw - 1240px ) / 2 );
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
}
.video{
    border: 3px solid #EE7100;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 150px;
}
.futuro-lista{
    width: 872px;
    margin: 0 auto;   
}
.card {
	background-color: #009EE3;
	border: 2px solid #0033A0;
	border-radius: 20px;
	width: 872px;
    height: 194px;
	padding: 45px 200px 0 165px;
	position: relative;
	margin:0 0 100px ;	
}
.card:last-child{
    margin: 0;
}
.card:nth-child(even){
    padding: 45px 165px 0 200px;
}
.card h3 {
	background-color: #EE7100;
	border-radius: 10px;
	min-width: 150px;
	height: 48px;
    padding: 0 15px;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
	z-index: 2;
	letter-spacing: 0.05em;	
}
.card-img{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);   
}
.card:nth-child(even) .card-img{  
    left: unset;
    right: 25px;   
}
.celular-img {
	position: absolute;
	bottom: 10px;
	right: -50px;
}
.card:nth-child(even) .celular-img{  
    right: unset;
    left: -50px;
}
.card p {
	color: #FFF;
	font-size: 1.15rem;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 2em;
}
.card::before,
.card::after{
    content: "";    
    display: block;
    position: absolute;
    pointer-events: none;
}
.card:nth-child(1)::before{
    border: 4px solid #EE7100;   
    border-right: none;
    border-bottom: none;
    border-radius: 20px 0 0 0;
    width: 72%;
    height: 95%;
    top: -3px;
    left: -3px;
}
.card:nth-child(2)::before{
    border: 4px solid #EE7100;   
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    width: 94%;
    height: 66%;
    top: -3px;
    right: -3px;
}
.card:nth-child(3)::before{
    border: 4px solid #EE7100;   
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    width: 94%;
    height: 7%;
    top: -3px;
    right: -3px;
}
.card:nth-child(3)::after{
    border: 4px solid #EE7100;   
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 20px;
    width: 94%;
    height: 7%;
    bottom: -3px;
    left: -3px;
}
.card:nth-child(4)::before{
    border: 4px solid #EE7100;   
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    width: 40%;
    height: 52%;
    top: -3px;
    right: -3px;
}
.card:nth-child(4)::after{
    border: 4px solid #EE7100;   
    border-left: none;
    border-top: none;
    border-radius: 0 0 20px 0;
    width: 94%;
    height: 52%;
    bottom: -3px;
    right: -3px;
}
/* CARTEIRINHA */
.carteirinha .inner{
    padding: 55px 110px 0;
}
.carteirinha-img{
    width: 595px;
    float: left;
}
.carteirinha-info{
    width: 320px;
    padding-top: 60px;
    text-align: right;
    float: right;
}
.carteirinha-info h3 {
	background-color: #EE7100;
	border-radius: 10px;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	position: relative;
	color: #FFF;
    font-size: 21px;
	line-height: 39px;
    text-align: center;
	margin-bottom: 20px;	
}
.carteirinha-info h2{
    color: #0033A0;
    margin-bottom: 10px;
}
.btn-carteirinha {
	width: max-content;
	display: block;
    position: relative;
    margin-right: -12px;
    margin-bottom: 15px;
	margin-left: auto;
}
.btn-carteirinha img{   
    transition: all 200ms ease-in;
}
.btn-carteirinha img:nth-child(2) {
	position: absolute;
	top: 0;
	opacity: 0;
}
.btn-carteirinha:hover img:nth-child(2) {	
	opacity: 1;
}
.carteirinha-info p{
    font-weight: 300;
}
.carteirinha-info p a{
    color: #0033A0;
    font-weight: 700;
    text-decoration: underline;
}
.carteirinha-info p a:hover{
    color: #EE7100;
}
/* SOBRE */
.sobre .inner{
    padding: 60px 0 60px;
}
.sobre h2{
    background-color: #009EE3;    
}
.sobre h2::before{   
    background-color: #009EE3;
}
.sobre-txt{
    width: 740px;
    font-size: 20px;
    float: left;
}
.sobre-img{
    border: 3px solid #EE7100;
    border-radius: 40px;
    float: right;
}
/* COMPRE */
.compre,
.rodape{
    background-color: #F2F2F2;   
}
.compre .inner,
.rodape .inner{
    padding: 55px 0;
}
.compre h2{
    border-radius: 10px;
    padding: 0 55px;
    margin: 0 auto 55px;
}
.compre-lista{
    background: url(img/sublinha-compre.png) no-repeat center bottom;
    padding: 0 0 40px;
    font-size: 0;
    text-align: center;
}
.btn-compre{
    background-color: #F2F2F2;  
    border: 2px solid #EE7100;
    border-radius: 15px;
    width: max-content;
    height: 80px;
    padding: 0 15px;
    display: inline-block;    
    position: relative;
    margin: 0 23px;
}
.btn-compre img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.btn-compre:hover{
    border: 2px solid #0033A0;
    background-color: #FFF;  
}
/* MC */
.mc2 .inner{
    padding: 80px 182px 30px;
}
.mc2 .mc-cadastro-info{
    border: 2px solid #9C9C9C;
    border-radius: 25px;
    width: 100%;
    padding: 16px 0 8px;
    text-align: center;
    float: none;
}
.mc2-column{
    width: max-content;
    display: inline-block;
    vertical-align: top;
    margin: 0 42px;
}
.mc2 .mc-cadastro-info h2 {
	color: #0033A0;
	font-size: 35px;	
	margin-bottom: 0.5em;
}
.mc2 .btn-cadastre {	
	margin: 0 auto;
}
.mc2 .btn-cadastre img {
	width: 256px;
}
.mc2 .mc-cadastro-info p.baixe {	
	color: #0033A0;
	font-size: 21px;	
}
.mc2 .mc-cadastro-info p.gratuito {
	color: #0033A0;
	font-size: 16px;		
}
.mc2 .btn-app {	
	margin: 0;
}
.mc2 .btn-app:first-child{
    margin: 0 20px 0 0;
}
/* DÚVIDAS */
.duvidas .inner{
    padding: 30px 110px 50px;
}
.duvidas h2,
.rodape h2{
    color: #0033A0;
    text-align: center;
    margin-bottom: 30px;
}
.accordion dt {
    border-top: 1px solid #0033A0;
    width: 100%;    
    height: auto;
    padding: 16px 0;
    position: relative;
    display: block;
    cursor: pointer;   
    transition: all 200ms ease-in; 
}
.accordion dt:first-child{
    border-top: none;
}
.accordion dt p.pergunta{       
    color: #0033A0;
    font-size: 21px;
    margin-bottom: 0;    
    transition: all 200ms ease-in; 
}
.accordion dt p.pergunta:hover{
    color: #EE7100;
}
.accordion dt .plus{     
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 22px;
    right: 0;    
}
.accordion dt .plus::before,
.accordion dt .plus::after{
    content: "";
    background-color: #0033A0;
    width: 15px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 200ms ease-in;
}
.accordion dt .plus::after{
    transform: translate(-50%,-50%) rotate(90deg);
}
.accordion dt.active .plus::after{
    transform: translate(-50%,-50%) rotate(0);
}
.accordion dd{   
    padding: 0 0 16px;
}
.accordion dd p a{
    color: #0033A0;
}
.accordion dd p a:hover{
    color: #EE7100;
}
/* RODAPÉ */
.rodape-img{
    margin: 0 auto;
}
/* ANIMAÇÕES */
.anima{
    position: relative;
    transition: all 500ms ease;
}
.mc-txt,
.titulo {	
	left: -50vw;
}
.mc-cadastro::before {	
	opacity: 0;
    transition: all 500ms ease;
}
.mc-cadastro .mc-cadastro-img {    
	top: 50vh;
    opacity: 0;    
}
.mc-cadastro-info,
.carteirinha-info,
.sobre-img{
    left: 50vw;
}
.video{
    opacity: 0;
}
.card:nth-child(1),
.card:nth-child(3){
    right: -100vw;
}
.card:nth-child(2),
.card:nth-child(4){
    left: -100vw;
}
.carteirinha-img {	
	left: -60vw;
}
.sobre-txt{
    left: -70vw;
}
.compre{     
    opacity: 0;
}
.mc2 .mc-cadastro-info {
    left: 0;
	opacity: 0;
}
/* VISÍVEL */
.mc-txt.is-visible,
.mc-cadastro-info.is-visible,
.titulo.is-visible,
.carteirinha-img.is-visible,
.carteirinha-info.is-visible,
.sobre-txt.is-visible,
.sobre-img.is-visible {	
	left: 0;
}
.mc-cadastro.is-visible::before {	
	opacity: 1;
}
.mc-cadastro.is-visible .mc-cadastro-img{
    top: 0;
    opacity: 1;
}
.video.is-visible{
    opacity: 1;
}
.card.is-visible:nth-child(1),
.card.is-visible:nth-child(3){
    right: 0;
}
.card.is-visible:nth-child(2),
.card.is-visible:nth-child(4){
    left: 0;
}
.compre.is-visible{   
    opacity: 1;
}
.mc2.is-visible .mc-cadastro-info {
	opacity: 1;
}
/*----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
RESPONSIVO
------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------
1080
-------------------------------------------------------*/
@media only screen and (max-width : 1080px) {
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
.inner{	
	width: calc( 100vw - 50px );
}
/*------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
PÁGINA
------------------------------------------------------------------------------*/
.logo {      
    transform: translateX(-48vw);      
}
.mc-txt {
	width: 37%;	
}
.mc-txt h1 {	
	padding-right: 20%;
}
.mc-cadastro {
	width: 63%;	
}
.mc-cadastro::before {	
	left: -12.5%;	
}
.mc-cadastro-img {	
	width: calc( 100% - 410px );
}
.futuro h2::before,
.sobre h2::before{      
    width: calc( 100vw - 25px );   
}
.futuro-lista {
	width: 100%;
    padding: 0;	
}
.card {	
	width: calc( 25% - 20px );	
}
.carteirinha .inner {
	padding: 55px 60px 30px;
}
.carteirinha-img {
    width: calc( 100% - 370px );
    max-width: 595px;	
}
.sobre-txt {
	width: 64%;	
}
.sobre-img {
	width: 34%;	
}
/* ANIMAÇÕES */
.mc-txt,
.titulo {	
	left: -100vw;
}
.mc-cadastro-info,
.carteirinha-info,
.sobre-img{
    left: 100vw;
}
.carteirinha-img {	
	left: -100vw;
}
.sobre-txt{
    left: -100vw;
}
}
/*-------------------------------------------------------
810
-------------------------------------------------------*/
@media only screen and (max-width : 810px) {
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
h1 {
	font-size: 28px;   
}  
h2{	  
	font-size: 26px;    
}
.inner{	
	width: calc( 100vw - 30px );	
}
/*------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/
header .inner{
    width: 100vw;
    height: 60px;
    padding: 15px;
}
nav{
    background-color: #0033A0;  
    width: 100vw;
    height: 100vh;
    padding: 80px 15px 0;
    display: block;
    position: absolute;
    top: 0;
    left: 100vw;
    float: none;
    transition: all 300ms ease-in-out;
}
nav ul{
    width: 100%;
}
nav ul li{
    width: 100%;
    display: block;
    text-align: right;
    float: none;
    margin: 0 0 30px;
}
nav ul li a{   
    width: max-content;
    font-size: 20px;   
}
/*CONTROLA O MENU*/
.btn-menu{
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
	display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    float: none;
    cursor: pointer;
    z-index: 2;
}
.btn-menu .bar{
    background-color: #FFF;
    width: 24px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    transition: all 200ms ease-in-out;
}
.btn-menu .bar.bar-1{
    top: 0;
}
.btn-menu .bar.bar-2{
    top: 10px;
}
.btn-menu .bar.bar-3{
    top: 20px;
}
.btn-menu.ativo .bar.bar-1{
    top: 10px;
    transform: rotate(45deg);
}
.btn-menu.ativo .bar.bar-2{
    opacity: 0;
}
.btn-menu.ativo .bar.bar-3{
    top: 10px;
    transform: rotate(-45deg);
}
/*------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------*/
footer h3{   
    font-size: 20px;  
}
.social a {	
	margin: 0 13px;
}
/*------------------------------------------------------------------------------
PÁGINA
------------------------------------------------------------------------------*/
/* BANNER */
.banner {
	background: url(img/banner-mc.jpg) no-repeat 60% center;
    background-size: auto 100%;
	height: 110vw;
	
}
.logo {
	top: calc( 8vw + 60px );
	transform: translateX(-100%);
	width: calc( 50vw - 15px);
}
.bg-banner {
	width: auto;
	height: 100%;
	transform: translateX(10vw);
}
/* MC */
.mc-txt{
    width: 100%;
    padding: 40px 0;
    float: none;
}
.mc-txt p{
    font-size: 18px;    
}
.mc-txt p span{
    font-weight: 600;
}
.mc-txt p br{
    display: none;
}
.mc-cadastro{
    width: 100%;
    height: auto;
    padding: 40px 0;  
    float: none;
}
.mc-cadastro::before{  
    background: #009EE3;
    border-top: 4px solid #EE7100;
    border-bottom: 4px solid #EE7100;   
    width: 100vw;
    height: 100%;   
    left: -15px;    
}
.mc-cadastro-img {
    width: 60%;
    max-width: 234px;
	float: none;
	margin: 0 auto;
}
.mc-cadastro-info{
    width: 100%;
    padding: 20px 0 0;
    float: none;
}
.mc-cadastro-info h2{  
    font-size: 28px;   
}
.btn-cadastre img{
    width: 280px;   
}
.mc-cadastro-info p.baixe{   
    font-size: 20px;   
}
.mc-cadastro-info p.gratuito{  
    font-size: 15px;   
    margin: 0 auto 20px;
}
.btn-app img{  
    height: 40px;
}
/* FUTURO */
.futuro .inner{
    padding: 40px 0 25px;
}
.futuro h2, .sobre h2, .compre h2 {
	height: auto;
	padding: 12px 20px 6px 0;
	line-height: 1.25em;
	margin-bottom: 30px;
}
.futuro h2::before,
.sobre h2::before{      
    width: calc( 100vw - 15px );   
}
.video {	
	margin: 0 auto 80px;
}
.futuro-lista {
	width: 100%;
    padding: 0;	
}
.card,
.card:nth-child(even) {
	width: 100%;
	padding: 30px 20px 220px;
	margin: 0 0 40px;
	height: auto;
}
.card h3 {	
	min-width: 132px;
	height: 40px;
	padding: 0 10px;	
	font-size: 20px;
	line-height: 44px;	
}
.card-img,
.card:nth-child(even) .card-img{
    width: 90px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;   
    margin: 0 auto 15px;
}
.celular-img,
.card:nth-child(even) .celular-img{
    width: 200px;
	bottom: 10px;
	right: 50%;
    left: unset;
	transform: translateX(50%);
}
.card p{   
    font-size: 16px;  
    text-align: center;
}
/* CARTEIRINHA */
.carteirinha .inner{
    padding: 20px 0;
}
.carteirinha-img {
    width: 100%;
	max-width: 595px;
	float: none;	
	margin: 0 auto;
}
.carteirinha-info {
    width: 100%;
	max-width: 320px;
	padding-top: 40px;
	text-align: center;
	float: none;
	margin: 0 auto;
}
.btn-carteirinha {	
    margin-right: auto;   
    transform: translateX(6px);
}
.btn-carteirinha img{   
    transition: all 200ms ease-in;
}
.btn-carteirinha img:nth-child(2) {
	position: absolute;
	top: 0;
	opacity: 0;
}
.btn-carteirinha:hover img:nth-child(2) {	
	opacity: 1;
}
.carteirinha-info p{
    font-weight: 300;
}
.carteirinha-info p a{
    color: #0033A0;
    font-weight: 700;
    text-decoration: underline;
}
.carteirinha-info p a:hover{
    color: #EE7100;
}
/* SOBRE */
.sobre .inner{
    padding: 40px 0 40px;
}
.sobre-txt{
    width: 100%;
    font-size: 18px;
    float: none;
    margin-bottom: 20px;
}
.sobre-img{   
    width: 100%;
    max-width: 445px;
    float: none;
}
/* COMPRE */
.compre .inner,
.rodape .inner{
    padding: 40px 0;
}
.compre h2{
    border-radius: 10px;
    padding: 12px 20px 6px;
    margin: 0 auto 40px;
}
.compre-lista{  
    background-size: 100%;
    padding: 0 0 20px;   
}
.btn-compre{  
    width: max-content;   
    display: block;      
    margin: 0 auto 20px;
}
/* MC */
.mc2 .inner{
    padding: 40px 0 20px;
}
.mc2 .mc-cadastro-info{   
    padding: 20px 0 0;  
}
.mc2-column{
    width: 100%;
    display: block;   
    margin: 0 0 20px;
}
.mc2 .mc-cadastro-info h2 {	
	font-size: 28px;		
}
/* DÚVIDAS */
.duvidas .inner{
    padding: 20px 0 40px;
}
.duvidas h2,
.rodape h2{   
    margin-bottom: 20px;
}
.accordion dt {  
    padding: 12px 20px 12px 0;  
}
.accordion dt:first-child{
    border-top: none;
}
.accordion dt p.pergunta{    
    font-size: 19px;   
}
.accordion dt .plus{       
    top: 16px;   
}
.accordion dd{   
    padding: 0 0 12px;
}
/* RODAPÉ */
.rodape-img{
    width: 50vw;
    max-width: 310px;
    margin: 0 auto;
}
/* ANIMAÇÕES */
.mc-txt,
.titulo {	
	left: -100vw;
}
.mc-cadastro-info,
.carteirinha-info,
.sobre-img{
    left: 100vw;
}
.carteirinha-img {	
	left: -100vw;
}
.sobre-txt{
    left: -100vw;
}
}


/* WPP FLY */
.wppfly{
    position: fixed;
    right: 20px;
    bottom: 20px;
}