/*--------------------------------------------------------------
EVA HERRE - PAGES CSS -
- r09 26-06-2024 * aumengtar body font base size.
By: Pedro Dinis (www.pedrodinis.net)
--------------------------------------------------------------*/


html { min-height:100%; }

body {

  background:#7f9679 url(../../img/bg-verde-1200x800.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;

	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
  font: 400 18px 'Lato', sans-serif;
  line-height: 1.8em;  
	color:#F5F5F5;
/*	color:rgba(255,255,255,.8); */
	font-weight: normal;
}


.page-bg-1 {
  background-color: #7f9679;
  background-image: url(../../img/bg-verde-1200x800.jpg) !important;
}

.page-bg-2{
  background-color: #b33259;
  background-image: url(../../img/bg-vermelho.jpg) !important;
  background-position-y: 0; 
}

.page-bg-3 {
  background-color: #8a7797;  
  background-image: url(../../img/bg-verde-roxo.jpg) !important;
}



/********************************************************/
/*             Sections - universal classes             */
/********************************************************/
.section { 
	z-index: 1;
	min-height:420px;
	width: 100%; 
	overflow:auto;
	height:100%;
	padding-top:70px;
	padding-bottom:50px; 
	display:none;
	top:0;
} 
@media (min-width: 768px) {
/*	.section { padding-top:160px;}*/
}

/* Show one of sections */
#head { 
	display: block;
}


/********************************************************/
/*                      Typography                      */
/********************************************************/


