/* Author JLP Dec 2021 */

/* ABN Player & Arrows Start */

.player {
  margin-top: 60px;
  margin-bottom: 1px;
  background-image: url('../img/landing/playerbckground.jpg');
  height: 80vh;
}

@media only screen and (min-width: 320px) {
  .byVideoImage {
    width: 100%;
    height: 100%;
  }

  .player {
    height: 80vh;
  }
}

@media only screen and (min-width: 1024px) {
  .byVideoImage {
    width: 85%;
    height: 85%;
  }

  .arrow-container {
    display: none;
  }

  .player {
    height: 55vh;
  }
}

/* Arrow starts Here */

.arrow-container {
  width: 25px;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
}

.arrow-down {
  height: 20px;
  background: black;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}

.arrow-down:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  background: black;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}

/* Arrow ends Here */

@media only screen and (max-width: 430px) {
  .player {
    margin-top: 2px;
    margin-bottom: 1px;
  }
}

/* ABN Player & Arrows End */

/* Banner Style */

#landingAvivaWeekend {
  background: #000 url(../img/landing/banner-img.jpg) center left no-repeat;
  background-size: 100% auto;
  position: relative;
}

#banner--bg .bg-overlay {
  padding: 104px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.3);
}

.banner--content .h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 26px;
}

.banner--content .lead {
  font-family: 'Open Sans', sans-serif;
  max-width: 555px;
  font-size: 1.2em;
  line-height: 1.68421053em;
  font-weight: 400;
  margin-bottom: 26px;
  color: #ffffff;
}

.banner_btn {
  padding: 7px 39px;
  color: #000000;
  font-weight: 700;
  font-size: 0.80714286em;
  text-transform: uppercase;
  margin-top: 14px;
  transition: 0.5s;
}

.banner_btn:hover {
  transform: translatey(-10%);
}

.banner_btn:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (min-width: 1900px) {
  #landingAvivaWeekend {
    height: 400px;
    background: #000 url(../img/landing/banner-img-3840.jpg) center left
      no-repeat;
  }
}

@media only screen and (max-width: 992px) {
  #banner--bg .bg-overlay {
    padding: 95px 0;
  }
}

@media only screen and (max-width: 575px) {
  #banner--bg .bg-overlay {
    padding: 70px 0;
  }

  .banner--content .h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .banner--content .lead {
    max-width: 330px;
    font-size: 1em;
    margin-bottom: 24px;
  }

  .banner_btn {
    padding: 7px 20px;
  }
}

@media only screen and (max-width: 430px) {
  #landingAvivaWeekend {
    background-size: cover !important;
    background-position: 50% 50% !important;
  }
  #landingSeparator01 {
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 430px) {
  #landingBlog {
    background-size: cover !important;
    background-position: 50% 50% !important;
  }
}

/* New Information */

.banner--content {
  max-width: 555px;
  margin: 0 auto;
}

.banner--content .h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 26px;
}

.banner--content .lead {
  font-family: 'Open Sans', sans-serif;
  max-width: 555px;
  font-size: 1.2em;
  line-height: 1.68421053em;
  font-weight: 400;
  margin-bottom: 26px;
  color: #ffffff;
}

.banner_btn {
  padding: 7px 39px;
  color: #000000;
  font-weight: 700;
  font-size: 0.80714286em;
  text-transform: uppercase;
  margin-top: 14px;
  transition: 0.5s;
  border: 1px solid #0b0b3b;
}

.banner_btn:hover {
  transform: translatey(-10%);
  border: 1px solid #0b0b3b;
}

.banner_btn:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 992px) {
  .banner--bg .bg-overlay {
    padding: 95px 0;
  }
}

@media only screen and (max-width: 575px) {
  .banner--bg .bg-overlay {
    padding: 70px 0;
  }

  .banner--content .h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .banner--content .lead {
    max-width: 330px;
    font-size: 1em;
    margin-bottom: 24px;
  }

  .banner_btn {
    padding: 7px 20px;
  }
}

@media only screen and (max-width: 430px) {
  .banner--bg {
    background-size: cover !important;
    background-position: 50% 50% !important;
  }
}

