/* Reset */

body,
h1,
h2,
h3,
p,
ul {
    padding: 0px;
    margin: 0px;
}
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #252525;
}
* {
    box-sizing: border-box;
}
.container {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}
/* Menu */

.menu {
     background-image: linear-gradient(-200deg, #54E1C4 0, #4fd4b9 51%, #4bbca8 100%);
    padding: 10px 0;
}
.menu-logo {
    width: 195px;
    margin: 0 10px;
}
.menu-nav a {
    text-decoration: none;
    color: #1e1e1e;
    font-size: 1.125em;
}
.menu-nav {
    flex: 1;
    align-self: center;
    margin: 0 10px;
}
.menu-nav ul {
    float: right;
    list-style: none;
}
.menu-nav ul li {
    display: inline-block;
    margin-left: 20px;
}
.menu-nav ul li a {
    padding: 10px;
    transition: all 0.4s ease;
}
.menu-nav ul li a:hover {
    color: #fff;
}

.botao-menu{
    font-size: 1.2em !important;
    display: block;
	text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    width: 200px;
    height: 50px;
    background: #fff;
    color: #343434;
    transition: all 0.4s ease-in-out;
}
.botao-menu:hover {
    transform: scale(1.06);
    color: #fff;
    background: #343434;
    box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.45);
}
/* Intro */
.intro_sucesso {
    max-width: 100%;
    height: 30px;
    margin-top: -300px;
    background-image: linear-gradient(-200deg, #54E1C4 0, #4fd4b9 51%, #4bbca8 100%);
    color: #fff;
    padding: 150px 0;
    text-align: center;
}
.intro {
    max-width: 100%;
    height: 100px;
    margin-top: -150px;
    background-image: linear-gradient(-200deg, #54E1C4 0, #4fd4b9 51%, #4bbca8 100%);
    color: #fff;
    padding: 150px 0;
    text-align: center;
    display:initial;
}
.intro h3 {
    font-size: 3em;
    font-weight: 700;
}
.intro h1 {
    font-size: 1.854em;
    font-weight: 300;
}
.intro a {
    font-size: 1.2em;
    display: block;
    margin: 35px auto;
    border-radius: 5px;
    padding: 10px 20px;
    width: 225px;
    height: 50px;
    background: #fff;
    color: #343434;
    transition: all 0.4s ease-in-out;
}
.intro-btn:hover {
    transform: scale(1.06);
    color: #fff;
    background: #343434;
    box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.45);
}
.intro li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
}
.intro li:first-child {
    position: relative;
    display: block;
}
.intro img {
    box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.22);
    width: 100%;
    margin: 0 auto;
}
/* Nossos Recursos */

.recursos div {
    min-width: 33.333%;
    /*flex: 1 1 375px;*/    
    flex-wrap: wrap;
}
.recursos h2 {
    font-size: 1.854em;
    color: #35c4a8;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
}
.recursos h2:after {
    content: '';
    display: block;
    width: 165px;
    height: 5px;
    background: #ececec;
    margin: 10px auto;
}
.recursos-item {
    text-align: center;
    padding: 30px;
    transition: all 0.4s ease-in-out;
    flex: 1 1 275px;
    align-items: flex-end;
}
.recursos-item:hover {
    transform: scale(1.07);
    background: #fafafa;
    box-shadow: 0px 0px 32px 0px rgba(50, 50, 50, 0.15);
}
.recursos-item img {
    height: 75px;
}
.recursos-item h3 {
    font-size: 1.168em;
    font-weight: 600;
    color: #35c4a8;
    padding: 10px 0;
}
.recursos-item p {
    font-size: 1em;
}
/* Suporte */

.suporte div {
    flex-wrap: wrap;
}
.suporte {
    margin-top: 80px;
    padding: 35px 50px;
    background-color: #fafafa;
}
.suporte_sucesso {
    margin-top: 10px;
    padding: 0px 50px;
    background-color: #fafafa;
}
.suporte-info {
    padding: 10px 20px;
    flex: 1 1 275px;
    align-items: flex-end;
}
.suporte-info h2 {
    font-size: 1.854em;
    color: #35c4a8;
    font-weight: 700;
}
.suporte-info h2:after {
    content: '';
    display: block;
    width: 165px;
    height: 5px;
    background: #ececec;
    margin: 15px 0;
}
.suporte-info h3 {
    font-weight: 600;
    margin: 35px 0;
}
/* Securança */

.security div {
    flex-wrap: wrap;
}
.security {
    background-color: #00d3b8;
    padding: 70px;
}
.security-item {
    text-align: center;
    margin: 10px 10px;
    flex: 1 1 175px;
    align-items: flex-end;
}
.security-item img {
    height: 75px;
}
.security-item h2 {
    font-size: 1.168em;
    font-weight: 600;
    margin: 10px 0;
}
/* Planos */

