﻿.linea-animation {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 1.5s linear forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

g.image-select image {
    display: none;
}

    g.image-select image.active {
        display: block;
    }

.line-select-content {
    padding: 10px 0;
}

@media (min-width: 768px) {
    .line-select-content {
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .line-select-content {
        padding: 150px 0;
    }
}
