@import url(http://fonts.googleapis.com/css?family=Dosis);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@font-face {
    font-family: "Flaticon";
    src: url("restrito/Flaticon.eot");
    src: url("restrito/Flaticon.eot?#iefix") format("embedded-opentype"), url("restrito/Flaticon.woff") format("woff"), url("restrito/Flaticon.ttf") format("truetype"), url("restrito/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* ANIMACOES */

@-webkit-keyframes escala {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes escala {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

body,
html {
    min-height: 100%;
    /*background: #6fb9fc url(../imagens/bkg-footer.jpg) no-repeat center bottom;*/
    background: #6fb9fc;
    /*background: #f561d0; ---> fundo rosa*/
    background-size: 100%;
    margin: 0px;
    overflow-x: hidden;
}

table.bordatabela {
    border-collapse: collapse;
}

table.bordatabela tr td {
    border: 1px solid #900;
    padding: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.t05 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

#logo {
    padding-top: 10px;
}

#topo {
    height: 15px;
    background: #16917c;
}

@media(max-width: 768px) {
    .centro {
        text-align: center;
    }
}

#topo-componentes {
    padding-top: 10px;
    padding-bottom: 10px;
}

#rodape {
    position: relative;
    background: #f3f3f1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 150px;
}

#sombra {
    padding-bottom: 20px;
    z-index: 1;
}

#conteudo {
    background: #f3f3f1;
    padding-left: 30px;
    padding-right: 30px; //position:relative;
    //margin-bottom: -20px;
    //z-index: 1;
}

a.arco {
    float: right;
    position: relative;
    width: 46px;
    height: 40px;
    right: 10px;
    top: 3px;
    background: url(../imagens/arco1.png);
}

a.arco:hover {
    background: url(../imagens/arco2.png);
}


/*
#menu{
	z-index:970;
	height: 30px;
	position: relative;
	background: #333333;
}
.menu ul{
	list-style:none;
	float:left;
	padding: 0;
	margin: 0;
}
.menu ul li{
	float: left;
	position: relative;
}
.menu ul li a{
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	color: #FFF;
	font-family: "Trebuchet MS", Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
	padding: 13px 8px;
	text-transform:uppercase;
	float: left;
	height:18px;
}
.menu ul li:hover a{
	background: #14917b;
}
.menu ul li ul{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width:241px;
	left: 0;
	top: 25px;
	padding: 0px;
	line-height: 5px;
	margin-left: 0px;
}
.menu ul li:hover ul{
    margin-left: 0px;
    float:left;
    z-index: 1000;
}
.menu ul li ul{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.menu ul li:hover ul{
visibility: visible;
	opacity: 1;
text-align: left;
background: #14917b;
float:left;
margin-top: 12px;
}
.menu ul li ul li{
	float: left;
	width:100%;
}
.menu ul li ul li a{
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	float: left;
	width:219px;
	text-transform: none;
	color: #fff;
	font-weight:normal;
	font-size: 12px;
	list-style:none;
		border-bottom:1px solid #5ebead;
	}
.menu ul li ul li:hover a,active{
	color: #333;
	text-shadow: 0px 0px 0px #ffffff;
	font-weight:normal;
	background: #eee;
}


.menu ul li ul .submenu{
	visibility: hidden;
    opacity: 0;
    position: absolute;
    float: none;
    margin-left: 100%;
    top: 0;
    margin-top: 0;
}

.menu ul li ul li:hover .submenu{
	visibility: visible;
    opacity: 1;
}
.menu ul li ul .submenu li{}
.menu ul li ul .submenu li a{
	    background: #14917b;
    color: #fff;
}
.menu ul li ul .submenu li:hover a{
	color: #333;
	background: #eee;
}
*/

.imagem {
    border-radius: 0px 90px;
}

.imagem:hover {
    -webkit-animation: escala 0.6s ease-in-out;
    -moz-animation: escala 0.6s ease-in-out;
    -o-animation: escala 0.6s ease-in-out;
    -ms-animation: escala 0.6s ease-in-out;
    animation: escala 0.6s ease-in-out;
}

.bdright {
    border-right: 1px dashed #ccc;
}

@media(max-width: 768px) {
    .bdright {
        border-right: none;
    }
}

.bdr5 {
    border-radius: 5px;
}

