@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
    font-family: Ubuntu;
    font-size: 12px;
    width: 100%;
    min-height: 100%;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    width: 15%;
    transition: all ease-in-out 0.5s;
    padding: 0 15px;
    z-index: 9997;
}

#header .profile img{
    margin: 15px auto;
    display: block;
    width: 80px;
}

#header .profile h1{
    font-size: 14px;
    margin: 20px;
    padding: 0;
    font-weight: 200px;
    /* -moz-text-align-last: center; */
    text-align: center;
    color: #0c090a;
}

#header .profile p{
    font-size: 12px;
    margin: 20px;
    padding: 0;
    font-weight: 500px;
    /* -moz-text-align-last: center; */
    text-align: left;
    color: #0c090a;

}

#header .profile a{
    font-size: 10px;
    margin: 0;
    padding: 0;
    font-weight: 100;
    /* -moz-text-align-last: center; */
    text-align: center;
    color: #0c090a;
}

#main {
    overflow-y: auto;
    margin: auto;
    top: 0;
    right: 0;
    left: 15%;
    bottom: 0;
    position: fixed;
    background-color: #ECF0F1;
}

#main .container-fluid {
    padding-left: 10px;
    padding-right: 15px;
}


#info .results {
    font-family: Ubuntu;
    background-color: #fff;
    height: 110px;
    border-left: #6C519D;
    margin-top: 50px;
    margin-left: 20px;
    border-style: solid;
    border-width: 0px 0px 0px 7px;
    border-radius: 10px 10px 10px 10px;
    padding-left: 2px;
    padding-top: 0px;
}

#info .results h5 {
    font-family: Ubuntu;
    margin-top: 7px;
    margin-bottom: 4px;
    margin-left: 7px;
    padding-top: 2px;
    font-weight:800;
    font-size: 1.4rem;
    position: relative;
    opacity: 0.7;

}

#info .results p {
    font-family: Roboto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    margin-left: 7px;
    font-weight:400;
    font-size: 1.00rem;
    color: #4D5656;
    position: relative; 

}

#info .results i {
    font-size: 24px;
    text-align: right;
    color: rgb(0, 85, 160);
    float: right;
    margin-top: 12px;
    margin-right: 12px;
    /* background-color: rgb(0, 85, 160); */
    position: relative; 
}



#topologia .format h3 {
    font-family: Ubuntu;
    margin-top: 7px;
    margin-bottom: 4px;
    margin-left: 7px;
    padding-top: 2px;
    font-weight:500;
    font-size: 1.5rem;
    position: relative;
    text-align: center;
}

#topologia .format p {
    font-family: Ubuntu;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    margin-left: 7px;
    font-weight:600;
    font-size: 1.25rem;
    color: #4D5656;
}

#topologia .format i {
    font-size: 23px;
    margin-top: 12px;
    margin-right: 12px;
    margin-left: 12px;
}

#topologia .topology img {
    width: 30px;
    height: 30px;
  }


#topologia .services img {
    width: 30px;
    height: 30px;
}

#parametros h5 {
    font-family: Ubuntu;
    margin-top: 7px;
    margin-bottom: 4px;
    margin-left: 7px;
    padding-top: 2px;
    font-weight:800;
    font-size: 1.85rem;
    position: relative;
    text-align: center;
}

#parametros th {
    font-weight:400;
    font-family: Roboto;
    width:70%;
    font-size: 1rem;
}

#parametros td {
    font-weight:400;
    font-family: Roboto;
    width:70%;
    font-size: 0.9rem;
    padding-left: 22px;
}



#main .topology {
    font-family: Ubuntu;
    background-color: #fff;
    height: 250px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 1px;
    margin-bottom: 2px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    padding-left: 2px;
    border-width: 2px;
    border-color: #fff;
    position: relative;    
}

#topology {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;

}

@media (max-width: 800px) {
    .flex-container {
      flex-direction: column;
    }
  }



#parametros .analysis {
    font-family: Ubuntu;
    background-color: #fff;
    height: 450px;
    border: #D3D3D3;
    margin-top: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
    padding-left: 2px;
    padding-top: 0px;
    position: relative; 

}

#main .analysis h5 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #fff;
    border: #fff;
    text-decoration: none;

}

#main .col-sm-6 {
    padding-right: 3px;
}

#main .col-sm-4 {
    padding-left: 3px;
    padding-right: 10px;
}

#main .col-sm-2 {
    padding-left: 3px;
    padding-right: 3px;
}

#main .col-sm-3 {
    padding-left: 1px;
    padding-right: 1px;
}

#topologia .services {
    background-color: #fff;
    height: 250px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 1px;
    margin-bottom: 2px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    padding-left: 2px;
    border-width: 2px;
    border-color: #fff;
    position: relative; 
}


#topologia .details {
    background-color: #fff;
    height: 250px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 1px;
    margin-bottom: 2px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    padding-left: 2px;
    border-width: 2px;
    border-color: #fff;
    position: relative; 
}

#services {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column

}

@media (max-width: 800px) {
    #services {
      flex-direction: column;
    }
  }

#main .services-position {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;

}

#superior {
    margin: auto;
    top: 0;
    right: 0;
    left: 250px;
    bottom: 0;
    height: 50%;
    background-color: #461e5f;
    position: relative;
}

#superior .leftside {
    margin: 5px 5px 5px 5px;
    width: 600px;
    height:97%;
    float:left;
    border-radius: 20px 20px 20px 20px;
    background-color:#fff;
}

#superior .rightside {
    margin: 5px 5px 5px 5px;
    width: 500px;
    height: 97%;
    float:left;
    border-radius: 20px 20px 20px 20px;
    background-color: #fff;
}

#inferior {
    margin: auto;
    top: 0;
    right: 0;
    left: 250px;
    bottom: 0;
    height: 50%;
    background-color: #461e5f;
    position: relative;
}

#inferior .one_inferior {
    width: 1100px;
    height:95%;
    float:left;
    border-radius: 20px 20px 20px 20px;
    padding: 50px;
    border: 2px #fff;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color:#fff;  
}


#superior .col-sm-8 {
    /* margin: 5px 5px 5px 5px;
    
    ;*/
    background-color:#fff; 
    /* height:200px;
    border-radius: 20px 20px 20px 20px;
    float: left; */
}

#superior .col-sm-4 {
    /* margin: 5px 5px 5px 5px;
    
    */
    background-color:#fff; 
    /* height:200px;
    border-radius: 20px 20px 20px 20px;
    float: left; */
}
@media (max-width: 376px){
    .magic-img{
        display: none;
    }
}

/* @media (min-width: 701px){
    .img-magic{
        display: blo;
    } 
} */

