.ru{
color:white;
font-weight:600;
}
.ru2{
color:white;
font-weight:400;
}

.ru2:hover{
    color: blue;
            text-decoration: none;

}
.runi{
color:black;
font-weight:400;
margin-top: -3%;    
}

.runi:hover{
    color: blue;
            text-decoration: none;

}
.site-heading img{
    width: 40%;
    opacity: 0.7;
}
.post-subtitle{
    font-size: 10%;
}

.navbar-brand img{
    width: 90px;
    height:50px;
    margin-top: -5px;
}
.site-heading img{
    width: 100px;
}

#sidenote{
    width: 40%;
    padding: 2%;
    float: right;
    margin-top: -15%;
}

#sidenote ol{
    font-size: 12px;
}
#sidenote li{
list-style: none;
    text-align: justify;
}

#sidenote h3{
    font-size: 14px;
    margin-top: 0;
    text-align: center;
    color: black;
}
.post-preview{
    width: 60%;
    float: left;

}

#sidenote2{
    width: 35%;
    padding: 2%;
    float: right;
    margin-top: -50%;
}

#sidenote2 ol{
    font-size: 12px;
    text-align: justify;
}
#sidenote2 li{
list-style: none;
}

#sidenote2 h3{
    font-size: 14px;
    margin-top: 0;
    text-align: center;
    color: black;
    margin-right: -10%;
}
.ft{
    width: 35%;
    height: 200px;
    border-radius: 10%;
    box-shadow: 1px 3px 10px 0px gray;
    float: left;
    margin-right: 25px;
    margin: 25px 25px 25px 0;

}
.txt2{
    width: 55%;
    float: right;

}
.nmodelo{
    width: 99%;
}
.nmodelo h2{
    color: black;
        font-size: 0.8em;
}
.nmodelo h3{
    color: #b41a1a;
        font-size: 1em;
}
.nmodelo span{
font-size: 1em;
    color: #9a8a8a;
    float: left;
}
.nmodelo span a:hover{
text-decoration: none;
color: #d33636;

}
.row i span{
    color: black;
    margin-left: 5px;
    font-size: 1em;
    font-family:'Source Sans Pro'
}

@media only screen and (max-width:1050px){
            #sidenote2{
    width: 30%;
    padding: 2%;
    margin-top: -60%;

}
}

@media only screen and (max-width:800px){
    #sidenote{
    width: 100%;
    padding: 2%;
        display: inline;
        float: left;
        margin-top: 15%;

}
    
        #sidenote2{
    width: 100%;
    padding: 2%;
        display: inline;
        float: left;
        margin-top: 15%;

}
    
    .post-preview{
    width: 100%;
    }
    .ft{
    width: 90%;
    height: 200px;
    border-radius: 10%;
    box-shadow: 1px 3px 10px 0px gray;
    margin: 10px;     
   

}
.txt2{
    width: 100%;
}
    
}
/* ======================================== PÁGINA GALERIA DE FOTOS ============================*/
.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    transition: 0.15s ease-in-out;
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    color: white;
}

.thumbnail img{
    width: 90%;
    height: 150px;
    margin-top: 0%;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 10px 0px gray;

}

.tz-gallery .caption p {
    font-size: 12px;
    color: rgba(6, 179, 222, 0.99);
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important; 
}
/*cartas*/
.tz-gallerycarta .thumbnail img{
    width: 40%;
    height: 150px;
    margin-top: 0%;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 10px 0px gray;

}
.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    transition: 0.15s ease-in-out;
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    color: white;
}

.thumbnail img{
    width: 90%;
    height: 150px;
    margin-top: 0%;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 10px 0px gray;

}

.tz-gallery .caption p {
    font-size: 12px;
    color: rgba(6, 179, 222, 0.99);
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important; 
}

.carta .thumbnail img{
    width: 50%;
    height: 150px;
    margin-top: 0%;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 10px 0px gray;

}
/*BOTÃO DE VOLTAR*/
.txf a:hover{
    text-decoration: none;
}
.rm img{
    width: 40%;
    border-radius: 100%;
}


