/* CSS GERAL */

.center {
	margin: 0 auto;
}

.frame-topo1 {
	height: 30px;
	color: #000;
	font-family: "open sans",sans-serif;
	font-size: 0.8em;
	line-height: 30px;
}

.frame-topo2 {
	height: 30px;
	color: #000;
	font-family: "open sans",sans-serif;
	font-size: 0.8em;
	line-height: 2.2em;
	text-align: right;
	line-height: 30px;
}

.padding {
	padding-right: 8px;
	padding-left: 8px;
}

.padding2 {
	padding-left: 8px
}

.borda-icon {
	padding-left: 8px;
	border-left: 1px solid #e1e5e7;
}

.topo-texto {
	padding-right: 8px;
}

.frame-topo1 a,
.frame-topo2 a {
    text-decoration: none;
    color: #000;
}

.titulo-meio {
    color: #fff;
    text-transform: uppercase;
    font-family: oswald,arial,verdana,sans-serif;
    font-size: 1.2em;
    text-align: center;
    width: 20%;
    margin: -15px auto 0 auto;
}

.frame-topo1 a:hover,
.frame-topo2 a:hover {
    color: #bfbfbf;
}

.topo {
    background-color: #fff;
	border-top: 2px solid #0092CB;
    border-bottom: 1px solid #eef1f2;
    height: 30px;
    width: 100%;
}

.frame-logo {
    height: 85px;
    margin-top: 5px;
}



.fundo-slider {
    background-image: url("../images/bk.png");
    background-repeat: repeat;
    height: 400px;
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}



/* MENU */

.menu {
    float: right;
    font-family: 'Verdana', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top: 57px;
}


nav ul li {
    display: inline-block;
}

nav ul li a {
    font-size: 0.7em;
    color: #000;
    text-decoration: none;
    padding: 17px 20px;
}

nav ul li:nth-child(2) a:hover {
    color: #ffffff;
    background-image: url("../images/bk.png");
    width: 5px;
    height: 5px;
    background-position: 3px;
}

nav ul li a:hover {
    color: #ffffff;
    background-image: url("../images/bk.png");
    width: 5px;
    height: 5px;
    background-position: 2px;
}

/* SUB MENU */

nav ul li:hover ul {
    display: block;
    z-index: 99;
}

nav ul ul li a {
    color: #ffffff;
    font-size: 0.8em;
}

nav ul ul li:hover {
    background-color: #074021;
}

nav ul ul {
    position: absolute;
    margin-top: 6px;
    display: none;
}

nav ul ul li:first-child {
    margin-top: 14px;
}

nav ul ul li a:hover {
    color: #ffffff;
}

nav ul ul li {
    background-color: #0e6b39;
    width: 200px;
    text-align: center;
    padding: 8px 0;
    display: block;
    position: relative;
    margin-top: 2px;
}

nav .active > a {
    color: #ffffff;
    background-image: url("../images/bk.png");
    width: 5px;
    height: 5px;
    background-position: 2px;
}

/* Image Box Style */

#mainwrapper {
    font: 10pt normal Arial, sans-serif;
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 960px;
}

/* Image Box Style */
#mainwrapper .box {
    height: 440px;
    position: relative;
    overflow: hidden;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#mainwrapper .box .destaques {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.destaques-selo {
	margin-top: 4px;
}

/* Caption Common Style */
#mainwrapper .box .caption {
    background-color: #ed0101;
    position: absolute;
    color: #fff;
    z-index: 100;
    padding-top: 10px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

#mainwrapper .texto-caption h2 {
    font-family: Oswald, "open sans", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 12px;
}

.texto-caption {
    font-family: Arial, "open sans", sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    padding-top: 15px;
}


/** Caption 1: Simple **/
#mainwrapper .box .simple-caption {
    height: 105px;
    width: 300px;
    display: block;
    bottom: -110px;
    text-align: center;
}

/** Simple Caption :hover Behaviour **/
#mainwrapper .box:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.divider2 {
    margin-top: 25px;
    border: 0;
    height: 2px;
    background-color: #707070;
}

.box2 {
    /*margin-top: 30px;*/
    margin-bottom: 10px;
}

.box2 img:hover {
    cursor: pointer;
    opacity: 0.8;
}

.box2 a {
    text-decoration: none;
    color: #009bdb;
}

.box2 a:hover {
    text-decoration: underline;
    color: #009bdb;
}

.faixa-rodape {
    border-top: 1px solid #E5E5E5;
    border-bottom: 3px solid #999;
    background-color: #f5f5f5;
    padding-top: 15px;

}

.links-rodape a {
    text-decoration: none;
    color: #707070;
    font-weight: bold;
}

.links-rodape a:hover {
    text-decoration: underline;
}


