:root {
  --dark-slate-blue: #104368;
  --steel-blue: #2b77ad;
  --gainsboro: #686867;
  --ghost-white: #f8faff;
  --black: #192227;
  --deep-sky-blue: #3fc0eb;
  --medium-turquoise: #65c2c3;
  --light-blue: #b2ddf8;
}

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

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

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

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

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

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

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

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

.button {
  border: 2px solid var(--dark-slate-blue);
  color: #333;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 30px;
  padding: 15px 35px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.navbar {
  z-index: 50;
  border-bottom: 1px solid var(--steel-blue);
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.nav-menu {
  float: left;
  align-items: center;
  display: flex;
}

.nav-link {
  float: none;
  color: var(--steel-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 35px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

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

.nav-link.w--current {
  color: var(--gainsboro);
  transition: all .5s;
}

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

.grey-box {
  background-color: var(--ghost-white);
  text-align: center;
  width: 50%;
  height: auto;
  min-height: 600px;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
}

.grey-box.full {
  width: 100%;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.contact-form {
  align-self: center;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

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

.footer-content {
  border: 1px solid var(--black);
  background-color: var(--black);
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 50px;
  display: flex;
}

.footer-text {
  color: #fff;
  margin-top: 28px;
  margin-right: 16px;
  font-family: Raleway, sans-serif;
  line-height: 28px;
}

.services {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.services-1 {
  background-color: var(--ghost-white);
  text-align: center;
  width: 25%;
  height: auto;
  min-height: 400px;
  padding: 32px;
  transition: all .75s;
  overflow: hidden;
}

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

.services-2 {
  background-color: var(--ghost-white);
  text-align: center;
  width: 25%;
  height: auto;
  min-height: 400px;
  padding: 32px;
  transition: all .75s;
}

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

.services-3 {
  background-color: var(--ghost-white);
  text-align: center;
  width: 25%;
  height: auto;
  min-height: 400px;
  padding: 32px;
  transition: all .75s;
}

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

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

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

.footer-logo {
  width: 200px;
}

.white {
  color: #fff;
  transform: none;
}

.body {
  flex-direction: column;
  height: auto;
  display: flex;
}

.maincontainer {
  flex-direction: column;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.maincontainer.numeralia {
  flex-direction: row;
  align-items: flex-start;
}

.mainhero {
  background-color: var(--ghost-white);
  background-image: url('../images/2fc_byn_a.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  margin: 20px;
  display: flex;
}

.mainhero.contacto {
  background-image: url('../images/Contacto_NI.png');
  background-position: 50%;
  height: 50vh;
}

.mainhero.contacto.nosotros {
  background-image: url('../images/2fc_byn_a.png');
  background-position: 0%;
}

.nosotrosblock {
  flex-wrap: wrap;
  margin: 0;
  display: flex;
}

.footersection {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footersection.logo {
  justify-content: flex-start;
  align-self: center;
  width: 20%;
  margin-right: 16px;
}

.footersection.contacto {
  width: 45%;
}

.footersection.men {
  width: 12%;
}

.heading {
  letter-spacing: -1px;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.heading.numeralia {
  color: #fff;
}

.heading.gal {
  margin-top: 32px;
  margin-bottom: 20px;
}

.heading-2 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.heading-2.numeralia {
  color: var(--ghost-white);
  margin-top: 8px;
  margin-bottom: 8px;
}

.heading-2.white.hero {
  text-align: right;
  font-size: 24px;
}

.numeralia-block {
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-top: 79px;
  margin-bottom: 79px;
  display: flex;
}

.numeralia {
  background-color: var(--steel-blue);
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.heading-4 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.heading-5 {
  letter-spacing: -1px;
  font-family: Raleway, sans-serif;
}

.paragraph {
  text-align: center;
  margin-top: 16px;
  font-family: Raleway, sans-serif;
}

.paragraph.detail {
  text-align: left;
}

.footerlink {
  color: var(--ghost-white);
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footerlink:hover {
  color: var(--gainsboro);
}

.herotitle {
  margin-right: 100px;
}

.footer-menu-block {
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}

.nosotros {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nosotros.detail {
  margin-bottom: 20px;
}

.servicesblock {
  flex-wrap: wrap;
  flex: 0 auto;
  margin: 0 0 20px;
  display: flex;
}

.services {
  flex-direction: row;
}

.contact {
  justify-content: center;
  display: flex;
}

.mapa {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.image {
  width: 100%;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
}

.footercontacts {
  align-items: flex-start;
  display: flex;
}

.services-4 {
  background-color: var(--ghost-white);
  text-align: center;
  width: 25%;
  height: auto;
  min-height: 400px;
  padding: 32px;
  transition: all .75s;
}

.services-4:hover {
  background-color: #0095ff66;
  background-image: none;
}

.gallery {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin: 0 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block {
  margin-top: 20px;
}

.slider {
  align-self: center;
  width: 100%;
  height: 80vh;
  display: block;
}

.image_inslider {
  width: 100%;
}

html.w-mod-js [data-ix="title-slide-in-1"], html.w-mod-js [data-ix="title-slide-in-2"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="services-slide-up-1"], html.w-mod-js [data-ix="services-slide-up-2"], html.w-mod-js [data-ix="services-slide-up-3"], html.w-mod-js [data-ix="services-slide-up-4"] {
  opacity: 0;
}

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

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

@media screen and (min-width: 1280px) {
  .navbar {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-photo-2 {
    background-position: 50%;
  }

  .footer-content {
    justify-content: space-around;
  }

  .footer-text {
    font-family: Raleway, sans-serif;
  }

  .services-1, .services-2, .services-3 {
    width: 25%;
  }

  .footer-logo {
    width: 200px;
  }

  .mainhero {
    align-items: center;
  }

  .mainhero.contacto.nosotros {
    justify-content: flex-end;
  }

  .nosotrosblock {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footersection.contacto {
    width: 40%;
  }

  .heading-3 {
    font-family: Raleway, sans-serif;
    font-weight: 600;
  }

  .nosotros {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .servicesblock {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .services {
    justify-content: center;
  }

  .image {
    margin-left: 20px;
    margin-right: 20px;
  }

  .services-4 {
    width: 25%;
  }
}

@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;
  }

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

  .brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .menu-button:active {
    background-color: #0000;
  }

  .menu-button.w--open {
    z-index: 50;
    background-color: #0000;
  }

  .nav-icon {
    color: var(--dark-slate-blue);
  }

  .nav-link {
    color: var(--dark-slate-blue);
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

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

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

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

  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-text.ubicacion {
    text-align: center;
    margin-right: 0;
  }

  .services-1, .services-2, .services-3 {
    width: 50%;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .brand-image {
    align-self: center;
    width: 120px;
    margin: 0 5px;
    padding-top: 0;
  }

  .footer-logo {
    width: 120px;
  }

  .maincontainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mainhero {
    justify-content: center;
  }

  .footersection.logo {
    align-items: center;
    width: 50%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footersection.contacto {
    align-items: center;
    width: 100%;
  }

  .footersection.men, .footersection.ubicacion {
    align-items: center;
    margin-bottom: 16px;
  }

  .heading.numeralia {
    text-align: center;
    justify-content: center;
  }

  .herotitle {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .footer-menu-block {
    align-items: center;
  }

  .image {
    width: 100%;
  }

  .footercontacts {
    justify-content: flex-start;
  }

  .services-4 {
    width: 50%;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: absolute;
  }

  .brand {
    padding-left: 5px;
  }

  .nav-menu {
    padding-top: 60px;
  }

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

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

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

  .about-photo {
    height: 250px;
  }

  .about-photo-2 {
    background-position: 50%;
    width: 100%;
    height: 250px;
    margin-top: 0;
  }

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

  .footer-content {
    text-align: center;
    flex-direction: column;
    padding: 20px;
  }

  .footer-text {
    align-self: flex-start;
    margin-top: 15px;
    margin-bottom: 35px;
    margin-right: 16px;
  }

  .footer-text.ubicacion {
    align-self: center;
    margin-right: 0;
  }

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

  .preloader {
    padding-top: 100px;
  }

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

  .brand-image {
    margin-left: 0;
  }

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

  .footersection {
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .footersection.contacto {
    width: 100%;
  }

  .heading {
    text-align: center;
  }

  .heading-2.white.hero {
    text-align: center;
    font-size: 16px;
  }

  .heading-3 {
    align-self: center;
  }

  .footercontacts {
    justify-content: space-around;
    align-self: center;
  }

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

@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;
  }

  .navbar {
    align-items: center;
    position: sticky;
  }

  .brand {
    padding-left: 0;
  }

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

  .menu-button {
    align-items: center;
    padding-right: 10px;
    display: flex;
  }

  .nav-icon {
    color: var(--dark-slate-blue);
    margin-top: 8px;
  }

  .grey-box {
    flex-direction: column;
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .about-photo {
    width: 100%;
    height: 200px;
    display: block;
    position: static;
  }

  .about-photo-2 {
    background-position: 50% 0;
    width: 100%;
    height: 200px;
  }

  .contact-form {
    width: 100%;
  }

  .footer-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-text {
    margin-top: 0;
    margin-right: 0;
  }

  .services {
    flex-direction: column;
  }

  .services-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .services-2, .services-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

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

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

  .footer-logo {
    align-self: center;
    width: 240px;
  }

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

  .maincontainer.numeralia {
    flex-direction: column;
  }

  .nosotrosblock {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .footersection {
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .footersection.logo {
    width: 50%;
  }

  .footersection.contacto, .footersection.men {
    width: 100%;
  }

  .heading {
    text-align: center;
    align-self: center;
    width: 80%;
  }

  .heading-2.white.hero {
    text-align: center;
    width: 80%;
    font-size: 16px;
  }

  .numeralia-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .herotitle {
    margin-bottom: 50px;
  }

  .nosotros {
    position: relative;
  }

  .servicesblock {
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .contact {
    margin-top: 1px;
    padding-top: 16px;
  }

  .footercontacts {
    flex-direction: column;
  }

  .services-4 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }
}


