@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?dlp95t');
    src:  url('fonts/icomoon.eot?dlp95t#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?dlp95t') format('truetype'),
    url('fonts/icomoon.woff?dlp95t') format('woff'),
    url('fonts/icomoon.svg?dlp95t#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-valores:before {
    content: "\e900";
}
.icon-variedade:before {
    content: "\e901";
    color: #fff;
}
.icon-visao:before {
    content: "\e902";
}
.icon-zero-investimento:before {
    content: "\e903";
    color: #fff;
}
.icon-flexibilidade:before {
    content: "\e904";
    color: #fff;
}
.icon-garantia:before {
    content: "\e905";
    color: #fff;
}
.icon-instagram:before {
    content: "\e906";
    color: #040d39;
}
.icon-missao:before {
    content: "\e907";
    color: #fff;
}

.montecarlo {
    font-family: "MonteCarlo", cursive;
    font-weight: 400;
    font-style: normal;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

/*
TAGS PRINCIPAIS
*/

body {
    overflow-x: hidden;
}

a, button {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

ul {
    padding: 0 !important;
}

textarea {
    height: 170px;
}

img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}


.workcontrol_load {
  display: none;
  text-align: center;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 82%);
  z-index: 999;
}

.workcontrol_load .load_message {
  position: absolute;
  width: 100%;
  top: 35%;
  margin-top: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  background: url(../load_w.gif) center top no-repeat;
  background-size: 40px;
  padding-top: 40px;
}

.workcontrol_load_content {
  display: none;
  color: #555;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  width: 500px;
  padding: 30px;
  background-color: white;
  max-width: 85%;
  margin: 0 auto;
  top: 35%;
  position: relative;
  z-index: 999;
}

.workcontrol_load_close {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  background-color: #252525;
  border-radius: 5px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.workcontrol_load_close:hover {
  background-color: #252525cc;
}

.workcontrol_load_content img {
  display: inline-block;
  vertical-align: middle;
}

.workcontrol_load_content p {
  display: block;
  margin: 10px 0 0 0;
}

.workcontrol_load_content .min {
  font-size: 0.7rem;
}

.workcontrol_load_content .big {
  font-size: 1.1rem;
  font-weight: bold;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
HEADER
*/

header {
    background-color: transparent;
    color: #040d39;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 90;
}

header  .nav-link {
    color: #040d39;
}

header  .nav-link:hover {
    font-weight: 600;
}

header .header-site-socials {
    display: flex;
    gap: 15px;
}

header .header-site-socials a {
    color: #040d39;
    font-size: 20px;
}

header.fixed {
    position: fixed;
    background-color: #f6d8b7;
}


/*
Inicial
*/

#inicial {
    position: relative;
    text-align: center;
    color: #1b1b1b;
}

#inicial .initial-container {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 700px;
    width: 100%;
}

#inicial h2 {
    font-family: "MonteCarlo", cursive;
    font-size: 64px;
    color: #0f1b4c;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 60px;
}

#inicial p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 2rem;
}

.btn-consultora a {
    background-color: #0f1b4c;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    min-width: 350px;
}

.btn-consultora a:hover {
    background-color: #c98956;
}


/*
SOBRE NÓS
*/

#sobre-nos h3 {
    font-family: "MonteCarlo", cursive;
    font-size: 64px;
    color: #0f1b4c;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 1rem;
    text-align: center;
}

#sobre-nos p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

#sobre-nos .btn-consultora {
    text-align: center;
    margin-top: 20px;
}

#sobre-nos .btn-consultora a {
    background-color: #c98956;
    color: #fff;
}

#sobre-nos .btn-consultora a:hover {
    background-color: #c98956cc;
}

/*
Formulário
*/

#seja-consultora > .row {
    min-height: 670px;
}

#seja-consultora .info-box,
#seja-consultora .step-container {
    height: 100%;
}

#seja-consultora .step-container {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#seja-consultora .form-label {
    font-size: 0.9rem;
    color: #333;
}

#seja-consultora .form-control {
    border-radius: 25px;
    padding: 10px 20px;
}

#seja-consultora .form-check-label {
    margin-left: 5px;
}

#seja-consultora .form-section.active {
    display: block;
}

#seja-consultora .btn-send {
    width: 100%;
    background: #0f1b4c;
    color: white;
    border-radius: 25px;
    font-weight: bold;
    padding: 10px 0;
    border: none;
}

#seja-consultora .btn-send:hover {
    background: #c98956;
}

#seja-consultora .info-box {
    background: #0F1B4C;
    background: linear-gradient(180deg,rgba(15, 27, 76, 1) 0%, rgba(53, 60, 95, 1) 100%);
    color: white;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#seja-consultora .info-box h5 {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
}

#seja-consultora .info-box p {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0.5rem;
    font-size: 18px;
}

