
body {
    /*padding-top: 85px !important;*/
    background: #f8f8f8;
}

h1, h2, h3, h4, h5, h6, p, span {
    font-weight: 600;
}

h2 {
    font-size: 20px;
}

.imgProduto {
    max-width: 80%;
}

.redes-sociais{
    margin-top: 70px;
    margin-left: 50px;
}

.redes-sociais a{
    color: #666666;
    margin-right: 10px;
}

.topo-grupo {
    border-bottom: 3px solid #006d92;
    font-size: 22px;
}

.btn {
    cursor: pointer !important;
    min-width: 45px;
    padding: 8px;
    /* margin: 5px; */
    border-radius: 10px;
    font-family: 'Raleway', sans-serif !important;
}

.badge-bronze {

    background-color: #a05e03;
    border-bottom: 1px solid #a05e03;

}

.cover {
    height: 240px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.header > .header-top {
    margin-top: -60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 30px;
  }

.header > .header-top > .logo {
    border: 4px solid #fff;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}

.header > .header-content > h3 {
    font-size: 16px;
    margin: 0;
    overflow-wrap: break-word;
}

.header > .header-content > p {
    font-size: 13px;
    color: #666666 !important;
    margin-top: 5px;
    overflow-wrap: break-word;
}

.menu-grupos {
    position: fixed;

}

p {
    font-weight: 400;
}

b {
    font-weight: 700;
}

.bg-blue {
    background-color: #ecf0f5;
    border-bottom: 1px solid #006d92;
    width: 100%;
    z-index: 1;
    bottom: 0;
    min-height: 80px;
}

.bg-blue-menu {
    background-color: #ecf0f5;
}

.bg-dark-blue {
    background-color: #a09d9f;
}

.link-menu{
    text-align: center;
    font-size: 13px;
}

.topo-menu{
    text-align: center;
    margin-top: 20px;
}

#promessa {
    background-color: #e8e8e8;
}

#newsletter form input {
    border-radius: 30px;
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    font-weight: 100;
}


/* input search top */

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 30px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    /*border-left: solid 1px #E4E4E4;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#custom-search-input button {
    margin: 1px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: currentcolor;
    color: #666666;
    padding: 5px 15px 5px 10px;
    border-left: solid 1px #ccc;
    border-radius: 0;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

/* hr text center  */

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    /*white-space: nowrap;*/
    font-weight: 600;
    color: #336699;
}

.strike > span {
    position: relative;
    display: inline-block;
    color: #336699 !important;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    color: #336699;
    background: #336699;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
    color: #336699;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
    color: #336699;
}

#footer {
    /*background-color: #e8e8e8;*/
}

li h6 {
    text-transform: uppercase;
    color: #336699 !important;
    font-weight: 500;
}

/* li a {
    text-transform: capitalize;
    font-style: italic;
    color: #336699 !important;
    font-weight: 500;
} */

#footer ul li hr {
    width: 35%;
    border-bottom: 1px solid #017BA8;
    height: 0px;
    text-align: center;
    margin: 0 auto 15px auto;
}

#footer li.num_footer, .num_ {
    text-transform: capitalize;
    text-decoration: none;
    font-style: normal;
    color: #000000 !important;
    font-weight: bolder;

}

@media (min-width: 992px) {
    .hidden-md {
        display: none;
    }
}

.carousel-item {
    background-position: center center;
    background-size: cover;
    min-height: 350px;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 2px 2px 5px -1px rgba(204, 204, 204, 1);
    box-shadow: 2px 2px 5px -1px rgba(204, 204, 204, 1);
}

.card-img-top {
    /* min-height: 120px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.card-data {
    border-radius: 5px;
    border: 2px solid #007DAB;
    text-align: center;
    padding: 5px 0;
}

.card-data h5,
.card-data h6 {
    margin: 0;
    color: #007DAB !important;
    font-weight: 700;
}

.card-title {
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
}

.card-title-menu {
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    width: 100%;
}

.card-title a {
    color: #000 !important;
}

.card-text {
    color: #000 !important;
    font-weight: 500;
    font-size: 12px;
    /*font-style: italic;*/
}