a { color:#f5cf00; text-decoration: none; }
a:hover, a:active,  a:focus { color: #fffeda; text-decoration: underline; }
.lead { 
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}


h1, h2, h3, h4, blockquote {
	font-family: 'Gloria Hallelujah', cursive;
	letter-spacing: 2px;
	line-height:1.5em;
  color: #F5F5F5;
}

h1 small, h2 small, h3 small, h4 small {   color: #F5F5F5 !important;  }

h2, .h2 { font-size: 2em; }


.title,
.subtitle { 
	font-family: 'Gloria Hallelujah', cursive;
	letter-spacing: 2px;
	font-weight:normal;
	font-size:4em;
	margin-bottom:15px; 
	color:#FFF; 
	line-height:1.5em;
}
.subtitle { 
	line-height:.7em;
	font-size:3em;
	margin-top:0;
	margin-bottom:40px; 
}
.tagline { 
	font-size:1.4em;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:75px;
}
.font-headlines {   font-family: 'Gloria Hallelujah', cursive; }

.font-x2 { font-size: 2em;}

@media (max-width: 767px) {
	.lead { 
		font-size:1.3em;
	}
}

hr { opacity: 0.5; }

blockquote {
  border-left: 0px solid #FFFFFF;
  font-size: 1.25em;
  font-style: italic;
  text-align: center;

}

blockquote::before, blockquote::after {
    content: '"';
    font-size: 2rem;
}

/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn{
	color:#333;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0 none;
}
.btn:hover {
	color:#000;
}
.btn-lg { 
	padding:16px 30px;
	font-size:inherit;
}

.btn-link {
	color:rgba(255,255,255,.8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff
}
.btn-default {
	background: rgba(255,255,255,.1);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(255,255,255,.8);
}
.btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;  
	/* background: rgba(255,255,255,.1);*/
  background: rgb(112, 95, 0, 0.5);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(245, 207, 0, 0.8);
   border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;  
}



/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/
.thumbnail {
	background-color: rgba(255,255,255,.2);
	border: 0 none;
	padding:10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.thumbnail .caption {
	color: inherit;
}



/********************************************************/
/*                 Everything else                      */
/********************************************************/

.list-social .btn { 
	font-size:1.3em; 
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus { 
	text-decoration: none; 
}


/* Social buttons in the footer */
#social { 
	margin-top:50px;
	margin-bottom:50px;
}
#social .wrapper { 
	width:340px; 
	margin:0 auto;
}



.padding-icons {
  padding-right: 20px;
  padding-left: 10px;
}
.padding-icons-tb {
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-left: 10px;
}






/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/
.text-shadows { 	
	text-shadow:0 1px 2px rgba(0,0,0,.2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline { 
	text-shadow:0 2px 3px rgba(0,0,0,.4);
}
.text-shadows .mainmenu .dropdown-menu a { 
	text-shadow:0 2px 1px rgba(0,0,0,.2);
}
.text-shadows .mainmenu .dropdown-menu a:hover { 
	text-shadow:none;
}



/***********************************************************/
/*                   Inverted theme                        */
/***********************************************************/
.theme-invert { 	
	color:#222;
	color:rgba(0,0,0,.8); 
 }
.theme-invert a { 
	color:#000;
}
.theme-invert .btn {
	color:rgba(255,255,255,.8);
}
.theme-invert .btn:hover {
	color:#fff;
}
.theme-invert .btn-link {
	color:rgba(0,0,0,.8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
	color:#000
}
.theme-invert .navbar-toggle {
	background: rgba(0, 0, 0, 0.12);
}
.theme-invert .navbar-toggle .icon-bar {
  background: #333;
}
.theme-invert .mainmenu .dropdown-menu a { 
	color:#000;
}
.theme-invert .mainmenu .dropdown-menu a:hover { 
	background:rgba(0,0,0,.1);
	color:#000;
}

.theme-invert .title,
.theme-invert .subtitle,
.theme-invert .tagline { 
	color:#222222; 
}

.theme-invert .btn-default {
	background: rgba(0,0,0,.4);
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
	background: rgba(0,0,0,.6);
	color:#fff;
}
.theme-invert .btn-primary {
	background: rgba(0,0,0,.2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
	background: rgba(0,0,0,.3);
	color:#fff;
}

.theme-invert .thumbnail {
	background-color: rgba(255,255,255,.8);
}
.thumbnail .caption {
	color: inherit;
}



/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.no-gutter-gallery {
   /* border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);*/
    margin: 20px 0;
}
.no-gutter-gallery .gallery-item {
    padding: 4px;
    margin: 0;  

  }

 .no-gutter-gallery .gallery-item img {
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5); 
  /*  border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: rgba(245, 207, 0, 0.3);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
      }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        
        font-weight: 600;
     /*   text-transform: uppercase; */
     }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

/*--------------------------------------------------------------
	PEDRO Navbar
--------------------------------------------------------------*/



a.navigationavbar-brand {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;    
    top: 6px;   
}
.navigationavbar-brand:hover  {
    color: #FFF;
    text-decoration: none;
  }

.navbar-custom {
  background-color: rgba(10, 10, 10, 0.9);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-size: 1em;
  letter-spacing: 1px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

  .navbar-transparent {
   /* background: rgba(10, 10, 10, 0.1); */
    background: rgba(0, 0, 0, 0.12);    
    border-top: 1px solid rgba(255, 255, 255, 0.3);  
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);      
    padding-bottom: 5px;
    padding-top: 5px;
  }

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 1vw;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
  background: none;
  color: #fffeda;
}
.navbar-custom .nav .active > a,
.navbar-custom .nav .active > a:focus,
.navbar-custom .nav .active > a:hover {
    color: #f5cf00;
}

.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.2);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  min-width: 140px;  
  margin-top: 5px;  
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
/*  letter-spacing: 2px;
   color: #999;*/ 
}
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(245, 207, 0, 0.8);
  transition: none;
}


.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 5px;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .dropdown-toggle:after {
  margin-left: 4px;  
 /* font: normal normal normal 16px/1 FontAwesome;
  font-size: 10px;
  content: "\f107"; */
  font-family: "fontello";
  font-size: 8px;  
  content: "\e800";  
  vertical-align: middle;    
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-custom .lang { font-size: small; }

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (max-width: 544px) {
  .hidden-xs-down { display: none; }
  a.navigationavbar-brand {   font-size: 1.4em; }
 
  .page-bg-1 { background-image: url('../../img/bg-verde-xs.jpg')  !important; } 
  .page-bg-2 { background-image: url('../../img/bg-vermelho-xs.jpg')  !important; } 
  .page-bg-3 { background-image: url('../../img/bg-verde-roxo-xs.jpg') !important; }

}

@media (max-height: 544px) {
  .page-bg-1 { background-image: none !important; } 
  .page-bg-2 { background-image: none !important; } 
  .page-bg-3 { background-image: none !important; }
}

@media (max-width: 767px) {
  .hidden-sm-down { display: none; }

  .container>.navbar-header, .container>.navbar-collapse {
     margin-right: auto;
      margin-left: 5%;
  }  

.navbar-collapse {
    background: #AAA;
   background: rgba(0, 0, 0, 0.2);
    margin: 0px !important;
   /* padding nao pode ser 0, Firefox por uma scrolbar hortizontal */
    font-size: 1.2em;
    text-align: center;
}
.navbar-custom .nav > li { 
     border-bottom: 1px solid rgba(255, 255, 255, 0.3);      
}

.navbar-custom .nav li > a {
    color: #FFF;
}


.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover{
  background: rgba(245, 207, 0, 0.8);
  transition: none;
  }

  .cookie-notice {
    display: block;
  }
}


@media (min-width: 768px) {
  .hidden-md-up { display: none; }
  .navbar-transparent {  
    padding-bottom: 10px;
    padding-top: 10px;
  }

  a.navigationavbar-brand {  top: 1px;  }

  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
/*    font: normal normal normal 14px/1 FontAwesome;*/
    font-family: "fontello";
    font-size: 9px;
    content: "\f0c9";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    font-size: 0.85em;        
    margin-top: 12px !important;    
    right: -10px;
  }

  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

/*------------------------ table only -- */
@media (min-width: 768px) and (max-width: 992px) {
  .hide-tablet-only { display:none; }  
  .container {   width: 94%; }   
  .navbar .container {   width: 100%; }  
  .navbar-custom .nav>li:first-child { display:none; }   
  .lang-text:before { content: attr(data-label); }
  .lang-text {     
    /**font-size: 14px;*/
    padding: 0 5px;    
    width: 25px !important;
    overflow: hidden;
    display: inline-flex;
   }  
}


@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

/* -------- 
PEDRO CSS 
---------*/

.inline-block {
    display: inline-block;
}

.img-border {
    border: 1px solid rgba(255, 255, 255, 0.5);    
}



.footer a, .txt-white {
  color: #fff;
}

.footer .nav {float:left;}
.footer .nav-link { margin: 0 8px; }
.footer .nav-lang {float:right;}

.footer .nav-lang .nav-link {    font-size: 0.8em;    }

.copyright {
    font-size: small;   
    color: #E4E4E4;
    text-align: center;
}
.copyright a { 
  margin-left: 20px;
  margin-right: 20px;  
}

.copyright .icon-privacy {
  vertical-align: text-top;
  margin-right:  4px;
}

.copyright .webdesign {
  display: inline-block;
  color: #E4E4E4;
}


.no-gutter {
    padding: 0;
    margin: 0;
}

.clear {clear: both;}
.d-inline {display:  inline;}


.bg-dark-1 { background-color: rgba(0, 0, 0, 0.1); }
.bg-dark-2 { background-color: rgba(0, 0, 0, 0.2); }
.bg-dark-3 { background-color: rgba(0, 0, 0, 0.3); }




/* Vertical margin, padding */
.pad-r-1x { padding-right: 10px !important; }

.p-0 {  padding: 0 !important; }
.p-10 { padding: 10px !important; }

.pt-0 {  padding-top: 0 !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-140 { padding-top: 140px !important; }

.pb-0 {  padding-bottom: 0 !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-140 { padding-bottom: 140px !important; }

.m-0 {  margin: 0 !important; }

.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }

.mb-0 {  margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }


.mr-20 { margin-right: 20px !important; }   