* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --cor-a: #1079a7;
    --cor-b: #6fc9f1;
    --regular: 400;
    --medium: 500;
    --bold: 700;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

a {
    transition: 0.3s;
}

a:hover {
    transition: 0.3s;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: linear-gradient(0deg, #002a3c 0%, #004e6f 100%);
    z-index: 1;
    margin: 0 auto;
    margin-top: 0;
    top: 0;
}

.header nav ul {
    margin-top: 14px;
}

.header nav ul li {
    display: inline-block;
    margin: 0 12px;
}

.header nav ul li:nth-child(6) {
    margin: 0 !important;
}

.header nav ul li:nth-child(7) {
    margin: 0 !important;
}

.header nav ul li:nth-child(8) {
    margin: 0 !important;
}

.header nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: var(--medium);
}

.header nav ul li a:hover {
    color: var(--cor-b);
}

.header nav ul li:nth-child(5) a {
    background: #fff;
    color: var(--cor-a);
    padding: 10px 18px;
    border-radius: 24px;
}

.header nav ul li:nth-child(5) a:hover {
    background: var(--cor-b);
    color: #333;
}

.section-1 {
    background: linear-gradient(0deg, #002a3c 0%, #004e6f 100%);
}

.section-1 h1 {
    font-weight: var(--medium);
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    margin-top: 110px;
    margin-bottom: 12px;
}

.section-1 p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
}

