/*==================================================================================*/
/*================== ESTILOS GERAIS DO TEMA DO PRODUTO ===========================*/
/*==================================================================================*/

/*  Neste arquivo deverão ser feitas alterações referente ao tema do produto, como background, cores, etc.   */


/**************************************************
00 - CSS RESET  
01 - ACESSIBILIDADE                                   
02 - ESTRUTURA
03 - CORREÇÕES FLOWPLAYER PARA IE7
04 - ACORDEON DE DETALHES
05 - THUMBS
06 - SCROLLPANE - BARRA DE ROLAGEM CUSTOMIZADA
07 - MEDIA QUERIES
**************************************************/

/*============= 00 - CSS RESET ================================*/
*, *:before, *:after {margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section, main{display: block;}
audio,canvas,video{display: inline-block;}
html{font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body,button,input,select,textarea{font-family: sans-serif;}
:active, :hover{outline: 0;}
b, strong {font-weight: bold;}
ul, li {list-style: none;}
pre{white-space: pre-wrap;}
hr {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;  height: 0;}
mark {background: #ff0; color: #000;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
sub,sup{font-size: 75%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sup{top: -.5em;}
sub{bottom: -.25em;}
img{border: 0;	-ms-interpolation-mode:bicubic;}
svg:not(:root){	overflow: hidden;}
legend{	border: 0;}
button,input,select,textarea{vertical-align: middle;}
button,input{line-height: normal;}
button,input[type=button],input[type=reset],input[type=submit]{	border: none;	cursor: pointer;	overflow: visible;	-webkit-appearance: button;}
button, select {text-transform: none;}
input[type=search]{-moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; -webkit-box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner,
input::-moz-focus-inner{border: 0;}
textarea{overflow: auto; vertical-align: top;  resize: none;}
audio:not([controls]) {display: none; height: 0;}
[hidden]{display: none;}
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;}
body, html {height: 100%;}
body {position: absolute; left: 0; right: 0; top: 0; bottom: 0; font-size: 62.5%;  background: url(../img/bg_body.png); overflow-x: hidden; }

/*============= 01 - ACESSIBILIDADE ================================*/
.go-to-content {position: absolute;
    left: -999em;
    top: 0;
    left: 0;
    text-indent: -9999em;
}

:focus {outline: dotted 1px #000;}

/*============= 02 - ESTRUTURA ================================*/
.main-wrapper {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.main-header {
    width: 100%;
    background: #012d9a;
    background-size: cover;
    text-align: center;
    float: left;    
}
.main-header .inner {
    width: 100%;
    height: 7em; /*70 ÷ 10*/
    margin: 0 auto;
    filter: none;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.4);
    float: left;
}
.main-header .logo {
    float: left;
    margin-left: 2%;
}

.main-content {
    width: 100%;
    padding-bottom: 2em;
    float: left;    
}
.main-content .inner {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
}
.content {
    width: 65.10%;
    margin-top: 1em;
    float: left;
    height: auto;
    margin-left: 2%;
}
.content .title {
    font-weight: normal;
    font-size: 2.5em;
    margin-bottom: 0.2em;
    color: #012d9a;
}
.ie7 .content .title {
    padding-bottom: 0.4em;
    margin-bottom: 0;
}
.content .title .number {
    border-radius: 0.12em; /*3 ÷ 25*/
    float: left;
    margin-right: 1.536098310291859%; /*10 ÷ 651*/
    padding: 0.2em; /*5 ÷ 25*/
    width: 4.608294930875576%; /*30 ÷ 651*/
    height: 1.2em; /*30 ÷ 25*/
    text-align: center;
    line-height: 0.8em; /*20 ÷ 25*/
    background: #012d9a;
    color: #fff;
}
.ie7 .content .title .number {
    height: 1em; /*25 ÷ 25*/;
}

/*Vídeo wrapper*/
.wrapper-video {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0.5em; /*5 ÷ 1000*/
    border: solid 0.8em #fff; /*8 ÷ 1000*/
    position: relative;
    background: #000;
}
.wrapper-video #video {
    background: #000 no-repeat;
    background-size: cover;
}

/*Footer*/
.main-footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
   /* box-shadow: 0px -1px 3px 2px rgba(0,0,0,0.4);*/
    z-index: 99;
}

.main-footer .inner {
    width: 100%;
    height: 11.5em;
    margin: 0 auto;
    /*text-align: center;*/
    /*background: #fff;*/
    position: relative;
}

.ie7 .main-footer .inner {
    height: 12.5em;
}

.main-footer .creditos {
    background: url(../img/bg_creditos.jpg) no-repeat center 0 #EA5100;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.5);
    height: 3.5em;
    width: 100%;
    display: none;
}
.main-footer .creditos .logos {
    float: right;
    margin: 0.7em 2% 0 0; /*7 ÷ 10*/
    display: table;
}
.main-footer .creditos .logos li {
    display: table-cell;
    padding-left: 0.5%;  /*50 ÷ 1000*/;
}
.ie7 .main-footer .creditos .logos li {
    float: left;
    margin-left: 0.5%; /*50 ÷ 1000*/
    ; position: relative;
}
.ie7 .main-footer .creditos .logos .first img {
    position: relative;
    top: 0.8em; /*8 ÷ 1000*/;
}


/*============= 03 - CORREÇÕES FLOWPLAYER PARA IE7 ================================*/
.ie7 #video_wrapper {
    height: 45em; /*450 ÷ 10*/;
}
.ie7 #video_aspect {
    margin-top: 0 !important;
}
.ie7 #video {
    position: relative !important;
    height: 80% !important;
}


