
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body, html {
    font-family: 'Lato', sans-serif;
    height: auto;
    width: 100%;
    word-wrap: break-word;
}
h1, h2, h3, p {
    -webkit-user-modify: read-write;
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
}
h1, p {
    margin: 0 auto;
    text-align: center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
h2 {
    font-size: 44px;
    line-height: 60px;
    text-transform: uppercase;
}
p, h3{
    font-size: 24px;
    line-height: 36px;
}
a:link, a:visited {
    /*color: #E93034;*/
    color: #fffff;
    text-decoration: none;
}
a:hover {
    /*color: #e05b49;*/
    color: #fffff;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* Container
--------------------------------------------- */
.content-wrapper {
    margin: 0 auto;
    max-width: 95%;
    text-align: center;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}
.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table; 
}
.clear {
    clear: both;
}

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1160px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {

}
.site-header .wrap {
    max-width: 1320px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
    float: right;
    text-align: right;
    width: 1080px;
}
.site-header .widget_nav_menu {
    margin-top: 17px;
}

/* Utility Nav
--------------------------------------------- */

.utility-nav {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 3px;
}
.utility-nav .sep {
    color: #cad7de;
    display:inline-block;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 5px;
}
.utility-nav a {
    color: #5a5a5a;
    font-weight: 300;
    line-height: 1.5;
}
.utility-nav a:hover {
    color: #df5b48;
    text-decoration: underline;
}
.utility-nav .hiring,
.helper a {
    color: #E93034;
}
.utility-nav .help-wrap {
    display: inline-block;
    position: relative;
    background: url('../img/arrow.png') center right    no-repeat;
    padding-right: 15px;
}
.helper {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 270px;
    background: #f9f9f9;
    z-index: 99999999;
    text-align: left;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
.helper .title {
    color: #fff;
    background: #E93034;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
.helper p {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    padding: 15px 15px 0 15px;
    text-align: left;
}
.helper p:last-of-type {
    padding-bottom: 15px;
}
.helper .title::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #E93034 transparent;
    position: absolute;
    right: 15px;
    top: -10px;
}

/* Banner Section
--------------------------------------------- */
#my-banner {
    height: auto;
    min-height: 500px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    text-align: center;
    z-index: 0;
}
#my-banner:after {
    border-top: solid 38px #218dcb;
    border-left: solid 42px transparent;
    border-right: solid 42px transparent;
    content:'';
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    z-index: -1;
}
#my-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 500px;
    width: 100%;
    z-index: -1;
}
#my-banner #my-banner-img-caret {
    bottom: -5px;
    left: 49.3%;
    right: 50%;
    position: absolute;
    display: none;
}
#my-banner h1, #my-banner-p, #my-banner-img-caret {
    z-index: 2;
    position: relative;
    z-index: 1;
}
#my-banner h1 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.5em;
    max-width: 1020px;
    padding: 117px 0 100px;
    text-transform: uppercase;
}
#my-banner h1 #accent {
    color: #25364b;
    font-size: 99px;
    letter-spacing: 0;
    line-height: 81px;
    position: relative;
    top: -8px;
    vertical-align: middle;
}
#my-banner p {
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 56px;
    text-transform :uppercase;
}
#my-banner-img-caret {
    bottom: 15px;
}

/* Sub-heading section
--------------------------------------------- */
#sub-heading {
    padding: 99px 0 99px 0;
    margin-top: -30px;
    background-color: #fffeff;
}
#sub-heading p {
    color: #5a5a5a;
    font-weight: 300;
    max-width: 945px;
}
#sub-heading p span {
    font-weight: 700;
}

/* Stats section
--------------------------------------------- */
#stats {
    background: #25364c;
    padding: 105px 0;
}
#stats #stats-container {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
#stats .stat {
    display: inline-block;
    max-width: 19%;
    padding: 20px 0;
    vertical-align: middle;
}
#stats h2, #stats h3, p {
    color: #fff;
}
#stats h3 {
    letter-spacing: .05em;
    line-height: 27px;
    text-transform: uppercase;
}
#stats p {
    font-weight: 300;
}
#stats img {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    top: -30px;
    vertical-align: middle;
}

