body {
  font-family: 'PT Serif', serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #969696;
}

a {
  color: #8d8d8d;
  text-decoration: none;
}

a:hover {
  color: #ececec;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #969696;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

li:hover {
  color: #20bc7c;
}

.navbar-container {
  padding-bottom: 10px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 4px;
  background-color: hsla(0, 0%, 100%, .9);
}

.welcome-image {
  display: none;
  padding-top: 200px;
  padding-bottom: 90px;
}

.welcome-title {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #ececec;
  font-size: 50px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 1px 1px 6px #000;
}

.welcome-section {
  position: relative;
}

.welcome-title-span {
  font-size: 40px;
  font-weight: 400;
}

.navmenu {
  padding-top: 35px;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-weight: 400;
}

.navmenu-navlink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #414141;
  letter-spacing: -1px;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, .34);
}

.navmenu-navlink:hover {
  color: #20bc7c;
  text-shadow: none;
}

.navmenu-navlink.w--current {
  color: #087045;
}

.welcome-txt {
  padding-bottom: 35px;
  color: #969696;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.welcome-txt-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #20bc7c;
  font-size: 34px;
  text-align: center;
  letter-spacing: -1px;
}

.welcome-btn {
  margin-top: 20px;
  margin-right: 28px;
  margin-left: 42px;
  border-radius: 15px;
  background-color: #868686;
}

.welcome-btn:hover {
  background-color: #00ad75;
}

.welcome-txt-paragraph {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  text-shadow: 1px 1px 6px #000;
}

.brand-block {
  box-shadow: none;
}

.h3-title {
  font-family: Montserrat, sans-serif;
  color: #20bc7c;
}

.lista {
  color: #969696;
}

.lista-block {
  padding-top: 10px;
  padding-bottom: 19px;
}

.columna-principal {
  padding-right: 35px;
}

.slider-overlay {
  padding: 310px 35px 110px;
}

.columna-slider {
  padding-top: 303px;
}

.list-bloxk {
  background-color: #ebebeb;
}

.cta-section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #20bc7c;
}

.footer-section {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px solid #ececec;
  background-color: #292929;
}

.cta-txt {
  padding-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #5e5e5e;
  font-size: 36px;
  line-height: 40px;
  text-align: right;
  letter-spacing: -2px;
}

.cta-btn {
  border-radius: 15px;
  background-color: #292929;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-btn:hover {
  background-color: #616161;
}

.cta-btn.cv {
  margin-top: 20px;
  background-color: #20bc7c;
  font-weight: 400;
}

.cta-btn.cv:hover {
  color: #292929;
}

.quickbar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(41, 41, 41, .94);
}

.quickbar-txt {
  font-family: 'PT Serif', serif;
  color: #969696;
  font-size: 11px;
  text-align: right;
}

