/*==================== TAB HORIZONTAL ===================*/
.tab-horizontal,.tab-vertical {
    width: 100% !important;
    display: inline-block !important;
}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}
.tab-hor {
    padding: 15px 0 0 0 !important;
}
.tab-ver {
    padding: 0 0 0 20px !important;
}
.resp-tabs-list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}
.resp-tabs-list li {
    font-size: 1.1em;
    padding: 20px;
    list-style: none;
    cursor: pointer;
    color: #fff;
    margin-bottom: 2px;
    transition: 0.2s all;
    display: table-cell;
    font-weight: bold;
    margin: 2px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif;
    background-color: #3126b3;
    border-radius: 15px;
}
.resp-tabs-list li:hover {
    background-color: #e7b854 !important;
    color:#130a7f !important;
    border-radius: 15px;
}
.resp-tabs-container {
    padding: 0px;
    margin: 0px;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
}
.resp-tab-content {
    display: none;
    margin: 0;
}
.resp-tab-active {
    background-color: #e7b854 !important;
    border-bottom: none;
    color:#130a7f !important;
    padding: 20px !important;
    border-radius: 15px 0 0 15px !important;
    margin-left: 20px !important;
    z-index: 0;
    position: relative;
}
.resp-tab-active {
    border-bottom: none;
}
.resp-content-active, .resp-accordion-active {
    display: block;    
    margin-left: 40px;
}
h2.resp-accordion {
    margin: 0px;
    padding: 12px;
}
h2.resp-tab-active {
    padding: 10px 20px 10px 30px !important;
    margin-left: 40px;
}
.box-content-tab {
    border-radius: 15px;
    position: relative;
}
/*==================== end TAB HORIZONTAL ===================*/










/*==================== TAB VERTICAL ===================*/
.tab-vertical li {
    text-align: left;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 35%;
    display: block;
    margin-top: 20px !important;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 20px 30px 20px 30px !important;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    padding: 0;
    float: left;
    width: 65%;
    clear: none;
    margin: 0;
}
.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active { 
    position: relative;
    padding: 20px 30px 20px 30px !important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

@media handheld, only screen and (max-width: 900px) {
  .resp-vtabs .resp-tabs-list li {
      display: none;
  }
  h2.resp-tab-active {
      margin-left: 0 !important;
  }
  .resp-tab-active {
      border-radius: 15px !important;
  }
    h2.resp-accordion {
        margin-bottom: 4px !important;
        color: #666;
        border-radius: 15px;
        font-size: 1.1em !important;
        font-family: "Raleway", sans-serif;
        background-color: #3126b3;
        font-weight: bold;
        padding: 10px 20px 10px 30px;
    }
    .resp-vtabs ul.resp-tabs-list {
      float: left;
      width: 100%;
      display: block;
      margin-top: 0 !important;
      font-size: 1.1em;
  }
  .resp-arrow {
      width: 0;
      height: 0;
      float: right;
      margin-top: 11px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 12px solid #fff;
  }
  h2.resp-tab-active span.resp-arrow {
      margin-top: 8px;
  }
}
/*==================== end TAB VERTICAL ===================*/











/*==================== TAB ACCORDION ===================*/
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: none !important;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border: none !important;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border: none !important;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 0.95em !important;
}
/*==================== end TAB ACCORDION ===================*/









/*==================== TAB RESPONSIVE ===================*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
        border: none !important;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: none !important;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
        border: none !important;
    }
    .resp-accordion-closed {
        display: none !important;
        border: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border: none !important;
    }
    .tab-hor {
        padding: 20px !important;
    }
    .tab-ver {
        padding: 12px 0 12px 0 !important;
    }
}
/*==================== end TAB RESPONSIVE ===================*/








/*==================== ACCORDION ===================*/
.item_accordion{
  transition: 0.2s all;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #130a7f;
}
.accordion_pergunta{
padding: 15px 20px 15px 20px;
transition: 0.2s all;
width: 95%;
}
.accordion_btn{
cursor:pointer;
}
.accordion_arrow{
text-align: center;
font-style: italic;
color: #fff;
width: 5%;
border-radius: 0 5px 5px 0;
padding: 12px 20px 12px 20px;
}
  @media only screen and (max-width: 768px) {
      .accordion_arrow{
          width: 8%;
      }
  }


.item_accordion:hover .accordion_arrow{
background-color: unset;
color: #130a7f;
}

.item_accordion.active .accordion_arrow{
	color: #130a7f !important;
}

.item_accordion span{
font-weight: bold;
font-size: 1.5em;
}
.item_accordion p {
color: #fff;
  font-weight: 600 !important;
} 
.item_accordion p:last-child {
margin: 0px !;
}
.item_accordion.active{
margin-bottom: 0px;
background-color: #e7b854;
}
.item_accordion.active p{
	color: #130a7f !important;
}

