/*
@font-face {
	font-family: 'Montserrat-Bold';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Montserrat-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/Montserrat-Regular.woff) format('woff');
}
*/
.mw-400 {
    min-width: 400px!important;
}
.fixed_header{
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

.fixed_header tbody{
  display:block !important;
  width: 100% !important;
  overflow: auto !important;
  max-height: 400px !important;
}

.fixed_header thead tr {
   display: block !important;
   width: calc(100% - 16px);
}

.fixed_header thead {
  background: transparent !important;
  color:black !important;
}

.fixed_header th, .fixed_header td {
  padding: 5px !important;
  text-align: left !important;
  width: 50% !important;
}

.fixed_header .linha_amarela td{
    width: 8px !important;
}

.fixed_header_sess{
    min-width: 1060px;
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

.fixed_header_sess tbody{
  display:block !important;
  width: 100% !important;
  overflow: auto !important;
  max-height: 400px !important;
}

.fixed_header_sess thead tr {
   display: block !important;
   width: 100%;
}

.fixed_header_sess thead {
  background: transparent !important;
  color:black !important;
}

.fixed_header_sess th, .fixed_header_sess td {
  padding: 5px !important;
  text-align: left !important;
  width: 20% !important;
}

.fixed_header_sess .linha_amarela td{
    width: 8px !important;
}
.chat-box {
    font: normal normal 11px/1.4 Tahoma, Verdana, Sans-Serif;
    color: #333;
    width: 300px; /* Chatbox width */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #99d585;
    border-bottom: none;
    background-color: white;
    position: fixed;
    right: 100px;
    bottom: -5px;
    z-index: 9999;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.chat-box > input[type="checkbox"] {
    display: block;
    float: right;
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 26px;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.chat-box > label {
    display: block;
    height: 24px;
    width: 100%;
    line-height: 24px;
    background-color: #99d585;
    color: white;
    font-weight: bold;
    float: right;
    padding: 0 1em 1px;
}

.chat-box > label:before {
    content: attr(data-collapsed)
}

.chat-box .chat-box-content {
    padding: 10px;
    min-height: 400px;
    display: none;
}

/* hover state */
.chat-box > input[type="checkbox"]:hover + label {
    background-color: #404D5A
}

/* checked state */
.chat-box > input[type="checkbox"]:checked + label {
    background-color: #99d585
}

.chat-box > input[type="checkbox"]:checked + label:before {
    content: attr(data-expanded)
}

.chat-box > input[type="checkbox"]:checked ~ .chat-box-content {
    display: block
}

btn_inactivo {
    background-color: #e6e6e6 !important;
    color: #464646 !important;
}

.bloco_search_cursos_loading_unselected {
    border: 1px solid #e6e6e6 !important;
    color: #e6e6e6 !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.bloco_search_cursos {
    border: 1px solid #464646 !important;
    color: #464646 !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 15px;

}

.bloco_search_cursos_selected {
    border: 1px solid #e61c18;
    color: #e61c18;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.listagem_agenda {
    background-color: #e6e6e6;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #464646;
}

.listagem_cursos {
    margin-bottom: 5px;
    background-color: #e8b400;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    /*color:  #fff;*/
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
    background-image: url('/site/img/arrow_right_grey.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;

}

.listagem_cursos:hover {

    -webkit-box-shadow: 0px 0px 23px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px 6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px 6px rgba(0, 0, 0, 0.75);
    transition: align .3s cubic-bezier(0.55, 0.055, 0.675, 0.20);
}

.btn_formacao_activo {
    background-image: url('/site/img/arrow_down_white.png');
    background-color: #e32c28;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 16px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    padding-left: 27px;
    padding: 10px 16px 10px 45px;
    display: inline-block;
    background-position: 15px 50%;
    min-height: 56px;
    font-weight: 500;
    vertical-align: middle;
}

.btn_formacao_inactivo {
    background-image: url('/site/img/arrow_down_white.png');
    background-color: #e6e6e6 !important;
    font-size: 22px;
    font-weight: 300;
    color: #464646 !important;
    line-height: 16px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    padding-left: 27px;
    padding: 10px 16px 10px 45px;
    display: inline-block;
    background-position: 15px 50%;
    min-height: 56px;
    font-weight: 500;
    vertical-align: middle;
}

html {
    position: relative;
    height: 100%;
}

html, body {
    width: 100%;
    /* height: 100%; */
    /* position: relative; */
}

body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
}

h3 {
    margin: 0;
    color: #464646;
    text-transform: uppercase;
}

h4 {
    color: #595959;
    font-size: 15px;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

label {
    font-weight: 500;
    color: #494949;
}

b, strong {
    font-weight: 600;
}

button {
    background-color: #fff;
    border: 0;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    color: #ed2424;
    font-size: 20px;
}

button.voltar_btn{
    background: #fff !important;
    padding: 7px 45px 10px !important;
}

img {
    max-width: 100%;
}

.italic {
    font-style: italic;
}

.color-white {
    color: #fff;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.form-group {
    overflow: hidden;
}

.display-inline-block {
    display: inline-block;
    vertical-align: middle;

}

.fake_banner {
    margin-top: 175px;
}

.margin-auto {
    margin: auto;
}

.no-padding {
    padding: 0;
}

.visibility-hidden {
    visibility: hidden;
}
.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-l-50 {
    margin-left: 50px;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-r-40 {
    margin-right: 40px;
}

.margin-r-50 {
    margin-right: 50px;
}

.padding-t-5 {
    padding-top: 5px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-20 {
    padding-top: 20px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-t-40 {
    padding-top: 40px;
}

.padding-t-50 {
    padding-top: 50px;
}

.padding-b-5 {
    padding-bottom: 5px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.padding-b-30 {
    padding-bottom: 30px;
}

.padding-b-40 {
    padding-bottom: 40px;
}

.padding-b-50 {
    padding-bottom: 50px;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-l-10 {
    padding-left: 10px;
}

.padding-l-15 {
    padding-left: 15px;
}

.padding-l-20 {
    padding-left: 20px;
}

.padding-l-30 {
    padding-left: 30px;
}

.padding-l-40 {
    padding-left: 40px;
}

.padding-l-50 {
    padding-left: 50px;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-r-10 {
    padding-right: 10px;
}

.padding-r-15 {
    padding-right: 15px;
}

.padding-r-20 {
    padding-right: 20px;
}

.padding-r-30 {
    padding-right: 30px;
}

.padding-r-40 {
    padding-right: 40px;
}

.padding-r-50 {
    padding-right: 50px;
}

input, select {
    background-color: #b5b5b5;
    padding: 3px 8px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    margin: 10px 0;
    width: 100%;
    border: none;
}

textarea {
    background-color: #b5b5b5;
    padding: 3px 8px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    height: 86px;
    margin: 10px 0;
    resize: none;
    width: 100%;
    border: none;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

.overflow {
    overflow: hidden;
}



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

    .center_vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}

.subtitulo {
    color: #e31d1a;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.subtitulo.big {
    font-size: 44px;
    font-weight: 300;
    line-height: 44px;
}

.texto {
    font-size: 24px;
    font-weight: 300;
    color: #464646;
    line-height: 27px;
}

.texto_normal {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #464646;
}

.titulo_modulo {
    font-size: 20px;
    font-weight: 500;
}

.fundo_cinza {
    background-color: #f3f3f3;
}

.fundo_branco {
    background-color: #fff;
}

.fundo_cinza_escuro {
    background-color: #dcdedd;
}

.fundo_escuro {
    background-color: #717171;
}

.fundo_vermelho {
    background-color: #e6332f;
}

#topcontrol {
    z-index: 1;
}

.color_red {
    color: #e31d1a;
}

.underline {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 0 auto;
}

.owl-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    background: #b5b5b5;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #e31d1a;
}

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

    .display-flex {
        display: flex;
    }

}

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

    .subtitulo {
        text-align: center;
    }

}

@media screen and (max-width: 767px) {

    .small-margin-mobile {
        margin-left: 15px;
        margin-right: 15px;
    }

}

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

    .fake_banner {
        margin-top: 236px;
    }

}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 5px solid #c83431;
    width: 100%;
    z-index: 22;
}

.menu .barra_topo {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0;
    top: -13px;
    position: relative;
}

.menu.home {
    position: absolute;
    z-index: unset;
}

.menu.home .barra_topo {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 27;
    position: relative;

}

.menu .barra_topo .icons_right {
    color: #e31d1a;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 10px;
}

.menu .barra_topo .icons_right i {
    font-size: 27px;
    margin-left: 5px;
    vertical-align: middle;
}

.menu .barra_topo .icons_right img {
    margin-left: 5px;
    vertical-align: middle;
}

.menu .barra_baixo {
    background-color: rgba(72, 72, 72, 1);
    padding: 5px 0;
    padding-top: 20px;
    top: -13px;
    position: relative;
}

.menu.home .barra_baixo {
    margin-top: 301px;
}

.menu .barra_baixo h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    margin-left: 10px;
}

.menu .barra_baixo h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    margin-left: 10px;
}

.menu_popup {
    width: Calc(100% / 5);
    margin-right: -3px;
    display: inline-block;
    text-align: center;
}

.menu_popup img {
    margin-right: 5px;
}

.menu_popup_baixo {
    /* width: Calc( 100% / 4 ); */
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-weight: 100;
    margin-right: 86px;
}

.menu_helper {
    height: 50px;
}

.menu_helper img {
    height: 45px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .menu .barra_baixo h3 {
        font-size: 21px;
    }

}

@media screen and (max-width: 1200px) {

    .menu_popup {
        width: Calc(100% / 3);
        margin-bottom: 20px;
    }

    .menu_popup_baixo {
        width: Calc(100% / 2);
        margin-right: -3px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 767px) {

    .menu .center_mobile {
        text-align: center;
    }

    .barra_baixo {
        display: none;
    }

}

@media screen and (max-width: 650px) {

    .menu_popup {
        width: Calc(100% / 2);
    }

}

@media screen and (max-width: 600px) {

    .menu_popup_baixo {
        width: 100%;
        margin-right: 0px;
    }

}

@media screen and (max-width: 500px) {

    #animatedModalMenu .col-xs-6 {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {

    .menu_popup {
        width: 100%;
    }

}

/*==================================================================================================*/
/*PESQUISA */
/*==================================================================================================*/

.modal-content .barra_topo {
    /* background-color: rgba(255, 255, 255, 0.8); */
    padding: 10px 0;
}

.modal-content .barra_topo .icons_right {
    color: #e31d1a;
    font-size: 19px;
    text-transform: uppercase;
    padding: 20px 10px;
}

.modal-content .barra_topo .icons_right i {
    font-size: 27px;
    margin-left: 5px;
    vertical-align: middle;
}

.input_pesquisa {
    color: black;
    width: 700px;
    padding: 20px 20px;
    margin-right: 16px;
}

.bloco_resultados_pesquisa table {
    width: 100%;
}

.bloco_resultados_pesquisa table tr td.linha_amarela {
    background-color: #e8b400;
    width: 8px !important;
    border-bottom: 3px solid #f2f2f2;
}

.bloco_resultados_pesquisa table tr td.titulo_pesquisa {
    height: 50px;
    vertical-align: middle;
    color: #c32320;
    padding: 0 11px;
    font-size: 15px;
    background-color: #fff;
    border-right: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
}

.bloco_resultados_pesquisa table tr td.saiba_mais {
    background-color: #fff;
    border-bottom: 3px solid #f2f2f2;
    width: 100px;
    text-align: center;
    color: #e31d1a;
    font-size: 15px;
}

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

    .input_pesquisa {
        width: Calc(100% - 100px);
    }

}

@media screen and (max-width: 500px) {

    #animatedModal .col-xs-6 {
        width: 100%;
        text-align: center;
    }

}

/*==================================================================================================*/
/*BANNER HOMEPAGE*/
/*==================================================================================================*/

.slide_video {
    /* width: 100%; */
    height: 1000px;
}

.video-wrap{
    height: 412px !important;
}

.banner_homepage {
    margin-bottom:85px;
    position: relative;
    z-index: 22;
}

.banner_homepage .container {
    position: relative;
    z-index: 20;
    margin-top: -110px;
}

.banner_homepage .container h1 {
    color: #e31d1a;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

    .banner_homepage {
        margin-bottom: 170px;
    }

}

@media screen and (max-width: 767px) {

    .banner_homepage .container {
        margin-top: 145px;
    }

    .banner_homepage .container h1 {
        font-size: 36px;
    }

    .banner_homepage {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 550px) {

    .banner_homepage .container h1 {
        font-size: 30px;
    }
}

/*==================================================================================================*/
/*BANNER INTERNO*/
/*==================================================================================================*/

.banner_interno {
    padding: 50px 0;
    background-size: auto 100%;
    background-position: center center;
}

.banner_interno h1 {
    color: #e31d1a;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.banner_interno .texto {
    color: #595959;
    font-size: 25px;
    font-style: italic;
    padding: 30px 0;
    width: 540px;
    position: relative;
    margin-left: 80px;
}

.banner_interno .subtitulo_banner {
    color: #484848;
    font-size: 90px;
    padding: 30px 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    margin-left: 35px;
}

.banner_interno .subtitulo_banner .subtitulo_banner_texto {
    line-height: 60px;
}

.banner_interno .subtitulo_banner span {
    font-size: 52px;
}

.banner_interno .subtitulo_banner .btn_banner {
    font-size: 24px;
    color: #fff;
    float: left;
    font-weight: 500;
    font-style: italic;
    text-transform: none;
    padding: 2px 10px;
    display: inline-block;
    background: #c32320;
    background: -moz-linear-gradient(left, #c32320 0%, #800d0c 100%);
    background: -webkit-linear-gradient(left, #c32320 0%, #800d0c 100%);
    background: linear-gradient(to right, #c32320 0%, #800d0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c32320', endColorstr='#800d0c', GradientType=1);
}

.banner_interno .banner_app {
    height: 350px;
}

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

    .banner_interno .texto {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

}

@media screen and (max-width: 550px) {

    .banner_interno .subtitulo_banner {
        font-size: 45px;
        margin-left: 10px;
    }

    .banner_interno .subtitulo_banner span {
        font-size: 34px;
    }

    .banner_interno .subtitulo_banner .subtitulo_banner_texto {
        line-height: 35px;
    }

}

/*==================================================================================================*/
/*BLOCO*/
/*==================================================================================================*/

.bloco {
    padding-top: 80px;
    background-color: #f3f3f3;
}

.bloco.bloco_cartao {
    padding-top: 0;
    margin-top: 0px;
}

.bloco_cartao ul {
    padding: 15px 30px;
    background-color: #fff;
}

.bloco_cartao .card_holder {
    margin-top: -45px;
}

.bloco_cartao ul li {
    font-size: 13px;
    margin-bottom: 10px;
}

.bloco_cartao ul li span {
    font-size: 14px;
}

.bloco_cartao .valor_desconto {
    font-size: 48px;
    display: inline-block;
    color: #484848;
    width: 115px;
    text-align: right;
    vertical-align: middle;
}

.bloco_cartao .texto_desconto {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    width: 130px;
    margin-left: 17px;
    vertical-align: middle;
}

.titulo_principal {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #515151;
    letter-spacing: 3px;
}

.titulo_principal span {
    font-weight: 300;
}

.input_condisoes {
    margin-top: 16px;
    margin-bottom: 10px;
}

.zona_btn {
    margin: 50px 0;
    text-align: center;
}

.zona_btn button {
    background-image: url(/site/img/arrow_down.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 13px 14px;
    border: 0;
    padding: 10px 20px 10px 40px;
    text-transform: uppercase;
    color: #ed2424;
    font-size: 20px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #b5b5b5;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 1.4em;
    line-height: 0.8;
    color: #a72725;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    /* border: 2px dotted blue; */
}

label:hover:before {
    /* border: 2px solid #4778d9!important; */
}

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

    .bloco_cartao .card_holder {
        margin-top: 0;
    }

}

/*==================================================================================================*/
/*HOMEPAGE CURSOS*/
/*==================================================================================================*/

.bloco_listagem_agenda table {
    width: 100%;
}

.bloco_listagem_agenda table tr td.linha_amarela {
    background-color: #e8b400;
    width: 8px;
    border-bottom: 3px solid #f2f2f2;
}

.bloco_listagem_agenda table tr td.texto_curso {
    height: 50px;
    vertical-align: middle;
    color: #c32320;
    padding: 0 11px;
    font-size: 15px;
    background-color: #fff;
    border-right: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
}

.bloco_listagem_agenda table tr td.saiba_mais {
    background-color: #fff;
    border-bottom: 3px solid #f2f2f2;
    width: 100px;
    text-align: center;
    color: #e31d1a;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.bloco_listagem_agenda table tr:hover .texto_curso,
.bloco_listagem_agenda table tr:hover .saiba_mais {
    /*background-color: #6f6f6f;
    color: #fff;*/
}

.bloco_listagem_agenda table tr td.texto_curso.no-padding {
    padding: 0;
    min-width: 60px;
}

.opener_listagem_agenda.opened {
    background-image: url(/site/img/arrow_down.png);
}

.opener_listagem_agenda {
    background-color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #e31d1c;
    background-image: url(/site/img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    cursor: pointer;
}

.calendario {
    display: inline-block;
}

.calendario .bloco_dia {
    display: inline-block;
    height: 200px;
    width: 180px;
    position: relative;
    margin-bottom: 4px;
    margin-right: 2px;
    background-color: #fff;
    padding: 15px 10px;
    vertical-align: middle;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.calendario .bloco_dia .num_cursos {
    color: #e31d1c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.calendario .bloco_dia .dia {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 56px;
    text-align: center;
    font-size: 36px;
    font-weight: 100;
    line-height: 52px;
    /* background-color: #000; */
}

.calendario .bloco_dia .nome_curso {
    position: absolute;
    top: 40%;
    text-transform: uppercase;
    word-wrap: break-word;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #545454;
}

.bloco_search_cursos {
    border: 1px solid #e61c18;
    color: #e61c18;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.bloco_search_cursos img {
    margin-left: 5px;
    vertical-align: sub;
}

.btn_filtrar_pesquisa {
    background-image: url(/site/img/simbolo_filtragem.png);
    background-color: #e6e6e6;
    font-size: 22px;
    font-weight: 300;
    color: #464646;
    line-height: 27px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    padding-left: 27px;
    padding: 10px 16px 10px 45px;
    display: inline-block;
    background-position: 15px 50%;
    min-height: 56px;
    vertical-align: middle;
    margin-right: -3px;
}

.btn_area_formacao {
    background-image: url(/site/img/arrow_down_white.png);
    background-color: #e32c28;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background-repeat: no-repeat;
    padding-left: 27px;
    padding: 10px 16px 10px 45px;
    display: inline-block;
    background-position: 15px 50%;
    line-height: 16px;
    min-height: 56px;
    font-weight: 500;
    vertical-align: middle;
}

.btn_area_formacao span {
    font-size: 13px;
    text-transform: none;
}

.btn_periodo_formacao {
    background-image: url('/site/img/arrow_down_white.png');
    background-color: #e32c28;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 16px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    padding-left: 27px;
    padding: 10px 16px 10px 45px;
    display: inline-block;
    background-position: 15px 50%;
    min-height: 56px;
    font-weight: 500;
    vertical-align: middle;
}

.btn_periodo_formacao span {
    font-size: 13px;
    text-transform: none;
}

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

    .calendario {
        text-align: center;
    }

}

@media screen and (max-width: 450px) {

    .bloco_listagem_agenda table tr td.texto_curso {
        font-size: 12px;
    }

    .bloco_listagem_agenda table tr td.saiba_mais {
        font-size: 12px;
    }

}

/*==================================================================================================*/
/*RECRUTAMENTO*/
/*==================================================================================================*/

#form_recrutamento {

}

#form_recrutamento .holder_fields {
    background-color: #787878;
    padding: 30px 100px;
}

#form_recrutamento .caixa_cinza_form {
    background: #8f8f8f;
    padding: 15px 20px;
    margin-bottom: 20px;
}

#form_recrutamento .caixa_cinza_form button {
    background-image: url(/site/img/arrow_right.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 35px 13px;
    border: 0;
    padding: 7px 45px 10px 70px;
    text-transform: uppercase;
    color: #ed2424;
    font-size: 18px;
}

#form_recrutamento .caixa_cinza_form input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#form_recrutamento .caixa_cinza_form input[type="file"] + label {
    font-size: 1.25em;
    color: #db1d1a;
    background-image: url(/site/img/plus_sign.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 25px 13px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px 10px 55px;
}

#form_recrutamento .caixa_cinza_form input[type="file"]:focus + label,
#form_recrutamento .caixa_cinza_form input[type="file"] + label:hover {
    /* background-color: red; */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

#form_recrutamento .caixa_cinza_form input[type="file"]:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#form_recrutamento .caixa_cinza_form .file_helper {
    margin-left: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

#form_recrutamento .caixa_cinza_form .file_helper img {
    margin-right: 8px;
}

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

    #form_recrutamento .holder_fields {
        padding: 30px 30px;
    }

}

/*==================================================================================================*/
/*INSCRIÇÃO ONLINE*/
/*==================================================================================================*/

#fancybox_insc_onine {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.9);
    z-index: -1;
    top: 0;
}

#fancybox_insc_onine .close_insc_online {
    position: absolute;
    width: 100%;
}


