@import url(style2.css);
@import url(custom.css);
footer {
    background-color: rgb(12, 14, 32); 
    background-image: url(../images/istockphoto-508917664-1024x1024.jpg);
    background-repeat: no-repeat; 
    background-size: 80%;  
    background-position-y: 40%;
    background-position-x: right;
}


footer .bg-contrast-variant-2 {
    background: rgba(23, 62, 81, 0.75);
    background: transparent;
}

/* footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 62, 81, 0.5);
    z-index: 1;
} */

footer * {
    position: relative;
    z-index: 2;
}

footer .fa {
    font-size: 18px;
    line-height: 18px;
}

.bg-quem-somos {
    background-image: url(../images/quemsomos.png);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: 35%;
}

.bg-diretores {
    background-image: url(../images/istockphoto-904105652-1024x1024.jpg);
}

.bg-img-2 {
    background-image: url(../images/site/parallax.jpg);
}

.bg-img-6 {
    background-image: url(../images/cidade.jpg);
}

.bg-isc {
    background-image: url(../images/icons/logo_isc.png);
    background-repeat: no-repeat;
    background-size: 50%;
}

.filosofia {
    text-align: center;
    /* color: black; */
    font-weight: 400;
    padding: 30px 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 310px;
    height: 300px;
    margin: 10px auto;
    transition: ease-in-out transform 500ms;
}

.filosofia::after {
    position: relative;
}

.filosofia:hover {
    z-index: 10;
    transform: scale(1.05)
}

.filosofia p {
    vertical-align: middle;
    margin-top: auto;
}

.filo-1 {
    background-color: #d4e6eb;
    border: solid 4px #9bb6be;
    box-shadow: 0 0 0 20px hsl(200, 68%, 25%);
}

.filo-2 {
    background-color: #f5f4b6;
    border: solid 4px #ccca6b;
    box-shadow: 0 0 0 20px hsl(55, 78%, 49%);
}

.filo-3 {
    background-color: #cfedf1;
    border: solid 4px #94c4e0;
    box-shadow: 0 0 0 20px hsl(198, 62%, 62%);
}

.team-modern {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    transition: all .3s ease;
    z-index: 1;
}

@media (min-width: 992px) {
    .desktop .team-modern:hover {
        transform: translate3d(0, -20px, 0);
    }
}

.team-modern {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    transition: all .3s ease;
    z-index: 1;
}

.team-modern-caption {
    padding: 26px 0 20px;
    overflow: hidden;
}