@charset "UTF-8";

body {
    background-color: #f5f5f5 !important;
    ;
    font-family: Helvetica;
}

/*login*/ 
.login-title {
    font-weight: bolder
}


.texto-rayado {
    position: relative;
    width: 80% !important;
    /* Ancho deseado del div */
    margin: 0 auto;
    /* Centra el div horizontalmente, puedes ajustar según necesites */
    overflow: hidden;
    /* Oculta cualquier contenido que exceda el ancho del div */
}


.texto-rayado::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.1px;
    background-color: #303030;
    transform: translateY(-50%);
    opacity: 0.2;
}


.pw-text {
    font-size: 14px;
    color: #717171;
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
}


i {
    font-size: 19px;
    margin-right: 10px;
}

.emailInput {
    font-weight: 400
}

.forgottenPassword {
    color: #3b49df;
    font-size: 14px;
}

.texto-rayado::before {
    border: 1px solid;
    content: '';
    display: block;
    position: absolute;
    top: 53%;
    width: 100%;
}

.passwordInput {
    font-weight: 400
}

.continueButton {
    background-color: #3b49df;
}

.bg-forem {
    background-color: #0A3E4A
}

.bg-github {
    background-color: #24292e
}

.bg-twitter {
    background-color: #1da1f2
}

/* NAV */
.nav__container {
    height: 56px;
}

.nav_container .navformcontainer .form_search {
    width: 420px;
    height: 40px;
}


/*CreatePost */
.logo {
    height: 40px;
    margin-right: 10px;
}

.postContent {
    height: 450px;
    font-size: 20px;


}

.postContent:focus {
    outline: none;


}

.addImage {
    border-radius: 5px;
    border: 1px solid gray;
    width: 30%;
}

.createPost1 {
    font-weight: 900;
    color: #242425;
    font-size: 37px;
}

.createPost:focus {
    outline: none;
}

.postButtons i {
    font-size: 23px;
}

.publishButton {
    background-color: #3b49df;
}

.publishButton:hover {
    background-color: #2f3ab2;
}

.saveDraft {
    margin-left: 10px;
    cursor: pointer;


}

.saveDraft:hover {
    background-color: #3b49df;
    color: white;
    border-radius: 5px 3b49df;
    cursor: pointer;


}

.wider {
    width: 250px;
}

.wider li:hover {
    background-color: #464242;
    cursor: pointer;
}

.createPostButton {
    height: 40px;
    margin-top: 10px;
}

.offcanvas-start {
    width: 50px;/
}


.navbar-toggler-icon {


    outline: none;
}

.navbar {
    background-color: white !important;
    border: 1px solid rgb(224, 220, 220);
}


.image-post {
    display: none;
}




/* ASIDE1 */
.icon__null {
    width: 25px;
}

@media only screen and (min-width: 600px) {
    .aside-menu div aside:nth-of-type(1) .ctn-list-item .subtitle-other {
        margin-left: 2rem;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item .network-icon {
        margin: 1rem 2rem;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item .network-icon a {
        margin-left: 0.8rem;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item .network-icon a img {
        width: 30px;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item .network-icon a:nth-of-type(1) {
        margin-left: 0;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item .network-icon a:hover {
        background: #5e5ecc;
        border-radius: 100%;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item ul li {
        padding: 0.2rem;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item ul li:hover {
        background: #e6e6e6;
        text-decoration: underline;
        color: #5e5ecc !important;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item ul li a {
        color: #242425;
        padding-left: 1rem;
    }

    .aside-menu div aside:nth-of-type(1) .ctn-list-item ul li a:hover {
        color: #5e5ecc;
    }
}

/* FOOTER */
.footer__container {
    background-color: #e5e5e5;
}

.footer_container .footer_a {
    color: rgb(59, 73, 223);
}

.footer_container .footer_ul_container>li>a {
    font-size: 0.8rem;
    color: rgb(59, 73, 223);
}


/* MAIN */
.lista__footer {
    font-size: 12px;
    list-style-type: none;
}


.lista__footer li {
    margin-right: 15px;
    list-style-type: disc;
    display: inline-block;
}


.lista__footer li:before {
    content: " •  ";
    color: #999;
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
}


.lista__footer li:first-child:before {
    content: "";
}


.lista__footer2 {
    font-size: 14px;
    list-style-type: none;
}


.lista__footer2 li {
    margin-right: 15px;
    list-style-type: disc;
    display: inline-block;
}


.lista__footer2 li:before {
    content: " •  ";
    color: #999;
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
}


.lista__footer2 li:first-child:before {
    content: "";
}


.main_title_container {
    display: flex;
    height: 4rem;
    padding: 20px 20px 20px 5px;
    font-size: 18px;
}


.main_title_items {
    list-style: none;
    padding: 0;
}


.main_title_items li {
    display: inline;
    margin-right: 10px;
    color: #242323;
}


.main_title_selected {
    margin-left: 10px;
    font-weight: bold;
    color: black;
}


.poster {
    padding: 25px 0px 0px 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
}


.post__info {
    margin: 0px;
    margin-left: 5px;
    line-height: 10px;
}


.post__photo {
    width: 32px;
    height: 32px;
}


.post__name {
    font-size: 14px;
    margin-bottom: 0px;
    color: #3d3d3d;
}


.post__date {
    margin-top: 0px;
    font-size: 12px;
    color: #525252;
}


.post__title {
    padding: 0px 25px 5px 57px;
    font-size: 30px;
    margin-bottom: 0px;
    color: #171717;
}


.post_prog_lang {
    font-size: 14px;
    height: 20px;
    width: auto;
    margin-top: 5px;
    padding: 0px 25px 5px 33px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.post_prog_lang button {
    font-size: 14px;
    height: 20px;
    width: auto;
    background-color: white;
    border: none;
    font-weight: 400;
    color: #404040;
}


.post__language {
    font-size: 14px;
    margin-left: 20px;
    flex-wrap: wrap;
}


.post__reactions {
    margin-top: 10px;
    font-size: 14px;
    flex-wrap: wrap;
    margin-left: 57px;
    height: 100%;
    justify-content: space-between;
    margin-right: 30px;
}


.post__reactions div {
    margin-right: 10px;
    margin-bottom: 10px;
}


.reactions__number {
    margin-left: 0px;
    font-size: 14px;
    color: #404040;
}


.comments__number {
    color: #404040;
}


.time__read {
    color: #404040;
}


.time__read i {
    color: #404040;
}


.post__reply {
    padding: 10px 0px 0px 28px;
    height: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0px;
}


.post_photo_reply {
    width: 24px;
    height: 24px;
}


.reply__box {
    background-color: rgb(245, 245, 245);
    margin-left: 5px;
    margin-right: 25px;
    padding: 15px 20px 0px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}


.reply__name {
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 5px;
}


.reply__text p {
    color: #171717;
    font-size: 14px;
}


.reply__text {
    color: #171717;
    font-size: 14px;
}


.reply_see_more {
    margin-left: 58px;
    font-size: 14px;
    color: #3d3d3d;
}


.card {
    margin-bottom: 10px;
}


/* ASIDE 2 */
.text-dark.text-decoration-none:hover,
.listing__type:hover {
    color: blue;
}


.listing__type {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.listing_type .listing_type:hover {
    color: aliceblue;
}

.listing_type .listingtype:hover .comment_vinc:hover {
    color: black;
}


.comment__vinc {
    font-size: 14px;
    text-decoration: none;
    color: #717171;
}


a {
    font-size: 16px;
    font-family: var(--ff-sans-serif);
}

/*# sourceMappingURL=style.css.map */