/* cmsms stylesheet: bandb modified: sexta-feira, 10 de outubro de 2025 15:18:54 */


body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #000000;
  background: #FFFFFF;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #83DC64;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #84754d;
}

h1 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h1 a, h1 a:hover {
  color: #000000;
}

h2, h3, h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0rem;
  line-height: 1rem;
  color: #D2D2D0;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #A5ABB0;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #83DC64 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #83DC64 transparent transparent;
}

.divider {
  background: #A5ABB0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #FFFFFF;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #83DC64;
}

.card-divider {
  background: #000000;
  color: #D2D2D0;
}

.button {
  background: #D2D2D0;
  color: #000000;
  border-radius: 5px;
}

.button:hover {
  background: #000000;
  color: #D2D2D0;
}

.divider .button {
  background: #000000;
  color: #D2D2D0;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #83DC64;
  color: #000000;
}

#copyright {
  border-top: 0.5px solid #D2D2D0;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

table tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

.menu>li {
    padding: 5px;
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    font-size: 11pt;
    color: #83DC64;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 10px;
}

.menu>li>a:hover {
    color: #ffffff;
    background: #83DC64;
}

.menu>li>a.menuactive {
    color: #ffffff;
    background: #83DC64;
}

.menu>li.menuactive {
    color: #ffffff;
}


.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    border-color: #FFFFFF transparent transparent;
}

.js-drilldown-back>a:before {
    border-color: transparent #FFFFFF transparent transparent;
}
.is-drilldown-submenu-parent>a:after {
    border-color: transparent transparent transparent #FFFFFF;
}

.sobre_conteudo {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 750px !important;
margin-left: 50px;
margin-right: 10px;
}

.sobre_imagem {
    padding-top: 50px;
    padding-bottom: 50px;
margin-left: 10px;
margin-right: 10px;
max-width: 230px;
}

.sobre_container { 
    max-width: 1440px;
    display: flex;
margin-inline: auto;
    justify-content: center;
}

.conteudo {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 750px !important;
}

.conteudo-inicial {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1150px !important;
}
.conteudo_news {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 750px !important;
    padding-left: 20px;
    padding-right: 20px;
}

#banner_top {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    padding: 80px 0 60px 0;
    justify-content: space-between;
}

.banner_top_img {
    max-width: 300px;
}

.banner_top_div {
    margin: 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#linha_topo {
  background: #83DC64;
  height: 30px;
  width: 100%;
  font-family: "Franklin Gothic",sans-serif;
  color: #FFF;
  padding: 2px 0 0 0;
  position: fixed;
  z-index: 99999;
}

#logo_site {

}

.row {
    max-width: 1440px;
}
#header-menu {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.img-header {
    width: 100vw;
    height: 100%;
    object-fit: contain;
}

.menu_lang {
    display: flex;
    flex-direction: row-reverse;
}
.menu_lang_position {
    position: relative;
    bottom: -20px;
}

.button_center{
    list-style-type: none;
    display: table;
    margin: auto;
}
.button_center>li>a {
  border: 1px solid #83DC64;
  width: 120px;
  border-radius: 10px;
  text-align: center;
  padding: .7rem 1rem;
  line-height: 1;
  font-size: 11pt;
  color: #83DC64;
}
.button_center>li>a:hover {
  color: #ffffff;
  background-color: #83DC64;
}


footer {
  background: #000000;
  color: #D2D2D0;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #D2D2D0;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #D2D2D0;
}

footer i {
  margin-right: 0.5rem;
}

.footerISEP {
  background: #83DC64;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #FFF;
  width: 100%;
    margin: 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.footerISEP a {
  color: #ffffff;
  padding-right: 3px;
}

.footerISEP td {
  background-color: #83DC64;
  padding-left: 0px;
  padding-right: 40px;
  font-size: 11pt;
}

#footerISEP_container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px 0 20px;    
}

#footerISEP_social {
    font-size: 20pt;
    padding: 10px 0px 0px 0px;
    text-align: right;
}

#footerISEP_contact{
    padding: 15px 20px 0px 20px;
}

#footerISEP_links{
    padding: 15px 0px 0px 0px;
}

