::-webkit-scrollbar-thumb {

    background: #f9f9f9;
}

::-webkit-scrollbar-track {

   background: #dc2743;
}

::-webkit-scrollbar {
  height: 6px;
  width: 10px;
}

*,
body,
html {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
 font-family: "Stack Sans Headline", sans-serif;
  background: #efefef;
  background: url(/bg.png);
}

input::placeholder {
  color: #888;
  opacity: 1;
}

.header {


  background: #dc2743;
}

.site-title img {

}
.hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navlink {
  display: flex;
  gap: 10px;
}
.navlink li {
  list-style-type: none;
}
.navlink li a {
  font-size: 16px;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.menubtn{
  font-size: 25px;
    color: white;
    font-weight: 500;
    display: none;
    cursor: pointer;
    margin-right: 10px;
}

cloudflare-app {
  margin-bottom: 30px;
}

.sam-container {
  max-width: 1080px;
  /* margin: 0 auto; */
  text-align: center;
}

.input-box {
  position: relative;

  background: #dc2743;
  padding: 5px;
 border-radius: 20px;

    border: 4px solid white;
}

#sam-text {
  width: 100%;
  height: 70px;
  padding: 0.6em 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 6px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
   font-family: "Stack Sans Headline", sans-serif;
  letter-spacing: 1px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgb(0 0 0/15%);
  resize: none;
}

.sam-text .clear {
  position: absolute;
  right: 4px;
 color: #dc2743;
  font-size: 20px;
  padding: 5px 15px;
  line-height: 1.5;
  background: 0 0;
  border: none;
  z-index: 99999;
  border-radius: 3px;
  cursor: pointer;
  top: 20px;
  outline: none;
}

p.copied {
  position: fixed;
  width: 260px;
  right: 0;
  bottom: 25%;
  background: #dc2743;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
  z-index: 99999;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.41);
}

p.copied span {
  float: left;
  width: 100%;
}

p.copied .text {
  background: 0 0;
  color: #fff;
  border: none;
  width: 100%;
}

.links {
  /* text-align: center;
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%; */
}

button.btn.btn-primary {
  margin: 3px;
}

.links a {
  background: #2c3e50;
  display: inline-block;
  margin: 3px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  padding: 7px 14px;
  text-align: center;
  box-shadow: 2px 2px 4px #ccc;
}

.links a:hover {
  /* background: #254667;
  color: #fff; */
}

#scroll:hover,
.randomgen:hover {
  /* color: #fff;
  background: #dc2743; */
}
.sampage-next {
    position: fixed;
    right: 0;
    bottom: 219px;
   color: #dc2743;
    background: white;
    padding: 16px;
    border-radius: 13px 0px 0px 13px;
    box-shadow: 0 4px 20px 5px rgb(0 0 0 / 20%);
    font-size: 22px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
}
#scroll {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 0;
  background: #fff;
  z-index: 99999;
 color: #dc2743;
  /* font-weight: 900; */
  font-size: 22px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 14px;
  box-shadow: -2px 4px 5px 0 rgb(0 0 0);
  box-shadow: 0 4px 20px 5px rgb(0 0 0 / 20%);
  border-radius: 13px 13px 0px 0px;
  rotate: 270deg;
}

.footer {
  width: 100%;
  float: left;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  padding-bottom: 50px;
}

img {
  /* margin-top: 15px;
  margin-bottom: 15px;
  max-width: 900px;
  width: 100%; */
}

.fixedtop .share_button {
  display: none;
}

.share_button {
  float: left;
  padding-top: 8px;
  padding-bottom: 7px;
  display: none;
}

.share {
  padding-top: 8px;
  padding-left: 5px;
  display: block;
  float: left;
  text-transform: uppercase;
  color: #c1c1c1;
  margin-right: 5px;
  font-size: 12px;
  text-align: right;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  float: left;
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 3px 25px;
  border-radius: 3px;
  font-family: "Stack Sans Headline", sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777;
  border-color: #777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1da851;
  border-color: #1da851;
}

.resp-sharing-button--telegram {
  background-color: #08c;
  border-color: #08c;
}

.share-link {
  float: left;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}

