@import "fonts/stylesheet.css";
@import "fonts/barlow/stylesheet.css";

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

.monto:before, #total:before{
    content: '$';
}

.w-40{
    width: 40%;
}

.destacado{
    color: red;
}

ul{
    list-style: none;
}

.centrado{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-items: flex-end;
}

.foot-fix{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.btn-check:checked + .btn-outline-success, .btn-check:checked + .btn-outline-danger{
    color: white !important;
}

#overflow{
   overflow: auto;
}

#overflow::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

#overflow::-webkit-scrollbar{
    width: 12px;
    background-color: #f5f5f5;
}

#overflow::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #556;
}

th{
    text-align: center !important;
    text-transform: uppercase;
}

td{
    text-align: center !important;
    vertical-align: middle !important;
}

#match,#notmatch{
    display: none;
}

.olas{
    background-color: #3586ff;
    position: relative;
    width: 100%;
    height: 20vh;
}

.wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("../img/wave.png");
    background-size: 1000px 100px;
    animation: wave 4s ease-in-out infinite;
}

#wave1{
    z-index: 996;
    opacity: 1;
    background-position-x: 400px;
}

#wave2{
    z-index: 999;
    opacity: 0.5%;
    background-position-x: 300px;
}

#wave3{
    z-index: 998;
    opacity: 0.2%;
    background-position-x: 200px;
}

#wave4{
    z-index: 997;
    opacity: 0.7%;
    background-position-x: 100px;
}

.nav-link{
    text-transform: capitalize;
}

.total-proyecto{
  background-color: #AB8900 !important;
}

@keyframes wave {
    0%,100%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(10px);
    }
}

@media (max-width: 1024px) {
    .w-40{
        width: 100%;
    }

    #agrupado{
        flex-direction: column;
    }
}

.table{
    font-size: 1rem !important;
}

.vh-75{
    height: calc(100vh - 233px);
}

.btn,.page-link{
    font-size: 1rem !important;
}

.shadow-2-strong{
    background-color: white !important;
}

body{
    font-family: 'Barlow','HelveticaNeueLT Pro 45 Lt',sans-serif !important;
    line-height: normal;
    color: #050505;
}

.coloreado, body{
    background-color: #DADADA !important;
}

@media (max-height: 920px) {
    .foot{
        position: fixed;
        bottom: 0;
    }
}

.accordion-button::after{
    font-family: "Font Awesome 5 Free";
    content: "\f077" !important;
}

.btn-ocre{
    background-color: #AB8900;
    color: white;
}

.btn-ocre:hover{
    background-color: #997c00;
    color: white;
}

.bg-transparente{
    background-color: rgba(255,255,255,0.63) !important;
}

.fondo{
    background-image: url("../img/fondo-intranet.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-primary{
    background-color: #AB8900 !important;
    color: #FFF !important;
}

.btn-primary:hover{
    background-color: #997c00 !important;
    color: #FFF !important;
}

.text-secondary{
    color: #AB8900 !important;
}

.text-secondary:hover, .text-secondary:focus{
    color: #997c00 !important;
}

.badge-primary{
    background-color: #AB8900 !important;
}

.btn-danger{
    background-color: #ad1212;
}

.btn-danger{
    background-color: #a00e0e;
}

.bg-info{
    background-color: #5a5a5a !important;
}

.accordion-button:not(.collapsed){
    color: #FFF;
    background-color: #5a5a5a
}

.accordion-button:focus {
    z-index: 3;
    background-color: #FFF;
    color: #AB8900;
}

.no-border,.no-border > td{
    border-width: 0 !important;
}


.table .thead-dark th {
    color: #fff;
    background-color: #545454;
    border-color: #FFF;
    font-size: 0.8rem
}


.table-bordered td, .table-bordered th {
    border: 1px solid #dadada;
}

.page-item.active .page-link {
    background-color: #ab8900;
    border: 0;
    transition: all .2s linear;
}

.btn-primary {
    color: #fff;
    background-color: #ab8900;
}

.btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    font-weight: 500;
    padding: .625rem 1.5rem .5rem;
    line-height: 1.5;
    border-radius: 0;
}

input.form-control{
    border-radius: 0;
}

a {
    color: #ab8400;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

td>a:hover {
    color: #ab8400;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.bg-dark {
    background-color:#050505!important;
}


.shadow-2-strong {
    webkit-box-shadow: none!important;
    box-shadow: none !important;
}

th>a,th>a:hover{
    color: white;
}

.costo{
    font-size: 1.1rem !important;
}

.bg-ocre{
    background-color: #AB8900;
    color: white;
}

input{
    caret-color: #AB8900;
}

h2{
    font-size: 4rem;
}

#navbarNav .navbar-nav::after{
    content: ' | ';
    margin-right: 10px;
    height: 100%;
    font-size: 1.8rem;
}