/* site - pc */

body  {
    background-image: none;
    margin: 0;
    font-family: calibri;
    font-size: 18px;
    line-height: 1.5;
}



script {display: block;
}

* {
  box-sizing: border-box;
}

.slim   {
    display: block; 
    width: 100%; 
    position: relative;
}

.slam  {
    display: none; 
}

h1, h2, h3  {
    color: #094338;
    text-indent: 40px;
}

h1  {
    font-size: 1.2em;
}
  
h2  {
    font-size: 1.1em;
}  

h3  {
    font-size: 1em;
}

p {
    text-align: justify;
}

#sidebar  {
    position: fixed; 
    top:0; 
    left:0; 
    display: none; 
    width: 100%; 
    height: 100%; 
    z-index: 5;
}


#sidebarmenu {overflow-y: scroll; 
          position: relative; 
          background: #476b6b;
          width: auto;
          height: 100%; 
          display: flex;
}

#sidebarmenu::-webkit-scrollbar {
               width: 10px;
}

/* Track */
#sidebarmenu::-webkit-scrollbar-track {
    background: #476b6b; 
}
 
/* Handle */
#sidebarmenu::-webkit-scrollbar-thumb {
  background: #3d5c5c; 
  border-radius: 10px;
}

/* Handle on hover */
#sidebarmenu::-webkit-scrollbar-thumb:hover {
  background: #293d3d; 
}

#sidebarmenu: hover {
        overflow: hidden;
    }
  
#black-transparent {position: relative; 
                    background: black; 
                    flex-grow: 1;
                    height: 100%; 
                    opacity: 0.7; 
                    display: block; 
                    float: right;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
}

.menu:link, :visited {
  color: white;
  text-decoration: none;
  cursor: default;
}

.menu:hover {
  color: lightblue;    
}

.menu:active {
    color: darkblue;
    text-decoration: underline;
}

li  {
    padding: 20px 50px;
}
    
#menu {
    background-color: #476b6b;
    color: white; 
    font-size: 30px; 
    list-style-type: none; 
    padding: 30px 100px 10px 30px;
    user-select:none;
}

#menux {
    position: relative; 
    top: 10px; left: -120px; 
    margin-right: auto; 
    font-size: 70px; 
    font-family: Montserrat-Thin; 
    user-select:none;
}

#menux {
    color: white;
}

#menux:hover {
  color: lightblue;
}

#menux:active {
  color: black;
}



.line-break  {
    display: none;
}

#container-menu-icon  {
    margin-left: 20px; 
    position: relative; 
    top: 5px; 
    left: -45px; 
    z-index: 1;
}

#menu-icon  {
    width: 5%;
    max-width: 50px;
}

.sapp-esq  {
    width: 7%;
}

#div-sapp-fixed  {
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 4;
}

#icon-sapp-fixed  {
    width: 50px;
}

#esquerda {
    background-color: white;
    flex: 60%;
}

.esquerda  {
    background-color: white;
    width: 70%;
    border: 1px solid #dddddd; 
    margin: 20px 30px 0 7vw; 
    padding: 0 30px;
    float: right
}


/* vídeos 4:3 e iframes responsivos  */

#containingBlock {
	width: 90%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 75%;
	padding-top: 25px;
	height: 0;
}

.iframeWrapper {
	position: relative;
	padding-bottom: 170%;
	padding-top: 25px;
	height: 0;
}

.youtube-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* vídeos 4:3 responsivos e iframes - fim  */


#separation-bar  {
    display: none;
}

#direita {
    background-color: white; 
    flex: 40%;
    padding: 0;
}

.direita {
    background-color: white;
    font-size: 18px;
    line-height: normal;    
    width: 70%;
    border-left: 5px solid #99ddff; 
    margin: 50px 7vw 0 60px; 
    padding-left: 10px;
}

.pianolinks:link  {
    color: #663300; 
    list-style-type: none;
    text-decoration: none;
}

.pianolinks:visited  {
    color: #663300; 
    list-style-type: none;
    text-decoration: none;
}
 