#fancybox_insc_onine .close_insc_online .close_incs_btn {
    float: right;
    color: #e31d1a;
    font-size: 19px;
    text-transform: uppercase;
    /* padding: 20px 10px; */
    padding: 24px 16px 0 0;
    margin-top: 6px;
}

#fancybox_insc_onine .close_insc_online .logo_incs_online {
    margin-top: 11px;
    margin-left: 23px;
    float: left;
}

#fancybox_insc_onine .close_insc_online .close_incs_btn img {
    margin-left: 10px;
}

#fancybox_insc_onine .center_vertical {
    height: Calc(100% - 100px);
    overflow: auto;
    margin-top: 50px;
}

#form_inscricao_online .holder_fields {
    background-color: #787878;
    padding: 30px 100px;
}

#form_inscricao_online .holder_fields .texto {
    font-size: 20px;
    font-weight: 500;
    color: #fff;

}

#form_inscricao_online .caixa_cinza_form {
    background: #8f8f8f;
    padding: 15px 20px;
    margin-bottom: 20px;
}

#form_inscricao_online .caixa_cinza_form button {
    background-image: url(/site/img/arrow_right.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 35px 13px;
    border: 0;
    padding: 7px 45px 10px 70px;
    text-transform: uppercase;
    color: #ed2424;
    font-size: 18px;
}

