:root {
    /* --blue: #0033a0; */
    --verde: #44A034;
    --verdeoscuro: #30682B;
    --gris: #EDEDED;
    --grisclaro: #F7F7F7;
    --grisoscuro: #585858;
}


/* HAMBURGUESA */
@media (width <1200px) {

    .contenedor-general {

        margin-top: 192px;
    }
}

@media (width <765px) {

    .contenedor-general {
        margin-top: 122px;
    }
    
    header .section-header-verde{
            padding: 10px;
    }

    /*   *{
        border: 1px solid red;
    } */
    .section-tablas {
        padding: 0;
    }



    .contenedor-header {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
    }

    header .titulo-header {
        font-size: 15px;
    }

    .hamburger {
        cursor: pointer;
        display: block;
    }

    .hamburger input {
        display: none;
    }

    .hamburger svg {
        /* The size of the SVG defines the overall size */
        height: 3em;
        /* Define the transition for transforming the SVG */
        transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line {
        fill: none;
        stroke: #FFF;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 3;
        /* Define the transition for transforming the Stroke */
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line-top-bottom {
        stroke-dasharray: 12 63;
    }

    .hamburger input:checked+svg {
        transform: rotate(-45deg);
    }

    .hamburger input:checked+svg .line-top-bottom {
        stroke-dasharray: 20 300;
        stroke-dashoffset: -32.42;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0;
    }


    /*-- Navbar CSS --*/
    .nav-menus {
        /* float: right; */
        /* min-height: 100px; */
        display: flex;
        align-items: center;
        height: 100%;
        gap: 10px;
    }

    .nav-menus li {
        list-style: none;
        /*   position: relative;
    padding: 30px 0px; */
        height: 100%;
        display: flex;
        align-items: center;
    }


    .nav-menus a {
        color: #FFF;
        position: relative;
        font-size: 17px;
        text-decoration: none;
        padding: 0.1em 10px 0.1em 10px;
        z-index: 1;
        font-weight: 600;

        height: 100%;
        display: flex;
        place-items: center;
        gap: 10px;

        transition: 0.5s;
    }

    /*   .nav-menus li:hover {
    color: #fff;
  }
   */






    .nav-menus i {
        /*  margin-right: 8px;
    font-size: 16px; */
        font-weight: 900;
        color: var(--verde);
    }

    .toggle-btn {
        float: right;
        height: 90px;
        line-height: 90px;
        color: #fff;
        font-size: 26px;
        display: none;
        cursor: pointer;
    }




    .sub-menus ul {
        position: absolute;
        top: 25px;
        background-color: #fff;
        z-index: 1;
        padding: 5px 0px;
        min-width: auto;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        border-radius: 4px;
        display: none;
    }

    .sub-menus:hover ul {
        display: block;
    }

    .sub-menus ul li {
        padding: 5px;

    }

    .sub-menus ul li i {
        color: var(--verde);
        font-weight: 900;
        margin-left: 25px;
    }

    .sub-menus ul li a {
        padding: 8px 10px;
        display: flex;
        align-items: center;
        width: 190px;
        justify-content: space-around;
        color: var(--grisoscuro);
        text-transform: capitalize;
        transition: all 300ms;
        font-size: 15px;
    }





    .nav-menus {
        position: absolute;
        width: 100%;
        background: var(--grisoscuro);
        top: 95px;
        right: 0;
        display: none;
        padding: 0px 30px;
        box-sizing: border-box;
        z-index: 4;

        transform-origin: top;
        transition: all 0.3s;
        height:auto;
        min-height: 115px ;
    }


    .nav-menus.active {
        display: block;
        height: 0px;

    }

    .sub-menus ul {
        position: static;
    }

    .nav-menus li {
        padding: 0px;
        height: 55px;
    }

    /*  .nav-menus li a {
    display: block;
    margin: 15px 0px;
  } */





    /* ESTADO DE CUENTA */
    .content-info {
        justify-content: start;
    }

    .titulo-info-tabla {
        width: 30%;
    }

    .info-tabla {
        width: 70%;


    }
    .th{
        display:block;
    }
    .table-aportes td {
  font-size: 10px;
}
    .table-aportes th,
    .table-creditos th,
    .table-ahorros th {
        width: 100px;

    }

    .content-table-responsive table {
        border: 0;
    }

    .content-table-responsive table caption {
        font-size: 1.3em;
    }


    .content-table-responsive table tr {
        border-bottom: 3px solid #ddd;
        display: block;

    }

    .content-table-responsive table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .content-table-responsive table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .content-table-responsive table td:last-child {
        border-bottom: 0;
    }



    .texto-azul {
        font-size: 17px;
    }

    .simulador table {
        border: 0;
    }

    .simulador table caption {
        font-size: 1.3em;
    }

    .simulador table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .simulador table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .simulador table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .simulador table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a .simulador table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .simulador table td:last-child {
        border-bottom: 0;
    }

}