@media screen and (min-width:768px) {
    .content-box.content-style4 {
        height: 13em
    }
}

@media screen and (max-width:1200px) and (min-width:980px) {
    .content-box.content-style4 {
        height: unset!important
    }
}

@media screen and (max-width:979px) and (min-width:768px) {
    .content-box.content-style4 {
        height: unset!important
    }
}

@media screen and (max-width:768px) {
    .left-text, .right-text {
        text-align: left!important
    }
    .right-text ul.icon-content-list-container li.icon-content-single h4 i {
        float: left!important;
        margin-left: 0!important;
        margin-right: 20px!important
    }
}

.T2-section-title, .T3-section-info, .pagination-centered {
    text-align: center
}

.T2-section-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px
}

.T3-section-info {
    font-size: 16px;
    color: #535353;
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}

.produtos.img-responsive {
    filter: grayscale(1)
}

.produtos.img-responsive:hover {
    filter: grayscale(0)
}

.slider-text-description {
    max-width: 30vw!important;
    white-space: normal!important
}

.noticias .img-overlay {
    height: 100px
}

.noticias .img-overlay img {
    min-width: 100%;
    max-height: 100%;
    width: auto
}

@media screen and (max-width:768px) {
    .noticias .img-overlay {
        max-height: 40vw;
        height: initial
    }
    .noticias .img-overlay img {
        max-height: auto;
        height: auto
    }
}

.noticias .blog-title {
    font-size: 1.2em;
    min-height: 40px
}

.portfolio-items {
    min-height: 150px
}

.blog-post .blog-post-featured-img {
    max-height: 25vw;
    height: initial
}

.filter-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.introUrl {
    color: #FFF
}

.introUrl:focus, .introUrl:hover {
    color: rgba(255, 255, 255, .52);
    text-decoration: none
}

#curriculo {
    font-style: bold
}

#cv:hover {
    color: red
}

.produtos-areas .area-separator {
    height: 10px;
    width: calc(100% + 65px);
    margin: 0 0 -10px -15px;
    border-top-width: 0;
    background-image: linear-gradient(to right, transparent 0, rgba(255, 255, 255, .5) 100%)
}

.produtos-areas .title {
    display: inline-block;
    height: 40px;
    width: 100%
}

.produtos-areas .desc {
    padding-top: 15px!important
}

.produtos-areas .accordion-row {
    background-color: #fff!important;
    border: 1px solid #d3d3d3
}

.section-white {
    background-color: #fff
}

.contact-body label, .contato {
    text-align: left
}

.icon-cor {
    color: #ea454d!important
}

.link {
    color: inherit
}

label[for=message] {
    position: absolute
}

#attach {
    display: none
}

.attach {
    float: right;
    width: 50%
}

.attach.has-file {
    color: #78DA78
}

.attach label {
    width: 100%!important;
    cursor: pointer;
    text-align: right;
    position: relative
}

.attach label:hover {
    color: red
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -webkit-padding-start: 0!important
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul>.active>a, .pagination ul>.active>span, .pagination ul>li>a:focus, .pagination ul>li>a:hover {
    background-color: #f5f5f5
}

.pagination ul>.active>a, .pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>a, .pagination ul>.disabled>a:focus, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a, .pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a, .pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.pagination-large ul>li:last-child>a, .pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.pagination-mini ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>a, .pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a, .pagination-mini ul>li:last-child>span, .pagination-small ul>li:last-child>a, .pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.pagination-small ul>li>a, .pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a, .pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}

#gmaps {
    width: 100%;
    height: 450px
}

.widow1, .widow2, .widow3 {
    width: 33%;
    height: 300px
}

.fb-page, .fb-page>span, .fb-page>span>iframe {
    max-width: 100%
}

.widow1 {
    background-color: #00f
}

.slider-img {
    position: relative;
    margin-top: -40px
}

.slider-caption {
    position: absolute;
    padding-top: 5em;
    padding-left: 19%;
    width: 100%
}

