html {
    --cor1: #004e6f;
    --cor2: #009adb;
    --branco: #fff;
    --preto: #000;
    --nunito: "Nunito", sans-serif;
    --comforta: "Comfortaa", cursive;
    scroll-behavior: smooth
}

@font-face {
    font-family: "Comfortaa";
    src: url(../font/Comfortaa-VariableFont_wght.ttf) format("truetype")
}

body {
    font-family: "Nunito", sans-serif !important;
    overflow-x: hidden
}

.title {
    font-family: var(--comforta);
    font-size: 40px;
    font-weight: 700;
    padding-left: 10px;
    border-left: 5px solid var(--preto);
    margin: 10px 0 20px
}

.white {
    color: var(--branco) !important;
    border-color: var(--branco)
}

.slick-dots {
    bottom: -30px
}

.slick-dots li button:before {
    font-size: 20px !important;
    color: var(--cor1) !important
}

.header {
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 99999
}

.header-conteiner {
    max-width: 1270px;
    margin: 0 auto
}

@media (max-width:769px) {
    .header-conteiner {
        width: 100%
    }
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    font-family: var(--comforta);
    color: var(--preto);
    font-weight: 500;
    transition: 333ms
}

.header li a:hover {
    font-weight: 700
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4
}

.header .logo {
    display: block;
    float: left;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none
}

.header .logo img {
    height: 52px
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 35px 20px;
    position: relative;
    user-select: none
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%
}

.header .menu-icon .navicon:before {
    top: 5px
}

.header .menu-icon .navicon:after {
    top: -5px
}

.header .menu-btn {
    display: none
}

.header .menu-btn:checked~.menu {
    max-height: 336px
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0
}

@media (min-width:991px) {
    .header li {
        float: left
    }

    .header li a {
        padding: 30px
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none
    }

    .header .menu-icon {
        display: none
    }
}

#inicio {
    height: 625px;
    margin-top: 70px
}

#inicio .container {
    width: 1270px;
    height: 625px;
    margin: 0 auto;
    z-index: 999;
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    align-items: center
}

@media (max-width:769px) {

    #inicio,
    #particles-js {
        height: 600px !important
    }

    .inicio-text {
        padding: 0 15px
    }

    .inicio-text br {
        display: none
    }

    #inicio .container {
        height: 535px;
        flex-direction: column-reverse;
        width: 100%;
        justify-content: center
    }

    #inicio .container h1 {
        font-size: 40px;
        line-height: 46px
    }

    #inicio .container span {
        font-size: 20px
    }
}

#inicio h1 {
    font-family: var(--comforta);
    font-size: 52px;
    color: var(--branco);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 62px
}

#inicio span {
    font-size: 32px;
    color: var(--branco)
}

canvas {
    display: block;
    vertical-align: bottom
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 700px;
    background: linear-gradient(117deg, rgba(0, 85, 122, 1) 0%, rgba(0, 152, 217, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1
}

.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700
}

.js-count-particles {
    font-size: 1.1em
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

#sobre {
    position: relative;
    height: auto;
    padding: 30px 0
}

.sobre-divider-top {
    background-image: url(data:image/png;base64,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);
    background-size: 1800px 30px;
    background-repeat: repeat;
    top: 48px;
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 1
}

@media (max-width:769px) {
    .sobre-divider-top {
        background-size: 800px 30px;
        background-repeat: repeat;
        top: -22px;
        position: absolute;
        width: 100%;
        height: 30px;
        z-index: 1
    }
}

.sobre-divider-bottom {
    background-image: url(data:image/png;base64,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);
    background-size: 1980px 37px;
    background-repeat: repeat;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 37px;
    z-index: 1
}

@media (max-width:769px) {
    .sobre-divider-bottom {
        background-size: 1000px 37px;
        background-repeat: repeat;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 37px;
        z-index: 1
    }
}

#sobre .sobre-top {
    position: absolute;
    top: -10%;
    left: -44px
}

#sobre .container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto
}

#sobre .content {
    display: flex;
    margin-bottom: 50px;
    padding: 0 20px
}

#sobre .content img {
    max-width: 500px;
    height: auto;
    border: 10px solid var(--cor1);
    border-radius: 10px
}

@media (min-width:992px) {
    #sobre {
        display: flex;
        height: 1100px;
        align-items: center
    }
}

@media (max-width:991px) {
    #sobre {
        display: flex;
        height: 1050px;
        align-items: center
    }

    #sobre .content {
        flex-direction: column;
        padding: 0 5%
    }

    #sobre .content img {
        max-width: 100%;
        height: auto
    }
}

#sobre .text {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding-right: 5%;
    margin-top: 30px
}

