/* 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;

}



#menu-tops {
    font-family: GOTHAM-MEDIUM;
    color: #9A9A9A;
    font-size: 19px;
    border: none;
}

#menu-tops:hover {
    background-color: #cccccc;
    border: none;
    color: #fff;
    font-size: 19px;
}

#menu-tops-active {
    font-family: GOTHAM-MEDIUM;
    background-color: #cccccc;
    color: #fff;
    font-size: 19px;
    border: none;
}

#menu-tops-active:hover {
    background-color: #cccccc;
    color: #fff;
    font-size: 19px;
    border: none;
}

.login-header {
    background-color: #dfdfdf;
    border: 2px solid #dfdfdf;
    display: inline-block;
    cursor: pointer;
    color: #b8b4b8;
    font-family: Arial;
    font-size: 17px;
    padding: 3px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #efefef;
    width: 210px;

}

.login-header:hover {
    background-color: #efefef;
    text-decoration: none;
    color: #b8b4b8;
}

.login-header:active {
    position: relative;
    top: 1px;
    text-decoration: none;
    color: #b8b4b8;
}




@media (max-width: 1143px) {
    .hidden-custom {
        display: none;
    }
}

@media (max-width: 1200px) {
    .hidden-custom3 {
        display: none;
    }
}

@media (min-width: 1144px) {
    .hidden-custom2 {
        display: none;
    }
}

@media (max-width: 1143px) {
    .img-logo {

        width: 150px;
        display: table;
        margin: 0 auto;
        margin-top: 56px;
        margin-bottom: 15px;
    }

}




#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;

}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;

}

.search-query:focus+button {
    z-index: 3;
}


/* EFEITO MENU1 */
a.animated-button.thar-four {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #CCCCCC;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
}

a.animated-button.thar-four:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nfour;
}

a.animated-button.thar-four:hover:before {
    right: 0%;
    left: auto;
    width: 100%;
}

a.animated-button.thar-four:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #CCCCCC;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
}

/* FIM MENU1 */


/* MENU */
.barra {
    text-align: center;
    background: #006b64;
}

.nav-tabs {
    border-bottom: none;
    display: inline-block;
}

.nav-tabs#menu2 a {
    color: #FFF;
    font-size: 19px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1445px) {
    .nav-tabs#menu2 a {
        color: #FFF;
        font-size: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #006b64;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #006b64;

}

.nav-tabs>li>a:hover {
    border-color: #006b64;
}

.nav-tabs .dropdown-menu {
    background: #006b64;
}

.dropdown-menu>li>a {
    color: #FFF;
}

.hvrcenter {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvrcenter:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #028980;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvrcenter:hover:before,
.hvrcenter:focus:before,
.hvrcenter:active:before {
    left: 0;
    right: 0;
}

/* SLIDE */



.bs-slider {
    overflow: hidden;
    //max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}



/*---------- INDICATORS CONTROL ----------*/
.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

@media (min-width: 355px) {
    .slide-text {
        left: 0;
        top: 95px;
        right: 0;
        margin: auto;
        padding: 10px;
        position: absolute;
        text-align: left;
        padding: 10px 85px;

    }
}

@media (max-width: 354px) {
    .slide-text {
        left: 0;
        top: 95px;
        right: 0;
        margin: auto;
        padding: 10px;
        position: absolute;
        text-align: left;
        padding: 10px 85px;


    }

    .titulo-slide {
        margin-bottom: 30px;
    }
}

.slide-text>h1 {

    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {

        line-height: 70px;
        margin-bottom: 20px;
    }

    .slide-text>p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }

}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
        padding-top: -80px;
    }

    .slide-text h1 {
        font-size: 45px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }

}

#botao-slide {
    background-color: transparent;

    font-size: 18px;
    margin-top: 8%;
    border-radius: 0px;
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
}

#botao-slide:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
}