@media screen and (max-width: 1200px) {

    #fancybox_insc_onine .close_insc_online .logo_incs_online {
        margin-left: 15px;
    }

    #fancybox_insc_onine .close_insc_online .close_incs_btn {
        padding: 24px 24px 0 0;
    }
}

@media screen and (max-width: 767px) {

    #form_inscricao_online .holder_fields {
        padding: 30px 30px;
    }

}

@media screen and (max-width: 450px) {

    #fancybox_insc_onine .close_insc_online .logo_incs_online {
        width: 100%;
        text-align: center;
    }

    #fancybox_insc_onine .close_insc_online .close_incs_btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    #fancybox_insc_onine .center_vertical {
        height: Calc(100% - 170px);
        overflow: auto;
        margin-top: 85px;
    }

}

/*==================================================================================================*/
/*FORM LOGIN*/
/*==================================================================================================*/

.caixa_redes_sociais_login_form {
    background: rgba(86, 86, 86, 0.18);
    padding: 15px 20px;
    margin-bottom: 20px;
}

.caixa_redes_sociais_login_form img {
    margin: 0 10px;
}

#form_login {

}

#form_login .holder_fields {
    background-color: #787878;
    padding: 30px 100px;
}

#form_login .caixa_cinza_form {
    background: #8f8f8f;
    padding: 15px 20px;
    margin-bottom: 20px;
}

