@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css);
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: Montserrat;
  -webkit-font-smoothing: antialiased;
}

.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

section#main {
  background-image: url(../img/bg-01.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

section#main .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 30px;
}

section#main .container .input {
  border: solid 1px white;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 15px 20px;
  width: 30%;
  position: relative;
  display: none;
}

@media screen and (max-width: 960px) {
  section#main .container .input {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  section#main .container .input {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 428px) {
  section#main .container .input {
    width: 100%;
    margin: 0 auto;
  }
}

section#main .container .input:after {
  content: '';
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  height: 20px;
  width: 20px;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

section#main .container .input #search {
  background: none;
  border: none;
  font-size: 14px;
  outline: none;
  color: white;
}

section#about {
  padding-top: 94px;
  margin-top: -94px;
}

section#about .intro {
  background: #0c0c0c;
  color: white;
  padding: 100px 30px;
}

@media screen and (max-width: 768px) {
  section#about .intro {
    padding: 100px 50px;
  }
}

@media screen and (max-width: 428px) {
  section#about .intro {
    padding: 100px 30px;
  }
}

section#about .intro .content {
  max-width: 1200px;
  margin: 0 auto;
}

section#about .intro .content p {
      max-width: 450px;
    margin: auto;
    line-height: 2;
    text-align: justify;
}

section#about .planning {
  font-size: 0;
}

section#about .planning .mision, section#about .planning .vision {
  width: 50%;
  background: white;
  display: inline-block;
  vertical-align: top;
  padding: 90px 30px;
  color: #857253;
}

@media screen and (max-width: 768px) {
  section#about .planning .mision, section#about .planning .vision {
    width: 100%;
  }
}

section#about .planning .mision .title, section#about .planning .vision .title {
  text-transform: uppercase;
  font-size: 18px;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}

section#about .planning .mision .content, section#about .planning .vision .content {
  font-size: 1rem;
  line-height: 2;
  max-width: 450px;
  margin: 0 auto;
  text-align: justify;
}

section#about .planning .mision {
  -webkit-box-shadow: inset -3px 0px 0px #857253;
          box-shadow: inset -3px 0px 0px #857253;
}

@media screen and (max-width: 768px) {
  section#about .planning .mision {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  section#about .planning .vision {
    padding-top: 20px;
  }
}

section#services {
  padding-top: 94px;
  margin-top: -94px;
}

section#services .service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  section#services .service {
    display: block;
  }
}

section#services .service .title {
  background-color: #262c3b;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 50px;
  text-align: center;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  section#services .service .title {
    width: 100%;
    padding: 30px 50px;
  }
}

section#services .service .title .container {
  margin: 0 auto;
  text-align: center;
}

section#services .service .title .container img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  section#services .service .title .container img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}

section#services .service .title .container p {
  display: inline-block;
}

section#services .service .detail {
  padding: 60px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: inset 0px 5px 15px -10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 5px 15px -10px rgba(0, 0, 0, 0.2);
}

section#services .service .detail ul {
  margin: 0 auto;
  width: 80%;
  max-width: 700px;
  padding-left: 20px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media screen and (max-width: 960px) {
  section#services .service .detail ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

section#services .service .detail ul li {
  color: gray;
  font-size: 13px;
  display: inline-block;
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  overflow: visible;
  line-height: 1.5;
  padding-right: 30px;
}

section#services .service .detail ul li img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}

section#services .service .detail ul li .download-links {
  display: none;
}

section#services .service .detail ul li:before {
  content: '•';
  position: absolute;
  left: 0;
}

section#about_us {
  height: 100%;
  color: white;
  padding-top: 94px;
  margin-top: -94px;
}

@media screen and (max-height: 768px) {
  section#about_us {
    height: 140%;
  }
}

@media screen and (max-height: 608px) {
  section#about_us {
    height: 170%;
  }
}

@media screen and (max-width: 900px) {
  section#about_us {
    height: auto;
  }
}

section#about_us .slider {
  height: 100%;
}

@media screen and (max-width: 900px) {
  section#about_us .slider {
    height: auto;
  }
}

section#about_us .slider .slick-list, section#about_us .slider .slick-track {
  height: 100%;
}

section#about_us .slider .slick-dots {
  bottom: 30px;
}

section#about_us .slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  background: gray;
}

