/* HEADER */

.custom_header {
background-color: #000000;
margin-bottom: 30px;
}

.custom_header__navbar {
background-color: #000000 !important;
width: 100%;
max-width: 1000px;
}

@media screen and (min-width: 992px) {

```
.custom_header__navbar {
    padding-top: 60px;
}

.custom_header__items {
    margin-top: 50px;
}
```

}

@media screen and (max-width: 991px) {

```
.custom_header {
    margin-bottom: 15px;
}

.custom_header__navbar {
    width: 100%;
    padding: 10px 15px;
}

.custom_header__items {
    margin-top: 20px;
}

.custom_header__navbar img {
    width: 120px !important;
    height: auto;
}
```

}

/* FOOTER */

.custom_footer {
width: 100%;
position: relative;
padding: 15px;
height: auto;
text-align: center;
}

/* LOGIN */

.form_signin {
width: 500px;
}

.custom_login {
margin-top: 100px;
}

/* TABLAS RESPONSIVE */

.table-responsive {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.table {
white-space: nowrap;
width: 100%;
}

/* GENERAL */

html,
body {
overflow-x: hidden;
max-width: 100%;
}
