/* ===============================================================
			[ * Equipo5 Section ] 
================================================================*/
/* --------------- Equipo5 styles --------------- */

.portfolio-style-2 .portfolio-card {
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding-bottom: 1rem;
}

@media only screen and (min-width:768px) {

    .portfolio-style-2 .portfolio-card {
        display: flex;
        padding-bottom: 0 !important;
    }

    .portfolio-style-2 .portfolio-card .info {
        display: flex;
        padding: 30px;
    }

    .portfolio-style-2 .text-area {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center !important
    }

    .portfolio-style-2 .portfolio-card .contenedor-postulate {
        justify-content:center;
        text-align:center;
        display:flex;
    }
}

    .portfolio-style-2 .portfolio-card:hover {
        transition: .5s;
        box-shadow: 1px 1px 2px 2px #9993;
    }

    .portfolio-style-2 .portfolio-card .info {
        padding: 10px;
    }

        .portfolio-style-2 .portfolio-card .info h4 {
            color: #000;
        }

        .portfolio-style-2 .text-area {
            font-size: 10px;
            letter-spacing: 1px;
            color: #1E8DEE;
            text-align:left;
        }

        .portfolio-style-2 .tags p {
            border: 1px solid #1E8DEE;
            display: inline-block;
            width: auto;
            font-size: 11px;
            padding: 3px 7px;
            margin-top: 10px;
            border-radius: 4px;
            background-color: #eef4f8;
        }

    .portfolio-style-2 .portfolio-card:hover h5 a {
        color: #1E8DEE !important;
    }

.portfolio-style-2 .btn-postularse {
    border-radius: 7px;
    border: 1px solid #1E8DEE;
    color: #1E8DEE;
}

    .portfolio-style-2 .btn-postularse:hover {
        color: #fff !important;
        background: #1E8DEE;
    }

.portfolio-style-2 .modal .close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    border: none !important;
    background: #fff !important;
}

.portfolio-style-2 .modal .modal-dialog {
    border-radius: 5px;
    padding: 3rem;
}

.portfolio-style-2 .modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar {
    display: none !important;
}

footer {
    display: none !important;
}

.portfolio-style-2.section-padding {
    min-height: 100vh;
}

* {
    font-family: 'rubik-regular';
}

.ciudad {
    font-size: 35px;
}
.note-editor {
    padding: 0 !important;
    margin: 1rem auto;
    width: 96%;
    border: none !important;
}
.note-resizebar {
    height: 0 !important;
    padding-top: 0 !important;
}
.note-editable {
    background: #fff !important;
}

@media only screen and (max-width: 991px) {
    .portfolio-style-2 .modal {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .portfolio-style-2 .modal-dialog {
        padding: 1rem 0 0 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .modal-content {
        position: fixed;
        bottom: 0;
    }
}