body {
  background-color: rgb(252, 286, 250);
  font-family: IBM Plex Sans Condensed;
  font-weight: 100;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:hover {
  transition: 0.2s ease-in-out;
}

.yt-embed-holder {
  margin-top: 1em;
}

#img-work {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 40em;
  overflow: hidden;
  object-fit: cover;
  transition: 0.2s ease-in-out;
  padding: none;
  margin-bottom: 1.5em;
  filter: grayscale(0) brightness(0.9);
}

#img-obr2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  overflow: hidden;
  object-fit: cover;
  padding: 0em 0em 0em 0em;
}

.img-obr22 {
  padding: 0.5em 0.5em 1.5em 0.5em;
}

#img-obr3 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 50vh;
  overflow: hidden;
  object-fit: cover;
  padding: 0em 0em 1.5em 0em;
}

.photowork {
  padding-left: 2em;
  padding-right: 2em;
}

.biocont {
  margin-left: 10em;
  margin-right: 10em;
  margin-bottom: 5em;
}

.texthov {
  opacity: 0;
}

.text-contact {
  text-align: center;
}

.hoverer:hover #img-work {
  opacity: 0;
}

.hoverer:hover .texthov {
  opacity: 1;
}

.button #mail a:hover {
  text-decoration: underline #000000 0.1px;
  font-size: 1.04em;
  transition: 0.1s ease-in-out;
}

.mediopacity {
  opacity: 0.5;
}

#mail {
  padding: 0;
  margin: 0;
}

#img-bio {
  filter: brightness(0.3);
}

h1 {
  text-align: center;
  padding: 0 0 0 0;
  font-weight: 400;
  color: #000000;
  font-size: 2em;
}

h2 {
  text-align: center;
  padding: 0 0 0 0;
  font-weight: 400;
  color: #000000;
  font-size: 2.5em;
  line-height: 1em;
}

p {
  color: #000000;
  font-weight: 200;
  font-size: 1em;
  padding: 7em 1em 0em 1em;
  transition: 0.3s ease-in-out;
  line-height: 1.5em;
  text-decoration: none;
  text-align: justify;
}

p2 {
  color: #000000;
  font-weight: 300;
  font-size: 0.8em;
  padding: 0em 0em 0em 0em;
  transition: 0.3s ease-in-out;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
}

.curs {
  font-style: italic;
}

.titulo {
  font-size: 1.2em;
  font-weight: 400;
}
.titulo2 {
  font-weight: 400;
}

.responsive-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.nav-link {
  color: #363636;
  font-weight: 100;
  font-size: 1em;
}

#navi .navbar-brand {
  color: #12733a;
}

#navi .navbar-brand img {
  max-width: 4em;
}
#navi .logoindex img {
  margin-top: 0em;
  max-width: 2.5em;
}
#navi .logoindex2 img {
  max-width: 10em;
  margin-top: 0em;
}

.navbar .nav-link:hover {
  background-color: #ffffff00;
  color: #000000;
  font-size: 1em;
  font-weight: 200;
  transition: 0.3s ease-in-out;
}

nav {
  transition: 0.3s ease-in-out;
  border-bottom: none;
}

#navi {
  padding-bottom: 1.5em;
  padding-top: 2em;
  margin: 0 1em 0 1em;
}

.dropdown button,
.dropdown-menu,
.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  font-weight: 100;
  font-size: 1em;
  border-radius: 0 !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.13);
}

.dropdown button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #12733a;
  font-weight: 100;
}

.dropdown button:active,
.dropdown button:focus {
  color: rgba(255, 255, 255, 0.7);
}

.btn-secondary {
  --bs-btn-active-bg: rgba(0, 0, 0, 0.8);
  --bs-btn-active-color: rgba(255, 255, 255, 0.7);
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgb(255, 255, 255);
}

.dropdown-menu {
  padding: 0;
}

button {
  box-shadow: none;
  width: 10vw;
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
  border-radius: 0% !important;
  border: none !important;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#news {
  border-bottom: 0.01em solid #505858;
  padding-bottom: 0.5em;
}

footer {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 20px 0;
  text-align: center;
}
.footer-content {
  max-width: 30em;
  margin: 0 auto;
  padding: 3em 0em;
  display: flex;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  margin: 0 0em;
}

.footer-links {
  list-style-type: none;
  padding: 0;
}

.footer-links li {
  /* display: inline; */
  margin: 0 0em;
}

.footer-links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.footer-links a:hover {
  /* text-decoration: underline; */
  font-size: 1em;
}

.social-media {
  margin-top: 10px;
}

.social-media a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}

.social-media a:hover {
  font-size: 1em;
}

@media (max-width: 1720px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .biocont {
    margin-left: 5em;
    margin-right: 5em;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.2em;
  }
  .biocont {
    margin-left: 3em;
    margin-right: 3em;
  }
  p2 {
    padding: 0em 0em 0em 5em;
  }
}

@media (max-width: 576px) {
  .biocont {
    margin-left: 0em;
    margin-right: 0em;
  }
  p2 {
    padding: 0em 0em 0em 2em;
  }
}
