@font-face {
  font-family: 'Poppins';
  src: url('../poppins/Poppins-Regular.woff2');
}

html {
  scrollbar-width: none;
}

/* Firefox */
body {
  -ms-overflow-style: none;
}

/* IE and Edge */
body::-webkit-scrollbar,
body::-webkit-scrollbar-button {
  display: none;
}

/* Chrome */

/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'Poppins';
}

.page {
  /* scrollbar-color: #25292D #606443;
  scrollbar-width: thin; */
  height: 100%;

}

/* .page::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #606443;
}

.page::-webkit-scrollbar {
  width: 10px;
  background-color: #606443;
}

.page::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #25292D;
} */

nav {
  width: 100%;
  background-color: #20232c;
  line-height: 2;
}

nav .navbar-brand {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #c4c4c7 !important;
}

nav img {
  max-height: 30px;
}

nav span {
  color: white;
  margin: 5px 10px 0px 10px;
}

.freepick {
  float: right;
  font-size: 0.70em;
}

#boxidioma {
  display: inline-block;
}

#idioma {
  padding: 23px 20px;
  cursor: pointer;
}

#boxidioma>a:first-of-type {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #c4c4c7 !important;
}

#idiomasdisponibles {
  display: none;
  position: absolute;
  background-color: #F2F2F2;
  z-index: 1;
  margin-top: 18px;
}

#idiomasdisponibles a {
  text-decoration: none;
  display: block;
  color: #5f5f5f;
  padding: 10px 20px;
  font-size: 13px;
}

#idiomasdisponibles a:hover {
  background-color: rgba(0, 0, 0, .06);
}

#boxidioma:hover #idiomasdisponibles {
  display: block;
}

#idiomasdisponibles>a:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact_btn {
  background: rgb(193, 255, 114);
  border: none;
  border-radius: 18px;
  position: absolute;
  right: 5%;
  top: 90%;
  padding: 0.3vw;
}

.contact_btn a {
  margin: 0px 10px 0px 10px;
  font-weight: lighter;
  letter-spacing: 0px;
  color: #0c0c0c;
  line-height: 30px;
  /* font-size: 18px; */
  font-size: clamp(18px, .85vw, .85vw);
  font-weight: bold;
  text-decoration: none;
}

footer {
  padding-top: 55px;
  color: #97989d;
  font-family: "Poppins";
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #ebedf3;
}

footer a {
  color: #97989d;
}

.footer_container {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer_container_column {
  max-width: 20%;
  margin: 0px 25px;

  ul {
    padding-left: 0px;
  }
}

footer li {
  list-style: none;
}

.logosFooter {
  height: 90px;
}

.efr_img {
  margin-top: 1rem;
}

#section1 {
  min-height: 15%;
  /* o 45 */
  padding: 40px 0px 30px 0px;
}

#section1 p {
  font-size: 22px;
  color: #737479;
  letter-spacing: 0.02em;
}

#section1 h1 {
  font-size: 18px;
  color: #737479;
  text-wrap: balance;
}

#section1 img {
  width: 115px;
  height: 115px;
  margin-bottom: 15px;
  border-radius: 5px;
}

#section3 {
  position: relative;
  display: block;
  padding: 40px 0px 40px 0px;
}

#section3 h4 {
  color: #63683E;
  letter-spacing: 0.02em;
}

#section4 {
  padding-bottom: 40px;
}

#section4 img {
  width: 100px;
  height: 100px;
}

#section4 h1 {
  font-size: 19px;
}

#section5 {
  background-color: rgb(217, 217, 217);
}

#section5 h3 {
  text-align: left;
  padding: 25px 0px 25px 0px;
  color: white;
  margin-left: 450px;
}

#section6 {
  padding: 5rem 6.75%;
  background-color: rgb(39, 39, 39);
}

#section6 h1 {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  display: block;
  margin-bottom: 25px;
}

#section6 label {
  font-size: 19px;
  color: #737479;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

#section6 input {
  border-radius: 8px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
}

#section6 textarea {
  border-radius: 12px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
  height: 191px;
  resize: none;
}

#section6 button {
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 36px;
  border-radius: 4px;
  border: 4px;
  background-color: rgb(48, 48, 48);
  color: white;
  margin-top: 8px;
  padding: 8px 22px;
  font-size: 23px;
}

#section6 #refresh {
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 28px;
  background-color: #F2F3F4;
  box-shadow: 0 0 1px #f2f3f4;
  border: 1px solid #F2F3F4;
  color: black;
  font-size: 17px;
}

