/**********
HEADER
*********/
.quick-access-container {
  max-width: 100vw;
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.quick-access-container .item {
  background-color: #a66844;
  padding: 0px 5px 0px 5px;
  font-size: 25px;
  color: white;
  border-radius: 12px;
  cursor: pointer;
}
.quick-access-container .item-1 {
  margin-right: 10px;
}
.quick-access-container .item-2 {
  margin-right: 10px;
}

.card-image {
  padding: unset !important;
  width: 100%;
  height: 253px;
  max-width: 124.4444444444vh;
  max-height: 70vh;
  display: flex;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
}

.card {
  margin-top: -40px;
  width: 640px;
  height: 427px;
  max-width: 124.4444444444vh;
  max-height: 70vh;
  display: flex;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: url("/assets/img/panyvida/panyvidanino.png") center center/cover;
  overflow: hidden;
}

.card-play {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  margin: auto;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1613479/play.svg") center center/cover;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

.card-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #000;
  transition: all 0.5s ease-out;
}

.card-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #000;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: scale(0.95);
}
.card-video iframe {
  width: 100%;
  height: 100%;
}

.card-video.show {
  opacity: 1;
  transform: scale(1);
  display: block;
}

.card:after {
  content: "";
  width: 250%;
  height: 250%;
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);
  transition: opacity 0.5s ease-out;
}

/*----------APR MUSIC----------------*/
.card-apr-music, .card-apr-music-img-4, .card-apr-music-img-3, .card-apr-music-img-2, .card-apr-music-img-1 {
  margin-top: -40px;
  width: 290px;
  height: 180px;
  max-width: 124.4444444444vh;
  max-height: 70vh;
  display: flex;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  transition: transform 0.5s;
}
.card-apr-music-img-1 {
  background: url(/assets/img/apr-music/tumas-a-jardines.jpg) left center/cover;
}
.card-apr-music-img-2 {
  background: url(/assets/img/apr-music/fiel.jpg) center center/cover;
}
.card-apr-music-img-3 {
  background: url(/assets/img/apr-music/solo-a-ti.jpg) center center/cover;
}
.card-apr-music-img-4 {
  background: url(/assets/img/apr-music/canto-nehemias.jpg) center center/cover;
}

.card-apr-music:hover, .card-apr-music-img-1:hover, .card-apr-music-img-2:hover, .card-apr-music-img-3:hover, .card-apr-music-img-4:hover {
  transform: scale(1.1);
}

/* ------------ STATES ------------ */
.card:hover:after,
.card:hover .card-play {
  opacity: 1;
}

.video-is-open:after {
  display: none;
}

.video-is-open .card-play {
  opacity: 1;
}
.video-is-open .card-play:after {
  width: 2vh;
  height: 2vh;
  transform: translate(-50%, -50%) scale(88.8888888889);
  transition: transform 0.5s ease-out;
}

/* ------------------ slider ----------*/
.owl-slider-apr-music .owl-stage {
  height: 264px;
  display: flex;
  align-items: center;
}

/*---------card blog--------*/
.cards-blog .container {
  display: grid;
  margin: auto;
  justify-content: center;
  margin-bottom: -61px;
}
.cards-blog .container div.owl-stage-outer > div > div.owl-item.active {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cards-blog .container .owl-stage-outer {
  height: 584px;
  padding-top: 50px;
}
.cards-blog .card-blog {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 345px;
  transition: 0.5 ease;
  cursor: pointer;
  transition: 0.5s ease-in;
}
.cards-blog .card-blog-header {
  width: 100%;
  height: 200px;
}
.cards-blog .card-blog-header.item1 {
  background: url("/assets/img/quienes-somos/1.jpg") center center/cover;
}
.cards-blog .card-blog-header.item2 {
  background: url("/assets/img/quienes-somos/2.jpg") center center/cover;
}
.cards-blog .card-blog-header.item3 {
  background: url("/assets/img/quienes-somos/3.jpg") center center/cover;
  background-position-y: -166px;
}
.cards-blog .card-blog-header.item4 {
  background: url("/assets/img/quienes-somos/4.jpg") center center/cover;
}
.cards-blog .card-blog-header.item5 {
  background: url("/assets/img/quienes-somos/5.jpg") center center/cover;
}
.cards-blog .card-blog-header.item6 {
  background: url("/assets/img/quienes-somos/6.jpg") center center/cover;
  background-position-y: -50px;
}
.cards-blog .card-blog-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
  min-height: 250px;
}
.cards-blog .card-blog-body .subtitle {
  font-size: 1.5rem;
  margin: 10px 0;
  font-weight: 500;
}
.cards-blog .tag {
  background: #777;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
}
.cards-blog .tag-teal {
  background-color: #92d4e4;
}
.cards-blog .tag-purple {
  background-color: #3d1d94;
}
.cards-blog .tag-pink {
  background-color: #c62bcb;
}
.cards-blog .card-blog-body h4 {
  margin: 10px 0;
}
.cards-blog .card-blog-body p {
  font-size: 17px !important;
  margin: 0 0 40px;
}
.cards-blog .user {
  display: flex;
  margin-top: auto;
}
.cards-blog .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.cards-blog .user-info h5 {
  margin: 0;
}
.cards-blog .user-info small {
  color: #888785;
}

