html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

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

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

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

body {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    background-color: #1b1b1f;
    color: #fff;
    height: 100%;
    line-height: normal;
    width: 1920px;
}

img {
    max-width: 100%;
    height: auto;
}

.d-none {
    display: none !important;
}

button,
input,
textarea {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline-style: none;
    outline: 0;
    outline: none;
}

.line {
    width: 300px;
    height: 1px;
    border: solid 2px #5afa35;
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

.ic-ip-normal {
    width: 51px;
    height: 63px;
    background-image: url('../imagens/svg/ic-normal.svg');
}

.ic-ip-attack {
    width: 51px;
    height: 63px;
    background-image: url('../imagens/svg/ic-ip-attack.svg');
}

.ic-ip-attack-2 {
    width: 34.1px;
    height: 41.9px;
    background-image: url('../imagens/svg/ic-ip-attack.svg');
}

@keyframes ic-up-effect {
    0% {
        -webkit-filter: contrast(1);
        filter: contrast(1);
    }
    50% {
        -webkit-filter: contrast(4);
        filter: contrast(4);
    }
    75% {
        -webkit-filter: contrast(3);
        filter: contrast(3);
    }
    90% {
        -webkit-filter: contrast(2);
        filter: contrast(2);
    }
}

.topo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 334px;
    border-radius: 24px;
    background-color: #222226;
}

.topo .logo {
    width: 25%;
}

.topo .box-notice {
    margin-left: 55px;
}

.topo .open {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    height: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.topo .open .open-text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 325px;
    height: 110px;
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.topo .open i {
    margin-right: 21px;
}

.topo .box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 421px;
    height: 138px;
    border-radius: 18px;
    border: solid 2px #f81d64;
    margin-top: 40px;
}

.topo .box p {
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #ffffff;
    padding-left: 20px;
}

.topo .box-jpa {
    width: 100px;
    height: 100px;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #28282f;
    border-radius: 8px;
    margin-bottom: 30px;
    font-family: 'Montserrat-Regular';
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.topo .box-spo {
    width: 100px;
    height: 100px;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #28282f;
    border-radius: 8px;
    font-family: 'Montserrat-Regular';
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.topo .box-ip {
    width: 391px;
    height: 100px;
    border-radius: 8px;
    background-color: #28282f;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.container {
    /*width: 95%;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    margin: 0 auto;
    margin-top: 4.3333vh;
     -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;*/
    margin-top: 30px;
}

.container h1 {
    width: 581px;
    height: 50px;
    font-size: 40px;
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-left: 55px;
    margin-bottom: 30px;
}

.container h1 span {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.container .screen {
    margin-left: 55px;
    display: -webkit-flex;
    display: flex;
}

.iconify {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #d0d0d0;
}

.container .screen .img_container {
    width: 581px;
    height: 274px;
    border-radius: 4px;
    background-color: #f3f3f3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.container .screen img {
    margin-right: 32px;
    margin-bottom: 33px;
}

.box-notice-3 {
    margin-left: 30px;
}

.box-notice-1 {
    margin-left: 167px;
}

.box-notice-2 {
    display: flex;
    align-self: flex-start;
    margin-top: 50px;
    margin-left: 30px;
}

.box-notice-2 .hora {
    width: 250px;
    height: 50px;
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
}

.box-notice-2 .data {
    width: 250px;
    height: 30px;
    font-family: 'Montserrat-Regular';
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
}

.row {
    float: left;
    width: 100%;
    height: 70px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #434453;
    margin-bottom: 10px;
    padding: 15px 0;
}

.row .title {
    height: 100%;
    width: 25%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 3%;
    border-right: solid 2px #4a4c5c;
    font-size: 30px;
}

.row .group {
    width: 41%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
}

.row .group .total {
    font-size: 40px;
    margin-right: 4%;
    color: #fff;
}

.row .group i {
    margin: 0 8%;
}

.row .group .group-open {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%;
    border-right: solid 2px #4a4c5c;
}

.row .group .group-inprogress {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%;
}

.row .group .group-inprogress .total {
    color: #1dcdfe;
}

.row .group-progress {
    width: 34vw;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-left: solid 2px #4a4c5c;
    padding-left: 35px;
    padding-right: 10px;
}

.row .col-progress {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 0 15px;
}

.row .col-progress .time {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

.row .col-progress.surpassed .time {
    color: #f81d64;
}

.slider .row {
    padding-right: 20px;
}

.slider .row .group-progress {
    width: calc(34vw - 9px);
}

.row-group {
    float: left;
    width: 100%;
    height: 190px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #434453;
    margin-bottom: 10px;
    padding: 20px 20px 10px 20px;
}

.row-group .levels {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    width: 100%;
    padding-left: 20px;
    height: 100%;
    position: relative;
}

.row-group .levels .row {
    position: absolute;
    left: 20px;
    width: calc(100% - 20px);
}

.row-group .levels .title {
    width: calc(25% - 58px);
}

.row-group .levels .title .ic-high-demand.show {
    animation: show 2s ease-in forwards;
}

.row-group .levels .title .ic-high-demand.hide {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.row-group .levels .group {
    width: calc(41% + 42px);
}

.row-group .row {
    background-color: #525363;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.row-group .progress {
    background-color: #484959;
}

.row-group .title i {
    margin-left: 20px;
}

.up {
    animation: up .5s ease-in forwards, sombra 1s linear;
}

.low {
    animation: low .5s ease-in forwards;
}

@keyframes sombra {
    0% {
        box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.4);
    }
    100% {
        box-shadow: 0 15px 25px 0 transparent;
    }
}

@keyframes show {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    50% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

@keyframes up {
    0% {
        top: 80px;
        z-index: 1;
    }
    100% {
        top: 0;
        z-index: 2;
    }
}

@keyframes low {
    0% {
        top: 0;
    }
    100% {
        z-index: 1;
        top: 80px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.slick-slide .item {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}