.main-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hover-link {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.hover-txt {
  position: absolute;
  left: 0px;
  top: 42px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 85%;
  background-image: -webkit-linear-gradient(270deg, rgba(118, 13, 151, .35), rgba(118, 13, 151, .35));
  background-image: linear-gradient(180deg, rgba(118, 13, 151, .35), rgba(118, 13, 151, .35));
  font-family: 'PT Serif', serif;
  color: #00ffac;
  font-size: 28px;
  text-align: center;
}

.hover-txt:hover {
  display: inline-block;
}

.footer-txt {
  color: #8d8d8d;
  font-size: 12px;
}

.footer-list {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.cta-columna-icono {
  text-align: center;
}

.cta-columna-txt {
  text-align: right;
}

.columnas-9-3 {
  padding-top: 40px;
}

.faq-block {
  background-color: #ececec;
}

.faq-title {
  font-family: Montserrat, sans-serif;
  color: #009c69;
}

.faq-list {
  font-family: 'PT Serif', serif;
}

.link-txt {
  font-family: 'PT Serif', serif;
  font-weight: 700;
}

.link-txt:hover {
  color: #20bc7c;
}

.slide-01 {
  padding-top: 350px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(41, 41, 41, .66)), url('../images/bck-03.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(41, 41, 41, .66)), url('../images/bck-03.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-02 {
  padding-top: 350px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(41, 41, 41, .66)), url('../images/bck-04.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(41, 41, 41, .66)), url('../images/bck-04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider {
  height: 700px;
}

.fb-btn {
    display: none;
  padding-top: 10px;
}

.slide-03 {
  padding-top: 350px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(41, 41, 41, .66)), url('../images/bck-07.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(41, 41, 41, .66)), url('../images/bck-07.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navarrows {
  color: rgba(41, 41, 41, .4);
}

.navarrows:hover {
  color: rgba(41, 41, 41, .65);
}

.health-icons {
  padding: 30px;
  border-radius: 40px;
  background-color: #20bc7c;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.health-icons:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .45);
}

.iconcolumn {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.sub-section {
  display: none;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ececec;
}

.faq-question {
  padding: 5px;
  border-bottom: 1px solid #969696;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 5px;
}

.faq-question-title {
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 16px;
  font-weight: 400;
}

.faq-answer-text {
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-style: italic;
}

.bck-page-title {
  height: 320px;
  padding-top: 230px;
  padding-bottom: 10px;
}

.bck-page-title.servicios {
  background-image: url('../images/bck-nuestros-servicios.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bck-page-title.nosotros {
  background-image: url('../images/bck-nosotros.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bck-page-title.lugar {
  background-image: url('../images/bck-servicios.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bck-page-title.contacto {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .44), hsla(0, 0%, 100%, 0)), url('../images/bck-contacto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .44), hsla(0, 0%, 100%, 0)), url('../images/bck-contacto.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h1-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .45);
}

.dinamica-tabla {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flujo-blck {
  min-height: 120px;
  padding: 15px;
  border-radius: 15px;
  background-color: #ececec;
  -webkit-transform: skew(-7deg, 0deg);
  -ms-transform: skew(-7deg, 0deg);
  transform: skew(-7deg, 0deg);
  font-family: Montserrat, sans-serif;
  color: #20bc7c;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.numero-flujo {
  padding-bottom: 10px;
  color: #087045;
  font-size: 22px;
  font-weight: 700;
}

.dinamica-titulo {
  font-family: Montserrat, sans-serif;
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
}

.autoridades-txt {
  color: #969696;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.autoridades-txt-span {
  font-size: 16px;
  font-weight: 700;
}

.footer-item {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.galeria-block {
  min-height: 269px;
  margin-bottom: 10px;
  padding: 10px;
}

.imagen-destacada {
  padding-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.imagen-destacada:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.galeria-txt {
  color: #969696;
}

.datos-contacto {
  padding-top: 25px;
  padding-bottom: 30px;
}

.map {
  margin-bottom: 20px;
}

.form-btn {
  background-color: #20bc7c;
}

.form-btn:hover {
  background-color: #087045;
}

.form-btn:active {
  background-color: #969696;
}

.success-block {
  background-color: #ececec;
}

.success-block-txt {
  color: #20bc7c;
}

.mail-link:hover {
  color: #20bc7c;
}

.lista-bullets {
  border-bottom-width: 0px;
}

.job-section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url("http://www.residencialmg.com/images/rmg-presion.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url("http://www.residencialmg.com/images/rmg-presion.jpg");
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.job-container {
  text-align: center;
}

@media (max-width: 991px) {
  .welcome-title {
    font-size: 42px;
  }
  .welcome-title-span {
    font-size: 32px;
  }
  .navmenu {
    background-color: hsla(0, 0%, 93%, .83);
  }
  .slide-01 {
    padding-top: 285px;
    background-position: 0px 0px, 50% 50%;
  }
  .slide-02 {
    padding-top: 285px;
    background-position: 0px 0px, 0px 50%;
  }
  .slider {
    height: 550px;
  }
  .slide-03 {
    padding-top: 285px;
    background-position: 0px 0px, 66% 50%;
  }
  .bck-page-title.nosotros {
    background-position: 50% 50%;
  }
  .bck-page-title.contacto {
    background-position: 0px 0px, 50% 0px;
  }
}

@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bck-page-title.servicios {
    background-position: 0px 50%;
  }
  .bck-page-title.nosotros {
    background-position: 50% 50%;
  }
  .bck-page-title.lugar {
    background-position: 50% 0px;
  }
  .bck-page-title.contacto {
    background-position: 0px 0px, 50% 0px;
  }
  .flujo-blck {
    min-height: 70px;
    margin-bottom: 13px;
  }
}

@media (max-width: 479px) {
  .health-icons {
    padding: 21px;
  }
  .bck-page-title.servicios {
    background-position: 50% 50%;
  }
  .bck-page-title.nosotros {
    background-position: 100% 50%;
  }
  .bck-page-title.lugar {
    background-position: 50% 50%;
  }
  .bck-page-title.contacto {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
}