/*========== Top Banner Style ==========*/
#banner--escuelas {
  background: #000000 url(../img/landing/bible.jpg) center left no-repeat;
  background-size: 100% auto;
  position: relative;
}

#banner--parque {
  background: #000000 url(../img/landing/parque_2022_02.jpg) center left no-repeat;
  background-size: 100% auto;
  position: relative;
}


#banner--escuelas .banner--content .h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.14285714em;
  line-height: 1.31818182em;
}

@media only screen and (max-width: 575px) {
  #banner--escuelas .banner--content .h2 {
    font-size: 1.80714286em;
    line-height: 1.1;
  }
}

/*========== / Top Banner Style ==========*/

/*========== Image banner ==========*/
#single-img-1 {
  background: url(../img/landing/bannerm5-01.jpg) center center no-repeat;
}

.img-banner {
  padding: 150px 0;
  background-size: cover !important;
}

@media only screen and (min-width: 1921px) {
  .img-banner {
    background-size: cover !important;
    background-position: center center !important;
  }
}

/*========== Three Columns banner ==========*/

.three--columns-bg .three--columns-bg1,
.three--columns-bg .three--columns-bg2,
.three--columns-bg .three--columns-bg3 {
  min-height: 360px;
}

.three--columns-overlay {
  display: flex;
  align-items: stretch;
}

.three--columns-overlay .project_thumb_title {
  opacity: 0;
  padding: 26px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
}

.three--columns-overlay:hover .project_thumb_title {
  background-color: rgba(37, 37, 37, 0.9);
  width: 100%;
  opacity: 1;
  text-decoration: none;

  transition: width, border opacity 0s linear 0.2s;
  -webkit-transition: width, border opacity 0s linear 0.2s;
  -moz-transition: width, border opacity 0s linear 0.2s;
  -ms-transition: width, border opacity 0s linear 0.2s;

  transition: opacity 0.2s linear 0.2s;
  -webkit-transition: opacity 0.2s linear 0.2s;
  -moz-transition: opacity 0.2s linear 0.2s;
  -ms-transition: opacity 0.2s linear 0.2s;
}

.three--columns-bg1 {
  background: url(../img/landing/donar.jpg) center no-repeat;
  background-size: cover;
}

.three--columns-bg2 {
  background: url(../img/landing/eventos-01.jpg) center no-repeat;
  background-size: cover;
}

.three--columns-bg3 {
  background: url(../img/landing/devocional.jpg) center no-repeat;
  background-size: cover;
}

.three--columns-bg {
  padding: 0 !important;
}

/*========== Banner Style ==========*/

#banner--avivaweekend {
  background: #000000 url(../images/banner-img.jpg) center left no-repeat;
  background-size: 100% auto;
  position: relative;
}

@media only screen and (min-width: 1921px) {
  #banner--avivaweekend {
    background: #000000 url(../images/banner-img-3840.jpg) center left no-repeat;
  }
}

/*========== / Banner Style ==========*/

/*========== Video Section Style ==========*/
#video--section {
  background: #000000 url(../img/landing/bg-predica-home.jpg) center left
    no-repeat;
  background-size: 100% auto;
  position: relative;
}

#video--section .banner--content .h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.14285714em;
  line-height: 1.31818182em;
  font-weight: 300;
  font-style: italic;
}

.post_id {
  font-size: 1em;
  line-height: 1.85714286em;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
}

/* ========== About ========== */
.about--video {
  max-width: 848px;
  margin: auto;
}

.about--video {
  margin-bottom: 50px;
}
/*Youtube*/
.youtube-video {
  width: 100%;
  display: block;
}
.js-lazytube {
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
  position: relative;
  display: block;
}

.js-lazytube img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  /*transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1);*/
}

.js-lazytube img.fadeout {
  opacity: 0;
}

.js-lazytube iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube--playicon {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  transition: 0.5s;
}

.youtube--playicon:hover {
  transform: translatey(-10%);
}

.youtube--playicon::before {
  border-color: transparent transparent transparent #252525;
  margin-top: -3px;
}
.youtube--playicon::before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  border-color: transparent transparent transparent #000000;
}

#video--section .banner--content .lead {
  max-width: 848px;
}

@media only screen and (max-width: 992px) {
  #video--section .bg-overlay {
    padding: 95px 0;
  }

  .youtube--playicon {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
  }
}

