@charset "UTF-8";


:root {
  --darkblue: #19486A;
  --lightblue: #1891D1;
  --blue: #003399;
  /* --green: #18BAA8; */
  --green: #15A292;
  --darkgray: #050a30;
  --lightgray: #F4F4F4;

  --body-color: var(--darkblue);
  --body-bg: white;

  --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Open Sans", sans-serif;
}

.blue {
  color: var(--blue);
}

.lightblue {
  color: var(--lightblue);
}

.darkblue {
  color: var(--darkblue);
}

.green {
  color: var(--green);
}

.bg-grey {
  background-color: var(--lightgray) !important;
}

.bg-darkblue {
  background-color: var(--darkblue) !important;
}

.bg-lightblue {
  background-color: var(--lightblue) !important;
}


.hero {
  background-image: url('../static/img/fundo-hero-3.svg');
  background-attachment: inherit;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  max-height: 800px;
}

.hero-2 {
  background-image: url('../static/img/bg-2.png');
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  max-height: 450px;
  text-shadow: 2px 2px 8px var(--darkgray);
}

.hero-3 {
  background-image: url('https://s3.eu-west-1.amazonaws.com/cdn.irradiare.biz/www.vivemais.eu/img/bg-3a.jpg');
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  max-height: 450px;
  text-shadow: 2px 2px 8px var(--darkgray);
}



.Volkhov {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: normal;
}

.main-navbar {
  color: var(--darkblue);
  background-color: var(--body-bg) !important;
  border-bottom: 2px solid var(--darkblue) !important;
  padding: 0rem 1rem;
}

.main-navbar a {
  color: var(--darkblue) !important;
}

.display-2 {
  font-weight: bold;
  font-size: xxx-large;
}

.display-3 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  font-size: xxxx-large;
}

.display-4 {
  line-height: 1.2;
  font-size: xx-large;
}

.display-5 {
  font-weight: bold;
  line-height: 1.2;
  font-size: xxx-large;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

.basic-btn-blue {
  background-color: var(--lightblue);
  padding: 10px 30px;
  border: none;
  font-weight: 700;
}

.basic-btn-green {
  background-color: var(--green);
  padding: 10px 30px;
  border: none;
  font-weight: 700;
}

.navbar a.nav-link {
  color: var(--darkblue) !important;
  text-transform: uppercase;
}

.navbar a.nav-link:hover {
  color: var(--green) !important;
}

.navbar a.nav-link.active {
  color: var(--green) !important;
  font-weight: 700;
}

#resultados {
  background-color: var(--green);
  background-image: url('../static/img/bg-1.svg');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: left top;
}

#codesign {
  background-color: var(--blue);
  background-image: url('../static/img/codesign-1.svg');
  background-size: 23%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-x: -5%;
  background-position-y: bottom;
}

#diversiverso {
  background-color: var(--blue);
  background-image: url('../static/img/codesign-1.svg');
  background-size: 23%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-x: -5%;
  background-position-y: bottom;
}

#livinglab,
#financia,
#lightboxgallery {
  background-color: var(--lightgray);
}

#fcontactos,
#socios {
  background-color: var(--blue);
}

#fcontactos a {
  color: var(--green);
}

#capsula-rota {
  background-color: var(--darkgray);
}


hr.green {
  color: var(--green);
  border: solid 2px;
}

.carousel-about.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 10%;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}


/* --------------------------------- timeline */
#timeline.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
  width: 20rem;
}


.li.complete .status {
  border-top: 2px solid var(--lightblue);
}

.li.complete .status:before {
  background-color: white;
  border: 2px solid var(--green);
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 45%;
  transition: all 200ms ease-in;
}

.timeline-btn {
  background-color: white;
  color: var(--green);
  font-size: small;
  border-radius: 10%;
  border: 2px solid var(--green);
}

.timeline-btn:hover {
  background-color: white;
  color: var(--green);
  font-size: small;
  border-radius: 10%;
  border: 2px solid var(--green);
}

.community-map h4 a {
  color: #212529 !important;
}

.community-map td a {
  color: var(--blue) !important;
}

.community-map .community-intro a {
  color: var(--green) !important;
}

.community-members {
  border-radius: 12px;
}


.contact-form {
  border-radius: 10%;
  border: 2px solid var(--white);
  background-color: var(--blue);
  color: var(--blue);
}

/* --------------------------------- gallery */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-item {
  margin: 10px;
  position: relative;
}

.gallery-image {
  width: 350px;
  height: 230px;
  object-fit: cover;
  cursor: pointer;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 51, 153, 0.7);
  color: #fff;
  text-align: center;
}

.lightbox-image {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.lightbox-caption {
  margin-top: 10px;
  text-align: center;
  color: #888;
}

.lightbox-controls {
  display: flex;
  justify-content: center;
  margin-top: 10;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    font-size: 85%;
  }

  .display-3, .display-5 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    font-size: x-large;
  }

  .display-4, h4 {
    line-height: 1.2;
    font-size: large;
  }

  .hstatus {
    font-size: x-small;
  }

  #codesign {
    background-size: 50%;
  }
  
  .htimestamp, .nav-link, .dropdown-item {
    width: auto !important;
    font-size: small !important;
  }

  #carousel-about  {
    display: none;
  }

}


/* -------------------------------------------------------- Extra */

@media only screen and (max-width: 768px) {
  body {
    font-size: 95%;
  }

  .display-3, .display-5 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    font-size: x-large;
  }

  .display-4, h4 {
    line-height: 1.2;
    font-size: large;
  }

  .hstatus {
    font-size: x-small;
  }

  #codesign {
    background-size: 50%;
  }
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    font-size: 95%;
  }

  .display-3, .display-5 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    font-size: xx-large;
  }

  .display-4, h4 {
    line-height: 1.2;
    font-size: large;
  }

  .hstatus, h5 {
    font-size: small;
  }

  #codesign {
    background-size: 30%;
  }


}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {
  ...
}*/

/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {
  ...
}*/

/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {
  ...
}*/