section#about_us .slider .slick-dots li button:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  color: transparent;
  background: white;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

section#about_us .slider .slide {
  height: 100%;
  background-image: url(../img/bg_5.jpg);
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  padding: 0 30px;
}

@media screen and (max-width: 900px) {
  section#about_us .slider .slide {
    height: auto;
    padding: 100px 30px 100px;
    background-position: 60% center;
  }
}

section#about_us .slider .slide .info {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 900px) {
  section#about_us .slider .slide .info {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

section#about_us .slider .slide .info .title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 500px;
}

@media screen and (max-height: 608px) {
  section#about_us .slider .slide .info .title {
    font-size: 40px;
  }
}

section#about_us .slider .slide .info .name {
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 500px;
}

@media screen and (max-height: 608px) {
  section#about_us .slider .slide .info .name {
    font-size: 17px;
  }
}

section#about_us .slider .slide .info hr {
  display: inline-block;
  width: 30px;
  margin-bottom: 20px;
}

section#about_us .slider .slide .info .description {
  text-align: justify;
  margin-bottom: 20px;
  max-width: 500px;
}

section#about_us .slider .slide .info .member {
  max-width: 500px;
	text-align: justify;
}

section#about_us .slider .slide .info .member span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

section#contact {
  padding: 90px 30px;
	background: #efefef;
}

section#contact .form-contact {
  padding-bottom: 30px;
}

section#contact .form-contact #frmFormMailContainer {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form {
  display: inline-block;
  padding: 0 20px;
  font-size: 0;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form #field_0_div {
  margin-right: 6%;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form #field_0_div, section#contact .form-contact #frmFormMailContainer .phpfmg_form #field_1_div {
  width: 47%;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  section#contact .form-contact #frmFormMailContainer .phpfmg_form #field_0_div, section#contact .form-contact #frmFormMailContainer .phpfmg_form #field_1_div {
    width: 100%;
    margin: 0;
  }
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form input, section#contact .form-contact #frmFormMailContainer .phpfmg_form textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 10px;
  color: #857253;
  border: solid 2px #857253;
  outline: none;
  resize: none;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form input::-webkit-input-placeholder, section#contact .form-contact #frmFormMailContainer .phpfmg_form textarea::-webkit-input-placeholder {
  color: #7d6d53;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form input::-moz-placeholder, section#contact .form-contact #frmFormMailContainer .phpfmg_form textarea::-moz-placeholder {
  color: #7d6d53;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form input:-ms-input-placeholder, section#contact .form-contact #frmFormMailContainer .phpfmg_form textarea:-ms-input-placeholder {
  color: #7d6d53;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form input::placeholder, section#contact .form-contact #frmFormMailContainer .phpfmg_form textarea::placeholder {
  color: #7d6d53;
}

section#contact .form-contact #frmFormMailContainer .phpfmg_form input[type="submit"] {
  background: #7d6d53;
  color: white;
  width: auto;
  padding: 2px 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  float: right;
}

section#contact .form-contact #thank_you_msg {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #7d6d53;
  padding: 0 20px;
}

section#contact .contact-info {
  font-size: 0;
}

section#contact .contact-info .info {
  background: #262c3b;
  color: white;
  width: 50%;
  min-height: 440px;
  height: 100%;
  padding: 100px 30px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  section#contact .contact-info .info {
    width: 100%;
    min-height: 0px;
    padding: 70px 30px;
  }
}

section#contact .contact-info .info .container {
  max-width: 450px;
  margin: 0 auto;
}

section#contact .contact-info .info .container .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

section#contact .contact-info .info .container p {
  line-height: 1.3;
}

section#contact .contact-info .info .container hr {
  display: inline-block;
  width: 30px;
  margin: 15px 0 30px;
}

section#contact .contact-info #map {
  overflow: hidden;
  height: 100%;
  width: 700px;
  display: inline-block;
  width: 50% !important;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  section#contact .contact-info #map {
    width: 100% !important;
    height: 400px !important;
  }
}

section#contact .contact-info #map #gmap_canvas {
  height: 100%;
  width: 100%;
}

section#clients {
  padding: 110px 30px;
  background: white;
  text-align: center;
}


section#clients .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  section#clients .container {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

section#clients .container .title {
  font-size: 35px;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 1.3;
  color: white;
  text-transform: uppercase;
}

