/* CSS Document */ 
@import url('https://fonts.googleapis.com/css2?family=Oxanium&display=swap');

/* Ajuste de cores Bootstrap */
body{
  background-color: #00695C !important;
  font-family: 'Oxanium', cursive;
  color: white;
}

.bg-body-secondary, .bg-body-tertiary{
  color: white;
  background-color: #00897b !important;
}

.bg-secondary{
  color: #00695c;
  background-color: #4DB6AC !important;
}
.nav-link{
  width: 100px;
  text-align: center;
}

.active{
  color: #00695c !important;
  background-color: #4DB6AC !important;
  
}

/* Detalhes adicionais */ 

h1, h2, h3, h4 h5{
  font-weight: 800 !important;
}

#wallpaper {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  max-height: 350px;
}

#chamado {
  line-height: 0pt;
}

.infos{
  height: 100%;
  min-height: 350px;
}

.infos p {
  margin-top: 8pt;
}

#foto{
  border-radius: 8px 0px 0px 8px;
  background-image: url("../img/logo-800x800.jpg");
  background-size: cover;
  background-position: center;
  max-height: 588px;
}

.redes{
  height: 105px;
  color: hsla(0,0%,100%,0.62);
  text-decoration: none;
}
.redes:first-child{
  border-radius: 8px 8px 0px 0px;
}
.redes:last-child{
  border-radius: 0px 0px 8px 8px;
}
.redes:hover{
  color: #FFFFFF;
}
.redes i{
  font-size: 55pt;
}

.rfb{
  background-color: #4267B2;
}

.rtr{
  background-color: #3CDB7D;
}

.rtw{
  background-color: #6441A5;
}

.ryt{
  background-color: #FF0000;
}

@media screen and (max-width: 767.98px) {
  #foto{
    border-radius: 8px 8px 0px 0px;
    height: 350px;
    margin-bottom: 10px;
  }
}
  
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #foto{
    max-height: 585px;
    height: 585px;
  }
}

@media screen and (min-width: 1400px) {
  .infos{
    height: 530px;
  }
  #foto{
    height: 500px;
  }
}