@font-face {
    font-family: 'HKG rotesk';
    src: url('https://d1w2tfxkepev8w.cloudfront.net/fonts/hkgrotesk/HKGrotesk-Medium.woff2') format('woff2'),
        url('https://d1w2tfxkepev8w.cloudfront.net/fonts/hkgrotesk/HKGrotesk-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: "HKG rotesk";
    src: url('https://d1w2tfxkepev8w.cloudfront.net/fonts/hkgrotesk/HKGrotesk-Bold.woff2') format('woff2'),
    url('https://d1w2tfxkepev8w.cloudfront.net/fonts/hkgrotesk/HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
}
  
  body, html, button , label, p, container{
    font-family: "HKG rotesk", 'Trebuchet MS', 'Helvetica', sans-serif;
    font-size: 16px;
    color: #3d3937;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 17px !important;
  }

  h1{
    font-size: 18px;
  }
  h2{
    font-size: 16px;
  }

.main {
    max-width: 768px;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

ol {
     counter-reset: item ;
    -webkit-margin-before: 1px;
    -webkit-margin-after: 1px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 5px;
    -webkit-padding-start: 15px;
    text-align: justify;

}
li{ display: block }
li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    font-weight: bold;
}
li.navebar::before{
    content : ""
}
li{
    margin: 15px 0px;
}

ol > p{
    margin: 0px !important;
}

ol > li{
    margin-right: 5px;
}
ol > li >  ol > li > p{
    margin: 0px;
}
ol > li  ol > li{
    margin-right: 0px;
}
ol.r {list-style-type: upper-alpha;}

.items {
    margin: 30px;
}
.title {
    font-size: 18px;
    font-weight: bold;
}
table.lista {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
    /* margin: 4px; */
}
td.tipo {
    padding-left: 15px;
    width: 70%;
}
td.valor {
    text-align: right;
}
tr {
    height: 38px;
}

.container{
    border: 1px solid #f7f6f7;
    margin: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px lightgrey;
    padding: 5px;
}

.container p,h1,ul, h2{
   margin: 15px;
   text-align: justify;
}

h2{
    font-size: 16px;
}

.container p, ul{
    font-size: 12px;
 }
.container h1, h2{
    color: black;
    font-weight: bold;
}
.container a{
    color: #3d3937;
}

nav{
    height: 57px;
}

nav ul{
    height: 57px;
}

nav li{
    display: inline-block;
    margin-right: 26px;
}



nav a {
    color: black;
    text-decoration: none;
    position: relative;
    right: 35px;
    margin-top: 6px;
    display: inline-block;
    position: relative;

}

nav a:hover {
    color: #E91E63;
    text-decoration: none;
    position: relative;
    right: 35px;
    margin-top: 6px;
}

img.logo {
    float: right;
    position: relative;
    right: 20px;
    top: 17px;
}

img.icon {
    display: none;
}   

footer img{
    margin: 15px;
    position: relative;
    top: 2px;
}

footer .container {
    background: black;
}

p.star{
    text-align: center;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.anexo{
    padding: 5px;
}


/* a.active {
    font-weight: 700;
} */


/* .menu a.active:after {
    pointer-events: none;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #E91E63;
    content: '';
    display: block;
    bottom: -1px;
    left: 1px;
    z-index: 1;
} */

/* min-width & max-width */

@media screen and (min-width: 100px) and (max-width: 450px) {
    img.logo {
        display: none;
    }   
    img.icon {
        display: block;
        float: right;
        position: relative;
        right: 20px;
        top: 30px;
    }
    nav li {
        margin-right: 10px;
    }
}


@media screen and (min-width: 450px) and (max-width: 600px) {
    img.logo {
        float: right;
        position: relative;
        right: 20px;
        top: 31px;
    }
    img.icon {
        display: none;
    }   
}
 

@media (min-width: 600px){

    h1 {
        font-size: 24px;
    }
    p {
        font-size: 16px;
    }
    h2{
        font-size: 20px;
    }
    .container p, ul {
        font-size: 16px;
    }
    nav a {
        font-size: 18px;
        padding: 0px 7px;
    }
    nav a.active:after {
        bottom: 7px;
        left: 18px;
    }

    img.logo {
        float: right;
        position: relative;
        right: 20px;
        top: 28px;
        width: 80px;
    }
    img.icon {
        display: none;
    }   
    
}

@-moz-document url-prefix() {
    .container{
        padding: 6px;
    }
   
    li {
     margin: 10px 0px 1px -25px;
    }
    ol > li ol > li {
        margin-left: -28px;
    }

    @media screen and (min-width: 50px) and (max-width: 450px) {
        nav li {
            margin-right: 50px;
        }
        nav{
            position: relative;
            bottom: 15px;
            margin-left: 25px;
            margin-right: 25px;
        }

    }


    @media screen and (min-width: 450px) and (max-width: 600px) {

    }
    

    @media (min-width: 600px){
        nav a {
            font-size: 12px;
            padding: 5px 20px;
        }
    }
}
