
/* CSS Document */

.w80{
    width:79%;
}

.w20{
    width: 20%;
}


.shellblog{
    position: relative;
    width:100%;
    margin-bottom:20px;
    transition-duration: .3s;
    cursor:pointer;
}

.italico{
    font-style: italic;
}


.shellblog .foto{
    position: relative;
    float: left;
    width: 189px;
    height: 140px;
    margin-right:20px;
    border-radius: 25px;
    border: 5px solid #EEEEEE;
    transition-duration: .3s;
    
}
.shellblog .foto div.cortafotoblog{
    overflow: hidden;
    width: 189px;
    border-radius:20px;
    height: 140px;
    
}

.shellblog:hover .foto{
    border:5px solid #9B1B2B;
}

.shellblog .foto .sombra{
  position: absolute;
  width:100%;
  height:15px;
  top:145px;
  background: url(https://www.hemoclass.com.br/site/img/sombrashellfoto.png) top center no-repeat;
  background-size: 100%;
}

.shellblog:hover .iconmais{
    opacity: .7;
}

.shellblog .foto img{
    width:100%;

}

.shellblog .titulo{
    position: relative;
    float:left;
    width:544px;
    font-size:15pt;
    line-height: 125%;
    font-weight:bold;
    height:52px;
    overflow: hidden;
    border-bottom:5px;
    color:#444444;
    transition-duration: .3s;
}

.shellblog:hover .titulo{
    color:#9B1B2B;
}

.info{
    position: relative;
    float:left;
    font-size:11pt;
    width:544px;
    font-weight:lighter;
    font-style: italic;
    color:#898989;
    height:20px;
    overflow: hidden;
    border-bottom:5px;
}

.shellblog .descricao{
    position: relative;
    float:left;
    width:544px;
    font-size:12pt;
    color:#898989;
    font-weight:normal;
    font-style: italic;
    height:67px;
    overflow: hidden;
}

.shelltag{
    position: relative;
    width:212px;
    font-style: italic;
    font-weight: lighter;
    margin-bottom:40px;
}

.shelltag img{
    position: relative;
    top:3px;
}

.shelltag span{
    font-size:14pt;
    font-weight: normal;
}

.shelltag a{
    margin-right:10px;
    color:#888888 !important;

}

.italico{
    font-style: italic;
}

.shellblogbannerlateral{
    position: relative;
    width:212px;
    margin-bottom:30px;
    transition-duration: .3s;
    opacity: 1;
}

.shellblogbannerlateral:hover{
    opacity: .8;
}

.shellblogbannerlateral img{
    width:100%;
}

.formbuscablog{
    position: relative;
    
}

input.buscablog{
    position: relative;
    width:828px;
    font-size:12pt;
    height:20px;
    padding:10px;
    padding-right: 160px;
    color:#901913;
    background: transparent;
    border:1px solid #901913;
}

.btnbuscablog{
    position: absolute;
    border:0px;
    top:0; right:0;
    font-size:14pt;
    height:42px;
    width:150px;
    background: transparent;
    color:#901913;
    transition-duration: .3s;
    cursor:pointer;
}

.btnbuscablog:hover{
    background: #901913;
    color:white;
}



.shellfoto2{
    position: relative;
    float:left;
    width:313px;
    height:194px;
    overflow:hidden;
    border:4px solid #9B1B2B;
    margin-right:20px;
    margin-bottom:10px;
}

.shellfoto2 .foto{
    width:313px;
    height:194px;
    overflow:hidden;
}

.foto img{
    width:100%;
}

.shellfoto2 img{
  transform: scale(1.3);
  -moz-transform: scale(1.3);
}

.shellfoto2:hover{
  border:4px solid #333333;
}

.foto img{
    width:100%;
}

.shellfotogale3{
    position: relative;
    float:left;
    width:233px;
    height:145px;
    overflow:hidden;
    margin:0px 14px;
    margin-bottom:30px;
}

.shellfotogale3 .foto{
    width:233px;
    height:145px;
    overflow:hidden;
}

.espacolateralblog{
    margin-right: 7px;
}

.tag{
    position: relative;
    text-transform: uppercase;
    margin-top:-23px;
}

img.bannerlateral{
    width: 100%;
    border-radius: 10px;
    margin-bottom:20px;
    transition-duration: .3s;
}

img.bannerlateral:hover{
    opacity: .7;
}

.paginacao-blog{
    color:#888888;
    font-style: italic;
}

.paginacao-blog a{
    color:#888888;
    padding:4px;
    font-style: italic;
}

.paginacao-blog a:hover{
    background: #dcdcdc;
}

.paginacao-blog a.link{
    text-decoration: none !important;
}