.card-text-resumo {
    font-size: 13px;
    color: #666666 !important;
}

.card-text-valor {
    font-size: 20px;
    color: #353535 !important;
    font-weight: bold;
    margin-bottom: -10px;
}

/* .card-body {
    min-height: 125px;
} */

.card-menu {
    min-height: 60px !important;
    text-align: center;
}

.card {
    border: none;
    -webkit-box-shadow: 2px 2px 5px -1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 2px 2px 5px -1px rgba(204, 204, 204, 1);
    box-shadow: 2px 2px 5px -1px rgba(204, 204, 204, 1);
}

.banner-evento-2 .banner-img-evento {
    min-height: 180px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 1.5px solid #eef0fa;
}

.banner-evento-2 .banner-descricao-evento {
    background: #eef0fa;
    padding: 20px;
    color: #ffffff;
    min-height: 180px;
}

.banner-evento-2 .banner-descricao-evento .banner-titulo-evento span {
    font-size: 14px;
    color: #124d75;
    padding-left: 10px !important;
    /*margin-left: 10px !important;*/
    border-left: 2px solid #DAE5F7;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.banner-evento-2 .banner-descricao-evento .banner-titulo-evento h1 {
    color: #124d75;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    margin: 0 0 10px 0 !important;
    font-weight: 600;
}

.banner-evento-2 {
    margin-bottom: 20px;
}

.no-padding {
    padding: 0;
}

:required {
    box-shadow: none;
    border-left: 2px solid #FB3D00;
    /*border-bottom-left-radius: 0;*/
    /*border-top-left-radius: 0;*/
}

.sidebar li a {
    font-style: normal;
    color: #124d75;
    font-weight: normal;
    font-family: 'Raleway', sans-serif !important;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

table {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.botao-menu {
    color: #a09d9f !important;
    cursor: pointer !important;
}

.navbar-dark .navbar-toggler {
    border: none;
    color: #007DAB !important;
    cursor: pointer !important;
}

.navbar li a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Raleway', sans-serif !important;
}

.titulo-section h1,
.titulo-section h2,
.titulo-section h3,
.titulo-section h4,
.titulo-section h5,
.titulo-section h6 {
    color: #007DAB !important;
    font-size: 20px;
    /*font-family: 'Titillium Web', sans-serif;*/
    margin-bottom: 0 !important;
    /*font-weight: 700;*/
    /*display: inline-block;*/
}

.titulo-section h1 span {
    font-size: 12px;
    color: #007DAB !important;
    /*padding-left: 10px !important;*/
    /*margin-left: 10px !important;*/
    border-left: 2px solid #DAE5F7;
}

.titulo-section span {
    font-size: 12px;
    color: #007DAB !important;
    /*padding-left: 10px !important;*/
    /*margin-left: 10px !important;*/
    /*border-left: 2px solid #DAE5F7;*/
    /*display: inline-block;*/
    /*font-weight: 600;*/
}

.bg-branco {
    background: #ffffff;
}

.bg-cinza {
    background: #F8F8F8 !important;
}

footer,
footer a {
    color: #fff !important;
}

footer ul {
    list-style: none;
}

footer ul li a {
    font-size: 14px !important;
    font-weight: 500;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
}

footer h6 {
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 22.5em) {
    .hidden-xs {
        display: none;
    }

    .display-xs {
        display: block !important;
    }

    .logo-footer {
        text-align: center !important;
    }

    .logo-footer img {
        width: 70%;
        margin-top: 10px;
    }

    .bloco-2-footer {
        border-left: none !important;
    }
}

@media screen and (max-width: 40em) {
    .hidden-xs {
        display: none;
    }

    .display-xs {
        display: block !important;
    }
}

#preloader {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Old browsers */
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.9;
    overflow: auto;
    z-index: 90000 !important;
}

.loader {
    width: 150px;
    /*height: 50px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.div-radio label {
    color: #28a745;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.custom-control-label.disabled {
    color: red !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.div-radio label {
    margin: 0 5px;
}

.modal-dialog {
    max-width: 700px;
    margin: 30px auto;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 5px 0 !important;
}