<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color-default: #364d59;
    --color-primary: rgba(255, 122, 0, 1);
    --color-secondary: #52565e;
}

.text-primary {
    color: rgba(255, 122, 0, 1) !important;
}

.header .logo img {
    max-height: 120px;
}

.dropdown-menu {
    max-height: 600px;
    overflow-y: auto;
    border: none !important;
}

.hero .carousel-item::before {
    content: "";
    background-color: transparent;
    position: absolute;
    inset: 0;
}

a:hover {
    color: rgba(255, 122, 0, 1);
}

.header {
    position: sticky !important;
    background-color: #363643;
    color: white !important;
    top: 0;
}

@media (max-width: 1279px) {
    .navbar ul {
        background-color: white;
    }
}

.navbar {
    justify-content: end;
}

.hover-medid:hover, .bg-medid {
    background-color: rgba(255, 122, 0, 1) !important;
}

@media (max-width: 1279px) {
    .navbar a, .navbar a:focus, .navbar a:hover {
        color: black !important;
    }
}

.mt-140 {
    margin-top: 0 !important;
}

.breadcrumbs {
    min-height: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
    border: 5px solid rgba(180,180,180,.6);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
  
/* top left */
.ribbon-top-left {
    top: -10px;
    left: 6px;
}
.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
  
/* top right */
.ribbon-top-right {
    top: -10px;
    right: 6px;
}
.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
  
/* bottom left */
.ribbon-bottom-left {
    bottom: 11px;
    left: 6px;
}
.ribbon-bottom-left::before, .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}
  
/* bottom right */
.ribbon-bottom-right {
    bottom: 11px;
    right: 6px;
}
.ribbon-bottom-right::before, .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}
  
.ribbon-obsoleto span {
    background-color: rgba(255,0,0,.7);
}
.ribbon-novedad span {
    background-color: rgba(0,0,255,.7);
}
.ribbon-proximamente span {
    background-color: rgba(255,165,0,.7);
    font: 700 16px 'Lato', sans-serif;
}  
.ribbon-promo {
    position:absolute;
    top:-10px;
    right:6px;
    z-index:999;
}

.z-index-9999 {
    z-index: 9999;
}

.z-index-1 {
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 122, 0, 1);
}

.accordion-button:not(.collapsed) a {
    color: white !important;
}

.accordion-button.collapsed a {
    color: black !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ref .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.ref .accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: rgba(255, 122, 0, 1);
}

.ref .accordion-button.collapsed {
    color: #FFF;
    background-color: rgba(255, 122, 0, 1);
}

.form-search .form-control {
    padding: 12px 40px;
    border: none;
    border-radius: 50px;
    margin-right: 10px;
}

.form-search .btn, .btn-primary {
    background-color: rgba(255, 122, 0, 1);
    padding: 12px 30px;
    color: #fff;
    border-radius: 50px;
    border: none;
}

.btn-primary:hover {
    background-color: rgba(255, 122, 0, 1);
}



.active-nav-link {
    background-color: rgba(255, 122, 0, 1);
    color: #FFFFFF !important;
}

.inactive-nav-link {
    color: rgba(255, 122, 0, 1);
    background-color: #FFFFFF !important;
}

.inactive-nav-link:hover, .active-nav-link:hover {
    background-color: rgba(255, 122, 0, 1) !important;
    color: #FFFFFF !important;
}

.contact .info-item i {
    border: 2px dotted rgba(255, 122, 0, 1);
}

.text-medid {
    color: rgba(255, 122, 0, 1);
}

.form-label {
    color: #000 !important;
}

.lower-roman {
    list-style-type: lower-roman;
}

.border-medid {
    border-color: rgba(255, 122, 0, 1) !important;
}

.input-medid:checked {
    background-color: rgba(255, 122, 0, 1) !important;
    border-color: rgba(255, 122, 0, 1) !important;
}

@media (max-width: 767px) {
    .table th, .table td {
        font-size: 12px;
    }

    .breadcrumbs h2 {
        font-size: 32px;
    }
}

.hover-primary:hover {
    background-color: rgba(255, 122, 0, 1) !important;
}

.btn-secondary, .btn-dark {
    padding: 12px 30px;
    color: #fff;
    border-radius: 50px;
    border: none;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #2e3135;
}

.bg-primary {
    background-color: rgba(255, 122, 0, 1) !important;
}

.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
    transition: all 0.3s ease;
}

.image-link:hover + .post-content .line-2, .line-2:hover {
    -webkit-line-clamp: unset;
    overflow: visible;
    white-space: normal;
}

.btn-primary:focus {
    background-color: rgba(255, 122, 0, 1) !important;
}

.hero .carousel {
    min-height: auto;
}

@media (min-width: 993px) {
    .hero .carousel {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .hero .carousel {
        min-height: 500px;
    }
}

@media (min-width: 1400px) {
    .hero .carousel {
        min-height: 600px;
    }
}</pre></body></html>