/*font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;*/

body,  p, ul, ol, dl, input, textarea {
    font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,strong{
	font-family: "Raleway", sans-serif;
	 font-weight: 900;

}

body{
	color: #161414;
}
a{
	color: #161414;
	text-decoration: none;
}
.owl-carousel .owl-item img{
	width: auto !important;
}

.navbar-brand{
	margin-right: 60px;
}
header{
	background: #fff;
	position: relative;
	z-index: 999;
}
header .nav-item{
	margin-right: 35px;
	text-transform: uppercase;
	font-size: 16px;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 7px 4px 15px #e1e1e1;
} 	

header .navbar-text a{
	margin-right: 10px;
}

.btn-danger{
	background: #B3000F;
	color: #fff !important;
}
.btn{
		font-size: 14px;
		padding: 15px 30px;
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #B3000F !important;
}
.titulo-noticia span,.noticias-internas span{
	display: block;
	font-size: 11px;
	color: #ccc;
}
h2.titulo-noticia {
	color: #CB1025;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}

.bloco-video-principal {
    height: 730px;
    position: absolute;
    top: 0;
    width: 100%;
}

.topo-vitrine__video__player {
    pointer-events: none;
    aspect-ratio: 16 / 9;
    min-height: 700px;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    will-change: transform;
}

/* DESTAQUE */

.bloco-destaques{
	background: #000;
	display: table;
	width: 100%;
	height: 700px;
	text-align: center;
	color: #fff;
}
.img-destaque{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: inline-table;
	width: 100%;
	height: 700px;
	position: relative;
}
.bg-sombra{
	background: black;
	opacity: 0.7;
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
}
.conteudo-destaque{
	position: relative;
	display: flex;
	z-index: 90;
    justify-content: center;
    align-items: center;
    height: 700px;
    color: #fff;
	h1{
		font-family: "Montserrat", sans-serif;
		font-size: 3.5rem;
		font-weight: 900;
	}
	p{
		font-weight: 300;
		padding: 0 20%;
	}
	
	
}
.conteudo-destaque > div{
	display: block;
	width: 100%;
	padding: 0 10%;
}

/* DESTAQUE */

.espc{
	padding: 80px 0;
}

.sessao-apresentacao{
	background: #ECE8E4;
}
.sessao-apresentacao h1{
	    font-size: 4.2rem;
    line-height: 4rem;
    margin-bottom: 70px;
}
.sessao-apresentacao p.chams{
	font-size: 1.3rem;
}

#boxes{
	list-style-type: none;
	padding-left: 0;
	padding-top: 50px;
}
.bloco-descricao{
	text-align: center;
	background: #fff;
	position: relative;
	padding: 35px;
}
#boxes li:nth-child(even) .bloco-descricao{
	top: -50px;
	position: relative;
}

.sessao-modalidades{
	background: #161414;
	color: #fff;
}


.modalidades-eventos{
	padding: 0;
	margin-top: 50px;
	list-style-type: none;
}
.modalidades-eventos li,.modalidades-eventos-interna{
	width: 100%;
	position: relative;
	height: 370px;
	background-repeat:no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}
.modalidades-eventos-interna{
	margin-bottom: 20px;
}
.link-modalidade {
    width: 100%;
    background: #000;
    opacity: 0.6;
    display: block;
    height: 100%;
    position: absolute;
}
.desc-bloc{
	position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    color: #fff;
    margin: 20px 20px 0px 20px;
}
.desc-bloc h5{
	font-size: 26px;
    line-height: 23px;
    span{
		display:block;
		color:red;
		font-size:12px;
	}
}




.up{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 30;
}
.bloco-blog{
    display: block;
    width: 100%;
    height: 100%;
}
#blognav div:nth-child(even) {
	bottom: -50px;
	
	position: relative;
}

.owl-carousel .owl-stage{
	height: 420px;
}

.sessao-blog h3{
	background: url(../dist/img/bg-inf.png) no-repeat right bottom;
    padding-bottom: 20px;
    height: 117px;
    margin-top: 20px;
    font-size: 20px;
}

.img-blog-list {
	 display: block;
	 margin-top: 30px;
	 position: relative;
		img{
			width: 100%;
		}
}
.dt-hora{
	    background: #B3000F;
    color: #fff;
    text-align: center;
    top: -10px;
    left: -10px;
    position: absolute;
    z-index: 20;
    padding: 4px 14px;
}
.dt-hora h5{
	margin-bottom: 0;
}
.reds-nav{
	padding: 0;
	margin: 20px 0 0 0;
	float: right;
	text-align: right;
}
.reds-nav li a{
	background:#2f2c2c;
	padding:15px;
	border-radius:50px;
}
footer{
	background: #090908;
	color: #fff;
	padding: 50px 0;
	
	a{
		color: #fff;
	}
}
.mns{
	float: right;
	text-align: right;
}
.reds-nav li{
	display: inline;
}
footer p {
	margin-bottom:5px;
	i{
		color:#B3000F;
		margin-right:10px;
	}
}

/* INTERNA */

.sessao-topo {
    background: url(../dist/img/BG-INTERNA.jpg) no-repeat center top;
    padding: 70px 0;
    position: relative;
    background-size: cover;
}
.sessao-topo h1{
	font-size: 3.5rem;
	color: #fff;
	margin-bottom: 0;
}
.sessao-topo h3{
	font-size: 2rem;
	color: #B3000F;
	margin-bottom: 0;
}
.sessao-topo p{

	color: #fff;
}
#img-topo{
	position: relative;
	img{
		position: absolute;
        right: 30px;
        top: 0;
        max-width: 210px;
	}
}
.sessao-interna{
	padding: 80px 0;
}
.sessao-chamadas{
	padding: 80px 0;
	background: #ECE8E4;
	text-align: center;
}
.sessao-chamadas h2{
	font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
}
.sessao-chamadas .container{
	max-width:800px ;
}
/* MOBILE */

/* COL-MD */
@media only screen and  (max-width:1100px) and (min-width:992px){

}
/* COL-SM */
@media only screen and  (max-width:992px) and (min-width:767px){
    
}


/* COL-XS */
@media only screen and  (max-width:900px){
#img-topo{
	display: none !important;
}
.conteudo-destaque h1 {
	font-size: 1.5rem;
}

.conteudo-destaque > div {
    display: block;
    width: 100%;
    padding: 0 5%;
}

.conteudo-destaque {
    p {
        font-weight: 300;
        font-size: 0.8rem;
        padding: 0 2%;
    }
}

.bloco-destaques,.conteudo-destaque,.img-destaque{
	height: 400px;
}

.sessao-apresentacao h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 40px;
}

#boxes li{
	margin-bottom: 20px;
}
#boxes li:nth-child(even) .bloco-descricao{
	top: 0;
}
.sessao-nossa-missao img{
	margin-bottom: 20px;
}
.mns{
	text-align: left;
}
.reds-nav {
    padding: 0;
    margin: 20px 20px 0 0;
    float: right;
    text-align: center;
    display: block;
    width: 100%;
}
.navbar-toggler{
	    position: absolute;
    top: 20px;
    left: 13px;
}
.navbar-brand{
	margin-right: 0;
    padding-left: 63px;
}
.navbar-brand{
	margin-right: 0;
    padding-left: 63px;
    img {
    	width: 97%;
    }
}
} 