@media (max-width: 600px) {
    #botao-slide {
        background-color: transparent;
        font-size: 10px !important;
        margin-top: -5px;
        width: 150px !important;
        height: 30px !important;
        padding: 10px !important;
    }
}

/*  FIM DO CSS SLIDE */


/* EFEITO QUADRADO */
a.animated-button.thar-one {
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #006b64;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-one:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: none;
    text-decoration: none;
}

a.animated-button.thar-one:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

a.animated-button.thar-one:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #006b64;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #fff;
    text-decoration: none;
}

/* FIM EFEITO QUADRADO */

/*  QUADRADO */
@media (min-width: 993px) {
    .quadrado {
        border: 2px solid #006b64;
        width: 550px;
        height: 120px;
        color: #000;
    }

    .quadrado:hover {

        color: #fff;
    }



    .right {
        float: right;
    }

    .left {
        float: left;
    }

    .quadrado-h1 {

        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .quadrado {
        border: 2px solid #006b64;
        width: 90%;
        height: 120px;
        margin: 0 auto;
        margin-bottom: 20px;
    }


    .quadrado-h1 {
        margin-top: 40px;
        font-size: 25px;
    }

    .form-buscar {
        width: 90%;
    }
}

/*  FIM QUADRADO */


/*  QUADRADOS COM ICONES */
.serviceBox {
    text-align: center;
    padding: 60px 26px 40px;
    border: 2px solid transparent;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;

}

.serviceBox:after,
.serviceBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
}

.serviceBox:after {
    border-bottom: 2px solid #006b64;
    border-top: 2px solid #006b64;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
    z-index: -1;
}

.serviceBox:before {
    border-left: 2px solid #006b64;
    border-right: 2px solid #006b64;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
    z-index: -1;
}

.serviceBox:hover:after {
    transform: scaleX(1);
}

.serviceBox:hover:before {
    transform: scaleY(1);
}

.serviceBox .service-icon i {
    font-size: 32px;
    line-height: 32px;
    color: #636363;
    transition: all 0.3s ease 0s;
}

.serviceBox .service-content h3 {
    margin-bottom: 25px;
}

.serviceBox .service-content h3 a {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 22px;
    color: #006b64;
    text-transform: uppercase;
    text-decoration: none;
}

.serviceBox .service-content h3 a:hover {
    color: #006b64;
}

.serviceBox .read {
    margin-top: 20px;
}

.serviceBox .read a {
    border: 1px solid #636363;
    border-radius: 50%;
    color: #636363;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.serviceBox .read a:hover,
.serviceBox:hover .service-icon i {
    color: #181818;
    border-color: #181818;
}

.serviceBox:hover .read a {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 10px;
    }
}

#texto-icon {
    font-family: GOTHAM-BOOK;
}

.service-icon {
    height: 100px;
}

/* FIM QUADRADOS COM ICONES */


/* NOTÍCIAS SLIDE */

.post-slide {
    margin: 0 15px;
    padding: 0 25px 20px 25px;
    background-color: #f2f2f2;
    border: 1px solid rgba(193, 193, 193, 0.3);
    padding: 10px;
}

.post-slide .post-img {
    position: relative;
    margin-bottom: 20px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
}

.post-slide .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all 300ms ease-in-out 0s;
}

.post-slide:hover .post-icon {
    opacity: 1;
}

.post-slide .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}

.post-slide .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.post-slide .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}

.post-slide .post-bar li:after {
    content: "/";
    margin-left: 5px;
}

.post-slide .post-bar li:last-child:after {
    content: "";
}

.post-slide .post-bar li a {
    color: #8e44ad;
    transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}

.post-slide .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}

.post-slide .post-bar li a:last-child:after {
    content: "";
}

.post-slide .post-title {
    margin: 15px 0;
    text-transform: capitalize;
}

.post-slide .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all 300ms linear 0ms;
}

.post-slide .post-title a:hover {
    color: #8e44ad;
    text-decoration: none;
}

.post-slide .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px;
}

