
.mainRgpd{ font-size:15px; line-height:15px; margin-top:15px;}
.mainRgpd input[type=checkbox]{ margin:0}
.mainRgpd a{text-decoration:underline!important;}
.mainRgpdNewsletter{margin-top:5px; color:#fff;}
.mainRgpdNewsletter a{ text-decoration:underline;}
.failRgpd { color:#ff0000;}
.failRgpd a { color:#ff0000!important; text-decoration:underline!important;}
/* GERAIS */
.centrar{
    margin-left				: auto;
	margin-right			: auto;
}

.clear{
    clear					: both;
}

@-ms-viewport{ width: auto !important; }


.cssErrorCaptcha {border:1px solid #ff0000;}
@media (max-width : 500px) 
{
    .g-recaptcha{transform: scale(0.75); transform-origin: left top;}
}
    
#wrapper {
}

#linguasRow {
	margin-top				: 10px;
}
#menuCabRow {
	margin-top				: 10px;
}
#bannerRow {
	margin-top				: 20px;
}
#contentRow {
	margin-top				: 70px;
}
#rodapeRow{
	margin-top				: 20px;
}
input.fail {
    background: rgba(0, 0, 0, 0) url("/img/Uniform/bg-inputFail.png") repeat-x scroll 0 0 !important;
    border-color: #ff7575 !important;
}
textarea.fail {
    background: rgba(0, 0, 0, 0) url("/img/Uniform/bg-inputFail.png") repeat-x scroll 0 0 !important;
    border-color: #ff7575 !important;
}

#divMainLogo {
    background: rgba(255,255,255,0.9);
    position: absolute;
    z-index: 16;
    height: 130px;
    width: 100%;
}

    #divMainLogo .divMainLinguas {
        background: #DA291C;
        height: 27px;
        position: relative;
        z-index: 10;
    }

    #divMainLogo .divMainMenu {
    }

    #divMainLogo > .divLogo {
        transform: skew(-25deg, 0deg);
        -webkit-transform: skew(-25deg, 0deg);
        -moz-transform: skew(-25deg, 0deg);
        -o-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
        padding: 0px 50px 0px 50px;
        background: #3F4444;
        position: absolute;
        z-index: 101;
        top: 0px;
        left: -30px;
        height: 130px;
        display: table;
    }

        #divMainLogo > .divLogo > div {
            display: table-cell;
            vertical-align: middle;
        }

            #divMainLogo > .divLogo > div img {
                transform: skew(25deg, 0deg);
                -webkit-transform: skew(25deg, 0deg);
                -moz-transform: skew(25deg, 0deg);
                -o-transform: skew(25deg, 0deg);
                -ms-transform: skew(25deg, 0deg);
            }


@media(max-width:1199px) {
    #divMainLogo > .divLogo {
        padding: 0px 30px 0px 30px;
        padding: 0px 30px 0px 30px;
    }
    #divMainLogo > .divLogo > div img {
        width: 160px;
    }
}

@media(max-width:992px) {
    #divMainLogo > .divLogo {
        padding: 0px 20px 0px 20px;
    }
    #divMainLogo > .divLogo > div img {
        width: 120px;
    }
}

@media(max-width:767px) {

    #divMainLogo {
        background: rgba(255,255,255,0.9);
        position: relative;
        z-index: 16;
        height: auto;
    }

        #divMainLogo > .divLogo {
            transform: skew(0deg, 0deg);
            -webkit-transform: skew(0deg, 0deg);
            -moz-transform: skew(0deg, 0deg);
            -o-transform: skew(0deg, 0deg);
            -ms-transform: skew(0deg, 0deg);
            background: #3F4444;
            position: relative;
            z-index: 101;
            top: 0px;
            height: 130px;
            display: table;
            left: auto;
            width: 100%;
            text-align: center;
        }

            #divMainLogo > .divLogo > div {
                display: table-cell;
                vertical-align: middle;
            }

                #divMainLogo > .divLogo > div  img {
                    transform: skew(0deg, 0deg);
                    -webkit-transform: skew(0deg, 0deg);
                    -moz-transform: skew(0deg, 0deg);
                    -o-transform: skew(0deg, 0deg);
                    -ms-transform: skew(0deg, 0deg);
                }

                #divMainLogo > .divLogo > div  img {
                    width: auto;
                    max-width: 100%;
                }

    .divMainMenu {
        height: 60px;
        position: absolute;
        width: 100%;
        background: rgba(255,255,255,0.9);
    }
}



