html, body {
    scroll-behavior:smooth;
    width: 100% !important;
    overflow-x: hidden;
}

header {
    background: blue;
    min-height: 10vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.2s ease-in-out;
    z-index: 100;
}

main {
    margin-top: 10vh;
}

.btn-social:hover{
    color: #FF6F00 !important;
}

.boder-color-kristta{
    border-color: #FF6F00 !important;
}

.content {
    height:1000px;
    margin-top:8rem; /* add space for fixed header */
}

.bg-nav-kristta{
    /*background-image: linear-gradient(to bottom, black, transparent);*/
    background-color: #090909;
}

.bg-kristta{
    background-color: #FF6F00 !important;
}

/*Bootstrap black kristta*/
.bg-black{
    background-color: #090909 !important;
}
.text-warning{
    color: #ff6f00 !important;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ff6f00;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ff6f00;
  }

header{
    min-height: 10vh;
}
header hr{
    color: white;
}
header a:hover{
    color: #FF6F00 !important;
}
.text-kristta{
    color: #FF6F00;
}

.destaque-01{
    transition: transform .5s ease;
}
.destaque-01:hover{
    transform: scale(1.1);
}
.carousel-responsive{
    display: none;
}
.carousel-normal{
    display: block;
}

/* RESPONSIVO */
@media screen and (max-width: 768px) {
    header .limit-header{
        width: 100% !important;
    }
    /* SESSÃO 01 */
    .section-01 h1{
        font-size: 27pt !important;
    }
    .section-01 p{
        font-size: 13pt !important;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .acreditamos{
        display: none;
    }
    .select-services{
        justify-content: center;
    }
    .section-06{
        background: linear-gradient(90deg, #f8f9fa 100%, transparent 100%) !important;
    }
    .carousel-responsive{
        display: block;
    }
    .carousel-normal{
        display: none;
    }

}
.section-01{
    height: 90vh;
    color: white;
    background-color: #090909;
    /*background-image: url('../images/background/bg-section-01.webp');*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.section-01 h1{
    font-size: 50pt;
    font-family: 'Creato-bold';
}
.section-01 p{
    font-size: 18pt;
}
.section-01 h1 span{
    color:#FF6F00
}
.section-01 a{
    border-color: #FF6F00 !important;
    color: white;
}
.section-01 a:hover{
    background-color: #FF6F00 !important;
}

/* SESSÃO 02 */

.section-02{
    /*min-height: 100vh;*/
}
.section-02 img{
    width: 50px;
}
.section-02 .card{
    height: 10em;
}


.select-services li{
    cursor: pointer;
}
.ico-teste{
    width: 20px !important;
}
.click-to-view{
    color: #FF6F00;
    font-size: 9pt;
}
.destaque-01-desc2{
    background-color: rgba(0, 0, 0, 0.692);
    color: white;
}

/* SESSÃO 03 */
.section-03{
    color: white;
    background-color: #090909;
}
.section-03 .img-01{
    width: 100% !important;
    height: 100% !important;
    /*background-image: url('../images/jobs/galourd/Mask\ group.jpg');*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.btn-kristta{
    border-color: #FF6F00 !important;
    color: white;
}
.btn-kristta:hover{
    background-color: #FF6F00 !important;
}
.card{
    transition: transform .3s  ease-in-out;
}
.card .card-efect{
    background-color: rgba(0, 0, 0, 0.527);
    display: none;
}
.card-jobs:hover{
    transform: scale(1.1);
    .card-efect{
        display: block;
    }
}
.btn-next, .btn-prev{
    background-color: #090909;
}
.btn-next:hover, .btn-prev:hover{
    background-color: #090909;
}
.zoom-image:hover{
    height: 300px;
    width: 300px;
}

/* SESSÃO 04 */
.section-04{
    min-height: 60vh;
    color: #090909;
    background-color: white;
}


/* SESSÃO 05 */
.section-05{
    min-height: 80vh;
    color: white;
    background-color: #090909;
}
#meuVideo{
    cursor: pointer;
}

/* SESSÃO 06 */
.section-06{
    min-height: 100vh;
    background: linear-gradient(90deg, #f8f9fa 45%, transparent 45%);
}

.optgroup {
    background-color: #f0f0f0; /* Cor de fundo para indicar a separação */
    font-weight: bold; /* Pode adicionar negrito para destacar mais */
    color: #333; /* Cor do texto */
}

/* SESSÃO 07 Footer */
.section-07{
    color: white;
    background-color: #090909;
}


/* Accordion */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    }

    .active, .accordion:hover {
    background-color: #ccc;
    }

    .accordion:after {
    content: '\002B';
    color: #FF6F00;
    font-size: 25px;
    font-weight: bold;
    float: right;
    }

    .accordion.active:after {
    content: "\2212";
    }

    .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    }

/* CIRCLE */
.profile-perfil-border{
    border: #FF6F00 solid 2px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.profile-perfil{
    width: 50px;
    height: 50px;
    background-color: #FF6F00;
}

.rightButton{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.rightButton img {
    width: 50px;
    height: 50px;
}

.float-alert{
    width: 50%;
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
}
.alert-success-krt{
    background-color: #ff6f0079 !important;
    color:white;
}

/* CUSTOM PAGE ERROR */
/*
.center-all{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.center-all h1{
    font-size: 150px;
}
.center-all-p{
    width: 180px;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 5;
}
.left-outlet{
    width: 300px;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    z-index: 2;
}
.right-outlet{
    width: 300px;
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .left-outlet img{
        display: none !important;
    }

    .right-outlet img{
        display: none !important;
    }
}
*/