.texto-b {
	padding: 0px 10px 20px 10px;
	font-family: "Open Sans", Verdana, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

.box2 h2 {
    margin-top: 10px;
    font-family: oswald, Arial, Verdana, sans-serif;
    text-align: center;
    font-size: 1em;
    background-color: #009bdb;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }

.titulo-pagina-principal {
    font-family: "open sans",sans-serif;
    color: #009bdb;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

/* PAGINA */

.fundo-pagina {
	background-image: url("../images/bk.png");
    background-repeat: repeat;
    height: 50px;
    padding: 20px;
    border-bottom: 1px solid #009bdb;
}

.left-bar {
	 padding-bottom: 15px;
	 margin-top: 15px;
}

.left-bar-parceiros {
	 min-height: 450px;
	 padding-bottom: 15px;
	 text-align: center;
}

.right-bar {
	/*height: 500px;*/
	padding-bottom: 15px;
	float: right;
	margin-top: 15px;
}

.titulo-pagina {
	font-family: "open sans",sans-serif;
	color: #009bdb;
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 25px;
	text-transform: uppercase;
}

.subtitulo-pagina {
	font-family: "open sans",sans-serif;
	color: #009bdb;
	font-size: 1.2em;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	
}

.titulo-pagina-topo {
    font-family: oswald,"open sans",sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 2em;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(11,11,11,.7);
}

.texto-pagina {
    font-family: "open sans",sans-serif;
    color:#000;
    font-size: 0.8em;
    padding-top: 10px;
    margin-bottom: 20px;
	
}

.breadcrumbs {
    font-family: "open sans",sans-serif;
    margin-top: 1.7em;
    margin-bottom: 2em;
    text-transform: uppercase;
    float: right;
    color: #ffffff;
    font-size: 0.75em;
}

.breadcrumbs a {
    font-family: "open sans",sans-serif;
    color: #ffffff;
    text-decoration: none;

}

.breadcrumbs a:hover {
    font-family: "open sans",sans-serif;
    color: rgb(163, 163, 163);
    padding-top: 35px;
    text-decoration: none;
}

.divider {
    background-color: #009bdb;
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 0.5em 0 1.5em 0;
	width: 75%;
}

.divider span {
    background-color: #009bdb;
    display: block;
    width: 50px;
    height: 1px;
}


.divider2 {
    background-color: #009bdb;
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 0.5em 0 1.5em 0;
	width: 100%;
}

}

.divider2 span {
    background-color: #009bdb;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 1px;
}

.titulo-pagina2 {
     font-family: "open sans",sans-serif;
     color: #009bdb;
     text-align: center;
     font-size: 2em;
     font-weight: 300;
     margin-top: 10px;
 }

.sub-titulo {
    font-family: "open sans",sans-serif;
    color: #707070;
    text-align: center;
    font-size: 1em;
    font-weight: 300;
}

.altura {
	height: 550px;
}

.box-parceiros {
	width: 100%;
	height: 150px;
	margin-top: 25px;
	cursor: pointer;
	box-sizing: border-size;
}

.confirmacao-ok {
	font-family: "open sans",sans-serif;
	font-size: 0.8em;
	margin: 30px 0;
	height: 35px;
	padding: 15px;
	width: 90%;
	color: #4F8A10;
    background-color: #DFF2BF;
	border: 1px solid #4F8A10;
}

.confirmacao-nao {
	font-family: "open sans",sans-serif;
	font-size: 0.8em;
	margin: 30px 0;
	height: 35px;
	padding: 15px;
	width: 480px;
	border: 1px solid #D8000C;
	color: #D8000C;
    background-color: #FFBABA;
}

.texto-parceiros{
	font-family: "open sans",sans-serif;
	color: #000;
	font-size: 0.8em;
	font-weight: 400;
}

.margin-parceiros {
	margin-top: 20px;
}

/* FOOTER */

.frame-rodape {
    height: 50px;
    margin-top: 5px;
}

.rodape {
    height: 80px;
    margin-top: 5px;
}

.texto-rodape {
    font-family: Arial, verdana, sans-serif;
    padding: 25px;
    font-size: 0.7em;
    color: #707070;
    line-height: 1.5em;
	float: right;
	text-align: right;
}

/* SELO RODAPE */

.selo {
	margin-top: -5px;
}

/* CSS ESPECIFICOS DAS PAGINAS DO SITE */

/* EMPRESA */
.box-texto-empresa { background-color: #fff; margin: 20px 0;}


.box-parceiros {
    padding-bottom: 15px;
}

.box-parceiros img {
    border: 1px solid darkgray;
    margin-bottom: 6px;
    transition: all linear .3s;
    border-radius: 6px;
}

.box-parceiros img:hover {
    border-color: black;
    filter: grayscale(80%);
}
