:root {
    --font-default: Montserrat, sans-serif;
    --font-primary: Montserrat, sans-serif;
    --font-secondary: Montserrat, sans-serif;
    /* --color-1: #05DAC3; */
    /* --color-1: #00efee; */
    --color-1: #06dac3;
    /*--color-2: #005a78;*/
    --color-2: #B1EB21;
    --color-3: #ffffff;
    --color-4: #000820;
    --color-5: #69FFF1;
    --color-6: #368380;
    --color-whatsapp: #0cb940;
    --font-size-h1-desktop: 2.625rem;
    --font-size-h1-mobile: 1.895rem;
    --font-size-h1-fullhd: 3.625rem;
    --font-size-h2-desktop: 2rem;
    --font-size-h2-mobile: 1.8rem;
    --font-size-h2-fullhd: 2.75rem;
    --font-size-h3-desktop: 1.5rem;
    --font-size-h3-mobile: 1.4rem;
    --font-size-h3-fullhd: 2.8rem;
    --font-size-h4-desktop: 1.2rem;
    --font-size-h4-mobile: 1.2rem;
    --font-size-h4-fullhd: 1.6rem;
    --font-size-p-desktop: 0.89rem;
    --font-size-p-mobile: 1.125rem;
    --font-size-p-fullhd: 1.3rem;
}

section {
    padding: 60px 0px 60px 0px;
}

.section-header {
    padding: 0px 0px 10px 0px;
    position: relative;
}

.section-header h2 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-header span {
    color: var(--color-3);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 0;
}

.section-header p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

body {
    font-family: var(--font-default);
    color: var(--color-5);
}

a {
    color: var(--color-2);
    text-decoration: none;
}

h1 {
    font-size: var(--font-size-h1-desktop);
    font-weight: bold;
    width: 100%;
}

h2 {
    font-size: var(--font-size-h2-desktop);
}

h3 {
    font-size: var(--font-size-h3-desktop);
}

h4 {
    font-size: var(--font-size-h4-desktop);
}

p {
    font-size: var(--font-size-p-desktop);
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.img-logo {
    border-radius: 0px;
    max-width: 404px;
    max-height: 74px;
    width: 100%;
    height: auto;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 30px;
    background-color: rgb(37, 211, 102);
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    box-shadow: rgb(153, 153, 153) 2px 2px 3px;
    z-index: 100;
    transition: all 0.2s ease-in-out 0s;
}

.whatsapp-float img {
    padding: 0;
    margin: 15%;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: rgb(18, 140, 126);
    box-shadow: rgb(153, 153, 153) 3px 3px 4px;
    color: rgb(255, 255, 255) !important;
}

.whatsapp-icon {
    margin-top: 15px;
}

.btn {
    border: 0;
    border-radius: 50px;
    line-height: 18px;
    overflow: hidden;
    padding: 16px 28px;
    position: relative;
    text-align: center;
    transition: color 0.3s ease 0s, background-position 0.3s ease 0s;
    white-space: pre;
    z-index: 1;
    background-size: 100% 200%;
    font-weight: 800;
    color: rgb(255, 255, 255);
    background: var(--color-whatsapp);
}

.btn:hover {
    border: 0px;
    background: var(--color-whatsapp);
}

/* HERO default */
.hero {
    width: 100%;
    height: 100vh;
    background: var(--color-4);
    color: var(--color-3);
    background-position: center center;
    padding-top: 0;
}
#hero-desktop img{
    width: 100%;
    height: auto;
}
.hero .headline {
    padding-right: calc(var(--bs-gutter-x) * 2.5);
    padding-left: calc(var(--bs-gutter-x) * 2.5);
    margin-right: auto;
    margin-left: auto;
}

.hero .headline {
    height: 100%;
}

.hero .headline .headline-btn {
    width: 100%;
}

/* .about-title::before {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    width: 45%;
    height: 112%;
    background-size: 12px 12px;
    background-position: center center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(rgb(115, 115, 115) 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 75%);
    z-index: 0;
} */
/* #section-242704-1002 {
    background: black;
}

#section-242704-1002 .box {
    position: relative;
    background: transparent;
    border: 2px solid rgb(185 183 183 / 10%);
    padding: 0;
    text-align: left;
    height: 100%;
}

#section-242704-1002 .box:hover .box-head {
    color: black;
}

#section-242704-1002 .box-body {
    padding: 15px
}

#section-242704-1002 .header-title-left {
    text-align: left;
    margin-bottom: 25px;
    border-left: 4px solid var(--color-1);
    color: #fff;
}

#section-242704-1002 .header-title-left strong {
    color: var(--color-1);
}

#section-242704-1002 .box .box-head img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#section-242704-1002 .box .box-body h4 {
    color: #fff;
    font-weight: 700;
}

#section-242704-1002 .box .box-body p {
    color: #fff;
}

#section-242704-1002 .box .box-footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}

#section-242704-1002 .box .box-footer a {
    color: var(--color-1);
} */