@media only screen and (max-width: 768px) {
  #video--section .banner--content .h2 {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 575px) {
  #video--section .bg-overlay {
    padding: 70px 0;
  }

  .youtube--playicon {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}

@media only screen and (max-width: 430px) {
  #video--section {
    background-size: cover !important;
    background-position: 50% 50% !important;
  }
}

/*========== / Video Section Style ==========*/

/*========== Two column Video ==========*/
.section-area {
  padding: 104px 0;
}

.left--column-video {
  max-width: 555px;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.left--column-video .about--video {
  margin-bottom: 0;
}

.left--column-video .js-lazytube {
  border-radius: 6px;
}

.right--column-content {
  max-width: 450px;
  height: 100%;
}

.normal_article,
.qoutes-article {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.68421053em;
  font-weight: 400;
  color: #808080;
}

.qoutes-article {
  font-style: italic;
  margin-top: 32px;
}

@media only screen and (max-width: 992px) {
  .section-area {
    padding: 95px 0;
  }
}

@media only screen and (max-width: 768px) {
  .left--column-video {
    margin-bottom: 50px;
  }

  .right--column-content {
    margin-left: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .section-area {
    padding: 70px 0;
  }

  .normal_article,
  .qoutes-article {
    font-size: 1em;
    line-height: 1.68421053em;
  }
}
/*========== / Two column Video ==========*/

/*========== Single IMG banner ========== */
#single-img-2 {
  background: url(../img/landing/bannerm6.jpg) center center no-repeat;
}

/*========== / Single IMG banner ========== */

/* Prédicas en Audio */
#one-column-banner-3 {
  background: #000000 url(../img/landing/banner-playlist-01.jpg) center left no-repeat;
  background-size: auto;
  background-size: 100% auto;
  position: relative;
}

/* Avivamiento Misericordia */
#one-column-banner-4 {
  background: #000000 url(../img/landing/bg3-home.jpg) center left no-repeat;
  background-size: auto;
  background-size: 100% auto;
  position: relative;
}

/*========== Single IMG banner ========== */
#single-img-3 {
  background: url(../img/landing/bannerm7.jpg) center center no-repeat;
}

/*========== / Single IMG banner ========== */

/*========== Single IMG banner ========== */
#single-img-4 {
  background: url(../img/landing/bannerm8.jpg) center center no-repeat;
}

/*========== / Single IMG banner ========== */

/*========== Two columns content =========*/
.two--column-content {
  background-color: #000000;
}

.two--column-content {
  padding: 0 !important;
}

.two--column-bg {
  width: 100%;
  height: 100%;
}

#two--column-bg1 {
  background: url(../img/landing/banner16.jpg) center no-repeat;
  background-size: cover;
}
.box-arrange {
  padding: 104px 0;
}

.left-text-box {
  max-width: 555px;
  padding-left: 104px;
  padding-right: 30px;
}

.right-text-box {
  max-width: 555px;
  padding-left: 30px;
  padding-right: 104px;
}

.text_content_title {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  font-weight: 300;
  margin-bottom: 26px;
}

.text_content_subtitle {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.25714286em;
  line-height: 1.68421053em;
  font-weight: 300;
  margin-bottom: 26px;
}

.box-arrange .lead {
  color: #ffffff;
  margin-bottom: 26px;
}

#two--column-bg2 {
  background: url(../img/landing/banner-sembrar-2.png) center no-repeat;
  background-size: cover;
}

#two--column-bg3 {
  background: url(../img/landing/app-avivamiento.jpg) center no-repeat;
  background-size: cover;
}

.bg-white {
  background-color: white;
}
.bg-white .text_content_title {
  color: #252525;
}

.bg-white .text_content_subtitle,
.bg-white .lead {
  color: #808080;
}

.bg-white .banner_btn {
  border-color: #d3d3d3;
}

@media only screen and (max-width: 992px) {
  .box-arrange {
    padding: 95px 0;
  }

  .left-text-box {
    padding-left: 95px;
    padding-right: 30px;
  }

  .right-text-box {
    padding-left: 30px;
    padding-right: 95px;
  }
}

