@media (max-width: 992px) {
    #mainNav .navbar-brand .logo{
        width: 250px;
        height: 50px;
        background: url("../img/logopreto.png") center no-repeat !important;
    }
}
#mainNav .navbar-brand .logo{
    width: 250px;
    height: 50px;
    background: url("../img/logo.png") center no-repeat;
}
#mainNav.navbar-shrink .navbar-brand .logo{
    width: 250px;
    height: 50px;
    background: url("../img/logopreto.png") center no-repeat;
}
.img-circle {
    border-radius: 50%;
}
.paddingtop20{padding-top: 20px;}
.sociallink{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#fff;
}
.sociallink:hover{
    color:#F05F40;
    text-decoration: none;
}
.container800{max-width: 800px; margin-left: auto; margin-right: auto}
.container600{max-width: 600px; margin-left: auto; margin-right: auto}

.footer{background: #fff; padding-top: 20px; padding-bottom: 20px; text-align: center; font-weight: 800; font-size: 14px;}






.portfolio-modal {
    padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
    margin: 0.8rem;
    max-width: 100vw;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
    /*margin-bottom: 30px;*/
}

.portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    /*margin-bottom: 30px;*/
}

.portfolio-modal .modal-content button {
    margin-top: 30px;
    cursor: pointer;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
    color: #F05F40;
}