#section-242704-1002 {
    background: var(--color-4);
}
#section-242704-1002 .box {
    position: relative;
    background: #020626;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 58px 40px 36px 39px;
    text-align: left;
    height: 100%;
}
#section-242704-1002 .box:hover {
    background: var(--color-3);
    border-radius: 15px;
}
#section-242704-1002 .box:hover .box-head h4,
#section-242704-1002 .box:hover .box-body p {
    color: black;
}
#section-242704-1002 .header-title-left {
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
}
#section-242704-1002 .header-title-left strong {
    color: var(--color-2);
}
#section-242704-1002 .box .box-head img {
    width: 64;
    height: 64;
    margin-bottom: 15px;
}
#section-242704-1002 .box .box-head h4 {
    color: var(--color-2);
    font-weight: 600;
}
#section-242704-1002 .box .box-body p {
    color: #c4c4c4;
}
#section-242704-1002 .box .box-footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}
#section-242704-1002 .box .box-footer a {
    color: var(--color-1);
}

#section-240427-1139 {
    background: #020726;
}

#section-240427-1139 img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

#section-240427-1200 {
    background: var(--color-4);
}

#section-240427-1200 h2{
    font-size: 3rem;
}

#section-240427-1200 form {
    border-radius: 5px;
    padding: 30px;
    background: white;
    color: var(--color-4);
}

#section-240427-1200 form .form-group {
    margin-bottom: 15px;
}

#section-240427-1200 form .form-title {
    text-align: center;
    font-weight: 700;
}

#section-240427-1200 .header-title-left strong {
    color: var(--color-2);
}

#section-240427-1200 button {
    background-color: var(--color-3);
    padding: 8px 30px 10px;
    border-radius: 4px;
    color: var(--color-4);
    font-weight: 800;
}

.section-242704-1112 {
    padding: 80px 0px;
    position: relative;
    background: var(--color-6);
}

.section-242704-1112 h3 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 700;
}

.section-242704-1112 p {
    color: rgb(255, 255, 255);
}

.section-242704-1112 .section-242704-1112-btn-whatsapp {
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    margin: 10px;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(37, 211, 102);
    background: rgb(28, 30, 33);
}

.section-242704-1112 .section-242704-1112-btn {
    font-family: Jost, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    margin: 10px;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.section-242704-1112 .section-242704-1112-btn:hover {
    background: rgb(255, 255, 255);
    border: 0px;
    color: var(--cor-primaria);
}

.div-inter {
    width: 100%;
    background: linear-gradient(343deg,
            var(--color-2) 11%,
            var(--color-2) 50%);
    height: 10px;
}

.perfil {
    padding-bottom: 1px;
}

@media (min-width: 1920px) and (min-height: 1080px) {

    .btn {
        font-size: var(--font-size-p-fullhd);
        padding: 30px 45px;
    }

    .section-242704-1112 .section-242704-1112-btn {
        font-size: var(--font-size-p-fullhd);
        padding: 20px 15px;
        width: 100%;
    }

    .headline-btn {
        width: auto;
    }

    .hero {
        height: 100vh;
    }

    p {
        font-size: var(--font-size-p-fullhd);
    }

    h1 {
        font-size: var(--font-size-h1-fullhd)
    }

    h2 {
        font-size: var(--font-size-h2-fullhd)
    }

    h3 {
        font-size: var(--font-size-h3-fullhd);
    }

    h4 {
        font-size: var(--font-size-h4-fullhd);
    }

    ul li,
    .accordion-body {
        font-size: var(--font-size-p-fullhd);
    }

    .faq .accordion-button {
        font-size: var(--font-size-p-fullhd);
    }
}

@media (max-width: 1024px) {
    .section-242704-1112 {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {

    ul li,
    .accordion-body {
        font-size: var(--font-size-p-mobile);
    }

    .section-242704-1112 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-social-links {
        margin: 0px 15px 0px 0px;
    }

    .section-header h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .section-header span {
        font-size: var(--font-size-p-mobile);
        line-height: revert;
    }

    p {
        font-size: var(--font-size-p-mobile);
    }

    h1 {
        font-size: var(--font-size-h1-mobile)
    }

    h2 {
        font-size: var(--font-size-h2-mobile)
    }

    h3 {
        font-size: var(--font-size-h3-mobile);
    }

    h4 {
        font-size: var(--font-size-h4-mobile);
    }

    .btn {
        font-size: 14px;
        padding: 15px 20px;
        width: 100%;
    }

    .section-242704-1112 .section-242704-1112-btn {
        font-size: 14px;
        padding: 15px 0px 15px;
        width: 100%;
        margin: 0;
    }

    .hero {
        width: 100%;
        height: auto;
        background: var(--color-4);
        position: relative;
        color: var(--color-3);
    }

    .hero .headline {
        padding-right: calc(var(--bs-gutter-x) * 0.);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: auto;
        margin-left: auto;
    }

    .hero .headline {
        height: 100vh;
    }

    .hero .headline .headline-btn {
        width: 100%;
    }

    .hero iframe {
        width: 350px;
        height: 180px;
    }
    .btn-scroll {
        display: none;
    }
    #section-240427-1200 h2 {
        font-size: 3rem;
    }
}

.tp-hero-3-shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.tp-cta-3-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

#shape-240427-1129 .shape {
    position: absolute;
    bottom: 80%;
    left: 0;
    z-index: 1;
    width: 100%;
}

#div-240502-0704,
#div-240502-0705 span {
    position: relative;
    width: auto;
}

