@import url('https://fonts.googleapis.com/css2?family=Montserrat');

#loader-container {
  display: flex;
  justify-content: center;
  background: #121212;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
}

.img-loader {
  width: 350px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10vh;
  min-height: 100vh;
}

.profile-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 370px;
  background: #121212;
  padding: 1vh 0 10vh 0;
}

.logo {
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  margin: 30% 70% 0 0;
}

.logo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 1%;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
}

.cover {
  position: absolute;
  display: flex;
  width: 370px;
  height: 190px;
  border-radius: 15px;
  padding: 2% 2% 2% 2%;
}

.cover-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.profile-pic {
  position: absolute;
  border-radius: 50%;
  width: 193px;
  height: 193px;
  margin-top:100px;
  background: #fff;
}

.card h5{
  color: #fff;
}

.card-text{
  color: #fff;
}

.pp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 2%;
  border: 0.5px solid #d5d5d5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content-profile {
  padding-top: 80%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content-profile .content-details {
  padding: 20px 20px 10px 20px;
  text-align: center;
  width: 100%;
}

.content-profile .content-details h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2em;
}

.content-profile .content-details h3 span {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.5;
}

.content-profile .content-details p {
  font-size: 0.9em;
  font-weight: 400;
  color: #ffffff;
}

.content-profile .content-details .actionBtns {
  margin: -70px 0px 40px 0px;
  display: flex;
  justify-content: space-between;
}

.content-profile .content-details .actionBtns img {
  cursor: pointer;
  transition: transform 0.5s;
}

.content-profile .content-details .actionBtns img:hover {
  transform: scale(1.10);
}

.content-profile .content-details .actionBtns a {
  color: #000000;
}

.hover-img {
  transition: transform 0.5s;
}

.hover-img:hover {
  transform: scale(1.10);
}

.img_footer{
padding-top: 80px;
background-image: url("assets/images/Logo4k_white.png");
background-color: #121212;
width: 80px;
background-repeat: no-repeat;
background-position: center;
position: relative;
background-size: contain;
}


.img_footer_advantecnia{
padding-top: 80px;
background-image: url("assets/images/advantecnia.png");
width: 140px;
background-repeat: no-repeat;
background-position: center;
position: relative;
background-size: contain;
}

.img_footer_grupoace{
padding-top: 80px;
background-image: url("assets/images/grupoace.png");
width: 140px;
background-repeat: no-repeat;
background-position: center;
position: relative;
background-size: contain;
}

.img_footer_maxima{
  padding-top: 80px;
  background-image: url("assets/images/logomaxima.png");
  width: 140px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: contain;
  }

#icon {
   fill: white;
}
