body{
    padding:0;
    margin:0;
    font-family: 'Inter', sans-serif;
    /*background:#0d1117;*/
    background:#0d1117;
}

.tooltip-inner {
    font-size: 11px;
    font-family: 'Inter', sans-serif;
}

/* Header */

#header-1{
    height:65px;
    background:#FFFFFF;
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding-left:20px;
    padding-right:10px;
    z-index:10;
}

#img-h{
    height:55px;
    text-decoration:none;
    cursor:pointer;
}

#hd-right{
    display:flex;
    align-items:center;
}

.b-soc{
    font-size:18px;
    color:#57606a;
    text-decoration:none;
    cursor:pointer;
    padding-right:10px;
    padding-left:10px;
    transition:0.1s;
}

.b-soc:hover{
    color:#931d3d;
}

.sep{
    height:20px;
    border-right:1px solid #d1d9e0;
    margin-left:20px;
    margin-right:20px;
}

.b-hd{
    font-size:13px;
    color:#57606a;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;
    padding-right:10px;
    padding-left:10px;
    transition:0.1s;
}

.b-hd:hover{
    color:#931d3d;
}

/* Nav */

#button-menu{
    display:flex;
    align-items:center;
    height:45px;
    padding-lefT:15px;
    padding-right:15px;
    font-size:20px;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    transition:0.1s;

    display:none;
}

#nav-1{
    height:45px;
    background:#0d1117;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-left:5px;
    z-index:15;
}

#nav-left{
    display:flex;
    align-items:center;
}

.btn-m{
    display:flex;
    align-items:center;
    height:45px;
    padding-lefT:15px;
    padding-right:15px;
    font-size:13px;
    font-weight:400;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    transition: 0.1s;
}

.btn-m:hover,
#button-menu:hover{
    color:#d7b678;
}

.btn-m-a{
    color:#d7b678;
    font-weight:600;
}

.btn-m-a:hover{
    color:#d7b678;
    font-weight:600;
}

/* Hover */

.dropdownm {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    z-index: 1;
}

.dropdownm:hover .dropdown-content {display: block;}

#drop-1{
    width:550px;
}

#drop-2{
    width:350px;
    padding:20px 20px 20px 20px;
    background:#FFFFFF;
}

#drop-3{
    width:250px;
    padding:20px 20px 20px 20px;
    background:#FFFFFF;
}

#drop-i{
    padding:25px 0px 25px 15px;
    /*background:#edf2f6;*/
    background:#f6f8fa;
}

#drop-d{
    padding:20px 20px 20px 20px;
    background:#FFFFFF;
}

/* Submenu */

#b-s-1,
#b-s-2,
#b-s-3,
#b-s-4,
#b-s-5,
#b-s-6,
#b-s-7,
#b-s-8,
#b-s-9,
#b-s-10,
#b-s-11,
#b-s-12{
    display:block;
    color:#1f2328;
    font-size:11px;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;
    padding:10px 15px;
    transition:0.1s;
    border-left:1px solid #f6f8fa;
}

#b-s-1.s-active,
#b-s-2.s-active,
#b-s-3.s-active,
#b-s-4.s-active,
#b-s-5.s-active,
#b-s-6.s-active,
#b-s-7.s-active,
#b-s-8.s-active,
#b-s-9.s-active,
#b-s-10.s-active,
#b-s-11.s-active,
#b-s-12.s-active{
    background:#FFFFFF;
    border-left:1px solid #931d3d;
    font-weight:700;
    color:#931d3d;
}

#title-sub{
    color:#1f2328;
    font-weight:700;
    font-size:11px;
    margin-bottom:15px;
}

.b-s{
    display:block;
    align-items:center;
    font-size:13px;
    color:#59636e;
    text-decoration:none;
    cursor:pointer;
    paddint-top:7px;
    padding-bottom:7px;
    transition:0.1s;
}

.b-s:hover{
    color:#1f2328;
    font-weight:500; 
}

/* NAV2 */