.bdr5:hover {
    -webkit-animation: escala 0.6s ease-in-out;
    -moz-animation: escala 0.6s ease-in-out;
    -o-animation: escala 0.6s ease-in-out;
    -ms-animation: escala 0.6s ease-in-out;
    animation: escala 0.6s ease-in-out;
}

.titulos {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #039;
    text-transform: uppercase;
    border-bottom: 7px solid #039;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.titulos-sub {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    border-bottom: 5px solid #333;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

@media(max-width: 600px) {
    .infoRodape {
        text-align: center;
        margin-top: 30px;
    }
}

.style1 {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #555;
    margin-top: 27px;
}

.style2 {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #c02925;
}

.style3 {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.style4 {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-top: 20px;
}

.style5 {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.style6 {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #f00;
}

.style7 {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    background-color: #FFFFFF;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* TIMELINE */

.single-content .tabs-wrapper {
    margin: 10px 0px 30px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.single-content .tabs-wrapper {
    background: transparent url(../imagens/bg-pattern.png) repeat scroll 0% 0%;
    padding: 10px;
}

.tabs-wrapper {
    padding: 0px;
    overflow: hidden;
}

.single-content ul.tabs {
    padding: 0px;
    margin: 0px;
}

.single-content ul {
    padding-left: 17px;
    list-style: outside none none;
    margin-bottom: 10px;
}

.single-content ul.tabs li:hover,
.single-content ul.tabs li.active {
    background: #FFF none repeat scroll 0% 0%;
    z-index: 1000;
}

.single-content .tabs-wrapper ul li {
    width: auto;
}

.single-content ul.tabs li {
    background: transparent none repeat scroll 0% 0%;
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 4px 15px;
}

.single-content ul li {
    padding-left: 8px;
}

li {
    display: list-item;
}

.single-content ul.tabs li a {
    font-size: 16px;
    font-weight: normal;
    border-bottom: medium none;
    color: #444;
    font-weight: bold;
    cursor: pointer;
}

.single-content ul.tabs li a:hover {
    color: #14917C;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.single-content .tabs-wrapper .tabs-container {
    padding: 15px;
    background: #FFF none repeat scroll 0% 0%;
}

.single-content .tabs-wrapper .tabs-container .tab_content {
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
}


/* COTA��O DO D�LAR*/

.titulos-blue {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #003399;
    border-bottom: 3px solid #003399;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}


/* PREVIS�O DO TEMPO*/

.titulos-yellow {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #FFCC00;
    border-bottom: 3px solid #FFCC00;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}


/* COMUNICADOS */

.botao-comunicados a {
    background: #006600;
    padding: 5px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
}

.botao-comunicados a:hover {
    background: #333;
    color: #FFF;
}

.titulos-green {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #006600;
    border-bottom: 3px solid #006600;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}


/* TV SINDIROCHAS*/

.botao-tv a {
    background: #990000;
    padding: 5px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
}

.botao-tv a:hover {
    background: #333;
    color: #FFF;
}

.titulos-red {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #990000;
    border-bottom: 3px solid #990000;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.vid {
    float: left; //width: 300px;
    //height: 190px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.vid a.titulo {
    float: left;
    width: 300px;
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

.vid a.titulo:hover {
    float: left;
    width: 300px;
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #990000;
}


/* LOGIN*/

#login-form {
    position: relative;
    /*width: 455px;*/
    font-family: 'Segoe UI', Tahoma, Verdana; //float: right;
}


/* 07/06/2017 */

@media screen and (max-width: 768px) {
    #login-form {
        position: fixed;
        top: 75px;
        width: 100%;
        z-index: 200;
        visibility: hidden;
        padding: 40px;
    }
}

#login-collapse {
    position: absolute;
    top: 0; //left: 70px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 400;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: all;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: all;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: all;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: all;
    transition: 0.2s ease-in-out;
    transition-property: all;
}

#login-collapse:before {
    content: "\f100";
    float: left;
    width: 100%;
    font-family: 'Flaticon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    color: #16917c;
}

#login-collapse.active:before {
    content: "\f101";
    color: #16917c;
}

@media screen and (max-width: 768px) {
    #login-collapse {
        display: block;
        top: -68px;
    }
}

#login-overflow {
    position: fixed; //top: 75px;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-property: opacity, visibility;
    -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-property: opacity, visibility;
    -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-property: opacity, visibility;
    -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-property: opacity, visibility;
    transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: opacity, visibility;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#login-overflow.active {
    opacity: 1;
    visibility: visible;
}


/* 07/06/2017 */

#login-form.active {
    left: 0;
    visibility: visible;
}

#login-form .case .hd {
    float: left;
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #17907d;
    line-height: 30px;
    margin-bottom: 10px;
}