.divMainDetails .titulo {
    color: #CBCBCB;
    font-size: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    margin:0px;
}

.divMainDetails .redBar {
    width: 100px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #DA291C;
}

.divMainDetails .owl-servicos {
    margin: 50px 0;
}

    .divMainDetails .owl-servicos .owl-item .item {
        text-align: center;
        padding: 0 30px;
        cursor: pointer;
    }

        .divMainDetails .owl-servicos .owl-item .item .image {
            height: 70px;
            margin-bottom: 15px;
        }

        .divMainDetails .owl-servicos .owl-item .item img {
            margin-left: auto;
            margin-right: auto;
        }

    .divMainDetails .owl-servicos .titulo {
        font-size: 25px;
        color: #3F4444;
        line-height: 29px;
    }

    .divMainDetails .owl-servicos .descricao {
        font-size: 17px;
        color: #979999;
        margin-top: 10px;
        line-height: 21px;
    }

.divMainDetails .owl-nav i {
    color: #E5E5E6;
    font-size: 35px;
}

.divMainDetails .owl-prev {
    position: absolute;
    left: 0px;
    top: 15%;
}

.divMainDetails .owl-next {
    position: absolute;
    right: 0px;
    top: 15%;
}

@media(max-width:767px) {
    .divMainDetails .titulo {
        color: #CBCBCB;
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        font-weight: 600;
    }
}



.divLogo img {
    width: 100%;
    max-width: 200px;
    cursor: pointer;
}


