@import url(style2.css);
@import url(custom.css);
header {
    background: #fff;
    padding: 15px 0;
}

header.subpage-mod {
    border-bottom: 4px solid #4FABD4;
}

.logo-topo {
    max-height: 60px;
    margin-left: 20px;
}
img {
    max-width: 100%;
    height: auto;
}

.dl-admin dt {
    float: left;
    margin-right: 10px;
    color: #4FABD4;
    font-weight: 500;
}

.stuck_container>.container {
    display: flex;
    justify-content: space-between;
}

header .nav {
    padding: 15px 0;
    line-height: 1;

}


.sf-menu {
    display: inline-block;
    list-style: none;
}


.sf-menu>li {
    position: relative;
    float: left;
}

.sf-menu>li+li {
    margin-left: 32px;
}

.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu>li>a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #4FABD4;
    text-transform: uppercase;
    text-decoration: none; 
}




.ie-panel {
    display: none;
    background: #212121;
    padding: 10px 0;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    clear: both;
    text-align: center;
    position: relative;
    z-index: 1;
}

html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel {
    display: block;
}

html, body {
    height: 100%;
   
}
.page {
    /* height: 100%; */
    min-height: 500px;
    overflow-y: scroll;
    position: relative;

}

.section-post{
    min-height: 100%
}
.post-container{
}
.data-post {
    float: right;
    font-size: 14px;
    /* position: absolute;
    z-index: 10;
    right: 0;
    top: 10; */
}

.post-image {
    overflow: hidden;
}
.post-image img {
    width: auto;
    height: 100%;
}






.blog_body_content{
    text-align: justify;
}

.blog_body_content img {
    width: 100%;
}

.section-post{
    padding-bottom: 20px;
    background-size: 100%

}

.bg-default-variant-2__after:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 5000px;
    height: 100%;
    background: rgba(255, 255, 255, .8);
}

.section-post .banner_cnt {
    color: black;
    position: relative;
    padding-right: 20px;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.page.bg-isc {
    background-image: url(/images/isc-logo.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: #ffffff;
    background-position: 100px 350px
}

#maincommentscontainer{
    padding: 20px;
}


.card-comentario {
    border: none; 
    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
}

.card-comentario .header{
    padding-left: 10px;
}
.card-comentario .card-body {
   
    padding: .5rem 1.5rem;
}

.save-comment {    
    margin: 15% auto
}