.footerISEP_newsletter{
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 5px;
}
.footerISEP_newsletter:hover{
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #83DC64;
    border-radius: 10px;
    padding: 5px;
}

.sub_titulo_home {
    text-align: center;
    color: #45AC34;
    font-size: 40px;
    font-weight: bolder;
    line-height: 30pt;
}
.img-header_news {
    width: 100vw;
    height: 325px;
    object-fit: contain;
}
.cards_news {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card_news {
	overflow: hidden;
	width: 320px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 2px solid #FFFFFF;

}

.first_card {
       margin-left: 0px !important;  
}

.card_news:hover {
       border: 2px solid #83DC64;
}
.card_news-header {
    height: 141px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.card_news img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.card_news-content {
	background-color: #83DC6410;
	padding: 10px;
        height: 100%;
}

.card_news-title {
        font-weight: bold;
        color: #83DC64;
        margin: 0 0 10px 0;
        text-transform: none;
}
.card_news-date {
        color: #83DC64 !important;
}
.card_news_detail-date {
        font-weight: bold;
        color: #979797;
        margin: 0 0 10px 0;
        text-transform: none;
}

.card_news-excerpt {
	color: #777;
	margin: 10px 0 20px;
}

.card_news-content p {
	color: #777;
        margin: 0px;
}

.cards_page {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card_page {
	overflow: hidden;
	width: 320px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 2px solid #FFFFFF;

}

.card_page:hover {
       
}
.card_page-header {
    height: 141px;
    width: 100%;
    position: relative;
   display: inline-block;
}

.card_page img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.card_page-content {
	background-color: #83DC6430;
	padding: 20px;
        height: 100%
}

.card_page-title {
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	text-align: center;
        width: 100%;
}


.card_page-content p {
	color: #000000;
        margin: 0px;
}

.cat_news {
    float: right;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.cat_news>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    font-size: 11pt;
    color: #83DC64;
    border-radius: 9px;
}

.cat_news>li>a:hover {
    color: #ffffff;
}
.cat_news>li:hover {
    color: #ffffff;
    background: #83DC64;
}

.cat_news>li>a.ativo {
    color: #ffffff;
}
.cat_news>li.ativo {
    color: #ffffff;
    background: #83DC64;
}


.cat_news>li>span {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    font-size: 11pt;
    color: #83DC64;
}


.cat_news>li {
    color: #83DC64;
    border: 1px solid #83DC64;
    border-radius: 10px;
}

#menu_bars {
   color:#83DC64;
   display: none;
   font-size: 20px;
   align-self: end;
   margin-right: 10px;
   transition: transform .5s ease-in-out;
   cursor: pointer;
   margin-top: 10px;
}
#menu_bars:hover {
   transform: rotate(180deg);
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.formbuilderform [type=submit]{
	padding: .7rem 1rem;
        border-radius: 10px;
    background-color: #ffffff;
    color: #83DC64;
    border-color: #83DC64;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}
.formbuilderform [type=submit]:hover{
    background-color: #83DC64;
    color: #ffffff;
    border-color: #83DC64;
}
.formbuilderform [type=text]:focus{
    border-color: #83DC64;
}

.formbuilderform [type=checkbox], [type=file], [type=radio] {
    accent-color: #83DC64;
}

@media screen and (max-width: 1200px) {
        #banner_top {
             flex-direction: column;
             width: 100%;

	}
        #header-menu {
             align-items: center;
             margin-top: 20px;
        }
        .menu_lang_position {
            bottom: 0px;
        }
        #footerISEP_container {
            width: 100%;
            
        }
}

@media screen and (max-width: 760px) {
    .sobre_container {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 640px) {
        #footerISEP_container {
             flex-direction: column;
             align-items: center;
             padding: 20px 0 20px 0;
        }
        #menu_bars {
             display: flex;
        }
#banner_top {
    padding: 80px 0 10px 0;
}

        #header-menu {
             margin-top: 20px;
             visibility: hidden;
             height:0px;
             transition: height 0.5s linear allow-discrete;
        }
        #header-menu.active  {
             visibility: unset;
             transition: visibility 0.5s linear;
        }
}
