@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,400&family=Poppins:wght@300;400;500&display=swap"); 

body {
    background-color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

a { color: #010101; }
a:hover{ text-decoration: none; }

.lh-0 {
    line-height: 0 !important;
}
.title {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #b1b0b0;
    font-size: 24px;
    margin: 25px 0;
}

.rounded-1 { border-radius: 1rem;}

/* -------------------------------------------------------------
# Dropdown
------------------------------------------------------------- */
.dropdown-divider { border-top: 1px solid #46494c; }

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.yellow {
    color: #d1943b;
}
.bg-yellow {
    background-color: #d1943b;
    color: #fff;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-yellow {
    border: 1px solid #d1943b;
    color: #d1943b;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.btn-yellow:hover {
    background-color: #d1943b;
    color: #fff;
}

/*--------------------------------------------------------------
# Font Size
--------------------------------------------------------------*/
.f-13{font-size: 13px !important;}
.f-14{font-size: 14px !important;}
.f-15{font-size: 15px !important;}
.f-16{font-size: 16px !important;}
.f-17{font-size: 17px !important;}
.f-18{font-size: 18px !important;}
.f-19{font-size: 19px !important;}
.f-20{font-size: 20px !important;}
.f-21{font-size: 21px !important;}
.f-24{font-size: 24px !important;}
.f-28{font-size: 28px !important;}

/*--------------------------------------------------------------
# Headers
--------------------------------------------------------------*/
#header.header-scrolled {
    background: rgba(23, 26, 29, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 25%);
    background-color: #1a1a1a;
    top: 0px;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    /*background-color: #282c31;*/
    background-color: transparent;
    top: 47px;
    padding: 15px 30px;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

#header .logo img{
    max-width: 200px;
}

#header .logo a {
    color: white;
}
#header .logo a:hover {
    text-decoration: none;
}

#header .navbar {
    padding: 0;
}

#header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

#header .navbar li {
    position: relative;
    margin-right: 20px;
}

#header .navbar a:hover,
#header .navbar .active,
#header .navbar li:hover > a {
    color: #d1943b;
    font-family: "Poppins", sans-serif;
}

#header .navbar a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #dedede;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: -0.5px;
    padding: 0;
}

#header .navbar a:hover {
    text-decoration: none;
}

#header .navbar .dropdown-menu {
    background-color: #1b1b1b;
    border: 0;
    margin-top: 1rem;
    border-radius: .7rem;
    /* box-shadow: 0px 0px 4px rgb(255 255 255 / 50%); */
}

#header .navbar .dropdown-menu .dropdown-header {
    padding: .5rem 1rem;
    color: #d1943b;
    font-weight: 700;
}

#header .navbar .dropdown-menu .dropdown-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 300;
}

#header .navbar .dropdown-menu .dropdown-item:hover {
    background: rgba(0,0,0,.4);
}

#header .navbar li > a::before {
    position: absolute;
    content: "";
    width: calc(100% - 1px);
    height: 1px;
    background: #fff;
    bottom: -6px;
    left: 0;

    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;

    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#header .navbar li > a:hover::before,
#header .navbar li > a.active::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}


#header .navbar .link-login {
    background-color: #d1943b;
    color: #010101;
    padding: 5px 20px !important;
    border-radius: 5px;
}

#header .navbar .link-login:hover {
    background-color: #FFF;
    color: #d1943b
}

#header .mobile-nav-toggle {
    color: #FFF;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

#header.header-scrolled {
    top: 47px;
}

/*--------------------------------------------------------------
# Sliders
--------------------------------------------------------------*/
#sliders {
    top: 48px;
    width: 100%;
    height: auto;
    background-color: rgba(34, 39, 43, 0.8);
    overflow: hidden;
    position: relative;
}
/*#sliders {
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 39, 43, 0.8);
    overflow: hidden;
    position: relative;
}*/

#sliders .carousel,
#sliders .carousel-inner,
#sliders .carousel-item,
#sliders .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*#sliders .carousel,#sliders .carousel-inner,#sliders .carousel-item,#sliders .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}*/

#sliders .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#sliders .carousel-indicators {
    bottom: 25px;
}
#sliders .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#sliders .carousel-indicators li.active {
    opacity: 1;
    background: #d1943b;
}

#sliders .carousel-control-next-icon,
#sliders .carousel-control-prev-icon {
    background: none;
    font-size: 24px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    transition: 0.3s;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sliders .carousel-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    color: white;
    font-family: "Poppins", sans-serif;
}

#sliders .carousel-container .container button {
    position: absolute;
    bottom: 70px;
    margin: 0 auto;
}

#sliders .list-description-curse {
    border: 1px solid white;
    margin-top: 10px;
    border-radius: 1rem;
}