.item_accordion:hover {
    background: #e7b854;
}
.item_accordion:hover .accordion_pergunta p{
    color: #130a7f;
}


.item_accordion.active span{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.row-col{
width: 100%;		
}
.body_accordion{
	padding: 20px;
    display: none;
}
.body_accordion p, .body .body_accordion a b{
	color: #666 !important;
}
.body_accordion a:hover{
	text-decoration: underline !important;
}
.body_accordion{
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    background-color: #ededec;
}
/*==================== end ACCORDION ===================*/









/*==================== TOOLTIP ===================*/
.tippy-tooltip.light-theme {
    font-size: 0.9em !important;
    line-height: 21px !important;
    color: #666 !important;
    box-shadow: 0 0 20px 4px rgba(154,161,177,.15), 0 4px 80px -8px rgba(36,40,47,.25), 0 4px 4px -2px rgba(91,94,105,.15);
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    font-family: Arial;
    border-radius: 10px;
}
.cursor-pointer {
    cursor: pointer;
    outline: 0 !important;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
    border-top-color: #fff;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom-color: #fff;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
    border-left-color: #fff;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
    border-right-color: #fff;
}
.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: #fff;
}
.tooltip-course {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
}
.tooltip-text img {
    width: 100%;
    margin: 0 0 15px 0;
}


/*==================== end TOOLTIP ===================*/










/*==================== AUDIO ===================*/
audio {
    width: 100%;
    z-index: 0 !important;
    outline: 0 !important;
    background-color: #fff !important;
}
audio::-webkit-media-controls-panel {
    background: #fff !important; 
    outline: 0 !important;   
}
/*==================== end AUDIO ===================*/










/*==================== VIDEO ===================*/
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
/*==================== end VIDEO ===================*/










/*==================== CARROUSEL ===================*/
.glider-contain {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.glider-slide {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}
.glider-slide img {
    width: 100%;
}
.glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .glider {
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0);
  }
  .glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
  }
  .glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
  }
  .glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
  }
  .glider-slide img {
    max-width: 100%;
  }
  .glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
  }
  .glider-prev,.glider-next {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 1.5em;
    text-decoration: none;
    left: -15px;
    border: 0;
    position: absolute;               
    top: 45%;                     
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ccc;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
                color .5s cubic-bezier(.17,.67,.83,.67);
    background-color: #fff;
    padding: 5px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .glider-prev:hover,
  .glider-next:hover,
  .glider-prev:focus,
  .glider-next:focus {
    color: #f37920;
  }
  .glider-next {
    right: -15px;
    left: auto;
  }
  .box-carrousel {
      background-color: #ffffff;
      height: 200px !important;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .glider-next.disabled,
  .glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default;
  }
  .glider-slide {
  }
  .glider-hide {
    opacity: 0;
  }
  .glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }
  .glider-dot {
    background: none;
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 15px 7px 0 7px;
  }
  .glider-dot:hover,
  .glider-dot:focus,
  .glider-dot.active {
    background: #f37920;
  }
  @media(max-width: 36em){
    .glider::-webkit-scrollbar {
      opacity: 1;
      -webkit-appearance: none;
      width: 7px;
      height: 3px;
    }
    .glider::-webkit-scrollbar-thumb {
      opacity: 1;
      border-radius: 99px;
      background-color: rgba(156, 156, 156, 0.25);
      box-shadow: 0 0 1px rgba(255,255,255,.25);
    }
    .glider-prev {
        display: none;
    }
    .glider-next {
        display: none;
    }
  }
/*==================== end CARROUSEL ===================*/










