html, body {
  overflow-x:hidden;
}

a{
  color: #000;
  text-decoration:  none;
}

a:hover{
  color: #33cc33;
  text-decoration: underline;
}

.content {
    position: absolute;
    top: 0px;
    overflow-x:hidden;
    min-width: 100vw;
    max-width: 100vw;
  }



/*Container stuff*/
  .bg-grey {
    background-color: #f5f5f5;
  }

  .bg-dark-grey {
    background-color: #888888;
  }

  .bg-darker-grey {
    background-color: #555;
  }

  .bg-darkest-grey {
    background-color: #333;
  }

  .container-fluid {
    padding: 60px 50px;
  }

  .no-padding {
    padding: 0px 0px !important;
  }

  .margin-top {
    margin-top: 80px;
  }

  .padding-top {
    padding-top: 100px;
  }

/*Container stuff End*/

/*NavBar*/
  .navbar{
    margin-bottom: 0px;
    background-color: #ffffff;
    z-index: 9998;
    border: 0;
    font-size: 15px !important;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 0;

    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  }

  .icon-bar{
    width: 30px !important;
    height: 4px !important;
    margin: 3px 0px;
    background-color: #000 !important;
  }



                                                      .navbar-collapse.collapse {
                                                        -webkit-transition: height 1s;
                                                        transition: height 1s;
                                                        transform: translate(0px, 0px)
                                                        overflow-y: scroll;
                                                        -webkit-overflow-scrolling:touch;
                                                        max-height: 100vh;

                                                      }

                                                      .navbar-collapse collapse in {
                                                        transform: translate(0px, 30px)
                                                        overflow: scroll !important;
                                                      }

  .navbar li a{
    padding: 5px 10px 18px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000 !important;
    font-weight: 600;
    margin-top: 109px;
    display: inline-block;
    vertical-align: middle;
	  font-family:'Montserrat', sans-serif;

    -webkit-transition: width 1s;
    transition: width 1s;
  }

  .navbar-nav li.active a{
    color: #000 !important;
    border-bottom-color: #000 !important;
    border-bottom-width: 10px !important;
    border-bottom-style: solid;
    margin-top: 109px;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: transparent !important;
  }

  .navbar-toggle{
    color: #000 !important;
    background-color: #fff !important;
    margin: 30px 20px;
    padding-top: 40px;
  }

  .navbar-toggle>.collapsed {
    color: #000 !important;
    background-color: #fff !important;
  }

  .navbar-brand{
    width: auto;
    height: auto;
    margin: 25px 10px 20px 15px;
    padding: 5px 5px;
    display: block;
  }

  .navbar-default .navbar-nav>.active>a {
    color: #000 !important;
    background-color: transparent !important;
  }

  .img-responsive-logo  {
    height: auto;
    width: 360px;
    vertical-align: center;
    margin-top: 35px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form  {
    border-color: transparent;
  }

  .small-break {
    margin-top: 0px !important;
  }

  @media (max-width: 991px) {
    .small-break {
      margin-top: 50px !important;
    }

  }
/*NavBar End*/

/*Imagem inicial*/
  .jumbotron {
      background-color: #fff;
      color: #fff;
      display: block;
      padding: 1px 0px 0px 0px !important;
      margin: 0px 0px 0px 0px !important;
      height: 60vh !important;
      width: 100%;


      background-image: url(/imgs/jumbotron.jpg);
      background-position: 50% 45%;
      background-size: cover;
      background-repeat: no-repeat;
    }

    @media (max-width: 900px) {
      .jumbotron {
          background-position: 50% 15%;
          margin-top: 100px !important;
          height: 40vh !important;
      }

    }

    @media (max-width: 1200px) {
      .padding-top {
          padding-top: 60px !important;
      }

    }

    @media (max-width: 991px) {
      .equip-photo {
        width: 150px;
      }
    }

    .jumbotron_2 {
        display: block;
        height: 30vh;
        margin: 0 auto;
        width: 100%;
        background-image: url(/imgs/porto.jpg);
        background-position: 50% 35%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
      }

    .container-centercenter {
        display: block;
        height: 12vh;
        margin: 0 auto;
        width: 100%;
        position: relative;

      }


  .container-jumbo {
    margin-top: 50vh !important;
  }

  .jumbo-text {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    opacity: 0.9;
    text-shadow: 2px 2px 3px #000;
  }

  .jumbo-text-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
  }
