
@media (min-width: 0px) {
.title-giant {
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 5px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.center-title {
    font-weight: 900;
    color: #FFF;
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
}
.side-nav {
    position: fixed;
    width: 100vh;
    margin-left: -5px;
    position: fixed;
    -webkit-transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    align-items: center;
    display: flex;
    z-index: 9999;
}
.side-nav li {    
  margin-right:20px;
  float:left;
  height:100%;
  line-height:45px;
  display: inline;
  position: relative;
  z-index: 9999;
}
.mg-left {
    padding-left: 7vh;
    margin-right: 0;
}
.side-nav ul {
    margin: 0;
    padding: 0;
    margin-left: 0;
}
.side-nav li a {
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 10px;
}
.line-vertical {
    width: 50px;
    height: 1px;
    margin-left: 15px;
    margin-right: 20px;
    background: #FFF;
}
.logo img {
    display: flex;
    width: 90px;
}
.top-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 14px 0 14px;
    position: fixed;
    height: 14vh;
    background: rgba(0,0,0,1);
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(47%, rgba(0,0,0,0.53)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.links-menu a {
    color: #FFF;
    margin-left: 10px;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 10px;
}
.top-responsive {
    margin-top: 15vh;
}
.all-adress {
    height: 100%;
    width: 100%;
    background: #131313;
    padding: 20px 0 0 18px;
    margin-left: 14px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.bh-white {
    background: #FFF;
    padding: 0 15px 15px 15px;
}
div#myBtnContainer {
    padding: 20px 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.btn-lemoon {
    background: transparent;
    border: 0;
    color: #000;
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
}
.column {
    float: left;
    width: 50%;
}
h2.sub-title {
    text-align: right;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 33px;
}
.content-home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 12vh;
}

span.texto-home-1 {
    letter-spacing: 8px;
}
.linha-texto-home {
    width: 80%;
    height: 1px;
    background: #FFF;
    margin-bottom: 10px;
    margin-top: 10px;
}
.texto-home h1 {
    font-weight: 900;
    letter-spacing: 4px;
    font-size: 25px;
}
.texto-home h3 {
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 9px;
    line-height: 23px;
}
.parceiros {
    width: 100%;
    margin-left: 0;
    position: relative;
}
.texto-parceiros {
    width: 100%;
    max-width: 300px;
    position: relative;
   
}
.dodger {
    position: relative;
    top: 11%;
    right: 5%;
    width: 100%;
}
.content-no-scroll {
    width: 100%;
    display: flex;
    height: 3980px !important;
    float: left;
    clear: both;
}

}
@media (min-width: 768px) {

.title-giant {
    font-weight: 900;
    font-size: 87px;
    letter-spacing: 14px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.center-title {
    font-weight: 900;
    color: #FFF;
    font-size: 100px;
    letter-spacing: 40px;
}
.side-nav {
    position: fixed;
    width: 100vh;
    margin-left: 22px;
    position: fixed;
    -webkit-transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    align-items: center;
    display: flex;
    z-index: 9999;
}
.side-nav li {
    margin-right: 15px;
    float: left;
    height: 100%;
    line-height: 45px;
    display: inline;
    position: relative;
}
.mg-left {
    margin-left: 90px;
    margin-right: 80px;
}
.side-nav ul {
    margin: 0;
    padding: 0;
    margin-left: 0;
}
.line-vertical {
    width: 50px;
    height: 1px;
    margin-left: 40px;
    background: #FFF;
}
.side-nav li a {
    color: #fff;
    letter-spacing: 5px;
    text-decoration: none;
    font-size: 10px;
}
.logo img {
    display: flex;
    width: 140px;
}
.top-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 40px 0 40px;
    position: fixed;
    height: 15vh;
    background: rgba(0,0,0,1);
    z-index: 9999;
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(47%, rgba(0,0,0,0.53)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.links-menu  a
{
    color: #FFF;
    margin-left: 20px;
    padding-bottom: 5px;
    text-decoration: none;
}
.top-responsive {
    margin-top: 30vh;
}
.top-responsive {
    margin-top: 0;
}
.all-adress {
    height: 100%;
    width: 100%;
    background: #131313;
    padding: 40px 40px 0px 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.bh-white {
    background: #FFF;
    padding: 10px 40px;
}
div#myBtnContainer {
    padding: 20px 0;
    margin-left: -5px;
    display: flex;
    align-items: center;
}
.btn-lemoon {
    background: transparent;
    border: 0;
    color: #000;
    margin-right: 23px;
    padding: 0;
    text-transform: uppercase;
}
.column {
    float: left;
    width: 50%;
}
h2.sub-title {
    text-align: right;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 50px;
}
.content-home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15vh;
}

span.texto-home-1 {
    letter-spacing: 8px;
}
.linha-texto-home {
    width: 80%;
    height: 1px;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}
.texto-home h1 {
    font-weight: 900;
    letter-spacing: 8px;
    font-size: 35px;
}
.texto-home h3 {
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 7px;
    margin-top: 20px;
    line-height: 26px;
}
.parceiros {
    width: 100%;
    margin-left: 0;
    position: relative;
}
.texto-parceiros {
    width: 100%;
    max-width: 300px;
    position: relative;
}
.dodger {
    position: absolute;
    top: 11%;
    right: 5%;
    width: 60%;
}
.content-no-scroll {
    width: 100%;
    display: flex;
    height: 6070px !important;
    float: left;
    clear: both;
}

}
@media (min-width: 992px) { 

.title-giant {
    font-weight: 900;
    font-size: 87px;
    letter-spacing: 14px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.center-title {
    font-weight: 900;
    color: #FFF;
    font-size: 100px;
    letter-spacing: 40px;
}
.side-nav {
    position: fixed;
    width: 100vh;
    margin-left: 22px;
    position: fixed;
    -webkit-transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    align-items: center;
    display: flex;
    z-index: 9999;
}
.side-nav li {
    margin-right: 15px;
    float: left;
    height: 100%;
    line-height: 45px;
    display: inline;
    position: relative;
}
.mg-left {
    margin-left: 90px;
    margin-right: 80px;
}
.side-nav ul {
    margin: 0;
    padding: 0;
    margin-left: 0;
}
.line-vertical {
    width: 50px;
    height: 1px;
    margin-left: 40px;
    background: #FFF;
}
.side-nav li a {
    color: #fff;
    letter-spacing: 5px;
    text-decoration: none;
    font-size: 10px;
}
.logo img {
    display: flex;
    width: 140px;
}
.top-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 40px 0 40px;
    position: fixed;
    height: 15vh;
    background: rgba(0,0,0,1);
    z-index: 9999;
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(47%, rgba(0,0,0,0.53)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.links-menu  a
{
    color: #FFF;
    margin-left: 20px;
    padding-bottom: 5px;
    text-decoration: none;
}
.top-responsive {
    margin-top: 0;
}
.all-adress {
    height: 100%;
    width: 100%;
    background: #131313;
    padding: 40px 40px 0px 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.bh-white {
    background: #FFF;
    padding: 10px 40px;
}
div#myBtnContainer {
    padding: 20px 0;
    margin-left: -5px;
    display: flex;
    align-items: center;
}
.btn-lemoon {
    background: transparent;
    border: 0;
    color: #000;
    margin-right: 23px;
    padding: 0;
    text-transform: uppercase;
}
.column {
  float: left;
  width: 25%;
}
h2.sub-title {
    text-align: right;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 50px;
}
.content-home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15vh;
}

span.texto-home-1 {
    letter-spacing: 8px;
}
.linha-texto-home {
    width: 80%;
    height: 1px;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}
.texto-home h1 {
    font-weight: 900;
    letter-spacing: 8px;
}
.texto-home h3 {
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 7px;
    margin-top: 20px;
    line-height: 26px;
}
.parceiros {
    width: 60%;
    margin-left: 20%;
    position: relative;
}
.texto-parceiros {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 0;
}
.dodger {
    position: absolute;
    top: 11%;
    right: 5%;
    width: 60%;
}
.content-no-scroll {
    width: 100%;
    display: flex;
    height: 6070px !important;
    float: left;
    clear: both;
}

}
@media (min-width: 1200px) { 

.title-giant {
    font-weight: 900;
    font-size: 43px;
    letter-spacing: 14px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.center-title {
    font-weight: 900;
    color: #FFF;
    font-size: 100px;
    letter-spacing: 40px;
}
.side-nav {
    position: fixed;
    width: 100vh;
    margin-left: 22px;
    position: fixed;
    -webkit-transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    align-items: center;
    display: flex;
    z-index: 9999;
}
.side-nav li {
    margin-right: 12px;
    float: left;
    height: 100%;
    line-height: 45px;
    display: inline;
    position: relative;
}
.mg-left {
    margin-left: 90px;
    margin-right: 80px;
}
.side-nav ul {
    margin: 0;
    padding: 0;
    margin-left: 0;
}
.line-vertical {
    width: 50px;
    height: 1px;
    margin-left: 40px;
    background: #FFF;
}
.side-nav li a {
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 10px;
}
.logo img {
    display: flex;
    width: 140px;
}
.top-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 40px 0 40px;
    position: fixed;
    height: 15vh;
    background: rgba(0,0,0,1);
    z-index: 9999;
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(47%, rgba(0,0,0,0.53)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.links-menu  a
{
    color: #FFF;
    margin-left: 20px;
    padding-bottom: 5px;
    text-decoration: none;
}
.top-responsive {
    margin-top: 0;
}
.all-adress {
    height: 100%;
    width: 100%;
    background: #131313;
    padding: 40px 40px 0px 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.bh-white {
    background: #FFF;
    padding: 10px 40px;
}
div#myBtnContainer {
    padding: 20px 0;
    margin-left: -5px;
    display: flex;
    align-items: center;
}
.btn-lemoon {
    background: transparent;
    border: 0;
    color: #000;
    margin-right: 23px;
    padding: 0;
    text-transform: uppercase;
}
.column {
  float: left;
  width: 25%;
}
h2.sub-title {
    text-align: right;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 50px;
}
.content-home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15vh;
}

span.texto-home-1 {
    letter-spacing: 8px;
}
.linha-texto-home {
    width: 80%;
    height: 1px;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}
.texto-home h1 {
    font-weight: 900;
    letter-spacing: 8px;
    font-size: 35px;
}
.texto-home h3 {
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 7px;
    margin-top: 20px;
    line-height: 26px;
}
.parceiros {
    width: 60%;
    margin-left: 20%;
    position: relative;
}
.texto-parceiros {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 0;
}
.dodger {
    position: absolute;
    top: 11%;
    right: 5%;
    width: 60%;
}
.content-no-scroll {
    width: 100%;
    display: flex;
    height: 6070px !important;
    float: left;
    clear: both;
}

}
@media (min-width: 1500px) { 

.title-giant {
    font-weight: 900;
    font-size: 87px;
    letter-spacing: 14px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.center-title {
    font-weight: 900;
    color: #FFF;
    font-size: 100px;
    letter-spacing: 40px;
}
.side-nav {
    position: fixed;
    width: 100vh;
    margin-left: 22px;
    position: fixed;
    -webkit-transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    align-items: center;
    display: flex;
    z-index: 9999;
}
.side-nav li {
    margin-right: 15px;
    float: left;
    height: 100%;
    line-height: 45px;
    display: inline;
    position: relative;
}
.mg-left {
    margin-left: 90px;
    margin-right: 80px;
}
.side-nav ul {
    margin: 0;
    padding: 0;
    margin-left: 0;
}
.line-vertical {
    width: 50px;
    height: 1px;
    margin-left: 40px;
    background: #FFF;
}
.side-nav li a {
    color: #fff;
    letter-spacing: 5px;
    text-decoration: none;
    font-size: 10px;
}
.logo img {
    display: flex;
    width: 140px;
}
.top-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 40px 0 40px;
    position: fixed;
    height: 15vh;
    background: rgba(0,0,0,1);
    z-index: 9999;
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(47%, rgba(0,0,0,0.53)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.53) 47%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.links-menu  a
{
    color: #FFF;
    margin-left: 20px;
    padding-bottom: 5px;
    text-decoration: none;
}
.top-responsive {
    margin-top: 0;
}
.all-adress {
    height: 100%;
    width: 100%;
    background: #131313;
    padding: 40px 40px 0px 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.bh-white {
    background: #FFF;
    padding: 10px 40px;
}
div#myBtnContainer {
    padding: 20px 0;
    margin-left: -5px;
    display: flex;
    align-items: center;
}
.btn-lemoon {
    background: transparent;
    border: 0;
    color: #000;
    margin-right: 23px;
    padding: 0;
    text-transform: uppercase;
}
.column {
  float: left;
  width: 25%;
}
h2.sub-title {
    text-align: right;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 50px;
}
.content-home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15vh;
}

span.texto-home-1 {
    letter-spacing: 8px;
}
.linha-texto-home {
    width: 80%;
    height: 1px;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}
.texto-home h1 {
    font-weight: 900;
    letter-spacing: 8px;
    font-size: 35px;
}
.texto-home h3 {
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 7px;
    margin-top: 20px;
    line-height: 26px;
}
.parceiros {
    width: 60%;
    margin-left: 20%;
    position: relative;
}
.texto-parceiros {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 0;
}
.dodger {
    position: absolute;
    top: 11%;
    right: 5%;
    width: 60%;
}
.content-no-scroll {
    width: 100%;
    display: flex;
    height: 6070px !important;
    float: left;
    clear: both;
}

}