@font-face {
  font-family: 'BayerSans';
  src: url('./fonts/BayerSansWeb-ExtraLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BayerSans';
  src: url('./fonts/BayerSansWeb-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BayerSans';
  src: url('./fonts/BayerSansWeb-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BayerSans';
  src: url('./fonts/BayerSansWeb-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BayerSans';
  src: url('./fonts/BayerSansWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root{
    --bs-gradient: linear-gradient(90deg, #027cb3, #5ac6b5);
    --bs-primary: #007cbf;
    --bs-secondary: #8ebf29;
    --bs-info: #3ab4e8;
    --bs-dark: #002e46;
}
body{
    margin: 0;
    font-family: 'BayerSans', Arial, sans-serif;
    background-image: url('./images/footer.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 300;
}
input, .btn, select, textarea{
    border-radius: 0!important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    color: #6c757d!important;
    font-weight: 300;
    font-size: 1rem!important;
    padding-top: 12px;
    padding-bottom: 12px;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
::placeholder {
    color: #999999!important;
    opacity: 1; 
}
.btn:not(.btn-sm){
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-primary{
    background-color: #007cbf;
    border: 0;
}
.btn-primary:hover{
    background: #04547f;
}
.btn-secondary{
    background: #8ebf29;
    border: 0;
}
.btn-secondary:hover{
    background: #74a514;
}
.btn-info{
    color: #fff;
    background: #3ab4e8;
    border: 0;
}
.btn-info:hover{
    color: #fff;
    background: #1b93c7;
}
.btn-dark{
    background: #002e46;
    border: 0;
}
.btn-light{
    background: #fff;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #007cbf!important;
}
.text-muted{
    color: #999;
}
.fs-7{
    font-size: 14px;
}
.fs-8{
    font-size: 12px;
}
.fs-9{
    font-size: 11px;
}
.fs-10{
    font-size: 10px;
}
.bg-home{
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(/images/bg-home.webp);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto 100%;
    z-index: 0;
    pointer-events: none;
    right: 0;
}
.pattern{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: calc(100% - 6px);
    padding-top: 6px;
}
.pattern2{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -18px;
    width: 813px;
    margin-left: -730px;
}
.progress{
    height: 4px;
    --bs-progress-bar-bg: #3ab4e8;
}
.navbar .navbar-collapse{
    margin-top: -0.5rem;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
}
.navbar-nav li a:hover{
    color: #74a514;
}
#hero .forma{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}
#hero .titular{
    width: 770px;
    position: absolute;
    right: 0;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hero .titular .icon{
    border: 1px solid #20a1b3;
    border-radius: 90px;
    padding: 0.75rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero .titular .icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
#hero .bg-gradient>div{
    z-index: 1;
}
#hero .bg-gradient:after{
    content: '';
    background-image: url(/images//pattern2.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 75%;
    z-index: 0;
    opacity: 0.15;
}
#hero .bg-gradient .icon{
    filter: brightness(10);
}
#menu-admin > div>div{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
form .ts-wrapper.form-control, form .ts-wrapper.form-select {
    box-shadow: none;
    display: flex;
    height: auto;
    padding: 0 !important;
    min-height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
}
form .ts-dropdown, form .ts-dropdown.form-control, form .ts-dropdown.form-select{
    border-radius: 0;
}
.filepond--credits{
    display: none;
}
.filepond--drop-label{
    min-height: 220px!important;
}
.filepond--root, .filepond--root *{
    font-family: BayerSans, Arial, sans-serif;
}
.filepond--label-action{
    background: #fff;
    padding: 7px 20px;
    box-sizing: content-box;
    display: inline-block;
    text-decoration: none!important;
    margin-top: 15px;
    border: 1px solid #000;
    font-family: BayerSans, Arial, sans-serif;
}
.dropdown-toggle::after {
  display: none;
}
.table thead th{
    text-transform: uppercase;
    font-size: 12px;
    color: #919191;
    font-weight: 500;
    border: 0;
}
.table tbody tr td, .table tbody tr th{
    border: 0;
    font-size: 15px;
    vertical-align: middle;
}

.table tbody tr td.actions a{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}
.table tbody tr:hover td.actions a{
    opacity: 1;
    visibility: visible;
}
.file-card {
  overflow: hidden;
}

.file-card-header {
  background-color: #0f3c55;
  font-size: 14px;
}

.file-card hr {
  margin: 0.75rem 0;
}
.file-card .bg{
    aspect-ratio: 2/1;
    background-color: #999;
    background-size: cover;
    margin-bottom: 0.5rem;
}