/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}


a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin:  0px 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background:#626868;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background:  rgb(122,122,122);
  z-index: 997;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#intro {
  width: 100%;
  height: 50vh;
  background: /*linear-gradient(45deg, rgba(248, 132, 0, 0.637), rgba(0, 183, 255, 0.637)),*/ url("../img/biott.jpg") center top no-repeat; /*imagem inicial*/
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

.intropic{
  width:500px; /* you can use % */
  height: auto;
  margin-top:80px;
}

@media screen and (max-width: 500px){
  .intropic{
    width:300px;
    height:auto;
  }
}


#intro .intro-text {
  position: absolute;
  left: 0;
  top: 140px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: white;
  
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}


.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
 
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float:left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 50%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}


@media (max-width: 1287px) {
  #nav-menu-container {
    display: none;
  }
}


/* Nav Meu Styling */
.nav-menu a {
  
  padding: 0 5px 0px 0px;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 0px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 1287px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.925);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
  height:30px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* sobre
--------------------------------*/
#sobre {
  padding: 60px 0;
  overflow: hidden;
}

#sobre .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}


#sobre .content p {
  line-height: 26px;
}



#sobre .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#sobre .content ul {
  list-style: none;
  padding: 0;
}

#sobre .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#programa {
  background: #fff;
  padding: 50px 0 0 0;
  overflow: hidden;
}


/* oradores
--------------------------------*/
#oradores {
  padding: 60px 0;
  overflow: hidden;
}

#oradores .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}


#oradores .content p {
  line-height: 26px;
}



#oradores .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#oradores .content ul {
  list-style: none;
  padding: 0;
}

#oradores .content ul li {
  padding-bottom: 10px;
}

/*  apoios 
--------------------------------*/
#apoios {
  padding: 60px 0;
  overflow: hidden;
}

#apoios .member {
  text-align: center;
  margin-bottom: 60px;
}



#apoios .member .pic img {
  max-width: 300px;
  margin:0;
  width:100%;
  height:100%;
  overflow: hidden;
}

#apoios .member2 .pic img {
  max-width: 800px;
  max-height: auto  ;
  margin:0;
  width:200%;
  height:auto;
  overflow: hidden;
}


#apoios .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#apoios .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#apoios .member .social {
  margin-top: 15px;
  margin-right:40px;
}

#apoios .member .social a {
  color: #b3b3b3;
  margin-left: 15px;
}

#apoios .member .social a:hover {
  color: #1dc8cd;
}

#apoios .member .social i {
  font-size: 18px;
  margin: 0 2px;
  
}


/*patrocinadores*/

#patrocinadores {
  padding: 60px 0;
  overflow: hidden;
}

#patrocinadores .member {
  text-align: center;
  margin-bottom: 20px;
}


#patrocinadores .member .pic img {
  max-width: 400px;
  max-height: 500px  ;
  margin:0;
  width:150%;
  height:130%;
  overflow: hidden;
}

#patrocinadores .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  margin-right: 75px;
}

#patrocinadores .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#patrocinadores .member .social {
  margin-top: 15px;
  margin-right:40px;
}

#patrocinadores .member .social a {
  color: #b3b3b3;
  margin-left: 15px;
}

#patrocinadores .member .social a:hover {
  color: #1dc8cd;
}

#patrocinadores .member .social i {
  font-size: 18px;
  margin: 0 2px;
  
}


/* Secção dos contactos
--------------------------------*/
#contactos {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contactos .contactos-sobre h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contactos .contactos-sobre p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contactos .social-links {
  padding-bottom: 20px;
}

#contactos .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contactos .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contactos .info {
  color: #333333;
}

#contactos .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contactos .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contactos .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contactos .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contactos .form #sendmessage.show, #contactos .form #errormessage.show, #contactos .form .show {
  display: block;
}

#contactos .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contactos .form input, #contactos .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contactos .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contactos .form button[type="submit"]:hover {
  cursor: pointer;
}

#contactos .pic img {
  max-width: 300px;
  max-height: 400px;
  margin:0;
  width:200%;
  height:auto;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}

/*Timeline*/

@import url(https://fonts.googleapis.com/css?family=Oswald);
.timeline {
  position: relative;
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 60px 0;
  margin-top: 0;
  margin-top: 4px;
}
  .panel {
    width: 100%;
  }

  .panel-collapse {
    width: 70%;
  }

  .photoholder img {
    width: 100%;
    height: auto;
  }

  .glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 1.2em;
    color: #646669;
  }

  .line {
    position: absolute;
    width: 2px;
    display: block;
    top: 32px;
    bottom: 0px;
    margin-left: 30px;
    background: #82858b;
  }

  .separator {
    border-top: 1px solid #0039a6;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: 0.9em;
    margin-left: 30px;
  }

  .line::before {
    top: -2px;
  }

  .line::after {
    bottom: -2px;
  }

  .line::before,
  .line::after {
    content: "";
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    display: block;
    border-radius: 50%;
    background: #0039a6;
  }

  .panel {
    position: relative;
    margin: 10px 0px 0px 40px;
    clear: both;
    margin: 0 auto;
    padding: 10px 0px 0 40px;
    background: none;
  }

  .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: "";
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  .panel .panel-heading.icon * {
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
  }

  .panel > .panel-heading .icon {
    position: absolute;
    left: 11px;
    /*display: block;*/
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
  }

  .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .panel-outline .panel-body {
    padding: 10px 0px;
  }

  

  .panel-default {
    border: 0;
  }

  .panel-default > .panel-heading {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    background: none;
    font-weight: 400;
  }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding-top: 0;
    border-bottom: 0;
  }

  h4.panel-title {
    font-size: 24px;
    border: 0;
  }

  .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
  }



/*button*/

button {
  background-color: rgb(121, 121, 121);
  border: none;
  color: rgb(255, 254, 254);
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 100px;
  font-size:large;
  font-weight: bold;
  
}

.button2 {
  background-color: rgb(180, 180, 180);
  border: none;
  color: rgb(255, 254, 254);
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
  font-size:large;
  font-weight: bold;
  
}



.button3 {
  background-color: rgb(180, 180, 180);
  border: none;
  color: rgb(255, 254, 254);
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 100px;
  font-size:large;
  font-weight: bold;
  
}


.data2{
  color:white;
  /*text-shadow: 4px 3px 0 #7A7A7A, 2px 2px 2px rgba(28,110,164,0);*/
  font-family: "Century Gothic" !important;
}

#top{
  z-index: 99;
  padding-top: 30px;
}

.invisible{
  visibility: hidden;
  font-size: 50px;
}

.card-title{
  font-weight: bold !important; 
  text-align: center;
}

.h4b{
  margin-left: 50px;
}

.card {
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
  background-color:#EFF5F5 !important;
  border-color: rgba(239, 245, 245, 0)
}

.shadow{
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.card-img-top{
  height:auto;
   width: 100px;
   margin: 0;
   padding: 0;
   border: 0;
   margin-left: 50%;
   transform: translatex(-50%);

}

