

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Chakra Petch", sans-serif;
  color: #272829;
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Chakra Petch", sans-serif;
}

.logo{
  max-width: 40px;
  max-height: 40px;
  margin: 15px auto;
  display: block;
  width: 100px;
  margin-bottom: -2px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #149ddd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #2c2f3f;
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
}

#header .profile h1 a,
#header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

.container,
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }

  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #149ddd;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #149ddd;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/profile-bg.jpeg") left center;
  background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}

.about .content p{
  text-align: justify;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Knowledge
--------------------------------------------------------------*/
.progress-outer{
  background: #fff;
  border-radius: 20px;
  padding: 13px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
}
.title{
  font-size: 10px;
}

.imglogo{
  margin: 15px auto;
  display: block;
  width: 57px;
  margin-top: -5px;
}

.progress{
  height: 15px;
  margin: 0;
  overflow: visible;
  border-radius: 50px;
  background: #eaedf3;
  box-shadow: inset 0 10px 10px rgba(244, 245, 250, 0.9);
}
.progress .progress-bar{
  border-radius: 50px;
}

.progress-bar.active{
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
@-webkit-keyframes animate-positive{
  0% { width: 0%; }
}
@keyframes animate-positive {
  0% { width: 0%; }
}

.progress-bar-info{
  background-color: #2e7e35; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info2{
  background-color: #ed6e04; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info3{
  background-color: #1566c6; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info4{
  background-color: #3c0404; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info5{
  background-color: #041b34; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info6{
  background-color: #04045c; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info7{
  background-color: #fbdb04; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info8{
  background-color: #fc531c; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info9{
  background-color: #0452ee; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info10{
  background-color: #08749c; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info11{
  background-color: #ac043c; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info12{
  background-color: #040404; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info13{
  background-color: #b35cfc; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info14{
  background-color: #040404; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}
.progress-bar-info15{
  background-color: #50ac44; /* Defina a cor desejada aqui */
  border-radius: 50px; /* Se desejar manter o border-radius */
}

.card1{
  width: 380px;
  border: none !important;
  border-radius: 15px;
  padding: 8px;
  background-color: #fff;
  position: relative;
  height: 300px;
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
 }

 .card1 .upper{
  height: 100px;
 }

 .card1 .upper img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 }

 .card1 .user{
  position: relative;
 }

 .card1 .profile img{
  height: 80px;
  width: 80px;
  margin-top:2px;
 }

 .card1 .profile{
  position: absolute;
  top:-50px;
  left: 38%;
  height: 90px;
  width: 90px;
  border:3px solid #0c90c2;
  border-radius: 50%;
 }

 .card1 .follow{
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0c90c2;
  color: white;
  height: 35px;
 }

 .card2{
  width: 380px;
  border: none !important;
  border-radius: 15px;
  padding: 8px;
  background-color: #fff;
  position: relative;
  height: 300px;
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
 }

 .card2 .upper{
  height: 100px;
 }

 .card2 .upper img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 }

 .card2 .user{
  position: relative;
 }

 .card2 .profile img{
  height: 80px;
  width: 80px;
  margin-top:2px;
 }

 .card2 .profile{
  position: absolute;
  top:-50px;
  left: 38%;
  height: 90px;
  width: 90px;
  border:3px solid #fbd314;
  border-radius: 50%;
 }

 .card2 .follow{
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fbd314;
  color: white;
  height: 35px;
 }

 .card3{
  width: 380px;
  border: none !important;
  border-radius: 15px;
  padding: 8px;
  background-color: #fff;
  position: relative;
  height: 300px;
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
 }

 .card3 .upper{
  height: 100px;
 }

 .card3 .upper img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 }

 .card3 .user{
  position: relative;
 }

 .card3 .profile img{
  height: 80px;
  width: 80px;
  margin-top:2px;
 }

 .card3 .profile{
  position: absolute;
  top:-50px;
  left: 38%;
  height: 90px;
  width: 90px;
  border:3px solid #cb4404;
  border-radius: 50%;
 }

 .card3 .follow{
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #cb4404;
  color: white;
  height: 35px;
 }

@media (max-width: 768px) {
  .card1, .card2, .card3 {
    margin: 0 auto;
    margin-right: 10px !important; /* Adicione a margem à direita desejada com !important */
    max-width: calc(100% - 20px);
  }
}

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

a {
    text-decoration: none;
}
h4 {
    text-align: center;
    margin: 30px 0;
    color: #444;
}

/* Estilos para telas menores que 600px */
@media (max-width: 767px) {
  .main-timeline .timeline-icon img{
    width: 120px;
    height: auto;
    margin-top: -30px;
  }
}

/* Estilos para telas maiores ou iguais a 600px */
@media (min-width: 768px) {
  .main-timeline .timeline-icon img{
    width: 200px;
    height: auto;
  }
}


