@font-face {
    font-family: 'DINNEXTLT';
    src: url('assets/fonts/dinnextlpro-light.woff.ttf') format("truetype");
}

.card .card-header.card-header-image img{
    border-radius: 0px !important;
    border-top: 5px solid;
    border-image:   linear-gradient(to right, rgb(121,170,72) 16%, rgb(19,140,115) 16%, rgb(19,140,115) 32%, rgb(14,112,133) 32%, rgb(14,112,133) 48%, rgb(4,65,54) 48%, rgb(4,65,54) 64%, rgb(6,68,117) 64%, rgb(6,68,117) 80%, rgb(23,147,203) 80%, rgb(23,147,203) 96%, rgb(23,147,203) 96%, rgb(23,147,203) 100%) 6;
}

.titular-categoria{
    color: rgb(5,65,53);
    font-size: 28px;
    font-weight: 700;
}

.floating-square{
    width: 220px !important;
    border-radius: 5% !important;
}

.diagonal-transparent{
    background-color: rgb(0,52,42);
    clip-path: polygon(70% 0, 100% 0, 100% 100%);    
}

.flex-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-front{
    padding: .75rem 1rem !important;
    font-family: Oswald,sans-serif;
    top: 0px !important;
    bottom: initial !important;
    font-size: 1.125rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
 }

 .title-front:hover{
    text-decoration: underline;
    cursor: pointer;
 }

 .image-title-front{
    max-height: 200px;
    border-radius: 0px !important;
    border-bottom: 5px solid;
    border-image:   linear-gradient(to right, rgb(121,170,72) 16%, rgb(19,140,115) 16%, rgb(19,140,115) 32%, rgb(14,112,133) 32%, rgb(14,112,133) 48%, rgb(4,65,54) 48%, rgb(4,65,54) 64%, rgb(6,68,117) 64%, rgb(6,68,117) 80%, rgb(23,147,203) 80%, rgb(23,147,203) 96%, rgb(23,147,203) 96%, rgb(23,147,203) 100%) 6;
 }

 .card-front{
     border-radius: 0 !important;
 }

/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
.oswald {
    font-family: Oswald,sans-serif;
}

.uppercase {
    text-transform: uppercase;
}
.no-gut-left {
    padding-left: 0!important;
}

.slick-list{
    padding-top: 15px !important;
}

.collection-item.naranjo.disabled{
    background-color: lightgray !important;
  }

.active_select2{
    top: -32px !important;
    font-size: 0.8rem !important;
} 

input[tabindex="-1"]:not([input-date]){
    display: none !important;
}

.error_toast{
    background-color: red;
}