/* 
 * 1. Google Font
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
/* 
 * 2.0 Global Style
 */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

div .link-projetos {
  background-color: #f4f4f4 !important; 
  color: gray !important; 
  margin:50px; 
  padding: 20px;
}

div .link-projetos:hover, div .link-projetos:visited, div .link-projetos:link, div .link-projetos:active,  div .link-projetos:focus {
  background-color: lightgray !important; 
  color: #000 !important; 
  text-decoration: none !important;
  border:0!important;
}


a {
  color: #000;
}
a:focus {
  outline: none;
  text-decoration: none;
}


.title-over-header {
	font-size: 70px !important; 
	letter-spacing: 20px;
}

.text-over-header {
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0 0 30px;
}

ul li {
  /*font-weight: 700;*/
  margin-bottom: 10px;
}



.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}



.section {
  padding: 70px 0;
}

.section-title {
  color: #313131;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  letter-spacing: 15px !important;
}

.subsection-title {
  color: #313131;
  margin: 0 0 20px;
  text-transform: uppercase !important;
  text-align: center;
  font-size: 25px !important;
  letter-spacing: 7px !important;
}

#contacts-section {
	font-size:17px; 
	margin-top:20px;
}

#download-section {
	font-size:17px; 
	line-height: 3.0; 
	margin-top:20px;
}

#download-section > a{
	color:  #4e4e4e;
}

#download-section > a:hover{
	color:  #000;
	text-decoration: none;
	cursor: pointer;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #1A2A1A;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #1A2A1A;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {
  background: url(../images/backgrounds/bg-1.jpg) no-repeat center center/cover;
}
.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.icon-download {
	content:url('../images/icons/003-download-to-storage-drive.png');
	width: 15px;
	height: auto;
	margin-top: -4px; 
	margin-right:5px;
}



#image1 {
	content:url('../images/photos/Fig2_Ribeira_PROJECTOS.JPG');
	width: 65%;
	margin: auto;
}

#image2 {
	content:url('../images/photos/Fig1_RibeiraS.Domingos_DINAMICAS.png');
	width: 45%;
	margin: auto;
}


#image3 {
	content:url('../images/photos/Fig3_Fabrica_Fazenda_DINAMICAS.jpg');
	width: 50%;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 100px;
}

#image4 {
	content:url('../images/photos/1957.jpg');
	width: 50%;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 100px;
}

#image5 {
	content:url('../images/photos/Fig4_Evolucao_da_paisagem_1957_2017.jpg');
	width: 50%;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 100px;
}


#image6 {
	content:url('../images/photos/Fig4_mercado_de_proximidade_DINAMICA.jpg');
	width: 50%;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 100px;
}


#image7 {
	content:url('../images/photos/Fig5_Baldios_Aldeia_do_Carvalho_DINAMICAS.PNG');
	width: 42%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

#image8 {
	content:url('../images/photos/Fig1_reuniao_PROJECTO.jpg');
	width: 42%;
	margin: auto;
	margin-top: 60px;
}


#image9 {
	content:url('../images/photos/Fig1_ monitor_change_ACTIVIDADES.jpg');
	width: 35%;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 90px;
}

#image10 {
	content:url('../images/photos/Fig1_RibeiraS.Domingos_ROSTO.jpg');
	width: 35%;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 90px;
}

#image11 {
	content:url('../images/photos/Fig4_agricultura_DINAMICAS_.jpg');
	width: 35%;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 90px;
}


#Ribeira-Lapa {
	object-fit: cover;
	background-position:center;
	 position: relative;
  text-align: center;
  background:  url('../images/photos/Lapa.jpg') no-repeat center center/cover;
  margin-bottom:25px;
  border: 5ps solid red;
}

#Alvoco-Serra {
	object-fit: cover;
	background-position:center;
	 position: relative;
  text-align: center;
  background:  url('../images/photos/Fig4_Alvoco_RIBEIRAS_.jpg') no-repeat center center/cover;
  margin-bottom:25px;
}

#Cortes-Meio {
	object-fit: cover;
	background-position:center;
  position: relative;
  text-align: center;
  background: url('../images/photos/CortesDoMeio.jpeg') no-repeat center center/cover;
  margin-bottom:25px;
}

#Loriga {
	object-fit: cover;
	background-position:center;
  position: relative;
  text-align: center;
  background: url('../images/photos/Loriga.jpg') no-repeat center center/cover;
  margin-bottom:25px;
}