/*Imagem Inicial End*/

/*Carousel*/
  .carousel-inner > .item > img{
    height: 70vh !important;
  }

  .imagem {
    display: block;
    width: auto;
    min-width: 100%;
    max-height: 150vh;
    height: 50vh !important;
    margin: auto;
    object-fit: cover;
    opacity: 1;
    overflow: hidden;
  }

  .carousel-indicators li {
    border-color: #fff;
    border-style: solid;
    border-width: medium;
    width: 25px;
    height: 25px;
    margin: 7px;
    border-radius: 20px;

    transition: all 0.2s ease-out;
  }

  .carousel-indicators li:hover {
    background-color: #fff;

    transform: scale(1);
  }

  .carousel-indicators li.active {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: medium;
    width: 25px;
    height: 25px;
    margin: 7px;
    border-radius: 20px;
  }

  .carousel-caption{
    position: absolute;
    top: 45%;
    left: 10%;
    right: 50%;
    width: auto;
  }

  .carousel-caption-type {
    color: #fff;
    opacity: 1 !important;
    padding: 30px 30px;

    text-align: left;
    text-decoration: none;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.2em;
  }

  /*Carousel Type animation*/

  /*Carousel Type animation*/
/*Carousel End*/

.equip-photo {
  width:100%;
  height: auto;
  display: block;
  margin: 15px auto;

}

@media (max-width: 991px) {
  .equip-photo {
    width: 150px;
  }
}

.encontroslink {
  text-decoration: none;
  text-align: center;
  color: #000;
  background-color: #fff;
}

.btn-block {
  background-color: transparent;
}

.btn-block:hover {
  background-color: #f5f5f5;
}

.no-margin-text {
  margin: 0px 0px;
}

/*Notícias*/
  .no-padding-columns {
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }

  .news-box {
    height: 30vh;
    overflow: hidden;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    position: relative;
  }

  .news-box-img {
    display: block;
    min-width: 100%;
    height: 30vh;
    object-fit: cover;
    opacity: 1;
    overflow: hidden;
    z-index: 9;
  }

  .figcaption {
    display: block;
    z-index: 10;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    bottom: 0px;
    max-height: 80%;
    min-height: 50%;
    width: 100%;
    padding: 20px 30px !important;
    overflow: hidden;

    -webkit-transition: transform 0.35s cubic-bezier(0.91, 0.08, 0.35, 1.03);
    -o-transition: transform 0.35s cubic-bezier(0.91, 0.08, 0.35, 1.03);
    transition: transform 0.35s cubic-bezier(0.91, 0.08, 0.35, 1.03);
    -webkit-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
  }

  .news-box:hover> .figcaption {
    display: block;
    z-index: 10;
    background-color: #fff;
    opacity: 0.9;
    position: absolute;
    bottom: 0px;
    max-height: 80%;
    min-height: 50%;
    width: 100%;
    padding: 20px 30px !important;
    overflow: hidden;

    -webkit-transition: transform 0.35s cubic-bezier(0.91, 0.08, 0.35, 1.03);
    -o-transition: transform 0.35s cubic-bezier(0.91, 0.08, 0.35, 1.03);
    transition: transform 0.35s cubic-bezier(0.91, 0.08, 0.35, 1.03);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    cursor: pointer;
  }

  .ficaption-font {
    color: #000080;
    opacity: 1;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin: 10px 0px 0px 10px;
  }

  .figcaption-description {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin: 10px 0px 0px 10px;
  }
/*Notícias End*/

/*Cursos*/
  .cursos {
    border: 10px solid transparent;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 80%;
    height: 80%;
    opacity: 1;
    background-color: #B2B2D8;
  }

  .cursos:hover {
      border-color: #f5f5f5;
  }
/*Cursos End*/

/*Google Maps*/
  .g-map {
    width: 100%;
    height: 400px;
    padding-left: 0px;
  }
/*Google Maps End*/