#form_login button {
    background-image: url(/site/img/arrow_right.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 35px 13px;
    border: 0;
    padding: 7px 45px 10px 70px;
    text-transform: uppercase;
    color: #ed2424;
    font-size: 18px;
}

#form_login a {
    font-weight: 600;
    letter-spacing: 1px;
}

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

    #form_login .holder_fields {
        padding: 30px 30px;
    }

}

@media screen and (max-width: 600px) {

    .login_top .display-inline-block:last-child {
        margin-top: 15px;
        margin-left: 30px;
    }

}

/*==================================================================================================*/
/*FORM REGISTAR*/
/*==================================================================================================*/

.caixa_redes_sociais_login_form {
    background: rgba(86, 86, 86, 0.18);
    padding: 15px 20px;
    margin-bottom: 20px;
}

.caixa_redes_sociais_login_form img {
    margin: 0 10px;
}

#form_registar {

}

#form_registar .holder_fields {
    background-color: rgba(86, 86, 86, 0.8);
    padding: 30px 100px;
}

#form_registar .caixa_cinza_form {
    background: #8f8f8f;
    padding: 15px 20px;
    margin-bottom: 20px;
}

#form_registar button {
    background-image: url(/site/img/arrow_right.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 35px 13px;
    border: 0;
    padding: 7px 45px 10px 70px;
    text-transform: uppercase;
    color: #ed2424;
    font-size: 18px;
}

