/* TRAZENDO FONTS DA PATS fonts */
@font-face {
    font-family: GOTHAM-BLACK;
    src: url('../fonts/GOTHAM-BLACK.TTF');
}

@font-face {
    font-family: GOTHAM-BOLD;
    src: url('../fonts/GOTHAM-BOLD.TTF');
}

@font-face {
    font-family: GOTHAM-BOOKITALIC;
    src: url('../fonts/GOTHAM-BOOKITALIC_0.OTF');
}

@font-face {
    font-family: GOTHAM-LIGHT;
    src: url('../fonts/GOTHAM-LIGHT_0.OTF');
}

@font-face {
    font-family: GOTHAM-MEDIUM;
    src: url('../fonts/GOTHAM-MEDIUM.TTF');
}

@font-face {
    font-family: GOTHAM-BOOK;
    src: url('../fonts/GOTHAM-BOOK.OTF');
}

@font-face {
    font-family: GOTHAM-LIGHTITALIC;
    src: url('../fonts/GOTHAM-LIGHTITALIC.TTF');
}

/* FIM DAS FONTS */
.link1:link,
.link1:visited,
.link1:active {
    text-decoration: underline;
    color: #000;
}

.link1:hover {
    text-decoration: underline overline;
    color: #000;
}


.fundo-sinza {
    background-color: #EFEFEF;
}

.header-text {
    color: #7f7b7b;
    font-family: GOTHAM-LIGHT;
}

.menu-text {
    font-family: GOTHAM-BOOK;
}

.titulo-slide {
    font-family: GOTHAM-BLACK;
}

.quadrado-h1 {

    font-family: GOTHAM-BOLD;
}

.titulo-icones {
    font-family: GOTHAM-MEDIUM;
}

.post-title {
    font-family: GOTHAM-MEDIUM;
}

.publicador-noticias {
    font-family: GOTHAM-LIGHT;

}

.post-description {
    font-family: GOTHAM-BOOK;

}

.text-aluno {
    font-family: GOTHAM-BOOK;

}

.texto-pesquisa {
    font-family: GOTHAM-BOOK;
    font-size: 19px;
    color: #a8a8a8;
    text-align: justify;
}

.nome-aluno {
    font-family: GOTHAM-LIGHTITALIC;

}



.saiba-mais {
    background-color: transparent;
    border: 2px solid #006b64;
    display: inline-block;
    cursor: pointer;
    color: #006b64;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 41px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.saiba-mais:hover {
    background-color: rgba(0, 0, 0, 0.1);
    ;
    text-decoration: none;
}

.saiba-mais:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}

/* FIM BOTÃƒO SAIBA MAIS */


/* SLIDE DE PARCEIROS */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (min-width:647px) {
    .div-biblioteca {
        width: 70%;
    }
}

@media screen and (min-width: 1475px) {
    .texto-caixa {
        height: 150px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1474px) {
    .texto-caixa {
        height: 265px;
    }
}

@media screen and (min-width: 991px) {
    .tamanho-biblioteca {
        width: 33%;

    }


}








.serviceBox2 .service-icon {
    width: 68px;
    height: 68px;
    line-height: 64px;
    border: 2px solid transparent;
    float: left;
    font-size: 36px;
    color: #cbcbd7;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.serviceBox2:hover .service-icon {
    border-color: #01727f;
    color: #01727f;
}

.serviceBox2 .service-icon:after {
    content: "";
    border-bottom: 14px solid #01727f;
    border-left: 14px solid transparent;
    position: absolute;
    bottom: -14px;
    right: -14px;
    transition: all 0.3s ease 0s;
}

.serviceBox2:hover .service-icon:after {
    bottom: 0;
    right: 0;
}

.serviceBox2 .service-content {
    margin-left: 100px;
    line-height: 25px;
}

.serviceBox2 .title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.serviceBox2 .description {
    font-size: 16px;
    color: #535353;
}

@media only screen and (max-width: 990px) {
    .serviceBox2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .serviceBox2 .service-content {
        margin-left: 85px;
    }
}

#panel-heading,
.panel-title {
    background-color: #fff;
    color: #006b64;
}

#panel-heading {
    border: 1px solid #d6d4d4;

}

.panel-collapse {
    border: 1px solid #d6d4d4;
}

#titulo-duvidas {
    text-decoration: none;
    font-weight: bold;
}


/* BOTÃƒO  duvidas*/
.b-duvidas {
    background-color: transparent;

    display: inline-block;
    cursor: pointer;
    color: #006b64;
    font-family: GOTHAM-MEDIUM;
    font-size: 15px;

    text-decoration: none;

    margin-left: 20px;
    margin-right: 20px;




}

.b-duvidas:link {
    text-decoration: none;

}

.b-duvidas:hover {
    background-color: none;
    color: #006b64;
}

.b-duvidas:focus {
    background-color: none;
    color: #006b64;
}

.b-duvidas:active {
    color: #006b64;
    position: relative;
    top: 1px;

}

@media only screen and (max-width: 854px) {
    .b-barra {
        display: none;
    }

    .b-duvidas {
        width: 100%;
    }

}

/* TAB PRINCIPAL */
.tab-wrapper {
    margin-top: 60px;
    width: 100%;

}

.tab-menu li {
    position: relative;
    background-color: #EDEDED;
    color: #00c3c9;
    display: inline-block;
    padding: 20px 20px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 0;
    margin: 0px;
}

.tab-menu li:hover {
    color: #00c3c9;
    background-color: #fff;
}

.tab-menu li.active {
    color: #00c3c9;
    opacity: 1;
    background-color: #fff;
}

.tab-menu li.active:hover {
    color: #00c3c9;
}

.tab-content>div {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding-left: 35px;
    min-height: 200px;
}

.line {
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #00c3c9;
    top: 0;
    left: 0;
}

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

    .table-faleconosco {
        width: 80% !important;
        text-align: left;
    }

}

@media only screen and (max-width: 449px) {
    .tab-menu li {
        width: 100%;
    }