/*Footer*/

  /*Ligações Úteis*/
    .uteis {
      color: #555;
      margin: 10px 10px 50px 10px;
      text-transform: uppercase;
      line-height: 1.4em;
    }

    .btn-uteis{
      padding: 0px 0px;
    }

    .btn-default {
      background-color: #fff;
      color: #555;
      border-radius: 0px;
      opacity: 0.8;
      margin: 6px 8px;
      padding: 10px 20px;
      width: 180px;
      height: auto;
      text-align: center;
      vertical-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 12px;

      border-width: 3px;
      border-color: #fff;
      border-style: solid;
    }

    .btn-default:hover {
      background-color: transparent;
      color: #fff;
      border-radius: 0px;
      opacity: 1;
      margin: 6px 8px;
      padding: 10px 20px;
      width: 180px;
      height: auto;
      text-align: center;
      vertical-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 12px;

      border-width: 3px;
      border-color: #fff;
      border-style: solid;
    }

    .btn-default:focus, .btn-default:active {
      background-color: transparent;
      color: #fff;
      border-radius: 0px;
      opacity: 1;
      margin: 6px 8px;
      padding: 10px 20px;
      width: 180px;
      height: auto;
      text-align: center;
      vertical-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 12px;

      border-width: 3px;
      border-color: #fff;
      border-style: solid;
    }
  /*Ligações Úteis End*/

  /*Contactos*/

    .contact-row {
      margin-left: 0;
      padding: 10px 40px;
      margin: 40px 0px;
      background-color: blue;
    }

    .contactos-font {
      font-weight: 400;
      color: #fff;
      letter-spacing: 0.08em;
      font-size: 18px;
      opacity: 0.9;
      margin-left: 0px;
      padding: 15px 20px 10px 0px;
      margin-right: 20px;
      margin-top: 20px;
    }

    ul#lista-contactos {
        margin: 20px 0px 0px 20px;
        padding: 30px 0px;
        list-style-type: none;
        text-align: left;
        vertical-align: middle;
    }

    ul#lista-contactos li {
        display: inline-block;
        margin: 0px 10px 20px 40px;
        text-align: left;
        vertical-align: top;
        vertical-align: middle;
    }

    .contactos-icon {
      color: #fff;
      padding: 10px 20px;
    }

    .fa-facebook {
      border-color: #fff;
      border-width: 3px;
      border-style: solid;
      border-radius: 50px 50px;
      padding: 13px 20px;
    }

    .fa-facebook:hover {
      border-color: #fff;
      border-width: 3px;
      border-style: solid;
      border-radius: 50px 50px;
      padding: 13px 20px;
      color: #555;
      background-color: #fff;
    }


    .up-icon:hover {
      padding: 14px 25px 10px 19px;
      margin: 10px 0px 10px 0px;
      background-color: #fff;
      color: #555;
      border-color: #fff;
      border-width: 3px;
      border-style: solid;
      width: 70px;
      height: 70px;
      border-radius: 50px 50px;
      text-align: center;
      vertical-align: middle;
      opacity: 1;
    }
  /*Contactos End*/

  /*seta do fim do site*/
      ul#social {
          margin: 20px 0px 20px 0px;
          padding: 0px 0px;
      }

      ul#social li {
          display: inline-block;
      }

      .up-icon {
        padding: 10px 10px 10px 10px;
        margin: 10px 0px 10px 0px;
        background-color: transparent;
        color: #000;
        border-color: #fff;
        border-width: 3px;
        border-style: solid;
        width: 40px;
        height: 40px;
        border-radius: 50px 50px;
        text-align: center;
        vertical-align: middle;
        opacity: 1;
      }

      .up-icon:hover {
        padding: 10px 10px 10px 10px;
        margin: 10px 0px 10px 0px;
        background-color: #fff;
        color: #555;
        border-color: #fff;
        border-width: 3px;
        border-style: solid;
        width: 40px;
        height: 40px;
        border-radius: 50px 50px;
        text-align: center;
        vertical-align: middle;
        opacity: 1;
      }
  /*seta do fim do site*/
/*Footer End*/

/*Back to Top button (not in use)*/
  .btn-hover-over{
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 50px;
    margin: 50px 50px;
    width: 50px;
    height: 50px;
    background-color: #000080;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 10px;
    opacity: 0.7;
  }

  .btn-hover-over:active {
    outline: none;
    color: #fff !important;
    opacity: 0.8;
  }

  .btn-hover-over:focus {
    outline:0;
    color: #fff !important;
    opacity: 0.8;
  }

  .small-margin-bottom




