

/*/////////////////////////////////////////////////////////////////////////////

/ TOPBAR
/////////////////////////////////////////////////////////////////////////////*/
#topbar{
  padding: 0; 
}
@media (max-width: 992px) {
  #topbar{
    display: none;
  }
}
#topbar, #topbar a{
  color: inherit;
}
#topbar a:hover{
  color: inherit;
}



/*/////////////////////////////////////////////////////////////////////////////

/ HEADER
/////////////////////////////////////////////////////////////////////////////*/
/* .header{
  background-color: rgba(234, 234, 234, 0.95);
  backdrop-filter: blur(5px);
} */

#nav-middle{
  margin-top: 50px;
  color: white;
}
#nav-middle .container {
  border-radius: 100px;
  background-color: rgba(28, 33, 44, 0.85);
  background-color: rgba(54, 58, 78, 0.85);
  background-color: rgba(27, 32, 58, 0.85);
  background-color: rgba(25, 29, 48, 0.85);
  color: white;
}

/*LOGOTIPO*/
#logo-camelias {
  max-width: 260px;
}
#mod-custom113 {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}


.logo-content, .field-value {
    height: 100%;
    width: 100%;
  }
#logo {
    height: 70px;
  }

/*
  BREADCRUMBS
 =========================================================================== */
 /*Ver: 10-breadcrumps*/



/*/////////////////////////////////////////////////////////////////////////////

/ HOME
/////////////////////////////////////////////////////////////////////////////*/


/* HOME - HERO
 =========================================================================== */


/* HOME - INTRODUÇÃO
 =========================================================================== */





/*////////////////////////////////////////////////////////////////////////

/ PÁGINA BLOG
////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////

/ PÁGINA CONTACTOS
////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////

/ IMAGENS DE TODOS OS ARTIGOS
////////////////////////////////////////////////////////////////////////*/


/*Página blog imagens nos cards de entrada items featured*/
.intro-img.featured img {
  height: 550px;
}
@media (max-width: 992px) {
  .intro-img.featured img {
    height: 320px;
  }
}
/*Página blog imagens nos cards de entrada items NOT featured*/
.intro-img img {
  object-fit: cover;
  width: 100%;
  height: 305px;
}
/*Imagem principal artigos*/

.item-full-image img {
  object-fit: cover;
  width: 100%;
  height: 350px;
  max-height: 350px;
  max-width: 1400px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .item-full-image img {
    /* height: 350px; */
    width: 100%;
    height: auto; 
    max-height: 450px;
    min-height: 350px;
    max-width: 1400px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .item-full-image img {
    width: 100%;
    height: auto; 
    max-height: 500px;
    max-width: 1400px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .item-full-image img {
    max-height: 600px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .item-full-image img {
    max-height: 700px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1400px) {
  .item-full-image img {
    max-height: 800px;
    margin-bottom: 45px;
  }
}


/*////////////////////////////////////////////////////////////////////////

/ FOOTER
////////////////////////////////////////////////////////////////////////*/

/*testes*/
/* #footer-above {
  position: relative;
}
#footer-above::before {
  content: "my dear";
  color: pink;
  background-color: burlywood;
  background: url('img/bottomdirty100.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size:auto;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100px;
} */

/**/
#footer-above .foot-separator {
  position: relative;
}
#footer-above .foot-separator img{
  vertical-align: bottom;
}
#footer-above .foot-separator div {
  position: absolute;
  width: 100%;
  background-color: transparent;
  height: 100%;
  max-height: 180px;
  display: block;
  top: 0;
}
#footer-center, #footer-under {
  color: var(--muted-color);
  background-color: rgba(28, 33, 44);
  padding: 15px 0;
}
.pag-home #footer-above, .pag-home #footer-center, .pag-home #footer-under {
  opacity: .9;
}

/*----------- end*/

.footer a:not(.btn), .footer .btn-link {
  color: currentColor;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus, .footer .btn-link:hover, .footer .btn-link:focus {
  color: var(--gray-800);
}
.footer-inferior{
  border-top: 1px solid rgb(231, 231, 231);
}
.footer .mod-menu {
  position: relative;
}

/* FOOTER LEGAL MENU */
#footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: row;
  padding: 15px;
}
#footer-menu a{
  color: #6A757B;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
}
#footer-menu a:hover,
#footer-menu a:focus{
  color: #919EA6;
}

/* SOCIAL ICONS */
.mod-social-icons {
  text-align: center;
  padding: 20px 0 15px 0;
}
.mod-social-icons a {
  text-decoration: none;
  color: #444;
  padding: 0 8px;
  font-size: 22px;
}

/* COPY-RIGHTS */
#copy-rights {
  padding: 0;
}
#copy-rights p {
  font-size: 0.88rem;
}
#copy-rights a {
  text-decoration: none;
  color: #607CAE;
}
#copy-rights a:hover,
#copy-rights a:focus {
  color: #6F9EF4;
}


