@font-face {
  font-family: 'Manrope';
  src:url('fonts/Manrope-Regular.woff') format('woff'),
        url('fonts/Manrope-Regular.woff2') format('woff2'),
        url('fonts/Manrope-Regular.svg#Manrope-Regular') format('svg'),
        url('fonts/Manrope-Regular.eot'),
        url('fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Regular.ttf') format('truetype');

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

  font-weight: 700;
  font-style: normal;
}
body {
    background-image: linear-gradient( 135deg, #52E5E7 10%, #130CB7 100%);
    flex-direction: column;
    padding: 5em 2em;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: 'Manrope';
}
h5{
	font-weight:700;
}
h3{
	padding:0;
	margin:0;
}
p{
	color:#555;
}
#time {
    display: block;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
}
#date{
    display: block;
}
.btn-date-time {
    padding: 0.7em 1em;
    border-radius: 1em;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    border: 0!important;
}
.cesdrr_logo {
    width: 732px;
    height: 100px;
}
.cesdrr_logo img {
    width: 100%;
}
.btn-date-time:hover,
.btn-date-time:active{
	background:rgb(39 39 39 / 64%)!important;
	color:#fff!important;
	border:0!important;
}
.btn-date-time:focus{
    background: rgb(255 255 255 / 10%);
	color:#fff!important;
	border:0!important;
}
.main-block {
	background-color: rgb(34 38 41 / 43%);
    backdrop-filter: blur(10px);
    max-width: 1280px;
    max-height: 1200px;
    height: calc(100vh - 10em);
    display: flex;
    overflow: hidden;
    width: 100%;
    border-radius: 2em;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    position: relative;
}
.color-1 {
    background-color: #ECFDF5!important;
    box-shadow: 0 0.125rem 0.25rem #b5d2c4 !important;
}
.color-2 {
    background-color: #F0F5FF!important;
    box-shadow: 0 0.125rem 0.25rem #c5cfe2 !important;
}
.color-3 {
    background-color: #F8F2FF!important;
    box-shadow: 0 0.125rem 0.25rem #cbbcdd !important;
}
.color-4 {
    background-color: #fff7f2!important;
    box-shadow: 0 0.125rem 0.25rem #d8ceb7 !important;
}
.color-5 {
    background-color: #fffef2!important;
    box-shadow: 0 0.125rem 0.25rem #cbc9ad !important;
}
.cesdrr-contacts, .cesdrr-contacts p{
	color:#fff;
}
.widget-title{
	font-weight:700;
	margin-bottom:0.7em;
	margin-top:0;
}
.c-p{
	cursor:pointer;
}
.main{
    background: #fff;
    border-radius: 1em;
    height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}
.cesdrr-br{
    border-right: 1px solid #ccc;
}
.cesdrr-bl {
    border-left: 1px solid #ccc;
    padding-right: 1em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex: 1;
}
.cesdrr-bt{
    border-top: 1px solid #ccc;
}
.cesdrr-bb{
    border-bottom: 1px solid #ccc;
}
.cesdrr-logos {
    width: max-content;
    max-width: 120px!important;
    padding: 1em 0;
    align-self: center;
}
.row .col, img {
    max-width: 100%;
    height: auto;
}
#informer-exchange-profinkz {
    position: absolute;
    top: 20px;
    margin: 0 auto;
    width: 300px;
    background: #fff;
    left: 0;
    right: 0;
    padding: 5px;
    text-align: center;
}