/*
import das fontes Open Sans e Merriweather do google webfonts
USE:
font-family: 'Open Sans', sans-serif;
font-family: 'Merriweather', serif;
*/
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600,400Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400|Merriweather:400,700);
@import url(../fonts/icomoon/style.css);
@import url(../fonts/icomoon-v2/style.css);
@import url(fs_navigation.css);
@import url(fs_offcanvas.css);
@import url(fs_footer.css);

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;

}
p {
    font-size:16px;
    line-height: 1.8569em;
}
a:hover{
    text-decoration:none;
}
h1{
    font-size:45px;
}
h2{
    margin-top: 40pt;
    margin: 50px 0px 30px 0px;
    font-size:45px;
}
h3{
    font-size:25px;
}
h4{
    color: black;
    font-size:21px;
    line-height: 1.61904762em !important;

}
h5{
    font-size:20px;
    font-family: 'Open Sans', sans-serif;
}
h6{
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
/*.master-wrapper{
    background:#fff;
    z-index:1000;
    position:relative;
    min-height:500px;
    padding-bottom:0;
}
@media (max-width: 480px){
    .master-wrapper{
        min-height: 425px
    }
}*/
/*Alteração do padding por defeito dos containers Bootstrap na versão mobile*/
@media (max-width: 767px) {
    /*.container{
        padding:0 20px;
    }*/
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8{
        padding-left:20px;
        padding-right:20px;
    }
    .case1{
        height:0px;
    }
    .case4{
        height:0px;
    }
    .case5{
        position:relative;
        top:0px;
    }
    .col-xs-4.col-sm-2.case5col.assimetrica-text.effect.fixcase5-1 {
        position: static;
    }
    .fixcase5-1{
        position:static;
    }
    .fixcase5-2{
        position:static;
    }

    .case5col{
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    .case5crop{
        height:auto;
    }
    .case3{
        position: relative; left: 0%; bottom: 0px;
    }
    .case1item{
        position: relative;right: -0%;
    }
    .case2{
        position: relative;left: -0%;
    }

    .caseleft, .caseright{
        position:relative;
        left:0%;
    }


}
/*Classe para remover paddings laterais por defeito em qualquer container*/
.no-padding{
    padding-left:0;
    padding-right:0;
}
@media (min-width:768px){
    .no-padding-non-xs{
        padding-left:0;
        padding-right:0;
    }
}
@media (max-width:767px){
    .no-padding-only-xs{
        padding-left:0;
        padding-right:0;
    }
}
/*tweak para mask de imagens*/
.crop-height{
    height: 140px;
    overflow: hidden;
    position: relative;
}
.crop-height img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
    .crop-height{
        height: 160px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .crop-height{
        height: 180px;
    }
}
@media (min-width: 1200px) {
    .crop-height{
        height: 200px;
    }
}
/*definições de cores de fundo*/
.bg-blue{
    background:#00ccff;
}
.bg-green{
    background:#00e8c4;
}
.bg-yellow{
    background:#ffea00;
}
.bg-cinza{
    background:#eee;
}
/* botão preto(revista online)*/
a.button-black{
    background:#000;
    padding:9px 16px;
    font-size:14px;
    color:#fff;
}
a.button-black:hover,
a.button-black.active,
a.button-black:focus{
    background:#eee;
    color:#000;
    text-decoration:none;
}
/* botão branco(ler mais)*/
a.button-white{
    background: #fff;
    font-size: 15px;
    color: #000;
    border: solid 1px #000;
    width: 100%;
    display: inline-table;
    text-align: center;
    padding:5px 0;
    margin:20px 0;
}
a.button-white:hover,
a.button-white:focus{
    background:#eee;
    text-decoration:none;
    font-weight:600;
}
a.button-grey{
    background:#a79e94;
    padding:9px 16px;
    font-size:15px;
    color:#000;
}
a.button-grey:hover,
a.button-grey:active{
    background:#000;
    color:#a79e94!important;
    text-decoration:none;
}
.button-icon i{
    position: relative;
    top: 8px;
    left: 5px;
    font-size: 32px;
}
.button-loadmore{
    font-size: 15px;
    color: #000;
    width: 100%;
    display: inline-table;
    text-align: center;
    margin:5px 0 20px;
    width: 100%;
    display: inline-block;
    padding:5px 0;
    background: #fff;
    border: solid 1px #000;
}
.button-loadmore:hover{
    background: #000;
    color: #FFF;
}
.button-loadmore.ladda-button[disabled],
.button-loadmore.ladda-button[data-loading] {
    border-color: rgba(0,0,0,1);
    cursor: default;
    background-color: #000;
    width: 80px;
}
.button-loadmore.ladda-button[data-style=slide-up]
			.ladda-spinner div[role=progressbar] div{
    display: none;
    visibility: hidden;
}
.button-loadmore.ladda-button[data-style=slide-up] .ladda-spinner{
    width: 20px;
    height: 20px;
    margin: -10px;
    background: url('../img/preloader-list.gif');
}
@media (min-width: 768px) {
    a.button-white{
        padding:10px 0;
        margin-top:40px;
    }
    .pageTitle h1{
        font-size:42px;
    }
}
@media (max-width: 480px) {
    .pageTitle h1{
        font-size: 45px!important;
    }
}

/*títulos principais das páginas*/
.pageTitle{
    padding:53px 0 50px 0;
}
.pageTitle h1{
    font-size:24px;
    margin:0 0 7px 0;
}
.pageTitle p{
    font-size:13px;
    font-weight: 700 !important;

    margin:0;
}
@media (min-width: 768px) {
    .pageTitle h1{
        font-size:42px;
    }
}
/* SLOGAN (homepage)*/
p.slogan{
    font-size:25px;
    font-family:'Merriweather';
    font-weight:lighter;
    margin-top:55px;
    line-height:31px;
    margin-bottom:40px;
}
@media (min-width: 768px) and (max-width: 991px) {
    p.slogan{
        font-size:36px;
        margin-top:65px;
        line-height:40px;
        margin-bottom:55px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    p.slogan{
        font-size:40px;
        margin-top:80px;
        line-height:45px;
        margin-bottom:65px;
    }
}
@media (min-width: 1200px){
    p.slogan{
        font-size:43px;
        margin-top:93px;
        line-height:49px;
        margin-bottom:80px;
    }
}

.content-section{
    padding:20px 0;
}
.annotation{
    border-top:dotted 1px #000;
    margin-top:20px;
}
.annotation p{
    color:#808080;
    font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .content-section{
        padding:40px 0;
    }
    .annotation{
        margin-top:120px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .content-section{
        padding:60px 0;
    }
    .annotation{
        margin-top:120px;
    }
}
@media (min-width: 1200px){
    .content-section{
        padding:80px 0;
    }
    .annotation{
        margin-top:120px;
    }
}
#sharing_toolbox{
    display:none;
    margin-top:10px;
}

/* Selector de área na agenda*/
.area-selector{
    text-align:center;
    padding-bottom:20px;
}
.area-selector ul{
    padding:0
}
.area-selector ul li{
    list-style:none;
    margin:10px;
}
@media (min-width: 768px){
    .area-selector ul li{
        display:inline;
    }
}
.area-selector ul li a{
    color:#808080;
    padding-bottom:5px;
}
.area-selector ul li.active a,
.area-selector ul li a:hover{
    color:#000;
    border-bottom:dotted 2px #4c4c4c;
}
.area-selector ul li.active a{
    color:#000;
}
.area-selector ul li.pre a{
    border-color:#ffea00;
}
.area-selector ul li.menor a{
    border-color:#00e8c4;
}
.area-selector ul li.maior a{
    border-color:#00ccff;
}

/* select box */
select,
select:active{
    background: url(../img/select_arrow.png) no-repeat center right -20px #f3f3f3;
    border: 1px solid #eee;
    padding:10px 10px 10px 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: none;
    font-size:1em;
    width: 100%;
}
@media (min-width:768px){
    select,
    select:active{
        padding:10px 10px 10px 10px;
        display:inline;
        font-size:1em;
    }
}
@media (max-width:320px){
    .col-fw-320{
        width: 100%;
    }
    .col-fw-320.first{
        margin-bottom: 20px;
    }
}
.turma-selector{
    padding-bottom:20px;
}
@media (min-width:768px){
    .turma-selector{
        padding-bottom:40px;
    }
}

.fullwidth-img{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    height:200px;
}
@media (min-width:768px){
    .fullwidth-img{
        height:300px;
    }
}
@media (min-width:992px){
    .fullwidth-img{
        height:400px;
    }
}
@media (min-width:1200px){
    .fullwidth-img{
        height:520px;
    }
}


.carousel-control.left,
.carousel-control.right {
    background:none;
    filter:inherit;
}
.carousel-control.right span{
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.carousel-control.right{
    right: 1px;
}
.carousel-control {
    top: 50%;
    width: 46px;
    height: 80px;
    display:table;
    margin-top:-40px;
}
.carousel-control:hover{
    background:#000;
}
.carousel-control span{
    display:table-cell;
    vertical-align:middle;
}

.content-section h3{
    margin-top:0;
}
.container-fluid{
    padding-left:20px;
    padding-right:20px;
}
.filtermask{
    position:absolute;
    background:rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
}
.filtermask.bg-yellow{
    background:rgba(255,234,0,0.7)!important;
}
.filtermask.bg-blue{
    background:rgba(0,204,255,0.7)!important;
}
.filtermask.bg-green{
    background:rgba(0,232,196,0.5)!important;
}
#text-highlight{
    position: relative;
    z-index: -1;
    background: #000;
    background-color: #000;
    overflow: hidden;
}
#text-highlight center{
    position: relative;
    z-index: 1;
}
#bgvid{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit:contain;
}
#text-highlight:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    top: 0;
    z-index: 1;
}
.disabledLink{
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}
a[role="button"]{
    cursor: pointer;
}

body.mobile #footer{
    position: relative!important;
}
body.mobile .footer-height{
    display: none!important;
    visibility: hidden!important;
}
/*
body.safari .list-crop .crop-height,
body.mozilla .list-crop .crop-height,
body.ipad .list-crop .crop-height{
	height: 200px;
}
body.safari .assimetrica-img .crop-height,
body.mozzila .assimetrica-img .crop-height,
body.ipad .assimetrica-img .crop-height{
	height: 440px;
}
*/
@media (max-width:767px){
    .list-crop .crop-height img{
        width: 100%;
        height: auto!important;
    }
}
@media(max-width: 480px){
   /* .assimetrica-text p{
        display: none;
        visibility: hidden;
    }*/

    .texto {
        font-size: 10px;
        height: 80px;
        overflow: hidden;
    }
}
@media (max-width:460px){
    .list-crop .crop-height img{
        width: auto;
        height: 100%!important;
    }
}
.turma-info h2{
    margin-top: 0;
}