/* Testimonials section
--------------------------------------------- */
#testimonial {
    background: #f0f5f7;
    padding: 73px 0;
}
#testimonial p {
    color: #5a5a5a;
    font-weight: 300;
    margin-top: 20px;
    max-width: 757px;
}
#testimonial span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 0;
}
#testimonial h4 {
    color: #E93034;
    font-size: 18px;
    line-height: 27px;
    margin: 29px 0 5px;
}

/* How Does It Work section
--------------------------------------------- */
#how-works {
    padding-top: 5px;
    position: relative;
    background-color: #feffff;
    padding-bottom: 30px;
}
#how-works:after {
    border-top: solid 38px #feffff;
    border-left: solid 42px transparent;
    border-right: solid 42px transparent;
    content:'';
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    z-index: 1;
}
#how-works h2 {
    color: #E93034;
    font-weight: 900;
    letter-spacing: .05em;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
#how-works .step {
    height: auto;
    margin: 0 auto;
    max-width: 877px;
    /*min-height: 280px;*/
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    text-align: left;
    z-index: 0;
}
#how-works .step:nth-child(3) {
    height: auto;
    /*min-height: 260px;*/
}
#how-works .left {
    display: inline-block;
    position: relative;
    left: 0;
    vertical-align: top;
    width: 525px;
}
#how-works .right {
    display: inline-block;
    float: right;
    position: relative;
    right: 0;
    width: 458px;
}
#how-works h3 {
    color: #5a5a5a;
    z-index: 0;
    text-align: left;
}
#how-works .num {
    background: #E93034;
    border-radius: 30px;
    color: #fffffe;
    float: left;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    text-align: center;
    word-wrap: nowrap;
    width: 30px;
    z-index: 5;
}
#how-works p {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 30px;
    text-align: left;
}
#how-works .image {
    display: inline-block;
    position: relative;
    left: 86px;
}
#how-works #register-btn {
    top: 30px;
}
#how-works #templates {
    float; left;
    top: -10px;
    width: 400px;
}
#how-works .submit {
    top: -30px;
}

/* Start Today section
--------------------------------------------- */
#start-today {
    background: #9D1114;
    padding: 50px 0;
}
#start-today h2 {
    color: #fff;
    font-weight: 900;
    letter-spacing: .05em;
    margin-bottom: 45px;
}
#start-today .click-btn, #start-today .click-btn {
    background: #E93034;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 30px;
    margin: 0 auto;
    padding: 30px 45px;
    text-transform: uppercase;
    width: 750px;
}
#start-today .click-btn:hover{
    background: #ffcc01;
}
#start-today .click-btn span {
    font-size: 42px;
    font-weight: 600;
    position: relative;
    top: 3px;
}
#start-today #start-text {
    margin: 0 auto;
    margin-top: 45px;
    max-width: 663px;
}
#start-today p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

/* Brands section
--------------------------------------------- */
#brands {
    padding: 50px 0;
    background-color: #fffffe;
}
#brands h3 {
    color: #25364c;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
#brands #logos {
    margin: 0 auto;
}
#brands #logos img {
    display: inline-block;
    margin: 12px;
}

/* Footer
--------------------------------------------- */
#footer {
    background: #9D1114;
    overflow: hidden;
    padding: 37px 0 10px;
}
#footer .content-wrapper {
    max-width: 1160px;
}
#footer p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
}
#footer #copyright {
    float: left;
    max-width: 80%;
}
#footer #copyright p {
    text-align: left;
}
#footer #socials a {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    margin-left: 5px;
    height: 40px;
    width: 40px;
}
#footer #socials a:hover {
    background: #666;
}
#footer #socials {
    display: inline-block;
    float: right;
    padding: 0 10px;
    position: relative;
    top: -10px;
}
#footer #socials .fa {
    color: #fff;
    font-size: 20px;
}
#footer #socials-facebook-link {
    background: #3B5998;
}
#footer #socials-twitter-link {
    background: #00acee;
}
#footer #socials-google-plus-link {
    background: #dd4b39;
}
#footer #bottom-text {
    clear: both;
    padding-top: 5px;
}
#footer #bottom-text span {
    font-size: 80%;
}



/* Media Queries & Mobile (Many of the media queries for nav are copied from the LP website code)
---------------------------------------------------------------------------------------------------- */

#mobile-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    background: #0683ca;
    color: #fff;
    font-size: 26px;
    padding: 8.5px 15px;
    text-align: center;
    z-index: 999;
    display: none;
}

