﻿/*@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;1,400;1,600&display=swap");*/

html,
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow: auto;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    right: 0;
}

body {
    background: #f6f6f6;
}

.form-select > option {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    min-width: 0;
    color: #616161;
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    margin: 0;
}

p {
    color: #616161;
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-height: 100%;
}

a {
    text-decoration: none;
}

hr {
    border: 1px solid #EBEBEB;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.c-header .o-container {
    padding: 0 20px;
    gap: 20px;
    max-width: 1076px;
    margin: 0 auto;
    height: 100%;
}

.c-header.hidrologia {
    background: #06383D;
    height: 60px;
    padding: 0;
}

    .c-header.hidrologia .c-header--nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.c-header--nav__logo {
    margin-bottom: 9px;
}

.c-header--nav__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: unset;
    flex: unset;
}

.c-header--nav__menu-item_link {
    padding: 15px 20px;
    color: #ffffff;
    background: transparent;
    display: block;
    border-radius: 4px 4px 0 0;
    transition: 0.25s all ease-out;
}

    .c-header--nav__menu-item_link:hover {
        background: #f6f6f6;
        color: #06383D;
    }

    .c-header--nav__menu-item_link.active {
        background: #f6f6f6;
        color: #06383D;
    }

.table-css.table.table-sm {
    min-width: 1300px;
    width: 1300px;
}

.w-1300 {
    max-width: 1300px;
}

.table-css-anual.table.table-sm {
    min-width: 300px;
    width: 300px;
}

table.table-sm th,
td {
    min-width: 100px;
    width: 100px;
}
