﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.conect {
    display: none;
}

.fb {
    text-align: center;
}

.body-conect {
    padding-top: 196px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout {
    padding: 20px;
    margin: 2px 0;
    border: 1px solid #1b809e;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.h4, h4 {
    font-size: 18px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

p {
    margin: 0 0 10px;
}

footer {
    position: absolute;
    bottom: 0;
}

.jumbo {
    padding-top: 40px;
    padding-bottom: 40px;
}



.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

.container-twitter {
    width: 100%;
    padding: 36px;
    margin-top: 100px;
    border: 1px solid #232323;
    border-radius: 6px;
    color: #232323;
}

.image-container {
    width: 20%;
    text-align: center;
    float: left;
    margin-right: 70px;
}

    .image-container img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #333;
    }


.description-container {
    margin-left: 20%;
    width: 80%;
}

    .description-container p {
        font-size: 12px;
    }

.btn-twitter {
    border-radius: 20px;
    background-color: rgb(29, 161, 242);
}

.list-group-item {
    background-color: #15202b;
}

a.list-group-item, button.list-group-item {
    color: white;
}

.lista-friends {
    width: 40%;
    float: left;
}

.cover-container {
    text-align: center;
    position: relative;
    top: 100px;
}

.modal-content {
    background-color: rgb(34, 34, 34);
}

.textarea-twitter {
    background-color: rgb(34, 34, 34);
    border: 1px solid rgb(29, 161, 242);
    height: 170px !important;
    border-radius: 15px;
    margin: 0px 7px 0px 0px;
    color: white;
}

.sobre-friends {
    width: 60%;
    margin-left: 40%;
}

.sobre-container {
    border: 2px solid #1da1f2;
    border-radius: 20px;
    background-color: rgb(21, 32, 43);
    color: white;
    height: 168px;
    padding: 7px;
}

.image-sobre-friend {
    width: 54px;
    height: 54px;
    float: left;
    margin-right: 5px;
}

    .image-sobre-friend img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.info-sobre-friend {
    height: 54px;
}

.info-sobre-friend h5 {
    margin-bottom: 4px;
}

    .info-sobre-friend h5 strong {
        margin-left: 10px;
    }

.info-sobre-friend b {
    font-size: 12px;
    color: #657786;
}

.post-friend b {
    font-size: 12px;
    color: #657786;
    margin-left: 10px;
}

.publish-last {
    border: solid 1px #e6ecf0;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
    height: 54px;
    padding: 10px;
    overflow: hidden;
}

.info-friend {
    margin-bottom: 10px;
}


.load {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 45%;
    color: blue;
}

.container-facebook {
    width: 80%;
    margin-left: 10%;
    padding: 40px;
    margin-top: 100px;
    border: 1px solid #232323;
    border-radius: 6px;
    color: #232323;
    font-size: 1.8rem;
}

    .container-facebook:hover {
        background-color: #ffb800;
    }

.image-container-face {
    
}

    .image-container-face img {
        width: 70px;
        height: 70px;
        border-radius: 47%;
        background-color: #232323;
        border: 2px solid #232323;
        margin-right: 15px;
        display: inline-block;
    }

.description-container-face {
    width: 100%;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    color: #ffb800;
}

    .navbar-default .navbar-nav > li > a {
        color: #ffb800;
    }

    .navbar-default .navbar-brand {
        color: #ffb800;
    }

    .navbar-default .navbar-toggle {
        border-color: #ffb800;
    }

.mensagem-container-face {
    font-size: 9px;
}


.option-container {
    margin-top: 100px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.option-social {
    width: 350px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    height: 318px;
    margin-left: 10px;
    margin-right: 10px;
    border-color: #232323;
    float: left;
    color: #5d6778;
}

    .option-social:hover {
        background-color: #ffb800;
        color: #fff !important;
    }

.option-social-media {
    margin-bottom: 1.5rem !important;
}

    .option-social-media img {
        width: 50px;
        height: 50px;
        border-radius: 11%;
        display: inline-block;
        margin-right: 10px;
    }

.option-social-text {
    float: left;
    width: 73%;
}

    .option-social-text p {
        font-size: 27px;
        padding: 5px;
    }

.option-social-action {
    
}

    .option-social-action a {
        padding: 12px 16px;
    }

.option-social-media-text {
    height: 100%;
    position: relative;
    display: inline-block;
}

    .option-social-media-text h5 {
        font-size: 2.0rem;
        font-weight: 600;
        color: #252930;
        font-family: monospace;
    }


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: url('../images/carregamento.gif') 50% 50% no-repeat #ffffff69;
}

.btn-flex {
    color: #232323;
    background-color: #fff;
    border-color: #232323;
}

    .btn-flex:hover {
        background-color: #ffb800;
        border-color: #232323;
    }

    .btn-flex:active {
        background-color: #ffb800;
        border-color: #232323;
    }


.btn-facebook {
    color: #fff;
    background-color: #4267b2;
    padding: 3px 85px !important;
}
    .btn-facebook:hover {
        color: #fff;
    }

    .btn-facebook:active {
        color: #fff;
    }

    .btn-facebook:focus {
        color: #fff;
    }

.btn-tweet {
    color: #fff;
    background-color: #00b6f1;
    padding: 3px 92px  !important;
}

    .btn-tweet:hover {
        color: #fff;
    }

    .btn-tweet:active {
        color: #fff;
    }

    .btn-tweet:focus {
        color: #fff;
    }

.btn-snapchat {
    color: black;
    background-color: #fffc00;
    padding: 12px 17px !important;
}

.btn-in {
    color: white;
    background-color: #0274b3;
    padding: 12px 22px !important;
}

    .btn-in:hover {
        color: #fff;
    }

    .btn-in:active {
        color: #fff;
    }

    .btn-in:focus {
        color: #fff;
    }


.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.bg-info {
    background-color: #17a2b8 !important;
}

    .bg-info, .bg-info > a {
        color: #fff !important;
    }


.small-box > .inner {
    padding: 10px;
}

.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}

.icon > i.ion {
    font-size: 70px;
    top: 20px;
}

.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s linear;
}

.bg-warning, .bg-warning > a {
    color: #1f2d3d !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.small-box h3, .small-box p {
    z-index: 5;
}

.bg-info-ligth {
    background-color: #cce5ff !important;
}

    .bg-info-ligth, .bg-info-ligth > a {
        color: #fff !important;
    }

.bg-info-ocean {
    background-color: #e2e3e5 !important;
}