.section-2 {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.section-2 h3 {
    font-weight: var(--bold);
    font-size: 32px;
    line-height: 39px;
    color: var(--cor-a);
    margin-bottom: 42px;
}

.section-2 iframe {
    border-radius: 12px;
    width: 600px;
}

.section-3 {
    background: linear-gradient(180deg, #1079a7 0%, #0d6388 100%);
    padding-top: 80px;
}

.section-3 h3 {
    font-weight: var(--medium);
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 12px;
}

.section-3 ul li {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 8px;
    list-style: none;
}
.section-3 ul li div {
    display: grid;
    grid-template-columns: 30px 1fr;
}
.section-3 ul li div img {
    margin-top: 10px;
}

.section-3 ul {
    margin-top: 24px;
}

/* .section-3 ul li::before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/marcador.svg);
    background-repeat: no-repeat;
    background-position: center ;
    background-position-y: 5px;
} */

.section-4 {
    background: url(../img/lupa.svg);
    background-repeat: no-repeat;
    background-position-y: 110px;
    background-position-x: 80px;
    padding-top: 80px;
}

.section-4 h3 {
    font-weight: var(--medium);
    font-size: 40px;
    line-height: 52px;
    color: var(--cor-a);
    margin-top: 120px;
    margin-bottom: 12px;
    margin-left: 40px;
}

.section-4 ul {
    margin-top: 24px;
    margin-left: 40px;
}

.section-4 ul li {
    /* font-size: 20px;
    line-height: 30px; */
    font-size: 18px;
    line-height: 26px;
    color: var(--cor-a);
    margin-bottom: 8px;
    list-style: none;
}
.section-4 ul li div {
    display: grid;
    grid-template-columns: 30px 1fr;
}
.section-4 ul li div img {
    margin-top: 10px;
}

/* .section-4 ul li::before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/marcador.svg);
    background-repeat: no-repeat;
    background-position: center ;
    background-position-y: 5px;
} */

.section-5 {
    background: linear-gradient(0deg, #002a3c 0%, #004e6f 100%);
    padding: 40px 0;
    color: #fff;
}

.section-5 h3 {
    font-weight: var(--bold);
    font-size: 48px;
    line-height: 59px;
}

.section-5 p {
    font-size: 20px;
    line-height: 30px;
}

.section-6 {
    margin: 40px 0;
}

.section-6 h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: var(--cor-a);
}
.section-6 h3 a{
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: var(--cor-a);
}

.section-6 p {
    font-size: 16px;
    line-height: 22px;
    color: #414042;
    margin-top: 14px;
}

.section-6 ul li {
    display: inline-block;
    width: 30%;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    vertical-align: top;
    padding: 28px 12px 0 12px;
    height: 420px;
    margin: 14px;
}

.section-6 ul li img {
    margin-bottom: 20px;
}

.depoimentos {
    background: linear-gradient(180deg, #1079a7 0%, #0d6388 100%);
    padding: 60px 0;
}

.depoimentos ul li {
    display: inline-block;
    width: 30%;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    vertical-align: top;
    padding: 20px 12px 0 12px;
    height: 410px;
    background: #fff;
    margin: 14px;
}

.depoimentos ul li:nth-child(2) {
    height: 480px;
}

.depoimentos h3 {
    font-weight: var(--medium);
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    margin-top: 12px;
    text-align: center;
}
.depoimentos ul li h3 {
    font-weight: var(--medium);
    font-size: 20px;
    line-height: 28 / px;
    color: var(--cor-a);
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
}

.depoimentos p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #8a8a8a;
}

.baixar {
    background: linear-gradient(180deg, rgba(196, 196, 196, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 52px 0;
}

.baixar h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #004e6f;
}

.baixar ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

.baixar ul li {
    display: inline-block;
    margin: 10px;
}
.baixar ul li img {
    max-height: 445px;
}

.footer {
    background: #004e6f;
    padding: 40px 0;
}
.footer p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}
.footer a {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

/* Menu Mobile */
.tickera {
    z-index: -100 !important;
}

.menu-bar {
    display: none;
    z-index: 5000 !important;
    text-align: right;
}

.menu-bar button {
    border: none;
    margin: 0 0;
    padding: 0 0;
    cursor: pointer;
    background: transparent;
}

.menu-bar button img {
    width: 30px;
    margin: 0;
    margin-top: 12px;
}

.navegacao {
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
}

.navegacao ul {
    margin-top: 30px;
    margin-left: -10px;
}

.navegacao ul li {
    display: list-item !important;
    list-style: none;
    text-align: left;
}

.navegacao ul li a {
    text-align: left;
    color: #0069b6 !important;
    font-size: 18px !important;
    text-shadow: none;
    font-weight: 600;
    display: inline-block;
    margin: 18px 0;
}

.menu {
    background: #fff;
    padding: 1em;
    margin: 0;
    height: 100%;
    width: 80%;
    max-width: 320px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -90%;
    transition: left 0.3s ease-out;
}

.menu button {
    /* margin-left: 180px; */
}

.menu-ativo .menu {
    left: 0;
}

.menu-ativo:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

#menu-close img {
    width: 24px;
}

.btn-back {
    right: 10px;
    bottom: 16px;
    position: fixed;
    z-index: 5000;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.12);
    border-radius: 28px;
}

#show-mobile {
    display: none !important;
}

#show-desktop {
    display: block;
}

.profi {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 14px;
}

.sendEmail {
    align-self: center;
}

.sendEmail a {
    min-width: 117px;
    min-height: 50px;
}

.sendEmail .input-group-text:hover {
    cursor: pointer;
}

.sendEmail .input-group-text {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: #6fc9f1;
    color: #167eac;
    font-weight: 550;
    padding-left: 2em;
    padding-right: 2em;
    border: none !important;
    height: 50px;
    justify-content: center;
}

.sendEmail input {
    border-radius: 50px;
    height: 50px;
}

#email::placeholder {
    color: #306077;
    font-weight: 500;
    padding-left: 10px;
}

#sucess {
    margin-left: 1em;
    margin-top: 1em;
    display: none;
}

#failure {
    margin-left: 1em;
    margin-top: 1em;
    display: none;
}

.animation .text-send {
    visibility: hidden;
}

.animation {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid transparent;
    border-top-color: white;
    border-radius: 50%;
    animation: btn-animation 1s ease infinite;
}

@keyframes btn-animation {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

#download:hover {
    cursor: pointer;
}
