/* html{
    font-size: 10px;
} */

@font-face {
    font-family: "bold";
    src: url(../fonts/ubuntu-bold.ttf);
    font-display: block;
}

@font-face {
    font-family: "medium";
    src: url(../fonts/ubuntu-medium.ttf);
    font-display: block;
}

@font-face {
    font-family: "regular";
    src: url(../fonts/ubuntu-regular.ttf);
    font-display: block;
}

@font-face {
    font-family: "light";
    src: url(../fonts/ubuntu-light.ttf);
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'regular';
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    --c1: #e16931;
    --c2: #0280b8;
    --c3: #fff;
    --c4: #017eb5;
    --c5: #333;
    --c6: #f5f7fa;
    --whats: #4ad395;
}

section.hero {
    position: relative;
    background-image: url(../img/hero.jpg);
    background-position: top;
    background-size: COVER;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.hero .logo {
    width: 170px;
    margin: 20px;
}

.hero h1 {
    font-family: 'bold';
    font-size: 66px;
    width: 100%;
    text-align: center;
    color: var(--c3);
    padding: 0px 60px;
}

.hero h5 {
    font-family: 'medium';
    color: var(--c4);
    font-size: 26px;
    margin-top: 14px;
}

.hero .form {
    width: 700px;
    background-color: var(--c6);
    box-shadow: 0px 0px 40px -12px #999;
    margin-top: 20px;
}

.hero .form .capa {
    width: 100%;
    position: relative;
}

.hero .form .capa img {
    width: 100%;
}

.hero .form .formulario {
    position: relative;
    width: 100%;
    padding: 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.hero .form .formulario h2 {
    margin: 0;
    font-size: 30px;
    font-family: 'bold';
    margin-bottom: 18px;
    margin-top: -10px;
    color: var(--c5);
}

.hero .form .formulario label {
    font-size: 20px;
    color: var(--c5);
    font-family: 'regular';
}

.hero .form .formulario input,
.hero .form .formulario select {
    width: 100%;
    height: 50px;
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'regular';
    padding: 12px;
    background-color: white;
}

.hero .form .formulario button {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: var(--c1);
    color: var(--c6);
    font-family: 'bold';
    font-size: 20px;
    cursor: pointer;
    margin-top: 16px;
}

button.btm {
width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: var(--c1);
    color: var(--c6);
    font-family: 'bold';
    font-size: 20px;
    cursor: pointer;
    margin-top: 14px;
    padding: 20px;
    margin-bottom: 20px;
}

section.apenascelular {
    width: 100%;
    background-color: white;
    padding: 50px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

section.apenascelular .text {
    width: 340px;
}

section.apenascelular .text p {
    margin-bottom: 20px;
    font-family: 'bold';
    font-size: 18px;
    line-height: 26px;
    color: var(--c5);
}

section.apenascelular img {
    width: 340px;
}

section.ganhedinheiro {
    width: 100%;
    height: auto;
    padding: 100px;
    background-color: var(--c6);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

section.ganhedinheiro h2 {
    font-family: 'bold';
    font-size: 30px;
    margin-bottom: 16px;
    text-align: center;
}

section.ganhedinheiro h5 {
    font-family: 'medium';
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: var(--c5);
    margin-bottom: 60px;
    width: 600px;
}

section.ganhedinheiro .beneficios {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: flex-start;
}

section.ganhedinheiro .beneficios .card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 160px;
    margin: 20px;
}

section.ganhedinheiro .beneficios .card img {
    height: 140px;
}

section.ganhedinheiro .beneficios .card h3 {
    font-family: 'bold';
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: var(--c5);
}

section.parceiros {
    position: relative;
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

section.parceiros h2 {
    font-family: 'bold';
    font-size: 30px;
    margin-bottom: 56px;
    text-align: center;
}

section.parceiros .depoimentos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}

section.parceiros .depoimentos .card {
    width: 200px;
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 26px;
}

section.parceiros .depoimentos .card p {
    font-family: 'regular';
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
    font-style: italic;
    color: var(--c5);
}

strong {
    font-family: 'bold';
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--c2);
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

footer img {
    width: 130px;
}

section.obrigado {
    position: fixed;
    background-image: url(../img/hands.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
}

section.obrigado header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

section.obrigado header .logo {
    width: 140px;
}

section.obrigado header a {
    font-size: 24px;
    color: var(--c6);
    font-family: 'bold';
    text-decoration: none;
    background-image: url(../img/whatsapp.png);
    background-position: left;
    background-size: 28px;
    background-repeat: no-repeat;
    padding-left: 34px;
}

section.obrigado .text {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px;
}

section.obrigado .text img {
    width: 91px;
    margin-bottom: 18px;
}

section.obrigado .text h1 {
    font-family: 'bold';
    color: var(--c3);
    font-size: 60px;
    margin-bottom: 20px;
    text-align: center;
}

section.obrigado .text p {
    font-family: 'bold';
    color: var(--c3);
    margin-bottom: 20px;
    font-size: 24px;
    max-width: 690px;
    text-align: center;
    width: 100%;
    line-height: 30px;
}

section.obrigado .btms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

section.obrigado .btms button {
    padding: 0px 39px;
    height: 75px;
    width: auto;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    font-size: 23px;
    font-family: 'bold';
}

section.obrigado .btms button#manual {
    background-color: var(--c1);
    padding-left: 56px;
    background-image: url(../img/baixar.png);
    background-position: 19px;
    background-size: 28px;
    background-repeat: no-repeat;
    padding-left: 60px;
    margin: 10px;
}

section.obrigado .btms button#grupo {
    background-color: var(--whats);
    padding-left: 56px;
    background-image: url(../img/whatsapp.png);
    background-position: 19px;
    background-size: 28px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

@media (max-width: 710px) {
    section.obrigado .btms {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-between;
        align-items: center;
        max-width: 600px;
        width: 100%;
        text-align: center;
    }
    section.hero {
        background-size: cover;
        padding-bottom: 10px;
    }
    .hero h1 {
        font-size: 40px;
        width: 100%;
        padding: 10px;
    }
    .hero .form {
        width: 96%;
    }
    section.ganhedinheiro h5 {
        width: auto;
    }
}

@media (max-width: 400px) {
    section.obrigado header .logo {
        width: 70px;
        height: 70px;
        object-fit: cover;
        object-position: 5px 0px;
    }
    section.obrigado .btms {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-between;
        align-items: center;
        max-width: 600px;
        width: 100%;
        text-align: center;
    }
    .hero .form .formulario {
        width: 100%;
        padding: 20px;
    }
    section.ganhedinheiro {
        padding: 20px;
    }
}