@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamExtraLight.woff2') format('woff2'),
        url('../font/GothamExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamLight.woff2') format('woff2'),
        url('../font/GothamLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamBlack-Italic.woff2') format('woff2'),
        url('../font/GothamBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamThin-Italic.woff2') format('woff2'),
        url('../font/GothamThin-Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamBold.woff2') format('woff2'),
        url('../font/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamMedium-Italic.woff2') format('woff2'),
        url('../font/GothamMedium-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamExtraLight-Italic.woff2') format('woff2'),
        url('../font/GothamExtraLight-Italic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamMedium.woff2') format('woff2'),
        url('../font/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../font/GothamBook.woff2') format('woff2'),
        url('../font/GothamBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../font/GothamUltra.woff2') format('woff2'),
        url('../font/GothamUltra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamBlack.woff2') format('woff2'),
        url('../font/GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../font/Gotham-Italic.woff2') format('woff2'),
        url('../font/Gotham-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamBold-Italic.woff2') format('woff2'),
        url('../font/GothamBold-Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../font/GothamUltra-Italic.woff2') format('woff2'),
        url('../font/GothamUltra-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamThin.woff2') format('woff2'),
        url('../font/GothamThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamLight-Italic.woff2') format('woff2'),
        url('../font/GothamLight-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}


body{
  padding-top: 0px;
 
}



.header{
  background: #fff;
  padding: 10px 20px 10px 0px;
}

.header .logo{
  padding: 10px
}

.header .cta_button{
  padding: 28px;
  float: right
}

.one{

}

.one .content{
  padding: 10px
}

.one .content .element_one{
  padding-top: 0px
}

.one .content .element_one h1, h2{
  text-align: center;
}

.one .content .element_one h1{
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.one .content .element_one h2{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 25px;
  margin-top: -5px
}

.one .content .element_one p{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  background: red;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  margin: 0px 70px 0px 70px;
}


.one .content .tiles{
  padding: 0px 70px 0px 70px
}

.one .content .tile1{
  background: #7bbdf7;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 16px
}

.one .content .tile1:hover{
  background: #1988ea;
}

.one .content .tile1 .icon{
  position: absolute;
  margin-top: -40px;
  margin-left: -40px
}

.one .content .tile1 .icon img{
  height: 80px
}

.one .content .tile2{
  background: #ff9409;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}

.one .content .tile2:hover{
  background: #ec8907;
}

.one .content .tile2 .icon{
  position: absolute;
  margin-top: -40px;
  margin-left: -40px
}

.one .content .tile2 .icon img{
  height: 85px
}

.one .content .tile3{
  background: #f75455;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}

.one .content .tile3:hover{
  background: #f73536;
}

.one .content .tile3 .icon{
  position: absolute;
  margin-top: -40px;
  margin-left: -50px
}

.one .content .tile3 .icon img{
  height:85px
}

.one .content .tile4{
  background: #03a070;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}

.one .content .tile4:hover{
  background: #038e63;
}

.one .content .tile4 .icon{
  position: absolute;
  margin-top: -40px;
  margin-left: -34px
}

.one .content .tile4 .icon img{
  height:85px
}

.one .content .element_two{
  float:left;
  text-align: left;
  width: 40%;
  margin-left: -278px
}

.two{
  background: #efefef
}

.two .content{
  padding: 10px
}

.two .content .element_one{
  padding-top: 45px
}

.two .content .element_one h1, h2{
  text-align: center;
}

.two .content .element_one h1{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.two .content .element_one p{
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 17px;
  text-align: center
}


.three{
  background: #fff
}

.three .content{
  padding: 10px
}

.three .content .case-box{
  background: #efefef;
  padding: 20px
}

.three .content .case-box .description{
  padding-top: 30px;
  padding-bottom: 20px
}

.three .content .case-box .description .cta-button{
  padding-top: 30px;
}


.three .content .element_one{
  padding-top: 45px
}

.three .content .element_one h1, h2{
  text-align: center;
}

.three .content .element_one h1{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.three .content .element_one p{
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 17px;
  text-align: center
}

.four{
  background: #3394f3;
}

.four .content{
  padding: 10px
}

.four .content .case-box{
  background: #efefef;
  padding: 20px
}

.four .content .case-box .description{
  padding-top: 30px;
  padding-bottom: 20px
}

.four .content .case-box .description .cta-button{
  padding-top: 30px;
}

.four .content .element_one{
  padding-top: 45px
}

.four .content .element_one h1, h2{
  text-align: center;
}

.four .content .element_one .white{
  color: #fff
}

.four .content .element_one h1{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.four .content .element_one p{
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 17px;
  text-align: center
}

.four .content .element_one .news{
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.four .content .element_one .news .title{
  padding: 10px;
  background: #007cff
}

.four .content .element_one .news .title a{
  text-decoration: none
}

.four .content .element_one .news .title p{
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 17px;
}

.four .content .element_one .news .author{
  padding: 10px;
  color:#666161;
}

.four .content .element_one .news .description{
  padding: 0px 0px 10px 10px
}


.four .content .element_one .news .description p{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #585353;
  text-align: left
}


.five{
  background: #ecd50a;
  padding-bottom: 50px
}

.five .content{
  padding: 10px
}

.five .content .case-box{
  background: #efefef;
  padding: 20px
}

.five .content .case-box .description{
  padding-top: 0px;
  padding-bottom: 20px
}

.five .content .case-box .description .cta-button{
  padding-top: 30px;
}

.five .content .element_one{
  padding-top: 45px
}

.five .content .element_one h1, h2{
  text-align: center;
}

.five .content .element_one .white{
  color: #fff
}

.five .content .element_one h1{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.five .content .element_one p{
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 17px;
  text-align: center
}

.five .content .element_one .icon-box{
  padding:10px;
}

.five .content .element_one .icon-box .icon-box-img img{
  height: 90px
}

.five .content .element_one .icon-box .icon-box-description{
  color: #000;
  text-align: center
}

.six{
  background: #fff;
  padding-bottom: 50px
}

.six .content{
  padding: 10px
}

.six .content .case-box{
  background: #efefef;
  padding: 20px
}

.six .content .case-box .description{
  padding-top: 0px;
  padding-bottom: 20px
}

.six .content .case-box .description .cta-button{
  padding-top: 30px;
}

.six .content .element_one{
  padding-top: 45px
}

.six .content .element_one h1, h2{
  text-align: center;
}

.six .content .element_one .white{
  color: #fff
}

.six .content .element_one h1{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.six .content .element_one p{
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 17px;
  text-align: center
}

.six .content .element_one .about-box{
  padding:10px;
}

.six .content .element_one .about-box p{
  text-align: center
}

.six .content .element_one .about-author{
  padding: 10px
}

.six .content .element_one .about-author .about-author-img img{
  height: 120px
}

.six .content .element_one .icon-box .icon-box-img img{
  height: 90px
}

.six .content .element_one .icon-box .icon-box-description{
  color: #000;
  text-align: center
}




.btn-success{
  border-radius: 0;
  background-color: #0fc084;
  border-color: #0fc084
}

.btn-danger{
  border-radius: 0;
  color:#000;
  background-color: #ecd600;
  border-color: #000
}

input[type="text"], textarea {
  outline: none;
  box-shadow:none !important;
  border:1px solid #ccc !important;
}


.icons{
  margin-top: 10px;
}

.icons p{
  text-align: right;
  padding-bottom: 14px;
  font-family: 'Gotham Book';
  font-size: 12px;
  font-weight: normal;
}

.slider .slide {
    position: relative;
    z-index: 1
}

.shortcut{
  margin-top: 40px;
}

.shortcut a:hover, .shortcut .item:hover{
  text-decoration: none;
  color: #00508e;
  background: #00508e
}

.shortcut .item{
  background: #fb923a;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
}

.shortcut .title{
  text-align: center;
  padding: 10px;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6d6e71

}

.shortcut .title:hover{
  color: #00508e
}



.featured{
  margin-top: 40px;
}

.featured .title{
  text-align: center;
  background: #fff;
  width: 10%;
  margin: 0 auto;
  font-family: 'Gotham';
  font-weight: normal;
  font-size: 28px;
  color: #03528f


}

.featured .line{
  margin-top: 10px;
  position: absolute;
  background: #6d6e71; 
  height: 2px;
  width: 100%;
  z-index: -1
}

.featured .item{
  background: #efefef;
  padding: 10px;
  border-radius: 10px;
}

.featured .img-item{
  padding:10px;
}

.featured .title-item{
  padding:10px;
  font-family: 'Gotham', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #6d6e71;
  height:86px;
}

.featured .title-item a{
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #6d6e71
}

.featured .title-item a:hover,
.featured .title-item a:focus{
  color: #004f92;
  text-decoration: none;
}

.featured .date-item{
  padding: 10px;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #6d6e71
}

.featured .date-item .line-item{
  padding-bottom: 10px;
  border-top: 1px solid #6d6e71;
}

.featured .featured-more{
  text-align: center;
  padding-top: 50px
}

.tour{
  margin-top: 50px;
}

.tour img{
  width: 100%
}

.numbers{
  margin-top: 50px;
}

.numbers .title{
  text-align: center;
  background: #fff;
  width: 16%;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: -10px

}

.numbers .line{
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  border-top:1px solid #04528f;
}


.numbers .item-icons{
  margin-top: 50px
}

.numbers .item-icon{
  float: left;
  width: 20%;
  text-align: center;
}

.numbers .item-icon:first-child{
  text-align: left;
}

.numbers .item-icon:last-child{
  text-align: right;
}

.numbers .item-icon div:first-child{
  margin-left: -30px
}

.numbers .item-icon div:last-child{
  margin-left: -59px
}

.numbers .item-icon .text{
  text-align: center;
}

.numbers .item-icon p{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6d6e71;
  padding-top: 25px;
  padding-bottom: 5px;
  text-align: center;
  padding-left: 55px;
  line-height:1
}

.numbers .item-icon:first-child p{
  padding-left: 25px
}

.numbers .item-icon:last-child p{
  padding-left: 87px
}

.students{
  margin-top: 50px;
}

.students .title{
  text-align: center;
  background: #fff;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: -10px

}

.students .line{
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  border-top:1px solid #04528f;
}

.students .item-icons{
  margin-top: 50px
}

.students .item-icon{
  float: left;
  width: 20%;
  text-align: center;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size: 20px
}

.students .item-icon p{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size: 20px
}

.students .item-icon:first-child{
  text-align: left;
}

.students .item-icon:last-child{
  text-align: right;
}

.students .item-icon .text{
  text-align: center;
}

.students .exalunos .items{
  width: 100%
}

.students .exalunos .items .item{
  background: #efefef;
  height: 300px;
  border-radius: 20px;
  margin-top: 130px
}

.students .exalunos .items .item .quote-left{
  position: absolute;
  margin-top: -35px;
  margin-left: 100px;
  width: 100%;
  left: 0
}

.students .exalunos .items .item .quote-right{
  position: absolute;
  right:0;
  bottom: 0;
  margin-bottom: -47px;
  margin-right: 100px
}

.students .exalunos .items .item .photo{
  text-align: center;
  position: absolute;
  margin-top: -70px;
  right: 0;
  left: 0
}

.students .exalunos .items .item .text{
  text-align: center;
  padding-top: 150px;
  font-family: 'Gotham';
  font-size: 18px;
  font-weight: normal;
  word-wrap: break-word;
}

.footer{
  background: #efefef;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer ul li:first-child{
  padding-left: 0px;
}

.footer ul li{
  padding-left: 50px;
}

.footer ul li img{
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.footer ul li img:hover{
  filter: none;
  -webkit-filter: none;
}

.footer .logo{
  padding-top: 100px;
  text-align: right;
}

.footer .logo img{
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.footer .logo img:hover{
  filter: none;
  -webkit-filter: none;
}

.footer .title{
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size:  18px;
  color: #6d6e71
}

.footer .description{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  18px;
  color: #6d6e71
}

.footer .description p a{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  18px;
  color: #6d6e71
}


.chat{
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99990
}

.box-title{
  background: #04528f;
  padding: 30px;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  30px;
  color: #fff;
  text-transform: uppercase;
}

.content-default{
  margin-top: 60px
}


.content-default .content-default-title{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  30px;
  color: #03528f;
  text-transform: uppercase;
}

.content-default .content-default-text{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  18px;
  color: #6d6e71;
}

.content-default .content-default-small-text{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  16px;
  color: #6d6e71;
}

.content-default .content-default-salary{
  background: #fb923a;
  border-radius: 40px;
  padding: 20px
}

.content-default .content-default-salary .content-default-salary-title{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  35px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px
}

.content-default .content-default-salary .content-default-salary-title span{
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
}

.content-default .content-default-salary .content-default-salary-price{
  border:2px solid #fff;
  margin: 20px
}

.content-default .content-default-salary .content-default-salary-price{
  border:2px solid #fff;
  margin: 20px
}

.content-default-salary-price .content-default-salary-price-title{
  color: #00508e;
  text-transform: uppercase;
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size: 22px;
  padding: 13px 25px 0px;
  line-height: 1
}

.content-default-salary-price .content-default-salary-price-price{
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size: 22px;
  padding: 0 25px;
}

.content-default .content-default-salary .title{
  background: red;
  border-radius: 40px;
  padding: 40px
}


.content-default .content-default-box{
  background: #f1f2f2;
  padding: 20px;
  border-radius: 20px;
  margin: 0 40px;
}


.content-default .content-default-box{
  background: #f1f2f2;
  padding: 20px;
  border-radius: 20px
}

.content-default .content-default-box-title{
  margin-top: 30px;
  text-align: center;
}

.content-default .content-default-box-title span{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  20px;
  color: #6d6e71;
  text-transform: uppercase;
  border-radius: 20px;
  border:2px solid #6d6e71;
  padding: 10px 38px;
}

.content-default .content-default-box-text{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  18px;
  color: #6d6e71;
  padding-top: 30px;
}

.content-default .content-default-box .content-default-box-icon{
  margin-top: 20px
}

.content-default .content-default-box .content-default-box-icon .content-default-box-icon-text{
  font-family: 'Gotham', sans-serif;
  font-size:  18px;
  color: #6d6e71;
}

.content-default .content-default-box .content-default-box-icon .content-default-box-icon-value{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  14px;
  color: #6d6e71;
  word-break: break-word;
}

.content-default .content-default-box .content-default-box-icon .content-default-box-grand-title{
  font-family: 'Gotham', sans-serif;
  font-weight: 900;
  font-size:  22px;
  color: #6d6e71;
  word-break: break-all;
}

.box-list-courses{
  margin-top: 30px
}

.box-list-courses .image{
  margin-top: 50px
}


.box-list-courses .title{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  20px;
  color: #03528f;
  text-transform: uppercase;
  text-align: right;
  padding-right: 5px
}

.tiles{
  position: relative;
  z-index: 999887;
  margin-top: -75px;
}

.tiles .item{
  text-align: center;
  background: #00508e;
  padding: 50px;
  border-radius: 10px
}

.tiles .item span{
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size:  20px;
  color: #fff;
}

.text-justify{
  text-align: justify;
}

.p-top-30{
  padding-top: 30px
}

.m-top-50{
  margin-top: 50px !important
}

.p-right-0{
  padding-right: 0px !important
}


/* Reset */
.navi,
.navi a,
.navi ul,
.navi li,
.navi div,
.navi form,
.navi input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.navi a { text-decoration: none; }
 
.navi li { list-style: none; }

/* Menu Container */
.navi {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}
 
/* Menu List */
.navi > li {
    display: block;
    float: left;
}

/* Menu Links */
.navi > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 54px;
    padding-right:47px;
    line-height: 54px;
     
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #808184;
 
    background: #fff;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navi > li:hover > a { color: #004f91; }

.navi > li:first-child > a {
    border-radius: 3px 0 0 3px;
    border-left: none;
}

/* Search Form */
.navi > li.navi-search > form {
    position: relative;
    width: inherit;
    height: 54px;
    z-index: 510;
}

.navi > li.navi-search input[type="text"] {
    display: block;
    float: left;
    width: 1px;
    height: 24px;
    padding: 15px 0;
    line-height: 24px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
 
    background: #372f2b;
 
    -webkit-transition: all .3s ease 1s;
    -moz-transition: all .3s ease 1s;
    -o-transition: all .3s ease 1s;
    -ms-transition: all .3s ease 1s;
    transition: all .3s ease 1s;
}
 
.navi > li.navi-search input[type="text"]:focus { color: #fcfcfc; }
 
.navi > li.navi-search input[type="text"]:focus,
.navi > li.navi-search:hover input[type="text"] {
    width: 110px;
    padding: 15px 20px;
 
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
  }

.navi > li.navi-search input[type="submit"] {
    display: block;
    float: left;
    width: 20px;
    height: 54px;
    padding: 0 25px;
    cursor: pointer;
 
    background: #fff url(../img/search-icon.png) no-repeat center center;
 
    border-radius: 0 3px 3px 0;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
 
.navi > li.navi-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.navi > li > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 59px;
    left: 0;
 
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
 
    background: #f4f5f8;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navi > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

/* Menu Content Styles */
.navi .navi-column {
    float: left;
    width: 25%;
    padding:20px;
}
 
.navi .navi-column h3 {
    margin: 20px 0 10px 0;
    line-height: 18px;
     
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #372f2b;
    text-transform: uppercase;
}
 
.navi .navi-column h3.orange { color: #ff722b; }
 
.navi .navi-column li a {
    display: block;
    line-height: 26px;

    font-family: 'Gotham', sans-serif;
    font-weight: normal;
     
    font-size: 14px;
    color: #808184;
}
 
.navi .navi-column li a:hover { color: #004f91; }

.navi-column-list{
  border-right: 1px solid #babbbe !important
}

.navi-column-list:last-child{
  border-right: none 
}

.btn-more{
  background: transparent;
  border: 1px solid #808184;
  border-top-right-radius:  35px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  font-size: 20px;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  color: #808184;
  padding: 10px 36px;
}

.btn-more:hover,
.btn-more:focus {
  background: #84858a;
  color: #fff  
}

h2.background-supertitle {
  position: relative;
  z-index: 1;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: #03528f
}
h2.background-supertitle:before {
  border-top: 2px solid #04528f;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */

  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */

  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
h2.background-supertitle span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
  font-family: 'Gotham';
  font-weight: normal;
}
h2.double-supertitle:before {
  /* this is just to undo the :before styling from above */

  border-top: none;
}
h2.double-supertitle:after {
  border-bottom: 1px solid #04528f;
  -webkit-box-shadow: 0 1px 0 0 #04528f;
  -moz-box-shadow: 0 1px 0 0 #04528f;
  box-shadow: 0 1px 0 0 #04528f;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */

  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.map {
    position: relative;
    width: 100%
}

.map iframe {
    width: 100%
}
.map .map-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #f58220;
    padding: 10px;
    max-width: 260px;
    width: 100%
}

.map .map-info .wrap {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px
}

.map .map-info .wrap h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    line-height: 15px;
    letter-spacing: -0.5px;
    text-transform: uppercase
}

.map .map-info .wrap p {
    margin: 0;
    font-size: 11px
}

.page-academic-calendar-list{
      height:250px;
}

.page-academic-calendar-list .item {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    width: 32.949%;
    margin-bottom: 40px
}

.page-academic-calendar-list .item .zabuto_calendar .table .calendar-month-header th {
    padding-top: 0;
    padding-bottom: 4px
}

.page form {
    margin: 40px 0
}

.page form .form-group {
    margin-bottom: 10px
}

.page form input,
.page form select {
    height: 39px
}

.page form textarea {
    height: 150px
}

.page form .submit-btn {
    margin-top: 40px
}

.page form .submit-btn button {
    font-size: 20px;
    color: #6d6e71;
    padding: 5px 30px;
    padding-bottom: 3px;
    border: 1px solid #6d6e71;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    background: transparent
}

.page form .submit-btn button:hover {
    text-decoration: none;
    color: #004f93
}

.page form .submit-btn span {
    margin-left: 7px;
    color: #6d6e71
}

ul.list-items {
    list-style: none;
    padding: 0
}

ul.list-items li {
    margin-bottom: 30px
}

ul.list-items li:last-of-type {
    margin-bottom: 0
}

ul.list-items li a {
    font-size: 16px;
    color: #6d6f71;
    font-weight: 400;
    display: block
}

ul.list-items li a span {
    font-weight: 500
}

.page .page-title {
    margin-bottom: 40px;
    font-family: 'Gotham', sans-serif;
    font-weight: normal;
    color: #808184;
}

.page .page-title h2 {
    margin: 0;
    color: #f58220;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400
}

.page .image-cover-page {
    margin-bottom: 40px
}

.page p.text,
.page div.text-item {
    line-height: 20px;
    font-size: 13px;
    color: #6d6e71;
    text-align: justify
}

.page p.text strong,
.page div.text-item strong {
    font-weight: 500 !important
}

.page h2.title {
    margin: 40px auto;
    color: #f58220;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400
}

.page h5.subtitle {
    font-weight: 500;
    color: #6d6e71;
    margin: 30px auto;
    text-transform: uppercase;
    font-weight: 500
}

.page ul.list {
    padding: 0;
    padding-left: 15px;
    color: #6d6e71;
    font-size: 13px;
    line-height: 20px
}

.page ul.list li {
    padding-left: 20px
}

.page a {
    font-size: 13px;
    color: #6d6e71;
    font-weight: 500
}

.page .download-link {
    margin-top: 30px;
    display: block
}

.page .item-leader h5 {
    margin-top: 0 !important
}

.page .button-more {
    margin-top: 40px
}

.page .button-more a,
.page .button-more button {
    font-size: 10px;
    color: #6d6e71;
    padding: 5px 15px;
    padding-bottom: 4px;
    border: 1px solid #6d6e71;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    background: transparent
}

.page .button-more a:hover,
.page .button-more button:hover {
    text-decoration: none;
    color: #004f93
}

.page .button-more span {
    margin-left: 7px;
    color: #6d6e71
}

.page-position .position-campus {
    position: relative;
    margin-bottom: 40px
}

.page-position .position-campus .bg img {
    width: 100%;
    height: auto
}

.page-position .position-campus .bg-mobile img {
    width: 100%;
    height: auto
}

.page-position .position-campus .info-bloco {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 30px;
    padding: 20px;
    background: #004f93;
    width: 310px;
    color: #fff;
    font-size: 13px;
    z-index: 999
}

.page-position .position-campus .info-bloco .name {
    font-weight: 500;
    text-transform: uppercase
}

.page-position .position-campus .info-bloco p {
    margin: 0
}

.page-position .position-campus .markers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-position .position-campus .markers .map-marker {
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 50px;
    height: 65px
}



.page-position .position-campus .markers .bloco-1 {
    background-image: url("../images/localizacao/bloco-1.png");
    bottom: 75px;
    left: 434px
}

.page-position .position-campus .markers .bloco-2 {
    background-image: url("../images/localizacao/bloco-2.png");
    bottom: 8px;
    left: 274px
}

.page-position .position-campus .markers .bloco-3 {
    background-image: url("../images/localizacao/bloco-3.png");
    bottom: 66px;
    left: 186px
}

.page-position .position-campus .markers .bloco-4 {
    background-image: url("../images/localizacao/bloco-4.png");
    top: 45px;
    left: 180px
}

.page-position .position-campus .markers .bloco-5 {
    background-image: url("../images/localizacao/bloco-5.png");
    bottom: 134px;
    right: 138px
}

.page-position .position-campus .markers .bloco-6 {
    background-image: url("../images/localizacao/bl.png");
    bottom: 147px;
    left: 215px
}

.page-position .bg-mobile {
    display: none
}

.page-position .legends-acessibility {
    display: none
}

.page-position .legends-acessibility .item {
    padding: 20px;
    background: #004f93;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px
}

.page-position .legends-acessibility .item .name {
    font-weight: 500;
    text-transform: uppercase
}

.page-position .legends-acessibility .item p {
    margin: 0
}

@media(max-width: 768px) {
    .page-position .text-instruction {
        display: none
    }
    .page-position .bg {
        display: none
    }
    .page-position .legends-acessibility {
        display: block
    }
    .page-position .bg-mobile {
        display: block
    }
    .page-position .position-campus .markers {
        display: none
    }
}

.items-portarias a {
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    color: #6d6e71;
    display: block;
    margin-bottom: 10px
}

.items-portarias a strong {
    font-weight: 500
}

.page .list-magazines a:hover {
    text-decoration: none
}

.page .list-magazines .item-magazine {
    margin-bottom: 30px
}

.page .list-magazines .item-magazine .wrap {
    background: #e6e7e8;
    padding: 20px 10px;
    padding-bottom: 10px;
    text-align: center
}

.page .list-magazines .item-magazine .wrap .title {
    font-size: 13px;
    color: #6d6e71;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 13px;
    font-weight: 400;
    height: 26px
}

.gallery-new {
    margin-top: 50px
}

.gallery-new .item {
    margin-bottom: 30px
}

.gallery-new .item img {
    width: 100%;
    max-width: 210px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 3px solid transparent;
    margin: -3px
}

.gallery-new .item img:hover {
    border-color: #bababa
}

@media(max-width: 480px) {
    .gallery-new .item {
        float: none;
        width: 100%;
        display: block
    }
    .gallery-new .item img {
        margin: auto
    }
}

.page form {
    margin: 40px 0
}

.page form .form-group {
    margin-bottom: 10px
}

.page form input,
.page form select {
    height: 39px
}

.page form textarea {
    height: 150px
}

.page form .submit-btn {
    margin-top: 40px
}

.page form .submit-btn button {
    font-size: 10px;
    color: #6d6e71;
    padding: 5px 15px;
    padding-bottom: 3px;
    border: 1px solid #6d6e71;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    background: transparent
}

.page form .submit-btn button:hover {
    text-decoration: none;
    color: #004f93
}

.page form .submit-btn span {
    margin-left: 7px;
    color: #6d6e71
}

.btn-default {
    color: #6d6e71;
    background-color: #fff;
    border-color: #6d6e70;
}

.list-time div {
    margin-bottom: 20px;
    position: relative
}

.list-time .text-center img {
    width: 100%;
    max-width: 99.9%
}

.list-time .label-time {
    padding: 6px;
    background: #6d6e70;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    display: table;
    min-height: 45px;
    border: 1px solid #000
}

.list-time .label-time div {
    display: table-cell;
    vertical-align: middle
}

.list-time .label-time span {
    text-transform: none
}

.list1 .label-time {
    margin-bottom: -15px;
    width: 97.9%
}

.list2 .label-time {
    margin-bottom: -15px
}

.list3 .label-time {
    margin-bottom: -17px
}

.page-revistas .item .wrap {
    background: #6d6e70;
    padding: 20px
}

.page-revistas .item .wrap .icon {
    text-align: center;
    margin-bottom: 20px
}

.page-revistas .item .wrap .name {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300
}

.page-revistas .item .wrap:hover {
    background: #00508f
}

.page-revistas .item a:hover {
    text-decoration: none
}

@media(min-width: 768px) {
    .page-revistas .item:nth-child(4n) {
        margin-bottom: 30px
    }
}

@media(max-width: 768px) {
    .page-revistas .item:nth-child(2n) {
        margin-bottom: 30px
    }
}

.page-revistas .cover-main {
    width: 100%
}

.page-revistas .cover-main .row {
    width: 100%;
    height: 260px;
    overflow: hidden
}

.page-revistas .cover-main .dcontent {
    width: 100%
}

.page-revistas .cover-main .item {
    padding: 0
}

.page-revistas .cover-main .row {
    padding: 0;
    margin: 0
}

.page-revistas .cover-main .cover-img {
    height: 100%;
    overflow: hidden
}

.page-revistas .cover-main .cover-img img {
    width: 100%;
    height: 100%
}

.page-revistas .cover-main .title {
    height: 100%
}

.page-revistas .cover-main .title .wrap {
    background: #0054a3;
    height: 260px;
    overflow: hidden;
    color: #fff;
    display: table;
    width: 100%;
    padding: 10px 90px
}

.page-revistas .cover-main .title .wrap .texts {
    display: table-cell;
    vertical-align: middle
}

.page-revistas .cover-main .title .wrap h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.page-revistas .cover-main .title .wrap h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold
}

.page-revistas .tabs-revistas {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    display: table;
    width: 100%
}

.page-revistas .tabs-revistas li {
    float: none;
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle
}

.page-revistas .tabs-revistas li:last-of-type {
    padding-right: 0
}

.page-revistas .tabs-revistas li.active a {
    background: #0054a3;
    border-color: #0054a3 !important;
    color: #fff
}

.page-revistas .tabs-revistas li.active a:hover {
    background: #0054a3
}

.page-revistas .tabs-revistas li a {
    color: #808284;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    border: 2px solid #a7a9ac !important;
    border-radius: 0;
    margin: 0
}

.page-revistas .tabs-revistas li a:hover {
    background: none
}

.page-revistas .texts-content {
    padding: 0 !important
}

.page-revistas .edital-wrap {
    background: #bcbec0;
    padding: 40px;
    text-align: center
}

.page-revistas .edital-wrap img {
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .4);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .4);
    width: 100%;
    margin: auto;
    max-width: 350px
}

.page-revistas .contacts {
    margin-top: 30px;
    background: #6d6e70;
    padding: 40px;
    color: #fff
}

.page-revistas .contacts h2 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    padding: 0
}

.page-revistas .contacts .text {
    font-size: 19px;
    color: #fff
}

.page-revistas .contacts .text a {
    color: #fff !important;
    font-size: 19px;
    font-weight: normal
}

.page-revistas .contacts .text a:hover {
    text-decoration: underline
}

.page-revistas .revista-wrap {
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .4);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, .4)
}

.page-revistas .revista-wrap .image-revista img {
    width: 100%;
    max-height: 275px
}

.page-revistas .revista-wrap .texts {
    background: #0054a3;
    color: #fff;
    width: 100%;
    padding: 30px 20px
}

.page-revistas .revista-wrap .texts h2 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.page-revistas .revista-wrap .texts h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold
}

@media(max-width: 768px) {
    .page-revistas .cover-main .title .wrap {
        padding: 10px 30px
    }
    .page-revistas .cover-main .title .wrap .texts {
        display: table-cell;
        vertical-align: middle
    }
    .page-revistas .cover-main .title .wrap h2 {
        font-size: 32px;
        word-break: break-all
    }
    .page-revistas .cover-main .title .wrap h4 {
        font-size: 20px;
        word-break: break-all
    }
    .page-revistas .tabs-revistas li {
        float: left;
        display: inline;
        width: 49%;
        margin-right: 2%;
        padding: 0
    }
    .page-revistas .tabs-revistas li:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.page-herbario .banner-header {
    margin-bottom: 40px
}

.page-herbario .banner-header img {
    width: 100%
}

.page-herbario .item-acervo.panel-accordion-item {
    margin: 0;
    margin-bottom: 40px;
    position: relative
}

.page-herbario .item-acervo.panel-accordion-item .list-alphabet {
    margin-bottom: 15px;
    text-align: center
}

.page-herbario .item-acervo.panel-accordion-item .list-alphabet a.selected {
    color: #00508f
}

.page-herbario .item-acervo.panel-accordion-item .panel-heading a {
    font-size: 16px;
    padding: 10px 15px
}

.page-herbario .item-acervo.panel-accordion-item .panel-heading a:after {
    font-size: 22px;
    margin-top: -2px
}

.page-herbario .item-acervo.panel-accordion-item .panel-body {
    position: absolute;
    z-index: 5;
    width: 100%
}

.page-herbario .item-acervo.panel-accordion-item .panel-body ul {
    margin: 0;
    padding: 0 15px
}

.page-herbario .item-acervo.panel-accordion-item .panel-body ul li {
    color: #6d6f71;
    margin-bottom: 10px
}

.page-herbario .item-acervo.panel-accordion-item .panel-body ul li:last-of-type {
    margin-bottom: 0
}

.page-herbario .item-acervo.panel-accordion-item .panel-body ul li a {
    display: block;
    font-weight: normal;
    padding: 5px 0
}

.page-herbario form {
    margin: 0
}

.page-herbario form .search {
    margin-bottom: 40px
}

.page-herbario form .search input {
    height: 42px
}

.page-herbario form .search .input-group-btn {
    padding-left: 10px
}

.page-herbario form .search .input-group-btn button {
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 42px
}

.page-herbario .title.big-title {
    font-size: 29px;
    color: #f98037;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 35px
}

.page-herbario .presentation .title {
    font-size: 30px;
    color: #f98037;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 35px
}

.page-herbario .box-login {
    background: #00508f;
    padding: 40px;
    padding-bottom: 20px
}

.page-herbario .box-login input[type=email] {
    margin-bottom: 20px
}

.page-herbario .box-login .submit-btn {
    margin-top: 8px;
    text-align: right
}

.page-herbario .box-login .submit-btn button {
    border-color: #fff;
    color: #fff;
    padding: 5px 20px
}

.page-herbario .box-login .submit-btn button:hover {
    color: #fff
}

.page-herbario .box-login .submit-btn span {
    color: #fff
}

.page-herbario .box-login .forgot {
    display: block;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px
}

.page-herbario .box-login .signup {
    color: #f98137;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

.page-herbario .box-login .s {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    margin-top: 0
}

.page-herbario .box-login .s strong {
    font-weight: 500
}

.page-herbario .box-login .logout {
    color: #fff;
    font-size: 13px
}

.page-herbario .download-model {
    margin-top: 40px
}

.page-herbario .download-model img {
    width: 100%
}

.page-herbario .form-signup .terms {
    margin-top: 40px
}

.page-herbario .form-signup .terms h4 {
    color: #6d6e71;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase
}

.page-herbario .form-signup .checkbox {
    margin-top: 40px
}

.page-herbario .form-signup .checkbox label {
    color: #6d6e71;
    font-size: 13px
}

.page-herbario .form-signup .checkbox input {
    height: auto;
    margin-right: 10px
}

@media(max-width: 768px) {
    .page-herbario .panel-accordion-item {
        margin-bottom: 20px
    }
}

.page-familias ul {
    margin: 0;
    padding: 0 15px
}

.page-familias ul li {
    color: #6d6f71;
    margin-bottom: 20px
}

.page-familias ul li:last-of-type {
    margin-bottom: 0
}

.page-familias ul li a {
    display: block;
    font-weight: normal
}

.page-familias .list-title {
    margin-top: 40px
}

.page-familias .especies-lista {
    background: #f1f2f2;
    padding: 40px
}

.page-familias .especies-lista p {
    color: #6d6f71;
    font-size: 13px;
    margin: 0
}

.page-familias .view-especie .photo img {
    width: 100%
}

.page-familias .view-especie .photo .instruction {
    color: #6d6f71;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-align: center
}

.page-familias .view-especie p {
    color: #6d6f71;
    font-size: 13px;
    margin-bottom: 20px
}

.page-familias .view-especie p:last-of-type {
    margin-bottom: 0
}

.page-familias .view-especie p strong {
    font-weight: 500
}

.page-familias .view-especie p strong strong {
    font-weight: 600
}

.page-familias h4.subtitle {
    font-size: 17px;
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase
}

.page-view-especie .title.big-title {
    text-transform: none !important
}

 /* Sidenav */
.sidenavs {
    height: 100%;
    width: 65%;
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 0px;
    background-image: linear-gradient(to left top, #1f6fb3, #1867ab, #115fa3, #08579b, #004f93);
    transition: 0.3s;
}

/* Style the sidenav links and the dropdown button */
.sidenavs a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    transition: 0.3s;
}

/* On mouse-over */
.sidenavs a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
} 

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 14px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active-menu {
    background-color: #1c6cb0;
    color: white;
    font-size: 14px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #1b6cb0;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.icon-dropdown-mobile {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.area-mobile{
    display: none !important;
    position: relative;
    z-index: 12000;
}

.area-mobile button{
    outline: 0;
    color: #f5821f;
    background: #fff
}

.area-mobile button:active, .area-mobile button:visited, .area-mobile button:hover, .area-mobile button:focus {
    outline: 0;
}

.content-social{
    float: right;
}

@media only screen and (max-width: 981px) {

    .header .logo{
        padding: 10px 50px
    }
  
    .menu{
        display: none;
    }

    .area-mobile{
        display: block !important;
    }

    .content-logo{
        text-align: center !important
    }

    .content-social{
        text-align: center !important;
        float: none;
    }

    .content-social p{
        text-align: center;
    }

    .numbers .item-icon{
        width: 100%;
    }

    .students .exalunos .items .item{
        margin-top: 74px;
        width: 100%;
        height: 400px
    }

    .students .exalunos .items .item .quote-left{
        padding-left: 10px;
        margin-top: -22px;
        margin-left: 0 !important;
    }

    .students .exalunos .items .item .quote-right{
        margin-bottom: -28px;
        margin-right: 60px;
        right:0 !important;
    }

    .students .exalunos .items .item .quote-right img, .students .items .item .quote-left img{
        height: 50px;
    }

    .students .exalunos .items .item .photo{
        margin-top: -46px;
        width: 100%
    }

    .students .exalunos .items .item .photo img{
        height: 20px
    }

    .students .exalunos .items .item .text{
        padding-top: 150px !important;
        padding-bottom:30px;
        width: 100%;
        font-family: 'Gotham Book'
    }

    .students .exalunos .items .item .text p{
        padding: 20px
    }

    .numbers .item-icon:first-child, .numbers .item-icon:last-child{
        text-align: center;
    }

    .numbers .item-icon div:first-child{
      margin-left: 0
    }

    .numbers .item-icon div:last-child{
      margin-left: 0
    }

    .numbers .item-icon p{
      padding-left: 0px
    }

    .numbers .item-icon:first-child p{
      padding-left: 0px
    }

    .numbers .item-icon:last-child p{
      padding-left: 0px
    }

    .footer{
        text-align: center;
    }

    .footer .logo{
      padding-top: 50px;
      text-align: center;
    }

    .footer ul li{
      padding-left: 0
    }

    .footer ul li:first-child {
        padding-left: 0px !important;
    }

    .line{
        display: none;
    }

}

.rotate {
  transition: transform 2s;
}

.rotate:hover {
  transform: rotate(1080deg);
}

.owl-theme .custom-nav {
     position: absolute;
     top: 20%;
     left: 0;
     right: 0;
}
 .owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
     position: absolute;
     height: 100px;
     color: inherit;
     background: none;
     border: none;
     z-index: 100;
}
 .owl-theme .custom-nav .owl-prev i, .owl-theme .custom-nav .owl-next i {
     font-size: 2.5rem;
     color: #cecece;
}
 .owl-theme .custom-nav .owl-prev {
     left: 0;
}
 .owl-theme .custom-nav .owl-next {
     right: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.station-time{
  font-family: 'Gotham Book';
  color: #808184;
  font-weight: normal;
}

.station-time:hover,
.station-time:active,
.station-time:visited
{
  color: #808184;
  text-decoration: none;
}

div.zabuto_calendar .table tr.calendar-month-header th:first-child{
  border-top-left-radius:10px !important;
  border-bottom-left-radius:10px !important;
}

div.zabuto_calendar .table tr.calendar-month-header th:last-child{
  border-top-right-radius:10px !important;
  border-bottom-right-radius:10px !important;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-month-header th
{
    border:0 !important;
}

.item-text-title{
  font-family: 'Gotham';
  font-size: 16px
}

.item-text-subtitle{
  font-family: 'Gotham Book';
  font-size: 14px
}
