@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
}


nav {
    background-color: #00882d;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    height: auto;
    position: relative;


}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    height: 10%;
}

nav li {
    margin: 0 20px;
}

nav a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    color: #fff;
    text-decoration: none;

    padding: 20px;
    border-radius: 1rem;
}

nav a:hover {
    background-color: #005f34;
    color: #fff;
    padding: 20px;
    border-radius: 1rem;
    text-decoration: none;
}

#user,
#conf {
    background-color: #fff;
    color: #024d09
}

#logo {
    background-color: #005400;
    width: 10%;
    margin-left: 20px;
    padding: 20px;
    border: 1px solid none;
    border-radius: 0 0 20px 20px;
}


body {
    background: #1B213B;
    color: #777;
    font-family: Montserrat, Arial, sans-serif;
}

.body-bg {
    background: #F3F4FA !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 600;
}

.box .apexcharts-xaxistooltip {
    background: #1B213B;
    color: #fff;
}

.content-area {
    max-width: 1280px;
    margin: 0 auto;
}

.box {
    background-color: #262D47;
    padding: 25px 25px;
    border-radius: 4px;
}

.columnbox {
    padding-right: 15px;
}

.radialbox {
    max-height: 333px;
    margin-bottom: 60px;
}

.apexcharts-legend-series tspan:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
}

.edit-on-codepen {
    text-align: right;
    width: 100%;
    padding: 0 20px 40px;
    position: relative;
    top: -30px;
    cursor: pointer;
}

.visaoaerea {
    width: 100%;
    height: 100vh;
    background-image: url(../assets/imgs/viasaoaereaEdit.png);
    background-position: center;
    background-size: auto;
}



.div1 {
    box-sizing: border-box;

    position: absolute;
    width: 187.94px;
    height: 334px;
    left: 645.76px;
    top: 160.47px;


    transform: rotate(-44.74deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    height: max-content;
    width: max-content;
    position: absolute;
    transform: rotate(45deg);

    font-family: 'Montserrat';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 59px;
    white-space: nowrap;

    /* identical to box height */
    z-index: 1;
    padding: 100px;
    


    color: #00000000;
}


.div2 {
    box-sizing: border-box;

    position: absolute;
    width: 187.94px;
    height: 334px;
    left: 635.76px;
    top: 550px;


    transform: rotate(44.66deg);
}

.div3 {
    box-sizing: border-box;

    position: absolute;
    width: 187.94px;
    height: 334px;
    right: 630.76px;
    top: 550px;


    transform: rotate(-44.78deg);
}

.div4 {
    box-sizing: border-box;

    position: absolute;
    width: 187.94px;
    height: 334px;
    right: 635.76px;
    top: 160px;


    transform: rotate(43.8deg);
}

.div1:hover,
.div2:hover,
.div3:hover,
.div4:hover {
    background-color: #f17a0b74;
    -webkit-transition:1s;
}

p:hover{
    -webkit-transition:1s;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.div2 p{
    left: -50%;
    transform: rotate(0.88turn);
}
.div3 p{
    left: -40%;
    transform: rotate(0.13turn);
}
.div4 p{
    top: 15%;
    left: -45%;
    transform: rotate(0.88turn);
}

@media (max-width: 768px) {
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    nav li {
        flex: 1 0 100%;
        margin: 10px 0;
    }


}