/*------------------------------------------------------------
                        Navbar
------------------------------------------------------------*/
.nav-dark{
    color: white;
}
.dropdown-menu-dark{
    background-color: #2D2926;
    color: white;
}
.dropdown-item-dark:hover {
    background: #2D2926;
}
.item-sm-dark:hover {
    color: #436CAE;
    font-weight: bold;
  }
/*------------------------------------------------------------
                        Body
------------------------------------------------------------*/
.dark{
    background-color: #2D2926;
    color: white;
}
/*todo el body*/
#dark{
    transition: background-color 1.3s;
    background-color: #2D2926;
    color: white;
}
/*------------------------------------------------------------
            Tabs
------------------------------------------------------------*/
.tab_dark{
    color: white;
}
.tab-list-dark {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #436CAE;
  }
/*------------------------------------------------------------
        Cards
------------------------------------------------------------*/
.container .card .face-dark.face2-dark{
    position: relative;
    background: #2D2926;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 25px rgba(2, 2, 2, 0.8);
    transform: translateY(-100px);
}
/*------------------------------------------------------------
            Formulario
------------------------------------------------------------*/
.form-dark {
    background-color: #2D2926;
    width: 100%;
    border-radius: 8px;
    padding: 20px 40px;
    box-shadow: 0 10px 25px rgba(92, 99, 105, .2);
}
.label-dark {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 4px;
    background-color: #2D2926;
    color: #8a8b8e;
    font-size: 16px;
    transition: 0.5s;
    z-index: 0;
}
.label-txt-dark {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 4px;
    background-color: #2D2926;
    color: #8a8b8e;
    font-size: 16px;
    transition: 0.5s;
    z-index: 0;
}
.select-dark{
    background-color: #2D2926;
    color: white;
}
.input-dark{
    color: white;
}
.textarea-dark {
    color: white;
}
/*------------------------------------------------------------
            Modal
------------------------------------------------------------*/
/*sombras al modal*/
.modal-dark{
    box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.64);
    -webkit-box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.64);
    -moz-box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.64);
}

/*------------------------------------------------------------
            Sensores
------------------------------------------------------------*/
.btn-sn-dark {
    color: #4f84d8;
}

/*------------------------------------------------------------
            Soluciones
------------------------------------------------------------*/

.img_invert{
    filter: invert(1);
}

/*------------------------------------------------------------
            Conocenos
------------------------------------------------------------*/
.rect_con_dark {
    width: auto;
    height: 650px;
    margin: 0 -25.5% 0 -25.5%;
}