* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.t-form input,
.floor .b-hello-2 input,
.floor .b-land input,
.t-form textarea,
.floor .b-hello-2 textarea,
.floor .b-land textarea,
.t-form button,
.floor .b-hello-2 button,
.floor .b-land button {
  outline: none;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  border: none;
  height: 32px;
  border-radius: 5px;
  padding: 0 12px 0 12px;
  width: 260px;
  vertical-align: top;
}
.t-form input:focus,
.floor .b-hello-2 input:focus,
.floor .b-land input:focus,
.t-form textarea:focus,
.floor .b-hello-2 textarea:focus,
.floor .b-land textarea:focus,
.t-form button:focus,
.floor .b-hello-2 button:focus,
.floor .b-land button:focus {
  background: #fffcf2;
}
a {
  padding-top: 0.6em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
.nc-navbar {
  z-index: 999;
  font-weight: 200;
}
.nc-navbar a {
  border: none;
}
body {
  font-family: 'Lato', sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
a,
a:visited {
  color: #0072ba;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,114,186,0.5);
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}
a:hover,
a:visited:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
a.dark,
a:visited.dark {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
a.dark:hover,
a:visited.dark:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
a.lite,
a:visited.lite {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
a.lite:hover,
a:visited.lite:hover {
  color: #f2f201;
  border-color: rgba(242,242,1,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
.page {
  width: auto;
  min-width: 960px;
  max-width: 1440px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.header {
  height: auto;
  position: relative;
  background: #fff !important;
  z-index: 900;
  border-bottom: 1px solid #f3f4f5;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 60px;
  position: absolute;
  left: 20px;
  top: 19px;
}
.header .logo img {
  height: 60px;
  max-width: 200px;
}
.header .description {
  position: absolute;
  top: 25px;
  left: 260px;
  max-width: 200px;
}
.header .description .phone {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.header .menu {
  display: block;
  cursor: default;
  padding: 30px 20px 28px 490px;
  text-align: left;
  font-weight: 100;
}
.header .menu a {
  display: inline-block;
  vertical-align: top;
  border: none;
  color: #015a9e;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  font-size: 16px;
  font-weight: 100;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.header .menu a.active {
  background: #015a9e;
  color: #fff;
}
.header .menu a.active:hover {
  color: #fff;
  cursor: default;
}
.header .menu a:hover {
  color: #015a9e;
}
.floor {
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  background-position: center center !important;
}
.floor .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url("../img/overone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.floor .overlay-2 {
  position: absolute;
  width: 100%;
  height: 150%;
  top: -120px;
  background: url("../img/overone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.floor .full-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.floor .holder-640 {
  height: 640px;
}
.floor .b-hello-2 {
  position: relative;
  z-index: 100;
  min-height: 530px;
  margin: 0;
  padding: 65px 550px 80px 70px;
  background-size: cover !important;
}
.floor .b-hello-2 h2,
.floor .b-hello-2 h1 {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  position: absolute;
  bottom: 90px;
  left: 65px;
  padding: 0 420px 20px 0;
}
.floor .b-hello-2 p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 20px 0;
  font-weight: 400;
  z-index: 100;
}
.floor .b-hello-2 .tel {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: -10px 0 0 0;
}
.floor .b-hello-2 .form {
  background: #707a99;
  width: 300px;
  position: absolute;
  top: 60px;
  right: 70px;
  border-radius: 5px;
  color: #fff;
  padding: 30px 20px 50px 20px;
}
.floor .b-hello-2 .form h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.floor .b-hello-2 .form input.mail,
.floor .b-hello-2 .form input.name,
.floor .b-hello-2 .form input.phone {
  display: block;
  width: 100%;
  margin: 5px 0 20px 0;
}
.floor .b-hello-2 .form textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding-top: 10px;
  margin: 5px 0 20px 0;
}
.floor .b-hello-2 .form input.button {
  display: inline-block;
  width: auto;
  background: #ffe060;
  cursor: pointer;
  font-weight: 500;
  padding: 0 25px 0 25px;
}
.floor .b-hello-2 .form input.button:hover {
  background: #ffec80;
}
.floor .b-tableau {
  text-align: center;
  padding: 70px 0px 80px 0px;
}
.floor .b-tableau h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-tableau .grid {
  padding: 50px 10px 0 10px;
  font-size: 0;
}
.floor .b-tableau .grid .one {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 450px;
  height: 200px;
  padding: 15px 20px 0 220px;
  margin: 0 10px 25px 10px;
  background: rgba(0,0,0,0.1);
  position: relative;
}
.floor .b-tableau .grid .one img {
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.floor .b-tableau .grid .one span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.floor .b-tableau .grid .one h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.floor .b-tableau .grid .one p {
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.floor .b-tableau .grid .one .price {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  background: #707a99;
  width: 200px;
  height: 40px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.floor .b-peoples {
  background: #f3f4f5;
  text-align: center;
  padding: 70px 0px 105px 0px;
}
.floor .b-peoples h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-peoples .grid {
  padding: 15px 0 0 0;
}
.floor .b-peoples .grid .one {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 31%;
  padding: 35px 0 0 0;
}
.floor .b-peoples .grid .one img {
  width: 60%;
}
.floor .b-peoples .grid .one h3 {
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0 5px 0;
}
.floor .b-peoples .grid .one .office {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.floor .b-peoples .grid .one .phone {
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.floor .b-peoples .grid .one .mail {
  margin: 0 0 20px 0;
}
.floor .b-peoples .grid .one a.button {
  display: inline-block;
  color: #707a99;
  padding: 0 25px 0 25px;
  height: 42px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #707a99;
}
.floor .b-peoples .grid .one a.button:hover {
  background: #707a99;
  color: #fff;
  border: 1px solid #707a99;
}
.floor .b-features-3 {
  text-align: center;
  padding: 70px 0px 60px 10px;
}
.floor .b-features-3 h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-features-3 .description {
  margin: 25px auto 50px auto;
  color: #6c6c6c;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  width: 420px;
}
.floor .b-features-3 .grid {
  padding: 15px 0 0 0;
}
.floor .b-features-3 .grid .one {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  width: 31%;
  padding: 0px 50px 50px 70px;
}
.floor .b-features-3 .grid .one img {
  max-width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.floor .b-features-3 .grid .one h3 {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  padding: 0px 0 10px 0;
}
.floor .b-features-3 .grid .one span {
  display: block;
  text-align: left;
  color: rgba(0,0,0,0.7);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.floor .b-about-3 {
  height: auto;
  background: #f3f4f5;
  padding: 80px 0 70px 0;
}
.floor .b-about-3 .wrapper {
  margin: 0 auto 0 auto;
  font-size: 0;
  width: 810px;
}
.floor .b-about-3 .text {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 80px;
  width: 430px;
}
.floor .b-about-3 .text h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  padding: 0 0 35px 0;
}
.floor .b-about-3 .text h3 {
  padding: 0 0 10px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.floor .b-about-3 .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 30px 0;
}
.floor .b-about-3 .image {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
}
.floor .b-about-3 .image img {
  max-width: 100%;
}
.floor .b-feedback-3 {
  text-align: center;
  padding: 70px 0px 0px 0px;
}
.floor .b-feedback-3 h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-feedback-3 h2:before {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-l.png");
  position: absolute;
  top: 12px;
  left: -87px;
}
.floor .b-feedback-3 h2:after {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-r.png");
  position: absolute;
  top: 12px;
  right: -87px;
}
.floor .b-feedback-3 .grid {
  padding: 50px 10px 55px 10px;
  font-size: 0;
}
.floor .b-feedback-3 .grid .one {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 48%;
  margin: 0 1% 50px 1%;
}
.floor .b-feedback-3 .grid .one .box {
  border: 2px solid #ebf1f4;
  border-radius: 5px;
  text-align: left;
  position: relative;
  z-index: 10;
}
.floor .b-feedback-3 .grid .one img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #ebf1f4;
  z-index: 20;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.floor .b-feedback-3 .grid .one h3 {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  background: #f3f4f5;
  padding: 15px 0 20px 40px;
}
.floor .b-feedback-3 .grid .one span.quote {
  color: #6c6c6c;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding: 20px 30px 40px 40px;
}
.floor .b-feedback-3 .grid .one span.quote:before {
  content: '«';
  position: absolute;
  top: 16px;
  left: 13px;
  color: #d8e1e5;
  font-size: 40px;
  font-weight: 400;
}
.floor .b-land {
  height: 670px;
  padding: 170px 550px 80px 70px;
}
.floor .b-land h2 {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  padding: 0 0 20px 0;
}
.floor .b-land p {
  font-size: 17px;
  line-height: 27px;
  padding: 0 0 20px 0;
  font-weight: 400;
  position: relative;
  color: #fff;
}
.floor .b-land .map {
  background: rgba(0,0,0,0.2);
  height: 260px;
  margin: 0 0 30px 0;
}
.floor .b-land .form {
  width: 300px;
  position: absolute;
  top: 60px;
  right: 70px;
  border-radius: 5px;
  color: #fff;
  padding: 110px 20px 50px 20px;
}
.floor .b-land .form h3 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 200;
  padding: 0 0 20px 0;
}
.floor .b-land .form input.mail,
.floor .b-land .form input.name,
.floor .b-land .form input.phone {
  display: block;
  width: 100%;
  margin: 5px 0 20px 0;
  height: 15px;
}
.floor .b-land .form textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  margin: 5px 0 20px 0;
}
.floor .b-land .form input.button {
  display: inline-block;
  width: auto;
  background: #ffe060;
  cursor: pointer;
  font-weight: 200;
  padding: 0 25px 0 25px;
  height: 20px;
}
.floor .b-land .form input.button:hover {
  background: #ffec80;
}
.footer {
  background: #fff;
  position: relative;
  padding: 15px 15px 30px 30px;
}

.footer__social, .footer__contacts {
    list-style: none;
    padding: 0;
}

.footer__flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.footer__social {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.footer__social-link {
    text-decoration: none;
    border-bottom: none;
}

.footer__social-link:hover {
    text-decoration: none;
    opacity: 0.5;
}

.footer__oferta {
    font-size: 12px;
    margin-top: 15px;
}

.fa {
    text-decoration: none;
    color: #939598;
    border: none;
}

@media screen and (max-width: 700px) {
    .header {
        flex-direction: column;
    }
    
    .footer__flex-container {
        flex-direction: column;
    }
}