<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dashboard-wrap{
    padding: 30px 25px;
    border: 1px solid #e8e8e8;
}

@media (max-width: 992px) {
    .udashboard {
        padding-top: 30px; 
    }
    
    .dashboard-wrap {
        margin-bottom: 35px;
    }
}

.form-control {
    border: 1px solid #e8e8e8 !important;
    border-radius: 0rem !important;
}

.file-input-uc {
    border: 1px solid #e8e8e8 !important;
    border-radius: 0rem !important;
}

.image-link {
    position: relative;
    display: inline-block;
}

.image-link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 60px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.image-container-c {
    position: relative;
    width: 152px;
    height: 80px;
    border-radius: 7px;
    overflow: hidden;
}

.image-c {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container,
.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Establece el aspecto 1:1 */
    overflow: hidden;
  }

.image-container img,
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@media (max-width: 412px) {
  .modal-footer {
    display: flex;
    justify-content: center;
  }
}

.bg-yellowuc {
    background: #fdbf58;
}

.bg-blueuc {
    background: #38434f;
}
    
.blueuc {
    color: #38434f;
}

.yellowuc {
    color: #fdbf58;
}
    
.btn-urban-blue {
    background: #38434f;
    color: #fdbf58;
}
    
.btn-urban-blue:hover {
    background: #fdbf58;
    color: #38434f;
}
    
.btn:active, .btn:focus {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(95,104,114,1) !important;
    -moz-box-shadow: 1px 1px 5px 0px rgba(95,104,114,1) !important;
    box-shadow: 1px 1px 5px 0px rgba(95,104,114,1) !important;
}

/* TIMELINE */
.legal-timeline {
    border-left: 3px solid #fdbf58;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(56, 67, 79, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 70%;
}

@media (max-width: 767px) {
    .legal-timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.legal-timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.legal-timeline h2,
.legal-timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.legal-timeline .legal-event {
    border-bottom: 1px dashed gray;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .legal-timeline .legal-event {
        padding-top: 30px;
    }
}

.legal-timeline .legal-event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.legal-timeline .legal-event:before,
.legal-timeline .legal-event:after {
    position: absolute;
    display: block;
    top: 0;
}

.legal-timeline .legal-event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .legal-timeline .legal-event:before {
        left: 0px;
        text-align: left;
    }
}

.legal-timeline .legal-event:after {
    -webkit-box-shadow: 0 0 0 3px #fdbf58;
    box-shadow: 0 0 0 3px #fdbf58;
    left: -55.8px;
    background: #38434f;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .legal-timeline .legal-event:after {
        left: -31.8px;
    }
}


</pre></body></html>