body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background-size: 100%;
    background-atachment: fixed;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;

}

/*Formatação das Fontes*/

h1 , h2 , h3 , h4 , p , a {

    font-family: Arial;

}

h1 {

    font-size: 28px;
	font-weight: bold;

}

p {
    font-size: 12px;
    font-family: Arial;    

}

/* Fim da formatação das Fontes*/


/*Inicio da Barra do Governo*/ 

#wrapper-barra-brasil {

    max-width: 1150px !important;
} 


#barra-brasil .brasil-flag {

    box-sizing: content-box;


}
/*Fim da Barra do Governo*/

/*Logo*/

#logo img {

    padding: 10px 0;
}

#marca img {
    padding: 25px 0;
}

/*Fim Logo*/

/*Início do Titulo*/

#titulo h1 {

    font-size: 28px;
    font-weight: normal;

}

div#logo {
    padding-left: 0;
    padding-right: 0;
}

/*Fim do Título*/

/* Início do tradutor */

#flags {

    margin-top: 20px;
    float: right;

}

.goog-te-gadget {

    float: right;

}

.goog-te-gadget {
	color: #fff !important;
}

select.goog-te-combo {
	color: #212121 !important;
}

.goog-logo-link {
    display: none !important;
}

/* FIm do tradutor */

/* Fundo Header */

div#fundo-header {
    background-color: rgba(255, 255, 255, 0.5);
}

div#fundo-interno-header {
    background: #fff;
    margin: 10px 0;
}

/*Inicio do Menu Principal*/

#auxmenu {

    height: 40px;
    z-index: 1000;
}

.navbar-default .navbar-toggle {
	border: none;
}

#auxmenu .navbar-default {

    background-image: none;
    background-color: transparent;
    box-shadow: none;


}

#auxmenu .navbar-toggle {

    margin-top: 2px;

}

#auxmenu .container, #auxmenu .container .col-md-9 {

    padding: 0px;


}

#bs-example-navbar-collapse-1 {

    padding-left: 0px;
    padding-right: 0px;


}

@media screen and (max-width: 768px) {

    }

    .nav > li > a {

        margin-bottom: 0px;


    }

    #auxmenu .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

        background-color: rgba(0,0,0,0.1);



    }
}

.nav > li, .nav > li > a:focus, .nav > li > a:hover {

    z-index: 30;
    position: relative;


}

.menu-item-has-children > a:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

ul.sub-menu {
    display: none;
    position: relative;
    background: #aaa;
    list-style: none;
    padding: 0;
}

.menu-item-has-children:hover > .sub-menu {
    display: block !important;
}

ul.sub-menu li {
	padding: 0;
}

ul.sub-menu li:hover {
	background: #b7d9ff;
   	color: #005AB7 !important;
   	cursor: pointer;
}

ul.sub-menu a {
    text-align: center !important;
    padding: 10px 0;
    border: none !important;
    position: relative !important;
    width: 100%;
    float: right;
    background: #aaa;
}

@media all and (max-width: 767px) {
	ul.dropdown-menu {
	    display: block;
	    width: 100%;
	}

	.open>.dropdown-menu {
	    display: block;
	}

	ul.sub-menu {
	    display: block;
	    position: relative;
	    background: #aaa;
	    list-style: none;
	    padding: 0;
	}

	.menu-item-has-children:hover > .sub-menu {
	    display: block !important;
	}

	#auxmenu li a {
	    text-align: left !important;
	}

	ul.sub-menu a {
	    text-align: left !important;
	    padding: 0 60px;
	    border: none !important;
	}
}

ul.sub-menu {
    display: none;
}

#auxmenu, #auxmenu .navbar-default {
    height: 40px;
}

.menu-item-has-children > a:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

ul.sub-menu {
    display: none;
    position: relative;
    background: #aaa;
    list-style: none;
    padding: 0;
}

.menu-item-has-children:hover > .sub-menu {
    display: block !important;
}

ul.sub-menu li {
	padding: 0;
}

ul.sub-menu li:hover {
	background: #b7d9ff;
   	color: #005AB7 !important;
   	cursor: pointer;
}