/*Back to Top button End*/

/*Media Queries*/
  @media (max-width: 1200px) {
    .jumbo-text {
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		padding: 0px 0px 0px 0px;
		position: relative;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		opacity: 0.9;
		text-shadow: 1px 1px 2px #000;
    }
  }

  @media (max-width: 500px) {
    h1 {
      display: block;
      font-size: 15px;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
      font-weight: 700;
      line-height: 1em;
      font-family: Montserrat;
      letter-spacing: 0.1em;
      text-align: center !important;
      text-transform: uppercase !important;
    }
  }

  @media (max-width: 500px) {
    h1 {
      display: block;
      font-size: 15px !important;
      font-weight: 700;
      line-height: 1em;
      font-family: Montserrat;
      letter-spacing: 0.1em;
      text-align: center !important;
      text-transform: uppercase !important;
    }
  }

  @media (max-width: 500px) {
    h1_inverse {
      display: block;
      font-size: 15px !important;
      font-weight: 700;
      line-height: 1em;
      font-family: Montserrat;
      letter-spacing: 0.1em;
      text-align: center !important;
      text-transform: uppercase !important;
    }
  }

  @media (max-width: 550px) {
    .logo-bar {
      padding: 40px 0px 0px 0px !important;
      display: block;
      text-align: center;
      vertical-align: middle;
    }
  }

  @media (max-width: 1200px) {
    .logo-bar {
      padding: 40px 20px 0px 20px !important;
      display: block;
      text-align: center;
      vertical-align: middle;
    }
  }

  @media (max-width: 550px) {
    .logo_PPorto {
      width: 120px !important;
      height: auto;
    }

    .logo_letter_ese {
      width: 120px !important;
      height: auto;
    }

    .logo_ined {
      width: 65px !important;
      height: auto !important;
    }
  }

  @media (max-width: 900px) {
    .container-jumbo {
		margin-left: 7vw;
    }
  }

  @media (max-width: 500px) {
    .img-responsive-logo  {
    width: 170px;
    }
  }

  @media (max-width: 500px) {
    .hidden-md-down {
      display: none;
    }
  }


  @media (max-width: 600px) {
      .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
      }
      .carousel-indicators{
        display: none;
      }
  }

  @media (max-width: 600px) {
      .btn-hover-over {
        display: none;
      }
  }

  @media (max-width: 1200px) {
    h2 {
      font-size: 18px !important;
    }
  }

  @media (max-width: 1200px) {
    h3, h4, h5 {
      font-size: 13px !important;
    }
  }

  @media (max-width: 1200px) {
    h6 {
      font-size: 10px !important;
      margin-bottom: 10px !important;
    }
  }

  @media (max-width: 1200px) {
    p {
      font-size: 12px !important;
    }
  }

  /*navbar quando big*/
  @media (min-width: 1300px) {
    .container {
      width: 1250px !important;
    }
  }


  /*Barra de navegação quando SMALL*/
    @media (max-width: 1300px) {
        .navbar-right {
          max-height: 100vh !important;
          min-height: 100vh !important;
          min-width: inherit !important;
          text-align: center;
          float: none !important;
          display: block;
          align-content: center;
          overflow: scroll;
          margin: 0 auto !important;
        }
        .hvr-overline-from-left {
          min-width: 100%;
          margin: 0 auto;
          float: none !important;
          text-align: center;
        }
        .nav>li {
          margin: 0 auto !important;
          float: none !important;
          text-align: center;
        }
    }

    @media (max-width: 1300px) {
        .navbar-collapse.collapse {
            display: none !important;
        }
        .navbar-collapse.collapse.in {
            display: block !important;
            max-height: 100vh !important;
        }
        .navbar-header .collapse, .navbar-toggle {
            display: block !important;
        }
        .navbar-header {
            float:none;
        }
    }

    @media (max-width: 1200px) {
        .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
          height: 100vh !important;
          max-height: 100vh !important;

          -webkit-transition: height 0.5s;
          transition: width 0.5s;
        }
    }

    @media (max-width: 1200px) {
      .navbar li a {
        padding: 40px 0px 0px 0px !important;
        border: 0 !important;
        color: #000 !important;
        vertical-align: middle !important;
        text-align: center !important;
        margin: 0 auto !important;
      }
    }

    @media (max-width: 1200px) {
      .navbar li a:hover {
        border: 0 !important;
        color: #000 !important;
        vertical-align: middle;
      }
    }

    @media (max-width: 1200px) {
      .navbar li a.active a {
        border: 0 !important;
        color: #000 !important;
        vertical-align: middle;
      }
    }
  /*Barra de navegação quando SMALL*/

  /*Lista de contactos*/

    @media (min-width: 2901px) {
      ul#lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 650px;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 18px;
        }
    }

    @media (min-width: 2701px) and (max-width: 2900px) {
      ul#lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 500px;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 18px;
        }
    }

    @media (min-width: 2501px) and (max-width: 2700px) {
      ul#lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 400px;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 18px;
        }
    }

    @media (min-width: 2201px) and (max-width: 2500px){
      ul#lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 300px;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 18px;
        }
    }

    @media (min-width: 1951px) and (max-width: 2200px) {
      ul#lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 200px;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 18px;
        }
    }

    @media (min-width: 1751px) and (max-width: 1950px) {
        ul#lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 100px;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 18px;
        }
    }

    @media (min-width: 1601px) and (max-width: 1750px) {
        ul#lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 80px;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 14px;
        }
    }

    @media (min-width: 1500px) and (max-width: 1600px) {
        .lista-contactos {
          margin: 0px 0px 0px 0px;
          padding: 20px 0px 20px 20px;
          text-align: center;
        }

        ul#lista-contactos li {
          margin: 30px 0px 0px 30px;
          display: inline;
          text-align: center;
        }

        .contactos-font{
          font-size: 14px;
        }
    }

    @media (max-width: 1500px) {
      ul#lista-contactos {
        display: none;
      }
    }

    @media (max-width: 1500px) {
        ul#lista-contactos-small {
          margin: 20px 0px 0px 0px;
          padding: 20px 0px 20px 0px;
          text-align: center;
          font-size: 12px;
        }

        ul#lista-contactos li {
          margin: 0px 0px 0px 0px;
          display: block;
          text-align: center;
        }

        .contactos-font {
          font-weight: 400;
          color: #fff;
          letter-spacing: 0.08em;
          font-size: 12px;
          line-height: 2em;
          opacity: 0.9;
          margin-left: 0px;
          padding: 0px 0px  0px 0px;
          margin-right: 0px;
          margin-top: 0px;
        }
    }

    @media (min-width: 1501px) {
      ul#lista-contactos-small {
        display: none;
      }
    }
  /*Fim da Lista de contactos*/

  /*Padding das ligações úteis*/

    @media (min-width: 1257px) {
        .btn-uteis {
          padding: 0px 80px;
        }
    }

    @media (min-width: 1396px) {
        .btn-uteis {
          padding: 0px 150px;
        }
    }

    @media (min-width: 1563px) {
        .btn-uteis {
          padding: 0px 250px;
        }
    }

    @media (min-width: 1764px) {
        .btn-uteis {
          padding: 0px 300px;
        }
    }

    @media (min-width: 1850px) {
        .btn-uteis {
          padding: 0px 370px;
        }
    }

    @media (min-width: 2000px) {
        .btn-uteis {
          padding: 0px 450px;
        }
    }

    @media (min-width: 2150px) {
        .btn-uteis {
          padding: 0px 500px;
        }
    }

    @media (min-width: 2260px) {
        .btn-uteis {
          padding: 0px 580px;
        }
    }

    @media (min-width: 2425px) {
        .btn-uteis {
          padding: 0px 650px;
        }
    }

    @media (min-width: 2565px) {
        .btn-uteis {
          padding: 0px 750px;
        }
    }

    @media (min-width: 2765px) {
        .btn-uteis {
          padding: 0px 850px;
        }
    }

    @media (min-width: 2965px) {
        .btn-uteis {
          padding: 0px 950px;
        }
    }
  /*Fim do Padding das Ligações Úteis*/
