/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #545454;
    background: linear-gradient(rgba(240, 255, 246, 0.748), rgba(240, 255, 246, 0.501));
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    font-weight: 100;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #333333;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #016827;
    color: #000000;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 5px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #ffffff;
    background: #009c4b;
}

.back-to-top i {
    padding-top: 10px;
}


/*******************************/
/********** Header CSS *********/
/*******************************/

#menu-cabecalho{
    background-color: #f3fff9;   
}

.header {
    padding: 15px 0 0 0;
}

.header.home {
    margin-bottom: 45px;
    background: linear-gradient(rgba(0, 156, 31, 0.311), rgba(2, 94, 73, 0.68), rgba(0, 156, 120, 0.907)), url(../img/header-fundo-lotewin.webp?a=3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

@media (min-width: 992px) {
    .header .row {
        padding: 0 60px;
    }
}

#menu-cabecalho{
    padding-bottom: 15px;
    background-color: rgb(249, 249, 249);
    position: fixed;
    width: 100%;
    z-index: 90;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}


.header .brand {
    position: relative;
}

.header .brand a {
    color: #000000;
    font-size: 60px;
    font-weight: 100;
}

.header .brand img {
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 100px;
}



.topbar {
    position: relative;
    text-align: right;
    padding-top: -10px;
    display: block;
    height: 40px;
    background: #009c4b;
    color: #ffffff;
}

.topbar .topbar-col {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
}

.topbar-col a {
    color: #ffffff;
    font-size: 15px;
}

.topbar-col a i {
    margin-right: 10px;
    color: #ffffff;
}

.topbar-social {
    position: relative;
}

.topbar-social a {
    display: inline-block;
}

.topbar-social a i {
    margin-right: 10px;
    font-size: 18px;
    color: #ffffff;
}

.topbar-social a:last-child i {
    margin: 0;
}

.topbar-social a:hover i {
    color: #FFD662;
}
.topbar-social .topbar-social-twitter:hover i {
    color: #2aa9e0;
}
.topbar-social .topbar-social-facebook:hover i {
    color: #385895;
}
.topbar-social .topbar-social-youtube:hover i {
    color: #ff0000;;
}
.topbar-social .topbar-social-instagram:hover i {
    color: #df0041;;
}
.topbar-social .topbar-social-linkedin:hover i {
    color: #0079b9;;
}


.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 5px;
    background: #eeeeee;
}

.header .dropdown-menu a.active {
    color: #000000;
}

