

#header{
    
    background-color:black;
    width: 100%;
    height: 160px;
}

th{
    white-space:nowrap;
  }

#imagen{

    position: relative;
    left: 30px;
    top: 10px;
}

#formulario{

    padding: 30px;
    margin: 80px;
    border: 2px solid purple;
    width: 40%;
    text-align: center;
    border-radius: 10px;
    position: relative;
    left: 300px;

}

#titulo{
    
    position:absolute;
    top: 50px;
    left: 600px;
    color:white;
}

#formularior{

padding: 10px;
margin: 30px;
border: 2px solid purple;
width: 92%;
border-radius: 10px;
position: relative;
left: 20px;

}

#tabla{
    width: 1300px;
    height: 120px;
    padding: 10px;
    margin: 30px 20px 30px 20px;
}

#mapago{

padding: 15px;
margin: 40px;
border: 2px solid red;
width: 40%;
height: 40%;
text-align: center;
border-radius: 10px;
position: relative;
left: 400px;

}

#total{

    margin: 40px  400px  20px 110px;
    padding: 5px; 
    width: 130px;
    height: 60px;
    background-color:#17a2b8;
    text-align: center;
    border-radius: 10px;
    color:white;

}

#entregados{

    margin: 20px  400px  20px 110px;
    padding: 5px; 
    width: 130px;
    height: 60px;
    background-color:#17a2b8;
    text-align: center;
    border-radius: 10px;
    color:white;
}

#proceso{

    margin: 20px  400px  20px 110px;
    padding: 5px; 
    width: 130px;
    height: 60px;
    background-color:#17a2b8;
    text-align: center;
    border-radius: 10px;
    color:white;
}

#pendientes{

    margin: 20px  400px  20px 110px;
    padding: 5px; 
    width: 130px;
    height: 60px;
    background-color:#17a2b8;
    text-align: center;
    border-radius: 10px;
    color:white;
}

#excel{

    position: absolute;
    left: 1000px;
    bottom: 350px;

}

#pdf{

    position: absolute;
    left: 1100px;
    bottom: 355px;

}

#mapainteractivo{

    position: relative;
    bottom: 490px;
    left:360px;
    width: 100px;
    height: 1px;
}

#central{
    display: block;
    padding:5px;
    margin: 2px 50px 1px 500px;
}

#tablatablero{

    width: 90%;
    height: 90%;
    padding: 10px;
    margin: 40px;
    background-color:white;

}

.fondot{
    display: flex;
    background-color:rgba(164, 168, 168,0.7);
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}


#tablatablero1{

    width: 90%;
    height: 85%;
    padding: 5px;
    margin: 120px;
    background-color:white;

}

.fondot1{
    display: flex;
    background-color:rgba(164, 168, 168,0.7);
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}


#tablatablero2{

    width: 90%;
    height: 55%;
    padding: 15px;
    margin: 120px;
    background-color:white;

}

.fondot2{
    display: flex;
    background-color:rgba(164, 168, 168,0.7);
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

body{margin-top:20px;}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
    
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #941c81;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #941c81;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #941c81;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #941c81;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.show{

    pointer-events:auto;
    opacity: 1;
}