.g-recaptcha {
    width: 304px;
    margin: 0 auto;
}

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

    #form_registar .holder_fields {
        padding: 30px 30px;
    }

}

@media screen and (max-width: 600px) {

    .registo_top .display-inline-block {
        margin-left: 10px;
    }

    .registo_top .display-inline-block:last-child {
        margin-top: 15px;
    }

}

/*==================================================================================================*/
/*INFORMATICA*/
/*==================================================================================================*/

.imagem_lateral_bloco {
    /*height: 100%;*/
    background-position: right top;
    /*background-size: auto 100%;*/
    min-height: 320px;
    /* background-position: right top; */
    background-size: cover;
}

.faixa_data {
    background: #c93936;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding: 15px 10px 15px 30px;
    margin-left: -30px;
    margin-right: -15px;
}

.texto_lateral_bloco {
    padding: 30px 40px 30px 0;
    width: auto;
}

.texto_lateral_bloco .texto {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

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

    .texto_lateral_bloco {
        text-align: center;
        margin: 0 auto;
    }

    .texto_lateral_bloco .texto {
        font-size: 17px;
    }

    .faixa_data {
        margin-left: -15px;
    }

    .noticias_bloco_helper .padding-l-5 {
        padding-left: 0;
    }

    .noticias_bloco_helper .listagem_4_quadrados .texto_normal {
        font-size: 17px;
        text-align: center;
        margin-top: 30px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .second_row_news .padding-r-5 {
        padding-right: 15px;
    }

    .second_row_news .padding-l-5 {
        padding-left: 15px;
    }

}

@media screen and (max-width: 600px) {

    .texto_lateral_bloco {
        width: auto;
        padding: 30px 15px;
    }

}

/*==================================================================================================*/
/*TRABALHO TEMPORÁRIO*/
/*==================================================================================================*/

.fundo_hexagono {
    background-image: url('/site/img/banner_hexagono.jpg');
    /* background-size: auto 100%; */
    background-position: center center;
    padding: 30px 0 40px;
}

.quadrados_holder {
    background-color: #fff;
    margin-bottom: 3px;
    width: 200px;
    padding: 20px 20px 0;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.quadrados_holder.fundo_cinza {
    background-color: #f3f3f3;
}

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

    .quadrados_holder {
        margin: 0 auto;
    }

}

/*==================================================================================================*/
/*RECURSOS HUMANOS*/
/*==================================================================================================*/

.listagem_4_quadrados {
    height: 305px;
}

.listagem_3_retangulo {
    min-height: 315px;
}

.banner_interno.banner_facilidade_pagamento {
    padding: 50px 0 80px;
}

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

    .listagem_4_quadrados {
        height: auto;
    }

    .listagem_4_quadrados_helper .padding-l-5 {
        padding-left: 0;
    }

    .listagem_4_quadrados_helper .padding-r-5 {
        padding-right: 0;
    }

}

/*==================================================================================================*/
/*HUMANOS*/
/*==================================================================================================*/

.iframe_video {
    height: 600px;
}

.cartao_pagamento {
    margin-top: -65px;
}

@media screen and (max-width: 700px) {

    .iframe_video {
        height: 450px;
    }

}

@media screen and (max-width: 500px) {

    .iframe_video {
        height: 350px;
    }

}

@media screen and (max-width: 400px) {

    .iframe_video {
        height: 250px;
    }

}

/*==================================================================================================*/
/*OFERTAS DE EMPREGO*/
/*==================================================================================================*/

.listagem_ofertas {

}

.listagem_ofertas .oferta_emprego {
    background-size: auto 100%;
    border: 10px solid #e5e5e5;
    width: 290px;
    margin: 15px 15px;
    display: inline-block;
    vertical-align: middle;
}

.listagem_ofertas .oferta_emprego:hover {
    border: 10px solid #e22a22;
}

.listagem_ofertas .oferta_emprego .zona_direita {
    width: 100px;
    margin-left: auto;
    background-color: rgba(227, 29, 26, 0.9);
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}

.listagem_ofertas .oferta_emprego .zona_direita .data {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 50px;
}

.listagem_ofertas .oferta_emprego .zona_direita .saiba_mais {
    font-size: 16px;
    text-transform: uppercase;
}

