@font-face {
    font-family: 'prompt';
    src: url(../font/Prompt-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'prompt';
    src: url(../font/Prompt-Medium.ttf) format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'prompt';
    src: url(../font/Prompt-Light.ttf) format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'prompt';
    src: url(../font/Prompt-LightItalic.ttf) format('truetype');
    font-style: italic;
}

* {
    font-family: 'prompt';
}

.main-color {
    color: #19d1c3;
}

.secondary-color {
    color: #005e98 !important;
}

.tertiary-color {
    color: #53565A;
}

.acordos-background {
    background-color: #B8B9B9;
}

.white-color {
    color: white;
}

.footer-color {
    color: #859798;
}

.accent-color {
    color: #BBBCBC;
}

.b-main-color {
    background-color: #19d1c3 !important;
}

.b-tertiary-color {
    background-color: #53565A;
}

.b-white {
    background-color: white;
}

.b-secondary-color {
    background-color: #005e98;
}

.border-secondary-color {
    border-color: #005e98 !important;
}

.b-table-accent {
    background-color: #EDEEEE !important;
}

.input-color {
    background-color: #CCDDE7 !important;
}

.b-image-banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: 100%;
}

.b-image-exercicio {
    background: url(../images/ex-saude.jpg) no-repeat;
    background-size: 100%;
}

.icon {
    height: 150px;
    width: 150px;
}

.service > div > div > span {
    font-size: 28px;
    font-weight: 500;
}

.service > div > div > img {
    height: 200px;
    width: 200px;
}

.service > div > div.col-2 {
    margin: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social {
    height: 50px;
    width: 50px;
}

.click {
    cursor: pointer;
}

.missao {

}

.call-for-action {
    position: absolute;
}

@media only screen and (max-width: 576px) {

    .call-for-action {
        top: 10% !important;
        left: 5% !important;
    }
}

@media only screen and (min-width: 576px) {
    .missao {
        padding: 110px 300px !important;
        margin-top: 40px
    }
}

@media only screen and (min-width: 768px) {
    .missao {
        padding: 110px 100px !important;
        margin-top: 40px
    }

    .call-for-action {
        top: 20%;
        left: 5%
    }

    .advance > img {
        width: 100% !important;
    }

    .future > img {
        width: 80% !important;
    }

    .prime > img {
        width: 80% !important;
    }

    .multicare > img {
        width: 100% !important;
    }

    .joaquim > img {
        width: 100% !important;
    }

    .sams > img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .show {
        display: flex;
    }
}

@media only screen and (min-width: 992px) {

    .show {
        display: none !important;
    }

    .missao {
        padding: 110px 150px !important;
        margin-top: 40px
    }

    .call-for-action {
        top: 30%;
        left: 5%
    }

    .ministerio > img {
        width: 50% !important;
    }

    .advance > img {
        width: 100% !important;
    }

    .future > img {
        width: 80% !important;
    }

    .prime > img {
        width: 80% !important;
    }

    .multicare > img {
        width: 100% !important;
    }

    .joaquim > img {
        width: 100% !important;
    }

    .sams > img {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .missao {
        padding: 110px 200px !important;
        margin-top: 40px
    }

    .call-for-action {
        top: 30%;
        left: 5%
    }
}

@media only screen and (min-width: 1400px) {
    .missao {
        padding: 110px 300px !important;
        margin-top: 40px
    }

    .call-for-action {
        top: 30%;
        left: 5%
    }

    .ministerio > img {
        width: 80% !important;
    }
}








