.cookies-container {
    background-color: rgba(43, 43, 43, 0.082);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}
.cookies-content {
    color: #5b5b5b;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 1rem;
    z-index: 1001;
    box-shadow: 0px 0px 20px 0px #00000023;
    background-color: white;
    padding: 1rem;
    border-radius: 3px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.5rem;
    transform: translateY(1rem);
    animation: slideUp 1s forwards;
}
@keyframes slideUp {
    to{
        transform: initial;
        opacity: initial;
    }
}
.carousel-wrap{
    min-height: 700px;
}
.hidden {
    display: none;
}
.cookies-save {
    color: white;
    background-color: #006400;
    border: 1px solid #006400;
    border-radius: 4px;
    font-weight: 400;
    padding: 10px 10px;
    grid-column: 2;
    grid-row: 1/3;
    cursor: pointer;
}
#scrollUp {
    display: none;
    z-index: 999;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #006400;
    box-shadow: 0px 0px 5px 0px #30303088;
    transition: all 0.5s ease 0s;
    bottom: 21px;
    right: 25px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 20px;
    font-family: 'FontAwesome' !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;

}
#scrollUp:hover {
    box-shadow: 0px 0px 12px 0px #3030309c;
    background: #19b32d;
}
#scrollUp:focus {
    outline: none;
}
.title-small {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    color: #006400;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.login-modal {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
.login-container {
    display: flex;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #ffffff;
}
.login-row {
    display: flex;
    align-items: center;
}
.login-img-wrap {
    padding-right: 29px;
    padding-left: 29px;
}
.login-img {
    height: 400px;
    width: 500px;
}
.login-wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 60px;
    background-color: #ffffff;
    border-left: 1px solid #e5e5e5;
}
.formLogin-wrapper {
    display: block;
}
.form-login{
    position: relative;
    margin-bottom: 20px;
}
.login-label {
    font-weight: 500;
    font-size: 14px;
}
.inputLogin {
    border: none;
    outline: none;
    border-bottom: 1.5px solid rgba(0, 0, 0, 21%);
    padding: 0;
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.inputLogin:focus, .pswd-wrapper:focus {
    border-bottom: 1.5px solid #19b32d;
}
.inputLogin:hover, .pswd-wrapper:hover {
    border-bottom: 1.5px solid #19b32d;
}
.pswd-wrapper {
    outline: none;
    display: flex;
    border: none;
    align-items: center;
    border-radius: 5px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 21%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.pswd-wrapper input {
    border: none;
    outline: none;
    padding: 0;
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.pswd-wrapper i {
    margin: 0 10px;
    color: rgb(145, 145, 145);
}
#loginBtn {
    margin-left: 275px;
}
.icons-service {
    margin-right: -15rem; 
    margin-left: 0;
    flex-wrap: inherit;
}
.icon-wrap span.flaticon-accounting-1, .icon-wrap span.flaticon-accountant, .icon-wrap h3.heading, .icon-wrap:hover p {
    transition: .2s ease;
}
.icon-wrap:hover span.flaticon-accounting-1, .icon-wrap:hover span.flaticon-accountant {
    color: #19b32e83;
}
.icon-wrap:hover h3.heading {
    text-shadow: 2px 2px 3px #5e5e5e56;
    transform: translateX(5px);
    transform: translateY(2px);
}
.icon-wrap:hover p {
    text-shadow: 2px 2px 4px #64646456;
    transform: translateX(5px);
    transform: translateY(2px);
}
.see-more {
    position: relative;
}
.see-more::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #19b32d;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contract-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem;
    z-index: 100; 
    overflow-y: auto;
}
.contract-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    min-height: 400px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}
.contract-imgwrap {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 230px;
    padding: 40px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
}
.img-circle {
    position: absolute;
    top: 65px;
    left: 54px;
    height: 146%;
    width: 200%;
    z-index: 1;
    background-color: #19b32e7d;
    -ms-transform: translateX(-50%) translateY(-25%);
    transform: translateX(-59%) translateY(-23%); 
}
.contract-img {
    position: absolute;
    top: -46px;
    left: 50%;
    -ms-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-60% - 0px)); 
    max-width: 130%;
}
.contract-content {
    -ms-flex: 3;
    flex: 3;
    padding: 40px 30px; 
}
.form-control:focus {
    border-bottom: 1.5px solid #19b32d;
}

