
.cu-padding-hor-8{padding:0 8px 0 8px!important}
.cu-padding-hor-24{padding:0 24px 0 24px!important}
.cu-padding-hor-5pc{padding:0 5% 0 5%!important}

.cu-fw-600{font-weight:600!important}
.cu-fw-500{font-weight:500!important}

.cu-wh-32 {width:32px!important;height:32px!important}
.cu-wh-300x200 {width:300px!important;height:200px!important}
.cu-w-300 {width:300px!important}
.cu-w-200 {width:200px!important}
.cu-w-100 {width:100px!important}
.cu-w-75 {width:75px!important}
.cu-w-50 {width:50px!important}
.cu-w-25 {width:25px!important}

.cu-img-cover{object-fit:cover;object-position: 50% 50%;width:100%;height:100%}


.cu-novisible {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

.cu-lh-min{line-height:.9rem!important}
.cu-lh-sm{line-height:.85rem!important}
.cu-lh-xs{line-height:.8rem!important}
.cu-lh-xxs{line-height:.75rem!important}
.cu-lh-0{line-height:0!important}

.cu-ffs-25 {font-size: 2.5rem !important}
.cu-ffs-22 {font-size: 2.2rem !important}
.cu-ffs-20 {font-size: 2rem !important}

.cu-text-justify {text-align:justify}

.cu-text-min {font-size:.9rem}
.cu-text-sm, .cu-text-tiny {font-size:.85rem}
.cu-text-xs {font-size:.8rem}
.cu-text-xxs {font-size:.75rem}

.cu-letter-spacing-2 {letter-spacing:.2rem}

/*
.cu-expand {max-height:6rem;overflow:hidden!important;transition:height .8s}
*/
.cu-expand {/*max-height:min-content;*/max-height:68px;overflow:hidden!important;transition:height 1.8s}

.cu-rounded-4 {border-radius: .35rem !important;}
.cu-rounded-5 {border-radius: .4rem !important;}
.cu-rounded-10 {border-radius: .8rem !important;}

.cu-rounded-bottom-10 {
    border-bottom-right-radius: .8rem !important;
    border-bottom-left-radius: .8rem !important;
}


.cu-border-dashed {border-style:dashed!important}
.cu-border-solid {border-style:solid!important}
.cu-border-2 {border-width:2px!important}




