*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}

body{
    position: relative;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color:rgb(64, 72, 145)!important;
}
#tnc-template {
    width: 100%;
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 60px;
}

#tnc-template .tnc {
    padding: 50px;
    border-radius: 50px;
    margin: 50px auto;
    background-color: rgba(255, 255, 255, 0.9);
}


.dvelada-container {
    width: 100%;
}

@media screen and (min-width: 1200px){
.dvelada-container {
  max-width: 994px;
}
}



#headers{
    z-index: 1;
}

#header.others {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}


#header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.dvelada-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

#header .header-hugoz-logo .hugoz-logo {
    width: 130px;
    height: auto;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 1366px){
 #header {
    padding: 16.5px 0px;
 }
  #header .header-hugoz-logo .hugoz-logo {
    width: 100px;
}
}

@media screen and (min-width: 1200px){
.dvelada-container {
    max-width: 1140px;
}
}

@media screen and (min-width: 1400px){

    .dvelada-container {
        max-width: 1388px;
    }

}   