section#clients .container hr {
  display: inline-block;
  width: 60px;
  margin: 50px 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

section#clients .container .logos img {
  max-height: 50px;
  max-width: 240px;
  margin: 30px;
  opacity: .6;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

section#clients .container .logos img:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  section#clients .container .logos img {
    display: block;
    margin: 50px auto;
  }
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 45px 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

nav .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

nav .container img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-height: 200px;
  max-width: 200px;
}

@media screen and (max-width: 960px) {
  nav .container img {
    max-height: 50px;
  }
}

nav .container ul {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  nav .container ul {
    background: #0b0b0b;
    width: 100vw;
    position: absolute;
    top: 120px;
    left: 50%;
    right: auto;
    margin: 0 auto;
    -webkit-transform: translateY(-20%) translateX(-50%);
        -ms-transform: translateY(-20%) translateX(-50%);
            transform: translateY(-20%) translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
  }
}

nav .container ul.is-visible {
  -webkit-transform: translateY(0%) translateX(-50%);
      -ms-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  opacity: 1;
  pointer-events: all;
}

nav .container ul li {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  nav .container ul li {
    display: block;
    padding: 20px 30px;
    text-align: center;
    margin-right: 0;
  }
}

nav .container ul li a {
  color: white;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

nav .container ul li a:hover {
  color: #7d6d53 !important;
}

nav .container ul li a.current {
  color: #7d6d53 !important;
}

nav .container .toggle-menu {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/menu-button-light.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  nav .container .toggle-menu {
    display: none;
  }
}

nav.is-compacted {
  background-color: white;
  padding: 10px 30px;
  padding-top: 10px;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}

nav.is-compacted .container img {
  max-height: 50px;
}

nav.is-compacted .container .toggle-menu {
  background-image: url(../img/menu-button-dark.png);
}

nav.is-compacted ul li a {
  color: black !important;
}

@media screen and (max-width: 960px) {
  nav.is-compacted ul li a {
    color: white !important;
  }
}

.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.popup .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 15px;
  cursor: pointer;
}

.popup.is-active {
  opacity: 1;
  pointer-events: all;
}

.popup.is-active .container {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}

.popup .container {
  display: inline-block;
  background-color: white;
  position: relative;
  top: 50%;
  left: 50%;
  padding: 60px 80px;
  max-width: 90%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
          transform: translate3d(-50%, -50%, 0) scale(0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 450px) {
  .popup .container {
    padding: 60px 40px;
  }
}

.popup .container .links p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 25px;
}

.popup .container .links ol li {
  list-style: decimal;
  margin-left: 13px;
  padding-left: 10px;
}