@media (max-width:991px) {
    #sobre .text {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        margin-top: 0
    }
}

#sobre .text p {
    font-size: 18px;
    color: var(--preto)
}

@media (min-width:991px) {
    #sobre .text p {
        padding-right: 20%
    }
}

.img-list {
    max-width: 500px
}

@media (max-width:991px) {
    .img-list {
        max-width: 100%
    }
}

.img-list img {
    width: 400px;
    height: 400px;
    margin: 0 auto
}

.vision-list {
    display: flex;
    justify-content: space-between
}

.vision-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 400px;
    margin: 10px
}

@media (max-width:991px) {
    .vision-item {
        padding: 0 10px
    }
}

.vision-item p {
    font-size: 24px;
    font-weight: 700;
    color: var(--preto);
    margin: 15px 0;
    font-family: var(--comforta)
}

.vision-item span {
    font-size: 18px;
    font-weight: 400;
    color: var(--preto);
    margin-bottom: 20px
}

#servico {
    background: rgb(0, 78, 111);
    background: linear-gradient(180deg, rgba(0, 78, 111, 1) 0%, rgba(0, 156, 222, 1) 100%);
    margin: auto;
    padding: 30px 0
}

#servico .content {
    padding: 0 1.5%
}

@media (max-width:991px) {
    #servico .content {
        padding: 0 5%
    }
}

#servico .container {
    width: 1270px;
    margin: 0 auto
}

#servico .service-list {
    display: flex;
    justify-content: space-between
}

#servico .service-item-1,
#servico .service-item-2,
#servico .service-item-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 400px;
    height: 600px;
    background: #e1eef8;
    border-radius: 15px;
    margin: 20px;
    cursor: pointer
}

.service-item-body {
    background: #f8f8f8;
    height: 390px;
    display: flex;
    align-items: center
}

.service-item-body p {
    font-size: 16px;
    line-height: 28px;
    padding: 15px;
    text-align: center;
    font-weight: 600
}

.service-item-header {
    height: 130px;
    background: #e1eef8;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.service-item-header img {
    width: 260px;
    height: auto
}

.service-item-footer-1,
.service-item-footer-2,
.service-item-footer-3 {
    height: 80px;
    background: var(--cor1);
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.service-item-footer-1 span,
.service-item-footer-2 span,
.service-item-footer-3 span {
    font-weight: 500;
    font-style: var(--comforta);
    color: var(--branco);
    font-size: 18px
}

.service-item-active {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.5s opacity
}

@media (max-width:769px) {
    #servico .container {
        width: 100%
    }
}

.service-item-off {
    position: absolute;
    height: 525px;
    width: 100%;
    background: #f8f8f8;
    border-radius: 15px 15px 0 0;
    transition: 0.5s opacity;
    opacity: 0;
    visibility: hidden
}

.service-container {
    display: flex;
    align-items: center;
    margin: 5px 0
}

.service-icon {
    width: 42px;
    height: 42px;
    margin: 0 10px
}

.service-icon svg {
    width: 42px;
    height: 42px
}

.service-icon-container {
    display: flex;
    justify-content: space-around;
    margin: 10px 0 15px
}

.service-icon-container-item svg {
    width: 56px;
    height: 56px
}

.service-icon-container-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
    font-weight: bolder
}

.service-text {
    display: flex;
    flex-direction: column;
    font-size: 14px
}

.service-text strong {
    font-size: 16px;
    font-weight: 700
}

@media (max-width:769px) {
    .service-text strong {
        font-size: 14px
    }

    .service-text {
        font-size: 12px
    }
}

.more-info {
    padding: 0 20px;
    margin-top: 10px
}

.more-info-icon {
    display: flex;
    width: 95%;
    margin: 0 auto
}

.more-info-icon svg {
    width: 70px
}

.more-info p {
    font-size: 15px
}

.more-info ul li {
    font-size: 14px;
    margin: 5px 0;
    padding-left: 2%;
    margin-left: 1%;
    border-left: 1px solid #000;
    font-weight: 700
}

.more-info-icon-text {
    text-align: center;
    display: flex;
    align-self: center;
    flex-direction: column
}

.more-info-icon-text p {
    font-size: 22px;
    font-weight: 700;
    color: var(--preto)
}

#suporte {
    border-top: 15px solid var(--cor1)
}

#suporte .container {
    width: 1170px;
    margin: 50px auto;
    display: block;
    padding: 0 5%
}

@media (max-width:769px) {
    #suporte {
        overflow: hidden
    }

    #suporte .container {
        width: 100%;
        padding: 0
    }

    .suporte-info {
        width: 90vw
    }

    #suporte .container {
        display: flex;
        flex-direction: column
    }
}