#mobile-menu:hover {
    text-decoration: none;
}

@media all and (max-width: 2000px) {
    #my-banner #my-banner-img-caret {
        left: 49.6%;
    }
}

@media all and (max-width: 1800px) {
    #my-banner #my-banner-img-caret {
        left: 49.1%;
    }
}

@media all and (max-width: 1300px) {
    #my-banner #my-banner-img-caret {
        left: 49.1%;
    }
}

@media all and (max-width: 1200px) {
    #my-banner #my-banner-img-caret {
        left: 49.3%;
    }
}

@media all and (max-width: 1159px) {
    #my-banner h1 {
        font-size: 46px;
    }
    #my-banner img {
        bottom: 3px;
    }
    #my-banner #my-banner-img-caret {
        left: 49.0%;
    }
    .wrap,
    .site-header .wrap  {
        max-width: 960px;
    }
    #stats .stat h3 {
        font-size: 20px;
        line-height: 26px;
    }
    #stats .stat h2 {
        font-size: 30px;
        line-height: 36px;
    }
    #stats .stat p {
        font-size: 16px;
        line-height: 20px;
    }
    #stats img {
        padding: 0 10px;
        width: 30px;
    }
    #brands #logos {
        max-width: 90%;
    }
    #footer .content-wrapper {
        max-width: 90%;
    }
}
@media all and (max-width: 980px) {
    .wrap,
    .site-header .wrap {
        max-width: 727px;
    }
    .title-area {
        float: none;
        width: 180px;   
        margin: 0 auto;
    }
    .site-title a {
        width: 80px;
        height: 94px;
    }
    .after-header-info,
    .page-tutorial .site-inner {
        margin-top: 0;
    }
    .entry {
        margin-bottom: 20px;
        padding: 15px;
    }
    .site-header .fb-like {
        display: none !important;
    }
    .title-area {
        width: 82px;
    }
    .content-wrapper {
        max-width: 80%;
    }
    #my-banner h1 {
        font-size: 2.5em;
        line-height: 1.5em;
        padding: 120px 0;
        max-width: 600px;
    }
    #my-banner h1 strong {
        font-size: 1.5em;
        line-height: .5em;
    }
    #my-banner p {
        font-size: 1.5em;
    }
    #my-banner img {
        bottom: 10px;
    }
    #my-banner #my-banner-img-caret {
        display: none;
    }
    #stats #stats-container {
        max-width: 95%;
    }
    #how-works {
        /*padding-bottom: 120px;*/
        padding-bottom: 30px;
    }
    #how-works h2 {
        margin-bottom: 80px;
    }
    #how-works h3 {
        text-align: center;
    }
    #how-works p {
        text-align: center;
    }
    #how-works #templates {
        width: auto;
    }
    #how-works .num {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }
    #how-works .step:nth-child(2n+3) {
        /*min-height: 450px;*/
    }
    #how-works .step:first-of-type {
        /*min-height: 470px;*/
    }
    #how-works .step {
        /*min-height: 430px;*/
    }
    #how-works .left, #how-works .right {
        display: block;
        float: none;
        margin: 0 auto;
        position: relative;
        width: auto;
    }
    #how-works .image {
        display: block;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
    #how-works #templates, #how-works .submit, #how-works #register-btn {
        text-align: center;
        top: 30px;
        left: 0;
    }
    #start-today .click-btn, #start-today .click-btn {
        font-size: 18px;
        line-height: 22px;
        padding: 30px 20px;
        width: 90%;
    }
    #start-today .click-btn span {
        font-size: 30px;
    }
    #footer #copyright {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
    #footer #copyright p {
        text-align: center;
    }
    #footer #socials {
        display: block;
        float: none;
        margin: 15px 0;
        position: inherit;
    }
    #footer #bottom-text {
        margin: 0 auto;
        max-width: 90%;
    }
}

