body {
  margin: 0;
  background-color: #ebebeb;
  font-family: "Ubuntu", sans-serif;
}

body .cms-menu .content .logo {
  width: 100%;
  height: 130px;
  margin: 50px 0 20px 0 !important;
}

body .cms-menu .logo-content {
  height: 100%;
}

body .cms-menu .logo-content a {
  height: 100%;
}

body .cms-menu .logo-content a .cms-menu-logo {
  height: 90%;
}

strong {
  font-family: "ubuntu-b";
}

.logo {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin: -5px 2px 0 0;
}

.slide-logo {
  position: absolute;
  width: 20%;
  height: auto !important;
  right: 0%;
  bottom: 5%;
}

h1,
h2 {
  font-family: 'ubuntu-b';
}

textarea {
  background-color: var(--cms-color-bg-3);
  padding: 3px;
  border: 1px solid var(--cms-color-textarea-border);
  transition: all 0.8s;
  color: var(--cms-text);
}

.bar-menu {
  display: flex;
  height: 45px;
  background-color: #ffffff;
  box-shadow: 2px 0 10px 0 #000;
  position: sticky;
  top: 0;
  z-index: 11;
}

.btn-menu {
  margin: 5px 10px;
  padding: 4px;
  border: 0;
  background-color: #b89e66;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  box-shadow: 4px 4px 5px 0 #00000000, -4px -4px 10px #ffffff00;
  cursor: pointer;
  transition: .3s;
}

.btn-menu .qat {
  height: 15%;
  background-color: #ececec;
  border-radius: 2px;
  margin: 15% 0;
}

.btn-menu:hover {
  box-shadow: 4px 4px 5px 0 #00000030, -4px -4px 10px #ffffff50;
  transition: .3s;
}

.cms-btn-delete {
  color: #eeeeeed8;
}

.cms-btn-delete:hover {
  color: #ffffff;
}

button .cms-icon {
  vertical-align: sub;
}

.cms-icon.eedc-home {
  background-image: url('img/favicon_48x48.png');
}

.cms-icon.eedc-music {
  background-image: url('img/music.svg');
}

.cms-icon.eedc-context {
  background-image: url('img/context.svg');
}

.bar-menu .title {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  padding: 10px 0;
  font-size: 1.3em;
  color: #3e3900;
}

.bar-menu ul {
  display: inline-block;
  display: flex;
}

.bar-menu ul li {
  padding: 0 2vw;
  display: inline-block;
}

.bar-menu ul li a {
  text-decoration: none;
  color: #2c2c2c;
}

.home-slider-img {
  height: 70vh;
  position: relative;
  box-shadow: 0 4px 20px 0 #0a1012;
}

.home-slider-img .bg {
  height: 100%;
  position: relative;
}

.home-slider-img .bg>* {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.home-slider-img .bg_01 {
  background-position: center top;
  background-image: url("img/miracle_of_Jesus_walking_on_water_2.jpg");
}

.home-slider-img .bg_study-01 {
  background-image: url("img/study-bible.jpg");
}

.home-slider-img .bg_praise-01 {
  background-image: url("img/praise.jpg");
}

.home-slider-img .bg_verse-01 {
  background-image: url("img/verse-modern.jpg");
}

.home-slider-img .bg_verse-home {
  background-image: url("img/verse-home.jpg");
}

.home-title {
  font-size: 20px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 62.75%) 0px 100% / 100%;
  padding: 50px 0 50px;
  position: relative;
}

.home-box-text h2 span {
  border: 1px solid;
  border-radius: 20px;
  padding: 5px 15px;
  box-shadow: 1px 1px 2px 0 #00000030, -1px -1px 3px 0 #ffffff;
  border-color: #ffffff #2c2c2c10 #2c2c2c10 #ffffff;
  color: #646464;
  background-color: #ffffff59;
}

.content {
  padding: 0 2vw;
}

.content>div:first-child {
  margin-top: 60px;
}

footer {
  margin-top: 50px;
  min-height: 300px;
  background-color: #1c1a11;
  display: inline-block;
  width: 100%;
}

footer .bar-footer {
  font-size: 20px;
  font-weight: bold;
  background-color: #ffd200;
  text-align: center;
  color: #fff;
  padding: 2px;
}

