/* Theme Name: mightyshepherdministries.org
Theme URI: https://www.mightyshepherdministries.org
Author: Ricardo José Farfán Martínez
Autor URI: https://www.xlogam.com
Description: Sitio Web para Mighty Shepherd Ministries
Version: 1.0; */
a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
img {
  border: none;
  display: block;
  vertical-align: bottom;
}
body,
html,
h1,
h2,
h3,
h4,
li,
p,
ul {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.navbar {
  padding: 0px;
}
.navbar-light .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-light .navbar-nav .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
}
.navbar-light .navbar-nav .menu-item .nav-link {
  padding: 0px 10px;
  border-right: 1px solid #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .menu-item:hover .nav-link {
  font-weight: 700;
}
.navbar-light .navbar-nav .menu-item:last-of-type .nav-link {
  border-right: none;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  font-weight: 700;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.header-top {
  max-width: 1100px;
  margin: auto;
  background-color: #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-right .youtube {
  margin-right: 10px;
}
.header-top-right .lenguajes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-right .lenguaje-separador {
  margin: 0px 5px;
  background-color: #000;
  width: 1px;
  height: 20px;
}
.header-top-right .lenguaje a {
  color: #000;
  font-weight: 400;
}
.header-top-right .lenguaje a.active {
  font-weight: 700;
}
.header-top-right .lenguaje a:hover {
  text-decoration: none;
}
.header-menu {
  background-color: #0071ab;
  color: #fff;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-index {
  max-width: 1100px;
  margin: auto;
}
.banner-index img {
  width: 100%;
  height: auto;
}
.salvation {
  background: -webkit-gradient(linear, left bottom, left top, from(#84c2d3), color-stop(99.9%, #0071ab));
  background: linear-gradient(0deg, #84c2d3 0%, #0071ab 99.9%);
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0px;
}
.salvation >img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.salvation p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 10px;
}
.last-speak {
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.last-speak-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.last-speak-text p {
  width: 550px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #1394d3;
}
.commission {
  max-width: 1100px;
  margin: auto;
  background-image: url("img/msm_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
  min-height: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commission-content {
  margin-left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.commission-content img {
  margin-bottom: 20px;
}
.commission-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.boton {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#1394d3), color-stop(99.79%, #006099));
  background: linear-gradient(180deg, #1394d3 0%, #006099 99.79%);
  color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 20px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.boton:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.mission-trips-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.mission-trips {
  width: 1100px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 25px;
}
.mission-trips > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mission-trips > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.mission-trips > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.mission-trips-section {
  margin-top: 27px;
}
.mission-trips-section .mission-trip {
  margin-bottom: 27px;
}
.mission-trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d5d5d6;
  padding-bottom: 20px;
}
.mission-trip:hover {
  cursor: pointer;
  text-decoration: none;
}
.mission-trip-foto {
  width: 100%;
}
.mission-trip-foto img {
  width: 100%;
  height: auto;
}
.mission-trip-titulo {
  background-color: #0c3877;
  width: 100%;
  padding: 12px 0px;
}
.mission-trip-titulo h2 {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.mission-trip-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d5d5d5;
  padding: 20px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mission-trip-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.prayer-request {
  width: 1100px;
  margin: auto;
  margin-top: 40px;
}
.prayer-request img {
  width: 100%;
  height: auto;
}
.prayer-request-content {
  background-color: #e1e1e1;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 60px;
  padding-bottom: 20px;
}
.prayer-request-content h2 {
  color: #0c3877;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #0c3877;
  margin-bottom: 1em;
}
.prayer-request-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000;
  margin-bottom: 1em;
}
.youtube {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.youtube:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.media-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.media-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1100px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.media-cols h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #818386;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.media-col {
  width: 330px;
  margin-right: 54px;
}
.media-col iframe {
  height: 210px;
}
.media-col:nth-child(3n) {
  margin-right: 0px;
}
.media-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-global-ministry {
  background-color: #e1e1e1;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
}
.support-global-ministry .giving-banner {
  width: 373px;
  background-color: #0ff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.support-global-ministry .giving-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-global-ministry .support-global-ministry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px;
}
.support-global-ministry .support-global-ministry-content h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #0c3877;
  margin-bottom: 10px;
}
.support-global-ministry .support-global-ministry-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
.support-global-ministry .support-global-ministry-content h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #1394d3;
  margin-bottom: 10px;
}
.support-global-ministry .support-global-ministry-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer {
  max-width: 1100px;
  margin: auto;
  background-color: #333;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
footer a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}
.footer-cols {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url("img/paloma.png");
  background-repeat: no-repeat;
  background-position: right bottom -39px;
}
.footer-col-1 {
  width: 300px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-col-1 img {
  margin-bottom: 10px;
}
.footer-col-1 h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-right: 20px;
  margin-bottom: 10px;
}
.footer-col-1 h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #00a3bc;
}
.footer-col-2-bottom {
  background-image: url("img/footer_separator_h.png"), url("img/footer_separator_v.png");
  background-repeat: no-repeat;
  background-position: left top, left top;
  background-size: 83% 1px, 1px 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.footer-col-2-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer-col-2-top-col {
  padding: 0px 20px;
}
.footer-col-2-top-col img {
  margin-bottom: 10px;
}
.footer-col-2-top-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
.footer-col-2-top-col ul li {
  margin-bottom: 3px;
}
.footer-col-2-top-col a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.footer-col-2-top-col-1 {
  background-image: url("img/footer_separator_v.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1px 100%;
}
.footer-col-2-top-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 16px;
}
.footer-derechos {
  background-color: #000;
  padding: 10px 20px;
}
.footer-derechos-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-derechos-cols ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-derechos-cols ul li {
  border-right: 1px solid #fff;
  padding: 0px 10px;
}
.footer-derechos-cols ul li:last-of-type {
  border-right: none;
}
.footer-derechos-cols strong {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.footer-derechos-cols p {
  margin: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #fff;
}
.footer-derechos-cols a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #00a3bc;
}
.section-content {
  max-width: 1100px;
  margin: auto;
}
.section-content-banner img {
  width: 100%;
  height: auto;
}
.section-content-text {
  width: 900px;
  margin: auto;
  padding: 30px 0px;
}
.section-content-text p {
  margin-bottom: 1em;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #666;
  text-align: justify;
}
.section-content-text p strong {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #666;
}
.section-content-text p:last-of-type {
  margin-bottom: 0px;
}
.section-content-form {
  width: 900px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.section-content-form label {
  min-height: 1em;
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #666;
}
.section-content-form label span {
  color: #f00;
  padding-left: 3px;
}
.section-content-form h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  text-align: left;
  color: #1394d3;
  margin-bottom: 20px;
}
.form-control {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #666;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
}
.form-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-button-container button {
  background: -webkit-gradient(linear, left top, left bottom, from(#1394d3), color-stop(99.79%, #006099));
  background: linear-gradient(180deg, #1394d3 0%, #006099 99.79%);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  padding: 3px 14px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-button-container button:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.section-content-cols {
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-content-col {
  width: 43%;
  margin: 0px 30px;
}
.section-content-col img {
  width: 100%;
  margin-bottom: 30px;
}
.section-content-col p {
  margin-bottom: 1em;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  color: #666;
}
.section-content-col p:last-of-type {
  margin-bottom: 0em;
}
.section-content-col-1 {
  margin-right: 5px;
}
.section-footer-banner {
  max-width: 1100px;
  margin: auto;
}
.salvation-content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salvation-content {
  max-width: 950px;
  margin: auto;
}
.salvation-content h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #000;
  margin-bottom: 1em;
}
.salvation-content h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 1em;
  text-align: justify;
  color: #666;
}
.salvation-content h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 1em;
  text-align: justify;
  color: #666;
}
.salvation-content p {
  text-align: justify;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #666;
}
.salvation-content-button {
  margin-bottom: 40px;
  margin-top: 40px;
}
.media-cols-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.media-button-home {
  margin-bottom: 40px;
}
.single-container {
  max-width: 1100px;
  margin: auto;
}
.single-container img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-container h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3em;
  text-align: justify;
  color: #00b5ce;
  margin-top: 0.5em;
}
.single-container h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3em;
  text-align: justify;
  color: #666;
  margin-bottom: 1em;
}
.single-container p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
  text-align: justify;
  color: #666;
}
.image-post-trip {
  max-width: 1100px;
  margin: auto;
}
.image-post-trip img {
  width: 100%;
  height: auto;
}
.salvation-form-content {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
}
.salvation-form-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  text-align: justify;
  color: #666;
  margin-bottom: 1em;
}
.salvation-form-content p.medio {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
}
.contact-content {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4em;
  color: #666;
  text-align: justify;
}
.section-content-title {
  background-color: #00a3bc;
  padding: 10px 0px;
}
.section-content-title-container {
  max-width: 900px;
  margin: auto;
}
.section-content-title-container h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: left;
  color: #fff;
}
.section-content-text p {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.section-content-text p strong {
  font-size: 16px;
}
.section-content-text a {
  color: #666;
}
.section-content-text a:hover {
  color: #666;
  text-decoration: none;
}
.section-content-text h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: justify;
  color: #666;
  margin-bottom: 1em;
}
.story-content {
  max-width: 900px;
  margin: auto;
  margin-bottom: 40px;
}
.story-content h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: justify;
  color: #666;
  margin: 1em 0em;
}
.story-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  color: #666;
}
.story-policy {
  background-color: #d9d9d9;
  overflow: hidden;
  padding: 30px 0px;
  margin-bottom: 5px;
}
.story-policy p {
  margin-bottom: 1em;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
  color: #666;
}
.story-policy p:last-of-type {
  margin-bottom: 0em;
}
.story-policy-container {
  max-width: 900px;
  margin: auto;
}
.master-slider-parent {
  margin-top: 30px;
  margin-bottom: 30px;
}
.titulo-imagen-texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #00a3bc;
}
.titulo-imagen-texto h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}
.page-id-203 a {
  color: #00a3bc;
}
.page-id-203 a:hover {
  color: #00a3bc;
}
.titulo-imagen-texto {
  max-width: 1100px;
  margin: auto;
}
.titulo-imagen-texto h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}
.itinerary-buttons {
  max-width: 1100px;
  margin: auto;
  background-color: #58595b;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0px;
}
.itinerary-buttons li a {
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #00b5ce;
  font-style: normal;
  font-weight: 700;
  border-right: 3px solid #00b5ce;
  padding-left: 14px;
  padding-right: 14px;
}
.itinerary-buttons li:last-of-type a {
  border: none;
}
.itinerary-text {
  max-width: 1026px;
  margin: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  color: #666;
  margin-top: 30px;
}
.itinerary-text a {
  color: #00b5ce;
}
.itinerary-text a:hover {
  color: #00b5ce;
}
.itinerary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1026px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.itinerary-nav {
  width: 30px;
  background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
}
.itinerary-prev {
  background-image: url("img/flecha_prev.svg");
}
.itinerary-next {
  background-image: url("img/flecha_next.svg");
}
.itinerary-month {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0px 30px;
}
.itinerary-month h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
  color: #00b5ce;
}
.itinerary-month p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  color: #666;
}
.media-options {
  max-width: 1100px;
  margin: auto;
  background-color: #58595b;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0px;
}
.media-options li a {
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #00b5ce;
  font-style: normal;
  font-weight: 700;
  border-right: 3px solid #fff;
  padding-left: 14px;
  padding-right: 14px;
}
.media-options li:last-of-type a {
  border: none;
}
.media-image-cols-section h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3em;
  text-align: center;
  color: #00b5ce;
  margin-top: 0.5em;
}
figure.wp-block-embed.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.redes-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer-col-2-top-col-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .navbar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 5px;
  }
  .navbar-light .navbar-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbar-light .navbar-nav .menu-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .navbar-light .navbar-nav .menu-item .nav-link {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .headerRight {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .prayer-request {
    width: 100%;
    max-width: 100%;
  }
  .media-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-footer-banner {
    max-width: 100%;
  }
  .section-footer-banner img {
    max-width: 100%;
    height: auto;
  }
  .mission-trips {
    width: 95%;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .single-container {
    max-width: 95%;
  }
  .itinerary-text {
    max-width: 95%;
  }
  .itinerary-container {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .last-speak {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .last-speak-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .last-speak-text p {
    text-align: center;
  }
  .salvation {
    padding: 20px;
  }
  .salvation p {
    text-align: center;
  }
  .commission {
    padding: 0px;
    min-height: auto;
  }
  .commission-content {
    margin: 0px;
    padding: 40px 20px;
    background-color: rgba(114,114,114,0.7);
  }
  .section-content-text {
    width: 90%;
  }
  .section-content-form {
    width: 90%;
  }
  .salvation-form-content {
    max-width: 90%;
  }
  .contact-content {
    max-width: 90%;
  }
  .itinerary-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itinerary-buttons li {
    padding: 5px 0px;
  }
  .titulo-imagen-texto-photo {
    width: 50%;
    height: 70px;
  }
  .titulo-imagen-texto-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .media-image-cols-section {
    max-width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 668px) {
  .titulo-imagen-texto h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 500px) {
  .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .commission-content {
    max-width: 100%;
  }
  .commission-content >img {
    max-width: 100%;
  }
  .last-speak-photo {
    max-width: 100%;
  }
  .last-speak-photo >img {
    max-width: 100%;
  }
  .last-speak-text p {
    width: 100%;
  }
  .footer-col-2-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-col-2-top-col-1 {
    background-image: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
  }
  .footer-col-2-top-col-2 {
    padding: 0px;
    margin: 0px;
  }
  .footer-col-2-bottom {
    background-image: none;
    padding: 0px;
    margin: 0px;
    text-shadow: 3px 3px 3px #000;
  }
  .footer-derechos-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-derechos-col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-derechos-col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .footer-derechos-col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-content-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%;
  }
  .section-content-col {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .media-col {
    margin-right: 0px;
  }
  .mission-trips {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .titulo-imagen-texto-photo {
    display: none;
  }
  .titulo-imagen-texto h2 {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */