html{
  background-color: white;
}

body, div, h1, h2, h3, p,
{ 
  padding:0;
  margin:0;
  box-sizing: border-box;
}

n {
  font-weight: bold;
}

body {
  width: 99%

}

.header{

    display: flex;
    float: none;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    padding: 5px 0 0 0;
    background-color: white;

}

.header2{

  display: block
  float: none;
  margin-right: auto;
  margin-left: auto;
  height: 20px;
  padding: 5px 0 0 0;
  border-bottom: 2px solid #16507b;
  background-color: white;

}

.navegador {

    margin-left: auto;
    margin-right: auto;
    width: 99%;
    margin-top: 0;
    z-index: 3;
    display: flex;
    background-color: ;
}

.logo {
    fill: white;
    float: left;
    margin: 0px 2%;
    vertical-align: bottom;
    width: 10%;
    padding: 1%;
    background-color:  ;
}

h2 {
  margin-bottom: -0.3rem;
  font-size: 1.5rem;
  font-family: sans-serif;
  text-align: center;
}

h2.flip, h4.flip {
  margin-top: 0rem;
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  color: #777;
  
}

h2.flip2, h4.flip2 {
  margin-top: 0rem;
  transform: scale(-1, -1);
  color: red;

}

.flipaVH {
  margin-top: 0rem;
  transform: scale(-1, -1);
  color: #777;

}

.menu {
    float: center;
    margin: 1%;
    width: 46%;
    display: flex;
    background-color: ;
    background-position: center;

}


.menu a {

display: inline-block;
padding: 10px 10px;
vertical-align: middle;


}


.button2 {
    display: inline-block;
    background-color: #2faded;
    border-radius: 4px;
    color: white;
    font-family: Roboto;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    text-align: center;
    text-decoration: inherit;
    padding: 12px 20px 0px 20px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
    -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
    box-shadow: 0 3px rgba(58,87,175,.75);
    transition: all 0.1s linear 0s; 
}    

.menu .button2:hover {

  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}

.search {

    width: 15%;
    display: block;
    background-color: ;
    margin: 10px;
    
    }
    
    .ssearch {
    
    width: 15%;
    display: block;
    background-color: ;
    margin: 0px 0px;
    
    }


.busca {


  width: 100%; 
  height: 80px; 
  -webkit-border-radius: 12px/12px; 
  -moz-border-radius: 12px/12px; 
  border-radius: 12px/12px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;

}

.buscaa {

position: relative;
padding: 10px 20px;

}


input[type=text] {

  width: 95%; 
  height: 30px; 
  -webkit-border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px/0px 0px 4px 4px; 
  border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin: auto;

}

.buscaa i {

margin: 2px 5px;

}

.buscaa input {

margin: 2px 0px;

}


.hide, .hide1 {
  display: flex;

}

.modal {
  background-color: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  z-index: 4;
}

.hide1 .modal-contenido {
  position: relative;
  margin-right: ;
  width: 15%;
  background-color: transparent;
  padding: 10px 0px;
  z-index: 7;
}

.modal-contenido a {
  color: black;
  float: left;
  padding: 10px 10px;
}

#miModalupload:target {
  opacity:1;
  pointer-events: auto;
}



.modal-contenido .busca {

  top: 5px;
  width: 100%; 
  height:100px;
  margin: auto; 
  -webkit-border-radius: 12px/12px; 
  -moz-border-radius: 12px/12px; 
  border-radius: 12px/12px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;

}

.modal-contenido .buscaa {

display: inline-block;
margin-left:15px;
top: 0px;
bottom: 0px;
 
}


.hide1 .modal-contenido input[type=text] {
  float: left;
  width: 46%; 
  height: 30px; 
  -webkit-border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px/0px 0px 4px 4px; 
  border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: -20px; 
  padding-left: 10px;

}

.hide1 .modal-contenido input[type=sumit] {
  float: right;
  width: 25%; 
  height: 30px; 
  -webkit-border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px/0px 0px 4px 4px; 
  border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: -20px; 
  padding-left: 10px;

}

.hide .modal-contenido {
  position: relative;
  margin-right: ;
  width: 23%;
  background-color: transparent;
  padding: 10px 20px;
  z-index: 7;
}


.modal-contenido .uploadd {

  top: 5px;
  width: 100%; 
  height:700px;
  margin: auto; 
  -webkit-border-radius: 12px/12px; 
  -moz-border-radius: 12px/12px; 
  border-radius: 12px/12px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;

}



