body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 46px;
  line-height: 190px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

ul {
  margin-top: 0px;
  margin-bottom: 36px;
  padding-left: 0px;
  font-size: 18px;
  text-align: left;
  list-style-type: none;
}

li {
  margin-bottom: 10px;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
  text-align: center;
}

.section.banner {
  height: 470px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section.grey {
  background-color: #eee;
}

.section.backimage {
  border-top: 3px solid #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89)), url('../images/banner2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89)), url('../images/banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.green {
  background-color: #43ad3f;
}

.nav {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #fff;
}

.logo {
  font-size: 30px;
  line-height: 65px;
  font-weight: 400;
}

.slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 550px;
}

.slider1 {
  background-image: url('../images/banner3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider2 {
  background-image: url('../images/banner2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider3 {
  background-image: url('../images/banner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titleslider {
  background-color: transparent;
  text-align: center;
}

.sub-bottom {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #afafaf;
}

.circulo {
  width: 200px;
  height: 200px;
  border: 6px solid #43ad3f;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.circulo:hover {
  -webkit-transform: scale(1.1) rotate(-7deg);
  -ms-transform: scale(1.1) rotate(-7deg);
  transform: scale(1.1) rotate(-7deg);
}

.circulo._12 {
  border: 8px solid #e96656;
}

.circulo._13 {
  border: 8px solid #34d293;
}

.circulo._14 {
  border: 8px solid #3ab0e2;
}

.service-description {
  color: #7c7c7c;
  font-size: 16px;
  text-align: center;
}

._1 {
  color: #e96656;
  font-size: 16px;
  text-transform: uppercase;
}

._2 {
  color: #34d293;
  font-size: 16px;
  text-transform: uppercase;
}

._3 {
  color: #3ab0e2;
  font-size: 16px;
  text-transform: uppercase;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.input {
  border-radius: 6px;
}

.button {
  border-radius: 8px;
  background-color: #3ab658;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4ae470;
}

.face {
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.face:hover {
  background-color: #2c88c7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.twit {
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.twit:hover {
  background-color: #7dc5f7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inta {
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.inta:hover {
  background-color: #ff008f;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.white-title {
  color: #fff;
}

.galeria-de-fotos {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.galery-row {
  margin-top: 5px;
  margin-bottom: 5px;
}

.galery-item {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.galery-item:hover {
  opacity: 0.75;
}

.flecha {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 87%, 0);
  color: #fff;
  font-size: 60px;
  line-height: 35px;
}

.flecha.w--current {
  background-color: hsla(0, 0%, 100%, 0);
  color: hsla(0, 0%, 100%, .45);
}

.flecha.derecha {
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: right;
}

.green-title {
  color: #43ad3f;
}

