﻿.card {
    border: none !important;
    transition: .2s;
}

.card:hover {
    transform: scale(1.05);
}

.container .sc-header-showcases {
    color: #003e7e;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 4.5rem;
    font-weight: 400;
    text-transform: inherit;
    line-height: 50px;
}

.sc-img-showcase {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
    box-shadow: 0 57px 69px -59px #E1E1E1 !important;
}

.sc-img-logo {
    height: 60px;
}

.sc-img-logo-not-available {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-image-not-available {
    font-size: 10rem;
}

.sc-footer-visit-site {
    padding: 0 1.35rem;
    display: flex;
    justify-content: end;
}

.sc-visit-site-link {
    text-decoration: none;
    color: #f15922;
    font-weight: bold;
	font-size: 0.875rem;
}

.sc-visit-site-link:hover {
    text-decoration: none;
    color: #f15922;
}

.sc-visit-site-icon {
    color: #f15922;
    font-weight: bold;
}

.sc-img-not-found {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 575.99px) and (max-width: 767.98px) {
}

@media (min-width: 767.99px) and (max-width: 800.98px) {
    .sc-img-showcase, .sc-img-not-found {
        min-height: 130px;
    }
    .sc-image-not-available {
        font-size: 5.5rem;
    }
}

@media (min-width: 800.99px) and (max-width: 1200.98px) {
    .sc-img-showcase, .sc-img-not-found {
        min-height: 150px;
    }
    .sc-image-not-available {
        font-size: 6rem;
    }
}

@media (min-width: 1200.99px) and (max-width: 1570.98px) {
    .sc-img-showcase, .sc-img-not-found {
        min-height: 250px;
    }
}

@media (min-width: 1570.99px) and (max-width: 1700.98px) {
    .sc-img-showcase, .sc-img-not-found {
        min-height: 320px;
    }
}

@media (min-width: 1700.99px) {
    .sc-img-showcase, .sc-img-not-found {
        min-height: 397px;
    }
}