#Verdelhos {
	object-fit: cover;
	background-position:center;
  position: relative;
  text-align: center;
  background: url('../images/photos/Fig5_Verdelhos_RIBEIRAS.jpg') no-repeat center center/cover;
  margin-bottom:25px;
}

#Unhais-Serra {
	object-fit: cover;
	background-position:center;
  position: relative;
  text-align: center;
  background: url('../images/photos/UnhaisDaSerra.jpg') no-repeat center center/cover;
  margin-bottom:25px;
}

.download-link {
	color: green;
	cursor: pointer;
}

.download-link:hover {
	color: gray;
	text-decoration:none;
}

.container-ribeiras-nomes {
	 /*background-color: red; */
	 width: 100%; 
	 height: 350px; 
	 display: table; 
	 overflow: hidden;
}


.ribeiras-nomes {
	 background-color: rgba(0, 0, 0, 0.45); 
	display: table-cell; 
	vertical-align: middle; 
  text-align: center;
  font-weight: 800;
  letter-spacing: 7px !important;
  color: #fff;
  text-transform: uppercase;
  z-index: 100 !important;
  font-size: 19px;
}

@media (min-width: 768px) {
  .section {
    padding: 90px 0;
  }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: center;
  }
}
/* 
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #41533d;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
  letter-spacing: 1px;
  border-bottom: 0px solid transparent;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.5);
}


.navbar-toggle {
  border: 0;
  border-radius: 0;
  padding-top: 10px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  background-color: #1A2A1A !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
}

/*LOGO*/
.logo img { 
  width:130px; 
  height: auto;
  padding-bottom: 10px ;
}

.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

/* 
 * 5.0 Site Header
 */

.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/2.jpg) no-repeat center center/cover;
}

.site-header2 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/1.jpg) no-repeat center center/cover;
}

.site-header3 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/4.jpg) no-repeat center center/cover;
}

.site-header4 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/9.jpg) no-repeat center center/cover;
}

.site-header5 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/18.jpg) no-repeat center center/cover;
}

.site-header::before, .site-header2::before, .site-header3::before, .site-header4::before, .site-header5::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.site-header .intro,  .site-header2 .intro, .site-header3 .intro, .site-header4 .intro, .site-header5 .intro{
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
}

.site-header .intro h2,  .site-header2 .intro h2, .site-header3 .intro h2, .site-header4 .intro h2, .site-header5 .intro h2{
  margin-top: 0px;
  font-size: 25px;
  font-weight: 300;
}


.site-header .intro p, .site-header2 .intro p,  .site-header3 .intro p,  .site-header4 .intro p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 30px;
  }

  .site-branding {
    margin-top: 15px;
    margin-left: 0;
  }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
  margin: 0 0 25px;
}
.about figure {
  margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
  text-align: center;
  color: #313131;
  margin: 25px 0;
}
.speaker h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;

}
.speaker p {
  margin-bottom: 5px;
  font-size: 12px;
}
.speaker img:hover {
  opacity: .7;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */

.schedule ul {
list-style-type: none;
}

.schedule-box {
  position: relative;
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 15px;
  /*margin: 25px 0 0;*/
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}

.painel{
	
}
/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #f8f8f8;
}
.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width: 150px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}

/* 
 * 6.8 Section: FAQ
 */
.topics .panel-heading {
  cursor: pointer;
}
.topics .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.topics .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}
.topics .panel-group .panel + .panel {
  margin-top: 15px;
}
.topics .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.topics .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 0 0 30px;
  }

  figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}


/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: #F3F3F3;
  color: #000;
  text-align: center;
  padding: 30px 0;
}
.site-footer .site-info {
  Font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #000;
}
.site-footer .social-block li a {
  color: #000;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}



/*  SECTIONS  */
.section-footer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }



/*  GRID OF SEVEN  */
.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
  	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.94%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 11.91%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
}


/* 
 * 8.0 Other stuffs
 */
#SupportArea { clear: both; background-color: #000000; padding: 10px 0 10px 0; }
#SupportArea img { border: 0; margin: 0 29px; }
#SupportArea .apoios { display: block; clear: both; padding: 0; margin: 0 auto; }
#Support span { color: #999; }

#topics a { 
background-color: #1A2A1A; 
color: #f8f8d4;
}

@media (max-width: 480px){
/*cor da barra fixa no tlm*/
.navbar-custom {
    background-color: #41533d;
}
/*imagem fundo no tlm*/
.site-header {min-height: 4vh;
}
}
