p {
  
  font-size: 1em;
  color: #252525;
  line-height: 1.6;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #464646;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

h7,
.entry-content h7 {
  color: #0d4044;
  font-size: 1.7em;
  line-height: 1.4;
}

.titlePage h7 {
  position: fixed;
  float: left;
  text-align: right;
  width:10%;
  max-width: 200px;
  margin-left: 10px;
  margin-top: 150px;
	border-bottom: 1px solid rgb(13, 64, 68);
}

.titlePagebutton {
  position: fixed;
  float: left;
  text-align: right;
  max-width: 200px;
  margin-left: 10px;
  margin-top: 230px;
}

table{
    border: 0px;
}

tr, td {
    border: 0.5px solid #ffffff;
}

.plataforma { 
    /* The image used */
    background-image: url("http://projects.essv.ipv.pt/superes/wp-content/uploads/2018/03/bannerCongresso.jpg");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.projeto { 
    /* The image used */
    background-image: url("http://projects.essv.ipv.pt/superes/wp-content/uploads/2018/03/banner_v4.png");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.banner { 
    /* The image used */
    background-image: url("http://projects.essv.ipv.pt/superes/wp-content/uploads/2018/04/banner_reduz.jpg");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: bottom right;
    background-repeat: no-repeat;
}


a{ 
	  color: #01373b;
    text-decoration: none;
}

a:hover{ 

    text-decoration: none;
}

a:focus{ 

    text-decoration: none;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

.button3{ 
  	text-align: center;
 		background-color: transparent;
		border-radius:8px;
  	border: 2px solid #f5f5f5;
  	padding: 10px;
	  color: #f5f5f5;
  font-size: 0.9em;
  font-weight: bold;
}

.button3:hover{ 
    text-align: center;
		background-color: #715e66;
		border-radius:8px;
   	border: 2px solid #715e66;
	  color: #ffffff;
    text-decoration: none;
}

.button4{ 
  	text-align: center;
 		background-color: transparent;
		border-radius:8px;
  	border: 1px solid #01373b;
  	line-height: 2.2;
  	padding: 5px;
	  color: #01373b;
}

.button4:hover{ 
    text-align: center;
		background-color: #01373b;
		border-radius:8px;
   	border: 1px solid #01373b;
  	line-height: 2.2;
  	padding: 5px;
	  color: #ffffff;
    text-decoration: none;
}

.button5{ 
  	text-align: center;
 		background-color: #0971ce;
		border-radius:10px 10px 0px 0px;
  	border: 2px solid #0971ce;
  	line-height: 2.2;
  	padding: 5px;
	  color: #ffffff;
 	  float: center;
}

.button5:hover{ 
    text-align: center;
		background-color: transparent;
		border-radius:0px 0px 10px 10px;
   	border: 2px solid #0971ce;
  	line-height: 2.2;
  	padding: 5px;
	  color: #0971ce;
    text-decoration: none;
}

.button5:focus{ 
    text-align: center;
		background-color: transparent;
		border-radius:10px 10px 0px 0px;
   	border: 2px solid #0971ce;
  	line-height: 2.2;
  	padding: 5px;
	  color: #0971ce;
    text-decoration: none;
}

.button2:hover{ 
		background-color:#0d4044;
		border-radius:4px;
  	padding: 4px;
	  color: #ffffff;
}

.aRodape{ 
	  color: #cccccc;
}

.aRodape:hover{ 
	  color: #ffffff;
}

.column_2 {
    float: left;
    width: 50%;
}

.column_3 {
    float: left;
    width: 33%;
}

.column_4 {
    float: left;
    width: 25%;
}

.column_5 {
    float: left;
    width: 20%;
}

.column_2-3 {
    float: left;
    width: 66%;
}

.column_3-4 {
    float: left;
    width: 75%;
}

.imgBlack {
	-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter: none;
    -webkit-filter: grayscale(0); 
  height: 50px;
}

.imgBlack:hover {
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,#grayscale");
   filter: gray;
   -webkit-filter: grayscale(1);
    height: 50px;
}

@media only screen and (max-device-width: 1366px) {
  	.titlePage h7 {
 			position: relative;
      color: #ffffff;
      background-color: #0d4044;
 			font-size: 2.5em;
      text-align: left;
			width:100%;
      max-width: 1920px;
      margin: 0px 0px 50px 0px;
      padding: 20px;
			border-bottom: 1px solid rgb(26, 99, 105);      
	} 
    .titlePagebutton {
      position: relative;
      float: right;
      text-align: right;
      max-width: 1920px;
      width: 100%;
      margin-top: 50px;   
    }
  
  .banner { 
        margin-top: 90px;
  }  
  .plataforma { 
      background-repeat: repeat;
  }
}

@media screen and (max-width: 1540px) {
  	.titlePage h7 {
 			position: relative;
      color: #ffffff;
      background-color: #0d4044;
 			font-size: 2.5em;
      text-align: left;
			width:100%;
      max-width: 1920px;
      margin: 0px 0px 50px 0px;
      padding: 20px;
			border-bottom: 1px solid rgb(26, 99, 105);  
	}
    .titlePagebutton {
      position: relative;
      float: right;
      text-align: right;
      max-width: 1920px;
      width: 100%;
      margin-top: 50px;    
    } 
  .banner { 
        margin-top: 90px;
  }  
    .plataforma { 
      background-repeat: repeat;
  }
}


@media screen and (max-width: 600px) {
    .column_2, .column_3, .column_2-3, .column_3-4, .column_5, .column_4 {
        width: 100%;
    }
  	.titlePage h7 {
 			position: relative;
      color: #ffffff;
      background-color: #0d4044;
 			font-size: 2.5em;
      text-align: left;
			width:100%;
      max-width: 1920px;
      margin: 0px 0px 50px 0px;
      padding: 20px;
			border-bottom: 1px solid rgb(26, 99, 105);        
	}
    .titlePagebutton {
      position: relative;
      float: right;
      text-align: right;
      max-width: 1920px;
      width: 100%;
      margin-top: 50px;
    }
  .banner { 
        margin-top: 90px;
  }  
    .plataforma { 
      background-repeat: repeat;
  }
}

@media screen and (max-width: 340px) {
    .column_2, .column_3, .column_2-3, .column_3-4, .column_5, .column_4 {
        width: 100%;
    }
  	.titlePage h7 {
 			position: relative;
      color: #ffffff;
      background-color: #0d4044;
 			font-size: 2.5em;
      text-align: left;
			width:100%;
      max-width: 1920px;
      margin: 0px 0px 50px 0px;
      padding: 20px;
			border-bottom: 1px solid rgb(26, 99, 105);        
	}
    .titlePagebutton {
      position: relative;
      float: right;
      text-align: right;
      max-width: 1920px;
      width: 100%;
      margin-top: 50px;     
    }
  .banner { 
        margin-top: 120px;
  }  
    .plataforma { 
      background-repeat: repeat;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #959595;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 8px 0px 0px 8px;
}

#myBtn:hover {
  background-color: #01373b;
}