.slider-caption h1 {
    font-size: 4em;
    color: #FFF;
    text-shadow: 0 0 10px #000
}

blockquote {
    color: #A8A8A8!important;
    font-size: 13px!important;
    text-transform: unset!important
}

.moduloslider {
    padding: 0
}

.accordion-custom {
    padding-bottom: 0!important
}

.sidebar-icon-item {
    max-width: 300px
}

.section-content:last-child {
    border: 0
}

@media screen and (max-width:768px) {
    .blog-post, .blog-post .blog-span {
        margin-left: 0!important
    }
}

.tabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    margin: 0;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0
}

.tabs li {
    display: block
}

.tabs input[type=radio] {
    position: absolute;
    top: 0;
    left: -9999px
}

.tabs li>label {
    display: inline-block;
    padding: 14px 21px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    color: #b4b4b4;
    z-index: 2;
    top: 0;
    left: 50%;
    cursor: pointer;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tabs label:active, .tabs label:focus, .tabs label:hover {
    outline: 0
}

.tabs .tab-content {
    z-index: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    padding: 75px 25px 25px;
    position: relative;
    top: 0;
    left: 0
}

.tabs input:checked+label {
    padding-top: 16px;
    color: #ea454d
}

.tabs input:checked~[id^=tab-content] {
    display: block
}

.tabs>li:first-child:before {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    background-color: #f8f8f8;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    width: 100vw;
    z-index: 0
}

.tabs p.link {
    clear: both;
    margin: 380px 0 0 15px
}

.tabs p.link a {-
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #612e76;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.tabs p.link a:hover {
    background-color: #522764
}

.item-img-overlay {
    min-height: 105px
}

.feature-content {
    min-height: 180px
}

hr.separador {
    position: relative;
    z-index: -1;
    margin-top: 40px;
    border-top: 2px dotted #bfbbbb
}

hr.separador::before {
    content: "";
    display: block;
    background-image: url(../images/4r_vetorial.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -14px auto 0;
    height: 25px;
    width: 25px;
    padding: 0 20px;
    background-color: #fff
}

.blog-post .blog-post-details {
    border-top: 2px dotted #f8f8f8!important;
    border-bottom: 0!important
}

@media screen and (max-width:550px) {
    .tabs .tab-content {
        padding-top: 150px
    }
    .section-tabs .tabs .tab-content {
        padding-top: 160px
    }
    .section-tabs .tabs>li:first-child:before {
        height: 100px
    }
    .tabs>li:first-child:before {
        height: 150px
    }
    .tabs li>label {
        margin: 0;
        left: 0!important;
        margin-left: 0!important;
        width: 100%;
        display: block;
        text-align: center
    }
    .tabs li:nth-child(2)>label {
        margin-top: 50px
    }
    .tabs li:nth-child(3)>label {
        margin-top: 100px
    }
}

.section-tabs .tab-content {
    padding: 110px 0 60px;
    overflow: hidden
}

.footer-testimonial a {
    float: right;
    color: #f0f8ff;
    margin-top: 20px;
    margin-bottom: -10px;
    text-decoration: none !important;
}

.footer-testimonial a:hover {
    color: rgba(255, 255, 255, .8)
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?3v4fax);
    src: url(../fonts/icomoon.eot?3v4fax#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?3v4fax) format('truetype'), url(../fonts/icomoon.woff?3v4fax) format('woff'), url(../fonts/icomoon.svg?3v4fax#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=my-], [class^=my-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.my-palestra:before {
    content: "\e900"
}

.my-evento:before {
    content: "\e901"
}

.my-curso:before {
    content: "\e902"
}

.navbar-default, html {
    margin-right: -10px
}

html::-webkit-scrollbar-track {
    background-color: transparent
}

html::-webkit-scrollbar {
    background-color: transparent;
    width: 10px
}

html::-webkit-scrollbar-thumb {
    background-color: rgba(120, 120, 120, .5);
    border-radius: 5px
}


/* AREA: COLORS; */
.top-title-wrapper.fixed-top {
    background-image: linear-gradient(to top, rgba(170, 170, 170, .15), transparent);
    transition: background-color 0.5s ease;
    border-bottom: 15px solid white;
    width: calc(100% + 10px);
    position: fixed;
    z-index: 1;
    top: 120px;
}

.top-title-wrapper + .content-wrapper {
    margin-top: 70px;
}

@media screen and (max-width: 992px) {
    .top-title-wrapper.fixed-top {
        top: 107px;
    }

    .top-title-wrapper + .content-wrapper {
        margin-top: 80px;
    }

}

@media screen and (max-width: 768px) {
    .top-title-wrapper.fixed-top {
        position: initial;
    }

    .top-title-wrapper + .content-wrapper {
        margin-top: 0px;
    }
}

.page-info {
    text-shadow: 1px 1px 6px rgba(0,0,0,.2)
}

.breadcrumbs li a {
    color: #f5f5f5;
}

.breadcrumbs li:after {
    color: #f5f5f5;
}

/* ##006594 Cor Azulada Lucas*/

/* Borda dos produtos na home */
.icon-content-list-container i {
    position: relative;
}

.icon-content-list-container i::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #bbbbbb;
    position: absolute;
    border-radius: 9px;
    top: 0;
}

.icon-content-list-container i:hover::after {
    display: none;
}

.content-box.content-style4:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
    .tp-caption {
        margin-left: -50px !important;
    }

    .tp-caption.slider-text-description,
    .tp-caption.slider-text-title {
        margin-left: 15px !important;
    }
}