.pianolinks:hover {
  color: #cc6600;
  text-decoration: underline;
}

.pianolinks:active {
    color: black;
    text-decoration: underline;
}


#footer-flex-container-pc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto; 
  color: white;
  background: #062d25;
  margin-top: 200px;
}

.footer1-pc {
    flex: 30%;
    text-align: left;    
}
    
.footer2-pc   {
    flex: 40%;
    text-align:center;
    color: white;  
    line-height:100%; 
}

.footer3-pc {
    flex: 30%;
    text-align: center;    
}
    
.footer-link-list-pc  {
    list-style-type: none;
    line-height: 1.5;
}

.footer-link-pc:link  {
    color: white; 
    text-decoration: none;
}

.footer-link-pc:visited  {
    color: white; 
    text-decoration: none;
}
 
.footer-link-pc:hover {
  color: lightblue;
  text-decoration: underline;
}

.footer-link-pc:active {
    color: black;
    text-decoration: underline;
}

.footer-redes   {
    height: 20px;
}

#footer-flex-container-smart {
    display: none;
}


/* responsive tablet session */ 

@media screen and (max-width: 1000px) {
    
.esquerda   {
    margin: 5px auto;
    float: none;
}


/* responsive smartphone session */ 

@media screen and (max-width: 780px) {
 
body  {
    background-image: none;
    margin: 0;
    font-family: calibri;
    font-size: 18px;
    line-height: 1.5;
}

 .slim  {
      display: none;
  }
  
  .slam  {
      display: block;
      position: relative;
      width: 100%;
  }
  
  p {
    text-align: left;
}

h1, h2, h3  {
    color: #003366;
    text-indent: 15px;
}

h1  {
    font-size: 1.4em;
}
  
h2  {
    font-size: 1.1em;
}  

h3  {
    font-size: 1em;
}
  
#container-menu-icon  {
    margin-left: 0; 
    left: 0px; 
}
  
#menu-icon  {
    width: 8%;
    max-width: 40px;
    right: -15px;
}

#menu {
    font-size: 20px; 
    padding: 30px 20px 10px 10px;
}

#menux {
    top: -20px; 
    left: -50px; 
    font-size: 55px;
    color: #303030;
    font-family: Montserrat-Thin;
}

#icon-sapp-fixed {
    width: 30px;
}

.sapp-esq  {
    width: 10%;
} 
 
 
.line-break  {
    display: inline;
} 

#esquerda  {
      flex: 100%;
  }
  
.esquerda  {
    width: 100%;
    float: none;
    border: 1px solid #dddddd; 
    margin: 5px 0; 
    padding: 0 15px;
}

#pag-amarelas {
   margin: 15px auto; 
}

#containingBlock {
	width: 80%;
}

.iframeWrapper {
	position: relative;
	padding-bottom: 400%;
	padding-top: 25px;
	height: 0;
}
  
#separation-bar  {
    width:100%; 
    height: 50px; 
    background-color: #001133;
    display: block;
}
  
#direita  {
      flex: 100%;
  }
  
.direita {
    width: 95%;
    border-left: 5px solid #99ddff; 
    margin: 50px 7vw 0 20px; 
    padding-left: 10px;
}

#footer-flex-container-smart {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto; 
  color: white;
  background: #062d25;
}

.footer1 {
    display: block;
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding: 0 20px;
    }
    
.footer2   {
    flex: 50%;
    text-align: left;
    color: white;  
    line-height:100%; 
}    
    
.footer2 li {
   padding: 10px;
}

.footer3 {
    flex: 50%;
    text-align: center;    
    }

.footer3 li {
   padding: 10px;
}

.footer-link-list  {
    list-style-type: none;
    line-height: 1.5;
}

.footer-link:link  {
    color: white; 
    text-decoration: none;
}

.footer-link:visited  {
    color: white; 
    text-decoration: none;
}
 
.footer-link:hover {
  color: lightblue;
  text-decoration: underline;
}

.footer-link:active {
    color: black;
    text-decoration: underline;
}

#footer-flex-container-pc {
    display: none;
}

}