.planos div {
    flex-wrap: wrap;
}
.planos h2 {
    font-size: 1.854em;
    color: #35c4a8;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}
.planos h2:after {
    content: '';
    display: block;
    width: 165px;
    height: 5px;
    background: #ececec;
    margin: 10px auto;
}
.planos p {
    margin: 10px auto;
    text-align: center;
    font-size: 0.875em;
}
.planos-item {
    margin: 50px 0;
    text-align: center;
    border: solid 1px #e5e5e5;
    padding: 35px 10px 0px;
    transition: all 0.4s ease-in-out;
    flex: 1 1 175px;
    align-items: flex-end;
}
.planos-item:hover {
    border: none;
    transform: scale(1.07);
    background: #fafafa;
    box-shadow: 0px 0px 32px 0px rgba(50, 50, 50, 0.15);
}
.planos-item h3 {
    font-size: 1.854em;
    color: #35c4a8;
    font-weight: 700;
    margin: 10px 0;
}
.planos-item h4 {
    font-weight: 600;
    font-size: 0.818em;
}
.planos-item img {
    height: 75px;
}
.planos-item h5 {
    margin-top: 50px;
    font-size: 1.854em;
    color: #35c4a8;
    font-weight: 700;
}
.planos-item span {
    font-size: 0.854em;
    color: #35c4a8;
    font-weight: 700;
}
.planos-item a {
    margin: 15px 20px 20px;
    font-size: 1.2em;
    border-radius: 5px;
    background: #35c4a8;
    display: block;
    padding: 10px 30px;
    color: #fafafa;
    transition: all 0.4s ease-in-out;
}
.planos-item a:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 32px 0px rgba(50, 50, 50, 0.30);
    color: #343434;
}
/* Cupom */

.flex {
    flex-wrap: wrap;
}
.cupom {
    background-color: #35c4a8;
    padding: 35px 10px;
    text-transform: uppercase;
}
.cupom-text {
    margin-right: 15px;
    flex: 1 1 175px;
}
.cupom-text h2 {
    font-size: 5em;
    font-weight: 800;
    line-height: 0.918em;
    color: #f8f8f8;
}
.cupom-text p {
    font-size: 1em;
    padding: 10px 0;
}
.cupom-cta {
    width: 100%;
    text-align: center;
    flex: 1 1 313px;
    background: url(../img/Planos/cupom.svg) center no-repeat;
}
.cupom-cta h2 {
    font-size: 1.618em;
    font-weight: 600;
    color: #35c4a8;
    margin-top: 35px;
}
.cupom-cta h3 {
    font-size: 4.5em;
    font-weight: 600;
    color: #35c4a8;
    margin-top: -25px;
}
.cupom-cta p {
    margin-top: -10px;
    font-size: 0.7em;
}
.cupom-cta a {
    background: #35c4a8;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    width: 160px;
    height: 45px;
    margin: 15px auto;
    display: block;
    transition: all 0.4s ease-in-out;
}
.cupom-cta a:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 32px 0px rgba(50, 50, 50, 0.30);
    color: #343434;
}
/* Contato */

.contato h2 {
    font-size: 1.854em;
    color: #35c4a8;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}
.contato h2:after {
    content: '';
    display: block;
    width: 165px;
    height: 5px;
    background: #ececec;
    margin: 10px auto;
}
.contato p {
    margin: 10px auto;
    text-align: center;
    font-size: 0.875em;
}
.form-contato {
    margin: 0 auto;
}
.form input {
    display: block;
    background: #ececec;
    width: 300px;
    max-width: 355px;
    padding: 10px;
    border: none;
    color: #1e1e1e;
    margin: -10px auto;
    margin-bottom: 20px;
}
.form textarea {
    display: block;
    background: #ececec;
    width: 300px;
    max-width: 355px;
    height: 120px;
    padding: 10px;
    border: none;
    margin: -4px auto;
    margin-bottom: 20px;
    color: #1e1e1e;
}
.form button {
    border: none;
    background: #35c4a8;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    width: 160px;
    height: 45px;
    margin: 35px auto;
    display: block;
    transition: all 0.4s ease-in-out;
}
.form button:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 32px 0px rgba(50, 50, 50, 0.30);
    color: #343434;
}
/* Footer */

.footer {
    width: 100%;
    background: #343434;
    color: #fff;
}
.footer_sucesso {
    width: 100%;
    background: #343434;
    height: 9rem;
    margin-top:9rem;
}
.container-footer {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.infinite {
    margin: 20px 20px 0;
    flex: 1 1 175px;
}
.infinite img {
    margin-bottom: -15px;    
}
.infinite a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    padding: 25px  10px 10px;
}
.infinite a:hover {
    color: #35c4a8;
    font-size: 1.1em;
}
.infinite p {
    margin: 20px 0;
}
.social {
    text-align: right;
    flex: 1 1 255px;
    margin: 5px 10px 5;
}
.social a img {
    height: 35px;
    margin: 20px 2px -15px;
    transition: all 0.2s ease-in-out;
}
.social a img:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 32px 0px rgba(50, 50, 50, 0.30);
}
.social p {
    margin-top: 28px;
    margin-bottom: 10px;
}
/*animação de sections */

