<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@font-face {
    font-family: 'Campton Light';
    src: url('../fonts/campton/CamptonLight.eot');
    src: url('../fonts/campton/CamptonLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton/CamptonLight.woff2') format('woff2'),
         url('../fonts/campton/CamptonLight.woff') format('woff'),
         url('../fonts/campton/CamptonLight.ttf') format('truetype'),
		 url("../fonts/campton/CamptonLight.otf") format('opentype'),
         url('../fonts/campton/CamptonLight.svg#camptonlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton Light Italic';
    src: url('../fonts/campton/CamptonLightItalic.eot');
    src: url('../fonts/campton/CamptonLightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton/CamptonLightItalic.woff2') format('woff2'),
         url('../fonts/campton/CamptonLightItalic.woff') format('woff'),
         url('../fonts/campton/CamptonLightItalic.ttf') format('truetype'),
		 url("../fonts/campton/CamptonLightItalic.otf") format('opentype'),
         url('../fonts/campton/CamptonLightItalic.svg#camptonlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/campton/CamptonBook.eot');
    src: url('../fonts/campton/CamptonBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton/CamptonBook.woff2') format('woff2'),
         url('../fonts/campton/CamptonBook.woff') format('woff'),
         url('../fonts/campton/CamptonBook.ttf') format('truetype'),
		 url("../fonts/campton/CamptonBook.otf") format('opentype'),
         url('../fonts/campton/CamptonBook.svg#camptonbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton Medium';
    src: url('../fonts/campton/CamptonMedium.eot');
    src: url('../fonts/campton/CamptonMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton/CamptonMedium.woff2') format('woff2'),
         url('../fonts/campton/CamptonMedium.woff') format('woff'),
         url('../fonts/campton/CamptonMedium.ttf') format('truetype'),
		 url("../fonts/campton/CamptonMedium.otf") format('opentype'),
         url('../fonts/campton/CamptonMedium.svg#camptonmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton Bold';
    src: url('../fonts/campton/CamptonBold.eot');
    src: url('../fonts/campton/CamptonBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton/CamptonBold.woff2') format('woff2'),
         url('../fonts/campton/CamptonBold.woff') format('woff'),
         url('../fonts/campton/CamptonBold.ttf') format('truetype'),
		 url("../fonts/campton/CamptonBold.otf") format('opentype'),
         url('../fonts/campton/CamptonBold.svg#campton_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #f8f6f2;
}



    /* LOADER */
    #div-loader-principal {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.66);
        z-index: 1499;
    }

    #img-loader-principal {
        position: absolute;
        top: 35%;
        left: 45%;
    }

    /* PAGE CONTENT */

    #layout-conteudo {
        margin-top: -0.05rem;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    /* LOADER */
    #div-loader-principal {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.66);
        z-index: 1499;
    }

    #img-loader-principal {
        position: absolute;
        top: 35%;
        left: 45%;
    }

    /* PAGE CONTENT */

    #layout-conteudo {
        margin-top: -0.05rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    /* LOADER */
    #div-loader-principal {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.66);
        z-index: 1499;
    }

    #img-loader-principal {
        position: absolute;
        top: 35%;
        left: 45%;
    }

    /* PAGE CONTENT */

    #layout-conteudo {
        margin-top: -0.05rem;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    /* LOADER */
    #div-loader-principal {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.66);
        z-index: 1499;
    }

    #img-loader-principal {
        position: absolute;
        top: 35%;
        left: 24%;
    }

    /* PAGE CONTENT */

    #layout-conteudo {
        margin-top: -0.05rem;
    }
}
</pre></body></html>