/* Portfolio Section */
#portfolio {
    background: transparent;
}

.categories {
    padding-bottom: 30px;
    text-align: center;
}

ul.cat li {
    display: inline-block;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

    ol.type li a {
        border: 1px solid #777;
        color: #555;
        padding: 8px 20px;
    }

        ol.type li a.active {
            background: #222;
            border: 1px solid #222;
            color: #fff;
        }

        ol.type li a:hover {
            background: #222;
            border: 1px solid #222;
            color: #fff;
        }

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.portfolio-item {
    margin: 15px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .portfolio-item:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .portfolio-item .hover-bg {
        height: 195px;
        overflow: hidden;
        position: relative;
    }

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

    .hover-bg .hover-text > h4 {
        text-transform: uppercase;
        opacity: 0;
        color: #fff;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all 0.3s;
    }

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

#portfolio i.fa {
    font-size: 20px;
    padding: 5px;
    color: #E87E04;
}

.nivo-lightbox-image {
    background-color: #fff;
}

.trayectoria-title {
    color: #48f0b3;
    font-size: 20px;
}

.timeline {
    margin: 50px 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

    .timeline li {
        transition: all 200ms ease-in;
    }

.timestamp {
    width: 100%; /* for flexible width */
    margin-bottom: 20px;
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 4px solid #48F0B3;
    position: relative;
    transition: all 200ms ease-in;
}

    .status span {
        font-weight: 600;
        padding-top: 20px;
        width: max-content;
    }

        .status span:before {
            content: '';
            width: 25px;
            height: 25px;
            background-color: #f8d40a;
            border-radius: 25px;
            border: 4px solid #48F0B3;
            position: absolute;
            top: -15px;
            left: calc(50% - 12px); /* align circle to center */
            transition: all 200ms ease-in;
        }

    .status a {
        position: absolute;
        margin-left: 0.55rem;
        top: -18px;
        color: #f8d40a;
        z-index: 3;
    }

.swiper-control {
    text-align: right;
}

.swiper-container {
    width: 100%;
    height: 250px;
    margin: 50px 0;
    overflow: hidden;
    padding: 0 20px 30px 20px;
}

.swiper-slide {
    min-width: 300px;
    text-align: center;
    font-size: 18px;
}

    .swiper-slide:nth-child(2n) {
        width: 40%;
    }

    .swiper-slide:nth-child(3n) {
        width: 20%;
    }

.popover {
    background-color: #272727 !important;
    border: 2px solid #272727 !important;
}

    .popover.bottom > .arrow:after {
        border-bottom-color: #272727 !important;
    }

.popover-title {
    background-color: transparent !important;
    border-bottom: none !important;
    font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #48F0B3;
}

.text-white {
    color: #fff;
}

.btn-link {
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .swiper-container {
        overflow-x: scroll;
    }
}

.swiper-slide.first {
    border-left: 4px solid #48f0b3;
}
.swiper-slide.last {
    border-right: 4px solid #48f0b3;
}