.divMainCurriculumAjax {
    background: #F7F7F7;
    padding: 30px 0;
}
.divMainCurriculum  {background:#DA291C;}
.divMainCurriculum .mainTitulo {color:#fff; font-size:43px; margin-bottom:15px;}
.divMainCurriculum .barAnos {overflow:hidden;}
.divMainCurriculum .barAnos > div {font-size:17px; color:#fff; float:left; cursor:pointer; position:relative; line-height:50px; text-align:center; padding-bottom:15px;}
.divMainCurriculum .barAnos > div.div { margin:0 15px; cursor:inherit;}
.divMainCurriculum .barAnos > div.selected { color:#212424; font-weight:bold; font-size:23px;  }
.divMainCurriculum .barAnos > div > .seta {  display:none; background:url('/img/setaCurriculum.jpg') no-repeat center; height:15px; position:absolute; left:0px; right:0px;}
.divMainCurriculum .barAnos > div.selected > .seta {  display:block;}

.divMainCurriculum .divMainCurriculumDetail { background:#fff; padding:15px 0; padding-bottom:50px;}

@media(max-width:767px) {

    .divMainCurriculum .mainTitulo {color:#fff; font-size:35px; margin-bottom:15px; line-height:35px;}
    .divMainCurriculum .barAnos > div { width:50% !important; line-height:30px; }
    .divMainCurriculum .barAnos > div > .seta { display:none !important;}
}

        

.timeLineOuter {width:100%;height:420px;position:relative;overflow:hidden;}
.timeLineBackground {height:3px;width:100%;background:#CBCBCB;margin-top:210px;}
.timeLineInner {position:absolute;top:0;left:0;}
.timeLineWrapper {display:none;white-space:nowrap;}
.timeLineElement {display:inline-block;height:400px;white-space: nowrap;}
.timeLineYear {
	background:#CBCBCB; border:5px solid #F7F7F7; height: 30px; width: 30px; border-radius:15px; color:#FFFFFF;
	font-weight: normal; font-size: 22px; text-align:center; margin : 197px 15px 0px 15px; float : left; cursor : pointer; 
    -webkit-touch-callout: none;
    -webkit-user-select	: none;
    -khtml-user-select	: none;
    -moz-user-select	: none;
    -ms-user-select		: none;
    user-select			: none;
	
}

.timeLineYear > div {font-size: 19px; color: #CBCBCB; margin-top:25px; margin-left:-10px;}
.timeLineYear.onDisplay {background:#DA291C; }
.timeLineYear.onDisplay > div {color:#DA291C; }
.timeLineYearWhite {background:#FFFFFF;width:100%;z-index:0;position:absolute;left:0;}
.timeLineYear:hover {background:#DA291C;}

.timeLineContent {display:inline-block; width:250px;
                  height:200px; float:none; opacity:0; padding-left:10px;
                   padding-top:2px; padding-bottom:2px; border-left:1px solid #D1D3D3; overflow:hidden;}
.timeLineContent:nth-child(2n+4) {margin-top:220px;}

.timeLineArticle {width:100%;font-size:14px;line-height:17px;margin-bottom:5px;}

.timeLineArticle > .piloto {font-weight:700; color:#3F4444; font-size:17px; white-space:initial; }
.timeLineArticle > .imagem {width:190px;height:143px; margin-bottom:10px; position:relative; background-size:contain; background-repeat:no-repeat; background-position:center;}
.timeLineArticle > .imagem > a {display:block; width:100%; height:100%;}

.timeLineArticle > .imagem > a > div {position: absolute; padding:5px; left: 0px;top: 0px;bottom: 0px;right: 0px;background: #DA291C;color: #fff;display: none;  white-space:normal;}
.timeLineArticle > .imagem > a:hover > div {display:block; }


.btnRedes { width: 30px; height: 30px; background: #DFDFDF; text-align: center; color: #fff; border-radius:15px; float:right; margin-left:10px; cursor:pointer;}
.btnRedes:hover {background: #ccc; }
.btnRedes i {line-height: 30px; font-size:17px;}

.btnEnviarCont {background: #da291c none repeat scroll 0 0; color: #fff; cursor: pointer;font-size: 18px;line-height: 50px;padding: 0 25px;border:none;}


body {
    font-family: 'Jura', sans-serif;
    background-color: #FFFFFF;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

a img {
    border: none;
}

.unselectable {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnSubmitLightbox {
    height: 40px;
    display: table-cell;
    line-height: 40px;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    padding: 0 10px;
}

    .btnSubmitLightbox:hover {
        background: #666666;
    }

.asterisco {
    color: #ff0000;
}

@media only screen and (max-width : 767px) {
    .alignLeftXs {
        text-align: left;
    }
}

@media only screen and (min-width : 768px) {
    .alignLeftXs {
        text-align: right;
    }
}


ul#ulLinguas {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
}

    ul#ulLinguas li {
        list-style: none;
        float: left;
        margin: 0 0px 0 10px;
        cursor: pointer;
    }

        ul#ulLinguas li a {
            color: #fff;
            text-decoration: none;
            line-height: 27px;
            font-size: 12px;
        }

            ul#ulLinguas li a:hover {
                color: rgba(255,255,255,0.75);
            }

            ul#ulLinguas li a.selectedLingua {
                color: rgba(255,255,255,0.75);
                font-weight: bold;
                cursor: default;
            }

#barraCabecalho > ul > li > .menu-border {
    background: #DA291C none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}


    #barraCabecalho > ul > li > .menu-border > .triangulo {
        width: 100%;
        height: 15px;
        background-image: url('/img/triangulo.png');
        background-position: center center;
        background-color: none;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
    }


.navbar-right .dropdown-menu {
    left: auto;
    right: auto;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
}


#barraCabecalho > ul > li.open > .menu-border,
#barraCabecalho > ul > li:hover > a + .menu-border,
#barraCabecalho > ul > li:hover > a + ul + .menu-border,
#barraCabecalho > ul > li > a.selected + .menu-border {
    display: block;
}

.navbar {
    border: none;
    margin: 0;
}

#navbarParent {
    position: absolute;
    bottom: 0;
    right: 0;
}

.navbar-nav {
}

    .navbar-nav > li > a > i {
        line-height: 103px;
        color: #CBCBCB;
        font-size: 21px;
        padding: 0px 0px 0 15px;
        cursor: pointer;
    }

.navbar-header i {
    line-height: 60px;
    color: #CBCBCB;
    font-size: 21px;
    cursor: pointer;
}

.navbar-nav > li > a {
    padding: 0;
    color: #3F4444;
    padding: 0px 10px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    line-height: 103px;
}

    .navbar-nav > li > a:hover {
        color: #DA291C;
        font-weight: 900;
    }

    .navbar-nav > li > a.highlighted {
        color: #DA291C;
        font-weight: 900;
    }

.navbar-nav > li > ul {
    background: rgba(255,255,255,0.9);
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
}

    .navbar-nav > li > ul > li > a {
        padding: 0;
        color: #3F4444;
        padding: 10px 20px;
        font-size: 19px;
        font-weight: bold;
        cursor: pointer;
    }

        .navbar-nav > li > ul > li > a:hover {
            background: #CBCBCB;
            color: #fff;
        }

        .navbar-nav > li > ul > li > a.highlighted {
            background: #CBCBCB;
            color: #fff;
        }



@media(max-width:991px) {

    .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar-nav > li > ul > li > a {
        font-size: 15px;
    }
    .navbar-nav > li > a > i {
        padding: 0px 0px 0 5px;
    }
}


@media(max-width:767px) {
    .navbar-nav {
        background: #fff;
    }

        .navbar-nav > li > a {
            line-height: 50px;
            background: #fff;
        }

    .menu-border {
        display: none !important;
    }

    .navbar-nav > li > ul > li > a {
        font-size: 13px;
    }
}


/*POSITION WHEN NOT COLLAPSED*/
@media only screen and (min-width : 768px) {
    #colMenuCab {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
/*POSITION WHEN NOT COLLAPSED*/


/*BOTAO COLLAPSED*/
#btnBarraCab {
    border-radius: 0;
    margin: 0;
}

    #btnBarraCab span {
        background-color: #000000;
    }

.navbar-toggle {
    float: left;
    padding: 0px;
    height: 60px;
}
/*BOTAO COLLAPSED*/



.navbar-nav > li.menuAtivo > a {
    color: #DA291C;
    font-weight: 900;
}

.navbar-nav > li.menuAtivo > .menu-border {
    display: block !important;
}


.modal p {
    margin: 0;
}

.modal-content {
    padding: 10px 25px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 0;
    padding-right: 0;
}

.modalText {
    margin: 0;
    color: #666666;
}

.modalTitle {
    color: #000000;
    text-transform: lowercase;
    font-weight: normal;
}

.modalLogo {
    position: relative;
    max-width: 200px;
    width: 100%;
}


.modalClose {
    padding: 0;
    border: 0;
    background: none;
    margin: 0;
    cursor: pointer;
    color: #787878;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
}

    .modalClose:hover {
        color: #000000;
    }


.loginModalBtn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #000000;
    color: #FFFFFF;
    border: none;
}

.loginModalBtnLink {
    cursor: pointer;
    float: left;
    line-height: 40px;
}

.loginModalBtn:hover {
    background: #666666;
}


/*MEDIA QUERIES*/
@media only screen and (max-width : 767px) {
    .modalText {
        font-size: 11px;
    }

    .modalTitle {
        font-size: 18px;
        text-align: left;
        margin-top: 20px;
    }
}

@media only screen and (min-width : 768px) {
    .modalText {
        font-size: 17px;
    }

    .modalTitle {
        font-size: 21px;
        text-align: right;
        float: right;
    }
}

/*MEDIA QUERIES*/

#bannerMaster {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.fake-banner {
    width: 1px;
    height: 130px;
    pointer-events: none;
}

@media(max-width:991px) {
    #bannerMaster {
        height: 300px;
    }

    .fake-banner {
        height: 111px
    }
}

@media(max-width:767px) {
    #bannerMaster {
        height: 200px;
        top: 0px;
        padding: 0 1px;
    }

    .carousel-indicators {
        /*display:none !important*/
    }
}



#banner,
#banner .item,
#banner .item .bannerSlides {
    width: 100%;
    height: 100%;
}

.bannerSlides {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#bannerMaster .carousel-indicators {
    border: none;
    background: none;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    left: 0;
    margin: 0;
    bottom: 0;
    position: relative;
}

    #bannerMaster .carousel-indicators li {
        width: 50px;
        height: 5px;
        background: #EFEFEF;
        margin: 0 10px;
        display: inline-block;
        float: none;
        border: none;
        border-radius: 0px;
    }

        #bannerMaster .carousel-indicators li.active {
            background: #CBCBCB;
        }



.bannerTextContainer {
    position: relative;
    padding-top: 235px;
}

    .bannerTextContainer.me {
        text-align: left;
    }

    .bannerTextContainer.mc {
        text-align: center;
    }

    .bannerTextContainer.md {
        text-align: right;
    }

    .bannerTextContainer .imagemBanner {
        max-width: 350px;
    }

@media(max-width:991px) {
    .bannerTextContainer {
        padding-top: 190px;
    }

        .bannerTextContainer .imagemBanner {
            max-width: 250px;
        }
}

@media(max-width:767px) {
    .bannerTextContainer {
        display: none;
    }
}


#siteBy {
    text-align: right;
    color: #999999;
    cursor: pointer;
}

#linkBy {
    color: inherit;
    text-decoration: none;
}

    #linkBy:hover {
        color: #00A3E0;
        text-decoration: none;
    }

#ulMenuRod {
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

    #ulMenuRod li {
        list-style: none;
        display: inline;
        margin-right: 15px;
    }

