#header-biofin .elementor-item-active {
    font-weight: 600 !important;
}

#header-biofin .elementor-item {
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;  
}

#header-biofin .elementor-item:hover {
    font-weight: 600 !important;
}




#footer-biofin ul,
#footer-biofin ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-biofin h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin: 0;
}

#footer-biofin p {
    color: #fff;
    text-align: -webkit-right;
    font-weight: 300;
    font-size: 1.1rem;
    margin: 5px 0;
}

.subcripcion-text h3 {
    text-align: right;
}

#footer-biofin a {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 300;
}


.email-container input[type="email"] {
    color: #fff !important;
    background: #ffffff00 !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 10px;
    width: 100%;
    margin-bottom: 0.8rem;
}

.send {
    display: flex;
    flex-direction: row-reverse;
}

.send input[type="submit"] {
    border: 0;
    border-radius: 3px;
    background: #ffffff;
    color: #14324b;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 800;
    padding: 0.5em 1.5em 0.5em;
    border-radius: 8px;
    cursor: pointer;
}