@charset "utf-8";

/**
 *------------------------------------------------------------------------------
 * MAAE J5-01
 *------------------------------------------------------------------------------
 * @website		  maae.pt
 * @authors     SKYTRAILS
 *------------------------------------------------------------------------------
 */
 #stage {
  background-image: url("img/montanha-02.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 800px;
  background-color: #F6F6F6;
}
@media (min-width: 800px) {
  #stage {
    background-size: 100%;
  }
}

/*LOGOTIPO*/
.logotipo-sm{
  display: block;
}
.logotipo-md{
  display: none;
}
 @media (min-width: 768px) {
  .logotipo-sm{
    display: none;
  }
  .logotipo-md{
    display: block;
  }
}
@media (max-width: 768px) {
  .container-nav-top {
    justify-content: left !important;
  }
  #nav-middle{
    margin-top: -98px !important;
  }
}

#nav-center, #nav-left, #nav-right{
  background-color: transparent;
  background-image: url("img/bg-logo-1.png");
  background-position: center;
  background-repeat: repeat;
}



/*////////////////////////////////////////////////
_                 Layout tests
/////////////////////////////////////////////////*/
#system-message-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*CENAS PARA SEGURAR O LAYOUT DOS BLOCOS HERO*/
.relative {
  position: relative;
}
.flex-vertical-center {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.flex-vertical-end {
  display: flex;
  align-items: end;
  height: 100%;
  width: 100%;
}
.overlay {
  background-color: rgba(22, 22, 22, 0.5);
  width: 100%;
  height: 100%;
}
/*AINDA NÃO SEI AO QUE SE REFERE*/
.main-content {
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
.main-content h3 {
  color: #534361;
}
.conteudo {
  background-color: #82a2a8;
}
/*PROJETOS REALIZADOS*/
.top-section {
  padding-top: 60px;
}


/*=================================================/
   Tool tips e Joomedit
*/
/*Frontoffice edit articles*/
.icons a {
  color: #234fa8;
}
.float-end {
  float: right !important;
}
/*Front-office edit modules*/
.btn.jmodedit {
  background-color: hsla(51.4, 5.2%, 73.5%, 0.16);
  border: 0px solid #234fa836;
  border-radius: .25rem;
  color: #234fa8;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
  padding: .4rem .5rem .4rem .7rem;
}
[role="tooltip"]:not(.show) {
  background: #fff;
  border: 1px solid #6d757e3d;
  border-radius: .25rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.44);
  color: #828282;
  display: none;
  margin: .5em;
  max-width: 100%;
  padding: .5em;
  right: 5em;
  text-align: start;
  z-index: 1070;
  font-size: .85rem;
}
:focus + [role="tooltip"], :hover + [role="tooltip"] {
  display: block;
  position: absolute;
}
.sr-only, .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0,0,0,0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important; 
  white-space: nowrap !important;
  width: 1px !important;
}

.big-h {
  font-family: "Satoshi", "Barlow", Arial, sans-serif;
  font-size: clamp(1.2rem, 3.4vw + 1rem, 4rem);
  font-weight: 700;
  line-height: 1.1em;
}
/*////////////////////////////////////////////////////////////////////////

/ NEW 2025 
////////////////////////////////////////////////////////////////////////*/


/* MAAE - Backgrund da página de Login*/
.view-login #main-content-area { 
  background-color: transparent;
}
.view-login #main-area {
  background-color: transparent;
  box-shadow: none;
}


 /* .position, #component-area{
  border: 1px dashed magenta;
} */


#mod-custom120 {
  background-color: #f2eeeb;
}
#component-area{
  /* background-color: #f2eeeb; */
}

.section-areaa{
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-top: 50px;
  padding-bottom: 50px;

}
/* Linhas decorativas nos titulos H2*/
.content-header h2{
  position: relative;
  margin: auto;
  /* background-color: aquamarine; */
  display: inline;
  line-height: 2.4rem;
}
.decorative h2::before, .decorative h2::after {
  content: " ";
  display: block;
  height: 1px;
  width: 30px;
  position: absolute;
  top: 60%;
  background-color: #6e976e;
}
.decorative h2::before {
  left: -50px;
}
.decorative h2::after {
  right: -45px;
}