@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans&family=Raleway:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0; }

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 15px;
  color: #838383;
  box-sizing: border-box;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
  letter-spacing: -0.5px;
  overflow-x: hidden;
  height: 100%;
  /* needed for container min-height */ }

main {
  background-image: url(../../../produccion/img/textura.jpg);
  background-color: #ffffff;
  background-repeat: repeat; }

.texto-biblico {
  font-size: 1.1rem;
  margin-top: 8px;
  color: #009688; }

.enlace_vermas {
  height: 50px;
  background: #01988F;
  padding: 0 10px;
  border-radius: 25px;
  border: none;
  color: white;
  min-width: 200px;
  margin: 24px 0;
  /**/
  text-align: center;
  line-height: 50px; }
  .enlace_vermas:hover {
    background: #fff;
    padding: 0 10px;
    border-radius: 25px;
    border: none;
    color: #01988F;
    border: 1px solid #01988F; }

.nuestra-iglesia .header-section__subtitulo p {
  color: #838383; }

.escuelas_p2 .header-section__subtitulo p {
  color: #838383; }

@media (min-width: 1200px) {
  .pt-header {
    padding-top: 40px !important; }
  body {
    font-size: 17px; } }

p, h1, h2, h3, div, ul, li, div, section {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  list-style: none; }

li {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.w-100 {
  width: 100%; }

.bg-gris {
  background: #f8f8f8 !important; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.mb-10 {
  margin-bottom: 10px; }

.parrafo-secundario {
  font-size: 17px;
  text-align: justify;
  line-height: 1.2; }

nav .nav-cp li a {
  color: #14152D !important;
  font-size: 13px !important;
  font-weight: 700; }

.header-section__titulo {
  padding-bottom: 16px;
  font-family: "Lato", sans-serif; }
  .header-section__titulo p {
    font-family: "Lato", sans-serif;
    color: #14152D;
    font-weight: 600;
    /**/
    text-align: center;
    font-size: 20px;
    line-height: 1.25; }
  .header-section__titulo strong {
    background: linear-gradient(#14152D, #01988F);
    -webkit-background-clip: text;
    color: transparent; }

.header-section__subtitulo p {
  color: #14152D;
  font-size: 15px;
  margin: auto;
  text-align: center;
  line-height: 1.5; }

.section-custom {
  padding: 0 5%;
  padding-top: 32px;
  padding-bottom: 22px; }

.btn-personalizado {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px; }
  .btn-personalizado button {
    width: 300px;
    margin-top: 24px;
    min-height: 50px;
    background: #01988F;
    border: 1.5px solid #01988F;
    border-radius: 40px;
    color: #ffffff;
    box-shadow: none;
    font-size: 20px;
    margin: auto;
    transition: all .5s; }
    .btn-personalizado button:hover {
      transition: all .5s;
      box-shadow: -3px 4px 12px -1px #ccc;
      background: #ffffff6e;
      color: #01988F; }

.parallax {
  width: 100%;
  height: 800px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  /**/
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 0 !important; }
  .parallax .header-section {
    position: relative;
    z-index: 9; }
    .parallax .header-section__titulo p {
      color: #ffffff; }
    .parallax .header-section__subtitulo p {
      z-index: 9;
      color: #ffffff; }
  .parallax .image {
    background-attachment: fixed;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
    padding: 24px 5%;
    background-image: url(../img/banner-interno.png); }
    .parallax .image:before {
      top: 0;
      left: 0;
      content: "";
      background: #000;
      opacity: 0.4;
      z-index: 1;
      width: 100%;
      height: 100%;
      position: absolute; }
  .parallax__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 9; }
    .parallax__box .parallax-item {
      height: 150px; }

.color-resaltante {
  color: #01988F; }

.box-img {
  width: 100%; }
  .box-img img {
    width: 100%; }

@media (min-width: 768px) {
  .header-section__titulo p {
    width: 80%;
    margin: auto; }
  .parallax {
    height: 400px; }
    .parallax__box {
      padding-top: 24px;
      -ms-flex-direction: row;
      flex-direction: row; }
      .parallax__box .parallax-item {
        width: 25%; } }

@media (min-width: 1200px) {
  .box-img {
    width: 50%; }
  .header-section {
    width: 75%;
    margin: auto; }
    .header-section__titulo p {
      width: 100%;
      font-size: 32px; }
    .header-section__subtitulo p {
      /**/
      text-align: center;
      font-size: 18px; }
  .section-custom {
    padding: 30px 10%; } }

.owl-nav {
  position: absolute;
  width: 100%;
  z-index: 9999; }
  .owl-nav button:hover {
    background: transparent !important; }
  .owl-nav button:focus {
    background: transparent;
    border: none;
    outline: none; }
  .owl-nav span {
    color: white;
    font-size: 36px;
    padding: 24px; }
    .owl-nav span:focus {
      border: none;
      outline: none; }

.owl-dots {
  position: absolute;
  width: 100%;
  z-index: 99;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 24px; }
  .owl-dots button {
    border: none;
    outline: none;
    width: 16px;
    height: 16px;
    display: block;
    background: white !important;
    border-radius: 50%;
    margin: 4px !important; }
    .owl-dots button span {
      background: transparent !important; }
  .owl-dots button.active {
    background: #01988F !important; }

.caja-oculta {
  display: none;
  position: absolute;
  top: 55px;
  background: white;
  width: 200px;
  border-radius: 12px; }
  .caja-oculta a {
    color: #14152D !important;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    width: 100%; }

.mostrar-caja {
  display: block; }

.show_list {
  height: auto;
  display: block !important; }

nav {
  position: relative;
  z-index: 999;
  width: 100%;
  background: #fff;
  height: 60px;
  box-shadow: 0px 3px 0px 0px rgba(224, 224, 224, 0.6);
  transition: all .75;
  top: 0; }
  nav .container {
    background: white; }
  nav .nav-logo {
    width: auto;
    width: 100%;
    position: relative; }
    nav .nav-logo a {
      height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    nav .nav-logo img {
      width: auto;
      max-height: 50px;
      max-width: 200px;
      height: auto; }
  nav .panel-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    nav .panel-nav .nav-content.show_list {
      display: block !important; }
  nav .list-links {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    nav .list-links__item {
      font-size: 16px;
      display: inline-block;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      nav .list-links__item a {
        color: #14152D;
        font-weight: 400;
        position: relative;
        height: 50px;
        line-height: 50px; }
        nav .list-links__item a:hover:before {
          width: 100%; }
        nav .list-links__item a:after {
          content: '';
          display: block;
          height: 3px;
          width: 0%;
          position: absolute;
          bottom: 0;
          right: 0;
          background: #ffffff;
          transition: all 0.5s ease-in-out;
          opacity: 0.8; }
          nav .list-links__item a:after:hover {
            width: 100%; }
        nav .list-links__item a:hover:after {
          width: 100%; }
      nav .list-links__item i {
        font-size: 18px; }
    nav .list-links .item-links {
      padding-left: 15px;
      padding-right: 15px;
      height: 50px; }
      nav .list-links .item-links:hover a {
        color: #14152D; }
      nav .list-links .item-links:hover a::before {
        width: 100%; }
      nav .list-links .item-links:hover a::after {
        width: 100%; }
      nav .list-links .item-links .caja-oculta {
        top: 200px; }
        nav .list-links .item-links .caja-oculta a {
          padding-left: 8px; }
          nav .list-links .item-links .caja-oculta a:after {
            height: 0; }
        nav .list-links .item-links .caja-oculta li:hover a {
          text-decoration: none;
          color: #14152D !important;
          background: #14152d12; }
    nav .list-links .whatsapp-link:hover a {
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.19); }
    nav .list-links .whatsapp-link:hover a:after {
      height: 0; }
    nav .list-links .whatsapp-link a {
      border-radius: 4px;
      padding: 4px 8px;
      background: #00bb2d;
      color: white !important;
      height: 40px !important;
      line-height: 30px !important; }
      nav .list-links .whatsapp-link a:after {
        height: 0; }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.1); }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.03); } }

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.1); }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.03); } }
    nav .list-links .whatsapp-link a {
      animation: shadow-pulse 1s infinite; }
    nav .list-links .item-links.active a {
      color: #14152D; }
      nav .list-links .item-links.active a:before {
        width: 100%; }
      nav .list-links .item-links.active a:after {
        width: 100%; }
    nav .list-links .item-contact a {
      font-size: 14px; }
    nav .list-links .item-contact:first-child {
      padding-right: 20px; }
  nav .nav-content {
    display: none !important;
    height: calc(100vh - 65px); }
    nav .nav-content__contacto {
      height: 35px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    nav .nav-content__list {
      height: 100%; }

/* Home section */
.home {
  width: 100%;
  height: 100vh;
  background-image: url(https://images.unsplash.com/photo-1498550744921-75f79806b8a7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b0f6908fa5e81286213c7211276e6b3d&auto=format&fit=crop&w=1500&q=80);
  background-position: center top;
  background-size: cover; }

.navTrigger {
  display: none; }

/* Media qurey section */
@media screen and (max-width: 768px) {
  .navTrigger {
    display: block; } }

@media screen and (min-width: 992px) {
  .navTrigger {
    display: block; }
    .navTrigger i {
      background-color: white; }
  nav {
    width: 100%; }
    nav .container {
      background: transparent; }
    nav .nav-logo {
      width: auto; }
      nav .nav-logo img {
        padding-top: 0; }
    nav .panel-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: row;
      flex-direction: row; }
    nav .list-links {
      font-size: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      nav .list-links .reuniones-link {
        height: 120px; }
      nav .list-links__item {
        font-size: 16px;
        display: inline-block;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        nav .list-links__item a {
          color: #14152D;
          font-weight: 400;
          position: relative; }
          nav .list-links__item a:hover:before {
            width: 100%; }
          nav .list-links__item a:after {
            content: '';
            display: block;
            height: 2px;
            width: 0%;
            position: absolute;
            bottom: -2px;
            right: 0;
            background: #14152D;
            transition: all 0.5s ease-in-out;
            opacity: 0.8; }
            nav .list-links__item a:after:hover {
              width: 100%; }
          nav .list-links__item a:hover:after {
            width: 100%; }
        nav .list-links__item i {
          font-size: 18px; }
      nav .list-links .item-links {
        padding-left: 15px;
        padding-right: 15px; }
        nav .list-links .item-links a {
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 600; }
        nav .list-links .item-links:hover a {
          color: #14152D; }
        nav .list-links .item-links:hover a::before {
          width: 100%; }
        nav .list-links .item-links:hover a::after {
          width: 100%; }
      nav .list-links .item-links.active a {
        color: #ffffff; }
        nav .list-links .item-links.active a:before {
          width: 100%; }
        nav .list-links .item-links.active a:after {
          width: 100%; }
      nav .list-links .item-contact a {
        font-size: 14px; }
      nav .list-links .item-contact:first-child {
        padding-right: 20px; }
    nav .nav-content {
      display: block !important;
      height: 55px; }
      nav .nav-content__contacto {
        height: 35px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      nav .nav-content__list {
        height: 55px; }
  .navbar-expand-lg .navbar-collapse {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; } }

/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0; }

.navTrigger i {
  background-color: #000;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px; }

.nav-fix .list-links__item a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -2px;
  right: 0;
  background: #14152D;
  transition: all 0.5s ease-in-out;
  opacity: 0.8; }

.nav-fix .list-links .item-links.active a {
  color: gray; }

.nav-fix .list-links .item-links:hover a {
  color: #14152D; }

.navTrigger i:nth-child(1) {
  animation: outT 0.8s backwards;
  animation-direction: reverse; }

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  animation: outM 0.8s backwards;
  animation-direction: reverse; }

.navTrigger i:nth-child(3) {
  animation: outBtm 0.8s backwards;
  animation-direction: reverse; }

.navTrigger.active i:nth-child(1) {
  animation: inT 0.8s forwards; }

.navTrigger.active i:nth-child(2) {
  animation: inM 0.8s forwards; }

.navTrigger.active i:nth-child(3) {
  animation: inBtm 0.8s forwards; }

@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }

@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }

.nav-fix {
  position: fixed;
  background: #fff;
  height: 70px;
  box-shadow: 0px 3px 0px 0px rgba(224, 224, 224, 0.6);
  transition: all .75; }
  .nav-fix .item-links a {
    color: #14152D; }
  .nav-fix .logo-1 {
    display: block; }
  .nav-fix .logo-2 {
    display: none; }

nav .logo-1 {
  display: none; }

nav .logo-2 {
  display: block; }

.myH2 {
  text-align: center;
  font-size: 4rem; }

.myP {
  text-align: justify;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 20px; }

.navbar-collapse.collapse.show {
  display: -ms-flexbox;
  display: flex;
  background: white;
  height: calc(100vh - 55px);
  width: 100%;
  left: 0;
  position: absolute;
  top: 55px; }

@media all and (max-width: 700px) {
  .myP {
    padding: 2%; } }

.list-links__item.item-links.link-hover.reuniones-link.prueba {
  height: 230px !important; }

.list-links__item.item-links.link-hover.reuniones-link.prueba {
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (min-width: 1200px) {
  .list-links__item.item-links.link-hover.reuniones-link {
    height: 50px !important;
    -ms-flex-align: center;
    align-items: center; }
    .list-links__item.item-links.link-hover.reuniones-link .caja-oculta {
      top: 58px !important; } }

/******************  HOME ***********************/
.parallax.escuelas .image {
  background: url(../../../produccion/img/home/panoramica.png);
  background-size: cover; }

.anuncio-item {
  padding-top: 24px;
  padding-left: 24px; }
  .anuncio-item__titulo {
    margin-bottom: 4px; }
  .anuncio-item__precio .precio-sd {
    text-decoration: line-through;
    color: #c77373; }
  .anuncio-item .datos .telefono {
    font-weight: 600; }

.banner {
  height: calc(100vh - 70px);
  overflow: hidden; }
  .banner video {
    width: 100%; }
  .banner div {
    height: 100% !important; }
  .banner .img-banner {
    height: 100%;
    width: auto; }
  .banner .item-banner:after {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100vh;
    opacity: 0.45;
    background-image: linear-gradient(#14152D, #01988F);
    top: 0; }

.bienvenido {
  padding-top: 3% !important;
  position: relative; }
  .bienvenido__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: auto; }
    .bienvenido__box img {
      width: 100%; }
    .bienvenido__box iframe {
      border-radius: 20px;
      border: 2px solid #14152D;
      min-height: 300px; }

.pastores {
  padding: 0 16px;
  padding-bottom: 24px; }
  .pastores__socialMedia {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px; }
    .pastores__socialMedia span {
      position: relative;
      cursor: pointer; }
    .pastores__socialMedia img {
      width: 50px;
      margin-right: 12px; }

.discipulado-box .discipulado__box:hover img {
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transition: ease-in 1s; }

.discipulado-box .discipulado__box img {
  transition: ease-in 1s;
  border-radius: 8px;
  display: inline-block; }

.voluntariado-box {
  background-image: url(../../../produccion/img/home/fondo-seccion.jpg); }
  .voluntariado-box:after {
    background-image: linear-gradient(#14152D, #01988F);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0.7; }
  .voluntariado-box .header-section-v1 {
    margin: auto; }
    .voluntariado-box .header-section-v1__titulo p {
      /**/
      text-align: center;
      position: relative;
      font-size: 32px;
      color: white; }
    .voluntariado-box .header-section-v1__subtitulo p {
      /**/
      text-align: center;
      color: white; }
  .voluntariado-box .btn-personalizado {
    -ms-flex-pack: center;
    justify-content: center; }
  .voluntariado-box .img-principal {
    max-width: 350px;
    width: auto;
    height: 440px;
    border-radius: 15px;
    position: relative;
    z-index: 9;
    animation: crecer-image 1.5s alternate infinite ease-in; }

@keyframes crecer-image {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.009); }
  75% {
    transform: scale(1.01); }
  50% {
    transform: scale(1.015); }
  100% {
    transform: scale(1.02); }
  75% {
    transform: scale(1.015); }
  50% {
    transform: scale(1.01); }
  25% {
    transform: scale(1.009); }
  0% {
    transform: scale(1); } }
  .voluntariado-box .btn-personalizado button {
    background: #ffffff00;
    border: 1.5px solid #ffffff;
    color: #ffffff; }
  .voluntariado-box .header-section p {
    position: relative;
    z-index: 99;
    color: white; }
    .voluntariado-box .header-section p strong {
      color: white; }

.reuniones, .invitacion-box, .voluntariado-box, .discipulado-box {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1; }
  .reuniones:before, .invitacion-box:before, .voluntariado-box:before, .discipulado-box:before {
    content: '';
    width: 100%;
    height: 3px;
    background: radial-gradient(ellipse at center, #d1d1d1 0, rgba(239, 239, 239, 0) 66%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -1px;
    left: 0; }

.voluntariado {
  position: relative;
  z-index: 99; }
  .voluntariado .header-section p {
    color: white;
    opacity: 1;
    position: relative;
    z-index: 99; }
  .voluntariado .btn-personalizado button {
    height: 50px;
    margin: 0; }
  .voluntariado .voluntario-f1 {
    z-index: 1;
    position: absolute;
    top: 0;
    -ms-transform: translate(-40px, 40px);
    transform: translate(-40px, 40px);
    opacity: 0.2;
    max-width: 350px;
    width: 293px;
    height: 440px; }
    .voluntariado .voluntario-f1 img {
      max-width: 100%;
      height: 100%;
      border-radius: 15px; }
  .voluntariado .voluntario-f2 {
    z-index: 1;
    position: absolute;
    top: 0;
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
    opacity: 0.3;
    max-width: 350px;
    width: 293px;
    height: 440px; }
    .voluntariado .voluntario-f2 img {
      max-width: 100%;
      height: 100%;
      border-radius: 15px; }
  .voluntariado__box {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .voluntariado__box:hover .img-principal {
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      transition: ease-in .5s; }

.voluntariado, .discipulado {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  .voluntariado__header, .discipulado__header {
    width: 100%; }
  .voluntariado__box img, .discipulado__box img {
    max-width: 450px;
    width: 100%; }

.invitacion {
  background: white;
  position: relative;
  z-index: 99;
  border-radius: 28px;
  padding: 12px; }
  .invitacion iframe {
    border-radius: 0 28px 28px 0; }
  .invitacion__box {
    margin: auto; }
    .invitacion__box img {
      width: 100%; }

.reuniones__box .reuniones-border {
  padding: 12px;
  width: 80%;
  margin: auto; }

.reuniones__box .reuniones-item {
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  transition: ease-in .5s;
  border-radius: 20px 20px 0 0; }
  .reuniones__box .reuniones-item:hover {
    box-shadow: 0px 3px 9px #42a5f5bd;
    transition: ease-in .5s;
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  .reuniones__box .reuniones-item__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px 20px 0 0; }
    .reuniones__box .reuniones-item__img img {
      max-width: 100%;
      width: auto;
      height: 300px;
      border-radius: 20px 20px 0 0; }
  .reuniones__box .reuniones-item__titulo {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    /**/
    text-align: center;
    transition: ease-in .5s; }
  .reuniones__box .reuniones-item__descripcion {
    /**/
    text-align: center;
    padding-bottom: 12px; }
  .reuniones__box .reuniones-item__datos {
    transition: ease-in .5s;
    background-image: linear-gradient(#14152D, #01988F);
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px; }

.reuniones__box .reuniones-item:hover .reuniones-item__datos {
  background-color: #01988F;
  color: white;
  /**/
  text-align: center;
  transition: ease-in .5s; }

.reuniones__box .reuniones-item:hover .reuniones-item__titulo {
  color: white;
  transition: ease-in .5s; }

.voluntarios {
  position: relative; }
  .voluntarios:before {
    content: '';
    width: 100%;
    height: 3px;
    background: radial-gradient(ellipse at center, #d1d1d1 0, rgba(239, 239, 239, 0) 66%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -1px;
    left: 0; }
  .voluntarios__box {
    width: 90%;
    margin: auto; }
    .voluntarios__box .voluntarios-item {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 24px; }
      .voluntarios__box .voluntarios-item__img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .voluntarios__box .voluntarios-item__img:before {
          content: "";
          position: absolute;
          z-index: 9;
          width: 100%;
          height: 100%;
          opacity: 0.5;
          background-image: linear-gradient(#14152D, #01988F);
          border-radius: 20px;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
        .voluntarios__box .voluntarios-item__img img {
          width: auto;
          max-width: 100%;
          height: 300px; }
      .voluntarios__box .voluntarios-item__titulo {
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        /**/
        text-align: center;
        position: absolute;
        z-index: 9; }
      .voluntarios__box .voluntarios-item .linea-cuadro {
        width: 90%;
        position: absolute;
        height: 90%;
        border: 1px solid white;
        z-index: 9;
        opacity: 0; }
    .voluntarios__box a:hover .linea-cuadro {
      opacity: 1 !important;
      transition: all 1s; }
    .voluntarios__box a:hover .voluntarios-item__img:before {
      transition: 0.6s;
      background-image: transparent;
      opacity: 0.2; }

.contacto-home {
  background-image: url("../../../produccion/img/home/contacto_1.jpg");
  background-size: cover;
  width: 100%;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  line-height: 1; }
  .contacto-home .formulario {
    background: white;
    padding: 24px 16px;
    border-radius: 20px; }
  .contacto-home p {
    color: white; }
  .contacto-home .container {
    position: relative;
    z-index: 99;
    color: white; }
  .contacto-home:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(#14152D, #01988F);
    left: 0;
    top: 0; }

.contacto .btn-contacto {
  background: #01988F;
  color: white;
  height: 50px;
  border-radius: 25px;
  display: inline-block;
  width: 230px;
  font-size: 18px;
  line-height: 50px;
  padding: 0; }

.contacto input {
  height: 50px;
  border-radius: 25px;
  font-size: 16px; }

.footer {
  background: #fff; }
  .footer__superior {
    padding: 0% 24px; }
    .footer__superior .footer-item {
      padding-bottom: 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      .footer__superior .footer-item .logo {
        background-image: linear-gradient(#14152D, #01988F);
        width: 65px;
        height: 65px;
        border-radius: 50%;
        padding: 16px; }
        .footer__superior .footer-item .logo img {
          width: 100%; }
      .footer__superior .footer-item p.titulo {
        font-size: 18px; }
      .footer__superior .footer-item li {
        /**/
        text-align: center; }
    .footer__superior .item-contacto {
      padding-bottom: 0; }
  .footer__inferior {
    border-top: 1px solid gray;
    padding: 12px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer__inferior .redes {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .footer__inferior .redes img {
        max-width: 30px;
        margin-left: 12px;
        cursor: pointer; }
  .footer P {
    color: #14152D; }
  .footer a {
    color: #14152D; }

@media (min-width: 768px) {
  .bienvenido__box iframe {
    height: 420px;
    width: 100%;
    max-width: 600px; }
  .invitacion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .invitacion__header {
      width: 70%;
      padding-right: 24px; }
    .invitacion__box {
      width: 30%; }
  .reuniones__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .reuniones__box .reuniones-border {
      padding: 12px;
      width: 50%; }
  .voluntarios__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .voluntarios__box a {
      width: 50%;
      display: inline-block; }
  .footer__superior {
    display: -ms-flexbox;
    display: flex; }
    .footer__superior .footer-item {
      width: 25%;
      padding-left: 12px; } }

@media (min-width: 992px) {
  .voluntariado, .discipulado {
    -ms-flex-direction: row;
    flex-direction: row; }
  .banner {
    overflow: hidden; }
  .invitacion {
    padding: 0px; }
    .invitacion__box img {
      width: auto;
      height: 480px; }
  .voluntariado__header, .discipulado__header {
    width: 50%; }
  .voluntarios__box {
    width: 100%; } }

@media (min-width: 1200px) {
  .banner {
    overflow: hidden; }
  .invitacion__header {
    width: 50%; }
  .invitacion__box {
    width: 50%; }
  .reuniones__box .reuniones-border {
    padding: 12px;
    width: 25%; }
  .reuniones__box .reuniones-item__img img {
    width: 100%;
    height: auto; }
  .voluntarios__box a {
    width: 25%;
    padding: 12px;
    display: inline-block; }
  .voluntarios__box .voluntarios-item__img img {
    width: 100%;
    height: auto; }
  .footer {
    padding: 0 10%;
    padding-top: 24px; }
    .footer__superior {
      padding: 2% 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start; }
      .footer__superior .footer-item {
        width: 25%;
        padding-left: 12px; }
    .footer__inferior {
      border-top: 1px solid #3c3c3c; } }

.banner-interno {
  height: 240px;
  width: 100%;
  background-image: url(../../img/banner-interno.png);
  background-size: cover;
  background-position-y: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  position: relative; }
  .banner-interno:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(#14152D, #01988F);
    left: 0;
    top: 0; }
  .banner-interno h1 {
    position: relative;
    z-index: 9; }

.nuestra-iglesia {
  font-size: 16px; }
  .nuestra-iglesia .nuestra-historia--descripcion {
    text-align: justify; }
  .nuestra-iglesia .documental p {
    color: #ffffff; }
  .nuestra-iglesia .documental .header-section {
    position: relative;
    z-index: 9; }
  .nuestra-iglesia .parallax.documental {
    height: 500px; }
    .nuestra-iglesia .parallax.documental .video {
      position: relative;
      z-index: 9; }
  .nuestra-iglesia .valores {
    background: #f2f3f8; }
    .nuestra-iglesia .valores__box {
      padding: 0; }
    .nuestra-iglesia .valores--item {
      display: -ms-flexbox;
      display: flex;
      margin-top: 24px;
      box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      border-radius: 9px;
      height: 100px;
      -ms-flex-align: center;
      align-items: center; }
      .nuestra-iglesia .valores--item p {
        width: 50%;
        display: inline-block; }
        .nuestra-iglesia .valores--item p:nth-child(1) {
          color: #777777;
          padding-left: 2rem;
          font-weight: 700; }
  .nuestra-iglesia .vision {
    margin-bottom: 48px; }
    .nuestra-iglesia .vision .panel {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
    .nuestra-iglesia .vision .panel-img {
      height: 350px;
      background: url(./../../../produccion/img/nuestraIglesia/vision.jpg);
      background-position: center; }
    .nuestra-iglesia .vision h3 {
      /**/
      text-align: center;
      color: #14152D; }
    .nuestra-iglesia .vision button {
      width: 70%;
      margin-top: 24px;
      min-height: 50px;
      background: white;
      border: 1.5px solid #01988F;
      border-radius: 40px;
      color: #01988F;
      box-shadow: -3px 4px 12px -1px #ccc;
      font-size: 20px;
      transition: all .5s; }
      .nuestra-iglesia .vision button:hover {
        transition: all .5s;
        background: #01988F;
        border: none;
        border-radius: 40px;
        color: white; }
  .nuestra-iglesia .discipulado-box .discipulado {
    -ms-flex-align: start;
    align-items: flex-start; }
    .nuestra-iglesia .discipulado-box .discipulado__box {
      width: 40%;
      padding: 0 15px; }
    .nuestra-iglesia .discipulado-box .discipulado .header-section {
      margin: 0; }
      .nuestra-iglesia .discipulado-box .discipulado .header-section__subtitulo p {
        text-align: left; }
    .nuestra-iglesia .discipulado-box .discipulado__box:hover img {
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      transition: ease-in .75s;
      box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19); }
    .nuestra-iglesia .discipulado-box .discipulado__box img {
      transition: ease-in 1s;
      border-radius: 8px;
      display: inline-block;
      width: 100%; }
  .nuestra-iglesia .palabra-box {
    position: relative; }
    .nuestra-iglesia .palabra-box:before {
      content: '';
      width: 100%;
      height: 3px;
      background: radial-gradient(ellipse at center, #d1d1d1 0, rgba(239, 239, 239, 0) 66%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      top: -1px;
      left: 0; }
  .nuestra-iglesia .historiaMinisterial-box {
    padding: 24px 32px;
    position: relative; }
    .nuestra-iglesia .historiaMinisterial-box:before {
      content: '';
      width: 100%;
      height: 3px;
      background: radial-gradient(ellipse at center, #d1d1d1 0, rgba(239, 239, 239, 0) 66%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      top: -1px;
      left: 0; }
    .nuestra-iglesia .historiaMinisterial-box .historiaMinisterial {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .nuestra-iglesia .historiaMinisterial-box .historiaMinisterial__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .nuestra-iglesia .historiaMinisterial-box .historiaMinisterial__box img {
          max-width: 450px; }
    .nuestra-iglesia .historiaMinisterial-box .header-section__titulo p {
      text-align: left;
      font-size: 28px; }
    .nuestra-iglesia .historiaMinisterial-box .header-section__subtitulo p {
      text-align: left; }
    .nuestra-iglesia .historiaMinisterial-box .header-section__subtitulo img {
      width: 18px; }
  .nuestra-iglesia .detalle-iglesia {
    position: relative;
    background-image: url(../../../produccion/img/home/fondo-seccion.jpg); }
    .nuestra-iglesia .detalle-iglesia:before {
      content: "";
      position: absolute;
      z-index: 9;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      background-image: linear-gradient(#14152D, #01988F);
      left: 0;
      top: 0; }
    .nuestra-iglesia .detalle-iglesia__box {
      padding: 0;
      padding: 30px 16px;
      max-width: 1140px;
      margin: auto; }
    .nuestra-iglesia .detalle-iglesia--item {
      display: -ms-flexbox;
      display: flex;
      margin-top: 24px;
      box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      border-radius: 9px;
      padding: 36px 0;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      background: white;
      z-index: 9; }
      .nuestra-iglesia .detalle-iglesia--item .titulo {
        font-size: 20px;
        text-align: left; }
      .nuestra-iglesia .detalle-iglesia--item .descripcion {
        text-align: justify;
        font-size: 15px; }
      .nuestra-iglesia .detalle-iglesia--item img {
        width: 18px; }
      .nuestra-iglesia .detalle-iglesia--item p {
        width: 100%;
        padding: 0 12px;
        display: inline-block; }
        .nuestra-iglesia .detalle-iglesia--item p:nth-child(1) {
          color: #777777;
          font-weight: 700; }

.creemos h3 {
  color: #14152D;
  /**/
  text-align: center;
  margin-top: 36px;
  font-weight: 600; }

.creemos .subtitulo {
  font-size: 16px;
  color: #14152D;
  font-weight: 600; }

.creemos .parrafo {
  color: #14152D;
  font-size: 14px; }

.discipulado_nosotros {
  padding: 32px  32px 0 32px; }

@media (min-width: 992px) {
  .nuestra-iglesia .historiaMinisterial-box {
    padding: 30px 16px;
    max-width: 1140px;
    margin: auto; }
    .nuestra-iglesia .historiaMinisterial-box .historiaMinisterial {
      -ms-flex-direction: row;
      flex-direction: row; }
  .nuestra-iglesia .detalle-iglesia--item p {
    width: 92%; }
  .discipulado__header {
    width: 60%; }
  .nuestra-iglesia .discipulado-box .discipulado .header-section__subtitulo p {
    text-align: justify;
    padding: 0 24px; } }

@media (min-width: 1024px) {
  .nuestra-iglesia {
    font-size: 18px; }
    .nuestra-iglesia .parallax .video iframe {
      width: 50%; }
    .nuestra-iglesia .valores__box {
      padding: 0 2rem; }
  .creemos {
    padding: 0 48px; }
    .creemos h3 {
      color: #14152D;
      /**/
      text-align: center;
      margin-top: 36px;
      font-size: 36px; }
    .creemos .subtitulo {
      font-size: 16px;
      color: #14152D; }
    .creemos .parrafo {
      color: #14152D;
      font-size: 16px; }
  .nuestra-iglesia .palabra-box {
    padding: 0; } }

.escuelas_p1 .escuelas-s2 {
  background: #f2f3f8; }

.escuelas_p1 .nav-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .escuelas_p1 .nav-horizontal li {
    width: 125px; }
    .escuelas_p1 .nav-horizontal li a {
      /**/
      text-align: center; }

.escuelas_p1 li a {
  padding-left: 12px; }

.escuelas_p1 .nav-link.active, .escuelas_p1 .show > .nav-link {
  background: #ffce37;
  border-radius: 4px;
  padding: 12px 40px; }

.escuelas_p1 .nav-vertical a {
  border-radius: 4px;
  padding: 12px 40px; }

.escuelas_p2 .escuelas-s1 {
  padding-left: 14px;
  padding-right: 14px; }
  .escuelas_p2 .escuelas-s1 h2 {
    font-size: 22px;
    color: #14152D; }
  .escuelas_p2 .escuelas-s1 h3 {
    font-size: 18px;
    color: #14152D; }
  .escuelas_p2 .escuelas-s1 h4 {
    font-size: 15px;
    color: #14152D; }
  .escuelas_p2 .escuelas-s1 ul li {
    color: #14152D;
    padding-left: 12px; }

.escuelas_p2 .comillas {
  display: -ms-flexbox;
  display: flex; }
  .escuelas_p2 .comillas svg {
    width: 40px;
    margin-right: 12px; }

.escuelas_p2 .pastor .panel-img {
  padding: 5px;
  border-radius: 4px; }
  .escuelas_p2 .pastor .panel-img img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
    transition: all .75s; }

.escuelas_p2 .pastor:hover .panel-img {
  transition: all .75s;
  border-radius: 4px; }
  .escuelas_p2 .pastor:hover .panel-img img {
    border-radius: 4px;
    box-shadow: none;
    transition: all .75s; }

.escuelas_p2 .pastor .panel-descripcion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  .escuelas_p2 .pastor .panel-descripcion button {
    height: 50px;
    background-image: linear-gradient(#14152D, #01988F);
    padding: 0 10px;
    border-radius: 25px;
    border: none;
    color: white;
    margin: 24px 0; }
    .escuelas_p2 .pastor .panel-descripcion button:hover {
      transition: all .5s;
      box-shadow: -3px 4px 12px -1px #ccc;
      background: #ffffff6e;
      color: #01988F;
      border: 1px solid #01988F; }
  .escuelas_p2 .pastor .panel-descripcion p {
    margin: 0;
    /**/
    text-align: center; }

.escuelas_p2 .pastor .redes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .escuelas_p2 .pastor .redes span {
    margin: 8px; }
  .escuelas_p2 .pastor .redes img {
    width: 30px; }

.escuelas_p2 .sermones__box .sermones-border {
  padding: 12px;
  width: 100%; }

.escuelas_p2 .sermones__box .sermones-item {
  box-shadow: 0 18px 39px -13px #babbbf;
  transition: ease-in .5s; }
  .escuelas_p2 .sermones__box .sermones-item:hover {
    transition: ease-in .5s; }
  .escuelas_p2 .sermones__box .sermones-item__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .escuelas_p2 .sermones__box .sermones-item__img img {
      width: auto;
      height: 300px; }
  .escuelas_p2 .sermones__box .sermones-item__titulo {
    font-size: 24px;
    color: #14152D;
    font-weight: 600;
    text-transform: uppercase;
    /**/
    text-align: center;
    transition: ease-in .5s; }
  .escuelas_p2 .sermones__box .sermones-item__descripcion {
    /**/
    text-align: center;
    padding-bottom: 12px; }
  .escuelas_p2 .sermones__box .sermones-item__datos {
    transition: ease-in .5s;
    background: #fff;
    color: #14152D; }

.escuelas_p2 .sermones__box .sermones-item:hover .sermones-item__datos {
  background-color: #01988F;
  color: white;
  /**/
  text-align: center;
  transition: ease-in .5s; }

.escuelas_p2 .sermones__box .sermones-item:hover .sermones-item__titulo {
  color: white;
  transition: ease-in .5s; }

.escuelas_p2 .item {
  padding-left: 8px; }
  .escuelas_p2 .item img {
    width: 18px; }

.escuelas_p2 .item-detalle {
  padding-left: 28px; }
  .escuelas_p2 .item-detalle img {
    width: 18px; }

.escuelas_p2 .nav-pills .nav-link.active, .escuelas_p2 .nav-pills .show > .nav-link {
  border: 1px solid #01988F;
  background: #01988F;
  color: #fff;
  font-weight: 600; }

.escuelas_p2 .nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #01988F;
  margin: 2px;
  color: #01988F; }

@media (min-width: 768px) {
  .escuelas_p2 .sermones__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .escuelas_p2 .sermones__box .sermones-border {
      padding: 12px;
      width: 50%; } }

@media (min-width: 1200px) {
  .escuelas_p2 .escuelas-s1 {
    padding-left: 0;
    padding-right: 0; }
  .escuelas_p2 .sermones__box .sermones-border {
    padding: 12px;
    width: 33.3%; }
  .escuelas_p2 .sermones__box .sermones-item__img img {
    width: 100%;
    height: auto; } }

.nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #c4ccd3;
  margin: 2px; }

.reuniones_p1 .reuniones-s1__item {
  margin-bottom: 48px; }
  .reuniones_p1 .reuniones-s1__item img {
    width: 100%; }

.reuniones_p1 .reuniones-s1 .box-buscar input {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 13px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: none; }

.reuniones_p1 .reuniones-s1 .box-galeria {
  margin-top: 24px; }

.reuniones_p1 .reuniones-s1 .box-archivo {
  margin-top: 24px; }
  .reuniones_p1 .reuniones-s1 .box-archivo ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .reuniones_p1 .reuniones-s1 .box-archivo li {
    display: inline-block;
    width: 50%; }
    .reuniones_p1 .reuniones-s1 .box-archivo li i {
      display: inline-block;
      padding-right: 8px;
      color: #838383; }
    .reuniones_p1 .reuniones-s1 .box-archivo li a {
      color: #ffce37; }

.reuniones_p1 .reuniones-s1 .box-noticias__item h4 {
  color: #ffce37;
  font-size: 1.2rem;
  font-weight: 400; }

.reuniones_p1 .reuniones-s1 .box-noticias__item i {
  display: inline-block;
  padding-right: 8px;
  color: #838383; }

.reuniones_p1 .box-descripcion {
  margin-top: 24px; }
  .reuniones_p1 .box-descripcion .titulo {
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    font-size: 24px;
    color: #14152D; }
  .reuniones_p1 .box-descripcion .fecha {
    font-weight: 400;
    line-height: 1.71429;
    letter-spacing: 0.02em;
    color: #14152D; }
  .reuniones_p1 .box-descripcion .parrafo {
    font-weight: 400;
    line-height: 1.71429;
    letter-spacing: 0.02em;
    color: #9b9b9b;
    font-size: 14px; }
  .reuniones_p1 .box-descripcion ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 50px; }
    .reuniones_p1 .box-descripcion ul li a {
      padding: 4px 16px;
      border: 1px solid #14152D;
      margin: 0 12px;
      border-radius: 8px;
      color: #14152D;
      transition: all .5s; }
      .reuniones_p1 .box-descripcion ul li a:hover {
        transition: all .5s;
        background: #ffce37;
        color: #ffffff;
        border: 1px solid #ffce37; }

.reuniones_p2 .sedes h3 {
  color: #14152D; }

.reuniones_p2 .horario {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #E4E4E4;
  margin-bottom: 12px;
  margin-top: 12px; }
  .reuniones_p2 .horario .dia {
    display: inline-block;
    width: 40%; }
  .reuniones_p2 .horario .hora {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }

.v2-reuniones .reunion {
  padding-top: 48px;
  padding-bottom: 48px; }
  .v2-reuniones .reunion:hover .panel-img img {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    box-shadow: none;
    transition: all .75s; }
  .v2-reuniones .reunion .header-section {
    position: relative;
    margin-top: 32px;
    width: 100%; }
    .v2-reuniones .reunion .header-section::after {
      position: absolute;
      content: "";
      height: 50px;
      width: 3px;
      background: #01988F;
      left: 0;
      top: 0; }
    .v2-reuniones .reunion .header-section p {
      padding-left: 12px;
      text-align: left; }
  .v2-reuniones .reunion .btn-personalizado {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .v2-reuniones .reunion .reunion-desc {
    text-align: justify; }
  .v2-reuniones .reunion .escuelas-s1 h2 {
    font-size: 22px;
    color: #14152D; }
  .v2-reuniones .reunion .escuelas-s1 h3 {
    font-size: 18px;
    color: #14152D; }
  .v2-reuniones .reunion .escuelas-s1 h4 {
    font-size: 15px;
    color: #14152D; }
  .v2-reuniones .reunion .escuelas-s1 ul li {
    color: #14152D;
    padding-left: 12px; }
  .v2-reuniones .reunion .comillas {
    display: -ms-flexbox;
    display: flex; }
    .v2-reuniones .reunion .comillas svg {
      width: 40px;
      margin-right: 12px; }
  .v2-reuniones .reunion .panel-descripcion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .v2-reuniones .reunion .panel-descripcion button {
      height: 50px;
      background: #01988F;
      padding: 0 10px;
      border-radius: 25px;
      border: none;
      color: white;
      margin: 24px 0; }
    .v2-reuniones .reunion .panel-descripcion p {
      margin: 0;
      text-align: left; }
  .v2-reuniones .reunion .redes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .v2-reuniones .reunion .redes span {
      margin: 8px; }
    .v2-reuniones .reunion .redes img {
      width: 30px; }
  .v2-reuniones .reunion .pastor .panel-img {
    position: relative;
    transition: all .75s;
    border-radius: 0 20px  20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .v2-reuniones .reunion .pastor .panel-img img {
      max-height: 440px;
      width: auto;
      transition: all .75s;
      border-radius: 0 20px 20px 0;
      margin: auto;
      padding-top: 24px; }
  .v2-reuniones .reunion .sermones__box .sermones-border {
    padding: 12px;
    width: 100%; }
  .v2-reuniones .reunion .sermones__box .sermones-item {
    box-shadow: 0 18px 39px -13px #babbbf;
    transition: ease-in .5s; }
    .v2-reuniones .reunion .sermones__box .sermones-item:hover {
      transition: ease-in .5s; }
    .v2-reuniones .reunion .sermones__box .sermones-item__img {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      .v2-reuniones .reunion .sermones__box .sermones-item__img img {
        width: auto;
        height: 300px; }
    .v2-reuniones .reunion .sermones__box .sermones-item__titulo {
      font-size: 24px;
      color: #14152D;
      font-weight: 600;
      text-transform: uppercase;
      /**/
      text-align: center;
      transition: ease-in .5s; }
    .v2-reuniones .reunion .sermones__box .sermones-item__descripcion {
      /**/
      text-align: center;
      padding-bottom: 12px; }
    .v2-reuniones .reunion .sermones__box .sermones-item__datos {
      transition: ease-in .5s;
      background: #fff;
      color: #14152D; }
  .v2-reuniones .reunion .sermones__box .sermones-item:hover .sermones-item__datos {
    background-color: #01988F;
    color: white;
    /**/
    text-align: center;
    transition: ease-in .5s; }
  .v2-reuniones .reunion .sermones__box .sermones-item:hover .sermones-item__titulo {
    color: white;
    transition: ease-in .5s; }

.horarios {
  position: relative;
  padding-top: 48px; }
  .horarios:before {
    content: '';
    width: 100%;
    height: 3px;
    background: radial-gradient(ellipse at center, #d1d1d1 0, rgba(239, 239, 239, 0) 66%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -1px;
    left: 0; }
  .horarios__item {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    bottom: 0;
    transition: all .75s;
    background: white;
    padding: 20px;
    border-radius: 8px; }
    .horarios__item:hover {
      bottom: 7px;
      text-decoration: none;
      box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
      transition: all .75s; }

.voluntarios .significado {
  padding: 48px 0; }

.voluntarios .funciones {
  padding: 48px 0; }
  .voluntarios .funciones .detalle {
    border-top: 2px solid #14152D;
    padding-top: 24px; }
  .voluntarios .funciones--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .voluntarios .funciones--item img {
      max-width: 100%;
      height: 44px; }
  .voluntarios .funciones .header-section {
    padding-bottom: 24px; }

.voluntarios .informacion--img {
  height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px; }
  .voluntarios .informacion--img img {
    max-width: 100%;
    height: 100%; }

.voluntarios .informacion--detalle .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }
  .voluntarios .informacion--detalle .item .box-img img {
    width: 50px; }

.voluntarios .informacion--detalle .box-descripcion p:nth-child(1) {
  color: #ffce37;
  font-size: 15px; }

.voluntarios_p2 .oportunidades {
  padding: 48px 0; }
  .voluntarios_p2 .oportunidades--titulo {
    font-size: 18px;
    color: #14152D;
    padding: 24px 0 0; }
  .voluntarios_p2 .oportunidades--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 2px solid #14152D;
    padding-top: 24px; }
    .voluntarios_p2 .oportunidades--item .titulo {
      color: #14152D;
      font-size: 22px; }
    .voluntarios_p2 .oportunidades--item .subtitulo {
      color: #14152D;
      font-size: 16px; }
    .voluntarios_p2 .oportunidades--item .descripcion {
      color: #14152D;
      font-size: 14px;
      padding-bottom: 24px; }

.voluntarios_p2 .suscripcion {
  background: #5A748C;
  padding: 12px; }
  .voluntarios_p2 .suscripcion--item {
    display: -ms-flexbox;
    display: flex;
    border: 2px dashed #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .voluntarios_p2 .suscripcion img {
    max-height: 200px;
    margin: 48px 0; }
  .voluntarios_p2 .suscripcion .descripcion {
    padding: 12px;
    color: white;
    /**/
    text-align: center; }
    .voluntarios_p2 .suscripcion .descripcion p {
      font-size: 14px; }
    .voluntarios_p2 .suscripcion .descripcion p:nth-child(1) {
      font-size: 18px;
      font-style: italic; }

.voluntarios_p2 .form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #445E72;
  padding: 12px; }
  .voluntarios_p2 .form--input {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px; }
  .voluntarios_p2 .form input {
    width: 70%;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    border: none; }

@media (min-width: 1024px) {
  .voluntarios .funciones .header-section {
    width: 75%; }
  .voluntarios .significado .header-section {
    width: 90%; } }

.post-event {
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 8px; }
  .post-event .object-inline {
    line-height: 13px; }
  .post-event a {
    color: #ffffff !important;
    height: 100%;
    width: 100%;
    display: inline-block; }
  .post-event__time {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    min-height: 100%;
    width: 100px;
    z-index: 2; }
    .post-event__time--shape {
      position: absolute;
      bottom: 0; }
    .post-event__time span {
      position: relative;
      font-size: 32px; }
  .post-event__img {
    position: relative; }
    .post-event__img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background: #20202099;
      transition: .4s all ease; }
    .post-event__img img {
      width: 100%; }
  .post-event:hover .post-event__inner p {
    color: white; }
  .post-event:hover .post-event__inner span {
    color: #14152D; }
  .post-event:hover .post-event__subtitle span {
    color: white; }
  .post-event__inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 90px; }
    .post-event__inner .fecha {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 90px;
      line-height: 1;
      color: #fff; }
    .post-event__inner:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 90px;
      max-width: 100%;
      background: #000;
      transition: .4s all ease;
      width: 101%; }
  .post-event__body {
    z-index: 2; }
    .post-event__body .list span {
      font-size: 13px; }
  .post-event__title {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: white; }

.conectarse button {
  width: 300px;
  margin-top: 24px;
  min-height: 50px;
  background: #01988F;
  border: 1.5px solid #01988F;
  border-radius: 40px;
  color: #ffffff;
  box-shadow: none;
  font-size: 20px;
  margin: auto;
  transition: all .5s; }
  .conectarse button:hover {
    transition: all .5s;
    box-shadow: -3px 4px 12px -1px #ccc; }

.post-event:hover .post-event__inner:after {
  width: 101%; }

.post-event:hover .post-event__inner:after {
  width: 101%; }

.galeria_1 {
  -ms-flex-pack: center;
  justify-content: center; }
  .galeria_1 li {
    padding: 16px; }
    .galeria_1 li img {
      width: 100%; }

.boxgaleria .galeriaindividual {
  display: inline-block;
  width: 100%; }

#lightgallery2 .item-article {
  padding: 0 16px; }

.conectarse .image {
  background-image: url(../../../produccion/img/home/fondo-seccion.jpg); }
  .conectarse .image::before {
    background-image: linear-gradient(#14152D, #01988F);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0.7; }

@media (min-width: 992px) {
  .boxgaleria .galeriaindividual {
    width: 49%; } }

@media (min-width: 1024px) {
  .post-event {
    height: 290px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px; }
    .post-event a {
      color: #ffffff; }
    .post-event__time {
      display: block;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-height: 100%;
      min-height: 100%;
      width: 90px;
      z-index: 2;
      fill: #fff; }
      .post-event__time--shape {
        position: absolute;
        bottom: 0; }
      .post-event__time span {
        position: relative;
        font-size: 32px; }
    .post-event__img {
      position: relative; }
      .post-event__img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #20202099;
        transition: .4s all ease; }
      .post-event__img img {
        width: 100%; }
    .post-event__inner {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      height: 90px; }
      .post-event__inner .fecha {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 90px;
        line-height: 1;
        color: #01988F; }
      .post-event__inner:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 90px;
        max-width: 100%;
        background: linear-gradient(#14152D, #01988F);
        transition: .4s all ease;
        width: 0%;
        color: white; }
    .post-event__body {
      z-index: 2;
      padding-left: 10px; }
    .post-event__title {
      font-size: 24px;
      font-weight: 600;
      color: white;
      margin-top: 4px; } }

.ofrenda .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.formas {
  padding: 24px 0; }
  .formas button {
    width: 100%;
    margin-top: 24px;
    height: 50px;
    background: white;
    border: 1.5px solid #01988F;
    border-radius: 40px;
    color: #01988F;
    box-shadow: -3px 4px 12px -1px #ccc;
    font-size: 20px;
    transition: all .5s; }
    .formas button:hover {
      transition: all .5s;
      background: #01988F;
      border: none;
      border-radius: 40px;
      color: white; }

.formas-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .formas-item__descripcion {
    padding-left: 14px; }
    .formas-item__descripcion .titulo {
      color: #000;
      font-size: 24px; }
  .formas-item__icono {
    background-image: linear-gradient(#14152D, #01988F);
    padding: 14px;
    border-radius: 50%;
    position: relative; }
    .formas-item__icono:after {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      padding: 5px;
      pointer-events: none;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      box-sizing: content-box;
      box-shadow: 0 0 0 3px #01988F;
      transition: transform .3s, opacity .3s;
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0; }
  .formas-item:hover .formas-item__icono:after {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.formulario {
  background: white;
  padding: 32px 16px;
  border-radius: 16px;
  margin: auto;
  max-width: 400px;
  margin-top: 24px; }

.titulo_cuenta {
  color: #000;
  font-size: 16px; }