footer .column {
  position: relative;
  display: inline-block;
  width: 18%;
  margin: 1%;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
}

footer .column .logo-footer {
  position: absolute;
  top: 20px;
  transform: translate(-50%, 0%);
}

footer .column h4 {
  color: #fff;
  font-size: 1.2rem;
}

footer .column .item {
  color: #c5c4c4;
  margin-top: 10px;
}

.home-verse {
  border-radius: 8px;
  background-color: #fff;
  margin: 20px 10vw;
  padding: 10px;
  box-shadow: 4px 4px 20px 0 #00000030, -4px -4px 20px #fff;
}

.home-verse h4 {
  margin-top: 15px;
  color: #774747;
}

.verse {
  color: #774747;
  font-style: italic;
}

.home-box {
  padding: 10px 0;
}

.home-box .box-content {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  border: 1px solid #91919196;
  box-shadow: 4px 4px 8px 0 #00000030, -2px -2px 4px 0 #ffffff;
  border-color: #ffffff #2c2c2c10 #2c2c2c10 #ffffff;

}

.home-box .box-content-text {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #91919196;
  box-shadow: 4px 4px 8px 0 #00000030, -2px -2px 4px 0 #ffffff;
  border-color: #ffffff #2c2c2c10 #2c2c2c10 #ffffff;
}

.home-box .box-content-text li {
  line-height: 180%;
}

.home-box .box-content-text p {
  line-height: 150%;
}

.home-box .box-content>div {
  width: 50%;
  padding: 2vw;
}

.home-box-img {
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 1vw 0 #fff;
}

.home-box-img.image-01 {
  background-image: url('img/home-multi-bible.jpg');
}

.home-box-img.image-02 {
  background-image: url('img/home-study-bible.jpg');
}

.home-box-img.image-03 {
  background-image: url('img/home-man-walk.jpg');
}