#sliders .list-description-curse li {
    background-color: transparent;
    border-right: 1px solid white;
    text-align: center;
}

#sliders .list-description-curse li:last-child {
    border-right: none;
}

#sliders .list-description-curse li h6 {
    color: #d1943b;
}

#sliders .carousel-container h2 strong {
    color: #d1943b;
}
#sliders .carousel-container button {
    border-radius: 0.8rem;
}

.responsive img{
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.navbar-collapse-mobile{
    overflow-y: auto;
    max-height: 500px;
}

@media screen and (min-width: 1200px){
    .navbar-collapse-mobile{
        overflow-y: unset;
        max-height: unset;
    }
}

@media screen and (max-width: 520px){
    #sliders{
        height: auto;
        top: 66px;
        margin-bottom: 60px;
    }
    #sliders .carousel, #sliders .carousel-inner, #sliders .carousel-item, #sliders .carousel-item::before{
        position: unset;
    }
}


@media screen and (max-width: 600px){
    #sliders .carousel-container .container button {
        /*padding: 5px 10px !important;*/
        font-size: 13px;
        bottom: 75px;
        margin-left: 150px;
    }
}

@media screen and (min-width: 601px) and (max-width: 999px) {
    #sliders .carousel-container .container button {
        padding: 5px 10px !important;
        font-size: 13px;
        bottom: 60px;
    }

}

/*@media screen and (max-width: 415px){
    #sliders{
        height: auto;
        top: 90px;
        margin-bottom: 60px;
    }
    #sliders .carousel, #sliders .carousel-inner, #sliders .carousel-item, #sliders .carousel-item::before{
        position: unset;
    }
    #sliders .carousel-container .container button {
        margin-bottom: 40px;
        padding: 5px 10px !important;
        font-size: 13px;
    }
}*/

/* -------------------------------------------------------------
# Main
------------------------------------------------------------- */
#main { 
    margin-top: 117px;
}
@media screen and (max-width: 520px){
    #main{
        margin-top: 0px;
    }
}
@media screen and (min-width: 463px) and (max-width: 568px) { 
    #main{
        margin-top: 135px;
    }
    #header.header-scrolled {
        top: 68px;
    }
}

@media screen and (max-width: 462px){
    #main{
        margin-top: 159px;
    }
    #header.header-scrolled {
        top: 58px;
    }
}

#main > .container {
    padding: 40px 15px 0;
}

#main .breadcrumb .breadcrumb-item {
    font-size: 14px;
}

#main .breadcrumb .breadcrumb-item a{
    color: #000;
}

#main .breadcrumb .breadcrumb-item.active {
    color: #636465;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.card-blog {
    border-radius: 15px;
    margin-bottom: 50px;
}
/*.card-blog {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 427px;
    border-radius: 15px;
    margin-bottom: 50px;
}*/

/*--------------------------------------------------------------
# Cursos
--------------------------------------------------------------*/
#cursos {
    padding: 20px 0;
}

#cursos .card {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 15px;
}

#cursos .card .card-img-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#cursos .card .icon {
    width: 48px;
    color: #b1b0b0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

#cursos .card .description {
    height: 48px;
    color: white;
}

#cursos .card .description h6 {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    line-height: 17px;
    font-size: 14px;
}

#cursos .card .description span {
    font-weight: 300;
    display: block;
    line-height: 17px;
    font-size: 11px;
}

#cursos .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #1a1a1a;
    background-color: #d1943b;
    border-radius: 8px;
}

#cursos .nav-pills .nav-link:not(.active):hover{
    color: white
}

/*--------------------------------------------------------------
# Contato
--------------------------------------------------------------*/
#contato span {
    color: #b5b4b3;
    margin-bottom: 25px;
}

#contato a { color: #b5b4b3 }
#contato a:hover { text-decoration: none }

#contato .contact-form{
    max-width: 900px;
    margin: 35px auto;
}

#contato .contact-form .form-group input {
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #b5b4b3;
    outline: none;
    background: transparent;
    border-radius: 0;
}

#contato .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #b5b4b3;
    font-size: 14px;
}

#contato .contact-form .form-group .form-control::-moz-placeholder {
    color: #b5b4b3;
    font-size: 14px;
}

#contato .contact-form .form-group .form-control::placeholder {
    color: #b5b4b3;
    font-size: 14px;
}

#contato .contact-form .form-group .form-control:-ms-input-placeholder {
    color: #b5b4b3;
    font-size: 14px;
}

#contato .contact-form .form-group input:focus { box-shadow: none }

#contato .contact-form .form-group input:focus ~ label, #contato .contact-form .form-group input:valid ~ label {
    top: -15px;
    color: #b5b4b3;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

