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: 75px;
    padding: 5px 0 0 0;

}

.header2{

    display: block
    float: none;
    margin-right: auto;
    margin-left: auto;
    height: 85px;
    padding: 5px 0 0 0;
  
  }

.navegador {

    margin-left: auto;
    margin-right: auto;
    width: 99%;
    margin-top: 0;
    z-index: 10;
    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: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  background: -webkit-linear-gradient(#FFF, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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: auto;
    width: 45%;
    display: block;
    background-color: ;
    background-position: center;
}

.album-year {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-family: serif;
  line-height: 1;
  text-align: center;
  padding: 5px 0px;
  margin: auto;
}

.album-title {
  font-size: 2.0rem;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.215em;
  text-align: center;
  padding: 0px 0px;
  margin: -30px 0px;
}

.album-titlee i {
  font-size: 12px;
  color: gray;
  float: left;
  margin-top: -15px;
  margin-right: 180px;
}

#i-msg {

  background-color: transparent;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: bold;
  font-family: URW Chancery L, cursive;
  float: center;
  text-align: center;
  width: 80%; 
  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; 
  -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;
}



.menuu {

    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.35em;
    text-align: center;
    text-decoration: inherit;
    padding: 5px 0px;
    display: flex;
    margin: auto;
    float: center;
    background-color: ;
}


.menuu 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;
}


.buttonZ, .buttonZ1 {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:0.75em;
	font-weight:bold;
	padding:1%;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  margin-top: 5px;
}

.buttonZ2 {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:0.75em;
	font-weight:bold;
	padding:1%;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  margin-top: -25px;
  float: right;
}





.buttonZ:hover, .buttonZ1:hover, .buttonZ2:hover{
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}

.buttonZ:active, .buttonZ1:active, .buttonZ2:active {
	position:relative;
	top:1px;
}




.uploadd {

  z-index:8;
  top: 5px;
  width: 26%; 
  height:120px;
  margin: auto; 
  
}

.upload {

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


fieldset {
  float: center;
  width: 75%;
  height: 90px;
  -webkit-border-radius: 12px/12px; 
  -moz-border-radius: 12px/12px; 
  border-radius: 12px/12px; 
}

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

.upload textarea {

  width: 94%; 
  height: 50px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  border: solid 1px #cbc9c9;
  margin-left: 0px;
  margin-top: 0px; 

}

input[type=text] {

  width: 132px; 
  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 {
  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;
}

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

  z-index: 7;
}

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

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



.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;
 
}

.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; 

}

.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;

}

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

}

.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 {

width: 8%;
margin: auto;
background-color: ;
display: block;
text-align: center;

}

.notifications a, .messages a {
  font-size: 15px;
  color: gray;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.messages {

width: 8%;
margin: auto;
background-color: ;
display: block;
text-align: center;

}


.profile {

z-index:2;
width: 12%;
float: right;

}

.dropdown {
position: relative;
width: 100%;
display: inline-block;

}

.mainmenubtn {

background-color: ;
border: none;
cursor: pointer;
padding: 10px;
margin-top:5px;
text-decoration: none;

}

.mainmenubtn a {

font-size: 18px;
font-family: serif;
color: gray;
text-decoration: none;

}

.mainmenubtn p {

display: flex;
float: center;
margin: 0px 20px;

}

.circle {

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

.circle img {

  width: auto;
  height: 30%;
  position: relative;
  left: 13%;
  transform: translateX(-40%);
  border-radius: 100%;
  width: 90px;
  height: 90px;
}


.dropdown-child {
display: none;
background-color: white ;
min-width: 100px;
}

.dropdown-child a {
color: gray;
padding: 5px;
text-decoration: none;
display: block;
}

.dropdown:hover .dropdown-child {
position: fixed;
display: block;
}

.galery {

    display: flex;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0 0 0;
    border-bottom:2px solid #16507b;
    background-color: ;
   
}

.center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1400px;
    display: inline-block;
    z-index: 1;
    background-color:  ;
}

.table {

width: 100%;
display: flex;
flex-wrap: wrap;

}

.square {
  min-width: 28%;
  display: inline-block;
  min-height: 447px;
  margin: 15px;
  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;
   box-shadow: 4px 3px gray;
}

.square img {

width: 100%;
height: 277px;

}

.click {
  cursor: pointer;
}

.zoom {
   
  -webkit-transition: all .5s ease; 
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;

}

zoom.ul {
   
   float: left;
   color: #333;
   font-size: 18px;

}

.zoom:active {

  -webkit-transform:scale(1.50);
  -moz-transform:scale(1.50);
  -ms-transform:scale(1.50);
  -o-transform:scale(1.50);
  transform:scale(1.50);
}

.phplike-session {
background-color: ;
width: 100%;

}

.photopost {

display: inline-block;
position: relative;
left: 0px;
top: 0px;
width: 95%;
min-height: 80px;
background-color: ;
color: gray;
font-size: 14px;

}


.like {
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b38,219,219,219),1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 10px;
    padding: 8px 0;
}

