﻿
nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    
}

    nav.navbar.primary-color {
        background-color: #044e7f !important;
    }

div.body-content {
    margin-top: 50px;
}

ul.form-right li::marker {
    display: none;
}

ul.form-right li a {
    color: #fff;
    margin-right: 10px;
}

.navbar .dropdown-menu a {
    color: #fff;
}

div.dropdown-menu.show {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.dropdown-menu.show {
    background-color: #044e7f;
}

a.dropdown-item:hover {
    background-color: #4276f4;
}
/***/
button.btn-outline-primary,
button.btn-outline-primary:hover {
    background-color: #fff !important;
    font-weight: 700;
}

.box {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
}
.box .Aligner-item {
    max-width: 100%;
}

div.text-center h3,
div.producto h4 {
    color: #044e7f;
}

/****/
.PiePag {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    background-color: #d7d7d7;
    text-align: center;
    z-index: 115;
}
    .PiePag p {
        margin:0px;
    }
