h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0
}

.menu-top{
    background: #769ed8;
    color: #fff;
    padding: 4px;

}
.menu-top .btn{
    color: #fff
}

.my-header{
    background: #fff;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    }
.logo img{
    width: 240px;
    float: left;
}

.social{
    padding-top: 20px
}

.menu-primary{
    margin-top: 20px;
}

.content{
    margin-top: 20px
}

.white{
    background: #fff
}


.hoverzoom {
    position: relative;
    width: 285px;
    overflow: hidden;
    }
    .hoverzoom > img {
    width: 100%; 
    border-radius: 4px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    }
    .hoverzoom:hover > img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    }
    .hoverzoom .retina{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;    
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
    border-radius: 2px;
    text-align: center;
    padding: 30px;
    -webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
    }
    .hoverzoom:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
    }
    .hoverzoom .retina p {
    color: #fff;
    }
    .hoverzoom .retina a {
    display: block;
    width: 150px;
    background: #6fc5e9;
    border: 1px solid #59afd4;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    margin: 16px auto 0;
    }





.footer{
    width: 100%;
    min-height: 220px;
    background: #006899
}

.sub-footer{
    margin-top: 20px;
    width: 100%;
    height: 70px;
    background: #00ADFF
}

.footer, .sub-footer{
    padding: 10px;
    color: #fff
}

body{
    background: #E2E1E8
}

.arvof{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.robotof{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;

}

.noticeBlocoesquerdo {
    padding: 5px;
    display: block;
    float: left;
    width: 450px;
   
}
.notice {
    display: block;
    float: left;
    width: 150px;
    min-height: 150px ;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #eaeaea;
    margin-left: 10px;
}


.hi-icon-effect-6 .hi-icon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	transition: background 0.2s, color 0.2s;	
}

.no-touch .hi-icon-effect-6 .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #64bb5d;
}

.no-touch .hi-icon-effect-6 .hi-icon:hover:before {
	animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.padding {
    padding: 20px
}

.notice-box{
    margin-bottom: 30px
}

.notice-img{
    float: left;
    width: 130px;
    height: 130px;
}

.navbar{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #769ed8
}

.navbar .nav>li>a {
    color: #fff
}

.navbar .nav>li>a:hover {
    color: #333
}



.bar{
    font-size: 12px
}

.leftcolumn {   
    text-align: center;
    width: 100%;
}


/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    background-color: #f1f1f1;
    padding-left: 20px;
}

    .vertical-menu {
    width: 200px; /* Set a width if you like */
}

.vertical-menu a {
    background-color: #eee; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
    background-color: #0095cd; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: #00aeef; /* Add a green color to the "active/current" link */
    color: white;
}
    
/* Fake image */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}