.ng-binding.ng-scope {
    word-wrap: break-word;
}

.blog-post .blog-span {
    margin-left: 80px;
    word-wrap: break-word;
}

/* VAGAS */


.vaga-panel {
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-left: 3px solid #006594;
    background-color: rgba(0, 101, 148, 0.2);
    margin-bottom: 18px;
}

.vagas-title { 
    font-size: 1.5em;
    margin: 10px auto;
    display: block;
    width: 100%;
    padding: 10px 0;


}

.vagas-title .icon-cor {
    color: #006594 !important;
}

.vagas-desc {
    margin: 0 15px 15px 0;
}

.container.vagas {
    margin-bottom: 50px;
    margin-top:  50px;
}

.no-vaga {
text-align: center;
font-size: 3em;
display: block;
margin: 10px;
position: relative;
line-height: 1em;
}

.no-vaga::before {
    font-size: 5em;
    content: "\f119";
    font-family: FontAwesome;
    display: block;
    margin: 0.6em;
    text-align: center;
    -webkit-text-stroke: 5px white;

}

.space-vagas {
    margin-top: 50px;
}

#secao-vagas {
    padding:  70px;
}















/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background: rgba(0,0,0,0.65);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 80%;
  overflow-y: scroll;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

input.checkboxTermo{

      margin-top: 30px;
}
.Title-Pop{

      margin-top: 512px;
}

input#myBtnn{

    right:0;
    position:absolute;
    margin-right:30px;
    margin-top: 22px;
}

p.txtPop.ng-binding {
    margin-top:30px;
}

}


@media screen and (min-width:768px) {
    .content-box.content-style4 {
        height: 13em
    }
}

@media screen and (max-width:1200px) and (min-width:980px) {
    .content-box.content-style4 {
        height: unset!important
    }
}

@media screen and (max-width:979px) and (min-width:768px) {
    .content-box.content-style4 {
        height: unset!important
    }
}

@media screen and (max-width:768px) {
    .left-text, .right-text {
        text-align: left!important
    }
    .right-text ul.icon-content-list-container li.icon-content-single h4 i {
        float: left!important;
        margin-left: 0!important;
        margin-right: 20px!important
    }
}