.cms-menu-user {
  background: linear-gradient(0deg, #99c0d6 0%, #cedbe3 35%, #cde4f1 100%);
  height: calc(100vh - 45px);
  width: 220px;
  top: 45px;
  left: -100%;
  transition: .4s;
}

.cms-menu-user.open {
  left: 0px;
  transition: .4s;
}

.box-card {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.box-card .content {
  border-radius: 10px;
  background-color: #fff;
  margin: 2%;
  padding: 10px;
  box-shadow: 4px 4px 20px 0 #00000030, -4px -4px 20px #fff;
  min-height: 250px;
}

.box-card .content .title {
  border: 1px solid #00000030;
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-size: 1.3em;
  height: 90px;
  box-sizing: border-box;
  position: relative;
  color: #123a51;
  text-shadow: 1px 3px 2px #5a6a7478;
  font-family: "Playwrite AU TAS", cursive;
  font-optical-sizing: auto;
}

.box-card .content .title .sub-title {
  font-size: .7em;
  color: #657c89;
}

.box-card .content .title::before,
.box-card .content .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00000050;

}

.box-card .content .title::before {
  border: 1px solid #ffa500;
  transform: rotate(1.5deg) translate(4px, -2px);
}

.box-card .content .title::after {
  border: 1px solid #1ac73c;
  transform: rotate(-2deg) translate(2px, -2px);
}

.box-card .content .description {
  padding: 10px;
  margin: 10px;
  font-size: 1em;
  font-family: "Playwrite AU TAS", cursive;
  font-optical-sizing: auto;
  line-height: 150%;
  color: #445463;

}

.box-card .bottom {
  text-align: center;
}

.box-card .bottom button {
  border: 0;
  background-color: #184967;
  color: #fff;
  border-radius: 4px;
  padding: 4px 30px;
  font-size: 1em;
  cursor: pointer;
}

.theme-title {
  font-size: 20px;
  font-weight: bold;
  background-color: #255269;
  text-align: center;
  color: #fff;
  padding: 5px;
  margin: 2px 0;

}

.theme-title h1 {
  background: linear-gradient(0deg, #d8faf8 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 2px 4px 5px #00000050;
}

.box {
  border: 1px solid #2c2c2c70;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 5px 0 #6d6d6d4a;
  margin: 8px 0;
  position: relative;
}

.box-white {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #ffffff #2c2c2c10 #2c2c2c10 #ffffff !important;
  color: #646464;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 5px 0 #6d6d6d4a;
  margin: 8px 0;
  position: relative;
}

.cms-select input,
.cms-select .cms-select-input {
  background: linear-gradient(to bottom, rgb(239 239 239) 0%, rgb(239 239 239) 1%, rgb(255 255 255) 50%, rgb(229 229 229) 100%) !important;
}

.cms-select .cms-select-content {
  border: 1px solid var(--cms-color-border) !important;
  color: var(--cms-color-border) !important;
  background-color: #ebebeb !important;
  box-shadow: none !important;
}

.cms-select .cms-select-content>*:hover {
  color: var(--cms-text-color) !important;
  background-color: #d7d7d7 !important;
  box-shadow: var(--cms-shadow-selected) !important;
  transition: 0.3s;
}

.network {
  text-align: center;
}

.network .btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px;
  cursor: pointer;
  border: 0;
}

.network .mini {
  width: 25px;
  height: 25px;
}

.network .btn:hover {
  border: 0;
}

.share-text {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  white-space: nowrap;
}

.network .whatsapp {
  background-image: url("img/whatsapp.png");
}

.network .telegram {
  background-image: url("img/telegram.png");
}

.network .facebook {
  background-image: url("img/facebook.png");
}

.network .instagram {
  background-image: url("img/instagram.png");
}

.box-praise {
  padding: 10px;
  margin: 10px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.box-praise a {
  text-decoration: none;
  color: inherit;
}

.box-praise .description {
  width: calc(100% - 130px);
}

.box-praise .audio {
  width: calc(100% - 490px);
}

.box-praise .audio audio {
  width: 100%;
  max-height: 30px;
}

.youtube {
  width: 130px;
  position: relative;
  cursor: pointer;
  height: auto;
  padding: 0;
  border: 0;
}

.youtube:hover {
  border: 0;
}

.youtube .cover {
  width: 100%;
}

.actions {
  display: flex;
  justify-content: space-between;
  width: 490px;
}

.actions * {
  margin: 0 5px;
  cursor: pointer;
  border-color: transparent;
  border-radius: 20px;
  max-height: 30px;
  background-color: #f1f3f4;
  text-align: center;
  padding: var(--cms-btn-padding);
  box-sizing: border-box;
  line-height: 140%;
  white-space: nowrap;
}

.logo_youtube {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 25%;
}

.eedc-popup {
  padding: 20px;
  width: 600px;
  max-width: 90vw;
  box-sizing: border-box;
}

.verse-list .btns-days {
  text-align: right;
}

.verse-list .btns-days .active {
  background-color: var(--cms-color-btn-border-hover);
  color: white;
}

.verse-list .btns-days .month-label {
  display: inline-block;
  margin: 0 10px;
}

.verse-list .btns-days .day-verse {
  margin: 0 10px;
  float: left;
}

.verse-list .content-verse .verse-item {
  position: relative;
}

.verse-list .content-verse .verse-item.active {
  background-color: #fffef5;
  border-left-color: #fad900 !important;
}

.verse-list .content-verse .verse-item .day {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  color: #7c7b7b;
}

.verse-list .content-verse .verse-item .title {
  margin: 10px 0;
}

.verse-list .content-verse .verse-item .message {
  margin: 10px 0;
}

.verse-list .content-verse .verse-item .message .text {
  padding: 10px;
  color: #595857;
}

.verse-list .content-verse .verse-item .bible-verse {
  padding: 10px;
  color: #123a51;
  font-style: italic;
}

.image-mini-verse {
  overflow: auto;
  aspect-ratio: 9 / 16;
}

.image-mini-verse img {
  border-radius: 4px;
  cursor: pointer;
}

.design {
  width: 400px;
  max-width: 400px;
}

.design .content-design .image-bg {
  width: calc(100% - 100px);
}

.design .content-design {
  display: flex;
  width: 400px;
  aspect-ratio: 9 / 12;
}

.design .content-design .content-btn-design {
  width: 100px;
  overflow: auto;
  text-align: right;
  max-height: 100%;
}

.design .content-design .content-btn-design img {
  width: 90%;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}


.cms-popup.verse-image .cms-icon {
  width: 35px;
  height: 35px;
}

.cms-popup.verse-image>.content {
  max-width: 400px;
}

.cms-popup.verse-image .image-bg {
  max-width: 100%;
}

.portada .box-praise {
  aspect-ratio: 17/13;
  position: relative;
  overflow: hidden;
}

.portada .box-praise .network {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: right;
  background-color: #fff;
}

.portada .box-praise .network::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}

.portada .box-praise h3 {
  margin-bottom: 10px;
}

.portada .message {
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .bar-menu ul {
    display: none;
  }

  .home-box .box-content {
    display: block;
  }

  .home-box .box-content>div {
    width: auto;
    padding: 2vw;
  }

  .home-box-img {
    height: 50vw;
  }

  .box-card {
    display: block;
    width: auto;
    padding: 10px 3%;
  }

  .box-card .content .title {
    font-size: 1.7em;
    text-shadow: none;
    height: auto;
  }

  .box-card .content .description {
    font-size: 1.4em;
  }

  footer .column {
    display: block;
    width: 80vw;
    margin: 10px auto;
  }

  .home-verse {
    margin: 10px 1vw;
  }

  .actions {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .actions * {
    margin: 5px 5px;
    width: 40%;
  }

  .box-praise .description,
  .box-praise .audio,
  .youtube,
  .actions {
    width: 100%;
  }

  .eedc-popup {
    padding: 5px;
  }

  .logo_youtube {
    width: 20%;
    left: 40%;
    top: 35%;
  }

  .verse-list .btns-days {
    display: flex;
    flex-wrap: wrap;
  }

  .verse-list .btns-days .btn-mini {
    width: calc(100% / 6 - 10px);
    margin: 5px 5px;
  }

  .verse-list .btns-days .month-label {
    display: block;
    margin: 10px;
    text-align: left;
    width: 100%;
  }

  .design {
    width: 100%;
  }

  .design .content-design {
    width: 100%;
  }

  .verse-list .btns-days .day-verse {
    display: block;
    width: 100%;
    margin: 0 10px;
    float: none;
    padding: 5px;
  }

  .verse-list .btns-days .day-verse button {
    display: block;
    width: -webkit-fill-available;
    margin: 0 10px;
  }

  .cms-popup.verse-image {
    padding-top: 0;
  }

  .cms-popup.verse-image>.content {
    max-height: 100vh;
    max-width: 100vw;
  }

  .topMenu .cms-icon {
    margin-right: 15px;
  }

  .topMenu .name {
    font-size: 1.4em;
  }

  footer .column .logo-footer {
    position: relative;
    transform: translate(0, 0);
  }
}

.book-table .cms-table-content thead th,
.book-table .cms-table-content tfoot th {
  background-color: #bfbcb6;
  color: var(--cms-text);
}

.book-table .cms-table-content thead th:nth-child(2),
.book-table .cms-table-content thead th:nth-child(3) {
  width: 100px;
}

.book-table .cms-table-content table tbody tr:nth-child(odd) td {
  background-color: #cfcfcf;
}

.book-table .cms-table-content table tbody tr:nth-child(even) td {
  background-color: #d8d9d9;
}

.book-table .CMSwiftPagination .content .info {
  color: #4f4f4f;
}

/* cookies */
#eedc-cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 14px 16px;
  border-radius: 10px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  z-index: 99999;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

#eedc-cookie-banner p {
  margin: 0;
  font-size: 14px;
  color: #222;
  line-height: 1.3;
}

#eedc-cookie-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.eedc-btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #f3f4f6;
  cursor: pointer;
  font-size: 14px;
  line-height: 0;
}

.eedc-btn.primary {
  background: #0b74de;
  color: #fff;
  border-color: #0b74de;
}

.eedc-link {
  color: #0b74de;
  text-decoration: underline;
  font-size: 14px;
}

@media (max-width:520px) {
  #eedc-cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  #eedc-cookie-actions {
    justify-content: flex-end;
  }
}