﻿@import url(../caasp-fonts.css);

.img-main-banner-div {
    background-image: url(https://www.caasp.org.br/imagens/acaasp-bg.jpeg);
}

.diretoria-fotos {
    max-height: 160px;
    object-fit: cover;
    max-width: 140px;
}

@media (min-width: 1200px) {
    .text-overlay {
        width: 33%;
        left: 15%;
    }
}

@media (max-width: 767px) {
    .text-overlay {
        position: absolute !important;
        top: calc(2% - 2vw) !important;
        transform: none !important;
        padding: 0 !important;
    }

    .img-main-banner {
        margin-top: 300px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(260px - 10vw) !important;
    }
}

@media (max-width: 575px) {
    .text-overlay {
        position: absolute !important;
        top: calc(2% - 2vw) !important;
        transform: none !important;
        padding: 0 !important;
    }

    .img-main-banner {
        margin-top: 100px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(260px - 10vw) !important;
    }
}