ul.sub-menu a {
    text-align: center !important;
    padding: 10px 0;
    border: none !important;
    position: relative !important;
    width: 100%;
    float: right;
    background: #aaa;
    color: #fff;
}

@media all and (max-width: 980px) {
	div#auxmenu {
    		z-index: 9;
    		position: relative;
	}
}

@media all and (max-width: 767px) {
	ul.dropdown-menu {
	    display: block;
	    width: 100%;
	}

	.open>.dropdown-menu {
	    display: block;
	}

	ul.sub-menu {
	    display: block;
	    position: relative;
	    background: #aaa;
	    list-style: none;
	    padding: 0;
	}

	.menu-item-has-children:hover > .sub-menu {
	    display: block !important;
	}

	#auxmenu li a {
	    text-align: left !important;
	}

	ul.sub-menu a {
	    text-align: left !important;
	    padding: 0 60px;
	    border: none !important;
	}

	#auxmenu a {
    		float: left;
    		width: 100%;
	}

	ul.sub-menu li {
    		padding: 0;
	}

	ul.sub-menu a {
    		padding: 10px 15px;
	}

	.nav>li>a {
    		padding: 10px 15px;
	}	
}


/*Fim do Menu Principal*/

/* Principal da Home */

#principal-home {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Pesquisar */

#pesquisar {

    padding: 5px;
}

.screen-reader-text {

    display: none;

}

#searchform {

    width: 100%;
}

#searchsubmit {
    float: right;
    height: 28px;
    width: 7%;
}

#s {
    width: 93%;
    height: 28px;
}

#txtBusca{
    float: right;
    padding-left:5px;   
    font-size:18px;
    border:none;
    height:28px;

}

/* Fim Pesquisar */

/*Ínicio do Conteúdo*/

#conteudo {

    text-align: justify;
    background-color: #fff;
    margin: 10px 0;

}

#fundoconteudo {

    min-height: 700px;

}

div#interno-home {
    background: #fff;
    margin: 10px 0;
}

/*Fim do Conteúdo*/

/* Início barra lateral esquerda */

#vertical h1 {
    font-family: Open Sans;
    font-size: 20px;
    padding: 10px;
    font-weight: normal;
    margin-top: 0;
}


#vertical li a {

    list-style: none;
    list-style-position: inside;

}

div#vertical {
    padding: 10px 10px 10px 0;
}

#vertical img {
    width: auto;
    float: left;
}

#vertical .widget-content img {
    padding: 0 2% 0 0;
}

#vertical .widget-title.srp-widget-title {
    font-family: Open Sans;
    font-size: 20px;
    padding: 10px;
    font-weight: normal;
    margin-top: 0;
}

/* Fim barra lateral esquerda */

/* Disciplinas */

#disciplinas {
    background: #313236;
    margin: 1% 0;
    padding: 0 0 3%;
}

#disciplinas h1, #disciplinas .widget-title.srp-widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 4% 5%;
    margin-top: 0;
}

#disciplinas li, #disciplinas .srp-post-content-container {
    float: left;
    margin: 1% 0;
    padding: 0 3%;
    text-align: left;
    width: 100%;
}

#disciplinas .rpwwt-post-title, #disciplinas .srp-post-title a, #disciplinas .srp-post-content a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

#disciplinas p.srp-post-date {
    color: #fff;
    font-size: 13px;
}

#disciplinas .rpwwt-post-excerpt, #disciplinas .srp-post-content {
    color: #BEC5C6;
}

/* Início do Slide */

.huge_it_slideshow_image_wrap_4 {

    margin-top: 20px !important;

}

.slideshow_container .slideshow_view .slideshow_slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
}

/* Fim do Slide */

/* Início dos Destaques */

#titulodestaques {

    width: 100%;
    margin-top: 10px;
}

#titulodestaques h1 {

    font-weight: bold !important;
    font-size: 20px!important;
    padding-bottom: 10px;

}

#destaque .srp-widget-container {

    flex-direction: row;
    text-align: center;
    padding-left: 2%;

}

