@font-face {
    font-family: "Montserrat";
    src: url("../build/fonts/Montserrat-Regular.ttf");
  }

body{
    font-size: 14px !important;
    font-family: "Montserrat";
}

.bt-green {
    border-top: 5px solid #95B155;
}

.bt-blue {
    border-top: 5px solid #18498D;
}

.color-blue{
    color:#18498D;
}

.bg-blue{
    background:#4e73df;
}

.bg-green{
    background: #95B155;
}

.text-white{
    color: #FFF;
}

.text-blue{
    color: #18498D !important;
}

.btn-flotante-contacto {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    color: white !important;
    font-size: 20px;
    padding-top: 15px;
    text-align:center;
    background: #95B155;
}

.btn-success, .btn-success:hover{
    background: #4e73df;
    border: none; !important;
}

.btn-info, .btn-info:hover{
    background: #18498D !important;
}

.fs-16{
    font-size: 16px !important;
}

.divider{
    width: 100%;
    height: 1px;
    background: #95B155 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-login{
    background: url('../Images/backlogin.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 700px){
    .bg-form{
        background: url('../Images/backwhite.png');
        background-position-y: bottom;
        height: 100vh;
        background-position-x: left;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 10%;
    }
    .card-especial{
        background-color: transparent !important;
        max-width: 500px;
        margin: 0 auto;
    }
    .nav-vertical{
        position: absolute;
        width: 250px;
        background: #18498D;
        height: 100vh;
        color: white;
        box-shadow: 2px 0px 5px rgb(226, 226, 226);
    }

    .nav-horizontal{
        margin-left: 251px;
    }

    .nav-vertical ul{
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .nav-vertical > .divider {
        display: none;
    }

    .nav-vertical ul li:hover, .nav-vertical ul li.active{
        border-left: 3px solid white;
    }

    .nav-vertical ul li{
        transition: border-left 0.2s;
    }

    .nav-vertical .logo{
        margin-bottom: 20px;
        background-color: #FFF;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
    }

    .nav-vertical ul li a{
        color: white;
        text-decoration: none;
    }

    .padding-nav{
        margin-left: 250px;
        padding: 20px;
        width: calc(100vw - 250px);
        overflow: hidden scroll;
        height: calc(100vh - 53px);
    }

    .menu-mobile-btn{
        display: none;
    }
}

@media (max-width: 699px) {
    .logo{
        text-align: center;
    }

    .padding-nav{
        padding: 20px;
    }

    .nav-vertical ul{
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
        overflow: hidden;
        transition: max-height 0.15s ease-out;
    }

    .nav-vertical ul.active-mobile{
        max-height: 500px;
        transition: max-height 0.25s ease-in;
    }

    .menu-mobile-btn{
        display: block;
        margin: 0 auto;
        padding: 5px 10px;
        max-width: fit-content;
        text-align: center;
        border: 1px solid gray;
        border-radius: 5px;
        position: absolute;
        top: 15px;
        left: 15px;
    }
}

.padding-nav{
}

.input-login{
    max-width: 350px;
    margin: 0 auto;
}

.title-login{
    font-size: 35px;
}

.description-login{
    font-size: 20px;
}

.menu_section{
    width: 100%;
}

.menu-proveedor div{
    text-align: center;
}

.menu-proveedor div a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: linear-gradient(45deg, #03CC14, #18498D);
    color: white;
    margin: 0 auto;
    border-radius: 50%;

}

.dropzone{
    border: 2px dashed #18498D;
    background: #3271c90d;
    border-radius: 10px;
}

.navbar {
    position: relative;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color: rgb(24 73 141 / 20%);
}


/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