#contato .contact-form .form-group textarea {
    background-color: transparent;
    border: 1px solid #b5b4b3;
    font-size: 14px;
}

#contato .contact-form .form-group textarea:focus{box-shadow: none}

#contato .contact-form .form-group label {
    position: absolute;
    top:0;
    padding: 10px 0;
    font-size: 14px;
    color: #b5b4b3;
    pointer-events: none;
    transition: .5s;
}

/*--------------------------------------------------------------
# Responsivo
--------------------------------------------------------------*/
@media (min-width: 1024px) {
    #sliders .carousel-control-prev,
    #sliders .carousel-control-next {
        width: 10%;
    }
    #sliders .carousel-control-prev,
    #hero .carousel-control-next {
        width: 10%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
    padding-left: 0px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 0px 15px 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: rgb(35 35 35 / 45%);
    border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 70px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 15px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 5px 0;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #cecece;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fceaea;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto;
    color: #cecece;
    text-align: justify;
    display: inline-block;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #e03a3c !important;
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }
    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

/*--------------------------------------------------------------
# Footer
----------------------------------------------------------------*/

#footer {
    padding: 0;
    color: #b5b4b3;
    font-size: 14px;
}

#footer .footer-top {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

#footer .footer-top .list-group-item{
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0 5px;
    padding: 0 15px;
}

#footer .footer-top .list-group-item a{
    color: initial;
}

#footer .footer-top .list-group-item .icon{
    font-size: 28px;
}

#footer .footer-middle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
}

#footer .footer-middle .list-group-item {
    margin: 15px 0 0 0;
    background: transparent;
    border: 0;

}

#footer .footer-middle .list-group-item a {
    color: #b5b4b3;
}

#footer .footer-middle .list-group-item a:hover {
    text-decoration: none;
    color: #fff
}

#footer .footer-middle .logo-fund img {
    max-height: 90px;
}

#footer .footer-bottom {
    padding: 1.5rem;
    text-align: center;
}

/*--------------------------------------------------------------
# Footer Social
----------------------------------------------------------------*/
#footer .footer-top .facebook a:hover{color: #3b5998;}
#footer .footer-top .twitter a:hover{color: #1DA1F2;}
#footer .footer-top .instagram i:hover{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#footer .footer-top .linkedin a:hover{color: #2867B2;}
#footer .footer-top .youtube a:hover{
    background: white; 
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#footer .footer-top .youtube i:hover{ 
    background: #FF0000; 
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Bootstrap Select
----------------------------------------------------------------*/
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #1a1a1a;
    background-color: transparent;
    border-color: #ced4da;
    font-size: 14px;
    line-height: 24px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #6c757d;
}

@media (max-width: 1199px){
    #header {
        top: 46px;
    }
    #header .navbar ul {
        align-items: flex-start;
    }
    #header .logo img{
        max-width: 130px;
    }
    #header .navbar li > a::before {
        width: 0;
        background: none;
    }
    #header .navbar li > a:hover::before,
    #header .navbar li > a.active::before {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: none;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    #header .navbar .dropdown-menu {
        margin: 0.5rem 0;
        box-shadow: none;
    }
    #header .navbar-nav {
        width: 100%;
    }
    #header .navbar li { 
        width: 100%;
        padding: .3rem 0;
    }
    /* #header.header-scrolled {
        top: 37px !important;
    } */
    #header .navbar-collapse{
        background: rgb(8 8 8 / 80%);
        padding: 20px;
        border-radius: 10px;
        margin-top: 15px;
    }
    .btn-xs-block {
        width: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 1198px) { 
    #header.header-scrolled{
        top: 47px;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 575px){
    #header{
        top: 68px;
    }

}
@media (max-width: 462px){
    #header {
        top: 58px;
    }
}




/*--------------------------------------------------------------
# Legend

.section-legend {
    background-color: #2b2a2a;
    color: #e0e0e0;
}

.section-legend i {
    color: #e0e0e0;
    font-size: 2.5em;
    line-height: 0;
}

.section-legend span:nth-child(2) {
    font-size: 13px;
}
----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Popover
----------------------------------------------------------------*/
.popover {
    background-color: #000
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    border-right-color: #000;
}
.popover-body {
    color: #b5b5b5;
}

label.error {
    margin-top: 5px;
    font-size: 12px;
    color: #a94442;
    font-weight: bold;
}

label.error::before {
    /*font-weight: bold;*/
    font-size: 14px;
    content: 'x';
    /*    content: '\f00d';
        font-family: FontAwesome;*/
    margin: 0 5px;
}

.ajusta-icones {
    width: 40px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d1943b;
    border-color: #d1943b;
}

.img-responsive {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
meter {
    width: 100%;
    height: 25px;
}

/* Novo CSS Página Produto */

