/* Estilos del div contenedor principal*/
.body-Container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;

}


/* Estilos del nav vertical*/
.nav-bar {
    background-color: #f8f9fa;
    width: 290px;
    height: 80vh;
    border-radius: 15px;
    padding-top: 20px;
    box-shadow: 1px 1px 7px rgba(0, 147, 219, 0.8);

}

.nav-bar ul {
    list-style: none;
    margin: 0px;
    padding: 10px;
}


.nav-bar i {
    color: rgb(0, 147, 219);
    font-size: 30px;
    text-shadow: 1px 1px 7px rgba(0, 147, 219, 0.5);
}



.sub-list a {
    font-size: 15px;
    margin-left: 15px;
    color: black;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    width: 150px;
}


.sub-list li {
    margin-top: 10px;
}

.sub-list a:hover {
    background-color: rgb(224, 220, 220);
    padding: 5px;
    border-radius: 8px;
}



.nav-bar button {
    display: flex;
    align-items: center;
    width: 175px;
    height: 37px;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    border-style: none;
    background-color: transparent;


}

.nav-bar p {
    display: contents;
    text-align: left;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;


}

.nav-bar button:hover {
    background-color: rgb(224, 220, 220);
}

.nav-bar button i {
    margin-right: 15px;
}



.nav-content {
    background-color: transparent;
}

.nav-content h2 {
    font-size: 22px;
}


.nav-content li {
    margin: 10px;
}

/*Container  arboriculturaOrdenes */

.button-open-main {
    z-index: 1;
    margin: 20px;
    border-radius: 15px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
}

.button-open-main i {
    color: #FFFFFF;
    font-size: 40px;
    text-shadow: 1px 1px 7px rgba(0, 147, 219, 0.3);
    padding: 5px;
}

.button-open-main:hover {
    background-color: rgba(102, 102, 102, 0.521);
}


.container-content-arb {
    width: 100%;
    border-radius: 15px;
    margin-left: 20px;
    background-color: #f8f9fa;
    box-shadow: 1px 1px 7px rgba(0, 147, 219, 0.8);

}

.container-content-arb #viewOrdenes {
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;

}


/*Container first-View-arb*/
.select-empresa-arb {
    margin: 15px;
    width: 100px;
    height: 35px;
    border-style: none;
    background-color: rgba(133, 206, 243, 0.8);
    border-radius: 8px;
    padding-left: 5px;
    font-family: 'Roboto', sans-serif;
}

.container-header-viewOrdenes {
    width: inherit;
    background-color: rgb(0, 147, 219);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 80px;

}

.container-header-viewOrdenes a {
    top: 25%;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;

}


.first-View-arb {
    display: flex;
    justify-content: center;
    height: 100%;
}

.container-information-arb {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}




.container-cards-ordenes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.container-cards-ordenes h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-cards-ordenes p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}


.card-ordenes-finalizadas,
.card-ordenes-pausadas,
.card-cuadrillas {
    display: flex;
    width: 310px;
    height: 140px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    padding: 10px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
}



.card-ordenes-finalizadas:hover,
.card-ordenes-pausadas:hover,
.card-cuadrillas:hover {
    transform: translateY(-10px);
}

.card-ordenes-finalizadas-body,
.card-ordenes-pausadas-body,
.card-cuadrillas-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-ordenes-finalizadas button,
.card-ordenes-pausadas button,
.card-cuadrillas-body button {
    height: 35px;
    width: 120px;
    background-color: rgb(0, 147, 219);
    color: #FFFFFF;
    border-style: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

.card-ordenes-finalizadas i,
.card-ordenes-pausadas i,
.card-cuadrillas-body i {
    color: rgb(0, 147, 219);
    font-size: 30px;
    margin-left: 10px;

}

/*Container stadistic*/

.container-stadistic-arb {
    display: flex;
    border-radius: 8px;
    margin: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

.container-stadistic-arb div {
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 10px;
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
}

.container-stadistic-arb h5 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    font-weight: 600;
}

.container-stadistic-arb p {
    font-family: 'Roboto', sans-serif;
}


.imagenIntervencion img{
    height: inherit;
    width: inherit;
    display: block;
    margin: auto;
}