#destaque .srp-post-content-container {

    display: block;



}

@media screen and (max-width: 768px) {

    #destaque .srp-widget-container {

        -moz-box-orient: vertical;
        display: block;

    }

    #destaque .srp-content-box {

        margin-top: 5%;
        width: 80%;
        text-align: left;


    }

}


@media screen and (width: 1024px) {
    #destaque .srp-widget-container {

        -moz-box-orient: vertical;
        display: block;

    }

    #destaque .srp-content-box {

        margin-top: 5%;
        width: 80%;
        text-align: left;


    }

    #destaque  .srp-widget-singlepost {


        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
    }


}




#destaque .srp-content-box {

    margin-top: 5%;
    width: 80%;
    text-align: left;


}

#destaque  .srp-widget-singlepost {

    border-bottom-style: solid;
    border-bottom-width: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#destaque .srp-post-content a {


    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px;
    margin-left: 0px;
    margin-top: 6%;
    display:inline-block; 

}

/* Fim dos Destaques */

/* Início das Ultimas Notícias */

#titulonoticias h1 {

    font-weight: bold;
    font-family: Open Sans;
    font-size: 17px;
    padding: 10px;

}

.srp-thumbnail-box img {

    width: 90px !important;

}

#noticias {

    padding-right: 0px;

}

.srp-content-box .srp-post-title, .widget-area .widget .srp-post-title {

    font-size: 15px;

}

.srp-content-box .srp-post-date, .widget-area .widget .srp-post-date {

    font-size: 10px;

}

.srp-content-box .srp-post-content, .widget-area .widget .srp-post-content .srp-content-box .srp-post-date, .widget-area .widget .srp-post-date {

    font-size: 13px;

}

/*Fim das Ultimas Notícias*/

/* Início dos Depoimentos */

#titulodepoimentos h1 {

    font-family: Open Sans;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;

}

/* Fim dos Depoimentos */

/* Formatação do footer */

#auxfooter {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.5);

}

#footer {

    margin-left: 0px;
    margin-right: 0px;

}

#footer p {

    margin-top: 30px;
    padding-left: 0px;
    text-align: left;
    font-size: 15px;
    font-family: Open Sans;

}


#brasao {
    padding-left: 0px;
    padding-right: 0px;
}

#brasao img {
    width: 80%;
    height: auto;
    margin: 0px;
    float: center;
}

#caixa {

    width: 160px;
    height: 35px;
}

#redesocial {

    padding-left: 65px;
    padding-top: 25px;
}

.lsi-social-icons {

    float:right !important;

}

/* Fim da formatação do footer */

/* Formatação dos widgets */

.srp-post-title a , .srp-post-content a{

    font-weight: bold;

}
/* Fim da formatação dos widgets */

/* Formulário */

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 1%;
    width: 100%;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 1%;
}

/* Responsivos */

@media all and (max-width: 980px) {

    #auxmenu .navbar-toggle {
        margin-right: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    button.navbar-toggle.collapsed {
        width: 100%;
        text-align: center !important;
        float: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #searchform {
        width: 100%;
    }

    #searchsubmit {
        width: 6%;
    }

    #s {
    
        width: 94%;

    }

    div#logo img {
        width: 100%;
    }

    #vertical img {
        width: auto;
        float: none;
    }

    div#vertical .widget-content {
        text-align: center;
    }

	#vertical .widget-content img {
		padding: 10px 0;
		float: none;
	}

    #vertical .widget-content img {
        padding: 2%;
    }

	#disciplinas li {
		float: none !important;
	}

	#brasao img {
    	width: 70%;
    	margin: 0px auto;
	}

	#footer p {
    	margin-top: 0;
    	text-align: center;
	}

	#auxfooter {
    	border: solid 1px #D9E5EE;
    	float: left;
	}

}

@media all and (max-width: 600px) {
	#s {
    	width: 92%;
	}

	#searchsubmit {
    	width: 8%;
	}
}

@media all and (max-width: 500px) {
	#s {
    	width: 85%;
	}

	#searchsubmit {
    	width: 15%;
	}
}