#login-form .case .hd img {
    float: left;
    height: 30px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #EEE;
}

#login-form .case label {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #17907d;
    cursor: pointer;
}

#login-form .case input.textField {
    width: 100px;
    padding: 5px;
    border: 1px solid #DDD;
    font-family: 'Segoe UI', Tahoma, Verdana;
    margin-right: 20px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    outline: none;
}

@media screen and (max-width: 768px) {
    #login-form .case input.textField {
        width: 80%;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#login-form .case input.textField:hover,
#login-form .case input.textField:focus {
    border: 1px solid #CCC;
}

#login-form .case input[type=submit] {
    //float: right;
    background: #17907d;
    color: #FFF;
    width: 100px;
    padding: 5px 10px;
    font-family: 'Segoe UI', Tahoma, Verdana;
    font-weight: normal;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #login-form .case input[type=submit] {
        padding: 10px;
        width: 100%;
    }
}

#login-form .case input[type=submit]:hover {
    background: #30a593;
}

#login-form .painel-mini {}

#login-form .painel-mini .botao {
    background-color: #16917C;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    //float: right;
    font-size: 14px;
    font-weight: 600;
}

#login-form .painel-mini .botao:hover {
    background-color: #06B296;
}


/* CONTATO */


/* reset */

body,
ul,
li {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: normal;
    //overflow-x: hidden;
    list-style: none;
}

[required] {
    box-shadow: none;
}


/* elements */

#wrapper {
    float: left;
    width: 100%;
}

#wrapper .chamada {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Verdana;
    line-height: 20px;
}

#wrapper .aviso {
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #F00;
    margin-left: 10px;
}

#wrapper .field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#wrapper .field label {
    float: left;
    width: 75px;
    height: 45px;
    text-align: center;
    line-height: 38px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #376782;
    cursor: pointer;
}

#wrapper .mensagem {
    float: left;
    position: relative;
    left: 400px;
    top: -171px;
    width: 300px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #376782;
    cursor: pointer;
}

#wrapper .field label b {
    color: #F00;
}

#wrapper .field input[type=text],
#wrapper .field input[type=tel],
#wrapper .field input[type=email],
#wrapper .field select,
#wrapper .field textarea {
    float: left; //width: 470px;
    width: 100%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px;
    margin: 0;
    border: 1px solid #CCC;
    outline: none;
}

#wrapper .field input[type=text]:hover,
#wrapper .field input[type=tel]:hover,
#wrapper .field input[type=email]:hover,
#wrapper .field select:hover,
#wrapper .field textarea:hover {
    border-color: #AAA;
}

#wrapper .field input[type=text]:focus,
#wrapper .field input[type=tel]:focus,
#wrapper .field input[type=email]:focus,
#wrapper .field select:focus,
#wrapper .field textarea:focus {
    border-color: #376782;
}

#wrapper .field .botao {
    float: left;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0;
    top: 1px;
    background: #16917d;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    border: none;
    outline: none;
    cursor: pointer;
}

#wrapper .field .botao:hover {
    background: #42b6a4;
}

.erroForm {
    font-size: 12px;
    height: 25px;
    padding: 5px;
    font-weight: bold;
    width: 303px;
    background-color: #F00;
    margin: 5px 0;
    color: #fff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    display: none;
}

.sucessoMensagem {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
    text-align: center;
    /* font-weight: bold; */
    width: 400px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #17907d;
    color: #fff;
}


/* NOTICIAS */

