﻿@import url(../caasp-fonts.css);

.img-main-banner-div {
    background-image: url(https://www.caasp.org.br/imagens/politica-de-cookies.jpeg);
}

.text-overlay {
    left: initial;
    width: 30%;
}

.container-caasp {
    width: 64%;
}

.text-overlay {
    position: absolute;
    top: 180px;
    text-align: left;
}

@media (max-width: 1024px) {
    .text-overlay {
        width: 80%;
        left: initial;
        position: absolute !important;
        top: 90px !important;
        transform: none !important;
    }
}

@media (max-width: 1199px) {
    .text-overlay {
        width: 35%;
        left: 10vw;
    }
}


@media (max-width: 1024px) {
    .text-overlay {
        width: 80% !important;
        left: initial !important;
        position: absolute !important;
        top: 90px !important;
        transform: none !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        min-height: 500px !important;
        background-position-x: 80% !important;
        margin-top: calc(300px - 10vw) !important;
    }
}

@media (max-width: 767px) {
    .text-overlay {
        position: absolute !important;
        top: 100px !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(300px - 10vw) !important;
    }
}

@media (max-width: 575px) {
    .text-overlay {
        position: absolute !important;
        top: 80px !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(300px - 10vw) !important;
    }
}

table th, td {
    vertical-align: middle;
    color: var(--caasp-font-color-body);
    font-size: 14px;
}

table th{
    font-size: 16px;
}