.popup .container .links ol li a {
  display: block;
  color: #7d6d53;
  margin-top: 15px;
}
.art-btn{
	font-size: 16px;
    background: #857253;
    color: white;
    padding: 5px 20px;
}
.btn-align{
	text-align: left;
}
.form_description{
	        text-align: center;
    font-size: 28px;
    font-weight: bolder;
    padding-bottom: 20px;
    color: #857253;
    max-width: 340px;
    margin: auto;
}
.block-social {
    position: fixed;
    bottom: 1%;
    left: 1%;
    z-index: 999;
}
.block-social li {
    display: inline-block;
    cursor: pointer;
}
.block-social li a {
    border-bottom: none;
	color:white;
	text-decoration: none;
}
.block-social li img{
	max-width:35px;
}
.block-social .contactar{
	background: #857253;
    padding: 10.3px 10px;
    color: white;
    font-weight: bold;
    position: relative;
    top: -12.5px;
	transition: all ease .3s;
}
.block-social .contactar:hover{
	background: #af8e67;
	transition: all ease .3s;
}
.whatsapp-app {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 100;
}
.whatsapp-app a {
    border-bottom: none;
}
.whatsapp-app img {
    width: 200px;
    transition: all ease .3s;
}
.heading{
	text-align: center;
    color: white;
    font-size: 35px;
	    font-weight: bolder;
	text-transform: uppercase;
}
.subheading{
	text-align: center;
    color: white;
    font-size: 25px;
    margin-top: 30px;
	text-transform: uppercase;
}
.heading-btn{
	text-transform: uppercase;
    text-align: center;
    max-width: 200px;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #857253;
    padding: 20px;
    color: white;
	transition: all ease .3s;
}
.heading-btn:hover{
	transition: all ease .3s;
	background: #857253;
	cursor: pointer;
}
section#servicios{
	    padding: 60px;
	background:#efefef;
}
.service-title{
	    text-align: center;
    font-size: 28px;
	color:#857253;
	font-weight: bold;
}
.service-desc{
	text-align: justify;
	padding: 30px 0px;
	line-height: 1.5;
	    max-width: 650px;
    margin: auto;
}
.service-list{
	    text-align: center;
    max-width: 900px;
    margin: auto;
}
.service-list ul li{
    padding: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
	transition:all ease .3s;
}
.service-list ul li:hover{
	cursor:pointer;
}
.service-list ul li:hover span{
	background:#837253;
	color:white;
	transition:all ease .3s;
}
.service-list span{
	text-align: center;
    font-size: 14px;
    padding: 7px 9px 7px 11px;
    background: #e7e4de;
    margin-right: 10px;
}
.service-detail{
	padding: 20px 0px;
    font-size: 16px;
}
.service-text{
	padding-bottom:30px;
}
.service-block{
    line-height: 2;
    font-size: 14px;
	vertical-align: top;
	font-weight: 500;
    padding-left: 20px;
}
.service-block img{
	    width: 13px;
    margin-left: 5px;
}
.service-contenido2, .service-contenido3{
	display:none;
}
.download-links {
    display: none;
}
#website{
	display:none;
}
.about-title{
	font-size: 28px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 20px;
	text-transform: uppercase;
}
.service-block ul li{
	font-size: 16px;
    color: #444;
	    list-style: disc !important;
	    padding-left: 0px;
}
.client-title{
	text-align: center;
    font-size: 28px;
    color: #7c6d53;
    font-weight: bold;
	padding-bottom: 0px;
}
.clientes-desc{
	padding-top:30px;
	padding-bottom:30px;
}
.client-image img{
	max-width: 100%;
	height:auto;
}
.client-image{
	max-width: 60px;
	margin:auto;
	padding-bottom:15px;
}
.client-name{
    font-size: 18px;
    font-weight: bolder;
}
.client-subname{
	    padding-top: 10px;
    font-size: 14px;
    font-weight: bolder;
    color: #666;
}
.client-text{
	font-size: 16px;
    line-height: 1.6;
	padding: 20px 0px;
}
.client-block{
	    max-width: 30%;
    display: inline-block;
    text-align: center;
	    background: #efefef;
	padding:30px;
	    margin: 0px 10px;
}
.form-desc{
	padding-top:10px;
	padding-bottom: 20px;
	    text-align: justify;
    line-height: 1.5;
	    max-width: 460px;
    margin: auto;
}
.line, .line2{
	max-width: 40px;
    margin: auto;
    position: relative;
    border: 2px solid #857253;
	    margin-bottom: 20px;
}
.line2{
	margin-top:20px;
	    margin-bottom: 0px;
}
#main a{
	text-decoration: none;
}
footer{
	    background: #0b0b0b;
    text-align: center;
    color: white;
    padding: 25px 0px;
}
@media screen and (max-width: 768px) {
.client-block {
    max-width:none;
    display: block;
    text-align: center;
    background: #efefef;
    padding: 30px;
    margin: 10px 10px;
	}
}
@media screen and (max-width: 480px) {
.service-list ul li.uno, .service-list ul li.dos, .service-list ul li.tres {
    font-size: 21px;
	}
	section#about_us .slider .slide {
        height: auto;
    padding: 150px 30px 150px;
    background-position: 35% center;
	}
	.heading {
    font-size: 25px;
		    line-height: 1.3;
	}
	.subheading {
    font-size: 20px;
	}
	section#about .planning .mision .title, section#about .planning .vision .title {
	text-align: center;
	}
	.block-social ul li img{
		max-width: 30px;
	}
	.block-social .contactar {
    background: #857253;
    padding: 8px 10px;
    color: white;
    font-weight: bold;
    position: relative;
    top: -10px;
    transition: all ease .3s;
}
}
@media screen and (max-width: 420px) {
	section#about_us .slider .slide {
        height: auto;
    padding: 150px 30px 150px;
    background-position: 35% center;
	}
}