#back-menu{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgb(41,51,64,0.6);
    z-index:40;

    display:none;
}

#menu-2{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    background:#151b23;
    width:320px;
    z-index:50;

    display:none;
}

#header-menu{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:40px;
    display:flex;
    align-items:center;
    border-bottom:1px solid #13253a;
}

#clo-menu{
    padding:5px 10px;
    font-size:16px;
    margin-right:5px;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
}

#content-menu{
    position:absolute;
    top:40px;
    left:0;
    right:0;
    bottom:0;
    overflow-y:auto;
    overflow-x:hidden;
    padding:10px 0px;
}

#content-link{
    display:flex;
    align-items:center;
    height:35px;
}

.br-1{
    display:flex;
    align-items:center;
    color:#FFFFFF;
    height:35px;
    font-size:13px;
    font-weight:400;
    padding:0 15px;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    width:87%;
    transition:0.1s;
}

.arr-1{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FFFFFF;
    height:35px;
    font-size:18px;
    font-weight:300;
    padding:0 15px;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    width:13%;
    transition:0.1s;
}

#line-1{
    padding:0;
    border-bottom:1px solid #13253a;
    margin:10px 13px;
}

#line-2{
    padding:0;
    border-bottom:1px solid #13253a;
    margin:10px 0;
}

#icon-sr{
    font-size:16px;
    margin-right:10px;
}

.br-1:hover,
.arr-1:hover{
    background:#2e3947;
    color:#d5b277;
}

#card-collapse{
    background:#151b23;
    margin-left:15px;
    border-radius:0;
    border:0;
    border-left:1px solid #2e343d;
}

#title-resp{
    font-size:10px;
    color:#9ba3ab;
    margin-bottom:10px;
    padding-left:5px;
}

.b-rs{
    display:block;
    align-items:center;
    padding:5px;
    color:#FFFFFF;
    font-size:13px;
    text-decoration:none;
    cursor:pointer;
}

.b-rs:hover{
    background:#2e3947;
    color:#d5b277;
}

/* Contentido */

#p-content{
    padding-top:30px;
    padding-bottom:60px;
    background:#FFFFFF;
    /*height:600px;*/
    z-index:1;
}

#title-general{
    font-size:2.2rem;
    color:#931d3d;
    margin-bottom:25px;
    font-weight:600;
}

#title-2{
    font-size:2rem;
    color:#24292e;
    font-weight:500;
}

#p-general{
    font-size: 16px !important;
    line-height: 24px !important;
    color:#1f2328;
    margin-bottom:15px;
}

#sep-gen{
    border-bottom:1px solid #d1d9e0;
    margin-top:25px;
    margin-bottom:25px;
}

/* Footer */

#footer-1{
    padding-top:80px;
    padding-bottom:120px;
    background:#0d1117;
}

#col-ft{
    margin-top:15px;
    margin-bottom:15px;
}

#title-ft{
    font-size:11px;
    font-weight:700;
    color:#cca259;
    margin-bottom:15px;
}

.p-ft{
    font-size:13px;
    color:#FFFFFF;
    width:200px;
    font-weight:300;
}

#space-ft{
    height:30px;
}

.a-ft{
    display:flex;
    align-items:center;
    font-size:12px;
    font-weight:300;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    transition:0.1s;
    margin-bottom:5px;
}

.a-ft i{
    font-size:14px;
    margin-right:7px;
    color:#cca259;
}

.a-ft:hover{
    color:#cca259;
    text-decoration:underline;
}

#button-up{
    position:fixed;
    right:7px;
    bottom:20px;
    display:flex;
    align-items:center;
    justify-content: center;
    height:38px;
    width:38px;
    font-size:18px;
    color:#FFFFFF;
    background:#931d3d;
    border-radius:4px;
    text-decoration:none;
    cursor:pointer;
    transition:0.1s;

    display:none;
}

#button-up:hover{
    background:#cca259;
    color:#1f2328;
}

/*#footer-2{
    padding-top:20px;
    padding-bottom:20px;
}*/