@media only screen and (max-width: 768px) {
  .left-text-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-text-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .two--column-bg1 {
    min-height: 238px;
  }
  .box-arrange {
    padding: 70px 0;
  }

  .left-text-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-text-box {
    margin-left: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .two--column-bg {
    min-height: 238px;
  }
}
/*========== / Two columns content =========*/

/*========== Single IMG banner ========== */
#single-img-5 {
  background: url(../img/landing/bannerm9.png) center center no-repeat;
}

/*========== / Single IMG banner ========== */

/*========== One Column Banner 5 ========== */
#one-column-banner-5 {
  background: #000000 url(../img/landing/banner29.jpg) center left no-repeat;
  background-size: auto;
  background-size: 100% auto;
  position: relative;
}

/*========== / One Column Banner 4 ========== */

/*========== Single IMG banner ========== */
#single-img-6 {
  background: url(../img/landing/bannerm10.png) center center no-repeat;
}

/*========== / Single IMG banner ========== */

/*========== parallax background part ==========*/
#parallax-bg-1 {
  background-image: url(../img/landing/banner21-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-parallax {
  height: 100vh;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.parallax-content {
  max-width: 750px;
}

.parallax_section-title {
  color: #ffffff;
  font-weight: 200;
  font-size: 4em;
  line-height: 1.048387096774194em;
  margin-bottom: 26px;
}

.parallax-content .lead {
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .parallax_section-title {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 768px) {
  .parallax_section-title {
    font-size: 3em;
  }
}

@media only screen and (max-width: 576px) {
  .parallax_section-title {
    font-size: 2.5em;
  }
}

/*========== / parallax background part ==========*/

/*========== section contact section ==========*/
.contact--box {
  padding: 0 3px;
  margin-bottom: 30px;
}

.contact_link {
  min-height: 182px;
  padding: 26px;
  width: 100%;
}

.contact_link h4 {
  color: #ffffff;
}

.contact--box a {
  display: block;
  border-radius: 10px;
  transition: 0.5s;
  text-decoration: none;
}

.contact--box a:hover {
  text-decoration: none;
}

#contact-1 {
  background: url(../img/landing/banner22.jpg) center no-repeat;
  background-size: cover;
}

#contact-2 {
  background: url(../img/landing/banner23.jpg) center no-repeat;
  background-size: cover;
}

#contact-3 {
  background: url(../img/landing/banner23.jpg) center no-repeat;
  background-size: cover;
}

#contact-4 {
  background: url(../img/landing/banner22.jpg) center no-repeat;
  background-size: cover;
}

#contact-5 {
  background: url(../img/landing/banner21-01.jpg) center no-repeat;
  background-size: cover;
}

#contact-6 {
  background: url(../img/landing/banner20.png) center no-repeat;
  background-size: cover;
}

.contact-block {
  border-radius: 10px;
}
.contact--box-overlay {
  background-color: rgba(37, 37, 37, 0.2);
  border-radius: 10px;
  transition: 0.5s;
}

.contact--box a:hover .contact--box-overlay,
.contact--box .contact-block:hover .contact--box-overlay {
  text-decoration: none;
  background-color: rgba(37, 37, 37, 0.75);
}

.h4_link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}

.text--divider {
  padding: 0 15px;
}

.h4_link:hover {
  text-decoration: none;
}

.contact_link .lead a {
  color: #ffffff;
  font-weight: 600;
}

.contact_link .lead {
  font-weight: 400;
}

.contact_link .lead a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 576px) {
  .m-mobile-30 {
    margin-bottom: 30px !important;
  }
}

/*========== / section contact section ==========*/

/*========== Carousel part 1 ==========*/
.carousel_box-inner {
  border-radius: 5px;
  overflow: hidden;
}
.carousel_title {
  color: #252525;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 52px;
}

.feature_box-content {
  width: 100%;
  padding: 26px;
  border: 1px solid #ececec;
  min-height: 182px;
}

.feature_title,
.feature_text {
  font-size: 1em;
  color: #666666;
  font-weight: 400;
}

.feature_title {
  font-weight: 700;
}

.feature_link {
  font-size: 0.85em;
  text-decoration: none;
  color: #2374ab;
  font-weight: 700;
}

.feature_link:hover {
  text-decoration: none;
}
/*========== / Carousel part 1 ==========*/