/*============= 04 - ACORDEON DE DETALHES ================================*/
.details {
    width: 28%; /*280 ÷ 1000*/
    margin-top: 4.5em;
    height: auto;
    float: right;
    margin-right: 2%;    
}

.wrapper-details-list{
    height: 400px ; 
    overflow: auto;
    position: relative;
}

.details-list {
    width: 100%;
}
.details-list .item {
    margin-bottom: 1em; /*10 ÷ 1000*/;
}
.details-list .item .title {
    font-weight: normal;
    font-size: 1.6em;
    padding: 0.625em; /*10 ÷ 16*/
    height: auto;
    overflow: hidden;
    background:#cacaca;
    color: #454545;
    border-radius: 0.3125em; /*5 ÷ 16*/
    cursor: pointer;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.ie7 .details-list .item .title {
	width: auto;
}

.details-list .item .title:hover {
    background: #2350c0;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.details-list .title .txt {
    float: left;
    width: 88.46153846153846%; /*230 ÷ 260*/
    cursor: pointer;
}
.details-list .title .more {
    float: right;
    width: 7.142857142857143%; /*20 ÷ 280*/
    height: 1.25em; /*20 ÷ 16*/
    cursor: pointer;
    background: #fff;
    border-radius: 0.3125em; /*5 ÷ 16*/
    font-size: 1em; /*16 ÷ 16*/
    font-weight: bold;
    color: #1d4fcc;
}

.details-list .opened .more {
    color: #1d4fcc;
}

.details-list .opened .title {
    border-radius: 0.3125em 0.3125em 0 0; /*5 ÷ 16*/
    background: #012d9a;
    color: #fff;
}

.details-list .item > .text {
    font-size: 1.4em;
    padding: 0.5em 0.9375em 0.9375em;
    background: #fff;
    border-radius: 0 0 0.3125em 0.3125em; /*16 ÷ 16*/
    color: #333;
    display: none;
}

.details-list .item > .text ul {
    margin: 10px 0;
    list-style: circle;
}

.details-list .item > .text ul li {
    list-style: disc; 
    list-style-position: inside;  
    font-size: 1em; 
}


.details-list .link {
    color: #0088cc;
    text-decoration: none;
    font-size: 0.9285714285714286em; /*13 ÷ 14*/
    font-weight: bold;
    display: inline-block;
    margin-top: 0.7692307692307692em; /*10 ÷ 13*/
    line-height: 1.846153846153846em; /*24 ÷ 13*/
    height: 1.615384615384615em; /*21 ÷ 13*/;
    transition: 0.5s;
}
.details-list .link:hover {
    text-decoration: underline;
    color: #005580;
}
.details-list .pdf {
    background: url(../img/icons-filetype/icon-pdf.png) no-repeat 0 center;
    padding-left: 1.923076923076923em; /*25 ÷ 13*/;
}


/*============= 05 - THUMBS ================================*/
.wrapper-thumbs {
    height: 12em; /*120 ÷ 10 */
    width: 96%;
    margin: 0 2% 0 2%;
    overflow: auto;
    display: inline-block;
    position: relative;
    height: auto;
}
.thumbs {
    display: inline-block;
    margin: 1em auto 0;
    position: relative;
    height: 11em; /*110 ÷ 10 */;
    height: auto;
}
.thumbs .item {
    float: left;
    margin: 0;
    height: 9.5em; /*115 ÷ 10 */
    width: 280px; /*280 ÷ 10*/
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; 
    margin-right: 1.5em;  
}


.ie7 .thumbs .item {
    padding-bottom: 0;
    height: 11em; /*110 ÷ 10 */;
}
.thumbs .item a {
    display: block;
    padding: 0.5em; /*5 ÷ 10*/  
    height: 8.5em;  
    text-decoration: none;
    background: #002d9a; 
    overflow: hidden;        
}
.thumbs .item a:hover {
    cursor: pointer;
}
.thumbs .first {
    margin-left: 0;
}
.thumbs .last {
    margin-right: 0;
}
.thumbs .img-thumb {
    display: inline-block;
    float: left;
    border: solid 1px #001956;
    width: 110px; /*110 ÷ 270*/
    width: 40.74074074074074%;
}
 .thumbs .img-thumb img {
    display: block;
    max-width: 108px;

 }

.thumbs .video-info {
    float: left;
    margin-bottom: 0.3em;
    margin-left: 2.272727272727273%; /* 5 ÷ 220 */
    position: relative;
    width: 47.72727272727273%; /* 150 ÷ 270 */
    width: 55.55555555555556%;
}
.thumbs .number {
    background: #ebe10e;
    color: #002d9a;
    font-weight: bold;
    text-align: center;
    display: inline-table;
    width: 22px;
    height: 18px;
    line-height: 20px;    
    float: left;
    position: relative;
    border-radius: 3px;
}


.thumbs .video-title {
    font-size: 1.3em; /*13 ÷ 10*/
    line-height: 1.153846153846154em; /*15 ÷ 13*/
    margin-left: 0;
    color: #fff;
    width: 100%; /*230 ÷ 230*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.thumbs .video-title .text {
    width: 100%;
    float: left;;
    clear: both;
    text-align: left;
    margin-top: 0.5em;
    color: #fff;
}

/*Thumbs Focos e Hover */
.thumbs .item:focus a,
.thumbs .item:hover a{
    background: #002d9a;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;    
}

.thumbs .item:focus .text,
.thumbs .item:hover .text {
    color: #fff;
}

.thumbs .item:focus .video-title,
.thumbs .item:hover .video-title {
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;    
}

/*Vídeo desabilitado*/
.message-video-disabled {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;  
    display: none;  
}

.message-video-disabled .text {
    width: 100%;
    height: 100%;
    background: #002d9a;
    display: table;
}

.message-video-disabled .text p {
    display: table-cell;
    vertical-align: middle;
}

.ie7 .message-video-disabled .text p {
    position: absolute; 
    top: 50%;
}

.ie7 .message-video-disabled .text p span {
    position: relative; 
    top: -50%; 
    display: block; 
    left: -50%;
}


/*Check dos Thumbs */
.thumbs .item .checked {
    display: block;
    background: url(../img/icon-check.png) no-repeat;
    width: 1.9em;  /*19 ÷ 10*/
    height: 1.7em; /*17 ÷ 10*/
    position: absolute;
    left: 17%;
    top: 2%;
    display: none;
}


/* Thumbs de vídeos visitados */
.thumbs .item.visited .checked {
    display: block;
}

.thumbs .item.visited a {
    background: #002d9a;  
}

.thumbs .item.visited .text {
    color: #fff;
}


/*Item desabilitado*/
.thumbs .item.disabled {
    cursor: default;
}
.thumbs .item.disabled a{
    background: #91b1fe;
    cursor: default;
}

.thumbs .item.disabled img {
}

.thumbs .item.disabled .img-thumb {
    border-color: #657cb1;
}

.thumbs .item.disabled .number {
    background: #ebe10e;
    color: #002d9a;
}

.thumbs .item.disabled .text {
    background: none;
    color: #001956;
}


/*Botão mais vídeo*/
.bt-more-videos {
    position: absolute;
    left: 0;
    top: -2.307692307692308em; /*30 ÷ 13*/
    width: auto;
    height: 2.307692307692308em; /*30 ÷ 13*/
    padding: 5px; /*5 ÷ 13*/
    z-index: 2;
    left: 2%;
    background: #012d9a;
    color: #fff;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 1.3em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: none !important;
}
.bt-more-videos:focus,
.bt-more-videos:hover {
    background: #012d9a;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


/*============= 06 - SCROLLPANE - BARRA DE ROLAGEM CUSTOMIZADA  ================================*/
.scroll-pane {
    overflow: auto;
}
.main-footer .jspContainer {
    overflow: hidden;
    position: relative;
    height: 160px !important;
}
.details .jspContainer{
    overflow: hidden;
    position: relative;
    height: 160px;
}

.jspPane {
    position: absolute;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.8em;
    height: 100%;    
}
.jspHorizontalBar {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 0.8em; /*8 ÷ 10*/;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: #979797;
    position: relative;
    border-radius: 0.5em; /*5 ÷ 10*/;
}
.jspDrag {
    background: #22396f;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 0.8em;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
    border-radius: 0.8em; /*8 ÷ 10*/;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 0.8em; /*8 ÷ 10*/;
}
.jspHorizontalBar .jspArrow {
    width: 1.6em; /*16 ÷ 10*/
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}


/*============= 07 - MEDIA QUERIES ================================*/

/*Lagura de até 1024px (64em = 1024px ÷ 16)*/
@media only screen and (max-width : 64em) {
     .main-header .inner {
        height: 7em; /*70 ÷ 10*/
    }
    .content {
        width: 96%;
        margin: 1.5em 2% 0;
    }
    .content .title {
        font-size: 1.8em;
    }
    .content .title .number {
        width: 1.222222222222222em; /*22 ÷ 18*/
        height: 1.222222222222222em; /*22 ÷ 18*/
        line-height: 0.7222222222222222em; /*13 ÷ 18*/;
    }
    .wrapper-video .video {
        margin: 0 auto;
    }
    .details {
        float: left;
        width: 96%;
        margin: 1.5em 2% 0;
    }
    .bt-more-videos {
        display: block;
    }
}

/*Lagura de até 778px (48.625em = 778px ÷ 16)*/
@media only screen and (max-width : 48.625em) {
    .mobile .menu-inline {
        display: none;
    }
    .mobile .menu-dropdown {
        display: inline-block;
    }
    .mobile .menu-dropdown .label {
        margin-top: 25px;
    }
}

/*Lagura de até 480px (30em = 480px ÷ 16)*/
@media only screen and (max-width : 30em) {
    .main-header .inner {
        height: 5em;
    }
    .main-content {
        float: left;
    }
    .content .title {
        font-size: 1.8em; /* 18px */;
    }
}

/*Lagura de até 320px (20em = 480px ÷ 16)*/
@media only screen and (max-width : 20em) {
}