.post-slide .read-more {
    display: inline-block;
}

.post-slide .read-more:hover {
    text-decoration: none;
}

.post-slide .read-more i {
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all 0.40s linear 0s;
}

.post-slide .read-more span {
    font-size: 16px;
    color: #333;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.40s linear 0s;
}

.post-slide .read-more:after {
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all 0.40s linear 0s;
}

.post-slide:hover .read-more span,
.post-slide:hover .read-more:after {
    opacity: 1;
}

.post-slide .read-more:hover span,
.post-slide .read-more:hover i,
.post-slide .read-more:hover:after {
    color: #006b64;
    border-bottom-color: #006b64;
}

/* FIM NOTÍCIAS SLIDE */

/* TESTEMUNHAS */


section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #e84a64;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/* FIM TESTEMUNHAS */


/* BOTÃO  ESTRUTURA*/
.b-estrutura {
    background-color: transparent;
    border: 2px solid #006b64;
    display: inline-block;
    cursor: pointer;
    color: #006b64;
    font-family: GOTHAM-MEDIUM;
    font-size: 20px;
    padding: 13px 44px;
    text-decoration: none;

    margin-left: 12px;
    margin-right: 12px;
    width: 250px;


}

.b-estrutura:link {
    text-decoration: none;
}

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

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

}

@media screen and (max-width: 851px) {
    .b-estrutura {

        width: 90%;
        margin-bottom: 20px;

    }


}

@media screen and (min-width: 992px) {
    .titulo-estrutura {
        margin-bottom: 50px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .titulo-estrutura {
        margin-bottom: 50px;
        padding-top: 40px;
    }
}

/* FIM BOTÃO  ESTRUTURA*/

/* SLIDE ESTRUTURA */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    border: none;
    background-color: none;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}

.carousel-control.left {
    background-image: linear-gradient(271deg, transparent, #0000002b);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(271deg, #0000002e, transparent);
    ;
}

.carousel-control {
    padding-top: 16.50%;
    width: 5%;
}

/* FIM SLIDE ESTRUTURA */


/* BOTÃO SAIBA MAIS */


.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%;
    }

}


/* NOSSOS SERVIÇOS */
.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px auto 5px;
    text-align: center;
    text-transform: uppercase;
}

.section-header h6 {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.feature {
    box-shadow: 3px 3px 4px -3px #ececec;
    margin-bottom: 30px;
    padding: 10px 15px;
}

.feature-icon i {
    font-size: 48px;
    margin-bottom: 10px;
}

.feature h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.feature p {
    color: #111;
    font-size: 14px;
    line-height: 20px;
}


.select-ano {

    width: 400px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(images/seta-select.png) no-repeat right #fff;
    background-position: 98% 50%;
    -webkit-appearance: none;
    /* Remove estilo padrão do Chrome */
    -moz-appearance: none;
    /* Remove estilo padrão do FireFox */
    appearance: none;
    /* Remove estilo padrão do FireFox*/
}




.quadrado {
    width: 100%;
}

.btn-acesse {
    font-family: Arial;
    color: #006B64;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #016b64 1px;
    text-decoration: none;
}

.btn-acesse:hover {
    background: #006B64;
    color: #fff;
    text-decoration: none;
}

.btn-slide {
    font-family: Arial;
    color: #006B64;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #016b64 1px;
    text-decoration: none;
}

.btn-slide:hover {
    background: #006B64;
    color: #fff;
    text-decoration: none;
}


@media screen and (max-width: 700px) {
    .form-respon {
        width: 100% !important;
    }

    #div-text-slide {
        margin-top: -60px;
    }

    #h1-text-slide {
        font-size: 18px !important;

    }

    #botao-slide {
        background-color: transparent;

        font-size: 12px;
        margin-top: 5%;
        border-radius: 0px;
        width: 70%;
        height: 45px;

        border: 1px solid #fff;
        padding: auto;
    }
}