p{color: #ffffff !important;}
strong{color: #bbbbbb !important;}
span{color: #ffb18a !important; font-weight: bold;}
h1 span{color: #ffb18a !important; font-weight: bold;}
.btn-success{background-color: #379683 !important;
    border-color: #379683 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}
.bg{background-color: #000;}
.bg1{background-color: #795548;}

.header{background-image: url('../images/banner.webp');
background-repeat: no-repeat;
background-position: top center; width: 100%; height: 100%;}
.navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ff9800;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fafafa ; font-weight: 700; font-size: 18px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show>.nav-link {
    color: #fafafa ; font-weight: 700; font-size: 18px;
}
.banner{background-color: rgb(35, 35, 35, 0.9);}
.paddingTop{padding-top: 90px !important;}
.circle{background: #c37a7a;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}

.footer ul{list-style: none; padding: 0;}
.footer ul li a{text-decoration: none; font-size: 16px; font-weight: 700; line-height: 35px; color: #fafafa;}

.list-button {
    font-weight: 700 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    margin: 5px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.accordion, .panel {width: 96%;} } @media(min-width:576px){.container{max-width:540px}

.accordion {background-color: transparent; color: #fff; cursor: pointer; padding: 18px; border: 1px solid #dfcfcf; text-align: left; outline: none; font-size: 15px; transition: .4s; margin: 5px 0; border-radius: 6px; box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 2px 6px 2px; font-size: 18px; font-weight: 600; font-family: Philosopher;} .accordion:after {content: '\002B'; color: #fff; font-weight: 700; float: right; margin-left: 5px; font-size: 24px; background: #ba1b1b; border-radius: 50%; padding: 0 10px;}
.panel {padding: 0 18px; background-color: #ba1b1b; max-height: 0; overflow: hidden; transition: max-height .2s ease-out; box-shadow: rgba(0,0,0,.24) 0 3px 8px; border-radius: 0 0 6px 6px;} .panel p {padding: 20px 10px 10px; font-size: 18px; font-weight: 400;} .text {color: rgb(255 255 255) !important; font-family: Philosopher; line-height: 34px; font-size: 18px; font-weight: 400; text-align: justify;}