.bienvenido, .mision, .marcas, .periodos, .ahorros, .galeria, .visitantes {
    padding: 60px 0 60px 0;
}

.a-class {
    color: #777;
    text-transform: none !important;
    text-decoration: none !important;
}

.a-class:hover {
    color: #000;
    text-transform: none !important;
    text-decoration: none !important;
}

.align-self{
    align-self: center !important;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: 400;
}

.h2-classing h2 {

    margin: 0 0 20px;
    line-height: 1.25;

}

.modify-round{
    width: 90px !important;
    height: 90px !important;
    line-height: 90px !important;
}

.icon-pharm {
    background-color: #fff ;
    color: red;
}

.a-text-trans {
    text-decoration: none !important;
    text-transform: none !important;
    color: #777777;
}

.background-lite {
    background-color: #eee;
}

#status.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.contact-form .required-error,
.form-control .required-error {
    border: 1px solid red !important;
}

#status.alert-error {
    color: #fff;
    background-color: #D00A2B;
    border-color: red;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.border-4px {
    border-radius: 4px !important;
}

.pharma-color {
    color: #2b2f78 !important;
}

.pharma-black {
    color: #000 !important;
}

.background-pharma{
    background-color: #2b2f78 !important;
    padding: 80px 55px;
}

.background-pharma-1{
    background-color: #2b2f78 !important;
}

.background-white{
    background-color: #fff !important;
    padding: 80px 55px;
}

.background-gray{
    background-color: #928F8D !important;
}

a.active {
    background-color: cornflowerblue !important;
}

.shadow-class {
    box-shadow: 0 0 44px -10px rgba(0, 0, 0, .15);
}