﻿/* ============================================== Header =========================================== */
@import url('header.css');

/* ============================================== Nav2 ============================================= */
@import url('nav1.css');

/* ============================================== Nav2 ============================================= */
@import url('nav2.css');

/* ============================================== Main ============================================= */
@import url('main.css');

/* ============================================== Footer =========================================== */
@import url('footer.css');

/* ============================================== Reset =========================================== */
@import url('reset.css');




/* ============================================== Sharepoint ======================================= */
#s4-bodyContainer {
    padding-bottom: 0;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-height: 100vh;
    max-width: 1170px;
    margin: 0 auto;
    width: auto !important;
    /* overflow: hidden; */
}

/* ============================================== Cookies =========================================== */
#s4-bodyContainer #madPanel {
    position: fixed;
    bottom:0px;
    left: 0;
    color:rgb(64,64,64);
    background-color:rgb(255,255,255);
    padding:1rem;
    text-align:center;
    font-size:1.1rem;
    z-index:1000;
}
#s4-bodyContainer #madPanel a {
	color:rgb(64,64,64);
	text-decoration:underline;
}
#s4-bodyContainer #madPanel button {
	border-radius:25px;
	font-size:1.1rem;
	cursor: pointer;
	padding: 6px 10px 10px 10px;
}
#s4-bodyContainer #madPanel #button1 {
	background-color:rgb(64,64,64);
	color:rgb(255,255,255);
}
#s4-bodyContainer #madPanel #button1:hover {
	background-color:rgb(128,128,128);
	color:rgb(255,255,255);
}


/* ============================================== Marcas =========================================== */
body {
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1rem;   
}
article *,
aside *,
footer *,
header *,
main *,
nav *,
section * {
    margin: 0px;
    padding: 0px;
}