/*****************
MODAL
******************/
body.modal-open {
  overflow: hidden;
}

.modal {
  z-index: 999;
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.modal-content {
  background-color: #fefefe;
  margin: unset;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 900px;
  align-items: center;
  justify-content: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 48px;
  font-weight: bold;
  height: 36px;
  display: flex;
  align-items: center;
  align-self: flex-end;
  z-index: 999;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.owl-slider-modal-news .card-blog-header {
  margin-bottom: 10px;
}
.owl-slider-modal-news .ozono-24 {
  background: url("/assets/img/OZONO-24.jpg") center center/cover;
  height: 100%;
  width: 81vh;
}

#apr-news {
  padding-bottom: 0px;
}
#apr-news .owl-slider-modal-news {
  margin-top: unset !important;
}
#apr-news .owl-slider-modal-news .card-blog-header {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  height: 35px;
}
#apr-news .owl-slider-modal-news .ozono-24 {
  background: url("/assets/img/OZONO-24.jpg") center center/cover;
  height: 100%;
  width: 124vh;
}
#apr-news .owl-slider-modal-news .card-blog {
  display: flex;
  justify-content: center;
}
#apr-news .owl-slider-modal-news .card-blog .lib1 {
  background: url(/assets/img/libreria-apr/despues-del-resplandor.jpeg) left center/cover;
  height: 300px;
  width: 214px;
}
#apr-news .owl-slider-modal-news .card-blog .lib2 {
  background: url(/assets/img/libreria-apr/doctrinas-basicas.jpg) left center/cover;
  height: 300px;
  width: 214px;
}
#apr-news .owl-slider-modal-news .card-blog .lib3 {
  background: url(/assets/img/libreria-apr/cuentos-reino-perdido.jpg) left center/cover;
  height: 300px;
  width: 200px;
}
#apr-news .owl-slider-modal-news .card-blog .lib4 {
  background: url(/assets/img/libreria-apr/cuentos-reino-perdido-2.jpg) left center/cover;
  height: 300px;
  width: 200px;
}
#apr-news .owl-slider-modal-news .card-blog .lib5 {
  background: url(/assets/img/libreria-apr/alma-feliz-viaje.jpg) left center/cover;
  height: 300px;
  width: 200px;
}
#apr-news .owl-slider-modal-news .card-blog .lib6 {
  background: url(/assets/img/libreria-apr/guillermo-perrofiel.jpg) left center/cover;
  height: 300px;
  width: 200px;
}
#apr-news .owl-slider-modal-news .card-blog .lib7 {
  background: url(/assets/img/libreria-apr/altura.jpg) left center/cover;
  height: 300px;
  width: 200px;
}
#apr-news .owl-slider-modal-news .card-blog .lib8 {
  background: url(/assets/img/libreria-apr/la-anchura.jpg) left center/cover;
  height: 300px;
  width: 200px;
}
#apr-news .action-button {
  margin-left: 25px;
  background: #a66844;
  color: #fff;
  border-radius: 50px;
  padding: 8px 12px 9px 12px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 768px) {
  .container-h1 {
    justify-content: center;
  }
  #hero .social-links {
    position: relative;
    top: -163px;
  }
  .logo {
    width: 165px;
  }
  .logo .logoWeb {
    margin-left: unset;
  }
  section {
    padding: 40px 0;
  }
  .counts .title {
    margin-bottom: 12px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -25px;
  }
  .owl-slider-modal-news .owl-dots {
    top: -3px !important;
  }
  .owl-slider-modal-news .ozono-24 {
    width: 100% !important;
  }
  #apr-news .owl-slider-modal-news {
    margin-top: unset !important;
  }
  #apr-news .owl-slider-modal-news .card-blog {
    width: 100vw;
  }
  #apr-news .owl-slider-modal-news .card-blog .card-blog-header {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    height: 35px;
  }
  #apr-news .owl-slider-modal-news .card-blog .ozono-24 {
    width: 100% !important;
    height: 200px;
  }
  #apr-news .owl-slider-modal-news #heredad iframe {
    height: 200px;
    width: 100%;
  }
  #apr-news .owl-slider-modal-news .container-video {
    height: 300px !important;
  }
  .owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
  }
  #fundation .more-text {
    display: none;
  }
  .card-pan-y-vida {
    margin-top: 40px !important;
    height: 210px !important;
  }
  .counters span {
    font-size: 44px !important;
  }
  .modal .title {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .modal #closeModalBtn {
    font-size: 2.4rem;
  }
  .modal-content {
    width: 100%;
    margin-top: -195px;
  }
  .modal-content .container-video {
    width: 100% !important;
    height: 30vh !important;
  }
  .modal-content .container-video iframe {
    width: 100% !important;
  }
  .quick-access-container {
    flex-direction: column !important;
    height: 144px !important;
    justify-content: space-around !important;
  }
}/*# sourceMappingURL=apr-style.css.map */