@charset "UTF-8";

UTF-8;
  #whiteboardlink:hover {
    text-decoration:underline;
  }

  #username_container {
    padding-top:30px;
  }

  .hrline {
    border:none;
    width:120px;
    height:2px;
    background-image:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255.75),rgba(255,255,255,0));
  }

  #tags_container {
    float:right;
  }

  h1 {
    padding-top:50px;
  }

  .numbers {
    color:#901616;
    font-size:125%;
    font-weight:bold;
    text-shadow:none!important;
  }

  .tip-items {
    position:relative;
  }

  .tipitem {
    background-color:#c99db0;
    width:150px;
    height:100px;
    border:2px solid transparent;
    border-radius:10px;
    margin:15px;
    box-shadow:2px 5px #333333;
    text-shadow:1px 1px #333333;
  }

  .tipitem:hover {
    border:2px solid black;
    width:140px;
    height:90px;
    margin:20px;
  }

  #TipMenu a {
    color:white;
  }

  .flex {
    display:flex;
    justify-content:space-around;
    align-items:center;
    text-align:center;
    flex-direction:row;
    flex-wrap:nowrap;
    line-height:10px;
  }

  .flex2 {
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-direction:row;
    flex-wrap:nowrap;
  }

  :target:before {
    content:"";
    display:block;
    height:30px;
    margin:-30px 0 0;
  }

  .profile_section_content {
    z-index:unset;
  }

  #socials {
    border-radius:10px;
    margin-left:-240px;
    margin-top:50px;
    margin-bottom:50px;
    text-align:center;
  }

  .social-icons {
    max-width:800px;
    min-width:50px;
    margin-left:50px;
    margin-right:50px;
  }

  .social-icons:hover {
    border:3px solid black;
    border-radius:10px;
    box-sizing:border-box;
  }

  .social-buttons {
    text-align:center;
    margin-left:400px;
    margin-right:400px;
  }

  .social-buttons img {
    text-align:center;
    display:block;
    margin-left:auto;
    margin-right:auto;
  }

  #hMenu {
    position:fixed;
    top:0;
    margin:0 -276px;
    z-index:999999;
    display:block;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
  }

  #hMenu a:link,#hMenu a:active,#hMenu a:visited {
    display:inline-block;
    height:20px;
    color:#901616;
    padding-left:10px;
    padding-right:10px;
    padding-top:7px;
    padding-bottom:7px;
    text-decoration:none;
    border-bottom:3px solid rgba(255,255,255,0.0);
    font-size:large;
    font-variant:inherit;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    transition:.4s;
    text-shadow:0 1px 0 #000;
  }

  #hMenu a:hover {
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    padding-top:7px;
    padding-bottom:7px;
    text-decoration:none;
    border-bottom:3px solid rgba(255,255,255,1);
    background:rgba(0,0,0,.6);
  }

  a:link,a:active {
    color:black;
    text-decoration:none;
  }

  a:hover {
    color:#FFF;
  }

  a:visited {
    color:#B26B8F;
  }

  body {
    background:rgb(0,0,0)url() no-repeat;
    background-attachment:fixed;
    background-size:100% 100%;
    font-family:Century Gothic,sans-serif;
    color:#6d1010;
    line-height:20px;
    font-size:14px;
    margin:26px 220px -10px;
  }

  .profile_row #profile_header {
    background:url(https://i.postimg.cc/8CfxVJyf/Whats-App-Image-2020-04-30-at-19-37-22.jpg) no-repeat center;
    display:table-cell;
    background-size:cover;
    vertical-align:bottom;
    width:940px;
    height:1280px;
    border-bottom:solid white 5px;
  }

  #profile {
    width:940px;
    margin:60px auto -10px;
    background-color:rgba(202,201,201,0.66);
    -webkit-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
    -moz-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
    box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  }

  #profile_header .profile_section_content {
    padding:0;
    margin:0;
    height:45px;
  }

  #avatar_holder {
    position:absolute;
    margin:auto;
    right:0;
    left:0;
  }

  #profile_avatar {
    border:solid white 5px;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
  }

  #profile_about_me {
    margin-top:60px;
  }

  #profile_about_me .container {
    display:block;
    margin:0 auto;
    text-align:center;
  }

  #profile_about_me .label,#profile_about_me .value {
    display:inline-block;
    width:200px;
  }

  #profile_about_me .label {
    border-right:black solid 2px;
    text-align:right;
    padding-right:10px;
    margin-right:10px;
  }

  #profile_about_me .value {
    text-align:left;
    padding-left:0;
  }

  #header_bar,#footer_bar,.header_time,.heading,#main_photo,.rec
  ent_photos,#profile_header_container,#profile_c
  omments {
    display:none;
  }

  #Aboutme {
    position:relative;
    display:block;
    margin:0 auto;
    height:1200px;
    width:920px;
    overflow:hidden;
    font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
    color:rgba(0,0,0,0.8);
    text-shadow:1px 1px 5px rgba(255,0,0,0.33);
    letter-spacing:.5px;
    z-index:1;
    padding-top:20px;
    background:#FFF;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-bottom-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-bottom-right-radius:20px;
    -o-border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-bottom-left-radius:20px;
    -o-border-bottom-left-radius:20px;
  }

  /*-----------------[LINK DOWNLOAD END]------------------------*/
  /*-----------------[POST & COMMENT STYLES START]------------------------*/
  .user_comment_textarea_small {
    height:220px;
    padding:5px;
    width:818px;
    max-width:818px;
    min-width:818px;
  }

  .user_comment_textarea_big {
    height:220px;
    padding:5px;
    width:818px;
    max-width:818px;
    min-width:818px;
  }

  #user_comment_comment {
    color:#efefef;
    font-family:Tahoma;
    font-size:13px;
    word-spacing:-.69px;
    background:rgba(0,0,0,0.5);
  }  
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #af9456;
  border:4px solid #d9ce9a;
  border-radius:50%;
  margin-top:30px;
}