#botonsend {
  display: none;
}

#labelrefresh {
  position: absolute;
  margin-top: 16px;
  margin-left: 10px;
}

#captcha {
  border-radius: 8px;
  border: 1px solid black;
}

#sizeiconos {
  padding-top: 20px;
}

#sizeiconos img {
  width: 90px;
  height: 90px;
}

#sizeiconos h1 {
  font-size: 19px;
}

.filtroimagen::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0px;
}

#section0 {
  background-color: rgb(39, 39, 39);
}

/* Create a Parallax Effect */
.imgSection0 {
  width: 100%;
  position: relative;
  object-fit: cover;
  height: 100dvh;
}

/* Create a Parallax Effect */
.imgSection01 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65%;
}

/* First image (Logo. Full height) */
.imgSection01 {
  background-image: url('../img/streetia.png');
  min-height: 65%;
}

/* First image (Logo. Full height) */
.imgSection1 {
  background-image: url('../img/streettree.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

footer li {
  list-style: none;
}

#titulo1 {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  /* font-size: 65.7; */
  font-size: clamp(45.7px, 3.08vw, 3.08vw);
  font-family: 'Poppins';
  text-align: start;
  padding-left: 5rem !important;
  width: 50%;
}

#cookie {
  background-color: rgb(32, 32, 32);
  bottom: 0px;
  position: fixed;
  display: block;
  border: 0;
  font-size: 12pt;
  margin: 0 auto;
  padding: 13px 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, .5) 0px 5px 50px;
  left: 0px;
}

#cookie span {
  color: rgb(255, 255, 255);
  font-family: "Poppins";
  font-size: 12pt;
  text-align: center;
  font-weight: 300;
}

#cookie-again {
  background-color: rgb(32, 32, 32);
  color: rgb(255, 255, 255);
  position: fixed;
  font-family: "Poppins";
  width: auto;
  bottom: 0px;
  right: 100px;
  display: block;
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: #161616 2px 2px 5px 2px;
  letter-spacing: 1px;
}

#cookie a {
  display: inline-block;
  color: rgb(255, 255, 255);
}

#cookie button {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(169, 170, 172);
  line-height: 1;
  padding: 10px 16px 10px;
  border: none
}

.animacionguay2 {
  content: '';
  opacity: 0;
  animation: 2s fadeIn;
  animation-fill-mode: forwards;
  transition: opacity 1.5s;
  animation-delay: 500ms;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Color Palette extracted from the infographic */
:root {
  --bio-dark-green: #0f4c3a;
  /* Main Title Color */
  --bio-teal: #2d8a76;
  /* Accent Color */
  --bio-light-green: #e9f5f0;
  /* Backgrounds */
  --bio-blue: #5fa8d3;
  /* Functional Connectivity Blue */
  --bio-soft-earth: #8c9e5e;
  /* Structural Connectivity Green */
  --bio-white: #f0f0f0;
}

/* Navbar */
.navbar-custom {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
  font-weight: 700;
  color: var(--bio-teal) !important;
  font-size: 1.5rem;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--bio-light-green) 0%, #ffffff 100%);
  padding: 80px 0;
  text-align: center;
}

.hero-title {
  color: var(--bio-dark-green);
  font-weight: 800;
}

.hero-subtitle {
  color: #555;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

/* Section Headers */
.section-header {
  color: var(--bio-light-green);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

/* Cards */
.feature-card {
  border: none;
  border-radius: 15px;
  transition: transform 0.3s ease;
  height: 100%;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 20px auto;
  color: white;
}

/* Specific Colors for Modules */
.bg-structural {
  background-color: var(--bio-soft-earth);
}

.bg-functional {
  background-color: var(--bio-teal);
}

.bg-bio {
  background-color: var(--bio-dark-green);
}

/* Comparison Table/List Styles */
.detail-box {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
  font-size: 0.9rem;
  border-left: 4px solid var(--bio-teal);
}

/* Simulation Section */
.simulation-section {
  background-color: var(--bio-dark-green);
  color: white;
  padding: 60px 0;
}

.btn-custom {
  background-color: var(--bio-teal);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
}

.btn-custom:hover {
  background-color: #247060;
  color: white;
}

.biopatch_link{
  color: whitesmoke;
  text-decoration: none;
}

nav .container{
  justify-content: flex-start !important;
}

#navbot{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}