* {
  margin: 0px;
  font-size: 0.97em;
  font-family: Montserrat;
}

html {
  scroll-behavior: smooth;
}

.turquoise {
  color: #287472;
}

.movil {
  display: block;
}

.desktop {
  display: none;
}

#app {
  background: #f3f1f2;
}

.error {
  font-size: 0.8em;
  color: #e85c41;
  margin-top: 0em;
  margin-bottom: 1em;
  text-align: left;
  display: none;
}

.success {
  color: #4BB543 !important;
}

.p-sticky {
  position: sticky;
  top: -0.5em;
}

.logo-container {
  background: #287472;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-container .logo-head {
  width: 10em;
  padding: 2em;
}
.logo-container .line-head {
  width: 92%;
}

nav {
  font-weight: 700;
  font-size: 1em;
  z-index: 9;
  top: 0;
  display: inline-block;
  padding: 1em;
  display: block;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #287472;
}
nav .nav_mobile {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .menu_show_movil {
  padding: 3em 2em;
  top: 0;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #287472;
  left: -150%;
  transition: all 0.5s;
}
nav .menu_show_movil .close-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -1em;
}
nav .menu_show_movil .close-container img#close {
  margin-right: 4em;
}
nav .menu_option {
  padding: 0.5em 0em;
}
nav .menu_option a {
  color: #f4c6af;
  text-decoration: none;
}
nav .menu_option a:hover {
  color: rgb(255, 255, 255);
}
nav .menu_option span.es {
  color: #f4c6af;
}
nav div.show {
  left: 0;
}
nav .logo {
  width: 2em;
  vertical-align: middle;
  text-align: right;
}

/**************
MODAL IMAGE
**************/
.modal-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal-image .modal-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-image .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  cursor: pointer;
}
.modal-image .modal-close img {
  width: 1.5em;
}
.modal-image .modal-container {
  position: relative;
  width: 90%;
  overflow: hidden;
  z-index: 10;
}
.modal-image .modal-container .modal-content {
  max-height: 80vh;
  overflow: auto;
}
.modal-image .modal-container .modal-content img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .modal-image .modal-container {
    width: 50%;
  }
}
.modal-image.active {
  display: flex;
}

.section-I {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  text-align: justify;
  color: #3b3b3b;
}
.section-I h4 {
  font-weight: 600;
  line-height: 1.6;
}
.section-I img {
  width: 100%;
}
.section-I .btn-div {
  padding: 5em 0em;
  background-image: url("../assets/background/about us background decal.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pastors-container {
  padding: 2em;
  color: #3b3b3b;
}
.pastors-container .pastors-title {
  width: 100%;
  margin-top: 2em;
}
.pastors-container .flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  align-items: center;
}
.pastors-container .flex img {
  width: 13em;
}
.pastors-container .flex h4 {
  font-weight: 600;
  line-height: 1.6;
  text-align: justify;
}

.btn {
  background: #f4c6af;
  padding: 0.8em 1em;
  font-size: 1em;
  font-weight: 900;
  margin: auto;
  cursor: pointer;
  text-align: center;
}
.btn a {
  text-decoration: none;
  color: #287472;
}
.btn:hover {
  background: #e4b8a3;
}

