@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

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

h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Raleway', sans-serif;
}

p {
    font-weight: 400;
}

b {
    font-weight: 700;
}

.bg-blue {
    background-color: #ecf0f5;
    border-bottom: 1px solid #006d92;
}

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

#promessa {
    background-color: #e8e8e8;
}

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

.btn-primary {
    background-color: #a09d9f !important;
    border-color: #a09d9f;
    margin-top: 5px;
}

.btn-success {
    
    margin-top: 5px;
}


.botoes-acoes-compras {
    text-align: center;
    margin-top: 5px;
}


/* 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;
}


#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: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.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 a {
    color: #000 !important;
}

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

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

.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;
}

.btn {
    cursor: pointer !important;
}

: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;
}

.btn {
    font-family: 'Raleway', sans-serif !important;
}

.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;
}