.listagem_ofertas .oferta_emprego .nome_emprego {
    background-color: rgba(255, 255, 255, 0.9);
    color: #e31d1a;
    text-transform: uppercase;
    padding: 10px;
    height: 90px;
    font-size: 17px;
    text-align: left;
    line-height: 20px;
}

.zona_tabs .tab {
    border-bottom: 4px solid #f3f3f3;
    text-align: center;
    margin-top: 10px;
}

.zona_tabs .tab .tablinks {
    cursor: pointer;
    display: inline-block;
    width: 25%;
    margin-right: -3px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px 20px;
    font-weight: 600;
    background-color: #dbdbdb;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;

    /* -webkit-transition: all .3s; */
    /* -moz-transition: all .3s; */
    /* transition: all .3s; */
}

.zona_tabs .tab .tablinks.active {
    background-color: #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    border-left: 2px solid #fff;
}

.zona_tabs .tab .tablinks.espec {
    background-color: #e6332f;
    color: #fff;
}

.zona_tabs .tabcontent {
    opacity: 0;
    display: none;
}

.zona_tabs .tabcontent.active {
    opacity: 1;
    display: block;
}

.zona_tabs .tabcontent h4 {
    color: #131943;
}

.topo_emprego {

}

.topo_emprego .cod_emprego {
    display: inline-block;
    width: 120px;
    height: 100px;
    background-color: #c63634;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.topo_emprego .nome_emprego {
    display: inline-block;
    width: Calc(100% - 123px);
    height: 100px;
    background-color: #c63634;
    color: #fff;
    font-size: 36px;
    vertical-align: middle;
    padding: 10px 20px;
    line-height: 38px;
}

.icon_emprego {
    background-color: #e4e4e4;
    padding: 25px 35px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin-left: 5px;
    margin-top: 5px;
    height: 100px;
}

.icon_emprego:hover {
    background-color: #c63634;
    color: #fff;
}

.icon_emprego img {
    margin-right: 10px;
    vertical-align: middle;
}

.icon_emprego .display-inline-block {
    width: 100px;
    font-weight: 600;
}

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

    .zona_tabs .tab .tablinks {
        width: 50%;
    }

    .topo_emprego .nome_emprego {
        font-size: 25px;
        line-height: 27px;
    }

}

@media screen and (max-width: 700px) {

    .topo_emprego .cod_emprego {
        width: 100%;
    }

    .topo_emprego .nome_emprego {
        width: 100%;
        border-top: 2px solid #fff;
        height: auto;
    }

}

@media screen and (max-width: 550px) {

    .zona_tabs .tab .tablinks {
        font-size: 17px;
        padding: 25px 10px;
    }

}

/*==================================================================================================*/
/* PROMOÇÕES */
/*==================================================================================================*/

.listagem_promocoes {

}

.listagem_promocoes .promocao_bloco {
    background-size: auto 100%;
    border: 10px solid #e5e5e5;
    margin: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 300px;
}

.listagem_promocoes .promocao_bloco .faixa_desconto {
    position: absolute;
    background-color: #c32320;
    font-size: 36px;
    font-weight: bold;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-transform: uppercase;
    top: 11px;
    right: -58px;
    line-height: 20px;
    padding: 10px 20px;
    width: 200px;
    color: white;
}

.listagem_promocoes .promocao_bloco .faixa_desconto span {
    font-size: 19px;
}

.listagem_promocoes .promocao_bloco .faixa_info {
    position: absolute;
    background-color: #fff;
    font-size: 17px;
    font-weight: bold;
    -ms-transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    text-transform: uppercase;
    top: 9px;
    left: -70px;
    line-height: 15px;
    padding: 6px 20px;
    width: 230px;
    color: #121212;
}

.listagem_promocoes .promocao_bloco:hover {
    border: 10px solid #e22a22;
}

.listagem_promocoes .promocao_bloco .zona_direita {
    width: 100px;
    margin-left: auto;
    background-color: rgba(227, 29, 26, 0.9);
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}

.listagem_promocoes .promocao_bloco .zona_direita .data {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 22px;
    min-height: 90px;
}

.listagem_promocoes .promocao_bloco .zona_direita .saiba_mais {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 19px;
}

.listagem_promocoes .promocao_bloco .nome_promocao {
    background-color: rgba(255, 255, 255, 0.9);
    color: #e31d1a;
    padding: 10px;
    /*height: 90px;*/
    width:300px;
    font-size: 17px;
    text-align: left;
    /*padding-top: 20px;*/
    margin-top: 100%;
}

/*==================================================================================================*/
/*LISTAGEM CURSOS*/
/*==================================================================================================*/

.bloco_listagem_cursos table {
    width: 100%;
    border-collapse: unset;
}

.bloco_listagem_cursos thead tr td:nth-child(2){
    text-align: left;
}

.bloco_listagem_cursos thead tr td{
    text-align: center;
}

.bloco_listagem_cursos table tbody tr:hover td{
    background-color: #6f6f6f;
}

.bloco_listagem_cursos table tbody tr td.linha_amarela {
    background-color: #e8b400;
    width: 8px;
    border-bottom: 3px solid #f2f2f2;
}

.bloco_listagem_cursos table tr td.texto_curso {
    height: 50px;
    vertical-align: middle;
    color: #c32320;
    padding: 0 11px;
    font-size: 15px;
    background-color: #fff;
    border-right: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    min-width: 90px;
}

.mw-150 {
    min-width: 150px !important;
}

.nowrap {
    white-space: nowrap;
}

.bloco_listagem_cursos table tr td.texto_curso ul{
    margin-bottom: 0px;
}

.bloco_listagem_cursos table tr td.saiba_mais {
    background-color: #fff;
    border-bottom: 3px solid #f2f2f2;
    width: 100px;
    text-align: center;
    color: #e31d1a;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.bloco_listagem_cursos table tr td.saiba_mais a{
    text-decoration: underline;
}

.bloco_listagem_cursos table tr:hover .texto_curso,
.bloco_listagem_cursos table tr:hover .saiba_mais {
    /*background-color: #6f6f6f;*/
    color: #fff;
}

