body {
    background-color: white;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}

.header {
    height: 60vh;
}

.img-container {
    background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 92, 0.7),
            rgba(0, 0, 61, 0.7)),
            url("../img/paisagem2.jpg");
    background-size: cover;
    background-position: bottom;
}

.btn-link.btn-anchor {
    outline: none !important;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.increase-photo {
    width: 20%;
    box-shadow: 0 1.5rem 4rem rgba(0,0,0,.4);
    border-radius: 2px;
    position: relative;
    z-index: 10;
}
.increase-photo:hover{
    transform: scale(6);
    box-shadow: 0 2.5rem 4rem rgba(0,0,0,.5);
    z-index: 20;
}

.texto-centralizado {
    text-align: justify;
    text-justify: inter-word
}

.text-block {
    position: absolute;
    top: 40px;
    left: 340px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
}

@media (max-width: 400px) {

    .text-block{
        top: 10px;
        left: 20px;
        padding: 5px;
    }

    h3 { font-size: 1.25rem; }
    h4 { font-size: 1rem; }
    h5 { font-size: .75rem; }

}

.login-box {

    margin-top: 5%;
    margin-left: 10%;

}

.celr-adm-solid-navbar{

    height: 110px;
    width: auto;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.celr-adm-login-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