.T2-section-title, .T3-section-info, .pagination-centered {
    text-align: center
}

.T2-section-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px
}

.T3-section-info {
    font-size: 16px;
    color: #535353;
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}

.produtos.img-responsive {
    filter: grayscale(1)
}

.produtos.img-responsive:hover {
    filter: grayscale(0)
}

.slider-text-description {
    max-width: 30vw!important;
    white-space: normal!important
}

.noticias .img-overlay {
    height: 100px
}

.noticias .img-overlay img {
    min-width: 100%;
    max-height: 100%;
    width: auto
}

@media screen and (max-width:768px) {
    .noticias .img-overlay {
        max-height: 40vw;
        height: initial
    }
    .noticias .img-overlay img {
        max-height: auto;
        height: auto
    }
}

.noticias .blog-title {
    font-size: 1.2em;
    min-height: 40px
}

.portfolio-items {
    min-height: 150px
}

.blog-post .blog-post-featured-img {
    max-height: 25vw;
    height: initial
}

.filter-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.introUrl {
    color: #FFF
}

.introUrl:focus, .introUrl:hover {
    color: rgba(255, 255, 255, .52);
    text-decoration: none
}

#curriculo {
    font-style: bold
}

#cv:hover {
    color: red
}

.produtos-areas .area-separator {
    height: 10px;
    width: calc(100% + 65px);
    margin: 0 0 -10px -15px;
    border-top-width: 0;
    background-image: linear-gradient(to right, transparent 0, rgba(255, 255, 255, .5) 100%)
}

.produtos-areas .title {
    display: inline-block;
    height: 40px;
    width: 100%
}

.produtos-areas .desc {
    padding-top: 15px!important
}

.produtos-areas .accordion-row {
    background-color: #fff!important;
    border: 1px solid #d3d3d3
}

.section-white {
    background-color: #fff
}

.contact-body label, .contato {
    text-align: left
}

.icon-cor {
    color: #ea454d!important
}

.link {
    color: inherit
}

label[for=message] {
    position: absolute
}

#attach {
    display: none
}

.attach {
    float: right;
    width: 50%
}

.attach.has-file {
    color: #78DA78
}

.attach label {
    width: 100%!important;
    cursor: pointer;
    text-align: right;
    position: relative
}

.attach label:hover {
    color: red
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -webkit-padding-start: 0!important
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul>.active>a, .pagination ul>.active>span, .pagination ul>li>a:focus, .pagination ul>li>a:hover {
    background-color: #f5f5f5
}

.pagination ul>.active>a, .pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>a, .pagination ul>.disabled>a:focus, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a, .pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a, .pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.pagination-large ul>li:last-child>a, .pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.pagination-mini ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>a, .pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a, .pagination-mini ul>li:last-child>span, .pagination-small ul>li:last-child>a, .pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.pagination-small ul>li>a, .pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a, .pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}

#gmaps {
    width: 100%;
    height: 450px
}

.widow1, .widow2, .widow3 {
    width: 33%;
    height: 300px
}

.fb-page, .fb-page>span, .fb-page>span>iframe {
    max-width: 100%
}

.widow1 {
    background-color: #00f
}

.slider-img {
    position: relative;
    margin-top: -40px
}

.slider-caption {
    position: absolute;
    padding-top: 5em;
    padding-left: 19%;
    width: 100%
}

.slider-caption h1 {
    font-size: 4em;
    color: #FFF;
    text-shadow: 0 0 10px #000
}

blockquote {
    color: #A8A8A8!important;
    font-size: 13px!important;
    text-transform: unset!important
}

.moduloslider {
    padding: 0
}

.accordion-custom {
    padding-bottom: 0!important
}

.sidebar-icon-item {
    max-width: 300px
}

.section-content:last-child {
    border: 0
}

@media screen and (max-width:768px) {
    .blog-post, .blog-post .blog-span {
        margin-left: 0!important
    }
}

.tabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    margin: 0;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0
}

.tabs li {
    display: block
}

.tabs input[type=radio] {
    position: absolute;
    top: 0;
    left: -9999px
}

.tabs li>label {
    display: inline-block;
    padding: 14px 21px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    color: #b4b4b4;
    z-index: 2;
    top: 0;
    left: 50%;
    cursor: pointer;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tabs label:active, .tabs label:focus, .tabs label:hover {
    outline: 0
}

.tabs .tab-content {
    z-index: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    padding: 75px 25px 25px;
    position: relative;
    top: 0;
    left: 0
}

.tabs input:checked+label {
    padding-top: 16px;
    color: #ea454d
}

.tabs input:checked~[id^=tab-content] {
    display: block
}

.tabs>li:first-child:before {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    background-color: #f8f8f8;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    width: 100vw;
    z-index: 0
}

.tabs p.link {
    clear: both;
    margin: 380px 0 0 15px
}

.tabs p.link a {-
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #612e76;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.tabs p.link a:hover {
    background-color: #522764
}

.item-img-overlay {
    min-height: 105px
}

.feature-content {
    min-height: 180px
}

hr.separador {
    position: relative;
    z-index: -1;
    margin-top: 40px;
    border-top: 2px dotted #bfbbbb
}

hr.separador::before {
    content: "";
    display: block;
    background-image: url(../images/4r_vetorial.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -14px auto 0;
    height: 25px;
    width: 25px;
    padding: 0 20px;
    background-color: #fff
}

.blog-post .blog-post-details {
    border-top: 2px dotted #f8f8f8!important;
    border-bottom: 0!important
}

@media screen and (max-width:550px) {
    .tabs .tab-content {
        padding-top: 150px
    }
    .section-tabs .tabs .tab-content {
        padding-top: 160px
    }
    .section-tabs .tabs>li:first-child:before {
        height: 100px
    }
    .tabs>li:first-child:before {
        height: 150px
    }
    .tabs li>label {
        margin: 0;
        left: 0!important;
        margin-left: 0!important;
        width: 100%;
        display: block;
        text-align: center
    }
    .tabs li:nth-child(2)>label {
        margin-top: 50px
    }
    .tabs li:nth-child(3)>label {
        margin-top: 100px
    }
}

.section-tabs .tab-content {
    padding: 110px 0 60px;
    overflow: hidden
}

.footer-testimonial a {
    float: right;
    color: #f0f8ff;
    margin-top: 20px;
    margin-bottom: -10px;
    text-decoration: none !important;
}

.footer-testimonial a:hover {
    color: rgba(255, 255, 255, .8)
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?3v4fax);
    src: url(../fonts/icomoon.eot?3v4fax#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?3v4fax) format('truetype'), url(../fonts/icomoon.woff?3v4fax) format('woff'), url(../fonts/icomoon.svg?3v4fax#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=my-], [class^=my-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.my-palestra:before {
    content: "\e900"
}

.my-evento:before {
    content: "\e901"
}

.my-curso:before {
    content: "\e902"
}

.navbar-default, html {
    margin-right: -10px
}

html::-webkit-scrollbar-track {
    background-color: transparent
}

html::-webkit-scrollbar {
    background-color: transparent;
    width: 10px
}

html::-webkit-scrollbar-thumb {
    background-color: rgba(120, 120, 120, .5);
    border-radius: 5px
}


/* AREA: COLORS; */
.top-title-wrapper.fixed-top {
    background-image: linear-gradient(to top, rgba(170, 170, 170, .15), transparent);
    transition: background-color 0.5s ease;
    border-bottom: 15px solid white;
    width: calc(100% + 10px);
    position: fixed;
    z-index: 1;
    top: 120px;
}

.top-title-wrapper + .content-wrapper {
    margin-top: 70px;
}

@media screen and (max-width: 992px) {
    .top-title-wrapper.fixed-top {
        top: 107px;
    }

    .top-title-wrapper + .content-wrapper {
        margin-top: 80px;
    }

}

@media screen and (max-width: 768px) {
    .top-title-wrapper.fixed-top {
        position: initial;
    }

    .top-title-wrapper + .content-wrapper {
        margin-top: 0px;
    }
}

.page-info {
    text-shadow: 1px 1px 6px rgba(0,0,0,.2)
}

.breadcrumbs li a {
    color: #f5f5f5;
}

.breadcrumbs li:after {
    color: #f5f5f5;
}

/* ##006594 Cor Azulada Lucas*/

/* Borda dos produtos na home */
.icon-content-list-container i {
    position: relative;
}

.icon-content-list-container i::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #bbbbbb;
    position: absolute;
    border-radius: 9px;
    top: 0;
}

.icon-content-list-container i:hover::after {
    display: none;
}

.content-box.content-style4:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
    .tp-caption {
        margin-left: -50px !important;
    }

    .tp-caption.slider-text-description,
    .tp-caption.slider-text-title {
        margin-left: 15px !important;
    }
}