#seja-consultora .dot-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#seja-consultora .dot-indicator span {
    height: 8px;
    width: 8px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}

#seja-consultora .dot-indicator .active {
    background-color: #0f1b4c;
}

#seja-consultora .validationMessage {
    color: red;
}

#seja-consultora  .form-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 40px auto;
    max-width: 800px;
}
#seja-consultora  .form-check {
    margin-bottom: 10px;
}
#seja-consultora  .form-section {
    margin-bottom: 30px;
}

#seja-consultora .adicionais .form-label {
    font-weight: 700;
}

#cadastro-consultora select {
    border-radius: 25px !important;
    padding: 10px 20px;
}

/*
VANTAGENS
*/
#vantagens {
    padding: 70px 0;
    background-color: #fff;
    text-align: center;
}

#vantagens h5 {
    font-family: "MonteCarlo", cursive;
    font-size: 64px;
    font-style: italic;
    color: #1b1b1b;
    margin-bottom: 40px;
    text-align: start;
}

#vantagens .vantagem-card {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: background-color 0.8s ease, transform 0.8s ease;
}

#vantagens .vantagem-card:hover {
    background-color: #f8d4b5;
}

#vantagens .vantagem-card .icon {
    width: 40px;
    height: 40px;
    background-color: #0f1b4c;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vantagens .vantagem-card .icon img {
    width: 20px;
    height: 20px;
}

#vantagens .vantagem-card h6 {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 600;
    color: #1b1b1b;
}

#vantagens .vantagem-card p {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    margin-top: 10px;
    color: #444;
}

#vantagens .btn-consultora-vantagens {
    background-color: #d69c64;
    color: white;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    transition: background-color 0.3s;
}

#vantagens .btn-consultora-vantagens:hover {
    background-color: #c38548;
    color: white;
}

/*
MISSÂO, VISÂO E VALORES
*/

#mvv {
    padding: 60px 0;
    background-image: url("./images/site/mvv.png");
    background-repeat: no-repeat;
    height: 750px;
}

#mvv .btn-mvv {
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    background-color: #fff;
    color: #0f1b4c;
    text-align: left;
    font-family: "MonteCarlo", cursive;
    font-size: 30px;
}

#mvv .btn-mvv .icon-missao:before {
    color: #0f1b4c;
}

#mvv .btn-mvv:hover {
    background-color: #0f1b4c;
    color: white;
}

#mvv .mvv-container {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

#mvv .mvv-container-row {
    width: 55%;
    position: relative;
    top: 15%;
}

#mvv .btn-mvv.active {
    background-color: #0f1b4c;
    color: #fff;
    font-weight: bold;
}

#mvv .btn-mvv.active  .icon-missao:before {
    color: #fff;
}

#mvv .mvv-btn-container:has(.active) {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 2px;
    background-color: transparent;
}

#mvv .mvv-btn-container {
    margin-bottom: 30px;
}

#mvv .btn-mvv img {
    width: 20px;
    height: 20px;
}

#mvv .mvv-content h6 {
    font-family: "MonteCarlo", cursive;
    font-size: 48px;
    font-style: italic;
    color: #1b1b1b;
    margin-bottom: 15px;
}

#mvv .mvv-content p {
    color: #333;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

/*
DEPOIMENTOS
*/
#depoimentos {
    background: #F8E2CF;
    background: linear-gradient(180deg,rgba(248, 226, 207, 1) 0%, rgba(255, 255, 255, 1) 63%);
    padding: 8rem 0 0 0;
}

#depoimentos .heading {
    margin-bottom: 2rem;
}

#depoimentos h5 {
    font-family: "MonteCarlo", cursive;
    font-size: 64px;
    text-align: center;
    width: 100%;
}

#depoimentos small {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: block;
}

#depoimentos .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#depoimentos .owl-item .item {
    width: 330px;
    height: 580px;
}

#depoimentos .owl-item .item img {
    width: 100%;
    height: 100%;
}

#depoimentos .owl-nav {
    width: 100%;
    position: absolute;
    font-size: var(--text-6xl);
    top: 50%;
    left: 0;
    margin-top: -30px;
}

#depoimentos .owl-nav .owl-prev {
    float: left;
    width: 44px;
    height: 44px;
    color: black;
    font-size: 20px;
    opacity: 0.8;
    border-radius: 50%;
    margin-left: -43px;
    background-color: white;
}

#depoimentos .owl-nav .owl-next {
    float: right;
    width: 44px;
    height: 44px;
    color: black;
    font-size: 20px;
    opacity: 0.8;
    border-radius: 50%;
    margin-right: -43px;
    background-color: white;
}

#depoimentos .btn-consultora {
    text-align: center;
}

#depoimentos .btn-consultora a {
    background-color: #d69c64;
    color: white;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    transition: background-color 0.3s;
}

#depoimentos .btn-consultora a:hover {
    background-color: #d69c64cc;
    color: white;
}

