.psn-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #eee;    
    max-width: 100%;
    margin: 0 auto;
}

/* HEADER */
.psn-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.psn-fecha {
    opacity: .6;
}
.psn-header-data span {
    margin-left: 20px;
	font-weight:bold;
	color:#000;
}
.psn-header-data span strong {
	color:#E86200;
}
.psn-temp-icon {
    font-weight: bold;
    font-size: 30px;
    vertical-align: middle;
	color: #000 !important;
}
.psn-temp-icon svg {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

/* DIVIDERS */
.psn-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

/* AVISOS */
.psn-avisos-title {
    font-weight: bold;
    margin-bottom: 6px;
}
.psn-avisos-text {    
    padding: 10px;
    border-radius: 5px;
}

/* CÍRCULOS */
.psn-circles-row {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.psn-circle-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	width: 25%;
}
.psn-circle {
    width: 130px;
    height: 130px;
    position: relative;
}
.psn-circle svg {
    transform: rotate(-90deg);
}
.psn-trail {
    stroke: #eee;
    stroke-width: 10;
    fill: none;
}
.psn-path {
    stroke-width: 10;
    fill: none;
    transition: stroke-dashoffset 0.8s ease, stroke 0.3s;
}
.psn-circle-number {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #E86200;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.psn-circle-number span {
    display: block;
    opacity: .7;
    font-size: 14px;
    margin-top: -4px;
}
.psn-circle-label {
    margin-bottom: 8px;
    color: #000;
}
.seccion-interior .avisos{
    width: 42%;
}
.seccion-interior .psn-circles-row {
    width: 56%;
}
.seccion-interior {
	margin-top:32px;
    display: flex;
    justify-content: space-between;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .psn-header-top {
        flex-direction: column;
        text-align: center;
    }
    .psn-header-data span {
        display: block;
        margin: 5px 0;
    }
    .psn-circles-row {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}