.like a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 80%;
    text-decoration: none;
    color: gray;
}

.Likes, .Comments, .click {
    margin-right: 16px;
}


.delete {
    margin-left: auto;
}

.SocialProof {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 10px 6px;
    font-size: 0.8em;
    color: black;
    background-color: ;
    max-height: 20px;
    text-align: left;
}



.quadro {
  display: block;
  position: relative;
  left: 25px;
  width: 440px;
  min-height: 447px;
  background-color:  white;
  margin-bottom: 15px;
  -webkit-border-radius: 12px/12px; 
  -moz-border-radius: 12px/12px; 
  border-radius: 12px/12px; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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;
  margin-right: 1%;
}

.Header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 54px;
  padding: 10px;
  border: solid 1px #cbc9c9;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-left-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; 
}

.avatarcontainer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-color: rgba(var(--eca,255,255,255),1);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
}

.avatar {
  display: block;
  height: 30px;
  width: 30px;
}

.avatar img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.headertext {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0 10px;
  overflow: hidden;
}

a.username {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

a.username .usernametext {
  display: block;
  max-width: calc(100% - 21px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headersecondarycontent {
  color: #8e8e8e;
  color: rgba(var(--f52,142,142,142),1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  line-height: 14px;
}

.LocationAndSponsor {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headercta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 15px;
}

a.viewprofilebutton, a.FollowButton {
  background-color: #0095f6;
  background-color: rgba(var(--d69,0,149,246),1);
  border-radius: 3px;
  color: #fff;
  color: rgba(var(--eca,255,255,255),1);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  margin-left: 10px;
  padding: 5px 12px;
  text-decoration: none;
}

.embedframe {
  padding-bottom: 100%;
  position: relative;
}

.embeddedmedia {
  background-color: #fafafa;
  background-color: rgba(var(--b3f,250,250,250),1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.embeddedmediaimage {
  height: 100%;
  -o-object-fit: container;
  object-fit: container;
  pointer-events: none;
  width: 100%;
}


.PrimaryCTA {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: left;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
}

.link {

font-size: 14px;
color: gray;

}

.photopost {
margin-left: 20px; 
min-height: 20px;
font-size: 12px;

}

.Feedback {
  border-top: 1px solid #dbdbdb;
  border-top: 1px solid rgba(var(--b38,219,219,219),1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 10px;
  padding: 8px 0;
}

.Feedback a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 80%;
  text-decoration: none;
  color: #575748;
}

.Likes, .Comments {
  margin-right: 12px;
}

.Save {
  margin-left: auto;
}

.SocialProof {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 10px 6px;
}

.SocialProof a {
  font-weight: 600;
  color: blueviolet;
}

.Caption {
  display: block;
  line-height: 18px;
  padding: 0 10px 10px;
}

a.CaptionUsername {
  color: #262626;
  color: rgba(var(--i1d,38,38,38),1);
  font-weight: 600;
  margin: -5px 0 -5px -5px;
  padding: 5px;
}

.Caption a {
  color: #00376b;
  color: rgba(var(--fe0,0,55,107),1);
}

.CaptionComments {
  display: block;
  padding-top: 6px;
}

a.CaptionCommentsExpand {
  color: #8e8e8e;
  color: rgba(var(--f52,142,142,142),1);
}


.Footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  border-top: 1px solid rgba(var(--b38,219,219,219),1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 44px;
  padding: 0 10px;
}

a.CommentInput {
  color: #8e8e8e;
  color: rgba(var(--f52,142,142,142),1);
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}




.testimonials {

    display: block;
    float: center;
    width: 95%;
    margin-left: 1%;
    padding: 5px 0 0 0;
    border-bottom:2px solid #16507b;
    background-color:  ;


}

h1 {

  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #4c4c4c;
  text-align: center;
}

.mural {

    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    margin-top: 0;
    z-index: 10;
    display: none;
    background-color:  ;
}

.mural2 {

  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  margin-top: 0;
  z-index: 10;
  display: block;
  background-color:  ;
}

.characters {

float: center;
display: block;
width: 100%;
background-color: ;
min-height: 200px;
margin: auto;

}

.characters form {

 float: left;
 height: 150px;
 width: 29%;
 display: flex;
 flex-wrap: wrap;
 background-color: ;
 padding: 10px 10px;
}

#icon {

  display: inline;
  text-align: center;
  width: 28%;
  padding: 13px 10px 0px 0px;
  margin-left: 15px;
  color: black;
  height: 15px;
}


.characters input[type=text] {

  float: right;
  width: 60%; 
  height: 30px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/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;
  padding: 2px;
  margin-left: 0px;
  margin-top: 3px;
  font-size: 0.8em;

}

.mural_text {

 float: right;
 height: 150px;
 width: 65%;
 display: block;
 background-color: ;
 margin: -28px 10px;
 
}

.characters textarea {

  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  height: 80px;
  color: #495057;
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/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); 
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.characters button {

    float: right;
    padding: 0px 5px;
    margin-right: 16px;
    margin-top: -10px;
    display: inline-block;
    background-color: #2faded;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.35em;
    text-align: center;
    text-decoration: inherit;
    cursor: pointer;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    background-color: #3a57af;
    -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;
    cursor: pointer;
    text-align: center;
}


.characters button:hover {

  top: 3px;
  background-color: green;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}


.testimonials_people {

float: center;
margin: auto;
display: none;
width: 100%;
background-color: ;

}

.testimonials_people2 {

  float: center;
  margin: auto;
  display: block;
  width: 100%;
  background-color: ;
  
  }


.contenedor {
  border: 2px solid #ccc;
  background-color: whitesmoke;
  border-radius: 15px;
  width: 90%;
  padding: 16px;
  margin: 15px 0px 0px 0px;
  font-size: 1em;

}

.contenedor::after {
  content: "";
  clear: both;
  display: table;

}

.contenedor img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.contenedor span {
  font-size: 20px;
  margin-right: 15px;
}

#wellcome_message a{

color: blue;
text-decoration: none;

}

#wellcome_message p {

display: flex;

}

#wellcome_message button {

 float: right;
 margin: -60px 0px;
 background-color: transparent;

}

.var_hide {
  display: none;

}

.mural_text a {

  font-size: 20px;
  text-decoration: none !important;
}

.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) {

.characters {
     display: block;
}

.characters fieldset {
  width: 95%;

}

.characters form {

 font-size: 0.8em;
 width: 48%;
 padding: 0px;
 height: 0px;
 }

#icon {

  text-align: left;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  font-size: 0.8em;
}

.mural_text {

  font-size: 0.8em;
  margin: -20px 0px;
  
 }

 .mural_text a {

  font-size: 12px;
  text-decoration: none !important;
}

 .characters textarea {

  font-size: 0.6rem;
  height: 100px;
 
}

.characters input[type=text] {

  font-size: 0.6em;

}

.contenedor {

  font-size: 0.8em;

}



.hide {

display: flex;

}

.header, .header2 {
    min-height: 60px;
    display: block;
}

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

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

}