.share-link span {
  color: #777;
  font-family: "Stack Sans Headline", sans-serif;
}
.brand-link{
  display: none !important;
}
#share-link {
  cursor: pointer;
}
.closebtn{
  display: none;
}
@media only screen and (max-width: 670px) {
  .resp-sharing-button {
    padding: 5px 16px;
  }
  .menubtn{
    display: block;
  }
 .nav-container {
    position: fixed;
    top: 0;
    left: -260px;
    width: 250px;
    height: 100%;
    background: #dc2743;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease;
    z-index: 99999;
    color: white;
  }

  .nav-container.active {
    left: 0;
  }

  /* Sidebar Header (Brand + Close button) */
  .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  }

  .brand-link {
    color: #fff;
    font-size: 18px !important;
    font-weight: 500;
    text-decoration: none;
    display: block !important;
  }

  .brand-link:hover {
    /* text-decoration: underline; */
  }

  .closebtn {
    font-size: 42px;
    cursor: pointer;
    color: white;
    display: block;
    /* transition: transform 0.2s ease; */
  }

  .closebtn:hover {
    /* transform: rotate(90deg); */
  }

  .navlink {
        flex-direction: column;
        padding: 20px;
        /* gap: 20px; */
        align-items: baseline;
  }

  .navlink li a {
    font-size: 18px;
    color: white;
  }

  .navlink li a:hover {
    color: #ffd700;
  }

}
.letrasbonitaslist h2 {
  /* color: #9fe870;
    font-style: italic;
    font-weight: 500;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column; */
}

h2.headings {
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  color: #00e;
  font-weight: 700;
}

a {
  color: #fff;
}

.copyright-area {
  text-align: center;
}
.copyright-area a {
  color: blue; text-align: center;
}

p.text {
  text-align: center;
  opacity: 0.8;
}

p.copyit {
  text-align: center;
  opacity: 0.8;
}

div.mainsection {
  /* position: relative; */
  max-width: 1080px;
  margin: 0 auto;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width: 970px) {
  .header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 970px) {
  .letrasbonitas {
    width: 50%;
  }
}

.close-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0;
  position: absolute;
  right: 0;
  top: -37px;
  background-color: #fefefe;
  box-shadow: 0 -6px 18px 0 rgb(9 32 76/8%);
}

a {
  text-decoration: none;
}

input::placeholder {
  color: #888;
  opacity: 1;
}

.site-branding-text {
  color: #fff;
  text-align: center;
}

p.site-title {
  margin: 0;
}

.site-title a {
color: #fff;
    padding: 5px;
    /* display: block; */
    font-size: 20px;
  font-family: "Stack Sans Headline", sans-serif;
    text-transform: none;
}

.container {
  margin-top: 65px;
  text-align: center;
}
.container h2,h3,p,li{
  text-align: left;
}
.ads {
  margin: 15px 0 !important;
  float: left;
  clear: both;
  width: 100% !important;
}

.divTableCell {
  display: table-cell;
  padding: 0 5px;
}

.divTableCell:nth-child(1) {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  padding: 0;
 color: #dc2743;
  border-radius: 3px;
}

.divTableCell:nth-child(2) {
  text-align: left;
}

.share-buttons {
  margin-top: 5px;
}

.share-buttons a {
  float: left;
  cursor: pointer;
  padding: 5px 25px;
}

.share-buttons a:hover {
  opacity: 0.9;
}

.share-buttons a.facebook {
  background: #44609d;
}

.share-buttons a.twitter {
  background: #54acef;
}

.share-buttons a.whatsapp {
  background: #57bb63;
}

.share-buttons img {
  width: 23px;
  float: left;
}

.letrasbonitaslist {
  width: 100%;
  position: relative;
  display: inline-block;
background-color: transparent;
  /* border: 1px solid #ccc; */
  /* padding: 20px; */

  /* display: block;
    overflow: hidden;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    position: relative;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2) */
}
.layout {
  background-color: transparent;
  border-radius: 15px;
}
.letrasbonitas {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  /* border-bottom: 1px solid #f1f1f1 */
}

.letrasbonitas span {
    /* background: #f1f1f1; */
    color: #999;
    position: absolute;
    padding: 2px 8px;
    top: 2px;
    left: 15px;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    /* display: none; */
    font-weight: 700;
}

.letrasbonitas p {
  font-size: 23px;
  width: 100%;
  text-align: center;
  width: 95%;
  background: white;
  cursor: pointer;
  color: #000;
 font-family: "Stack Sans Headline", sans-serif;
  padding: 12px 15px 25px;
  /* border: 1px solid #dadada; */
  margin: auto;
  margin-bottom: 10px;
  border-radius: 7px;
  cursor: pointer;
}

.letrasbonitas:hover p {
 color: #dc2743;
  background: #f9f9f9;
  text-shadow: 1px 1px 1px #00000045;
}

.letrasbonitas:hover span {
  display: block;
  color: black;
}

.share {
  padding-top: 8px;
  display: block;
  float: left;
  text-transform: uppercase;
  color: #ffffff8c;
  margin-right: 5px;
  font-size: 12px;
}

