﻿
*:focus {
    outline: none !important;
}

*:active {
    outline: none !important;
}

/*@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}*/

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }

    .carousel-item > img {
        height: 500px;
    }
}

a {
    color: #e30513;
}

    a:hover {
        color: #e30513;
    }

.modal {
    margin-top: 30px;
}

.category-hr {
    margin-top: 0.4rem;
    border-color: #cc0033;
}

.category-caption {
    font-weight: bold;
    color: #cc0033;
    font-family: 'Gotham';
    font-weight: 700;
}

.button-category-caption {
    font-size: 14px;
    background-color: transparent;
    color: #cc0033;
    border: 1px solid #cc0033;
    border-radius: 0px;
}

.alert-danger {
    color: #a94442;
}

#menu-site {
    background-color: #f8f8f8;
}

.dropdown-menu {
    box-shadow: rgb(136, 136, 136) 1px 1px !important;
}

.icon-facebook {
    margin-right: -15px !important;
}

@media (max-width:2560px) {
    .button-category-caption {
        width: 255px;
    }
}

@media (max-width:1024px) {
    .button-category-caption {
        width: 210px;
    }
}

@media (max-width:768px) {
    .button-category-caption {
        width: 150px;
    }
}

@media (max-width:576px) {
    .button-category-caption {
        width: 160px;
    }
}

.form-control:focus {
    border-color: #e30513;
    box-shadow: 0 0 0 0.2rem rgba(227,5,19, 0.25);
}

.with-indicator-color {
    margin-bottom: -20px;
}

.carousel-indicators li {
    background-color: #e30513;
}

.carousel-indicators .active {
    background-color: #6e160c;
}

.navegacao-portais {
    width: 100%;
    background: #e30513;
}

    /*.navegacao-portais ul {
        margin-right: 10px;
    }*/

    .navegacao-portais li.social {
        border-left: 1px solid #fff;
        margin-top: -3px;
    }

    .navegacao-portais .social a {
        font-size: 23px;
        color: #ffffff;
        background: transparent;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navegacao-portais a {
        font-size: 16px;
        color: #ffffff;
        background: transparent;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 10px;
    }

        .navegacao-portais a > i {
            /*padding-top: 7px;*/
            font-size: 15px;
        }

.style-h2 {
    font-family: 'Gotham';
    font-weight: 500 !important;
}

.font-quero-contratar {
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0px;
}

.title-unit {
    font-family: 'Gotham';
    font-weight: 700 !important;
    font-size: 36px;
}

.title-design {
    font-family: 'Gotham';
    font-weight: 700 !important;
    font-size: 30px;
}

.title-model {
    font-family: 'Gotham';
    font-weight: 700 !important;
    font-size: 23px;
    color: #e30513;
    padding-top: 5px;
}

.text-transform {
    text-transform: initial;
}

.style-title-notice {
    font-family: 'Gotham';
    font-weight: 700 !important;
}

.margin-menu {
    margin-top: 37px !important;
}

.agradecimento {
    font-weight: 500 !important;
    font-size: 22px;
}

.size-protocolo {
    font-size: 30px !important;
    font-weight: 700 !important;
}

.border-cardy {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.border-cardy-2 {
    border-left: none !important;
    border-right: none !important;
}

.card-header {
    border: 1px solid;
    border-color: #ddd;
    margin-bottom: 20px;
}

.color-asterisco {
    color: #e30513
}

.card-radius {
    border-radius: 4px;
}

.style-alert {
    margin-bottom: -9px;
}

label {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 13px !important;
}

.errors {
    color: #e30513;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px !important;
    margin-top: 1px !important;
}

.placeholder {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}

.style-font-2 {
    font-style: normal !important;
}

.font-dados {
    color: black !important;
    font-family: 'Gotham';
    font-weight: 700 !important;
    font-size: 16px;
    padding-left: 16px;
    padding-top: 4px;
}

@media (min-width:1024px) {
    #menu-site {
        margin-top: -40px;
    }
}

.h4, h4 {
    font-size: 1.2rem;
}

.category {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100;
    background-color: #FFF;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    letter-spacing: 2px;
    color: #cc0033;
    text-transform: uppercase;
    margin-top: -12px;
    margin-left: -9px;
}

.topo {
    border-bottom: 1px solid #e30513;
}

.btn-pesquisar {
    color: #FFF;
    background-color: #e30513;
    border-color: #e30513;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#s1 {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.btn-pesquisar:hover {
    color: #e30513;
    background-color: #fff;
    border-color: #e30513;
}

.logo img {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 160px;
}

.img-size {
    width: 90%;
}

.img-size-unidade {
    width: 100%;
}

.font-img-facebook {
    font-size: 23px;
}

.nav > li > a.active, .nav > li > a:hover, .nav > li > a:focus {
    /*background-color: #e30513;
    color: white;*/
    text-decoration: none;
    /*padding: 10px 10px;*/
    border-radius: 4px;
}

.nav {
    text-align: left;
}
    .nav > li, .nav-pills > li {
        float: none;
        display: inline-block;
    }

.titulo-logo {
    font-family: "gotham", Helvetica, Arial, sans-serif;
    font-size: calc(0.80em + 0.90vmin);
    font-weight: 400;
    text-transform: uppercase;
    color: #6c757d;
    display: inline;
}

.usuario-logado {
    font-family: "gotham", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c757d;
    display: inline;
}

.usuario-logado-mobile {
    font-family: "gotham", Helvetica, Arial, sans-serif;
    font-size: calc(0.70em + 0.90vmin);
    font-weight: 400;
    text-transform: uppercase;
    color: #6c757d;
    display: inline;
}

.titulo-logo-sm {
    font-family: "gotham", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6c757d;
}

.logo-sm img {
    width: 80px;
}

.card-img-bg {
    box-shadow: inset 0px -60px 50px rgba(0, 0, 0, 0.7);
}

.card-img-maior {
    height: 330px;
    object-fit: cover;
}

.card-img-menor {
    height: 200px;
    object-fit: cover;
    font-size: 16px;
}

.card-img-menor-destaque {
    height: 200px;
    object-fit: cover;
}

.card-img-menor-destaque-nv2 {
    height: 150px;
    object-fit: cover;
}

.card-img-evento-destaque {
    height: 250px;
    object-fit: cover;
}

.card-img-destaque {
    height: 350px;
}

.card-img-destaque-nv2 {
    height: 300px;
}

.titulo-destaque {
    font-size: 19px;
    color: #e30513;
    text-transform: uppercase;
}

.card-title {
    color: #e30513;
}

.navbar-light .navbar-toggler {
    color: rgba(227,5,19,0.8);
    border-color: rgba(227,5,19,1);
}

.navbar-toggler-icon {
    color: rgba(227,5,19,0.8);
}

.card-titulo-maior {
    padding: 5px;
    margin-right: -13px;
    margin-bottom: -8px !important;
    line-height: 1;
    font-weight: 600;
    font-size: 22px;
}

.card-titulo-menor {
    font-size: 16px;
    line-height: 0.9;
    font-weight: 600;
}

.card-chapeu-destaque {
    color: #fff;
    background-color: rgba(227,5,19,0.8);
    padding: 5px;
    margin: -10px !important;
}

.card-img-wrap {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #212529;
}

    .card-img-wrap:hover {
        text-decoration: none;
        color: #212529;
    }

    .card-img-wrap img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.3);
        opacity: 0;
        transition: opacity .25s;
    }

    .card-img-wrap img {
        transition: transform .25s;
        width: 100%;
    }

.carrousel-card img {
    height: 420px;
}

.card-img-menor-padrao {
    height: 205px !important;
    object-fit: cover;
}

.card-img-wrap:hover img {
    transform: scale(1.010);
}

.card-img-wrap img:hover:after {
    opacity: 1;
}

.map {
    max-height: 200px;
    min-height: 200px;
    width: 100%;
}

#lista-cursos {
    /*padding: 0;*/
}

    #lista-cursos li {
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        margin: 0;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
    }

        #lista-cursos li span {
            font-size: 14px;
            color: #666666;
            display: block;
        }

        #lista-cursos li h3 {
            margin-top: 5px;
            font-size: 20px;
            font-weight: 600;
            color: #4D4D4D;
        }

        #lista-cursos li span.badge {
            font-size: 14px;
            color: #fff;
            display: block;
            width: fit-content;
        }

    #lista-cursos .btn-default {
        margin-top: 0px;
        font-family: 'Gotham', arial;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #cc0033;
        background-color: #fff;
        border: 2px solid #cc0033;
    }

        #lista-cursos .btn-default:hover {
            color: #ffffff;
            background-color: #cc0033;
            border: 2px solid #cc0033;
        }

    #lista-cursos hr {
        margin: 10px 0;
    }

.detalhe-curso {
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #707070;
    background-color: #F0F0F0;
}

    .detalhe-curso hr {
        margin-top: 25px;
        margin-bottom: 25px;
        border-color: #999
    }

    .detalhe-curso .btn-interesse {
        margin-top: 15px;
        font-family: 'Gotham', arial;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        color: #ffffff;
        background-color: #cc0033;
        border: 2px solid #cc0033;
        text-transform: uppercase
    }

        .detalhe-curso .btn-interesse:hover {
            background-color: #990033;
            border: 2px solid #990033;
        }

@media(min-width: 767px) {
    #lista-cursos {
        padding: 0px 0;
    }

    #lista-cursos li {
        display: inline-block;
        width: 49%;
        padding: 20px;
        margin: 20px 0;
        vertical-align: top;
        border-bottom: none;
    }

    #lista-cursos li:nth-of-type(2n+0) {
        border-left: 1px dashed #999999;
    }

    .carousel-item > img {
        height: 400px;
    }
}

@media (max-width:1440px) {
    #map {
        height: 390px;
    }
}

@media (max-width:1024px) {
    #map {
        height: 360px;
    }
}

@media (max-width:768px) {
    #map {
        height: 320px;
    }
}

@media (max-width:576px) {
    #map {
        height: 300px;
    }
}

@media (max-width:480px) {
    .newsletter-mt {
        margin-top: 10px;
    }
}

.destaque-fb {
    color: #3b5998;
}

.destaque-tw {
    color: #000000;
}

.destaque-ln {
    color: #0077B5;
}

.destaque-wp {
    color: #25D366;
}

.destaque-mstdn {
    color: #5f59f2;
}

.pagina-texto {
    text-align: justify;
}

.subtitle {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #e30513;
    position: relative;
    text-transform: uppercase;
}

    .subtitle:after {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #e30513;
        bottom: 8px;
        left: 0;
        z-index: -1;
    }

    .subtitle span {
        background-color: #ffffff;
        display: inline-block;
        padding-right: 10px;
    }

.h-md-50 {
    height: 50% !important;
}

.facebook-color {
    color: #0056b3;
}

@media (max-width:768px) {
    .logo img {
        width: 200px;
    }

    .titulo-logo-sm {
        font-size: 20px
    }

    .logo-sm img {
        width: 80px;
    }

    .card-img-maior {
        height: 250px;
    }

    .card-img-evento-destaque {
        height: 350px;
        object-fit: cover;
    }

    .card-img-menor {
        height: 120px;
    }

    .card-img-menor-destaque {
        height: 200px;
    }

    .card-img-menor-destaque-nv2 {
        height: 200px;
    }

    .h-md-50 {
        height: 50% !important;
    }

    #menu-site {
        background-color: #fff;
    }
}

@media (max-width:425px) {
    .logo img {
        width: 200px;
    }

    .titulo-logo-sm {
        font-size: 11px
    }

    .logo-sm img {
        width: 80px;
    }

    .card-img-evento-destaque {
        height: 200px;
        object-fit: cover;
    }

    .card-img-maior {
        height: 280px !important;
    }

    .card-img-menor {
        height: 200px;
    }

    .card-img-destaque-nv2 {
        height: 350px;
    }

    .card-img-menor-destaque {
        height: 160px;
    }

    .h-md-50 {
        height: 100% !important;
    }

    #menu-site {
        background-color: #fff;
    }
}

.limiter {
    min-height: calc(100vh - 543px);
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: #fff;
    }

.footer-primeira-linha {
    background-color: #6e160c;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    /*border-bottom: 1px solid;*/
}

.footer-segunda-linha {
    background: url('../images/bg_footer.webp')center #074a71;
    background-size: 100% auto;
    height: 120px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
}

@media (max-width:990px) {
    .footer-segunda-linha {
        height: 252px;
    } 
} 

@media (max-width:768px) {
    .footer-segunda-linha {
        height: 314px;
    }
}

@media (max-width:570px) {
    .footer-segunda-linha {
        height: 288px;
    }
}

.footer-tres-linha {
    background-color: #BC1016;
    font-style: normal;
    color: #FFFFFF;
    /*border-bottom: 3px solid;*/
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(64, 64, 64, 0.8);
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
    background: transparent;
    outline: auto 0px #e30513;
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}


.btco-hover-menu a, .navbar > li > a {
    padding: 10px 15px;
}

.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a, .navbar > .show > a:focus, .navbar > .show > a:hover {
    color: #000;
    background: transparent;
    outline: auto 0px #e30513;
}

.dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a {
    background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
    background: #f5f5f5;
}

/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a {
    background: #f5f5f5;
}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #fefefe;
}

    .btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
        background: #fff;
    }

        .btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
            background: #fff;
        }

/*Drop-down menu work on hover*/
.btco-hover-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px
}

@media (max-width:768px) {

    .btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
        background: #f5f5f5;
        padding-left: 10px;
    }

        .btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu.show {
            background: #f5f5f5;
        }

            .btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
                background: #ddd;
                padding-left: 10px;
            }

                .btco-hover-menu .collapse ul ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
                    background: #f5f5f5;
                }

                .btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu.show {
                    background: #ddd;
                }

                    .btco-hover-menu .collapse ul ul ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover, .navbar .show .dropdown-menu > li > a:hover {
                        background: #ddd;
                    }

                    .btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
                        background: #c1c1c1;
                        padding-left: 10px;
                    }


                        .btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu.show {
                            background: #efefef;
                        }
}

@media(min-width: 992px) {
    .carousel-item > img {
        height: 450px;
    }
}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {

    .btco-hover-menu .collapse ul li {
        position: relative;
    }

        .btco-hover-menu .collapse ul li:hover > ul {
            display: block
        }

    .btco-hover-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
        /*******/
        .btco-hover-menu .collapse ul ul li {
            position: relative
        }

            .btco-hover-menu .collapse ul ul li:hover > ul {
                display: block
            }

        .btco-hover-menu .collapse ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 250px;
            display: none
        }
            /*******/
            .btco-hover-menu .collapse ul ul ul li {
                position: relative
            }

                .btco-hover-menu .collapse ul ul ul li:hover ul {
                    display: block
                }

            .btco-hover-menu .collapse ul ul ul ul {
                position: absolute;
                top: 0;
                left: 100%;
                min-width: 250px;
                display: none;
                z-index: 1
            }
}

.dropdown-item.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(-90deg);
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    }

.page-link {
    color: #e30513;
}

    .page-link:hover {
        color: #e30513;
    }

.page-item.active .page-link {
    background-color: #e30513;
    border-color: #e30513;
}

.evento-classificacao img {
    width: 25px;
}

a.card-meu-sesi {
    text-decoration: none !important;
}

.card-meu-sesi .card-body {
    text-decoration: none !important;
    color: #395056;
    background-color: #b5c3c5;
}

a.card-meu-sesi .card-body:hover {
    color: #fff;
    background: #993399;
    background: -webkit-linear-gradient(left top, #993399, #cc3333);
    background: -o-linear-gradient(bottom right, #993399, #cc3333);
    background: -moz-linear-gradient(bottom right, #993399, #cc3333);
    background: linear-gradient(to bottom right, #993399, #cc3333);
}

.card-meu-sesi .venda-proibida {
    background-color: #d9534f;
    color: #fff;
}

.btn-meu-sesi {
    font-size: 1em;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #993399; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #993399, #cc3333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #993399, #cc3333); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #993399, #cc3333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #993399, #cc3333); /* Standard syntax (must be last) */
}

    .btn-meu-sesi:hover, .btn-meu-sesi:focus, .btn-meu-sesi:active, .btn-meu-sesi:active:focus {
        color: #ffffff;
        text-decoration: none;
        opacity: .65;
    }

/* Acessiblidade*/
:focus {
    outline: auto 0px #e30513;
    outline: -webkit-focus-ring-color auto 3px blue
}

.acessibilidade {
    position: absolute;
    display: inline-block;
    margin: 34px auto 0;
    max-width: 97%;
    width: 1250px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
    padding: 5px 0;
}


#shortcuts, #topbar {
    display: block;
}

#shortcuts {
    float: left;
    padding: 0;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

#shortcuts li {
    float: left;
    margin: 0 0 0 5px;
    font-size: 11px;
    margin-right: 10px;
    list-style: none;
}

    #shortcuts li a {
        color: #666666;
        text-decoration: none;
        font-weight: normal;
    }

        #shortcuts li a span {
            background: #cccccc;
            color: #333333;
            padding: 0px 3px;
        }

#topbar {
    float: right;
    clear: none;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 15px;
    padding: 0;
}

    #topbar li {
        float: left;
        margin: 0 0 0 14px;
        font-size: 11px;
        list-style: none;
    }

        #topbar li:first-child {
            margin-left: 0;
        }

        #topbar li a {
            color: #666666;
            text-decoration: none;
            font-weight: normal;
        }

            #topbar li a span {
                background: #cccccc;
                color: #333333;
                padding: 0px 3px;
            }
/*Fim Acessiblidade*/

/* ALTO CONTRASTE */
.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ul,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article,
.contrast input {
    background-color: black !important;
    color: white !important;
}

    .contrast h1,
    .contrast h2,
    .contrast h3,
    .contrast h4,
    .contrast h5,
    .contrast h6,
    .contrast p,
    .contrast label,
    .contrast strong,
    .contrast em,
    .contrast cite,
    .contrast q,
    .contrast i,
    .contrast b,
    .contrast u,
    .contrast span {
        color: white !important;
        background-color: transparent !important;
    }

    .contrast a {
        color: yellow !important;
    }

    .contrast button,
    .contrast input[type=button],
    .contrast input[type=reset],
    .contrast input[type=submit] {
        background: black !important;
        color: yellow !important;
        border: none !important;
    }

    .contrast input[type=text],
    .contrast input[type=password],
    .contrast input[type=url],
    .contrast input[type=search],
    .contrast input[type=email],
    .contrast input[type=tel],
    .contrast input[type=date],
    .contrast input[type=month],
    .contrast input[type=week],
    .contrast input[type=datetime],
    .contrast input[type=datetime-local],
    .contrast textarea,
    .contrast input[type=number] {
        background: black !important;
        border: 1px solid white !important;
        color: white !important;
    }

    .contrast ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: white;
    }

    .contrast ::-moz-placeholder { /* Firefox 19+ */
        color: white;
    }

    .contrast :-ms-input-placeholder { /* IE 10+ */
        color: white;
    }

    .contrast :-moz-placeholder { /* Firefox 18- */
        color: white;
    }

    .contrast footer div {
        background-image: none !important;
    }

    .contrast .navbar-default {
        border: transparent;
    }

    .contrast .navigation2 > .navbar-default {
        background-color: black !important;
        border-color: transparent !important;
        border-bottom: 1px solid white !important
    }

    .contrast .fa {
        color: white;
    }

    .contrast hr {
        border-color: white !important;
    }

    .contrast img {
        filter: grayscale(30%) contrast(150%);
        background-image: url()
    }

    .contrast :focus {
        outline: auto 0px #e30513;
        outline: -webkit-focus-ring-color auto 3px yellow
    }

    .contrast .bg {
        background-color: transparent !important;
    }

    .contrast .card-img-overlay {
        background-color: transparent !important;
    }

    .contrast .carousel-indicators .active {
        background-color: yellow !important;
    }

    .contrast .carousel-indicators li {
        background-color: white !important;
    }
/* FIM ALTO CONTRASTE */


.para-voce {
    border-left: 5px solid #cc0000;
    padding-left: 5px !important;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,#cc0000 25%,#cc0000 75%,rgba(0,0,0,0) 75%);
    border-image-slice: 1;
    margin-left: 5px;
}

    .para-voce:hover {
        border-left: 5px solid #cc0000;
        padding-left: 5px !important;
    }

.para-industria {
    border-left: 5px solid #0897bb;
    padding-left: 5px !important;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,#0897bb 25%,#0897bb 75%,rgba(0,0,0,0) 75%);
    border-image-slice: 1;
    margin-left: 5px;
}

    .para-industria:hover {
        border-left: 5px solid #0897bb;
        padding-left: 5px !important;
    }

.cultura {
    border-left: 5px solid #9d4fa6;
    padding-left: 5px !important;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,#9d4fa6 25%,#9d4fa6 75%,rgba(0,0,0,0) 75%);
    border-image-slice: 1;
    margin-left: 5px;
}

    .cultura:hover {
        border-left: 5px solid #9d4fa6;
        padding-left: 5px !important;
    }

.educacao {
    border-left: 5px solid #ed6b1f;
    padding-left: 5px !important;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,#ed6b1f 25%,#ed6b1f 75%,rgba(0,0,0,0) 75%);
    border-image-slice: 1;
    margin-left: 5px;
}

    .educacao:hover {
        border-left: 5px solid #ed6b1f;
        padding-left: 5px !important;
    }

.esporte {
    border-left: 5px solid #118711;
    padding-left: 5px !important;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,#118711 25%,#118711 75%,rgba(0,0,0,0) 75%);
    border-image-slice: 1;
    margin-left: 5px;
}

    .esporte:hover {
        border-left: 5px solid #118711;
        padding-left: 5px !important;
    }

.icon-play {
    color: #ffffff;
    font-size: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 150;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 4px rgba(51,51,51,0.6);
    opacity: .8;
}

    .icon-play:hover {
        color: #e7e7e7;
        cursor: pointer;
    }

.btn-outline-danger {
    background-color: #fff;
    border-color: #e30513;
}

    .btn-outline-danger:hover {
        background-color: #e30513;
        border-color: #e30513;
    }

.carousel-item > img {
    object-fit: cover;
    height: 300px;
}

@media(min-width: 576px) {
    .carousel-item > img {
        height: 300px;
    }
}

.carousel-control-next, .carousel-control-prev {
    width: 2%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%343A40' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%343A40' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.enabled > .active {
    flex-direction: row-reverse;
}

.ml-6 {
    margin-left: 4rem !important;
}

.mr-6 {
    margin-right: 4rem !important;
}

@media (min-width: 961px) {
    .navegacao-portais a {
        font-size: 13px;
    }

    .footer-primeira-linha {
        font-size: 14px;
    }

    .footer-segunda-linha {
        font-size: 14px;
    }

    .navegacao-portais .social a {
        font-size: 20px;
    }
}