.modal-contenido .upload {

    display: inline-block;
    margin-left:15px;
    top: 0px;
    bottom: 0px;
     
    }


.upload .square {

  float: left;
  width: 85%;
  min-height: 447px;
  margin: 15px 10px;
  padding: 10px 10px 10px 10px;
  
}

.upload .square img {

    width: 100%;
    height: 277px;
    border: solid 1px #cbc9c9;
    background-color: rgb(238, 236, 233);
    opacity: 0.6;
     
}

.square {
  display: inline-block;
  width: 23%;
  min-height: 447px;
  margin: 15px auto;
  padding: 10px 10px 10px 10px;
  border: solid .25px;
  color: #333;
  text-shadow: white 0px 0px 2px;
  font-size: 16px;
  background-size: 297px;
  text-align: center;
  background-color: white;
   -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

.square img {

width: 100%;
height: 277px;

}

.modal-contenido fieldset {
  float: center;
  width: 88%;
  height: 115px;
  -webkit-border-radius: 12px/12px; 
  -moz-border-radius: 12px/12px; 
  border-radius: 12px/12px; 
}

.modal-contenido textarea {

  width: 98%; 
  height: 130px;  
  background-color: #fff; 
  border: solid 1px #cbc9c9;
  margin-left: 0px;
  margin-top: 0px; 

}

.hide .modal-contenido input[type=text] {

  width: 46%; 
  height: 30px; 
  -webkit-border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px/0px 0px 4px 4px; 
  border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;

}

.hide .modal-contenido input[type=file] {
  float: left;
  width: 100%; 
  height: 30px; 
  margin-right: 15px;
  margin-top: 15px; 

}

.hide .modal-contenido input[type=submit] {
  float: right;
  width: 30%; 
  height: 30px; 
  -webkit-border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px/0px 0px 4px 4px; 
  border-radius: 4px 4px 4px 4px/5px 5px 4px 4px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-right: 10px;
  margin-top: 10px; 

}

.notifications {

    position: relative;
    width: 8%;
    margin: auto 3px;
    background-color: ;
    display: block;
    
}
    
.notifications a {
      font-size: 0.9em;
      color: gray;
      border: none;
      cursor: pointer;
      text-decoration: none;
}

.messages {
        position: relative;
        width: 7%;
        margin: auto 3px;
        background-color: ;
        display: block;
        
}
        
.messages a {
          font-size: 0.9em;
          color: gray;
          border: none;
          cursor: pointer;
          text-decoration: none;
}
        
.wellcome {
        
        display: block;
        float: right;
        width: 18%;
        background-color: ;
        
}

.wellcome_uptext, .wellcome_downtext  {

            color: gray;
            font-size: 0.8em;
            
}
            
.system-message {
            
              display: flex;
              float: left;
              width: 100%;
              background-color: ;
              margin-left: 2%;
}

.tabuleiro {
    position: relative; 
    min-height: 85vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabuleiro::before {    
      content: "";
      background-image: url('OzyLamond.png');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.4;
}


.galery {

    display: flex;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0 0 0;
    background-color: ;

}


.center {

    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1400px;
    display: flex;
    z-index: 1;
    background-color: ;

}

.friends_map, {

}

.albuns_map {

text-align: center;


}


.albuns {

width: 100%;
margin-left: auto;
padding: auto;

}

.dropdown {

display: inline-block;
margin: auto;

}

.mainmenubtn {

background-color: ;
font-size: 0.9em;
color: gray;
border: none;
cursor: pointer;
padding:10px;
margin-top:5px;

}    

.mainmenubtn p {

display: inline-block;

}

.circle2 {
  max-width: 30%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background-position: center center;

}

.circle2 img {
  width: auto;
  height: 30%;
  position: relative;
  left: 13%;
  transform: translateX(-40%);
  border-radius: 100%;
  width: 180px;
  height: 180px;
  border: solid 3px gray;
  padding: 4px;

}

.square2 {

  max width: 30%;
  height: auto;
  display: flex;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background-position: center center;

  background-color:#ddc;
  border:solid 20px #eee;
  border-bottom-color:#fff;
  border-left-color:#eee;
  border-radius:2px;
  border-right-color:#eee;
  border-top-color:#ddd;
  box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  padding: 10px;
  position:relative;
  text-align:center;

}

.square2 img {
  width: auto;
  height: 30%;
  position: relative;
  width: 360px;
  height: 360px;
  border:5px solid #a5a7a8;
  border-radius: 0%;

}

.albuns a {

font-size: 1.7em;
color: black;
text-align: center;
text-decoration: none;

}

.friendrequest {

width: 100%;
margin: auto;
padding: auto;
position: inline-flex;
align-items: center;

}

.friendrequest .gray input {

  color: white;
  min-width: 30px;
  padding: 5px 10px;
  margin: -5px 3px;
  font-size: 12px;
  background-color: #b5b7b8;
  border: none;
  
  }

.friendrequest .green input {

color: white;
min-width: 30px;
padding: 5px 10px;
margin: -5px 3px;
font-size: 12px;
background-color: #ced3c7;
border: none;

}

.friendrequest .orange input {

  color: white;
  min-width: 30px;
  padding: 5px 10px;
  margin: -5px 3px;
  font-size: 12px;
  background-color: #c9923f;
  border: none;
  
  }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-sucess {
  color: #2f7a0c;
  background-color: #d4f3c6;
  border-color: #d6f3a8;
}



@media screen and (max-width: 815px) {

.wellcome_uptext, .wellcome_downtext, .search, .mainmenubtn p {
        display: none;
   }

.hide {

display: flex;

}

.header{

  height: 65px;

}

.header2{

    height: 1px;
  
  }

.navegador {
    float: center;
    display: block;
    width: 90%;
    height: 115px;
  }

.logo {
 
   margin: -30px 0px 0px 0px;
   padding: 0px;
   vertical-align: bottom;
   width: 15%;

}

h2 {
  font-size: 1.2rem;

}

h2.flip {
  margin-top: -2.0rem;
}


.menu {

    float: right;
    margin: 10px;
    padding: 0px;
    width: 100%;
    display: flex;
}

.menu a {

   display: inline;
   padding: 0px 0px;
   vertical-align: middle;
}

.button2 {

    background-color: transparent;
    border-radius: 4px;
    color: black;
    font-size: 9px;
    margin: 0px 10px;

} 

.modal {

  float: left;
  width: 100%;
  margin: auto;
}

.hide .modal-contenido, .hide1 .modal-contenido {

  margin: auto;
   width: 90%;

}

.modal-contenido a {
  float: left;
  padding: 0px 10px;
  color: white;
}


.modal-contenido .busca {
  display: flex;
  top: 0px;
  width: 100%; 
  margin: auto; 
 
}

.modal-contenido .buscaa {

display: block;
margin: auto;

 
}

.modal-contenido .buscaa {

display: inline-block;
margin-left:15px;
top: 0px;
bottom: 0px;
 
}


.hide1 .modal-contenido input[type=text] {

  width: 45%; 
  height: 25px; 
}


.modal-contenido .uploadd {
  display: flex;
  top: 0px;
  width: 100%; 
  min-height:230px;
  margin: auto; 
 
}

.modal-contenido .upload {

display: block;
margin: auto;

 
}

.modal-contenido .upload {

display: inline-block;
margin-left:15px;
top: 0px;
bottom: 0px;
 
}


.hide .modal-contenido fieldset {
  height: 110px;
}


.hide .modal-contenido input[type=text] {

  width: 25%; 
  height: 25px; 
}

.notifications, .messages {

  width: 5%;
  padding: 5px;
  display: none;

}

.notifications a, .messages a {
  font-size: 12px;
  color: gray;
  display: flex;
}


.dropdown {

float: center;
width: 120px;
margin: 1%;

}


.mainmenubtn {

font-size: 12px;
padding: 5px;
width: 105%;

}

.mainmenubtn p {

display: inline;

}

.mainmenubtn p {

display: inline;

}


.circle2 img {
  width: 80px;
  height: 80px;
  border: solid 2px gray;
  padding: 3px;

}

.square2 {

  border:solid 5px #eee;
  padding: 2px;

}


.square2 img {
  width: 100px;
  height: 100px;


}

.albuns_map {

text-align: left;
  
  }

.albuns a {

  font-size: 14px;
  margin: auto;
  float: center;
}

.friendrequest {

width: 100%;
display: flex;
background-color: ;
margin: auto;
padding: auto;

}

.friendrequest input {

width: 100%;
min-width: 0px;
padding: 0px 0px;
margin: 1px 1px;
font-size: 8px;

}




}

