.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -3px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -3px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -2px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 15px 35px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5c5c5c;
  font-size: 28px;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
}

.button:hover {
  border-color: #878787;
  background-color: #878787;
  color: #fff;
}

.header {
  height: 100%;
  min-height: 0px;
  padding: 20px;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide-1 {
  background-color: rgba(26, 165, 224, 0.85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 139, 191, 0.28)), to(rgba(35, 139, 191, 0.28))), url('../images/AdobeStock_212843506.jpg');
  background-image: linear-gradient(180deg, rgba(35, 139, 191, 0.28), rgba(35, 139, 191, 0.28)), url('../images/AdobeStock_212843506.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

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

.slide-container {
  display: block;
  width: 75%;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.right-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.right-icon:hover {
  background-color: rgba(51, 51, 51, 0.49);
  color: #fff;
}

.left-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.left-icon:hover {
  background-color: rgba(51, 51, 51, 0.49);
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 34px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-container {
  display: block;
  width: 85%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  float: left;
}

.nav-link {
  padding-top: 13px;
  padding-right: 35px;
  padding-left: 35px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e3e3e3;
}

.nav-link.w--current {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.nav-link.w--current:hover {
  color: #e3e3e3;
}

.about {
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.grey-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 600px;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #bfe5f5;
  text-align: center;
}

.about-photo {
  height: 600px;
  background-image: url('../images/AdobeStock_283107162.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row {
  margin-bottom: 20px;
}

.about-photo-2 {
  height: 600px;
  background-image: url('../images/AdobeStock_283110867.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
}

.break---numbers {
  padding: 50px 20px;
}

.contact {
  height: auto;
  min-height: 400px;
  margin-bottom: 0px;
  padding: 50px 20px 0px;
  text-align: center;
}

.contact-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.label {
  font-family: Montserrat, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.text-field {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.text-area {
  height: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.footer-content {
  padding: 50px;
  background-color: rgba(26, 165, 224, 0.64);
  color: #33a0d6;
}

.footer-text {
  margin-top: 28px;
  color: #222;
  line-height: 28px;
}

.services {
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.services-photo {
  height: 600px;
}

.services-1 {
  overflow: hidden;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-1:hover {
  background-color: #e3e1d3;
  background-image: none;
}

.services-2 {
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #bfe5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-2:hover {
  background-color: #d7f8fa;
  background-image: none;
}

.services-3 {
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-3:hover {
  background-color: #d1d7e0;
  background-image: none;
}

.break---quotes {
  padding: 100px 20px;
  text-align: center;
}

.quote-slider {
  height: 100px;
  background-color: #fff;
}

.quote-1 {
  padding-top: 30px;
  text-align: center;
}

.quote-2 {
  padding-top: 30px;
  text-align: center;
}

.quote-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1.5px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.preloader {
  position: absolute;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  background-color: #f5f5f5;
  text-align: center;
}

.brand-image {
  margin-right: 70px;
}

.footer-logo {
  width: 80px;
}

.slide-3 {
  background-image: url('../images/hoop.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.portfolio-thumbnail {
  width: 100%;
  height: auto;
}

.portfolio-lightbox {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-lightbox:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.portfolio-hover-colour {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.colour {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.colour:hover {
  opacity: 1;
}

.white {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.portfolio-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 2%;
  -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;
  border: 1px solid #fff;
}

.portada-subtitulo {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
}

.portada-titulo {
  font-size: 75px;
  line-height: 70px;
  letter-spacing: 0px;
}

.paragraph {
  color: #222;
  font-size: 25px;
  line-height: 32px;
}

.link {
  text-align: left;
}

.map {
  height: 100%;
}

.heading {
  margin-bottom: 10px;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 20px;
}

.paragraph-2.servicios {
  color: #222;
  font-size: 18px;
  line-height: 24px;
}

.titulo-servicios {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.heading-4 {
  color: #fff;
}

.grid-2 {
  padding: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-11 {
  color: #3b2726;
}

.paragraph-71 {
  color: #3b2726;
}

.div-block-6 {
  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;
}

.button-5 {
  padding-left: 0px;
  background-color: transparent;
  color: #3b2726;
}

.div-block-13 {
  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;
}

.heading-12 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0px;
}

.image {
  margin: 25px;
}

.heading-13 {
  letter-spacing: 0px;
}

.heading-14 {
  letter-spacing: 0px;
}

.heading-15 {
  letter-spacing: 0px;
}

.portfolio-inner-2 {
  height: 100%;
  padding-top: 40%;
  border: 1px solid #fff;
}

.portfolio-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.body {
  background-color: #d7f8fa;
}

.button-6 {
  padding: 12px 18px;
  border-radius: 8px;
  background-color: #ffd73d;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.footer-content-2 {
  margin-top: 20px;
  padding: 50px;
  background-color: #bfe5f5;
}

.heading-16 {
  color: #222;
}

.heading-17 {
  color: #222;
}

html.w-mod-js *[data-ix="title-slide-in-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="title-slide-in-2"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="services-slide-up-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="preloader-fade-out"] {
  display: block;
  opacity: 1;
}

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

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }

  h2 {
    font-size: 32px;
    line-height: 31px;
  }

  h4 {
    margin-top: 5px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .button {
    margin-top: 15px;
  }

  .slider {
    height: auto;
    margin-bottom: 20px;
  }

  .slide-container {
    width: 85%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .navbar {
    position: absolute;
    top: 0px;
  }

  .nav-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-menu {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    background-color: #fff;
    text-align: center;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 19px;
    z-index: 0;
    margin-top: 30px;
    padding-top: 10px;
  }

  .menu-button:active {
    background-color: transparent;
  }

  .nav-icon {
    color: #fff;
  }

  .nav-link {
    color: #333;
    text-align: center;
  }

  .nav-link.w--current {
    color: #333;
    text-align: center;
  }

  .about {
    margin-top: 40px;
  }

  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-photo {
    height: 400px;
  }

  .about-photo-2 {
    height: 400px;
  }

  .break---numbers {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-photo {
    height: 400px;
  }

  .services-1 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-2 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-3 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .break---quotes {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .quote-text {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -1px;
  }

  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }

  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-image {
    width: 100px;
    margin-left: 5px;
    padding-top: 30px;
  }

  .footer-logo {
    width: 75px;
  }

  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  .portfolio-inner {
    padding-top: 35%;
  }

  .portada-subtitulo {
    font-size: 35px;
    line-height: 37px;
  }

  .portada-titulo {
    font-size: 50px;
  }

  .paragraph {
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph-2.servicios {
    font-size: 15px;
  }

  .titulo-servicios {
    font-size: 25px;
  }

  .portfolio-inner-2 {
    padding-top: 35%;
  }

  .grid-3 {
    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;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding-bottom: 0px;
  }

  .slider {
    height: auto;
  }

  .slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 165, 224, 0.25)), to(rgba(26, 165, 224, 0.25))), url('../images/AdobeStock_212843506.jpg');
    background-image: linear-gradient(180deg, rgba(26, 165, 224, 0.25), rgba(26, 165, 224, 0.25)), url('../images/AdobeStock_212843506.jpg');
    background-position: 0px 0px, 41% 0px;
  }

  .slide-container {
    width: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .navbar {
    position: absolute;
  }

  .nav-container {
    background-color: #bfe5f5;
  }

  .brand {
    padding-left: 5px;
  }

  .nav-menu {
    padding-top: 60px;
    background-color: #bfe5f5;
  }

  .menu-button {
    right: 21px;
    margin-top: 9px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
  }

  .nav-link {
    padding-bottom: 15px;
  }

  .about {
    padding-top: 0px;
  }

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

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

  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding: 20px;
  }

  .about-photo {
    height: 250px;
  }

  .row {
    margin-bottom: 0px;
  }

  .about-photo-2 {
    height: 250px;
    margin-top: 0px;
  }

  .portfolio {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }

  .break---numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-content {
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .footer-text {
    margin-top: 15px;
    margin-bottom: 35px;
    text-align: center;
  }

  .services-photo {
    height: 250px;
  }

  .services-1 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .services-2 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .column {
    margin-top: 20px;
    padding: 0px;
  }

  .preloader {
    padding-top: 100px;
  }

  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-image {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo {
    margin-bottom: 26px;
  }

  .portfolio-column {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .colour {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  .portada-subtitulo {
    margin-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .portada-titulo {
    margin-top: 0px;
    font-size: 25px;
  }

  .grid-2 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    margin-bottom: 20px;
  }

  .div-block-6 {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .portfolio-2 {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }

  .image-4 {
    width: 100px;
    max-width: 100%;
  }

  .button-6 {
    font-size: 15px;
  }

  .footer-content-2 {
    overflow: hidden;
    padding: 20px;
    text-align: center;
  }

  .column-2 {
    margin-top: 20px;
  }

  .columns {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider {
    height: 100%;
  }

  .mask {
    background-color: #d7f8fa;
  }

  .slide-1 {
    margin-top: 50px;
    background-color: #bfe5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 96, 152, 0.34)), to(rgba(12, 96, 152, 0.34))), url('../images/AdobeStock_212843506.jpg');
    background-image: linear-gradient(180deg, rgba(12, 96, 152, 0.34), rgba(12, 96, 152, 0.34)), url('../images/AdobeStock_212843506.jpg');
    background-position: 0px 0px, 38% 0%;
  }

  .slide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 160px;
    margin-bottom: -17px;
    padding-right: 15px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navbar {
    position: absolute;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-top: 40px;
    text-align: center;
  }

  .menu-button {
    margin-top: 10px;
    padding-right: 10px;
  }

  .nav-icon {
    color: #fff;
  }

  .about {
    padding-top: 0px;
  }

  .left-column {
    margin-top: 20px;
  }

  .right-column {
    margin-top: 20px;
  }

  .grey-box {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .about-photo {
    height: 200px;
  }

  .row {
    margin-bottom: 0px;
  }

  .about-photo-2 {
    height: 200px;
  }

  .portfolio {
    display: none;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .break---numbers {
    padding-bottom: 10px;
  }

  .contact {
    margin-top: 30px;
    padding-top: 30px;
  }

  .footer-content {
    text-align: center;
  }

  .services-photo {
    height: 200px;
  }

  .services-1 {
    margin-top: 0px;
  }

  .services-2 {
    margin-top: 0px;
  }

  .services-3 {
    margin-top: 0px;
  }

  .break---quotes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-slider {
    height: 130px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .brand-image {
    margin-left: 5px;
    padding-top: 10px;
  }

  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  .white {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 12px;
    line-height: 16px;
  }

  .portfolio-inner {
    padding-top: 30%;
  }

  .portada-subtitulo {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .portada-titulo {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 20px;
  }

  .heading {
    font-weight: 600;
  }

  .titulo-servicios {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
  }

  .grid-2 {
    display: block;
  }

  .heading-12 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 21px;
  }

  .image {
    margin-top: 10px;
  }

  .image-2 {
    margin-top: 10px;
  }

  .image-3 {
    margin-top: 10px;
  }

  .heading-13 {
    font-weight: 600;
  }

  .heading-14 {
    font-weight: 600;
  }

  .portfolio-inner-2 {
    padding-top: 30%;
  }

  .grid-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    width: 125px;
    margin-bottom: 10px;
  }

  .button-6 {
    font-size: 10px;
  }

  .footer-content-2 {
    overflow: hidden;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-14 {
    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;
  }

  .columns {
    position: static;
    overflow: visible;
    -o-object-fit: none;
    object-fit: none;
  }
}

