body {
  font-family: 'Open Sans', sans-serif;
  color: #959cac;
  font-size: 15px;
  line-height: 25px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #414141;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  font-family: Oswald, sans-serif;
  color: #414141;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #414141;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #414141;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #959cac;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
}

a {
  color: #efa240;
  text-decoration: underline;
  cursor: pointer;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #959cac;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #959cac;
}

li {
  margin-bottom: 11px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 5px 20px;
  border-left: 5px solid #eee;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #959cac;
  font-size: 17px;
  line-height: 27px;
  font-style: italic;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.content-wrapper {
  position: relative;
  max-width: 1140px;
  padding-right: 25px;
  padding-left: 25px;
}

.content-wrapper.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.absolute-end {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.bg-gradient-purple {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c6bcd0), color-stop(51%, #fff), color-stop(100%, #ddd7e3), to(#d1c9d9));
  background-image: linear-gradient(180deg, #c6bcd0, #fff 51%, #ddd7e3 100%, #d1c9d9);
}

.nav-menu {
  float: left;
}

.top-line {
  height: 4px;
  background-color: #25282a;
}

.nav-link {
  height: 90px;
  padding-top: 37px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(217, 217, 214, 0.2);
}

.nav-link.w--current {
  display: none;
  background-color: rgba(217, 217, 214, 0.2);
  font-family: Montserrat, sans-serif;
  color: #111;
  font-weight: 500;
}

.nav-link.w--current:hover {
  background-color: rgba(217, 217, 214, 0.3);
}

.nav-link.hidden {
  display: inline-block;
}

.dropdown-toggle {
  display: block;
  height: 90px;
  padding-top: 36px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  background-color: rgba(217, 217, 214, 0.2);
}

.dropdown-toggle.w--open {
  padding-right: 20px;
  background-color: #f6f4ef;
}

.dropdown-link {
  padding-top: 26px;
  padding-right: 60px;
  padding-bottom: 24px;
  border-right: 0px none #25282a;
  border-left: 0px none #25282a;
  background-color: #f6f4ef;
  -webkit-transition: border-width 400ms linear;
  transition: border-width 400ms linear;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  border-left-style: solid;
  border-left-width: 1.5px;
  background-color: #f0eeea;
}

.dropdown-link.w--current {
  color: #909090;
}

.text-floated-left {
  display: inline-block;
  margin-right: 5px;
  float: none;
  font-size: 13px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slider {
  height: 80vh;
  min-height: 800px;
}

.hero-text-container {
  position: relative;
  display: block;
  width: 65%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 10px;
  background-image: none;
  text-align: center;
}

.paragraph {
  margin-bottom: 5px;
  font-family: 'Droid Serif', serif;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.h1-hero-box {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.box-background {
  display: block;
  width: 76%;
  min-height: 430px;
  min-width: 300px;
  margin-top: -360px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 35px;
  border-color: rgba(217, 217, 214, 0.45);
}

.box-background.d-none {
  display: none;
}

.subtitle-hero-box-1 {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.left-arrow {
  height: 80%;
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.left-arrow:hover {
  opacity: 0.88;
}

.left-arrow.off-to-the-left {
  left: -98px;
  height: 100%;
}

.left-arrow.off-to-the-left:hover {
  color: #e7e5e1;
}

.right-arrow {
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.right-arrow:hover {
  opacity: 0.88;
}

.right-arrow.off-to-the-right {
  right: -80px;
  height: 100%;
}

.right-arrow.off-to-the-right:hover {
  color: #e7e5e1;
}

.slide-nav {
  display: block;
}

.slide-nav.relative {
  position: relative;
  margin-top: 5px;
}

.social-icons-container {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 300;
  margin-bottom: 40px;
  margin-left: 20px;
}

.social-icons-container.on-team-members {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  text-align: center;
}

.social-icons-container.on-footer {
  position: relative;
  margin-left: 0px;
}

.social-icon-box-1 {
  display: inline-block;
  width: 44px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #efa240;
}

.social-icon-box-1.small {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #25282a;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-box-1.small:hover {
  opacity: 0.85;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, transparent), to(#000)), url('../images/PATIO_F.jpg');
  background-image: linear-gradient(180deg, transparent 36%, #000), url('../images/PATIO_F.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2.social {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, transparent), to(#000)), url('../images/AdobeStock_128479433.jpeg');
  background-image: linear-gradient(180deg, transparent 36%, #000), url('../images/AdobeStock_128479433.jpeg');
}

.slide-2.empresarial {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, transparent), to(#000)), url('../images/exterior.jpg');
  background-image: linear-gradient(180deg, transparent 36%, #000), url('../images/exterior.jpg');
}

.slide-2.galeria {
  background-image: url('../images/PATIO_F.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.jardin {
  background-image: url('../images/jardin_1_optimizada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.terraza {
  border-radius: 0px;
  background-image: url('../images/E1-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.nosotros {
  background-image: url('../images/render_1.3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.recepcion {
  background-image: url('../images/1.-final.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.bar-terraza {
  background-image: url('../images/escena_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.capilla {
  background-image: url('../images/m2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.ba-os {
  background-image: url('../images/1_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.salon {
  background-image: url('../images/escena_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  position: relative;
  display: inline-block;
  height: 45px;
  min-width: 135px;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #25282a;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.button:hover {
  opacity: 0.9;
}

.button.submit {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  letter-spacing: 3px;
}

.button.top-border {
  margin-top: 10px;
  margin-bottom: 1px;
}

.button.left-border {
  margin-right: 10px;
}

.gradient-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, rgba(37, 40, 42, 0.39)), to(#000)), url('../images/6.jpg');
  background-image: linear-gradient(180deg, rgba(37, 40, 42, 0.39) 41%, #000), url('../images/6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.underline {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 4px;
  border-radius: 3px;
  background-color: #c6bcd0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.underline.move-up {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.underline.social {
  background-color: #fff;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.content-section.white-smoke {
  background-color: #d9d9d6;
}

.content-section.white-smoke.exito {
  height: 100vh;
}

.content-section.no-inner-padding {
  padding-top: 0px;
  background-color: #fff;
}

.content-section.no-inner-padding.bg-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c6bcd0), color-stop(70%, #fff));
  background-image: linear-gradient(0deg, #c6bcd0, #fff 70%);
}

.content-section.more-bottom-border {
  margin-bottom: 90px;
}

.content-section.inner-pages {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section.inner-pages.hide {
  display: none;
}

.content-section.no-top-padding {
  padding-top: 0px;
}

.content-section.faq {
  margin-top: 95px;
  background-color: #f6f4ef;
}

.content-section.contacto {
  background-color: #fff;
}

.content-section.contacto.bg-gradient-purple {
  background-image: linear-gradient(68deg, #f6f4ef 68%, #fff);
}

.content-section.faqs {
  background-color: #f6f4ef;
}

.content-section.bg-gradient {
  background-image: repeating-linear-gradient(180deg, #fff 15%, rgba(217, 217, 214, 0.3) 50%, #fff 85%);
}

.content-section.bg-gradient.lila {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(198, 188, 208, 0.25)), color-stop(50%, rgba(198, 188, 208, 0.27)), color-stop(85%, #fff));
  background-image: linear-gradient(180deg, rgba(198, 188, 208, 0.25) 15%, rgba(198, 188, 208, 0.27) 50%, #fff 85%);
}

.content-section.btn-cotiza {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.content-center.hide {
  display: none;
}

.intro-feature-icon-box {
  width: 30%;
}

.intro-feature-icon-box.centered {
  text-align: center;
}

.intro-feature-text-box {
  width: 65%;
  margin-bottom: 20px;
  float: left;
}

.mini-title {
  margin-bottom: 5px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 10.5px;
  line-height: 15px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title:hover {
  opacity: 0.8;
}

.mini-title.orange {
  color: #fff;
}

.mini-title.orange:hover {
  opacity: 1;
}

.mini-title.orange.w--current {
  display: block;
}

.h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #373737;
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
  text-decoration: none;
}

.h3.white {
  font-family: Butler, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.top-divider-box {
  position: relative;
  height: 27px;
  margin-bottom: 40px;
  background-image: url('../images/Top-shadow-divider.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title {
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #efa240;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}

.title.small.black {
  margin-bottom: 3px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.title.small.black:hover {
  opacity: 0.85;
}

.title.black {
  color: #333;
  font-weight: 400;
}

.title-box {
  text-decoration: none;
}

.title-box.bottom-divider {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
}

.title-box.bottom-divider.less-bottom-border {
  margin-bottom: 15px;
}

.title-box.bottom-border {
  margin-bottom: 10px;
}

.title-box.bottom-line {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.left-column-box {
  width: 50%;
  padding-right: 20px;
  text-align: left;
}

.bottom-divider-box {
  position: relative;
  z-index: 0;
  height: 27px;
  margin-top: 40px;
  background-image: url('../images/Bottom-shadow-divider.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.signature-box {
  margin-top: 20px;
}

.link {
  display: inline-block;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #efa240;
  text-decoration: none;
}

.link:hover {
  opacity: 0.8;
}

.picture-frame-1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 74%;
  height: 290px;
  border: 10px solid #fff;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 1px 34px 1px rgba(0, 0, 0, 0.15);
}

.picture-frame-2 {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 74%;
  height: 260px;
  margin-top: 10px;
  margin-left: 6%;
  border: 10px solid #fff;
  background-color: #fff;
  background-image: url('../images/4.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 2px 0 34px 1px rgba(0, 0, 0, 0.1);
}

.picture-frame-3 {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 74%;
  height: 260px;
  margin-top: 10px;
  margin-left: -6%;
  border: 10px solid #fff;
  background-color: #fff;
  background-image: url('../images/3.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 34px 1px rgba(0, 0, 0, 0.13);
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.pictures-frame-container {
  position: relative;
  display: block;
  width: 50%;
  height: 280px;
  padding-top: 30px;
  text-align: center;
}

.boxed-background-2 {
  position: absolute;
  top: 0px;
  right: 86px;
  bottom: 0px;
  display: none;
  width: 32%;
  height: 111%;
  border-style: solid;
  border-width: 29px;
  border-color: rgba(217, 217, 214, 0.35);
}

.header-container.centered {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.header-container.on-event-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.header-container.more-top-border {
  margin-top: 30px;
  margin-bottom: 15px;
}

.header-container.bottom-border {
  margin-bottom: 20px;
}

.intro-feature-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 10px;
  border-right: 1px solid #eee;
}

.intro-feature-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 10px;
  border-right: 1px solid #eee;
}

.intro-feature-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 10px;
}

.feature-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.feature-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.feature-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.feature-box-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.feature-box-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.feature-box-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.feature-box-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #eee;
}

.feature-box-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #eee;
}

.feature-box-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.picture-frame-4 {
  position: relative;
  left: 0px;
  right: 0px;
  width: 88%;
  height: 260px;
  max-width: 330px;
  border: 10px solid #fff;
  background-color: #fff;
  background-image: url('../images/photo-1427243713560-583403bf9987.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.2);
}

.picture-frame-6 {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 72%;
  height: 250px;
  max-width: 330px;
  margin-top: 3%;
  margin-bottom: 1px;
  margin-left: 12%;
  border: 10px solid #fff;
  background-color: #fff;
  background-image: url('../images/photo-1422479516648-9b1f0b6e8da8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
}

.picture-frame-5 {
  position: absolute;
  left: 0px;
  right: 0px;
  display: inline-block;
  width: 72%;
  height: 250px;
  max-width: 330px;
  margin-left: 26%;
  border: 10px solid #fff;
  background-image: url('../images/photo-1417716146732-918825b83fa0.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.18);
}

.boxed-background-3 {
  position: absolute;
  right: 6%;
  bottom: 2%;
  width: 32%;
  height: 100%;
  margin-top: 60px;
  border: 30px solid #e7e5e1;
}

.boxed-background-3.d-none {
  display: none;
}

.picture-frame-7 {
  position: absolute;
  top: 18%;
  right: 44%;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  min-height: 335px;
  border: 11px solid #fff;
  background-color: #fff;
  background-image: url('../images/interior_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.2);
}

.picture-frame-8 {
  position: absolute;
  top: 10%;
  right: 0px;
  display: inline-block;
  width: 75%;
  height: auto;
  min-height: 280px;
  border: 11px solid #fff;
  background-color: #fff;
  background-image: url('../images/render_1.3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.2);
}

.pictures-frame-container-3 {
  position: relative;
  min-height: 500px;
}

.team-member-picture-box {
  position: relative;
  height: 320px;
  margin-bottom: 20px;
  border-bottom: 4px solid #efa240;
  background-image: url('../images/Guy-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-time-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-right: 9px;
  padding: 4px 7px;
  background-color: #f5f3f1;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 7px;
  line-height: 13px;
  text-transform: uppercase;
}

.tab-link {
  display: block;
  width: 32.6%;
  margin-bottom: 5px;
  padding: 25px 15px 15px;
  float: none;
  background-color: #e6e6e6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #909090;
}

.tab-link.w--current {
  width: 33.5%;
  padding: 25px 15px 15px;
  background-color: #fff;
  color: #333;
}

.tab-pane {
  position: relative;
  top: 0px;
  right: 0px;
  overflow: auto;
  width: 100%;
  height: 700px;
  float: none;
  background-color: #fff;
}

.tabs-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  background-color: #d9d9d6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tabs {
  margin-bottom: 5%;
  -webkit-transform: translate(0px, 19px);
  -ms-transform: translate(0px, 19px);
  transform: translate(0px, 19px);
}

.tab-content-box {
  position: relative;
  width: 100%;
  padding: 25px 25px 35px;
}

.block-quote {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left-color: #eee;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 15px;
  line-height: 30px;
  font-style: italic;
}

.picture-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-wrapper {
  min-height: 360px;
}

.field-label {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #959cac;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-filed {
  height: 50px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Butler, sans-serif;
  color: #909090;
  font-style: italic;
  letter-spacing: 1px;
}

.text-filed:hover {
  border-bottom-color: #efa240;
}

.text-filed:focus {
  border-bottom-color: #efa240;
}

.text-filed.password {
  border-style: solid;
  border-color: #e2e2e2;
}

.input-field-box {
  margin-bottom: 30px;
}

.input-field-box.top-border {
  margin-top: 20px;
}

.text-area {
  min-height: 80px;
  margin-top: 15px;
  border: 1px solid #eee;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}

.text-area:hover {
  border-color: #efa240;
}

.text-area:focus {
  border-color: #efa240;
}

.form-container {
  width: 50%;
  padding-left: 40px;
  background-image: url('../images/Shadow-vertical-divider.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.verse-header-box {
  position: relative;
  font-family: 'Abril Fatface', sans-serif;
  color: #909090;
  font-size: 67px;
  line-height: 73px;
}

.verse-header-box.d-none {
  display: none;
}

.bible-verse-container {
  position: relative;
  width: 50%;
  padding-top: 70px;
  text-align: center;
}

.bible-verse-text-box {
  position: relative;
  margin-top: 10px;
  padding-right: 55px;
  padding-left: 55px;
  text-align: center;
}

.boxed-background-4 {
  position: absolute;
  left: 16%;
  bottom: 0px;
  display: block;
  width: 70%;
  height: 100%;
  border-style: solid;
  border-width: 29px;
  border-color: rgba(217, 217, 214, 0.3);
}

.boxed-background-4.d-none {
  display: none;
}

.quotation-mark-box {
  height: 50px;
  background-image: url('../images/Quotation-mark_1Quotation-mark.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.quotation-mark-box.d-none {
  display: none;
}

.footer {
  position: relative;
  padding-top: 45px;
  border-top: 4px solid #c6bcd0;
  background-color: #25282a;
}

.footer-column-1 {
  position: relative;
  width: 25%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-right: 1px solid #2d363e;
  background-image: url('../images/Preacher.png');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
  text-align: left;
}

.footer-column-1.d-none {
  display: none;
}

.bullet-point-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #f6f4ef;
}

.bullet-point {
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  float: left;
  color: #efa240;
}

.credits {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.credits-column {
  padding-top: 30px;
  padding-bottom: 25px;
}

.credits-column.right-justified {
  text-align: right;
}

.tabs-content-test {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 66%;
  float: right;
  border-top: 4px solid #25282a;
}

.footer-column-2 {
  position: relative;
  width: 25%;
  padding: 20px 20px 25px;
  border-right: 1px solid #2d363e;
  border-left: 1px solid #1d2328;
  background-image: url('../images/Pin-big.png');
  background-position: 50% 50%;
  background-size: 123px;
  background-repeat: no-repeat;
}

.footer-column-3 {
  position: relative;
  width: 25%;
  padding: 20px 20px 25px;
  border-right: 1px solid #2d363e;
  border-left: 1px solid #1d2328;
  background-image: url('../images/Church.png');
  background-position: 50% 50%;
  background-size: 139px;
  background-repeat: no-repeat;
}

.footer-column-4 {
  width: 25%;
  padding: 20px 20px 25px;
  border-left: 1px solid #1d2328;
  background-image: url('../images/World.png');
  background-position: 50% 50%;
  background-size: 139px;
  background-repeat: no-repeat;
}

.horizontal-dividers-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.horizontal-divider-line-1 {
  width: 100%;
  height: 1px;
  background-color: #1d2328;
}

.horizontal-divider-line-2 {
  width: 100%;
  height: 1px;
  background-color: #2d363e;
}

.right-column-box {
  width: 65%;
  padding-bottom: 15px;
  padding-left: 40px;
  background-image: url('../images/Shadow-vertical-divider.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-member {
  position: relative;
  width: 32%;
  margin-bottom: 40px;
}

.slide {
  width: 32.4%;
  margin-right: 2%;
}

.church-ministry-image-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  background-image: url('../images/photo-1417144413558-cf029e0c7a04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.church-ministry-image-1:hover {
  opacity: 0.85;
}

.church-ministry-box {
  position: relative;
  width: 95%;
}

.arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.arrow.less-top-border {
  margin-top: 160px;
}

.big-title-box {
  display: block;
  color: #fff;
  text-decoration: none;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, transparent), to(#000)), url('../images/E1-02.jpg');
  background-image: linear-gradient(180deg, transparent 36%, #000), url('../images/E1-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-3.galeria {
  background-image: url('../images/E1-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.terraza {
  background-image: url('../images/SALA_ESPERA_SANITARIO_M-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.nosotros {
  background-image: url('../images/PATIO_F.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.recepcion {
  background-image: url('../images/PATIO_F.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.capilla {
  background-image: url('../images/m3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.ba-os {
  background-image: url('../images/LB_BM_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.introduction-box {
  margin-bottom: 15px;
}

.page-subtitle-box {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #070303;
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
}

.page-header-container {
  width: 100%;
  margin-top: 95px;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #25282a;
  background-image: url('../images/exterior.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-container.our-team {
  position: relative;
  background-image: url('../images/1.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.page-header-container.events {
  position: relative;
  background-image: url('../images/photo-1429051781835-9f2c0a9df6e4-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-container.ministries {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 40, 42, 0.16)), to(#25282a)), url('../images/AdobeStock_208733207.jpeg');
  background-image: linear-gradient(180deg, rgba(37, 40, 42, 0.16), #25282a), url('../images/AdobeStock_208733207.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header-container.what-we-believe {
  background-image: url('../images/photo-1445445290350-18a3b86e0b5a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-container.message {
  position: relative;
  background-position: 50% 50%;
  background-attachment: scroll;
}

.page-header-container.message-series {
  position: relative;
  background-image: url('../images/photo-1440756188694-be37dcfa8baa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-container.miscellaneous {
  background-image: url('../images/photo-1447678523326-1360892abab8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-container.contact-us.new {
  background-image: url('../images/AdobeStock_193953734.jpeg');
}

.page-header-container._404 {
  background-image: url('../images/photo-1427167800976-e5079df71bb3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-container.ministry {
  padding-top: 70px;
  background-position: 50% 50%;
}

.page-header-container.messages {
  background-image: url('../images/photo-1423592707957-3b212afa6733-1.jpg');
  background-position: 50% 50%;
}

.page-header-container.team-member {
  background-image: url('../images/1_1.jpg');
  background-position: 50% 50%;
}

.page-header-container.social {
  margin-top: 95px;
  background-image: linear-gradient(193deg, transparent, #25282a 67%), url('../images/render_1.3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header-container.business {
  margin-top: 95px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/PATIO_F.jpg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/PATIO_F.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-container.galeria {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_215059244.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_215059244.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.lightbox-link-1 {
  width: 36%;
  height: 670px;
  margin-right: 10px;
  margin-bottom: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/interior_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-1:hover {
  opacity: 0.85;
}

.lightbox-image {
  display: none;
}

.lightbox-link-2 {
  width: 62.5%;
  height: 330px;
  margin-bottom: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/render_1.3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-2:hover {
  opacity: 0.85;
}

.lightbox-link-3 {
  width: 30.5%;
  height: 37%;
  min-height: 331px;
  margin-right: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/salon-bajo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-3:hover {
  opacity: 0.85;
}

.lightbox-link-4 {
  width: 31%;
  height: 37%;
  min-height: 331px;
  float: left;
  border-radius: 3px;
  background-image: url('../images/PATIO_F-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-4:hover {
  opacity: 0.85;
}

.lightbox-link-5 {
  display: inline-block;
  width: 99.7%;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-image: url('../images/escena_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
  text-decoration: underline;
}

.lightbox-link-5:hover {
  opacity: 0.85;
}

.lightbox-link-5._2 {
  background-image: url('../images/exterior.jpg');
}

.image-gallery-box {
  margin-bottom: 20px;
}

.image-gallery-box.hide {
  display: none;
}

.bible-verse-text {
  font-family: Butler, sans-serif;
  color: #909090;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

.team-members {
  margin-top: 35px;
}

.hover-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(246, 244, 239, 0.8);
  text-align: center;
}

.social-icon-box-2 {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #efa240;
}

.social-icon-box-2.small {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #25282a;
  background-image: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-box-2.small:hover {
  opacity: 0.85;
}

.social-icon-box-3 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #efa240;
  background-image: url('../images/Social-Icon-Bg_1Social-Icon-Bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon-box-3.small {
  width: 38px;
  height: 38px;
  background-color: #25282a;
  background-image: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-box-3.small:hover {
  opacity: 0.85;
}

.call-to-action {
  padding-top: 55px;
  padding-bottom: 15px;
  background-color: #f6f4ef;
}

.buttons-container {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.h4 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.circle-box-2 {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #f6f4ef;
  border-radius: 50%;
  background-image: url('../images/ICONOS-VP-07-Morado.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.circle-box-2:hover {
  opacity: 0.85;
}

.circle-box-2.social {
  background-image: url('../images/ICONOS-VP-06-Morado.svg');
  background-position: 40% 50%;
}

.circle-box-2.social.no-radius {
  background-image: url('../images/anillos_compromiso_trazo.svg');
  background-size: 83px;
}

.circle-box-2.business {
  border-radius: 50%;
  background-image: url('../images/ICONOS-VP-04.svg');
}

.circle-box-2.business.no-radius {
  border-radius: 0%;
  background-image: url('../images/presentacion_producto.svg');
  background-size: 80px;
}

.circle-box-2.no-radius {
  border-radius: 0%;
  background-size: 150px;
}

.ministry-container-1 {
  margin-bottom: 60px;
}

.ministry-container-1.btn-cotiza {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ministry-container-1.hide {
  display: none;
}

.numbering-box {
  width: 8%;
  margin-right: 1.5%;
  margin-bottom: 10px;
  padding-top: 8px;
  float: left;
}

.number {
  display: block;
  width: 43px;
  height: 43px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-color: #f6f4ef;
  font-family: 'Droid Serif', serif;
  text-align: center;
}

.what-we-believe-box {
  width: 90%;
  float: left;
}

.pictures-frame-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.message-box {
  width: 31%;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  float: none;
}

.message-image-box {
  width: 100%;
  height: 220px;
  background-image: url('../images/photo-1417024321782-1375735f8987.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.message-image-box:hover {
  opacity: 0.8;
}

.message-description-box {
  margin-bottom: 10px;
  padding: 5px 10px 15px;
  border-bottom: 1px solid #eee;
}

.read-more-box {
  padding-right: 5px;
  float: right;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.read-more-box:hover {
  color: #efa240;
}

.read-more-box.floated-left {
  float: left;
}

.read-more-text {
  display: inline-block;
  margin-right: 3px;
  float: left;
}

.info-box {
  width: 30%;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-top: 2px none #eee;
  border-bottom: 2px none #eee;
  font-family: Oswald, sans-serif;
  color: #909090;
}

.date {
  display: inline-block;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: italic;
}

.date.big {
  font-size: 20px;
  line-height: 24px;
}

.hour-and-minute-box {
  float: left;
}

.event-details-box {
  width: 50%;
  padding: 30px 20px;
  border-bottom: 4px solid #efa240;
  background-color: #252c33;
}

.icon-box {
  width: 13px;
  height: 13px;
  margin-right: 8px;
  float: left;
  background-image: url('../images/Pin-1_1Pin (1).png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.icon-box.clock {
  background-image: url('../images/Clock_1Clock.png');
  background-size: 13px;
}

.icon-box.user {
  background-image: url('../images/User_1User.png');
  background-size: 13px;
}

.icon-box.phone {
  background-image: url('../images/Phone_1Phone.png');
  background-size: 13px;
}

.locate-us-box {
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.bottom-dividers-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.speaker-name-and-date {
  margin-bottom: 10px;
}

.media-container {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.media-box {
  width: 20%;
  margin-right: 10px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  text-decoration: none;
}

.media-box:hover {
  opacity: 0.8;
}

.audio-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/Video_1Video.png'), url('../images/Media-bg_1Media-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: 43px, cover;
  background-repeat: no-repeat, no-repeat;
}

.listen-audio {
  margin-top: 11px;
}

.speaker-picture-box {
  width: 67px;
  height: 67px;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 4px solid #e0e0e0;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author {
  display: inline-block;
  margin-right: 2px;
}

.author.right-border {
  margin-right: 5px;
}

.speaker-box {
  float: none;
}

.dropdown-menu-arrow {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #25282a;
}

.social-icon-image {
  display: none;
}

.bullet-point-image {
  margin-right: 3px;
}

.bullet-point-triangle {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
}

.serie-image-box {
  position: relative;
  width: 100%;
  height: 375px;
  margin-bottom: 4%;
  border-bottom: 4px solid #efa240;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.serie-image-box:hover {
  opacity: 0.9;
}

.serie-image-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eventos-title {
  font-family: Butler, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.eventos-title.social.btncotiza {
  color: #414141;
}

.success-message {
  padding-bottom: 5px;
  background-color: #f6f4ef;
}

.images-and-assets-licensing-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.source-link-box {
  margin-top: 20px;
}

.source-link-box.centered {
  text-align: center;
}

.row {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
}

.hero-button-box-1 {
  position: relative;
  z-index: 50;
}

.hero-button-box-1.d-none {
  display: none;
}

.hero-social-icon-1 {
  display: none;
  width: 38px;
  height: 38px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #25282a;
}

.hero-social-icon-2 {
  display: none;
  width: 38px;
  height: 38px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #25282a;
}

.hero-social-icon-3 {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #25282a;
}

.serie-container {
  width: 31%;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.social-icon-for-team-members-1 {
  width: 45px;
  height: 45px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #efa240;
}

.social-icon-for-team-members-2 {
  width: 45px;
  height: 45px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #efa240;
}

.social-icon-for-team-members-3 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #efa240;
}

.event-image-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.speaker-right-box {
  width: 90%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-for-ministries {
  min-height: 440px;
  background-color: transparent;
}

.bullet-point-triangle-box {
  display: inline-block;
  float: left;
}

.start-date {
  display: block;
  margin-right: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 20px;
  font-style: italic;
}

.start-date.floated-left {
  display: block;
  float: left;
  line-height: 23px;
}

.end-date {
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #999;
  font-style: italic;
}

.to {
  margin-right: 5px;
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #999;
  font-style: italic;
}

.read-more-container {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  border-top: 1px solid #eee;
}

.info-details-box {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.event-box-home {
  position: relative;
  width: 31.5%;
  min-height: 420px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-bottom: 4px solid #efa240;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
}

.event-box-home:hover {
  opacity: 0.85;
}

.h3-link {
  display: block;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.h3-link:hover {
  opacity: 0.85;
}

.unordered-list-box {
  padding-top: 14px;
  padding-bottom: 14px;
}

.hero-subtitle {
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  letter-spacing: 1px;
}

.less-line-height {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 23px;
  text-align: left;
}

.italiced {
  display: block;
  font-family: Bitter, serif;
  color: #25282a;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
}

.italiced.big-and-white {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.italiced.d-none {
  display: none;
}

.style-box {
  margin-bottom: 40px;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-wrapper.intro {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper.author {
  margin-top: 20px;
  padding: 21px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.flex-wrapper.exito {
  margin-top: 25vh;
}

.mini {
  font-size: 13px;
}

.orange {
  font-family: Montserrat, sans-serif;
  color: #25282a;
  font-weight: 400;
  letter-spacing: 3px;
}

.hero {
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 5px;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.left-shadow {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Shadow-vertical-divider.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._50-percent-column.left-padding {
  padding-left: 20px;
}

._50-percent-column.right-padding {
  padding-top: 15vh;
  padding-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: left;
}

._50-percent-column.right-padding.exito {
  padding-top: 0vh;
  padding-right: 0px;
  text-align: center;
}

.empty-state {
  background-color: #f9f9f9;
}

.team-member-profile {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.ministry-preview-text {
  padding: 20px;
  background-color: #fff;
}

.headline-link {
  text-decoration: none;
}

.headline-link.bottom-border {
  margin-bottom: 5px;
}

._35-percent-column {
  width: 35%;
}

.gif {
  margin-top: 10px;
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  background-color: #efa240;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.submit-button:hover {
  opacity: 0.8;
}

.button-rounded {
  display: inline-block;
  height: 45px;
  min-width: 145px;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #efa240;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button-rounded.top-border {
  margin-top: 20px;
}

.inline {
  display: inline-block;
}

.inline.right-border {
  margin-right: 5px;
}

.bottom-divider-line {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.bottom-divider-line.no-line {
  border-bottom-style: none;
}

._70 {
  width: 70%;
}

.image-on-gallery {
  margin-bottom: 20px;
}

.no-padding {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.picture-gallery {
  margin-top: 40px;
  text-align: center;
}

.pencils {
  position: relative;
  z-index: 20;
}

.feature-text-box {
  width: 70%;
}

.error-message {
  padding-top: 10px;
  padding-bottom: 0px;
}

.hero-slide-text {
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
  margin-left: 60px;
}

.slide-1 {
  width: 100%;
  background-image: linear-gradient(4deg, rgba(37, 40, 42, 0.7), rgba(37, 40, 42, 0.55)), url('../images/render_1.3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-1.social {
  background-image: linear-gradient(4deg, rgba(37, 40, 42, 0.7), rgba(37, 40, 42, 0.55)), url('../images/AdobeStock_169990765.jpeg');
}

.slide-1.empresarial {
  background-image: linear-gradient(4deg, rgba(37, 40, 42, 0.7), rgba(37, 40, 42, 0.55)), url('../images/PATIO_F.jpg');
}

.slide-1.galeria {
  background-image: url('../images/render_1.3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.jardin {
  background-image: url('../images/jardin_2_optimizada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.terraza {
  background-image: url('../images/WhatsApp-Image-2020-01-30-at-12.36.32.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.nosotros {
  background-image: url('../images/escena_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.entrada {
  background-image: url('../images/2_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.recepcion {
  background-image: url('../images/exterior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.bar-terraza {
  background-image: url('../images/exp-prin.-copia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.sala-de-juntas {
  background-image: url('../images/render_1.3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.capilla {
  background-image: url('../images/m1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.ba-os {
  background-image: url('../images/5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.salon {
  background-image: url('../images/exp-prin.-copia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.extra-large {
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.map-link {
  width: 50%;
}

.update-delete-this {
  position: fixed;
  z-index: 10000;
  width: 70px;
  height: 70px;
  margin-top: 60px;
  margin-left: 30px;
  padding-top: 18px;
  border-radius: 50%;
  background-color: #fdff39;
  text-align: center;
  text-decoration: none;
}

.update-text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

.heading {
  font-family: Butler, sans-serif;
  letter-spacing: 3px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Butler, sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}

.servicios-descripcion {
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.heading-3 {
  font-family: Butler, sans-serif;
  color: #25282a;
  font-weight: 600;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  color: #909090;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  color: #909090;
}

.faq-question {
  font-family: Butler, sans-serif;
  color: #909090;
}

.faq-answer-title {
  font-family: Butler, sans-serif;
  font-weight: 600;
}

.faq-answer-text {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.heading-4 {
  font-family: Butler, sans-serif;
  font-weight: 600;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.text-block {
  color: #25282a;
  font-size: 50px;
  line-height: 57px;
  letter-spacing: 5px;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
  letter-spacing: 2px;
  text-decoration: none;
}

.footer-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  color: #f6f4ef;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  color: #f6f4ef;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  color: #f6f4ef;
}

.paragraph-13 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-14 {
  color: #d9d9d6;
}

.paragraph-15 {
  font-family: Montserrat, sans-serif;
  color: #d9d9d6;
}

.heading-5 {
  font-family: Butler, sans-serif;
}

.map {
  width: 100%;
  min-height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-16 {
  color: #fff;
}

.heading-6 {
  font-family: Butler, sans-serif;
}

.eventos-subtitulo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.heading-7 {
  font-family: Butler, sans-serif;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
}

.heading-8 {
  font-family: Butler, sans-serif;
}

.paragraph-17 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.link-businness {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #25282a;
  font-size: 18px;
  text-decoration: none;
}

.image {
  margin-bottom: 2px;
  margin-left: 10px;
}

.div-block-2 {
  display: inline;
}

.div-block-2.d-none {
  display: none;
}

.heading-9 {
  font-family: Butler, sans-serif;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.container {
  display: block;
  margin-bottom: 60px;
}

.container-2 {
  overflow: visible;
}

.section {
  display: block;
  margin-bottom: 100px;
}

.section.d-none {
  display: none;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.background {
  width: 90%;
  height: 450px;
  border-bottom: 5px solid #d9d9d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/5.jpg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.background:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/5.jpg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 0.8;
}

.background.business {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/AdobeStock_238572287.jpeg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/AdobeStock_238572287.jpeg');
}

.background.business-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/AdobeStock_228687553.jpeg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/AdobeStock_228687553.jpeg');
}

.background.business-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/AdobeStock_217927466.jpeg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/AdobeStock_217927466.jpeg');
}

.heading-10 {
  font-family: Butler, sans-serif;
  color: #f6f4ef;
  letter-spacing: 3px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #c6bcd0;
  letter-spacing: 2px;
}

.paragraph-18 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  position: relative;
  left: 0%;
  top: 200px;
  right: 0%;
  bottom: 0%;
  display: block;
  padding: 20px;
  text-decoration: none;
}

.heading-11 {
  margin-bottom: 30px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: Butler, sans-serif;
}

.circle-box-3 {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #f6f4ef;
  border-radius: 50%;
  background-image: url('../images/ICONOS-VP-02.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.circle-box-3:hover {
  opacity: 0.85;
}

.circle-box-3.social {
  background-image: url('../images/AdobeStock_169990765.jpeg');
  background-position: 40% 50%;
}

.circle-box-3.no-radius {
  border-radius: 0%;
  background-image: url('../images/copa_vino_trazo.svg');
  background-size: 37px;
}

.circle-box-4 {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #f6f4ef;
  border-radius: 50%;
  background-image: url('../images/ICONOS-VP-03.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.circle-box-4:hover {
  opacity: 0.85;
}

.circle-box-4.social {
  background-image: url('../images/AdobeStock_169990765.jpeg');
  background-position: 40% 50%;
}

.circle-box-4.no-radius {
  border-radius: 0%;
  background-image: url('../images/cumpleaños_trazo.svg');
  background-size: 28px;
}

.background-2 {
  width: 90%;
  height: 450px;
  border-bottom: 5px solid #d9d9d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/AdobeStock_169990765.jpeg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/AdobeStock_169990765.jpeg');
  background-position: 0px 0px, 35% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.background-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/AdobeStock_169990765.jpeg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/AdobeStock_169990765.jpeg');
  background-position: 0px 0px, 35% 50%;
  background-size: auto, cover;
  opacity: 0.8;
}

.background-3 {
  width: 90%;
  height: 450px;
  border-bottom: 5px solid #d9d9d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/AdobeStock_208733207.jpeg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/AdobeStock_208733207.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.background-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#25282a)), url('../images/AdobeStock_208733207.jpeg');
  background-image: linear-gradient(180deg, transparent, #25282a), url('../images/AdobeStock_208733207.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 0.8;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.eventos-subtitle {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.circle-box-1 {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #f6f4ef;
  border-radius: 50%;
  background-image: url('../images/AdobeStock_215059244.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.circle-box-1:hover {
  opacity: 0.85;
}

.circle-box-1.social {
  background-image: url('../images/AdobeStock_169990765.jpeg');
  background-position: 40% 50%;
}

.circle-box-1.business {
  border-radius: 0%;
  background-image: url('../images/general_icon_morado.svg');
  background-size: 75px;
}

.circle-box-6 {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #f6f4ef;
  border-radius: 50%;
  background-image: url('../images/ICONOS-VP-05.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.circle-box-6:hover {
  opacity: 0.85;
}

.circle-box-6.social {
  background-image: url('../images/AdobeStock_169990765.jpeg');
  background-position: 40% 50%;
}

.circle-box-6.business {
  background-image: url('../images/AdobeStock_224521180.jpeg');
}

.circle-box-6.no-radius {
  border-radius: 0%;
  background-image: url('../images/copa_vino_trazo.svg');
  background-size: 37px;
}

.circle-box-7 {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #f6f4ef;
  border-radius: 50%;
  background-image: url('../images/ICONOS-VP-08.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.circle-box-7:hover {
  opacity: 0.85;
}

.circle-box-7.social {
  background-image: url('../images/AdobeStock_169990765.jpeg');
  background-position: 40% 50%;
}

.circle-box-7.business {
  background-image: url('../images/AdobeStock_224521180.jpeg');
}

.circle-box-7.no-radius {
  border-radius: 0%;
  background-image: url('../images/anillos_compromiso_trazo.svg');
  background-size: 83px;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.paragraph-19 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.paragraph-20 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
  text-align: justify;
}

.paragraph-23 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.paragraph-24 {
  font-family: Montserrat, sans-serif;
  color: #25282a;
}

.lightbox-link-1-copy {
  width: 36%;
  height: 670px;
  margin-right: 10px;
  margin-bottom: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/LB_BM_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-1-copy:hover {
  opacity: 0.85;
}

.lightbox-link-2-copy {
  width: 62.5%;
  height: 330px;
  margin-bottom: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/E1-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-2-copy:hover {
  opacity: 0.85;
}

.lightbox-link-3-copy {
  width: 30.5%;
  height: 37%;
  min-height: 331px;
  margin-right: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/SALA_ESPERA_SANITARIO_M-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-3-copy:hover {
  opacity: 0.85;
}

.lightbox-link-4-copy {
  width: 31%;
  height: 37%;
  min-height: 331px;
  float: left;
  border-radius: 3px;
  background-image: url('../images/LB_BM_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-4-copy:hover {
  opacity: 0.85;
}

.block-quote-2 {
  line-height: 47px;
}

.lightbox-link-jardin-1 {
  width: 36%;
  height: 670px;
  margin-right: 10px;
  margin-bottom: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/jardin_1_optimizada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-jardin-1:hover {
  opacity: 0.85;
}

.lightbox-link-jardin-2 {
  width: 62.5%;
  height: 672px;
  margin-bottom: 1%;
  float: left;
  border-radius: 3px;
  background-image: url('../images/jardin_2_optimizada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link-jardin-2:hover {
  opacity: 0.85;
}

.link-3 {
  color: #f6f4ef;
  text-decoration: none;
}

.link-4 {
  color: #fff;
}

.slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-4.galeria {
  background-image: url('../images/escena_2.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.slide-4.nosotros {
  background-image: url('../images/salon-bajo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4.recepcion {
  background-image: url('../images/WhatsApp-Image-2020-01-30-at-12.36.32.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4.capilla {
  background-image: url('../images/m4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4.ba-os {
  background-image: url('../images/SANITARIO_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/AdobeStock_169990765.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-5.nosotros {
  background-image: url('../images/interior_1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.slide-5.recepcion {
  background-image: url('../images/E1-02.jpg');
}

.slide-5.ba-os {
  background-image: url('../images/SALA_ESPERA_SANITARIO_M-02.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/AdobeStock_128479433.jpeg');
  background-position: 50% 50%;
  background-size: 1218px;
  background-repeat: repeat;
}

.slider-2 {
  height: 600px;
}

.div-block-4 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.slide-7 {
  height: 400px;
}

.slider-3 {
  margin-bottom: 40px;
}

.slider-salon {
  height: 500px;
  margin-bottom: 50px;
}

.slider-jardin {
  height: 500px;
  margin-bottom: 50px;
}

.slide-8 {
  background-image: url('../images/jardin_2_optimizada.jpg');
  background-position: 50% 50%;
  background-size: 1400px;
}

.slider-terraza {
  height: 500px;
  margin-bottom: 50px;
}

.div-block-5 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.slide-nosotros {
  height: 500px;
}

.slider-entrada {
  height: 500px;
}

.slider-recepcion {
  height: 500px;
}

.slider-bar-terraza {
  height: 500px;
}

.slider-sala-de-juntas {
  height: 500px;
}

.slider-capilla {
  height: 500px;
}

html.w-mod-js *[data-ix="boxed-bg-2-initial-appearance"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="picture-frame-1-initial-appearance"] {
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="picture-frame-2-initial-appearance"] {
  -webkit-transform: rotate(8deg) translate(55px, 0px);
  -ms-transform: rotate(8deg) translate(55px, 0px);
  transform: rotate(8deg) translate(55px, 0px);
}

html.w-mod-js *[data-ix="picture-frame-3-initial-appearance"] {
  -webkit-transform: rotate(-8deg) translate(-55px, 0px);
  -ms-transform: rotate(-8deg) translate(-55px, 0px);
  transform: rotate(-8deg) translate(-55px, 0px);
}

html.w-mod-js *[data-ix="feature-box-initial-appearamnce"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="picture-frame-5-initial-appearance"] {
  -webkit-transform: rotate(12deg) translate(4%, 0px);
  -ms-transform: rotate(12deg) translate(4%, 0px);
  transform: rotate(12deg) translate(4%, 0px);
}

html.w-mod-js *[data-ix="picture-frame-6-initial-appearance-2"] {
  -webkit-transform: rotate(-8deg) translate(-18%, 0px);
  -ms-transform: rotate(-8deg) translate(-18%, 0px);
  transform: rotate(-8deg) translate(-18%, 0px);
}

html.w-mod-js *[data-ix="picture-frame-4-initial-appearance"] {
  -webkit-transform: translate(0px, 3%);
  -ms-transform: translate(0px, 3%);
  transform: translate(0px, 3%);
}

html.w-mod-js *[data-ix="picture-frame-7-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="picture-frame-8-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="boxed-bg-3-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="tabs-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="event-box-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="move-down-opacity-0"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-team-members"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="social-icon-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hover-bg-initial-appearance"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="-event-section-"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-event-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="-team-members-page-"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="social-icon-team-member-actions"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-team-members-page"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hover-bg-2-initial-appearance"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-social-icon-on-team-page"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-team-members-on-team-page"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="move-up-opacity-0-for-header-elements"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="move-up-opacity-0-for-header-elements-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -18px);
  -ms-transform: translate(0px, -18px);
  transform: translate(0px, -18px);
}

html.w-mod-js *[data-ix="actions-for-content-sections-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-content-sections-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="-messages-page-"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-serie-container"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-messages-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="-ministries-page-"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="move-down-opacity-0-for-ministry-container"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-ministry-containers"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-event-box-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-content-sections"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-content-sections-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-content-sections-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-content-sections-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="-message-series-"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="actions-for-content-sectoin"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="-body-"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="update-bade"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hero-social-icon-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hero-social-icon-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="hero-social-icon-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }
  .nav-link {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-link {
    padding-left: 30px;
  }
  .brand {
    height: 90px;
  }
  .hero-text-container {
    width: 60%;
  }
  .subtitle-hero-box-1 {
    width: 83%;
    font-size: 22px;
    line-height: 26px;
  }
  .left-arrow.off-to-the-left {
    left: -59px;
    display: none;
  }
  .right-arrow.off-to-the-right {
    right: -59px;
    display: none;
  }
  .slide-nav {
    position: absolute;
  }
  .slide-nav.relative {
    position: relative;
    font-size: 10px;
  }
  .social-icons-container {
    margin-bottom: 40px;
  }
  .top-divider-box {
    margin-bottom: 30px;
  }
  .left-column-box {
    padding-right: 0px;
  }
  .bottom-divider-box {
    margin-top: 30px;
  }
  .boxed-background-2 {
    right: 76px;
  }
  .boxed-background-3 {
    -webkit-transform: translate(-12%, 0px);
    -ms-transform: translate(-12%, 0px);
    transform: translate(-12%, 0px);
  }
  .picture-frame-7 {
    width: 62%;
  }
  .picture-frame-8 {
    width: 62%;
  }
  .verse-header-box {
    font-size: 56px;
    line-height: 62px;
  }
  .bible-verse-text-box {
    padding-right: 30px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  .boxed-background-4 {
    left: 15%;
    width: 70%;
  }
  .footer-column-1 {
    width: 50%;
    margin-bottom: 0px;
    padding-left: 25px;
    border-bottom: 1px solid #2d363e;
  }
  .bullet-point-box {
    display: block;
  }
  .footer-column-2 {
    width: 50%;
    padding-left: 25px;
    border-bottom: 1px solid #2d363e;
    border-right-style: none;
  }
  .footer-column-3 {
    width: 50%;
    padding-left: 25px;
    border-top: 1px solid #1d2328;
    border-left-style: none;
  }
  .footer-column-4 {
    width: 50%;
    padding-left: 25px;
    border-top: 1px solid #1d2328;
  }
  .menu-button {
    height: 90px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .burger-menu {
    position: relative;
    text-align: center;
  }
  .burger-line-1 {
    display: block;
    width: 20px;
    height: 2px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    background-color: #efa240;
  }
  .burger-line-2 {
    display: block;
    width: 20px;
    height: 2px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    background-color: #efa240;
  }
  .burger-line-3 {
    display: block;
    width: 20px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #efa240;
  }
  .right-column-box {
    padding-right: 0px;
    padding-left: 30px;
  }
  .team-member {
    min-height: auto;
  }
  .lightbox-link-1 {
    margin-right: 1%;
  }
  .lightbox-link-3 {
    min-height: 333px;
  }
  .lightbox-link-4 {
    min-height: 333px;
  }
  .lightbox-link-5 {
    width: 100%;
  }
  .buttons-container {
    width: 65%;
  }
  .circle-box-2 {
    width: 189px;
    height: 189px;
    margin-top: 15%;
  }
  .message-box {
    width: 30.5%;
  }
  .date.big {
    font-size: 19px;
    line-height: 23px;
  }
  .event-details-box {
    width: 100%;
  }
  .media-box {
    width: 30%;
  }
  .speaker-bio-box {
    display: inline-block;
  }
  .eventos-title.social.btncotiza {
    color: #414141;
  }
  .serie-container {
    width: 30.5%;
  }
  .slider-for-ministries {
    min-height: 410px;
  }
  .end-date {
    float: none;
  }
  .event-box-home {
    width: 47%;
  }
  ._50-percent-column.left-shadow {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .map-link {
    width: 100%;
  }
  .circle-box-3 {
    width: 189px;
    height: 189px;
    margin-top: 15%;
  }
  .circle-box-4 {
    width: 189px;
    height: 189px;
    margin-top: 15%;
  }
  .circle-box-1 {
    width: 189px;
    height: 189px;
    margin-top: 15%;
  }
  .circle-box-6 {
    width: 189px;
    height: 189px;
    margin-top: 15%;
  }
  .circle-box-7 {
    width: 189px;
    height: 189px;
    margin-top: 15%;
  }
  .lightbox-link-1-copy {
    margin-right: 1%;
  }
  .lightbox-link-3-copy {
    min-height: 333px;
  }
  .lightbox-link-4-copy {
    min-height: 333px;
  }
  .lightbox-link-jardin-1 {
    margin-right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-container {
    width: 80%;
  }
  .box-background {
    max-width: 380px;
  }
  .subtitle-hero-box-1 {
    font-size: 20px;
    line-height: 24px;
  }
  .social-icons-container {
    margin-left: 15px;
  }
  .social-icons-container.on-team-members {
    margin-left: 0px;
  }
  .social-icons-container.on-footer {
    margin-left: 0px;
  }
  .intro-feature-icon-box {
    width: 100%;
    text-align: center;
  }
  .intro-feature-text-box {
    width: 100%;
    padding-right: 10px;
    padding-left: 15px;
  }
  .left-column-box {
    width: 100%;
    margin-bottom: 100px;
  }
  .picture-frame-1 {
    width: 60%;
    height: 270px;
  }
  .picture-frame-2 {
    width: 60%;
    height: 230px;
  }
  .picture-frame-3 {
    width: 60%;
    height: 240px;
  }
  .pictures-frame-container {
    width: 100%;
  }
  .boxed-background-2 {
    left: 76px;
    top: auto;
    right: 76px;
    bottom: -50px;
    display: block;
    width: 50%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .boxed-background-2.d-none {
    display: none;
  }
  .intro-feature-box-1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    border-right-style: none;
    text-align: center;
  }
  .intro-feature-box-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    border-right-style: none;
    text-align: center;
  }
  .intro-feature-box-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .feature-box-1 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-box-2 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
  }
  .feature-box-3 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #eee;
  }
  .feature-box-4 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
  }
  .feature-box-5 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-box-6 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-box-7 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .feature-box-8 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    border-right-style: none;
  }
  .feature-box-9 {
    width: 50%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #eee;
  }
  .picture-frame-4 {
    height: 230px;
    max-width: 290px;
  }
  .picture-frame-6 {
    right: 40px;
    display: block;
    height: 230px;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .picture-frame-5 {
    left: 50px;
    display: block;
    height: 230px;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .boxed-background-3 {
    left: 6%;
    right: 6%;
    bottom: -8%;
    display: block;
    width: 70%;
    height: 60%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(3%, 0px);
    -ms-transform: translate(3%, 0px);
    transform: translate(3%, 0px);
  }
  .picture-frame-7 {
    top: 32%;
    max-width: 400px;
  }
  .picture-frame-8 {
    top: 24%;
    max-width: 400px;
  }
  .pictures-frame-container-3 {
    min-height: 500px;
  }
  .verse-header-box {
    font-size: 44px;
    line-height: 50px;
  }
  .team-member {
    width: 48%;
    min-height: auto;
  }
  .slide {
    width: 48%;
  }
  .lightbox-link-3 {
    min-height: 335px;
  }
  .lightbox-link-4 {
    min-height: 335px;
  }
  .circle-box-2 {
    width: 137px;
    height: 137px;
  }
  .message-box {
    width: 45%;
  }
  .info-box {
    width: 100%;
    padding-left: 0px;
  }
  .date.big {
    font-size: 18px;
    line-height: 22px;
  }
  .event-details-box {
    width: 100%;
    float: none;
  }
  .speaker-box {
    display: inline-block;
  }
  .eventos-title.social.btncotiza {
    color: #414141;
  }
  .serie-container {
    width: 45%;
  }
  .slider-for-ministries {
    min-height: 465px;
  }
  .event-box-home {
    width: 45%;
  }
  ._50-percent-column {
    width: 100%;
  }
  ._50-percent-column.left-shadow {
    width: 100%;
  }
  ._50-percent-column.left-padding {
    width: 100%;
    margin-top: 50px;
    padding-left: 0px;
  }
  ._50-percent-column.right-padding {
    width: 100%;
  }
  ._70 {
    width: 100%;
  }
  .feature-text-box {
    width: 100%;
    margin-top: 20px;
  }
  .circle-box-3 {
    width: 137px;
    height: 137px;
  }
  .circle-box-4 {
    width: 137px;
    height: 137px;
  }
  .circle-box-1 {
    width: 137px;
    height: 137px;
  }
  .circle-box-6 {
    width: 137px;
    height: 137px;
  }
  .circle-box-7 {
    width: 137px;
    height: 137px;
  }
  .lightbox-link-3-copy {
    min-height: 335px;
  }
  .lightbox-link-4-copy {
    min-height: 335px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0px;
  }
  .hero-text-container {
    width: 100%;
    margin-bottom: 0px;
  }
  .box-background {
    min-width: auto;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .slide-nav {
    display: block;
  }
  .social-icons-container {
    margin-bottom: 14%;
  }
  .button.left-border {
    margin-bottom: 10px;
  }
  .content-section.white-smoke {
    padding-top: 65px;
  }
  .left-column-box {
    padding-left: 0px;
  }
  .bottom-divider-box {
    margin-top: 0px;
  }
  .picture-frame-1 {
    width: 75%;
    height: 86%;
  }
  .picture-frame-2 {
    width: 74%;
    height: 62%;
  }
  .picture-frame-3 {
    width: 74%;
    height: 62%;
  }
  .pictures-frame-container {
    position: relative;
    overflow: hidden;
    height: 270px;
    padding-bottom: 20px;
    padding-left: 2px;
    text-align: center;
  }
  .boxed-background-2 {
    bottom: -60px;
    width: 60%;
  }
  .boxed-background-2.d-none {
    display: none;
  }
  .intro-feature-box-2 {
    padding-top: 20px;
  }
  .intro-feature-box-3 {
    padding-top: 20px;
  }
  .feature-box-1 {
    width: 100%;
    border-right-style: none;
  }
  .feature-box-2 {
    width: 100%;
    border-right-style: none;
  }
  .feature-box-3 {
    width: 100%;
    border-right-style: none;
  }
  .feature-box-4 {
    width: 100%;
    border-right-style: none;
  }
  .feature-box-5 {
    width: 100%;
    border-right-style: none;
  }
  .feature-box-6 {
    width: 100%;
  }
  .feature-box-7 {
    width: 100%;
    border-bottom: 1px solid #eee;
    border-right-style: none;
  }
  .feature-box-8 {
    width: 100%;
    border-bottom: 1px solid #eee;
    border-right-style: none;
  }
  .feature-box-9 {
    width: 100%;
    border-right-style: none;
  }
  .picture-frame-4 {
    width: 84%;
    margin-left: 7%;
  }
  .picture-frame-6 {
    width: 84%;
    margin-left: 3%;
  }
  .boxed-background-3 {
    bottom: -6%;
    height: 50%;
    margin-top: 60px;
  }
  .pictures-frame-container-3 {
    margin-top: 30px;
  }
  .tab-link {
    width: 97.5%;
  }
  .tab-link.w--current {
    width: 98%;
  }
  .tabs-menu {
    position: relative;
    padding-top: 8px;
  }
  .form-container {
    width: 100%;
    padding-left: 0px;
    background-image: none;
  }
  .verse-header-box {
    font-size: 50px;
    line-height: 56px;
  }
  .bible-verse-container {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer {
    padding-bottom: 0px;
  }
  .footer-column-1 {
    width: 100%;
    border-right-style: none;
    background-size: 110px;
  }
  .tabs-content-test {
    width: 100%;
    float: none;
  }
  .footer-column-2 {
    width: 100%;
    border-top: 1px solid #1d2328;
    border-left-style: none;
    background-size: 123px;
  }
  .footer-column-3 {
    width: 100%;
    border-bottom: 1px solid #2d363e;
    border-right-style: none;
    background-size: 139px;
  }
  .footer-column-4 {
    width: 100%;
    border-left-style: none;
    background-size: 139px;
  }
  .right-column-box {
    width: 100%;
    padding-left: 0px;
    background-image: none;
  }
  .team-member {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
  }
  .slide {
    width: 100%;
  }
  .church-ministry-box {
    width: 100%;
  }
  .lightbox-link-1 {
    width: 100%;
    height: 470px;
    float: none;
  }
  .lightbox-link-2 {
    width: 100%;
    float: none;
  }
  .lightbox-link-3 {
    width: 100%;
    min-height: 337px;
    float: none;
  }
  .lightbox-link-4 {
    width: 100%;
    min-height: 337px;
    float: none;
  }
  .buttons-container {
    width: 100%;
  }
  .circle-box-2 {
    width: 232px;
    height: 232px;
    margin-top: 0%;
    margin-bottom: 5%;
  }
  .numbering-box {
    float: none;
  }
  .pictures-frame-container-2 {
    padding: 24px 3px 11px;
  }
  .message-box {
    width: 100%;
  }
  .date.big {
    font-size: 17px;
    line-height: 21px;
  }
  .locate-us-box {
    padding-left: 0px;
  }
  .media-box {
    width: 46%;
    margin-bottom: 5px;
  }
  .speaker-picture-box {
    float: none;
  }
  .eventos-title.social.btncotiza {
    color: #414141;
  }
  .serie-container {
    width: 100%;
  }
  .speaker-right-box {
    width: 100%;
  }
  .event-box-home {
    width: 100%;
  }
  .hero {
    font-size: 16vw;
    line-height: 1.1em;
  }
  ._35-percent-column {
    width: 100%;
  }
  .heading-8 {
    white-space: normal;
  }
  .circle-box-3 {
    width: 232px;
    height: 232px;
    margin-top: 0%;
    margin-bottom: 5%;
  }
  .circle-box-4 {
    width: 232px;
    height: 232px;
    margin-top: 0%;
    margin-bottom: 5%;
  }
  .circle-box-1 {
    width: 232px;
    height: 232px;
    margin-top: 0%;
    margin-bottom: 5%;
  }
  .circle-box-6 {
    width: 232px;
    height: 232px;
    margin-top: 0%;
    margin-bottom: 5%;
  }
  .circle-box-7 {
    width: 232px;
    height: 232px;
    margin-top: 0%;
    margin-bottom: 5%;
  }
  .lightbox-link-1-copy {
    width: 100%;
    height: 470px;
    float: none;
  }
  .lightbox-link-2-copy {
    width: 100%;
    float: none;
  }
  .lightbox-link-3-copy {
    width: 100%;
    min-height: 337px;
    float: none;
  }
  .lightbox-link-4-copy {
    width: 100%;
    min-height: 337px;
    float: none;
  }
  .lightbox-link-jardin-1 {
    width: 100%;
    height: 470px;
    float: none;
  }
  .lightbox-link-jardin-2 {
    width: 100%;
    float: none;
  }
  .slide-4.galeria {
    background-size: cover;
  }
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}