.ng-binding.ng-scope {
    word-wrap: break-word;
}

.blog-post .blog-span {
    margin-left: 80px;
    word-wrap: break-word;
}

/* VAGAS */


.vaga-panel {
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-left: 3px solid #006594;
    background-color: rgba(0, 101, 148, 0.2);
    margin-bottom: 18px;
}

.vagas-title { 
    font-size: 1.5em;
    margin: 10px auto;
    display: block;
    width: 100%;
    padding: 10px 0;


}

.vagas-title .icon-cor {
    color: #006594 !important;
}

.vagas-desc {
    margin: 0 15px 15px 0;
}

.container.vagas {
    margin-bottom: 50px;
    margin-top:  50px;
}

.no-vaga {
text-align: center;
font-size: 3em;
display: block;
margin: 10px;
position: relative;
line-height: 1em;
}

.no-vaga::before {
    font-size: 5em;
    content: "\f119";
    font-family: FontAwesome;
    display: block;
    margin: 0.6em;
    text-align: center;
    -webkit-text-stroke: 5px white;

}

.space-vagas {
    margin-top: 50px;
}

#secao-vagas {
    padding:  70px;
}
















.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background: rgba(0,0,0,0.65);
}


.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 80%;
  overflow-y: scroll;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

input.checkboxTermo{

      margin-top: 30px;
}
.Title-Pop{

      margin-top: -44px;
}

input#myBtnn{

    right:0;
    position:absolute;
    margin-right:30px;
    margin-top: 22px;
}

p.txtPop.ng-binding {
    margin-top:30px;
}

}



.modal {
  display: none; 
  position: fixed; 
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background: rgba(0,0,0,0.65);
}


.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 80%;
}


.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

input.checkboxTermo{

      margin-top: 30px;
}
.Title-Pop{
	
      margin-top: -4px;
}

input#myBtnn{

    right:0;
    position:absolute;
    margin-right:30px;
    margin-top: 34px;
}

p.txtPop.ng-binding {
    margin-top:30px;
}
.modal-backdrop {
	display:none;
	
}
}







.modal {
	
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
#myModal {overflow: hidden;}
.modal .modal-title {

   font-size: 24px;
   margin-left:0px;
}

.modal-content {
      background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 80%;
	margin-top: 4%;
}


.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  overflow: hidden;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popSubmit{
float:right;
}

@media screen and (min-width: 1200px) {
	.endereco-footer {
		padding-left: 80px;
		max-width: 555px;
	}
}

@media screen and (max-width: 980px) {
	.endereco-footer {
		max-width: 300px;
	}
}

@media screen and (max-width: 767px) {
	.endereco-footer {
		margin-left: 0;
		padding-right: 0;
		max-width: 100%;
	}
}

.endereco-footer{
	padding-bottom: 15px;
	color: #C9C9C9;
}