h2 {
  font-size: 1.5rem;

}


.profile {
position: absolute;
top: -10px;
right: -10px;
width: 35%;
}

.dropdown {

position: relative;
float: center;
width: 100%;
}


.mainmenubtn a {

font-size: 14px;

}

.mainmenubtn p {

display: flex;
float: left;
margin: 0px 0px;

}

.circle img {
  width: 70px;
  height: 70px;
}


.menu {

    float: left;
    margin: 0px 0px;
    padding: 0px;
    width: 100%;
}

.menuu {
   
    margin: 30px -8px;
    padding: 0px;
    display: flex;
}

.menuu a {

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

.button2 {

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

} 


.album-year{
  font-size:.8rem;
  margin-left: -30px;
  padding: 0px 0px 0px 0px;

}

.album-title{
  font-size: 1.2rem;
  margin-left: -30px;
  padding: 0px 0px 0px 0px;
  margin: -15px 0px;
}

.album-title i {
  float: left;
  font-size: 10px;
  margin-top: -5px;
  margin-right: 0px;
}

#i-msg {

  font-size: 1.0rem;
  width: 60%; 

}


.modal {

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

.modal-contenido {

  margin: auto;
   width: 90%;

}


.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;
 
}


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


.modal-contenido input[type=text] {

  width: 25%; 
  height: 25px; 
}


.uploadd {
    display: none;
    }

textarea {

  height: 40px; 
  
}

input[type=text] {

  width: 60px; 
  height: 20px; 
  margin-left: -5px;
  margin-top: 0px; 
  padding-left: 10px;

}

.notifications, .messages {

  width: 5%;
  padding: 5px;

}

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


.galery {
    margin: auto;
    float: center;
    width: 100%;
}

.center{
    margin: auto;
    float: center;
    width: 100%;
  }

.square {
  margin: 15px auto;
  padding: 10px 10px 10px 10px;
  width: 42%;
  min-height: 147px;
  float: center;
  padding: auto;
}

.square img {

width: 100%;
height: 150px;

}

.photopost {

min-height: 40px;
font-size: 12px;

}


.like {

    margin: 0 0px;
    padding: 6px 0;
}

.like a {

    font-size: 40%;

}

.Likes, .Comments, .click {
    margin-right: 4px;
}


.delete {
    margin-left: auto;
}

.SocialProof {
    padding: 0 0px 6px;
    font-size: 10px;
}

.quadro {

  left: 1%;
  width: 95%;

}

h1 {

  font-size: 1em;
  letter-spacing: 0.05em;

}


#wellcome_message p {

display: inline;
flex-wrap: flex;
}


.rodape {
text-align: center;
width: 90%;
margin: 10px 10px 0px;

}

.testimonials_people {

  width: 90%;
  margin: 3%;

  }






}

