html, body{
	background-color: white;
}

/* ##### HEADER ##### */

.header{
	width: 100%;
	text-align: center;
    display: block;
}

.header h1{
    margin: 20px auto 30px;
    width: 75%;
    height: auto;
}

.header a{
    text-align: center;
}

.container{
    max-width: 978px;
    margin: 0 auto;
}

/* ##### MENU ##### */

.menu{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #131313;
    z-index: 999;
}

.menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}

.menu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 14px 0;
  color: #fff;
  cursor: pointer;
}

.menu ul li a{
    text-decoration: none;
    padding: 15px 25px;
    min-width: 175px;
}

.active a{
    background-color: #135f96;
    color: #fff;
    border-bottom: 1px solid #1772b4;
}

.menu ul li:hover{
    display: inline-block;
    position: relative;
    background: #1772b4;
    color: white;
    transition: background .1s ease-in-out;
   -moz-transition: background .1s ease-in-out;
   -webkit-transition: background .1s ease-in-out;
   -moz-box-shadow: inset #197cc3 0 -4px 0 0;
-webkit-box-shadow: inset #197cc3 0 -4px 0 0;
box-shadow: inset #197cc3 0 -4px 0 0;
}

.menu ul li a:hover{
    color: white;
}

.menu ul li ul li a{
    color: white;
}

.menu ul li ul {
  padding: 0;
  width: 135px;
  position: absolute;
  top: 46px;
  left: 0;
  display: none;
  opacity: 0.5;
  visibility: hidden;
  color: white;
  z-index: 99;
}

.menu ul li ul li{ 
  background: #131313; 
  display: block; 
  color: #fff;
}

.menu ul li ul li:hover {
    background: #1c1c1c;
    color: white;
}

.menu ul li ul li a:hover {
    width: 200px;
}

.menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.active:hover{
    background-color: #000;
    color: white;
}

/* MOBILE MENU*/
    
    .pagemenu{
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 40px;
    display: inline;
    color: white;
}

	.navi {
	background: #131313;
    list-style: none;
    padding: 0;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
    color: white !important;
}

.navi a.main {
    display: block;
    height: 40px;
    font: bold 15px/40px arial, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    z-index: 100;
}
.navi.open a.main {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.04);
}
.navi li {
    width: 200px;
    height: 40px;
    background: #131313;
    font: normal 12px/40px arial, sans-serif !important;
    color: white;
    text-align: center;
    margin: 0;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(350px) rotateX(-90deg);
    -o-transform: perspective(350px) rotateX(-90deg);
    transform: perspective(350px) rotateX(-90deg);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.navi li:nth-child(even) {
    background: #1c1c1c;
}
.navi li:nth-child(odd) {
    background: #131313;
}
.navi li.n1 {
    -webkit-transition: 0.001s linear 0.001s;
    -o-transition: 0.001s linear 0.001s;
    transition: 0.001s linear 0.001s;
}
.navi li.n2 {
    -webkit-transition: 0.001s linear 0.001s;
    -o-transition: 0.001s linear 0.001s;
    transition: 0.001s linear 0.001s;
}
.navi li.n3 {
    -webkit-transition: 0.001s linear 0.001s;
    -o-transition: 0.001s linear 0.001s;
    transition: 0.001s linear 0.001s;
}
.navi li.n4 {
    -webkit-transition:0.001s linear 0.001s;
    -o-transition:0.001s linear 0.001s;
    transition:0.001s linear 0.001s;
}
.navi li.n5 {
    -webkit-transition: 0.1s linear 0s;
    -o-transition: 0.001s linear 0s;
    transition: 0.001s linear 0s;
}

.navi.open li {
    -webkit-transform: perspective(350px) rotateY(0deg);
    -o-transform: perspective(350px) rotateY(0deg);
    transform: perspective(350px) rotateY(0deg);
    -webkit-transition:0.00002s linear 0s;
    -o-transition:0.00002s linear 0s;
    transition:0.00002s linear 0s;
}
.navi.open .n2 {
    -webkit-transition-delay: 0.000001s;
    -o-transition-delay: 0.000001s;
    transition-delay: 0.000001s;
}
.navi.open .n3 {
    -webkit-transition-delay: 0.0000015s;
    -o-transition-delay: 0.0000015s;
    transition-delay: 0.0000015s;
}
.navi.open .n4 {
    transition-delay: 0.000002s;
    -o-transition-delay: 0.000002s;
    transition-delay: 0.000002s;
}
.navi.open .n5 {
    -webkit-transition-delay: 0.0000025s;
    -o-transition-delay: 0.0000025s;
    transition-delay: 0.0000025s;
}

.navi img:hover{background-color: #1c1c1c}

.navi a{color: white; font-size: 13px; font-weight: bold; padding: 12px 62px; text-decoration: none;}

.navi a:hover{color: #fff;}

.navi li:hover{background: #1772b4;
}

/* END MOBILE MENU */


/* ##### WRAPPER ##### */
.wrapper{
	background-color: #fff;
	margin-bottom: 10px;
}

	/* ##### CONTENT ##### */

	.conteudo{
		float: flex;
		text-align: center;
	}

    .lateral{
        float: flex;
    }

    .bloco{
        display: block;
    }

	.texto{
        overflow: auto;
		margin-bottom: 10px;
	}

  .texto img{
    margin-right: 10px;
  }

  .texto p{
    text-align: left;
  }

  h2{
    color: #1772b4;
  }

		/* ##### SIDEBAR ##### */

	.login{
        text-align: left;
        display: inline;
        margin-bottom: 25px;
	}

    .login h2{
        text-align: center;
    }

    .login .form-control{
        width: 100%;
        margin-right: 0;
    }

    .login .btn{
        margin: 0 auto;
        float: right;
        margin-left: 10px;
    }

	.parceiros{
		margin: 5px 0;
        text-align: center;
	}

    .parceiros img{
        opacity: 0.65;
        margin-bottom: 5px;
        width: 275px;
        height: 90px;
    }

    .parceiros img:hover{
        opacity: 1;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }


/* ##### FOOTER ##### */

.footer{
	width: 100%;
	height: 100px;
    margin-top: 10px;
	color: white;
	font-weight: normal;
    background-color: #131313;
}

.footer .bottom{
    margin-top: 10px;
	text-align: center;
}

.footer #name{
    margin-top: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.footer #rights{
    font-size: 12px;
    text-decoration: none;
    color: white;
}

.footer #by{
    text-align: center;
    margin-right: 4px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    float: right;
}

.footer a{
    font-size: 14px;
    margin-top: -5px;
    padding: 2px 5px;
    color: white;
    text-decoration: none;
}

.footer a:hover{
    color: #1772b4;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin: 35px 0 10px;
  height: 400px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.actv a{
    color: yellow;
}

.modal{
    display: none;
    visibility: hidden;
}