/*Media Queries End*/

/*SlideAnim*/
  .slideanim {visibility:hidden;}
  .slide {
      /* The name of the animation */
      animation-name: slide;
      -webkit-animation-name: slide;
      /* The duration of the animation */
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      /* Make the element visible */
      visibility: visible;
  }

  /* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
  @keyframes slide {
      0% {
          opacity: 0;
          -webkit-transform: translateY(70%);
      }
      100% {
          opacity: 1;
          -webkit-transform: translateY(0%);
      }
  }
  @-webkit-keyframes slide {
      0% {
          opacity: 0;
          -webkit-transform: translateY(70%);
      }
      100% {
          opacity: 1;
          -webkit-transform: translateY(0%);
      }
  }
/*SlideAnim*/

/*Cursos Page*/
  /* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 9999; /* Stay on top */
        top: 0;
        left: 0;
        background-color: #111; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

  /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s
    }

  /* When you mouse over the navigation links, change their color */
    .sidenav a:hover, .offcanvas a:focus{
        color: #f1f1f1;
    }

  /* Position and style the close button (top right corner) */
    .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px !important;
        margin-left: 50px;
    }

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
    }
/*Cursos Page End*/

/*Type*/
  h1 {
    display: block;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
    line-height: 2em;
    font-family: Montserrat;
    letter-spacing: 0.1em;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  h1_inverse {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 2em;
    font-family: Montserrat;
    letter-spacing: 0.1em;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !important;
    vertical-align: middle;
    text-decoration: underline;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  h2 {
    display: block;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
    line-height: 2em;
    font-family: Montserrat;
    letter-spacing: 0.1em;
  }

  h2_center {
    display: block;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 50vh;
    margin-left: 10vw;
    margin-right: 10vw;
    font-weight: 700;
    line-height: 2em;
    font-family: Montserrat;
    letter-spacing: 0.1em;
	text-align: center;
  }

  h3 {
    display: block;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    line-height: 2em;
    font-family: Montserrat;
  }

  h4 {
    display: block;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    line-height: 2em;
    font-family: Montserrat;
  }

  h5 {
    display: block;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    line-height: 1.5em;
    font-family: Montserrat;
    letter-spacing: 0.05em;
    text-align: center;
  }

  p {
    display: block;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    line-height: 2em;
    font-family: Montserrat;
    letter-spacing: 0.05em;
    color: #000;
  }

  h6 {
    display: block;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    line-height: 2em;
    font-family: Montserrat;
  }

/*Type End*/

.form-control {
  background-color: none;
}

.table {
  border-color: transparent !important;
  text-align: left;
  overflow-x: auto;
}

.logo-bar {
  width: auto;
  height: auto;
  margin: 25px 10px 0px 15px;
  padding: 0px 100px;
  display: inline-block;
  vertical-align: top;
}

.logo_PPorto {
  width: 150px;
  height: auto;
}

.logo_letter_ese {
  width: 150px;
  height: auto;
}

.logo_letter_ese_2 {
  width: 140px;
  height: auto;
}

.logo_ined {
  width: 80px;
  height: auto;
}

.button-collapse {
  background-color: #333;
  border-color: transparent;
  padding: 30px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  opacity: 1;
  outline: 0;
  width: 250px;
  color: #fff;
}

.button-collapse:hover{
  background-color: #000;
  border-color: transparent;
  padding: 30px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  opacity: 1;
  outline: 0;
  width: 250px;
}

.bottom-buffer {
  margin-bottom: 5px;
}

.top-buffer {
  margin-top: 10px;
}

.alojamento {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	font-family: Montserrat;
	letter-spacing: 0.05em;
}

.bio-text {
  display: block;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  line-height: 2em;
  font-family: Montserrat;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
}

.orador {
  border: 10px solid transparent;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
  width: 50%;
  height: 50%;
  opacity: 1;
  background-color: transparent;
  display: block;
  margin: 0 auto;
}

.btn-submit {
	background-color: #fff !important;
	border-radius: 5px;
	font-family: Montserrat;
	font-size: 15px;
	color: #444;
	border-width: 2px;
	border-color: #EFEFEF;
}

.btn-submit:hover {
	background-color: #fff !important;
	border-radius: 5px;
	font-family: Montserrat;
	font-size: 15px;
	color: #444;
	border-width: 2px;
	border-color: #ccc;
}

.btn-submit:focus, btn-submit:active {
	background-color: #fff !important;
	border-radius: 5px;
	font-family: Montserrat;
	font-size: 15px;
	color: #444;
	border-width: 2px;
	border-color: #ccc;
}





.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c5c5c5;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
