.bg-blue {
    background-color: #01344E;
}

nav div.collapse {
    background-color: #01344E !important;
}

body {
    font-family: Nunito, Roboto, sans-serif;
}

.nav-link {
    font-size: 12px !important;
}

.dropdown button {
    font-size: 12px;
}


.espacamento-cep {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1100px) {
    nav div.collapse {
        background-color: #01344E !important;
        height: 100px !important;
    }
    nav div.logo-site-principal {
        height: 100px;
        display: flex;
        align-items: center;
    }
    #mainNavbar {
        border-radius: 0px 0px 0px 50px !important;
    }
    .bg-nav {
        background-color: #01344E;
    }
}

.espacamentoTopT {
    margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
    body nav button {
        background-color: #01344E !important;
    }
    .bg-black {
        background-color: #01344E;
    }
    .placeholder {
        width: 100% !important;
    }
    .image {
        width: 25% !important;
    }
    .arrowSlide .fas {
        font-size: 16px;
    }
}

.btn-rounded-80 {
    border-radius: 80px;
}

.btn-ibeg {
    background-color: #01344E;
    color: #fff;
}

.btn-ibeg:hover {
    background-color: rgb(18, 48, 63);
}

.bg-white {
    background-color: #fff !important;
}

h3.title {
    font-size: 16px;
}

.title-home {
    color: #01344E;
    font-weight: 700;
}

.logoMenu {
    max-width: 90px;
}

.title {
    color: #777;
    font-weight: 700;
    padding-top: 2em
}

.title-page {
    color: #01344E;
    font-weight: 700;
}

.error {
    color: #e74c3c;
}

.subtitle-login {
    color: #777;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
}

.subtitleh5-login {
    color: #777;
    font-weight: normal;
    text-align: center;
}

.card-price {
    color: #01344E;
    text-align: center;
    font-weight: 700
}

.navbar {
    padding: 0 !important;
}

.card-text {
    text-align: center;
    font-size: 13px;
}

.btn-outline-cadastre {
    color: #fff;
    background-color: transparent;
    background-image: none;
    font-size: 13px!important
}

.btn-outline-cadastre:hover {
    color: #00B8E4;
    border-color: #fff;
}

.btn-outline-cart {
    color: #fff;
    background-color: #01344E;
    border-color: #01344E;
    background-image: none;
    font-size: 13px!important
}

.btn-outline-cart:hover {
    color: #86aaca;
    background-color: transparent;
    border-color: #86aaca;
}

.btn-outline-login {
    color: #fff;
    background-color: #01344E;
    border-color: #01344E;
    background-image: none;
    font-size: 13px!important
}

.color-white {
    color: white;
}

.logo-site-principal {
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
}

.valor-carrinho {
    text-align: right;
}

.btnRight {
    float: right;
}

.slick-card .card img {
    height: 150px;
}

navbar {
    width: 100% !important;
}

@media only screen and (max-width: 1100px) {
    .logo-site-principal {
        justify-content: center;
        left: 0;
    }
    .corInstituto {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 700px) {
    .slick-card .card img {
        height: 90px;
    }
    .card-total {
        width: 75%;
        display: flex;
        justify-content: center;
    }
    .card-total div {
        align-self: center;
    }
    #mainNavbar {
        padding: 20px;
    }
    #mainNavbar div {
        margin: 5px;
    }
    .navbar li.nav-item,
    .navbar div.dropdown {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .navbar button.navbar-toggler {
        padding: 20px;
    }
}

.nav-link {
    color: #fff;
    margin-left: 2px;
}

.espacamento-top {
    margin-top: 10px;
}

.btn-outline-login:hover {
    color: #86aaca;
    background-color: transparent;
    border-color: #86aaca;
}

.btn-outline-btn {
    color: #fff;
    background-color: #01344E;
    border-color: #01344E;
    background-image: none;
    font-size: 13px!important
}

.btn-outline-btn:hover {
    color: #86aaca;
    background-color: transparent;
    border-color: #86aaca;
}


/*SLIDE*/

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item {
    height: 24rem;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 24rem;
}


/*FIM - SLIDE*/

.carousel {
    margin-bottom: 4rem;
}

.imagem-produto-relacionados {
    width: 150px !important;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item {
    height: 24rem;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 24rem;
}

.text-footer:a {
    color: #777!important;
    font-size: 13px;
}

.text-footer:hover {
    color: #00b8e4!important;
    text-decoration: none;
}

.title-footer {
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-add {
    float: right;
    padding: 5px
}

.icon {
    float: left;
    padding: 0px 5px 0 0
}

.padding-page {
    padding-top: 2em
}


/*slide compras*/

.gallery {
    width: 100%;
    padding: 2%;
}

.placeholder {
    width: 70%;
    margin: 0 auto;
}

.placeholder img {
    width: 100%;
    padding: 1%;
    /*min-height: 300px;*/
}

.gallery-images {
    width: 100%;
    display: flex;
    justify-content: center;
}

.image {
    /*width: 31.333%;
        min-height:125px;
        float: left;
        margin: 1%;
        cursor: pointer;*/
    width: 15%;
    min-height: auto;
    cursor: pointer;
    margin: 2px;
}

.imagem-produto-relacionados {
    width: 25%;
}

.customer-slider {
    padding: 2em 0 2em 0
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.arrowSlide {
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    font-size: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.dropdown {
    padding-right: 5px !important;
}

.dropdown-menu {
    padding: 5px 15px 15px 5px !important;
    text-align: right !important;
    background-color: #f2f2f2 !important;
}

.sair {
    text-align: left !important;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: #fff;
    display: flex;
}

.loader {
    margin: auto;
    border-radius: 50%;
    position: relative;
}

.loader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    animation: popin 1.5s linear infinite 0s;
}

.loader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    animation: popin 1.5s linear infinite 0.5s;
}

.carregamento {
    background-color: #000
}

.small-img-responsive {
    width: 300px;
}

.corInstituto {
    color: #01344E;
    font-size: 16px;
}

.nav-item {
    margin-right: 2px;
    margin-left: 2px;
}

.rmA {
    text-decoration: none !important;
}


/*fim slide compras*/


/*.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


.featurette-divider {
  margin: 5rem 0; }

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}*/

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    /*.featurette-heading {
    font-size: 50px;
  }*/
}


/*@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}*/


/*FIM - SLIDE*/