@font-face {
  font-family: learners;
  src: url(learners.ttf);
}


@font-face {
  font-family: lovecraft;
  src: url(lovecraft.otf);
}

#password, #title, textarea.form-control-lg {
  height: 6.2rem;
  font-size: 2.4rem;
}

.form-check-input {
  background-color: #ffdbe8;
  width: 1rem;
  height: 1rem;
  margin-top: 0.75rem;
}

label {
  font-size: 2rem;
}

body {
    background: #e2e1e0;
    padding: 15px;
    font-family: learners;
  }

#header {
  background: no-repeat;
  background-image: url('banner.jpg');
  background-position: right center;
  background-origin: content-box;
  background-color: #ffdbe8;
  height: 190px;
  border-radius: 10px;
  padding-left: 20px;
  color: black;
  font-size: 7rem; 
  font-weight: bold;
  position: fixed;
  top: 15px;
  left: 15px;
  right: 15px;
  transition: 0.2s;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.75);
  z-index: 99;
  display: flex;
  align-items: center;
}

#header p {
  font-family: lovecraft;
  z-index: 999;
}

.card-post {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  /* height: 300px; */
  margin-top: 3rem;
  position: relative;
  padding: 2rem;
  width: 95%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.fecha {
  font-size: 1.25rem;
  text-align: right;
}

.contenido {
  text-align: justify;
  font-size: 2rem;
}

.titulo {
  font-size: 3rem;
}


.swal2-popup {
  font-size: 1.5rem !important;
}

.facb {
  background-color: pink;
  width: 55px;
  height: 55px;
  font-size: 2rem;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  transition: 0.2s;
  cursor: pointer;
}

.facb:hover {
  background-color: rgb(255, 100, 126);
}


.acb {
  background-color: pink;
  font-size: 1.25rem;
  transition: 0.2s;
  cursor: pointer;
}

.acb:hover {
  background-color: rgb(255, 100, 126);
}


#submit-btn {
  background-color: pink;
  font-size: 2.5rem;
  transition: 0.2s;
  cursor: pointer;
}

#submit-btn:hover {
  background-color: rgb(255, 100, 126);
}

.pag-btn {
  border-radius: 30px;
  background-color: pink;
  font-size: 2.2rem;
  transition: 0.2s;
  cursor: pointer;
}

.pag-btn:hover {
  background-color: rgb(255, 100, 126);
}


/* #banner {
  border-radius: 10px;
  right:0;
  top:0;
  position: absolute;
  height: 190px;
  transition: 0.2s;
  z-index: 99;
} */

.sl-image {
  z-index: 999999;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-items: center;
  grid-gap: 5px; 
}
/* 
.item {
  width: 100%;
  overflow: hidden;
  background: #000; 
}

img.imagen {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s; }

img.imagen:hover {
  opacity: 1;
  transform: scale(1.03); } */