.esquinas {
  position:relative;
  display:table;
  max-width:90%;
  margin:50px auto;
}

.esquinas img {
  display:table-cell;
  max-width:100%;
  height:auto;
  margin:0 auto;
  padding:8px;
  background:#fff;
  box-shadow:0 0 2px #666;
  box-sizing:border-box;
}

.esquinas:before,.esquinas:after,.esquinasbis:before,.esquinasbis:after {
  position:absolute;
  bottom:-20px;
  right:-40px;
  content:"";
  height:40px;
  width:80px;
  background:#ccc;
/*El mismo color que el fondo de la pÃ¡gina*/
  box-shadow:0 -6px 9px -8px #333;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.esquinas:after,.esquinasbis:after {
  top:-20px;
  left:-40px;
  box-shadow:0 6px 9px -8px #333;
}

.esquinasbis:before {
  top:auto;
  left:-40px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.esquinasbis:after {
  left:auto;
  right:-40px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

#stuff {
  width:900px;
  overflow:hidden;
  position:relative;
  left:100px;
  margin:10px 0 0 -566px;
  text-align:center;
}

#OneSection,#TwoSection,#ThreeSection,#FourSection,#FiveSection,#SixSection {
  display:block;
  width:920px;
  height:auto;
  padding:5px;
  margin-top:12px;
  margin-bottom:12px;
  border:0 solid rgba(153,153,153,.4);
  color:#ccc;
}

#lrIn {
  display:block;
  width:301px;
  height:281px;
  float:left;
  margin-top:158px;
  background:rgba(0,0,0,0.13);
  margin-left:133px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#0C0C0C;
  text-shadow:0 1px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

#rigIn {
  display:block;
  width:301px;
  height:281px;
  float:right;
  margin-top:158px;
  background:rgba(0,0,0,0.1);
  margin-left:78px;
  margin-right:125px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#0C0C0C;
  text-shadow:0 1px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

span#about_me_label {
  visibility:hidden;
}

/*********** slider *************/
.fling-minislide {
  width:100%;
  height:0;
  padding-bottom:30%;
  overflow:hidden;
  position:relative;
  margin-bottom:15px;
}

.fling-minislide img {
  position:absolute;
  animation:fling-minislide 25s infinite;
  opacity:0;
  width:30%;
  height:auto;
}

@keyframes fling-minislide {
  25% {
    opacity:1;
  }

  40% {
    opacity:0;
  }
}

.fling-minislide img:nth-child(5) {
  animation-delay:0;
}

.fling-minislide img:nth-child(4) {
  animation-delay:5s;
}

.fling-minislide img:nth-child(3) {
  animation-delay:10s;
}

.fling-minislide img:nth-child(2) {
  animation-delay:15s;
}

.fling-minislide img:nth-child(1) {
  animation-delay:20s;
}

.fling-minislide img {
  margin:0 auto;
  left:0;
  right:0;
}

.labell {
  color:white;
  padding:8px;
}

.success {
  background-color:#4CAF50;
}

/* Green */
.info {
  background-color:#2196F3;
}

/* Blue */
.warning {
  background-color:#ff9800;
}

/* Orange */
.danger {
  background-color:#f44336;
}

/* Red */
.other {
  background-color:#e7e7e7;
  color:black;
}

/* Gray */
#profile_password_photo_galleries {
  text-align:center;
}

#profile_photo_galleries {
  display:inline-block;
  text-align:center;
  color:#E3B3E3;
}