#depoimentos .btn-consultora.btn-video a {
    background-color: #0f1b4c;
    color: white;
}

#depoimentos .btn-consultora.btn-video a:hover {
    background-color: #d69c64;
    color: white;
}

#depoimentos .btn-container {
    text-align: center;
}

#depoimentos .owl-carousel {
    margin: 4rem 0;
}

#depoimentos .video-container {
    text-align: center;
    padding: 5rem 0;
}

#depoimentos .video-container h6 {
    font-size: 24px;
    margin-bottom: 3rem;
}

#depoimentos .video-container iframe {
    width: 90%;
    height: 500px;
}

/*
CONVENCAO
*/
#convencao {
    background: #F8E2CF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(248, 226, 207, 1) 63%);
    padding: 4rem 0 0 0;
}

#convencao .video-container {
    text-align: center;
    padding: 5rem 0;
}

#convencao .video-container h6 {
    font-family: "MonteCarlo", cursive;
    font-size: 64px;
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
}

#convencao .video-container iframe {
    width: 90%;
    height: 500px;
}

/*
INSTAGRAM
*/
#instagram-feed {
    background: #FFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 40%, rgba(248, 226, 207, 1) 100%);
    padding: 1rem 0 10rem 0;
}

#instagram-feed .title a{
    color: #040D39;
}


/*
FOOTER
*/

.footer_info {
    background-color: #040d39;
    color: white;
    float: left;
    width: 100%;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: white;
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: white;
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: white;
    font-size: .9rem;
}

.copyright {
    background-color: #293156;
    color: white;
    width: 100%;
}

/*
OUTROS
*/

.spinner {
    animation: rotator 1.4s linear infinite;
    -webkit-animation: rotator 1.4s linear infinite;
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.no-border {
    border: none !important;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-6-13 13:40:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}



@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

/*
MEDIA
*/

@media (max-width: 1250px) {
    #inicial .img-desktop {
        height: 600px;
    }
}

@media (max-width: 991px) {
    header .navbar {
        display: none;
    }

    header .mobile-btn {
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #f2d2b8;
        text-align: center;
        height: 60px;
        font-size: 20px;
        font-weight: 600;
    }

    header .mobile-btn a {
        color: #040D39;
        width: 100%;
        display: block;
    }

    #inicial {
        background-color: #f1dece;
    }

    #inicial .initial-container {
        left: 50%;
        top: 29%;
    }

    #inicial .img-desktop {
        height: 550px;
    }

    #inicial h2 {
        font-size: 40px;
    }

    #inicial p {
        font-size: 16px;
    }

    #inicial .img-mobile {
        margin-top: 25rem;
    }

    #mvv .mvv-container {
        align-items: center;
    }

    #mvv .mvv-container-row {
        width: 80%;
    }
}

@media (max-width: 600px) {
    #inicial h2 {
        line-height: 45px;
        margin: 1rem 0;
    }

    .btn-consultora a {
        width: 90%;
    }

    .my-8 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #sobre-nos h3 {
        text-align: start;
    }

    #sobre-nos p {
        text-align: start;
    }

    #seja-consultora .row>* {
        padding: 0;
        margin: 0;
    }

    #seja-consultora .info-box {
        border-radius: 0;
        padding: 35px 15px;
    }

    #seja-consultora .step-container {
        padding: 35px 25px;
    }

    #vantagens {
        padding: 0;
    }

    #vantagens h5 {
        font-size: 40px;
        text-align: center;
    }

    #vantagens .container-vantagens {
        padding: 0 15px;
    }

    #mvv {
        padding: 0;
        background-image: unset;
        background-repeat: no-repeat;
        height: auto;
        background-size: contain;
        background-color: #f8e3d0;
    }

    #mvv .mvv-container-row {
        top: 0;
        width: 100%;
    }

    #depoimentos {
        padding: 2rem 1rem 1rem 0;
    }

    #depoimentos h5 {
        font-size: 40px;
        text-align: center;
    }

    #depoimentos small {
        margin: 15px 0;
    }

    #depoimentos .video-container h6 {
        padding: 0 1rem;
    }

    #depoimentos .video-container {
        padding: 3rem 0;
    }

    #depoimentos .owl-carousel {
        margin: 0;
    }

    #depoimentos .owl-nav {
        position: unset;
        margin-top: 0;
    }

    #depoimentos .owl-nav .owl-prev {
        float: unset;
    }

    #depoimentos .owl-nav .owl-next {
        float: unset;
    }

    #inicial .img-mobile {
        margin-top: 23rem;
    }

    #inicial .initial-container {
        top: 24%;
    }

    #convencao .video-container h6 {
        font-size: 40px;
    }

    #convencao {
        padding: 2rem 0 0 0;
    }

    #convencao .video-container {
        padding: 0 0 3rem 0;
    }
}

@media (max-width: 500px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }
}