.resources-container {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
}
.resources-container .title {
  background-image: url("../assets/background/empowering resources eng.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2em 0em;
  height: 0.99em;
}
.resources-container .flex-resources {
  text-align: center;
  align-items: flex-end;
}
.resources-container .flex-resources img {
  width: 50%;
  margin: 1em;
}
.resources-container .line {
  background-image: url("../assets/background/pink line.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1em 0em;
  height: 0.1em;
}

.register-container {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0em;
}
.register-container .img-line {
  width: 100%;
}
.register-container .flex {
  display: flex;
  flex-direction: column;
  padding: 0em 4em;
  flex-wrap: wrap;
}
.register-container .flex .column {
  display: flex;
  flex-direction: column;
}
.register-container .flex .input {
  padding: 0.7em 2em;
  text-align: center;
  border: 0.1em solid #626162;
  font-weight: 500;
  margin: 0.5em 0em;
  background: #f3f1f2;
  font-size: 1em;
}
.register-container .flex .input:focus {
  outline: none;
  border: 0.1em solid #626162;
}
.register-container .flex .btn-fs-small {
  font-size: 1em !important;
  padding: 0.78em 2em;
  text-align: center;
  margin: 0.5em 0em 0em 0em;
  border: none;
  color: #287472;
  height: 2.7em;
}
.register-container .follow-us {
  text-align: center;
  color: #3e3e3e;
}
.register-container .follow-us .title {
  color: #287472;
  font-size: 1.4em;
  font-family: math;
  font-weight: 200;
  margin-top: 2em;
  margin-bottom: 1em;
}
.register-container .follow-us .flex {
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0em 2.5em;
  justify-content: space-between;
}
.register-container .follow-us .flex img {
  width: 2.5em;
}
.register-container .follow-us .social-icons {
  margin-bottom: 2em;
}
.register-container .follow-us .last-text {
  margin-bottom: 2em;
}
.register-container .follow-us .last-text .spacing {
  margin: auto;
}
.register-container .sub-title {
  text-align: center;
  padding: 2em;
  font-family: math;
  font-size: 1.5em;
  font-weight: 200;
  color: #474747;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .logo-container .logo-head {
    width: 10em;
    padding: 4em;
  }
  .section-I {
    padding: 2em 4em 0em 4em;
  }
  .section-I img {
    width: 100%;
  }
  .section-I .right {
    margin: auto;
  }
  .section-I .right img {
    width: 80%;
    margin: auto;
    display: flex;
  }
  .section-I .right h4 {
    font-size: 1.1em;
  }
  .btn {
    font-size: 1.4em !important;
    padding: 0.7em 2em;
  }
  .pastors-container {
    padding: 4em;
  }
  .resources-container {
    padding: 0em 4em 4em 4em;
  }
  .resources-container .title {
    margin: 2em 0em;
    height: 1.7em;
  }
  .resources-container .flex-resources {
    display: flex;
    justify-content: center;
    height: 10em;
  }
  .resources-container .flex-resources a {
    width: 17.5em;
    margin: 0em;
  }
  .resources-container .flex-resources a:nth-child(3) {
    width: 13em;
  }
  .resources-container .flex-resources a img {
    width: 75%;
    margin: 1em;
  }
  .register-container .follow-us .title {
    font-size: 1.8em;
  }
  .register-container .follow-us .flex {
    justify-content: center;
  }
  .register-container .follow-us .flex a {
    margin: 0em 1.5em;
  }
  .register-container .follow-us .flex img {
    width: 2.6em;
  }
  .register-container .follow-us .last-text {
    margin: 4em;
  }
  .register-container .follow-us .last-text .spacing {
    margin: 0em 1em;
    font-size: 1em;
    font-weight: 600;
  }
  .register-container .follow-us .logo {
    width: 2.5em;
    margin: 0em 0em 4em 0em;
  }
  .register-container .sub-title {
    padding: 1em 4em;
    font-size: 1.8em;
  }
}
@media (min-width: 993px) {
  .movil {
    display: none !important;
  }
  .desktop {
    display: block;
  }
  .modal .modal-container {
    width: 35%;
  }
  .logo-container .logo-head {
    width: 14em;
    padding: 4em;
  }
  .logo-container .line-head {
    width: 85%;
  }
  nav {
    font-size: 1.1em;
    padding: 2em 3em;
    font-weight: 600;
    box-sizing: border-box;
  }
  nav .menu_option {
    padding: auto !important;
  }
  nav #icon {
    display: none;
  }
  nav .menu_show_movil {
    background: transparent;
    text-transform: uppercase;
    display: flex;
    transition: all 0.5s;
    height: auto;
    width: auto;
    padding: 0em;
    left: auto;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  nav .language.desktop {
    font-size: 0;
  }
  nav .language.desktop span.es {
    position: absolute;
    top: 1.5em;
    right: 0em;
  }
  nav .language.desktop:hover {
    font-size: 1em;
  }
  nav .div-logo {
    width: 50%;
  }
  nav .div-logo .logo {
    width: 3em;
    vertical-align: middle;
    text-align: right;
  }
  .section-I {
    justify-content: center;
  }
  .section-I .right {
    width: 75%;
    padding: 0em;
  }
  .section-I .right img {
    margin: auto;
    width: 33em;
    display: flex;
  }
  .section-I .btn-div {
    padding: 15em 0em;
    margin: -4em !important;
  }
  .pastors-container {
    padding: 4em;
  }
  .pastors-container .pastors-title {
    width: 100%;
    margin-top: 2em;
  }
  .pastors-container .flex {
    display: flex;
    flex-direction: row;
    margin-bottom: 4em;
    align-items: center;
  }
  .pastors-container .flex img {
    margin: 0em 0em 0em 8em;
  }
  .pastors-container .flex h4 {
    font-size: 1.1em;
    margin: 0em 8em 0em 5em;
  }
  .resources-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0em;
  }
  .resources-container .title {
    margin: 2em 0em;
    height: 2em;
  }
  .resources-container .line {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1em 0em 4em 0em;
    height: 0.17em;
  }
  .register-container .flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
  }
  .register-container .flex .input {
    margin: 0.2em;
  }
  .register-container .flex .btn-fs-small {
    margin: 0.2em;
  }
  .btn {
    width: -moz-max-content;
    width: max-content;
  }
}/*# sourceMappingURL=css.css.map */