.main-timeline{ font-family: "Chakra Petch", sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 200px);
    margin: 0 0 25px 5px;
    float: right;
}
.main-timeline .timeline-content{
    color: #555;
    background: #fff;
    padding: 15px 15px 15px 290px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(167, 174, 184, 0.7);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background-color: #fff;
    height: 100%;
    width: 120px;
    position: absolute;
    left: 140px;
    top: 0;
}
.main-timeline .timeline-year{
    color: #f5cf0f;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    transform: translateY(-50%);
    position: absolute;
    left: 22px;
    top: 50%;
}
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    width: 120px;
    transform: translateY(-50%);
    position: absolute;
    left: 140px;
    top: 50%;
}
.main-timeline .title{
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.main-timeline .description{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    margin: 0 5px 25px 0;
    float: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 280px 15px 20px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: 139px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: 19px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 139px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background-color: #fff; }
.main-timeline .timeline:nth-child(4n+2) .timeline-year{ color: #d3252c; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background-color: #fff; }
.main-timeline .timeline:nth-child(4n+3) .timeline-year{ color: #153a4d; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background-color: #fff; }
.main-timeline .timeline:nth-child(4n+4) .timeline-year{ color: #ba9d71; }
.main-timeline .timeline:nth-child(4n+5) .timeline-year{ color: black; }
.main-timeline .timeline:nth-child(4n+5) .timeline-content:before{ background-color: #fff; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 200px 15px 15px 15px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 100%;
        height: 100px;
        transform: translateX(-50%) translateY(0);
        left: 50%;
        right: auto;
        top: 80px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 20px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        width: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 105px;
    }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.card-1 {
  width: 280px;
  height: 270px;
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
  background: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  overflow: hidden;
  border-radius: 15px;
}

.card-1 .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

.card-1:hover {
  color: #fff;
  transform: scale(1.025);
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
}

.card-1:hover .backgroundEffect {
  bottom: 0;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #a85edc;
  animation: popBackground 0.3s ease-in;
}

.card-1 .pic {
  position: relative;
}

.card-1 .pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-1 .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background-color: #a85edc;
  color: white;
  position: absolute;
  bottom: 0px;
  transition: all ease;
}

.card-1 .date .day {
  font-size: 14px;
  font-weight: 600;
}

.card-1 .date .month,
.card-1 .date .year {
  font-size: 10px;
}

.card-1 .text-muted {
  font-size: 12px;
}

.card-1:hover .text-muted {
  color: #fff !important;
}

.card-1 .content {
  padding: 0 20px;
}

.card-1 .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #a85edc;
  border-radius: 25px;
  font-size: 12px;
  border: none;
}

.card-1:hover .content .btn {
  background: #fff;
  color: #a85edc;
}

@keyframes popBackground {
  0% {
      height: 20px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%
  }

  50% {
      height: 80px;
      border-top-left-radius: 75%;
      border-top-right-radius: 75%
  }

  75% {
      height: 160px;
      border-top-left-radius: 85%;
      border-top-right-radius: 85%
  }

  100% {
      height: 320px;
      border-top-left-radius: 100%;
      border-top-right-radius: 100%
  }
}

@media (max-width: 768px) {
  .card-1 {
    margin: 0 auto; /* Adicione novamente a regra de estilo para centralizar em telas menores */
  }

  .card-2 {
    margin: 0 auto; /* Adicione novamente a regra de estilo para centralizar em telas menores */
  }

  .card-3 {
    margin: 0 auto; /* Adicione novamente a regra de estilo para centralizar em telas menores */
  }
}

.card-2 {
  width: 280px;
  height: 270px;
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
  background: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  overflow: hidden;
  border-radius: 15px;
}

.card-2 .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

.card-2:hover {
  color: #fff;
  transform: scale(1.025);
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
}

.card-2:hover .backgroundEffect {
  bottom: 0;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #3585fb;
  animation: popBackground 0.3s ease-in;
}

.card-2 .pic {
  position: relative;
}

.card-2 .pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-2 .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background-color: #3585fb;
  color: white;
  position: absolute;
  bottom: 0px;
  transition: all ease;
}

.card-2 .date .day {
  font-size: 14px;
  font-weight: 600;
}

.card-2 .date .month,
.card-2 .date .year {
  font-size: 10px;
}

.card-2 .text-muted {
  font-size: 12px;
}

.card-2:hover .text-muted {
  color: #fff !important;
}

.card-2 .content {
  padding: 0 20px;
}

.card-2 .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #3585fb;
  border-radius: 25px;
  font-size: 12px;
  border: none;
}

.card-2:hover .content .btn {
  background: #fff;
  color: #3585fb;
}

.card-3 {
  width: 280px;
  height: 270px;
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
  background: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  overflow: hidden;
  border-radius: 15px;
}

.card-3 .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

.card-3:hover {
  color: #fff;
  transform: scale(1.025);
  box-shadow: 0 0 10px rgba(209, 219, 231, 0.7);
}

.card-3:hover .backgroundEffect {
  bottom: 0;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #fbd314;
  animation: popBackground 0.3s ease-in;
}

.card-3 .pic {
  position: relative;
}

.card-3 .pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-3 .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background-color: #fbd314;
  color: white;
  position: absolute;
  bottom: 0px;
  transition: all ease;
}

.card-3 .date .day {
  font-size: 14px;
  font-weight: 600;
}

.card-3 .date .month,
.card-3 .date .year {
  font-size: 10px;
}