@media (hover: hover) and (pointer: fine) {
    .see-more:hover::before{
      left: 0;
      right: auto;
      width: 100%;
    }
}
.img-avatar {
    height:200px;
    max-width:650px;
    text-align: center;
}
.avatar-about {
    width: 215px;
    height: 275px;
}
.avatar-wrap {
    display: flex;
}
.avatar-text {
    margin: 0;
}
.ebook-img-wrap {
    padding-right: 4rem;
    padding-left: 4rem;
    padding-bottom: 4rem;
    max-width: 470px;
}
.ebook-pic {
    width: 340px;
    height: 300px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-bottom: 3rem;
}
.ebook-wrap {
    padding: 5rem;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
    background-color: #21722ced;
    justify-content: center;
    width: 100%;
}
.ebook-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem;
    z-index: 100; 
}
.ebook-form {
    width: 330px;
    margin-top: 6rem;
    
}
.ebook-btn {
    background: #ffffff;
    border: 1px solid #ffffff;
    outline: none;
    color: #21722ced;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    user-select: none;
    width: -webkit-fill-available;
}
.ebook-btn:hover {
    background: #21722ced;
    border: 1px solid #ffffff;
    color: #ffffff;
    outline: none;
}
.ebook-btn:focus {
    outline: none;
}
.ebook-input-group {
    margin-bottom: 2rem;
}
.contact-section {
    padding: 7em 0;
    position: relative;
}
.contact-container {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.contact-row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center !important;
    -webkit-box-pack: center !important;
}
.contact-row2{
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row-reverse;
}
.contact-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.contact-colmd12 {
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.contact-colmd6 {
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.contact-wrapper {
    width: 100%;
}
.contact-wrap {
    background: #fff;
    width: 100% !important;
    padding: 4rem !important;
}
.contact-align {
    padding-right: 0;
    padding-left: 0;
    align-items: stretch !important;
    display: flex !important;
    position: relative;
    width: 100%;
}
.h-text {
    margin-bottom: 1.5rem !important;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 25px;
    margin-top: 0;
    font-family: inherit;
}
.contact-label {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.contact-form {
    display: block;
    margin-top: 0em;
}
.contact-form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: none !important;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    overflow: visible;
    margin: 0;
    font-family: inherit;
}
.contact-form-control:focus {
    border-bottom: 1.5px solid #19b32d;
    outline: none;
}
.contact-form-group {
    margin-bottom: 3rem;
}
.contact-info-wrap {
    color: rgba(255, 255, 255, 0.8);
    background: #1ba12d !important;
    width: 100% !important;
    padding: 4rem !important;
}
.contact-info {
    display: flex !important;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    width: 100% !important;
    align-items: center !important;
}
.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}
.info-text {
    width: calc(100% - 50px);
    padding-left: 1rem !important;
}
.info-a {
    color: #fff;
    background-color: transparent;
}
.info-a:hover {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    outline: none !important;
}
.info-a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    outline: none !important;
}
.contact-btn {
    background: #006400;
    border: 1px solid #006400;
    color: #fff;
    padding: 12px 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.contact-btn:hover {
    border: 1px solid #006400;
    background: transparent;
    color: #006400;
}
.footer-row {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: -15px;
    margin-left: -15px;
}
.footer-img {
    max-width: 100px;
    height: 100px; 
    margin-right: 10px;
}
.footer-text-logo {
    display: flex;
    max-width: 780px;
    align-items: center;
    padding-bottom: 1rem;
}
.footer-font {
    font-size: 16px;
}
@media only screen and (min-width : 1224px) and (max-width : 1824px) {
    .service-video {
        max-width: 535px;
        max-height: 320px;
    }
    .icons-service {
        margin-right: 0;
    }
    .container-avatar {
        max-width: 73% !important;
    }
    .container-mission {
        max-width: 85% !important;
    }
    .footer-row { 
        margin-right: 10rem;
        justify-content: space-between;
    }
    .footer-img {
        max-width: 75px;
        height: 85px;
    }
    .footer-font {
        font-size: 15px;
    }
    .ebook-img-wrap {
        padding-bottom: 0;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .service-video {
        max-width: 395px;
        max-height: 250px;
    }
    .ftco-navbar-light .navbar-brand {
        margin-bottom: 0px;
    }
    .icons-service {
        flex-wrap: wrap;
        margin-right: 0;
    }
    .services {
        width: 70%;
    }
    .container-media {
        padding: 2rem !important;
    }
    .top-banner-row {
        flex-wrap: nowrap;
        margin-right: 0;
        margin-left: 0;
    }.top-banner-col{
        padding-right: 0;
        padding-left: 0;
    }
    .top-align {
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .top-align-center {
        padding-right: 25px;
    }
    .footer-row {
        flex-direction: column;
    }
    .footer-termo-a {
        padding-left: 6rem !important;
    }
    .footer-text-logo {
        padding-bottom: 0;
    }
    .footer-img {
        max-width: 60px;
        height: 75px;
    }
    .footer-text {
        margin-top: -1rem !important;
        margin-bottom: 0rem;
    }
    .about-container {
        padding-top: 1rem;
    }
    .avatar-wrap {
        flex-direction: column;
        padding-bottom: 3rem !important;
        align-items: center;
    }
    .container-avatar {
        padding-top: 2rem !important;
        max-width: 90% !important;
        padding-bottom: 0rem !important;
    }
    .img-avatar {
        height: auto;
    }
    .avatar-text-box {
        text-align: center;
        padding-top: 1rem;
    }
    .contract-container {
        flex-direction: column;
        background-color: #f7f7f7;
    }
    .contract-modal {
        padding: 0;
    }
    .contract-img {
        position: inherit;
        top: 0;
        left: 60%;
        max-width: 100%;
    }
    .contract-content {
        transform: translateY(-43%);
        background-color: white;
        z-index: 100;
        width: 90%;
        margin: 0 auto;
        border-radius: 5px;
    }
    .contract-imgwrap {
        padding: 0;
    }
    .img-circle {
        width: 220%;
    }
    .contract-btn {
        margin-left: 69% !important;
    }
    .ebook-wrap {
        padding: 21px;
        flex-direction: column;
        align-items: center;
        width: 162%;
    }
    .ebook-img-wrap {
        padding-bottom: 0rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-left: 1rem;
    }
    .ebook-modal {
        padding: 0;
    }
    .ebook-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .ebook-span {
        font-size: 24px;
    }
    .login-row {
        flex-direction: column;
    }
    .login-wrapper {
        padding: 40px 25px;
        border-top: 1px solid #e5e5e5;
        border-left: 0px;
    }
    .login-img {
        height: 100%;
        width: 300px;
    }
    .login-img-wrap {
        padding: 2rem;
    }
    .login-modal {
        padding: 3rem 0rem 3rem 0rem;
    }
}