@charset "UTF-8";

* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}

@font-face {
  font-family:"Fredoka One",verdana,cursive;
  scr:url(https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap);
}

h1 {
  color:#5dbdaf;
  text-decoration:underline;
  margin-bottom:20px;
  font-size:3em;
}

/*          div que no queremos ver            */
.profile_section_background,#footer_bar,#about_me_label,#header_bar,#profile_header,.heading,#username_container,#cam_score_container,#gender_container,#sexual_preference_container,#marital_status_container,#tags_container,#profile_friends {
  display:none;
}

/*             otro reset                     */
body,.profile_section_content {
  padding:0;
  margin:0;
  font-family:"Fredoka One",verdana,cursive;
  position:initial;
}

.profile_section {
  border-spacing:0;
}

/*__________________________________________________________________*/
.container {
  display:flex;
  justify-content:center;
  margin:0;
}

#about_me_value {
  width:100%;
  display:flex;
  justify-content:center;
}

.izq {
  height:60px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-left:15px;
}

.izq a {
  text-decoration:none;
  font-size:1.8em;
  color:#f38f80;
}

.izq a:hover {
  text-shadow:0 0 7px white,0 0 14px white,0 0 21px white;
  transition:.3s ease-in-out .1s;
}

.menu {
  display:flex;
  width:50%;
  justify-content:space-between;
}

.menu a {
  height:60px;
  width:150px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  text-decoration:none;
  font-size:1.3em;
}

.header {
  position:fixed;
  height:60px;
  width:960px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background-color:rgba(255,205,77,0.8);
  color:#fff;
  border-bottom:3px solid rgba(93,189,175,0.8);
  border-radius:3px;
  z-index:2;
}

.row {
  width:960px;
  box-sizing:border-box;
}

.ppal {
  display:flex;
  justify-content:space-between;
  margin-top:100px;
  background:white;
  border-radius:5px 5px 0 0;
  text-align:center;
  color:#f38f80;
}

.insta {
  width:300px;
  height:300px;
  background-image:url(https://1.bp.blogspot.com/-BaOPqxnwsZY/XqynO4xY9dI/AAAAAAAAAY8/P3XtPm-aj88D2rPNRTwaDqsXr8NWlxLqQCLcBGAsYHQ/s1600/insta-frank.jpg);
  background-size:100% 100%;
  background-repeat:no-repeat;
  border:10px solid rgba(255,255,255,0.7);
  border-radius:5px 0 0 0;
  display:flex;
  margin-top:20px;
  margin-left:15px;
}

.bio {
  width:300px;
  height:300px;
  padding:10px;
  border:10px solid rgba(255,255,255,0.7);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.ppal-tw {
  width:300px;
  height:300px;
  background-image:url(https://1.bp.blogspot.com/-rLqfZDgf7i8/XqyfesQZX1I/AAAAAAAAAYw/eOsv3rsU2tskYdNVwczPTDKOgrumUfYGACLcBGAsYHQ/s1600/frank-twitt.jpg);
  background-size:100% 100%;
  background-repeat:no-repeat;
  border:10px solid rgba(255,255,255,0.7);
  border-radius:0 5px 0 0;
  display:flex;
  margin-top:20px;
  margin-right:15px;
}

.ppal-tw a,.insta a {
  display:block;
  width:300px;
  height:300px;
}

.tip_menu {
  background:#fff;
  width:960px;
  height:400px;
  text-align:center;
  padding-top:60px;
}

.room_rules {
  background:#fff;
  width:960px;
  height:400px;
  text-align:center;
  padding-top:60px;
}

body {
  background-image:url(https://1.bp.blogspot.com/-VsCivnjkx9g/XqY-GnA9QsI/AAAAAAAAAXc/dHfnqPD6Ryw8YLug22UPdqNPpkRN_aJEQCLcBGAsYHQ/s1600/Patterned%2BSunset%2BBeach%2BCreative%2BDesktop%2BWallpaper%25281%2529.jpg);
  background-size:100% 100%;
  background-attachment:fixed;
  background-repeat:no-repeat;
}

.menu a:hover {
  background-color:#5dbdaf;
  color:#ffffff;
  text-shadow:0 0 7px white,0 0 14px white,0 0 21px white;
  transition:.3s ease-in-out .1s;
}

.profile_row {
  display:table-row;
  display:flex;
  justify-content:center;
  align-content:center;
}

#profile_comments {
  width:960px;
  background-color:#fff;
  display:flex;
  justify-content:center;
}

#profile_comments .heading {
  display:block;
  font-size:3em;
  color:#5dbdaf;
  width:400px;
  margin:70px auto 15px;
  padding:0;
  text-align:center;
  border-bottom:4px solid #5dbdaf;
}

#new_comment {
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items:center;
  border-radius:15px;
  color:#5dbdaf;
  padding:5px;
  width:960px;
  margin:50px 0;
}

#comments {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  width:960px;
  overflow-y:scroll;
  height:400px;
}

#new_comment .wall_post_avatar {
  border:2px solid #5dbdaf;
  display:flex;
  margin-right:0;
}

#new_comment .wall_post_avatar img {
  width:90px;
  height:90px;
}

.wall_post {
  width:300px;
  height:200px;
  border:1px solid #5dbdaf;
  margin:5px;
  padding:5px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:10px;
  text-align:center;
  text-align:center;
}

#comments .wall_post_avatar {
  width:50px;
  height:50px;
  margin:0 auto;
}

#user_comment_comment {
  display:inline-block;
  width:293px;
  height:72px;
  color:#5dbdaf;
  border:1px solid #5dbdaf;
  margin:5px;
}

.wall_post_info {
  font-weight:bold;
  font-size:14px;
}

.wall_post_info a {
  color:#ffcd4d;
}

.wall_post_time {
  margin-top:10px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
  display:flex;
  max-width:300px;
  max-height:150px;
}

#new_comment_inputs,#comment_preview_buttons {
  display:inline-block;
  color:#5dbdaf;
}

#user_comment_comment {
  display:inline-block;
  width:293px;
  height:72px;
  color:#5dbdaf;
}

#new_comment_strip_links_container {
  color:#5dbdaf;
}

.hidden {
  width:400px;
  color:#5dbdaf;
}

.hidden a {
  color:#f38f80;
}

.derc {
  display:flex;
  justify-content:center;
  align-items:center;
}

.link-mfcshare {
  display:flex;
  justify-content:center;
  align-items:center;
  width:130px;
  height:60px;
  margin-right:10px;
}

.derc .link-mfcshare a {
  display:flex;
  justify-content:center;
  align-items:center;
  height:60px;
  width:130px;
}

.derc .link-tw a img {
  width:45px;
  height:45px;
}

.derc .link-mfcshare a img {
  width:130px;
  height:30px;
}

.derc .link-mfcshare a img:hover {
  transform:scale(1.1,1.1);
  transition:all .3s ease-in-out .1s;
}

.derc .link-tw a img:hover {
  transform:scale(1.2,1.2);
  transition:all .3s ease-in-out .1s;
}

.title-share {
  display:flex;
  justify-content:center;
  background:#fff;
  padding:50px 0 30px;
}

.mfcsharaz {
  border-bottom:4px solid #5dbdaf;
}

.mfcsharaz a {
  display:block;
}

.mfcsharaz img {
  width:250px;
  margin:0 30px 10px;
  box-sizing:border-box;
}

.myshare {
  background:#fff;
}

input[type="submit"] {
  color:#5dbdaf;
}