/* HEADER */

.header-column-logo{
    height: fit-content;
}

.btn-action-header{
    border-radius: 10px !important;
    color: #FFF !important;
    background: #448914 !important;
}

.btn-action-header:hover{
    color: #448914 !important;
    background: #FFF !important;
}

/* MENU */

.header-nav-bar{
    background: #448914;
    color: #FFF;
}

/* SOCIAL ICONS */

.social-icons li {
    box-shadow: none !important;
}

.social-icons li a {
    background: none !important;
    color: #FFF !important;
    font-size: 1.1rem;
}

/* Add here all your CSS customizations */
.player{
    position: fixed;
    width: 100%;
    background-color: #212529;
    bottom: 0;
    padding: 10px;
    z-index: 9999;
}

/* HOME */

.color-template{
    color: #448914;
}

.titulos-page{
    color: #448914;
    font-size: 2.5rem;
}

.btn-template{
    color: #448914;
    border-color: #448914;
    border-radius: 50px !important;
}

.btn-template:hover{
    color: #FFF;
    background: #448914;
    border-color: #448914;
}

.titulo-diferenciais{
    border-bottom: solid 3px #448914;
    font-size: 1.5rem !important;
}

.titulo-diferenciais a{
    color: #448914;
}

.postagem img{
    max-width: 100%;
    height: auto;
}

.post-content img{
    max-width: 100%;
    height: auto;
}

.texto img{
    max-width: 100%;
    height: auto;
}

.post-image iframe{
    max-height: 715px;
    max-width: 100%;
}

.btn-newsletter{
    position: fixed;
    left: 20px;
    bottom: 20px;
}

@media (max-width:640px){
    .btn-newsletter{
        width: 100%;
        left: 0;
        bottom: 0;
        margin-bottom: 0px !important;
    }
}

/* FOOTER */

.footer-1{
    background: #d6f6cc;
}

.footer-2{
    background: #458815;
}

.social-session-footer{

}

.social-session-footer span{
    color: #448914;
    font-weight: bold;
    font-size: 1.2rem;
}

.footer-social-icons li {
    box-shadow: none !important;
}

.footer-social-icons li a {
    background: none !important;
    color: #458815 !important;
    font-size: 1.2rem;
}