.bloco_listagem_cursos table tr td.texto_curso.no-padding {
    padding: 0;
    min-width: 60px;
}

.opener_listagem_cursos.opened {
    background-image: url(/site/img/arrow_down_white.png);
}

.opener_listagem_cursos {
    background-color: #e8b400;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-image: url(/site/img/arrow_up_white.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    cursor: pointer;
}

@media screen and (max-width: 450px) {

    .bloco_listagem_cursos table tr td.texto_curso {
        font-size: 12px;
    }

    .bloco_listagem_cursos table tr td.saiba_mais {
        font-size: 12px;
    }

}

/*==================================================================================================*/
/*DETALHE DO CURSO*/
/*==================================================================================================*/

.curso_info_boxes{
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.topo_curso .cod_curso {
    display: inline-block;
    width: 120px;
    height: 100px;
    background-color: #edb528;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.topo_curso .nome_curso {
    display: inline-block;
    width: Calc(100% - 123px);
    height: 100px;
    background-color: #edb528;
    color: #57585a;
    font-size: 36px;
    vertical-align: middle;
    padding: 10px 20px;
    line-height: 33px;
}

.topo_curso .desconto {
    display: inline-block;
    width: 120px;
    height: 80px;
    background-color: #edb528;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.topo_curso .nome_curso {
    display: inline-block;
    width: Calc(100% - 123px);
    height: 100px;
    background-color: #edb528;
    color: #57585a;
    font-size: 36px;
    vertical-align: middle;
    padding: 10px 20px;
    line-height: 33px;
}

.linha_promocao {
    background-color: #c63634;
    color: #fff;
    font-size: 23px;
    /* text-align: center; */
    text-transform: uppercase;
    padding: 10px 0;
    padding-left: 145px;
}

.icon_curso {
    background-color: #e4e4e4;
    padding: 35px 40px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    /* margin-left: 5px; */
    /* margin-top: 5px; */
    height: 100%;
}

.icon_curso:hover {
    background-color: #c63634;
    color: #fff;
}

.icon_curso img {
    margin-right: 10px;
    vertical-align: middle;
}

.icon_curso .display-inline-block {
    width: 130px;
    font-weight: 600;
}

.zona_modulos .col-md-3 {
    border-right: 2px solid #c9c9c9;
}

.zona_modulos .col-md-3:last-child {
    border-right: 2px solid #fff;
}

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

    .zona_protocolos img {
        display: block;
        margin: 0 auto 30px;
    }

    .topo_curso .nome_curso {
        font-size: 25px;
        line-height: 27px;
    }

    .linha_promocao {
        padding-left: 20px;
        padding-right: 20px;
    }

    .zona_modulos .col-md-3 {
        border-right: 2px solid #fff;
    }

}

@media screen and (max-width: 700px) {

    .topo_curso .cod_curso {
        width: 100%;
    }

    .topo_curso .nome_curso {
        width: 100%;
        border-top: 2px solid #fff;
        height: auto;
    }

}

/*==================================================================================================*/
/*APP*/
/*==================================================================================================*/

.app_topo .tel_icon {
    width: 70px;
}

.app_topo .texto_tel_icon {
    width: Calc(100% - 73px);
}

.listagem_app ul {
    list-style-image: url('/site/img/icon_app.png');
    margin-left: 20px;
}

.listagem_app ul li {
    font-size: 23px;
    line-height: 22px;
    font-style: italic;
    color: #595959;
    font-weight: 300;
    padding-bottom: 20px;
}

.fundo_hexagono_app {
    background-image: url('/site/img/banner_hexagono.jpg');
    background-size: auto 100%;
    background-position: center center;
    padding: 30px 50px 40px;
}



.fc .fc-row .fc-content-skeleton td.fc-day-top{
    /*width: 21px;*/
    /*overflow: hidden;*/
}

/*
@media screen and (max-width: 760px) {
.fc-basic-view .fc-body .fc-row.fc-week thead tr{
    position: relative;
}
*/

@media screen and (max-width: 450px) {

    .subtitulo.big {
        font-size: 38px;
    }

    .fundo_hexagono_app {
        padding: 30px 25px 40px;
    }

}

/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

.bloco_testemunhos {

}

.bloco_testemunhos #slider_testemunhos {

}

.bloco_testemunhos #slider_testemunhos .slide_testemunho {
    padding: 50px 0;
    background-size: auto 100%;
    background-position: center center;
}

.bloco_testemunhos #slider_testemunhos .slide_testemunho h1 {
    color: #c32320;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
}

.bloco_testemunhos #slider_testemunhos .slide_testemunho .texto {
    color: #595959;
    font-size: 25px;
    font-style: italic;
    padding: 30px 0;
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.bloco_testemunhos #slider_testemunhos .slide_testemunho .texto:before {
    content: '';
    background-image: url(../img/aspa_left.png);
    position: absolute;
    top: 24px;
    width: 23px;
    height: 20px;
    left: -30px;
}

.bloco_testemunhos #slider_testemunhos .slide_testemunho .texto:after {
    content: '';
    width: 23px;
    background-image: url(../img/aspa_right.png);
    height: 20px;
    position: relative;
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
}

.bloco_testemunhos #slider_testemunhos .slide_testemunho .assinatura {
    color: #c32320;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.footer {
    background: #f6f6f6;
    color: #c32320;
    font-size: 21px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 50px;
}

.footer table td {
    padding: 10px 10px 10px 0;
}

.footer table h3 {
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
    color: #c32320;
    font-style: italic;
    font-weight: 500;
}

.footer table h4 {
    margin: 0;
    font-size: 12px;
}

.footer a {
    color: #c32320;
    text-decoration: none;
}

.lower_footer {
    color: #c32320;
    font-size: 14px;
    padding: 20px 0;
}

#googleMap {
    height: 250px;
    width: 100%;

}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .check-mark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .check-mark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .check-mark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .check-mark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/******/
.exemplo2 input[type=radio], .exemplo2 input[type=checkbox] {
    display: none; /* Esconde os inputs */
}