@media (min-width: 992px) {
    .header .navbar {
        background: transparent !important;
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header .navbar-light a.nav-link,
    .header .navbar-light .show > .nav-link {
        position: relative;
        padding: 8px 10px;
        font-weight: 500;
        color: #020202;
        font-size: 16px;
        z-index: 1;
    }
    
    .header .navbar-light a.nav-link:hover,
    .header .navbar-light a.nav-link.active {
        color: #0a4800;
        border: #000000;
        background-color: #e6e6e695;
        border:solid 1px;
        border-radius: 5px;
    }
}

@media (max-width: 992px) {
    .header .brand {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .topbar {
        text-align: center;
        margin-bottom: 15px;
        height: 100px;
    }
    
    .topbar .topbar-col {
        margin: 0;
    }
    
    .topbar .topbar-social {
        margin-top: 5px;
    }
    
    .header .navbar {
        background: #ffffff !important;
        border: none;
        z-index: 1;
    }
    
    .header a.nav-link {
        padding: 5px 0;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
}

.header .navbar .btn {
    position: relative;
    margin-left: 15px;
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #00539C;
    border: none;
    border-radius: 5px;
    background: #09dc4f;
    transition: .3s;
}

.header .navbar .btn:hover {
    color: #000000;
    background: #FFD662;
}

.header .navbar .btn i {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .header .navbar {
        border-radius: 5px;
    }
    
    .header .navbar .btn {
        display: none;
    }
}

.header .hero {
    padding-top: 20px;
    padding-bottom: 60px;
}

.header .hero h1 {
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}

.header .hero h2 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}

.header .hero h2 span {
    color: #FFD662;
}

.header .hero p {
    margin: 10px 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.header .hero a.btn {
    position: relative;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #00539C;
    border: none;
    border-radius: 5px;
    background: #ffffffac;
    transition: .3s;
}

.header .hero a.btn:hover {
    color: #000000;
    background: #FFD662;
}

.header .hero .form {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.444);
    background: rgba(255, 255, 255, 0.564);
    border-radius: 20px;
    margin-top: 100px;
    /* sombra */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header .form h3 {
    color: #ffffff;
    font-size: 22px;
    align-items: center;
    font-weight: bold;
}


.header #form_titulo {
    color: rgba(255, 0, 0, 0.952); 
    text-transform: uppercase; 
    font-weight: bold;
    font-family: 'Lotewin', sans-serif;

}


.header .hero .form input,
.header .hero .form select,
.header .hero .form textarea {
    margin-bottom: 15px;
    height: 45px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, 0.863);
    color: #000000;
    font-weight: bold;
}

.header .hero .form textarea {
    height: 75px;
}

.header .hero .form select,
.header .hero .form input::placeholder,
.header .hero .form textarea::placeholder {
    color: #666666;
}

.header .hero .form select option:not(:checked) {
    color: #000000;
}

.header .hero .form .btn {
    position: relative;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 15px;
    background: #e93232;
    transition: .3s;
}

.header .hero .form .btn:hover {
    color: #ffffff;
    background: #017017;
}

@media (max-width: 767.98px) {
    .header .hero {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .header .hero .form {
        margin-top: 45px;
    }
    #header-descricao{
        margin-top: 220px;
    }
}

#header-descricao #hero_titulo{
    text-transform: uppercase;
    font-size: 35px;    
    font-weight: bold;
    font-family: 'Lotewin', sans-serif;
    
}

#header-descricao #hero_subtitulo{
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Lotewin', sans-serif;
}

.hero .btn-get-started {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);    
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    border: 2px solid color-mix(in srgb, #ffffff, transparent 10%); 
}
  
.hero .btn-get-started:hover {
    border-color: #ffc107;
    color: #ffc107;
 }
  
.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    font-weight: 600;
    color: #ffffff;
}
  
.hero .btn-watch-video i {
    color: color-mix(in srgb, #ffc107, transparent 50%);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}
  
.hero .btn-watch-video:hover i {
    color: #ffc107;
}


  
  
/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #FFD662;
}

.page-header h2 {
    color: #000000;
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    font-weight: 300;
    color: #00539C;
}

.page-header a:hover {
    color: #000000;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #000000;
}

.page-header a:last-child::after {
    display: none;
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: calc(50% - 50px);
    bottom: 0;
    background: linear-gradient(to left, #026024, #009c17, #008213);
    border-radius: 100%;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    left: calc(50% - 10px);
    bottom: -3px;
    background: #234600;
    border-radius: 5px;
}

.section-header p {
    margin-bottom: 10px;
    font-size: 20px;
}

.section-header h2 {
    color: #296100;
    font-size: 50px;
    font-weight: bold;
}

#sobre-titulo {
    color: #296100;
    font-size: 30px;
    font-weight: bold;
}

.section-header.left {
    text-align: left;
}

.section-header.left::before {
    width: 60px;
    left: 0;
    background: linear-gradient(to left, #016d35, #3c9c00, #244801);
    border-radius: 0 100% 100% 0;
}

.section-header.left::after {
    left: 0;
    border-radius: 5px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .about-img img {
    width: 100%;
    border-radius: 5px;
    padding-bottom: 5px;
}

.about .about-text h2 {
    position: relative;
    color: #296100;
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: bold;
}

.about .about-text h2 span {
    font-size: 120px;
}

.about .about-text p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.about .about-text a.btn {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;;
    border: none;
    border-radius: 5px;
    background: #e93232;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #ffffff;
    background: #017017;
}

@media (max-width: 767.98px) {
    .about .about-img img {
        margin-bottom: 30px;
    }
}



/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
    background: linear-gradient(rgba(240, 255, 246, 0.748), rgba(4, 163, 73, 0.378));
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 150px;
    border: 15px solid #ffffff;
    border-radius: 100px;
}

.testimonial .testimonial-content {
    position: relative;
    margin-top: -90px;
    padding: 100px 25px 25px 25px;
    text-align: center;
    background: #FFD662;
    border-radius: 5px;
}

.testimonial .testimonial-item p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.testimonial .testimonial-content h3 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
}

.testimonial .testimonial-content h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

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

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFD662;
}