.card-3 .text-muted {
  font-size: 12px;
}

.card-3:hover .text-muted {
  color: #fff !important;
}

.card-3 .content {
  padding: 0 20px;
}

.card-3 .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #fbd314;
  border-radius: 25px;
  font-size: 12px;
  border: none;
}

.card-3:hover .content .btn {
  background: #fff;
  color: #fbd314;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.card-4{
  position:relative;
     height:200px;
  width:275px;
}

.mr{
  padding-left: 200px;
}

.card-4 .content{
 height:175px;
  width:175px;
  background-color:black;
  border-radius:50%;
  position:relative;
    z-index:10 !important;
    cursor:pointer;
}
.card-4 p{
  color:#fff;
 position:absolute;
 top:65px;
 left:36px;
 font-size:30px;
 letter-spacing:4px;
 font-weight:900;
}

.card-4 .social{
  color:#fff;
  display:flex;
  justify-content:center;
  position:relative;
  background-color:#fff !important;
 transition:all 0.5s;
 position:absolute;
 top:3px;
}

.card-4 .social span:nth-child(1){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  font-size:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  transition:all 0.5s;
}
.card-4:hover .social span:nth-child(1){
  position:absolute;
  left:-70px;
  
}
.card-4 .social span:nth-child(2){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  transition:all 0.5s;
  cursor:pointer;
  transition-delay:0.7s;
}
.card-4:hover .social span:nth-child(2){
  position:absolute;
  top:190px;
}
.card-4 .social span:nth-child(3){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  transition:all 0.5s;
  cursor:pointer;
  transition-delay:0.8s;
}
.card-4:hover .social span:nth-child(3){
  position:absolute;
  top:160px;
  left:-40px;
}
.card-4 .social span:nth-child(4){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  transition:all 0.5s;
  cursor:pointer;
  transition-delay:0.1s;
}
.card-4:hover .social span:nth-child(4){
  position:absolute;
  top:-20px;
  left:-40px;
}
.card-4 .social span:nth-child(5){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  transition:all 0.5s;
  cursor:pointer;
  transition-delay:0.2s;
}
.card-4:hover .social span:nth-child(5){
  position:absolute;
  top:-60px;
  right:0px;
}
.card-4 .social span:nth-child(6){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  transition:all 0.5s;
    cursor:pointer;
     transition-delay:0.6s;
}
.card-4:hover .social span:nth-child(6){
  position:absolute;
  top:165px;
  left:165px;
}
.card-4 .social span:nth-child(7){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  transition:all 0.5s;
    cursor:pointer;
     transition-delay:0.4s;
}
.card-4:hover .social span:nth-child(7){
  position:absolute;
  top:-25px;
  left:165px;
}
.card-4 .social span:nth-child(8){
  height:40px;
  width:40px;
  border-radius:50%;
  background-color:#242434;
  position:absolute;
  top:60px;
  left:65px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  transition:all 0.5s;
    cursor:pointer;
     transition-delay:0.5s;
}
.card-4:hover .social span:nth-child(8){
  position:absolute;
  top:62px;
  left:200px;
}
@media (max-width: 768px) {
  .card-4{
    position:relative;
       height:275px;
    width:275px;
  }
  
  .mr{
    padding-left: 115px;
  }
  
  .card-4 .content{
   height:175px;
    width:175px;
    background-color:black;
    border-radius:50%;
    position:relative;
      z-index:10 !important;
      cursor:pointer;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}



.postcard {
  flex-wrap: wrap;
  display: flex;
  border-radius: 15px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: white;
  box-shadow: 0 0 10px rgba(167, 174, 184, 0.7);
}

.postcard a {
  color: inherit;
}

.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.postcard .small {
  font-size: 80%;
}

.postcard .postcard__title {
  font-size: 1.75rem;
}

.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.postcard .postcard__img_link {
  display: contents;
}

.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: white;
  transition: width 0.2s ease;
}

.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}

.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  color: #040b14;
  background: white;
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  border-radius: 10px;
}

.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }

  .postcard .postcard__title {
    font-size: 2rem;
  }

  .postcard .postcard__tagbox {
    justify-content: start;
  }

  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }

  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }

  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }

  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }

  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }

  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }

  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}

@media screen and (min-width: 1024px) {
  .postcard .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}

/* Verde escuro */
.postcard-green {
  background-color: #000000;
}
.postcard-green:before {
  background-color: #000000;
}
.postcard-green .postcard__text:before {
  background: #000000;
}

/* Azul escuro */
.postcard-blue {
  background-color: #312519;
}
.postcard-blue:before {
  background-color: #312519;
}
.postcard-blue .postcard__text:before {
  background: #312519;
}

/* Roxo escuro */
.postcard-purple {
  background-color: #3e5864;
}
.postcard-purple:before {
  background-color: #3e5864;
}
.postcard-purple .postcard__text:before {
  background: #3e5864;
}

/* Laranja escuro */
.postcard-orange {
  background-color: #5d4a67;
}
.postcard-orange:before {
  background-color: #5d4a67;
}
.postcard-orange .postcard__text:before {
  background: #5d4a67;
}