@media (max-width:400px) {
    .suporte-info {
        flex-direction: column
    }
}

.suporte-title {
    margin: 15px 0 30px
}

.suporte-title h3 {
    font-size: 40px;
    color: var(--preto);
    font-family: var(--comforta);
    font-weight: 700;
    text-align: center
}

.suporte-text p {
    font-size: 16px;
    color: var(--preto);
    line-height: normal;
    text-align: center;
    margin: 0 18px
}

.suporte-info {
    display: flex;
    justify-content: center
}

.suporte-info a {
    margin: 24px;
    text-decoration: none
}

.suporte-info a span {
    font-size: 20px;
    font-family: var(--comforta);
    color: var(--preto);
    line-height: normal
}

#contato {
    border-top: 15px solid var(--cor1)
}

#contato .container {
    width: 1170px;
    margin: 50px auto;
    display: flex;
    padding: 0 5%
}

.contato-infos,
.contato-form {
    display: flex;
    flex-direction: column;
    width: 50%
}

.contato-form-title {
    display: none
}

@media (max-width:769px) {
    #contato {
        overflow: hidden
    }

    #contato .container {
        width: 100%;
        padding: 0 15px
    }

    .contato-infos,
    .contato-form {
        width: 90vw
    }

    .contato-form {
        margin-top: 20px
    }

    #contato .container {
        display: flex;
        flex-direction: column
    }

    .contato-form-title {
        display: block;
        font-size: 28px;
        color: var(--preto);
        line-height: normal;
        margin: 10px 0;
        padding-top: 15px;
        font-weight: 700;
        border-top: 1px solid #ccc
    }
}

.contato-title {
    border-left: 5px solid var(--preto);
    margin: 15px 0 30px;
    padding-left: 15px
}

.contato-title h3 {
    font-size: 40px;
    color: var(--preto);
    font-family: var(--comforta);
    font-weight: 700
}

.contato-title span {
    font-size: 28px;
    color: var(--preto);
    line-height: normal
}

.contato-links {
    display: flex;
    flex-direction: column
}

.contato-links a svg {
    width: 48px;
    height: 48px
}

@media (max-width:769px) {
    .contato-links a .icon {
        width: 36px;
        height: 36px;
        margin-right: 5px
    }

    .contato-links a .icon svg {
        width: 32px;
        height: 32px
    }

    .contato-links a {
        padding-left: 0 !important
    }
}

.contato-links a {
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding-left: 15px;
    font-size: 20px;
    color: var(--preto);
    font-weight: 600;
    text-decoration: none
}

.contato-links svg {
    margin-right: 10px
}

.contato-form label {
    font-size: 16px;
    color: var(--preto);
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 5px
}

.contato-form input {
    height: 45px;
    border: 0;
    background: #fafafa;
    border-radius: 10px;
    margin: 5px 0 15px;
    padding: 0 15px;
    box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 15%)
}

.contato-form button {
    width: 180px;
    height: 45px;
    border: 0;
    border-radius: 20px;
    background: var(--cor1);
    font-size: 16px;
    color: var(--branco);
    font-weight: 700;
    font-family: var(--comforta);
    transition: 500ms;
    margin: 15px auto
}

.contato-form button:hover {
    border: 1px solid var(--cor1);
    background: var(--branco);
    color: var(--cor1)
}

.contato-form button svg {
    fill: var(--branco);
    transition: 500ms
}

.contato-form button:hover svg {
    fill: var(--cor1)
}

.contato-form textarea {
    max-width: 620px;
    max-height: 200px;
    min-height: 90px;
    border: 0;
    background: #fafafa;
    border-radius: 10px;
    margin: 5px 0 15px;
    padding: 15px;
    font-family: var(--nunito);
    box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 15%)
}

.footer {
    background: var(--cor1);
    border-top: 15px solid var(--cor2);
    height: 125px;
    width: 100%
}

.footer .social-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
    margin: 15px auto 0
}

.footer .social-bar svg {
    transition: 333ms
}

.footer .social-bar svg:hover {
    transform: scale(1.075)
}

.footer small {
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center;
    margin: 15px auto 5px;
    max-width: 440px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    padding: 0 10px
}

.return-email {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.return-email-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.return-email-info img {
    width: 96px;
    height: auto
}

.return-email-info span {
    font-family: var(--comforta);
    color: var(--preto);
    font-weight: 600;
    transition: 333ms;
    font-size: 24px;
    margin-top: 15px;
    text-align: center
}

.return-email-info span small {
    font-family: var(--comforta);
    color: var(--preto);
    font-weight: 500;
    transition: 333ms;
    font-size: 15px
}

.load {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cor1);
    background: #fff;
    z-index: 999999
}