#sam-text {
  width: 100%;
  padding: 0.5em 1em;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 6px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0;
  display: block;
  text-align: center;
  font-size: 22px;
 font-family: "Stack Sans Headline", sans-serif;
  letter-spacing: 1px;
  border-radius: 12px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 1px 1px 3px rgba(200, 200, 200, 0.7);
  -moz-box-shadow: inset 1px 1px 3px rgba(200, 200, 200, 0.7);
  box-shadow: inset 1px 1px 3px rgba(200, 200, 200, 0.7);
  overflow: hidden;
}

#sam-text::placeholder {
  color: #999;
  font-size: 18px;
}

.footer {
  width: 100%;
  float: left;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  padding-bottom: 50px;
}

.letrasbonitaslist h2 {
  text-align: center;
 color: #dc2743;
 font-family: "Stack Sans Headline", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 5px;
}

.footer p {
  color: #444;
}

p.other-platform {
  text-align: center;
}

p.other-platform img {
  width: auto;
  height: 90px;
}

.links {
    /* text-align: center; */
    margin-top: 10px;
    /* clear: both; */
    /* float: left; */
    /* width: 100%; */
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    /* max-width: 1200px; */
    justify-content: center;
    margin: 0 auto;
    max-width: 1150px;
}

.links a {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fdfdfdd2;
  background: #dc2743;
    color: white;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  padding: 7px 13px;
  text-align: center;
  white-space: nowrap;
}

.links a:hover {
  /* background: #000;
  color: #fff; */
}
.logsite{
  width: 28px;
  height: 28px;

}
.sitelogo{
display: flex;
align-items: center;
}
p.copied {
  position: fixed;
  width: 110px;
  right: 0;
  bottom: 50%;
  background: #fff;
 color: #dc2743;
  padding: 5px 10px;
  border-radius: 8px 0 0 8px;
  z-index: 99999;
 box-shadow: 0 4px 20px 5px rgb(0 0 0 / 20%);
}

p.copied span {
  float: left;
  width: 100%;
  /* display: none; */
}

p.copied .text {
  background: 0 0;
 color: #dc2743;
  border: none;
  width: 100%;
  display: none;
}

.bookmarks {
  padding: 5px;
  float: left;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  /* background: white; */
}

.bookmarks a {
    display: inline-block;
    text-transform: uppercase;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 3px 0;
    font-size: 13px;
    font-weight: 600;
}

.sam-text\.fixedtop {
  position: fixed;
  top: 0;
  padding-top: 5px;
  width: 100%;
  z-index: 999;
}

button.clear {
  position: absolute;
  right: 4px;
 color: #dc2743;
  font-size: 20px;
  padding: 5px 15px;
  line-height: 1.5;
  background: 0 0;
  border: none;
  z-index: 99999;
  border-radius: 3px;
  cursor: pointer;
     top: 20px;
  outline: none;
}

.settings input {
  box-shadow: none;
  cursor: pointer;
  padding: 2px;
  width: 220px;
}

.settings {
  float: right;
  margin-top: 12px;
  display: none;
}

div#header {
  width: 100%;
  float: left;
}

div#header-sec {
  float: left;
  width: 100%;
}

.widget-content {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 970px) {
  .sam-text {
    margin-bottom: 0;
    padding: 2px 2px 0;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    /* -webkit-box-shadow: 0 -2px 15px 0 rgb(0 0 0/55%);
    -moz-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 -2px 15px 0 rgb(0 0 0/55%); */
    bottom: 0;
  }
}

.bookmarks a:hover {
  background: #d87aff63;
}

p.font-size {
  display: block;
  float: left;
  text-transform: uppercase;
  color: #ffffff8c;
  margin-right: 4px;
  font-size: 12px;
  margin-top: 0;
  padding: 2px;
}

@media only screen and (max-width: 970px) {
  .sam-text\.fixedtop {
    margin-bottom: 0;
    padding: 2px 2px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 -2px 15px 0 rgb(0 0 0/55%);
    -moz-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 -2px 15px 0 rgb(0 0 0/55%);
  }

  .letrasbonitas {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
}

/* .mainsection {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 4px
} */

.aload {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.aload span:nth-child(1),
.aload span:nth-child(2) {
  left: 0;
}

.aload span:nth-child(3) {
  left: 1.5em;
}

.aload span:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.aload span:nth-child(1) {
  animation-name: reveal;
}

.aload span:nth-child(2),
.aload span:nth-child(3) {
  animation-name: slide;
}

.aload span:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  text-align: center;
  color: #777;
  float: left;
  width: 100%;
}

.aload {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.aload span {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #0d53c7;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.entry-content {
  text-align: left;
  padding: 2px;
  margin-left: 6px;
}
