body{
    background-color: #454D54;
    margin:0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    color: #fff;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 12px;
}

li{
    margin-top: 12px;
    display: flex;
    align-items: center;
}

li h4{
    font-size: 16px;
    display: flex;
    margin: auto 0;
    margin-left: 6px;
    margin-top: 2px;
}

.icon_plan_container{
    width: 18px;
    display: flex;
    justify-content: center;
}

.nav{
    background-color: #343739;
}

.nav-logo-img{
    height: 60px;
}

.btn2{
    background-color: #55E086;
    border-radius: 4px;
}

.btn2 h3{
    color: #454D54;
}

.btn1-3{
    background-color: #55E086;
    border-radius: 50px;
    box-shadow: inset 0 0 2px #000;
}

.btn1-3 h3{
    color: #454D54;
    font-weight: bold;
}
.clicked{
    border-bottom: 3px solid #55E086;
}
.active{
    border-bottom: 3px solid #55E086;
}
.active2{
    color:  #55E086;
    background-color: #fff;
}

.my-negative-text-color{
    color: rgb(187, 127, 127);
}

.my-text-color{
    color:  #55E086;
}

.resources{
    background-image: url("../img/bg_resources.png");
}

.resources_bg{
    position: absolute;
    /* height: 100vh; */
    max-height: 100vh;
    width: 100%;

    object-fit:cover;

}

.resources_title_2{
    background-color: white;
    color: #10242B;
    margin-left: 14px;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 16px;
    border-radius: 4px;
}

.line{
    width: 160px;
    height: 1px;
    background-color: white;
    margin: 0 20px;
}

.resources_title img{
    width: 40px;
}

.resources .resources-container .middle .mockup-img{
    width: 70%;
    margin: 0 auto;
}

.automated_title_2{
    color: #55E086;
}

.charge{
    background-color: #2F3132;
}

.automate_wpp_msg_img_container img{
    width: 100%;
}

.text_span_msg_wpp{
    color: #55E086;
}

.finances{
    background-image: url("../img/bg_finances.png");
}

.financial_imgs_container .img_container{
    width: 250px;
}

.plans{
    background-color: #2F3132;
}

.plan{
    border-radius: 16px;
    /* background-color: green; */
}

.button_purchase{
    border: none;
    background-color: #55E086;
    padding: 4px 42px;
    border-radius: 8px;
    -webkit-box-shadow: 9px 10px 39px -26px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 10px 39px -26px rgba(0,0,0,0.75);
    box-shadow: 9px 10px 39px -26px rgba(0,0,0,0.75);
}

.button_purchase h3{
    color: #333;
    font-size: 22px;
    font-weight: 400;
}

.button_test{

    border: none;
    background-color: #55E086;
    padding: 4px 42px;
    border-radius: 8px;
    -webkit-box-shadow: 9px 10px 39px -26px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 10px 39px -26px rgba(0,0,0,0.75);
    box-shadow: 9px 10px 39px -26px rgba(0,0,0,0.75);

}

.button_test h2{
    color: #333;
    /* font-size: 22px; */
    font-weight: 400;
}

/* --------------------------------------------------- */

.FAQ{
    background-color: #141414;
    display: flex;
    justify-content: center;
}

.FAQ-container{
    width: 80%;
    display: flex;
    padding: 100px 0;
    justify-content: space-between;
}

.FAQ-left{
    width: 100%;
}

.FAQ-left-top h3{
    color: #55E086;
    font-weight: 400;
}

.FAQ-left-middle{
    padding: 30px 0;
}

.FAQ-left-bottom h3{
    font-weight: 400;
}

.FAQ-right{
    display: flex;
    justify-content: flex-end;
}

.accordion-container{
    width:80%;
}

.accordions{
    margin:0 auto;
    color: #fff;
}

.accordion-item input{
    display:none;
}

.accordion-item label{
    display:block;
    font-size:16px;
    cursor:pointer;
    display: flex;
    padding-top:14px;
}

.accordion-item label i{
    margin-top: 3px;
    padding-top:12px;
}

.accordion-item label p{
    padding-top:12px;
    margin-left: 6px;

}

.accordion-content{
    /* background-color: #55E086; */

    font-weight: 100;
    color:white;
    font-size:16px;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

[id^=accordion]:checked ~ .accordion-content {
    height: 100px;
}

.accordion-content p{
    /* padding: 20px 17px; */
    text-align: justify;
}

.line_accordions{
    width: 100%;
    height: 1px;
    background-color: white;
}

/* --------------------------------------------------- */

.img_new_resource_container{
    width: 50px;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;

}

.resource img{
    height: 40px;
    max-width: 50px;
    object-fit: contain;
}

.footer{
    background-color: #2F3132;
}

.logo_footer_img_container img{
    width: 180px;
}

.prospector_img_container img{
    width: 350px;
}

.payments_img_container img{
    width: 250px;
}

.line_footer{
    width: 100%;
    height: 1px;
    background-color: white;
    margin: 10px 0;
}

/* ----- ANIMATION ----- */

/* [data-anime]{
    opacity: 0;
    transition: 0.3s;
}
[data-anime="left"]{
    transform: translate3d(-50px, 0, 0);
    transition: 0.9s;
}
[data-anime="right"]{
    transform: translate3d(50px, 0, 0);
    transition: 1.5s;
}
[data-anime="top"]{
    transform: translate3d(0, 50px, 0);
    transition: 1.2s;
}
[data-anime="top2"]{
    transform: translate3d(0, 50px, 0);
    transition: 0.6s;
}
[data-anime="top3"]{
    transform: translate3d(0, 50px, 0);
    transition: 1s;
}
[data-anime="bottom"]{
    transform: translate3d(0, -50px, 0);
    transition: 1s;
}
[data-anime].animate{
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */