body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family:NEO-TECH-STD;
}

/* 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;
}*/


/* Cartões Rotativos */
.flip-container {
    perspective: 1000px;
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    /*width: 320px;*/
    height: 250px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}



.separador {
    border-top: 1px dotted #8c8b8b !important;
    border-bottom: 1px dotted #fff !important;
}

.banner {
    display: block;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    height: 85%;
}

.bg-titulo-principal {
    background-color: #0673a5 !important;
    text-align: center;
    border-radius: 4px;
    font-family: 'NEO-TECH-STD';
}




.hr-titulo {
    /*background-color: #0673a5 !important;*/
    background-color: #f6821f !important;
    margin-top: 20px;
    margin-bottom: 1px;
    border: 0;
    border-top: 6px solid rgba(0, 0, 0, 0.1) !important;
}

.ht-tituloinvertido {
    background-color: #f6821f !important;
    margin-top: 1px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid rgba(0, 0, 0, 0.1) !important;
}

.hr-cursos {
    /*background-color: #0673a5 !important;*/
    background-color: #f6821f !important;
    margin-top: 20px;
    margin-bottom: 1px;
    border: 0;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.hr-arquivos {
    width:100%;
    color: black;
    height: 2px;
    background-color: black;
    margin-top:10px!important;
    margin-bottom:20px!important;
}

.arquivos {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.quemsomos {
    font-weight: 900;
    font-size: 24px;
    color: white;
    line-height: 28px;
    text-shadow: 1px 1px rgba(0,0,0,0.9);
    text-align: justify;
    background-image: url("../imgs/banners/fundo_texto.jpg");
    /*background-color: rgba(0,0,0,0.5);*/
    width: 100%;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}



.bullet {
    display: list-item; /* This has to be "list-item"                                               */
    list-style-type: disc; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside;
}



.arial {
    font-family:Arial;
}

.titulo {
    color: #000000 !important;
    /*color: #0673a5 !important;*/
    /*color: #f6821f !important;*/
}

.titulo-azul {
    color: dodgerblue !important;
    /*color: #0673a5 !important;*/
    /*color: #f6821f !important;*/
}

.destaque {
    font-size: large;
    font-weight:bolder;
}

.barra-eventos {
    display:block;
    background-color: rgba(0,0,0,0.6);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right:10px;
}

.box-laranja {
    color: white;
    background-color: #f6821f;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding-top: 5px;
    padding-bottom: 2px;
   
 }

.menu {
       font-size:larger
}

.separador li::after {
    content: "|";
    padding-right: 0px;
    padding-left: 0px;
}

.sombra {
    box-shadow: 3px 3px 2px grey;
}

.sombranav {
    background-color: #e3e6e8 !important;
    box-shadow: 0 2px 10px grey;
}

.footer {
    background-color: #2c3d50 !important;
    color:white;
}

.footer a {
    color:white;
}

.footer h1,h2,h3,h4,h5,h6 {
    color:white
}

.redes-sociais {
    background: url(/imgs/footer/bg_redes.png) center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 8px 0;
}

.img-redes {
    padding: 0 .5%;
}

.img-borda-redonda {
    border-radius: 4px;
}

.card-background {
    background-color: #e9e4e4;
}

.lista {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
}

.btn-mais {
    position: relative;
    left: 88%;
    top: 0%;
}

.ancora {
    position: relative;
    top: -500px;
    visibility: hidden;
}

.modal-img {
    width: 99%!important;
    height: 99%!important;
}



/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 3.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorl-009-spin-style {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

.jssorl-lg {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1140px;
    height: 213px;
    overflow: hidden;
    visibility: hidden;
}

.jssorl-spin-img {
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px;
}

.jssorl-slides {
    cursor: default;
    position: relative;
    top: 0px;
    left: 15px;
    width: 1110px;
    height: 213px;
    overflow: hidden;
}


.divider-vertical-b {
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.divider-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.validacao {
    font-size:smaller;
    color:red;
}

.texto-preto {
    color: black;
}

.texto-azul {
    color: dodgerblue;
}

.texto-verde {
    color: darkgreen;
}

.texto-laranja {
    color: darkorange;
}

.texto-azulescuro {
    color: midnightblue;
}


@font-face {
    font-family: "DINBold";
    src: url("../fonts/DIN-Bold.ttf") format("truetype"),
    url("../fonts/DIN-Bold.eot") format('embedded-opentype'), 
    url("../fonts/DIN-Bold.woff") format("woff"), 
    url("../fonts/DIN-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "NEO-TECH-STD";
    src: url("../fonts/neo-tech-std.ttf") format('truetype'), 
    url("../fonts/neo-tech-std.otf") format('opentype'), 
    url("../fonts/neo-tech-std.eot") format('embedded-opentype'), 
    url("../fonts/neo-tech-std.woff") format('woff'), 
    url("../fonts/neo-tech-std.woff2") format('woff2'), 
    url("../fonts/neo-tech-std.otf") format("opentype");
}

.responsavel {
    background-color:lightgray !important;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
}









