.hide-blog{
  display: none !important;
}

img.docente-img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.img-size{
  height: 17vw;
 
}

h2.docente-title {
  height: 2rem;
  text-align: center !important;
  color: #098FDC;

}

.docente-title{
  padding: 0rem 2rem 0rem 2rem;
}

.docente-shadow{
  box-shadow: 1px 1px 4px lightgrey;
  border-radius: 12px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.dentro-wrapper {
  background-color: #fff;
  height: 43.5rem;
}

.card-docente{
    /* float:right; */
    cursor: pointer;
    overflow: hidden;
    margin-top: 2rem;
    border-radius: 12px;
    
}

/* .docente-img{
    width: 100%;
    height: 17rem;
} */

.docente-info {
text-align: left;
}
p.intro-docente {
  
  padding-top: 6rem;
  padding-left: 2rem;
  color: black;
}



img.imagem-dentro {
    width: 25rem;  
    margin-left: 2rem;
    padding-top: 3rem;
    padding-left: 2rem;
     /* -webkit-animation-delay:0.5s; */
     -webkit-animation-name:opacity;
     -webkit-animation-duration:1.5s;
     -webkit-animation-iteration-count:1;
     /* -webkit-animation-delay:0.5s; */
     -webkit-animation-fill-mode: forwards;
     float: left; 
     margin-right: 2rem;
    }

.intro-docente{

  -webkit-animation-name:opacity;
     -webkit-animation-duration:1.1s;
     -webkit-animation-iteration-count:1;
     color: white;
     font-size: 18px;

}







/* 
#interna > div > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(1) > div.caixa-dentro0 > p{

    padding-top: 6rem;
  padding-left: 2rem;
} */
.dentro-wrapper {

transition: all 20.1s;
}

  /* Animações Hover */

  /* .docente 
  {
    filter: grayscale(80%);
  } */

  
  .hover-container:hover .card-docente {
    /* opacity: 0.6; */
    transition: all 1s;
    filter: brightness(65%);
}

.card-docente:hover {
  /* opacity: 1 !important; */
  filter: brightness(100%)!important;
}

.card-docente:hover .docente-shadow {
  background-color: #f5f5f5;
  transition: all 1s;
}











  /* #interna > div > div:nth-child(2) > div > div > div:nth-child(2) > div:nth-child(1) > div.seta {
    display: none!important;
} */


.docentes-return{
  color: #098FDC;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.caixa-dentro > .col-md-8{
  margin-top: 12rem;
}
.docente-title-dentro{
  text-align: center;
}

.docentes-return >p , .docentes-return > i{

  font-size: 2rem;
  cursor: pointer;
  color: #098FDC;
  
  }

  .img-dentro{
    width: 100%;
    border-radius: 12px;
  }

@media screen and (min-width: 1048px) and (max-width: 1366px) and (max-height: 768px) { 


}