.slideToTheTop{
	opacity: 0;
	transform: translate3d(0,100px,0);
	transition: .2s;
}

.slideToTheTop-start {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.slideToTheTop-6s{
	opacity: 0;
	transform: translate3d(0,100px,0);
	transition: .4s;
}

.slideToTheTop-start-6s {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.slideToTheTop-9s{
	opacity: 0;
	transform: translate3d(0,100px,0);
	transition: .6s;
}

.slideToTheTop-start-9s {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.slideToTheTop-12s{
	opacity: 0;
	transform: translate3d(0,100px,0);
	transition: .8s;
}

.slideToTheTop-start-12s {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.slideInRight{
	opacity: 0;
	transform: translate3d(-100px,0,0);
	transition: .3s;
}

.slideInRight-start {
	opacity: 1;
	transform: translate3d(0,0,0);
}

.slideInLeft {
    opacity: 0;
    transform: translate3d(0px,0,0);
    transition: .3s;
}

.slideInLeft-start {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.demonstracao{
	margin-left: 50px !important;
	border-radius: 20px;
	background-color: #19977e;
	box-shadow: 0 3px 6px #00000029;
	transition: background-color .2s ease-out,color .2s ease-out;
}
.demonstracao:hover {
	padding: 5px;
	font-weight: bold;
	transition: 1s ease-out 100ms;
}

/* Telefones em paisagem e abaixo */

@media (max-width: 480px) {
    .menu-logo {
        width: 120px;
        margin: 0 10px;
    }
    .menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background: #343434;
		padding: 10px 0;
		z-index: 3;
    }
    .intro h3 {
        font-size: 2em;
        font-weight: 700;
        margin: 1px;
    }
    .intro h1 {
        font-size: 1.7em;
        font-weight: 300;
    }
    .intro {
        max-width: 100%;
        height: 50%;
        margin-top: 40px;
        background-image: linear-gradient(-200deg, #54E1C4 0, #4fd4b9 51%, #4bbca8 100%);
        color: #fff;
        padding: 50px 0;
        text-align: center;
    }
    .intro ul {
        display: none;
    }
	.botao-menu {
   		color: #343434 !important;

	}
	.recursos{
		margin-top: 5rem;
	}
    .recursos h2 {
        font-size: 1.854em;
        color: #35c4a8;
        margin: 0 auto;
        font-weight: 700;
        text-align: center;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .suporte div {
        margin: 0 auto;
    }
    .suporte {
        padding: 35px 0px;
    }
    .suporte-info {
        padding: 35px 30px
    }
    .suporte img {
        width: 300px;
    }
    .suporte-info h2 {
        font-size: 1.854em;
        color: #35c4a8;
        margin: 0 auto;
        font-weight: 700;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .suporte-info h2:after {
        content: '';
        display: block;
        width: 165px;
        height: 5px;
        background: #ececec;
        margin: 10px auto;
    }
    .social a img {
        margin: 0 15px auto;
    }
    .social {
        text-align: center;
        flex: 1 1 175px;
        margin: 20px 20px 0;
    }
    .cupom-text {
        margin: 0 auto;
        flex: 1 1 175px;
        text-align: center;
    }
    .cupom-text h2 {
        font-size: 3em;
        font-weight: 800;
        line-height: 0.918em;
        color: #f8f8f8;
        margin-left: 20px;
    }
    .cupom-text p {
        font-size: 1em;
        padding: 10px 20px;
    }
    .form-contato img {
        width: 300px;
    }
}
/* Telefones em paisagem a tablet em retrato */

@media (min-width: 481px) and (max-width: 768px) {
    .menu-logo {
        width: 150px;
        margin: 0 10px;
    }
    .menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background: #343434;
		padding: 10px 0;
		z-index: 3;
    }
    .intro {
        height: 600px;
		margin-top: 10px;
    }
    .intro img {
        width: 100%;
    }
	.botao-menu {
   		color: #343434 !important;

	}
    .suporte div {
        margin: 0 auto;
    }
    .suporte {
        padding: 35px 0px;
    }
    .suporte-info {
        padding: 35px 30px
    }
    .suporte img {
        width: 300px;
    }
    .suporte-info h2 {
        font-size: 1.854em;
        color: #35c4a8;
        margin: 0 auto;
        font-weight: 700;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .suporte-info h2:after {
        content: '';
        display: block;
        width: 165px;
        height: 5px;
        background: #ececec;
        margin: 10px auto;
    }
    .cupom-text {
        margin: 0 auto;
        flex: 1 1 175px;
        text-align: center;
    }
}
/* Tablet em retrato a paisagem e desktop */

@media (min-width: 769px) and (max-width: 979px) {
    .intro {
        height: 600px;
    }
    .intro img {
        width: 100%;
    }
}
/* Desktop grande */

@media (min-width: 1200px) {
    /* estilos aqui */
}