/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.logo {
    margin-top: 38px;
}

#loadModal {
    position: absolute;
    top: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233,233,233,.777);
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

.spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -33px;
    border: 3px solid navy;
}

.text-orange {
    color: #ff6a00 !important;
}

.bg-orange {
    background-color: #ff6a00 !important;
}

.card-header {
    border-bottom: 1px solid rgb(255 255 255) !important;
}

/*
    LOAD MODAL
*/


.loading-indicator-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,.701961);
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

    .loading-indicator-wrapper.loader-visible {
        opacity: 1;
        z-index: 9999
    }

    .loading-indicator-wrapper.loader-hidden {
        opacity: 0;
        z-index: -1
    }

    .loading-indicator-wrapper img {
        vertical-align: middle;
        display: inline-block
    }

    .loading-indicator-wrapper .loader {
        margin: 0 auto;
        font-size: 10px;
        position: relative;
        display: inline-block;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(255,255,255,.2);
        border-right: 1.1em solid rgba(255,255,255,.2);
        border-bottom: 1.1em solid rgba(255,255,255,.2);
        border-left: 1.1em solid #fff;
        -webkit-animation: load 1.1s infinite linear;
        animation: load 1.1s infinite linear
    }

        .loading-indicator-wrapper .loader,
        .loading-indicator-wrapper .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em
        }

    .loading-indicator-wrapper .loading-indicator-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*.footer {*/
/*position: absolute;*/
/*bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}*/

.mandatory {
    color: red;
    margin-left: 2px;
    font-weight: 500;
}

.text_mandatory {
    color: red;
    margin-left: 2px;
    font-weight: 500;
    font-size: 13px;
}

.yes {
    color: #4595ec;
    font-weight: 500;
}

.no {
    color: #074890;
    font-weight: 500;
}

.info {
    color: #afafaf;
}

/* Carousel Ratings */
.jcarousel li {
    width: 390px;
    background-color: #fff;
}

/*.borda {
    border: solid 1.5px #e8e8e8;
    border-radius: 5px;
    padding: 10px;
}*/

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

.jcarousel-wrapper, .jcarousel li {
    border: none;
    box-shadow: none;
    /*margin-left: 20px;*/
}

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 30%;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    text-shadow: none;
    box-shadow: 0 0 4px #b9b9b9;
    -webkit-box-shadow: 0 0 4px #b9b9b9;
    color: #3baeac57;
    text-decoration: none;
    font-size: 4em;
    font-family: Arial, sans-serif;
}

    .jcarousel-control-next:focus, .jcarousel-control-next:hover,
    .jcarousel-control-prev:focus, .jcarousel-control-prev:hover {
        color: #3baeac;
    }

.jcarousel-control-prev {
    left: -45px;
}

.jcarousel-control-next {
    right: -45px;
}

    .jcarousel-control-next:focus,
    .jcarousel-control-next:hover,
    .jcarousel-control-prev:focus,
    .jcarousel-control-prev:hover {
        text-decoration: none !important;
    }

#contact .table-sm th,
#contact .table-sm td {
    padding: 0 !important;
}

.btn-parceiro {
    background-color: #E97804 !important;
    border-color: #E97804 !important;
}

.btn-inscrevase {
    background-color: #034EA2 !important;
    border-color: #034EA2 !important;
}

/* CAPACITAÇÕES */
#cursos .square {
    background-color: #ebebeb;
    margin-bottom: 20px;
    padding: 20px;
}

#cursos .title {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 20px;
}

#cursos .banner {
    /*background-image: url(img/logo_padrao_curso.png);
    background-size: cover;
    height: 250px;
    background-position: center;*/
}

    #cursos .banner img {
        width: 250px;
    }

.descricao-item {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.descricao-text {
    font-weight: 400;
    text-transform: uppercase;
}

#cursos .botao {
    border: solid 1px #333;
    padding: 10px;
    font-weight: bold;
    top: 50px;
    position: relative;
    font-size: 16px;
}

#cursos .inative {
    opacity: 0.3;
}

#validation-summary-login {
    display: none;
}

    #validation-summary-login ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0;
    }

@media (max-width: 576px) {
    .display-4 { font-size: 1.75rem; }
    .display-5 { font-size: 1.5rem; }
    .display-6 { font-size: 1.25rem; }
    .lead { font-size: 1rem; }
    .container, .container-fluid { padding-left: .75rem; padding-right: .75rem; }
    .table th, .table td { font-size: .875rem; white-space: nowrap; }
    .nav .btn { padding: .5rem .75rem; font-size: .9rem; }
    .navbar-brand { font-size: 1rem; }
}

@media (max-width: 768px) {
    .display-4 { font-size: 2rem; }
    .display-5 { font-size: 1.75rem; }
    .display-6 { font-size: 1.35rem; }
    .table th, .table td { font-size: .9rem; }
}