.limita {
    float: left;
    width: 280px;
    margin-top: -2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.titulo-not {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #CC0000;
    border-bottom: 3px solid #CC0000;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 10px;
}

.news {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 0px;
    border-bottom: 1px solid #CCC;
}

.news:hover {
    color: #006600;
}

a.noticia {
    position: relative;
    float: left;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;
}

a.noticia .noticia-img {
    border-radius: 3px;
}

a.noticia:hover {
    box-shadow: 0px 0px 5px #333;
}

a.noticia .noticia-title {
    text-align: left;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

a.noticia:hover .noticia-title {
    color: #777;
}

a.noticia .noticia-title-small {
    text-align: justify;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

a.noticia:hover .noticia-title-small {
    color: #777;
}

a.noticia .noticia-post {
    text-align: left;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #555;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.noticia:hover .noticia-post {
    color: #888;
}

a.noticia .noticia-text {
    text-align: justify;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

a.noticia:hover .noticia-text {
    color: #777;
}

a.noticia .noticia-read {
    text-align: justify;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-top: 25px;
}

a.noticia:hover .noticia-read {
    color: #777;
}

.botao-noticias a {
    background: #CC0000;
    padding: 5px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
}

.botao-noticias a:hover {
    background: #333;
    color: #FFF;
}

.normal_link {
    font-size: 14px;
    float: left;
    padding: 5px 0;
    color: #888;
}

@media(max-width: 768px) {
    .normal_link {
        float: none;
    }
}

.normal_link:hover {
    text-decoration: underline;
}

.btn {
    float: left;
    background-color: #18917E;
    padding: 10px 20px;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.btn:hover {
    color: #fff;
    background-color: #07695A;
}

.nota {
    float: left;
    width: 100%;
    padding: 5px;
    font-size: 13px;
    background-color: #ddd;
    margin-bottom: 10px;
}

.rodape-center {
    text-align: center;
}

@media(min-width: 769px) {
    .margem-rodape {
        margin-right: -45px;
    }
    .esquerda {
        margin-left: 72px;
    }
}

.associese {
    padding-top: 10px
}

@media(max-width: 768px) {
    .associese {
        padding-top: 30px
    }
}

.margem-top-10 {
    margin-top: 10px;
}

.facebook {
    padding-top: 10px;
    padding-left: 24px;
}

@media(max-width: 768px) {
    .facebook {
        padding-top: 10px;
        padding-left: 0px;
        text-align: center;
    }
}

.diretores {
    margin-top: 25px;
}

@media(max-width: 768px) {
    .diretores {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .content .container {
        width: 1040px;
    }
    .menu-superior .container {
        width: 1160px !important;
    }
}


/*GALERIA DE FOTOS*/

.desc-galeria {
    width: 450px !important;
}

.margin18 {
    margin-left: 18px;
}

@media (max-width: 768px) {
    #galeria {
        width: auto !important;
    }
    .desc-galeria-int {
        width: 50% !important;
    }
    .desc-galeria {
        width: 100% !important;
    }
}


/*CURRICULO*/

@media (min-width: 768px) {
    table#conteudo .container {
        width: 1020px !important;
    }
    table#conteudo.container {
        width: 1020px !important;
    }
    .container.desk {
        width: 1020px !important;
    }
    table#conteudo {
        width: 970px !important;
        padding: 0;
    }
    table#conteudo.tableOnly {
        width: 1020px !important;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .box-container .box {
        width: 100% !important;
    }
    .box-container .box:last-child {
        margin-right: 0px;
        margin-top: 30px;
    }
    .areas-atuacao .area-item {
        margin-bottom: 5px !important;
        width: 100% !important;
    }
   #noticias ul li a .info .title{
       float: none !important;
   }
}


/*AREA DO CURRICULO*/

.box-container.mainpart {
    width: 100% !important;
}

.side-menu {
    width: 100% !important;
    padding-bottom: 30px !important;
}


/*VAGAS DE EMPREGO*/

@media (max-width: 768px) {
    .lista-vagas .list-item .info {
        width: 100% !important;
        box-shadow: none !important;
        text-align: center;
    }
    .lista-vagas .list-item .acoes {
        width: 100% !important;
    }
    table#conteudo {
        padding: 0;
    }
    body {
        max-width: 100%;
        //overflow-x: hidden;
    }
}

.link-eventos{
    float: none;
}

@media (max-width: 768px) {
    .link-eventos{
        float: auto;
    }
}

.cartaz{
    width: 600px;
}

@media (max-width: 768px) {
    .cartaz{
        width: 100%;
    }
}