.testimonial .owl-dot.active {
    background: #296100;
}


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

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

.testimonials-carousel .owl-dot.active {
    background: #296100;
}



/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
    color: #296100;
    background: linear-gradient(rgba(4, 163, 73, 0.378), rgb(255, 255, 255))
}

.faqs .section-header {
    margin-bottom: 30px;
}

.faqs img {
    width: 100%;
    border-radius: 5px;
    margin-top: 30px;
}

@media(max-width: 767.98px) {
    .faqs img {
        margin-bottom: 30px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
}

.faqs .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    color: #00539C;
    font-size: 18px;
    font-weight: 550;
    line-height: 40px;
}

.faqs .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #23c749;
    color: #000000;
    font-weight: bold;
    border-radius: 5px;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #00410f;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #00539C;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0 0 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
}

.faqs a.btn {
    margin-top: 30px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #e93232;
    transition: .3s;
}

.faqs a.btn:hover {
    color: #ffffff;
    background: #017017;
}

/*******************************/
/********* Feature CSS *********/
/*******************************/
#recursos{background: linear-gradient(rgba(4, 163, 73, 0.378), rgba(164, 164, 165, 0.378));
    color: #020202;
}

#recursos-conteudo{
    background-color: #f3f3f3;
    padding: 60px;
    border-radius: 15px;
}
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature a.btn {
    margin-top: 10px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;;
    border: none;
    border-radius: 5px;
    background: #e93232;;
    transition: .3s;
}

.feature a.btn:hover {
    color: #ffffff;
    background: #017017;
}

.feature .feature-item {
    margin-bottom: 30px;
}

.feature .feature-item img {
    width: 100%;
    border-radius: 5px;
}

.feature .feature-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #145e07f5;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
}
.card:hover{
    background-color: #c5e9fc;
    border: 1px solid #FAFAF9;
    margin-left: 1px;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
}
.card-image{
    padding: 10px;
}
.card-title{
    color: #017017;
    font-weight: bold;
    font-size: 18px;
}
.card-text{
    font-size: 12px;
    font-weight: bold;
    height: 130px;
    padding: 2px;
}


@media (max-width: 767.98px) {
    .feature a.btn {
        margin-bottom: 45px;
    }
}


/*******************************/
/******* Complemente  CSS *******/
/*******************************/

/*.complemente-carousel .carousel-control { visibility: hidden; } */

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

.complemente .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFD662;
}

.complemente .owl-dot.active {
    background: #296100;
}


.complemente-carousel .owl-nav,
.complemente-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.complemente-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFD662;
}

.complemente-carousel .owl-dot.active {
    background: #296100;

}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 10px;
    padding-top: 20px;
    background: linear-gradient(rgba(0, 95, 41, 0.707), rgb(0, 146, 63));
    color: #ffffff;
    font-weight: 500;
	padding-bottom: 3rem;
    text-decoration: none;
}


  
.footer .footer-top {
    padding-top: 50px;
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px;
}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .logo span {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Lotewin', sans-serif;
    text-decoration: none;
}

.footer .footer-about p {
    font-size: 14px;
    font-family: 'Lotewin', sans-serif;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color(#ffffff);
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: #ffffff;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #ffffff;
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: #ffffff;
    text-decoration: none;
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .copyright a {
    color: #ffffff;
    text-decoration: none;
}

.footer .credits {
    margin-top: 4px;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.footer .credits a {
    color: #ffffff;
    text-decoration: none;
}
  


/*******************************/

.maisperguntas {
    display: none;
}