#div-240502-0704 .line {
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--color-2);
}

/* #div-240502-0705 .circle{
    position: absolute;
    top: -10px;
    left: 0;
    color: var(--color-1);
} */
/* 
#section-240205-0718 {
    position: relative;
}

#section-240205-0718 .info {
    z-index: 2;
    position: absolute;
    top: -15vh;
    color: #fff;
    padding: 15px;
}

#section-240205-0718 .info:after {
    position: absolute;
    content: "";
    border-right: 1px solid rgba(217, 217, 217, 0.2);
    height: 37px;
    right: 0px;
    top: 30px;
} */

#section-240205-0744 {
    padding-top: 0;
}

#section-240205-0744 img {
    width: 100%;
    height: auto;
}

#section-240205-0906 .box {
    box-shadow: 0 15px 20px 12px rgba(56, 60, 67, .12);
    padding: 15px;
    height: 350px;
    position: relative;
    border-radius: 15px;
}

#section-240205-0906 .box-header img {
    width: 98px;
    height: 32px;
    margin-bottom: 15px;
}
#section-240205-0906 .box-body {
    margin-bottom: 15px;
}
#section-240205-0906 .box-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
}

#section-240205-0906 .header-title-left {
    text-align: left;
    margin-bottom: 25px;
    border-left: 4px solid var(--color-1);
}

#section-240205-0906 .header-title-left strong {
    color: var(--color-1);
}

@media (min-width: 1920px) and (min-height: 1080px){
    #section-240205-0906 .box {
        height: 560px;
    }
    #section-240205-0906 .box-header img {
        width: 230px;
        height: 75px;
    }
}



.section-240205-0937 {
    background: var(--color-5);
    color: var(--color-3);
    padding-bottom: 60px;
}

.section-240205-0937 .box {
    border-radius: 5px;
    border: 4px solid var(--color-1);
    padding: 25px;
    height: 100%;
    position: relative;
}

.section-240205-0937 .box ul {
    padding: 0;
    list-style: none;
    text-align: left;
}

.section-240205-0937 .box ul li {
    margin-bottom: 15px;
}

.section-240205-0937 .box .btn {
    font-family: Jost, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 12px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    margin: 10px;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}



#section-240502-1212 {
    background: var(--color-4);
}
#section-240502-1212 .box {
    position: relative;
    background: #020626;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 58px 40px 36px 39px;
    text-align: left;
    height: 100%;
}
#section-240502-1212 .box:hover {
    background: var(--color-3);
    border-radius: 15px;
}
#section-240502-1212 .box:hover .box-head h4,
#section-240502-1212 .box:hover .box-head p,
#section-240502-1212 .box:hover .box-body p,
#section-240502-1212 .box:hover .box-body ul li {
    color: black;
}
#section-240502-1212 .header-title-left {
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
}
#section-240502-1212 .header-title-left strong {
    color: var(--color-2);
}
#section-240502-1212 .box .box-head img {
    width: 64;
    height: 64;
    margin-bottom: 15px;
}
#section-240502-1212 .box .box-head h4 {
    color: var(--color-2);
    font-weight: 600;
}
#section-240502-1212 .box .box-body ul li, #section-240502-1212 .box .box-body p, #section-240502-1212 .box .box-head p {
    color: #c4c4c4;
}
#section-240502-1212 .box .box-footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}
#section-240502-1212 .box .box-footer a {
    color: var(--color-1);
}
#termos-de-uso-e-privacidade{color: var(--color-6); font-weight: 900; }

.modal .modal-title, .modal .modal-body{
    color: var(--color-4);
}
.modal .close{
    background: transparent;
    border: 0px;
}

.btn-scroll {
    transition: 0.4s;
    color: rgba(255, 255, 255, 0.6);
    animation: up-down 1s ease-in-out infinite alternate-reverse both;
    position: absolute;
    left: 50%;
    border: 2px solid #c4c4c48a;
    border-radius: 100%;
    bottom: 6vw;
  }

  .btn-scroll i {
    font-size: 48px;
  }

  .btn-scroll:hover {
    color: var(--color-1);
    background: var(--color-3);
    border: 0px;
  }


  @keyframes up-down {
    0% {
      transform: translateY(5px);
    }

    100% {
      transform: translateY(-5px);
    }
  }