@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0; 
}

::-webkit-scrollbar-thumb {
    background: #1B49BE; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

a{
	text-decoration:none!important;
	color:#606060;
}

a:hover{
	text-decoration:none!important;
	color:#1B49BE;
}

html{scroll-behavior: smooth;height:100%;font-family: 'Roboto Condensed', sans-serif;}

body{
	width:100%;
	height:100%;
	min-height:100%;
	font-family: 'Roboto Condensed', sans-serif;
	overflow-x: hidden;
	color:#606060;
}

#topo{
	width:100%;
	height:100%;
	display: inline-grid;
	align-items: center;
	background: url(../imagens/bg.jpg) center center no-repeat;
}

#topo .box{
	width:100%;
	display: block;
	margin:0 auto;
	text-align:center;
}


#topo img.logo{
	max-width:100%;
	display: block!important;
	margin:0 auto 15% auto;
}

#topo h1{
	max-width:100%;
	display: block;
	margin:0 auto;
	color:#fff;
	margin:15px 2%;
}

#topo h1 b{
	background:#1B49BE;
	padding:5px 10px;
}

#port{
	width:100%;
	display: block;
}

#port #botoes{
	background:#f7f7f7;
	display:flex;
	align-items: center;
	height:120px;
	margin:0 0 10px 0;
}

#port .box{
	display: block;
	margin:0 auto;
}

#port .item{
	display:inline-block;
	font-weight:bold;
	cursor: pointer;
	margin:0 15px;
	color:#808080;
}

#port #botoes .item .botao.mixitup-control-active{
	color:#1B49BE;
}

#port .mixitup-page-list{
	margin-right:20px;
}

#port .mixitup-page-list .mixitup-control{
	background:#f0f0f0;
	border:0;
	color:#808080;
	font-size:18px;
	padding:5px 10px;
	font-weight:bold;
	margin:15px 0;
}

#port .mixitup-page-list .mixitup-control-active{
	background:#f0f0f0;
	border:0;
	color:#1B49BE;
	font-size:18px;
	padding:5px 10px;
}

#port .mixitup-page-list .mixitup-control-disabled{
	opacity:0.5;
	background:#f0f0f0;
	border:0;
	color:#f7f7f7;
	font-size:18px;
	padding:5px 10px;
}

#port .row{
    margin-right: 10px!important;
    margin-left:  10px!important;
 }

#port .col-md-4{
    padding:10px!important;
}

#port .foto{
	position: relative;
	width:100%;
	height:450px;
	overflow: hidden;
	background:center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

#port .foto .mask{
	width: 100%;
	height:100%;
	background:#1B49BE;
	display: flex;
	align-items: center;
    -o-background-size: cover;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    opacity:0;
}

#port .foto:hover .mask{
	width: 100%;
	height:100%;
	background:#1B49BE;
	display: flex;
	align-items: center;
    -o-background-size: cover;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    opacity:0.8;
}

#port .foto .mask .info{
	display: block;
	margin:0 auto;
	color:#fff;
	text-align: center;
	font-weight: bold;
}

#port .foto .mask .info h4{
	display: block;
	margin:15px 0;
}

#port .foto .mask .info a{
	margin:0 15px;
	color:#fff;
	width:50px!important;
	height:50px!important;
	border:2px solid #fff;
	border-radius: 50%;
	display: inline-grid;
	align-items: center;
}

#footer{
	display: flex;
	align-items: center;
	justify-content: center;
	height:120px;
	text-align:center;
	background:#f0f0f0;
	color:#808080;
}

#footer h6{
	display: block;
	margin: 0 auto;
}

#footer h6 i{
	background:#e7e7e7;
	padding:45px 30px;
	font-size:30px;
	border-left:1px solid #f0f0f0;
	color:#606060;
}

#port-int .titulo{
	background:#f7f7f7;
	display:flex;
	align-items: center;
	height:180px;
	margin:0 0 10px 0;
}

#port-int .titulo .box{
	display: block;
	margin: 0 auto;
	text-align:center;
}

#port-int .titulo h2{
	color:#1B49BE;
	font-weight: bold;
}

#port-int .titulo h6{
	font-weight: bold;
}

#port-int p{
	display: block;
	margin:30px 0 90px 0;
}

#port-int #fotos .foto {
    position: relative;
    width: 100%;
    height: 600px;
    position: relative;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

#port-int .owl-dots .owl-dot.active span {
    background: #1B49BE!important;
}

@media (min-width: 340px) and (max-width:768px){

#topo h1{
	max-width:100%;
	display: block;
	margin:0 auto;
	color:#fff;
	margin:15px 2%;
	font-size: 24px;
	line-height: 34px;
}


#footer{
	display: flex;
	align-items: center;
	height:80px;
	text-align:center;
	background:#f0f0f0;
	color:#808080;
}

#footer h6{

	margin: 0 auto;
}

#footer h6 i{
	background:#e7e7e7;
	padding:15px 15px;
	font-size:22px;
	border-left:1px solid #f0f0f0;
	color:#606060;
	display: inline-block!important;
}

#port-int #fotos .foto {
    position: relative;
    width: 100%;
    height: 340px;
    position: relative;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

}
@media (min-width: 992px){}
@media (min-width: 1200px){}