/* Google Font Import - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* @font-face kit by Fonts2u (https://fonts2u.com) */ @font-face {font-family:"Quenda-Medium";src:url("/funcao/Trocadetitularidade/source/font/Quenda-Medium.eot") format("eot"),url("/funcao/Trocadetitularidade/source/font/Quenda-Medium.woff") format("woff"),url("/funcao/Trocadetitularidade/source/font/Quenda-Medium.ttf") format("truetype"),url("Quenda-Medium.svg#Quenda-Medium") format("svg");font-weight:normal;font-style:normal;}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header {
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 100px;
    height: 80px;
}

.header p {
    font-family: "Quenda-Medium";
    color: #ec6500;
    text-align: center;
    font-size: 40px;
    font-weight: 900;  
}

.PF {
    width: 300px;
    height: auto;
    background-color: #ec6500;
    padding: 25px;
    border-radius: 10px;
    margin: 3px;
}

.PF p {
    color: white;
    font-weight: 500;
    font-size: 20px;
    font-family: "Quenda-Medium";
}

.PF .bxs-bolt {
    font-size: 40px;
    color: white;
}

.icon {
    font-size: 40px;
    color: #ec6500;
}

.PJ .bxs-error-alt {
    font-size: 40px;
    color: #ec6500;
}

.PJ {
    width: 300px;
    height: auto;
    background-color: #F1F1F1;
    padding: 25px;
    border-radius: 10px;
    margin: 3px;
}

.PJ p {
    color: #ec6500;
    font-weight: 500;
    font-size: 20px;
    font-family: "Quenda-Medium";
}

.OP .bx-git-repo-forked {
    font-size: 40px;
    color: white;
}

.OP {
    width: 250px;
    height: auto;
    background-color: #373a3c;
    padding: 25px;
    border-radius: 10px;
    margin: 3px;
}

.OP p {
    color: white;
    font-weight: 500;
    font-size: 20px;
    font-family: "Quenda-Medium";
}

.AR {
    width: 250px;
    height: auto;
    background-color: #ec6500;
    padding: 25px;
    border-radius: 10px;
    margin: 3px;
}

.AR p {
    color: white;
    font-weight: 500;
    font-size: 20px;
    font-family: "Quenda-Medium";
}

.AR .bx-sitemap {
    font-size: 40px;
    color: white;
}

.MI {
    width: 300px;
    height: auto;
    background-color: #F1F1F1;
    padding: 25px;
    border-radius: 10px;
    margin: 3px;
}

.MI p {
    color: #ec6500;
    font-weight: 500;
    font-size: 20px;
    font-family: "Quenda-Medium";
}

.bxs-tree {
    font-size: 40px;
    color:#ec6500;
}

.MI .bxs-bolt {
    font-size: 40px;
    color: #ec6500;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bottom img {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}




