/*BASIC RESET*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

/*BODY STYLES*/
body {
    background-color: #FFFFFF;
    color: grey;
    font-size: 1rem;
}

.ssl__container {
    display: flex;
    justify-content: center;
    align-items: center;

}

/*MAIN STYLES*/
main {
    min-height: auto;
}

.main {
    padding-top: 100px;
    padding-left: 4px;
    padding-right: 4px;
}

h1 {
    color: #7A7A7A;
}

.carousel-inner {
    max-height: 40rem;
    justify-items: center;
}

.carousel-item {
    align-items: center;
}

.card-img-top {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.consulta__orden {
    color: grey;
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
}

.card-body {
    text-align: center;
}

/*A STYLES*/
a {
    color: inherit;
}

/*HEADER STYLES*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #FFFFFF;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo {
    width: 28%;
}

.nav {}

.nav__list {
    list-style: none;
    display: flex;
    flex-direction: row;
    color: grey;
}

.nav__item {
    margin-left: 2rem;
}

.nav__enlace {
    text-decoration: none;
}

/*FOOTER STYLES*/

footer {
    background-color: #2BAFEF;
    color: #FFFFFF;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer p {
    font-size: 12px;
}

.fa-email {
    color: #FFFFFF;
}

.fa-whatsapp {
    color: #FFFFFF;
}

.fa-facebook {
    color: #FFFFFF;
}

.fa-instagram {
    color: #FFFFFF;
}