.exemplo2 label {
    cursor: pointer;
    font-weight: 500;
    color: #fffbfb;
    font-size: 22px;
}

.exemplo2 input[type="radio"] + label:before, .exemplo2 input[type="checkbox"] + label:before {
    border: 1px solid #5D5C5C;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 30px;
    margin: 0 .25em 0 0;
    padding: 6px;
    vertical-align: middle;
    width: 30px;
    border-radius: 4px;
}

.exemplo2 input[type="radio"]:checked + label:before, .exemplo2 input[type="checkbox"]:checked + label:before {
    background: #A0A0A0;
    color: #FFF;
    content: "\2713";
    text-align: center;
}

.exemplo2 input[type="radio"]:checked + label:after, .exemplo2 input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

/******/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.detalhe_emprego .texto{
    color: #595959;
    font-size: 25px;
    padding: 20px 0;
    margin-left: 80px;
}

#NoticiasComponent .imagem_lateral_bloco img{
    display: none;
}



.fc-more-popover {
    z-index: 2;
    width: 99% !important;
    height: 100%;
    overflow-y: auto;
}

@media screen and (max-width: 992px) {

    #NoticiasComponent .imagem_lateral_bloco{
        margin-right: -15px;
    }

    #CursoComponent .imagem_lateral_bloco{
        padding-left: 0 !important;
    }

    #CursoComponent .topo_curso{
        margin: 0 -15px;
    }

}


@media screen and (max-width: 800px) {

    .bloco_testemunhos #slider_testemunhos .slide_testemunho .texto {
        width: Calc(100% - 60px);
        margin: 0 30px;
    }

    .bloco_testemunhos #slider_testemunhos .slide_testemunho .texto:before {
        left: -20px;
    }

    .modal-default-button {
        float: right;
        width: 50%;
    }

}

@media screen and (max-width: 779px) {
    .modal-container {
        width: 95% !important;
    }

    .listagem_cursos {
        font-size: 16px;
    }

}

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

    .modal-container {
        width: 70% !important;
        max-width: 750px;
        padding: 5px 10px;
    }

    .bloco_listagem_agenda table tr:hover .texto_curso,
    .bloco_listagem_agenda table tr:hover .saiba_mais {
        background-color: transparent !important;
        color: #000;
    }

}

@media only screen and (max-width: 760px) {

    td.linha_amarela {
        background-color: transparent !important;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;

    }
    
    #calendar table{
        width: 100%;
        display: table;
        background-color: transparent;
    }
    #calendar thead{
        display: table-header-group;
        background-color: transparent;
    } 
    #calendar tbody{
        display: table-row-group;
        background-color: transparent;
    } 
    #calendar th{
        display: table-cell;
    } 
    #calendar td{
        display: table-cell;
        background-color: transparent;
        width: 100%;
    } 
    #calendar tr {
        display: table-row;
        background-color: transparent;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    
    #calendar thead tr {
        position: relative;
        top: unset;
        left: unset;
    }

    tr {
        border: 1px solid #c3c8cb;
        margin: 15px 0;
    }

    .texto_curso {
        font-size: 20px;
    }

    .saiba_mais {
        display: block;
        margin: auto;
        right: 0px;
    }

    table tr:hover .texto_curso,
    table tr:hover .saiba_mais {
        /*background-color: #fff;
        color: #000;*/
    }

    table tr td.linha_amarela {
        /*background-color: #fff;
        width: 8px;
        border-bottom: 0px;*/
        display: none;
    }

    table tr td.texto_curso {
        height: auto;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #e8b400;*/
        position: relative;
        padding-left: 50%;

        display: block;
        width: 100% !important;
        text-align: center;

    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .bloco_listagem_cursos table thead tr{
        display: none;
    }

    .bloco_listagem_cursos table tr td.image_aux {
        padding: 0;
    }

    .bloco_listagem_cursos table tr td.texto_curso {
        padding: 10px 0;
        height: auto;
        border-right: none;
        text-align: center;
    }

    .bloco_listagem_cursos table tr td.saiba_mais {
        padding: 10px 0;
    }

    #MenuDuvidas .modal-container .pull-left{
        width: 100%;
        text-align: center;
    }

    #MenuDuvidas .modal-container .modal-default-button{
        float: none;
        width: 100%;
    }

    #MenuDuvidas .modal-container{
        max-height: Calc( 100% - 30px ) !important;
    }

    #MenuDuvidas .modal-container .modal-default-button[disabled]{
        padding: 0;
    }

    .detalhe_emprego .texto{
        margin: 0 10px;
    }

    /*
    Label the data

    td:nth-of-type(1):before { content: "First Name"; }
    td:nth-of-type(2):before { content: "Last Name"; }
    td:nth-of-type(3):before { content: "Job Title"; }
    td:nth-of-type(4):before { content: "Favorite Color"; }
    td:nth-of-type(5):before { content: "Wars of Trek?"; }
    td:nth-of-type(6):before { content: "Porn Name"; }
    td:nth-of-type(7):before { content: "Date of Birth"; }
    td:nth-of-type(8):before { content: "Dream Vacation City"; }
    td:nth-of-type(9):before { content: "GPA"; }
    td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}

@media screen and (max-width: 650px) {

    .fundo_hexagono .container div{
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .texto_lateral_bloco .texto div{
        width: 100% !important;
        margin: 10px 0 !important;
        padding: 10px !important;
    }

}

@media screen and (max-width: 600px) {

    #NoticiasComponent .imagem_lateral_bloco{
        min-height: unset;
        background: none;
        margin-right: -15px;
    }

    #NoticiasComponent .imagem_lateral_bloco img{
        display: block;
        width: 100%;
    }

}

@media screen and (max-width: 500px) {

    #form_login .right{
        float: none;
        width: 100%;
        text-align: center;
    }

    .form_recuperacao_password .left{
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .modal-container h1{
        font-size: 33px !important;
    }

    #form_registar button {
        max-width: 100%;
        white-space: unset;
    }

}

a.link-underlined {
    text-decoration: underline !important;
}

.piscar{
 animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
 50% {
   opacity: 0;
 }
}