@media only screen and (max-width: 900px) {
    #my-banner #my-banner-img-caret {
        bottom: -5px;
        left: 48%;
        right: 50%;
        position: absolute;
    }
    #stats #stats-container {
        max-width: 90%;
    }
    #stats .stat h3 {
        font-size: 17px;
        line-height: 24px;
    }
    #stats .stat h2 {
        font-size: 23px;
        line-height: 30px;
    }
    #stats .stat p {
        font-size: 15px;
        line-height: 20px;
    }
    #stats img {
        padding: 0 8px;
        width: 25px;
    }
    #stats .stat {
        display: inline-block;
        max-width: 19%;
    }
}
@media only screen and (max-width: 767px) {
    #my-banner {
        top: -39px;
        z-index: 2;
    }
    .wrap,
   
    .site-title a {
        margin: 0 auto;
        height: 134px;
    }
    .site-title {
        float: none;
    }
    .site-header .fb-like {
        display: none !important;
    }
    .utility-nav {
        display: none;
    }
    p {
        font-size: 18px;
        line-height: 32px;
    }
    #stats #stats-container {
        max-width: 98%;
    }
    #stats .stat h3 {
        font-size: 13px;
        line-height: 24px;
    }
    #stats .stat h2 {
        font-size: 22px;
        line-height: 26px;
    }
    #stats .stat p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media all and (max-width: 670px) {
    #my-banner h1 {
        max-width: 370px;
        padding: 90px 0;
    }
    #stats #stats-container {
        max-width: 168px;
    }
    #stats .stat {
        display: block;
        max-width: 100%;
        padding: 0;
    }
    #stats .stat:nth-child(1) {
        margin-bottom: 0;
    }
    #stats .stat h2 {
        font-size: 26px;
        line-height: 35px;
    }
    #stats .stat h3 {
        font-size: 18px;
        line-height: 24px;
    }
    #stats .stat p {
        font-size: 18px;
        line-height: 20px;
    }
    #stats img {
        padding: 20px 0;
        top: 0;
    }
}
@media all and (max-width: 600px) {
    .content-wrapper {
        max-width: 90%;
    }
}
@media all and (max-width: 550px) {
    p {
        font-size: 18px;
        line-height: 32px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h3 {
        font-size: 20px;
        line-height: 29px;
    }
    #my-banner h1 {
        font-size: 2.4em;
    }
    #my-banner img {
        bottom: 0;
    }
    #brands #logos {
        margin-top: 20px;
        max-width: 100%;
    }
    #brands #logos img {
        margin: 8px;
        width: 140px;
    }
}
@media all and (max-width: 500px) {
    #my-banner {
        background-color: #218dcb;
        height: auto;
    }
    #my-banner img {
        display: none;
    }
    #my-banner p {
        display: none;
    }
}
@media all and (max-width: 450px) {
    #my-banner h1 {
        font-size: 2.2em;
    }
    #how-works img{
        /*width: 70%;*/
    }
    #how-works h2 {
        margin-bottom: 60px;
    }
    #how-works h3 {
        margin: 0 auto;
        max-width: 90%;
    }
    #how-works .step:first-of-type {
        /*height: 500px;*/
    }
    #how-works .step:nth-child(2n+3) {
        /*height: 390px;*/
    }
    #how-works .btn {
        font-size: 19px;
    }
}
@media all and (max-width: 350px) {
    #my-banner h1 {
        font-size: 2em;
        padding: 125px 0;
    }
    #start-today .click-btn, #start-today .click-btn {
        font-size: 14px;
        width: 80%;
    }
    #start-today .click-btn span {
        font-size: 24px;
        line-height: 2px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Inserido Alessandro */
.btn:focus, .btn::-moz-focus-inner{
  outline:none;
  border:none;
}
.btn{
  font-family: arial;
  /*font-size:14px;*/
  font-size: 27px;
  text-transform: uppercase;
  font-weight:700;
  border:none;
  padding:10px;
  cursor: pointer;
  display:inline-block;
  text-decoration: none;
  color: #fffff;
}
.btn-green{
  background:green;
  color:#fff;
  box-shadow:0 5px 0 #006000;
}
.btn-green:hover{
  background:#006000;
  box-shadow:0 5px 0 #003f00;
}
.btn-purple{
  background:purple;
  color:#fff;
  box-shadow:0 5px 0 #670167;
}
.btn-purple:hover{
  background:#670167;
  box-shadow:0 5px 0 #470047;
}
.btn-red{
  background:red;
  color:#fff;
  box-shadow:0 5px 0 #d20000;
}
.btn-red:hover{
  background:#d20000;
  box-shadow:0 5px 0 #b00000;
}
.btn-green:active, .btn-purple:active, .btn-red:active{
  position:relative;
  top:5px;
  box-shadow:none;
}