﻿



.card-portfolio {
    width: 350px;
    /*height: 380px;*/
    padding: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: white;
    margin: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
}

    .card-portfolio:hover {
        background-color: #00808055 !important;
        cursor: pointer;
        transition: 0.5s;
        transform: scale(1.05);
    }



    .card-portfolio small {
        word-wrap: break-word;
        width: 300px;
    }


    .card-portfolio img {
        width: 100%;
        height: 205px;
    }


    .card-portfolio .card-button {
        margin-top: auto;
    }


.slideshow-container {
    max-width: 600px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