@media only screen and (max-width : 479px) {
    #ulMenuRod li {
        display: block;
    }
}

.titulosPaginas {
    font-size: 29px;
    color: #D9281B;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.caminho {
    color: #CBCBCB;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    text-transform: lowercase;
}

.barGrey {
    width: 100px;
    height: 3px;
    background: #CBCBCB;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cssTexto {
    font-size: 19px;
    color: #3f4444;
}

    .cssTexto p {
        margin-bottom: 12px;
    }

    .cssTexto a {
        text-decoration: none;
        color: #333333;
        cursor: pointer;
    }

        .cssTexto a:hover {
            text-decoration: underline;
        }

    .cssTexto ul, cssTexto ol {
        margin-left: 25px;
    }

    .cssTexto img {
        max-width: 100%;
    }

@media (max-width:767px) {
    .cssTexto td {
        display: block;
        margin: 10px 30px 10px 0;
    }

        .cssTexto td img {
            margin: 10px;
            display: block;
        }
}

.cssTexto .albunsMiniaturas {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .cssTexto .albunsMiniaturas li {
        display: inline-block;
        margin: 10px;
    }

        .cssTexto .albunsMiniaturas li a {
            border: none;
        }

            .cssTexto .albunsMiniaturas li a img {
                border: none;
            }

.cssTexto .albunsDetalheMiniaturas {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .cssTexto .albunsDetalheMiniaturas li {
        display: inline-block;
        margin: 10px;
    }

        .cssTexto .albunsDetalheMiniaturas li a {
            border: none;
        }

            .cssTexto .albunsDetalheMiniaturas li a img {
                border: none;
            }


.placeholder {
    font-style: normal;
    opacity: 1 !important;
}

::-webkit-input-placeholder {
    font-style: normal;
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: normal;
    opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: normal;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    font-style: normal;
    opacity: 1 !important;
}

.fail:not(.sbHolder) {
    /*outline:1px  solid #FF0000 !important;*/
}



.sbHolder.fail {
    border-color: #FF0000 !important;
}

textarea {
    resize: none;
    font-family: inherit;
}

@-ms-viewport {
    width: auto !important;
}

a {
    color: inherit;
}

* {
    vertical-align: top;
    outline: 0 !important;
}



.noStyleLink {
    text-decoration: none !important;
    color: inherit;
}

.owl-servicos .item .titulo {
    text-transform: uppercase;
}

.owl-servicos .item a{
    display:block;
    text-decoration: none !important;
}

#formCandidatura .row > div > div,
#form3 .row > div > div {
    text-transform: uppercase;
}

body {
    margin-bottom: 101px;
}

@media(max-width:767px) {
    body {
        margin-bottom: 165px;
    }
}
