
 nav {
    font-family: 'Montserrat', sans-serif !important;
 	text-transform: uppercase !important;
 	font-size: 14px;
 }

 .navbar-nav li {
 	margin: 0 16px !important;
 	padding: 0 !important
 }

 .btn {
 	display: block;
border: 0;
font-family: Montserrat,Open Sans,Helvetica,sans-serif;
font-size: 12.5px;
letter-spacing: 2.5px;
text-align: center;
background: #3b726c;
color: #fff;
line-height: 24px;
min-height: fit-content;
height: 48px;
padding: 12px 10px;
text-transform: uppercase;
transition: all .3s;
cursor: default;
width: 100%;
margin: 20px 0;
cursor: pointer;
border-radius: 0;
color:white !important;
 }


.sidebar-section .design-sec.top {
 display:none
}
.sidebar-section h6 {
 text-align:center;
 margin:0;
 position:relative;
 display:flex
}
.sidebar-section h6:after,
.sidebar-section h6:before {
 content:"";
 flex:1 1 auto;
 border:1px solid #242626;
 height:15px;
 position:relative;
 top:9px
}
.sidebar-section h6:before {
 border-width:1px 0 0 1px
}
.sidebar-section h6:after {
 border-width:1px 1px 0 0
}
.sidebar-section h6 span {
 flex:0 0 auto;
 margin:0 16px
}

/*TESTTTTTTTTTTTT*/

body {
  overflow-x: hidden;
  overflow-y: scroll;
}
 
/*** Navigation Styles ***/
nav {
  width: 100vw;
   
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  z-index: 10;
  transition: all 0.3s;
}
 .navShadow {
 	min-height: 45px;
 	 
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
 
  position: fixed;top:0;left: 0;right: 0;
}


 .navShadow .navbar-nav .nav-item .nav-link{
 font-size: 11px;
}
 .navShadow #word-mark {
  opacity: 0;
}
.container {
 
}




@media only screen and (min-width: 200px) and (max-width: 650px) {
#menu-mobil {
  display: inherit;
}
#logo-desktop {
    display: none;
 }


.module-right-img {
  height: 250px;

}
}
@media only screen and (min-width: 650px) and (max-width: 1000px) {
 #menu-mobil {
  display: none;
}
#logo-desktop {
    display: none;
 }

.module-right-img {
  height: 250px;
 
}
}
@media only screen and (min-width: 1000px) and (max-width: 7000px) {
   #menu-mobil {
  display: none;
}

#logo-desktop {
    display: inherit;
 }

.module-right-img {
 
  height: 70px;
}

}


.visible {
  display: inherit !important;
}

.ocultar {
  display: none !important;
}


a {
  text-decoration: none !important;
}
.container {
	
}