/*==================== TIMELINE VERTICAL ===================*/
.timeline {
  list-style: none;
  margin: 30px 0 0 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-horizontal:after {
  border-top-width: 6px;
  border-left-width: 13px;
  border-color: transparent transparent transparent #ccc;
  top: 15px;
  right: 0;
  bottom: auto;
  left: auto;
}
.timeline-horizontal .timeline-milestone {
  border-top: 2px solid #00637d;
  display: inline;
  float: left;
  margin: 20px 0 0 0;
  padding: 40px 0 0 0;
}
.timeline-horizontal .timeline-milestone:before {
  top: -17px;
  left: auto;
}
.timeline-horizontal .timeline-milestone.is-completed:after {
  top: -17px;
  left: 0;
}
.timeline-milestone {
    border-left: 4px solid #f37920;
    margin: 0 0 0 20px;
    padding: 0 0 5px 40px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.color-destaque-timeline {
    color:#f37920 !important;
    font-size: 0.9em !important;
}
.timeline-milestone:before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  width: 14px;
  height: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-last {
  border-left: 4px solid transparent;
}
.timeline-milestone.no-dot:before {
  width:0px;
  height:0px
} 
.timeline-milestone:after {
    content: "";
    position: absolute;
    left: -60px;
    top: -3px;
    font-size: 14px;
    display: none;
}
.timeline-milestone.no-dot:after {
  content: ""
}
.timeline-milestone.is-completed:before, .timeline-milestone.is-current:before {
  background-color: #f37920;
}
.timeline-action {
  padding: 16px 0px;
  position: relative;
  top: -26px;
  border-bottom: 1px dashed #ccc
}
.timeline-action.is-expandable {
  cursor: pointer;
}
.timeline-action.is-expandable .title {
  position: relative;
}
.timeline-action.is-expandable .title:focus {
  outline: 0;
}
.timeline-action.is-expandable .title:after {
  content: "+";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  background-color: #ccc;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 1.3em;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-action.is-expandable .content {
  height:0px;
}
.timeline-action.is-expandable.is-expanded .title:after {
  content: "-";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f37920;
}
.timeline-action .title, .timeline-action .content {
  word-wrap: break-word;
}
.timeline-action h2.title {
  font-size: 1.1em;
  font-family: Arial;
  font-weight: bold;
  margin: 5px 0 0 0;
  color:#666;
}
.timeline-action .date {
  display: block;
  margin-bottom: 15px;
}
.timeline-action .content {
    max-width: 100%;
    display: block;
}
.timeline-action .content span {
  display: inline-block;
  padding: 15px;
  background-color: #ffffff !important;
  display:none;
  margin: 10px 0 0 0;
}
.timeline-last .timeline-action {
  border: none;
}
/*==================== end TIMELINE VERTICAL ===================*/










/*==================== LIGHTBOX VIDEO E IMAGEM ===================*/
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 75%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.2em !important;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
img.img-lightbox {
  width: 30%;
  max-width: 100%;
}
.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  outline: 0 !important;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: none !important;
}
.slbLoading .slbArrows {
  display: none;
}
.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*==================== end LIGHTBOX VIDEO E IMAGEM ===================*/










/*==================== BOX FLIP ===================*/
.box-flip {
	position: relative;
	display:inline;
	display: inline-block;
}
.panel {
	margin: 0 auto;
	height: auto;  
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}
.panel .front,
.panel .back {
	text-align: center;
}
.panel .front {
	height: inherit;
	position: relative;
	top: 0;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel .back {
  width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1{
	background-color: #cccccc;
	width: 250px;
	height: 100px;
	margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color:#fff;
  border-radius: 10px;
}
.box2{
	background-color: #f37920;
	width: 250px;
	height: 100px;
	margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color:#fff;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .box-flip {
    width: 100%;
  }
  .box1 {
    width: 100%;
    padding: 0;
  }
  .box2 {
    width: 100%;
    padding: 0;
  }
  .slbContentOuter {
    max-width: 85%;
}
.slbCloseBtn {
  right: -0.33333em;
  top: 4%;
}
}
/*==================== end BOX HOVER 1 ===================*/




.sidebar.left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  background: #f37920;
}
.sidebar.right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 270px;
  background: #f37920;
}
.sidebar.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: #f37920;
}
.sidebar.top {
  left: 0;
  right: 0;
  top: 0;
  height: 270px;
  background: #f37920;
}
.sidebars > .sidebar {
  position: fixed;
  color: white;
  padding: 35px 25px 25px 25px;
  font-size: 1em;
  z-index: 11;
}
.btn-danger i {
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  color: #fff;
  position: absolute;
}









.modal,
.modal-box {
z-index: 9999;
}

.modal-sandbox {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: transparent;
}

.modal {
display: none; 
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgb(0,0,0);
background: rgba(0,0,0,.8);
overflow: auto;
}
.modal-box {
position: relative;
width: 100%;
max-width: 1200px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.close-modal {
  cursor: pointer;
  width: auto;
  position: absolute;
  right: 20px;
  top: 4px !important;
  font-size: 3em;
  color: #130a7f;
  font-weight: bold;
  z-index: 9999;
}
.close-modal-alerta {
top: 14px;
color:#fff;
font-size: 1.7em;
}
.modal-content {
max-height: 100% !important;
overflow: auto;
border-radius: 0 0 15px 15px;
background-color: #fff;
padding: 25px;
}
.modal-box h1 {
background-color: #130a7f !important;
padding: 15px 20px 15px 25px !important;
margin: 0 !important;
font-size: 1em !important;
color: #fff !important;
font-weight: bold !important;
border-radius: 15px 15px 0 0;
text-transform: uppercase !important;
}


/* Animation */
@-webkit-keyframes modalbox {
0% {
top: -250px; 
opacity: 0;
}
100% {
top: 0; 
opacity: 1;
}
}

@keyframes modalbox {
0% {
top: -250px; 
opacity: 0;
}
100% {
top: 0; 
opacity: 1;
}
}



