h1 {
  float: right;
  color: #076cf2;
  font-size: 350%;
  line-height: 120%;
  font-weight: 700;
  text-align: right;
}

h2 {
  width: 70%;
  min-height: 80px;
  margin-top: 0px;
  margin-bottom: 5%;
  color: #076cf2;
  font-size: 280%;
  line-height: 110%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: rgba(0, 0, 0, .6);
  font-size: 120%;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  padding-right: 0%;
  padding-left: 0%;
  color: rgba(59, 92, 109, .7);
  font-size: 130%;
  line-height: 150%;
}

.container-100 {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
  font-family: Vag, sans-serif;
  font-weight: 300;
  text-align: center;
}

.container-100.hero-container {
  position: relative;
  height: 100vh;
  max-width: 100%;
  min-height: 640px;
  padding-right: 10%;
  padding-left: 10%;
  background-color: #076cf2;
  background-image: url('../images/buba-park-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.linea-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
}

.linea-bottom.home {
  bottom: -5%;
  -webkit-transform: scale3d(1, 0.6, 1);
  transform: scale3d(1, 0.6, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.linea-bottom.footer {
  bottom: 4%;
}

.inner {
  padding-top: 7%;
  padding-bottom: 10%;
}

.main {
  position: relative;
}

.linea-title {
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-right: 2%;
  float: left;
  background-color: rgba(0, 0, 0, .6);
  text-align: left;
}

.linea-title.blue {
  background-color: #076cf2;
}

.linea-title.white {
  background-color: #fff;
}

.container-txt {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  text-align: left;
}

.container-txt.facebook {
  text-align: center;
}

.container-txt.facebook.celular {
  display: none;
}

.container-txt.fotos {
  padding-bottom: 10%;
}

._50 {
  width: 50%;
  float: left;
}

._50.l {
  padding-right: 5%;
  padding-left: 5%;
}

._50.r {
  padding-right: 5%;
  padding-left: 5%;
}

.row {
  position: static;
  display: inline-block;
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.row.social {
  margin-top: 0px;
}

.inner-txt {
  font-style: normal;
}

.p-underline {
  text-decoration: underline;
}

.blanco {
  position: relative;
  background-color: #fff;
}

.gris {
  position: relative;
  background-color: #e3e3e3;
}

.container-locales {
  padding-top: 5%;
  padding-bottom: 5%;
}

._33 {
  width: 33%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
  text-align: left;
}

.link-map {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5%;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.link-map:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.link-local {
  display: block;
  margin-bottom: 3%;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  color: #076cf2;
  font-size: 280%;
  line-height: 110%;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link-local:hover {
  color: #003274;
}

.direccion {
  color: rgba(59, 92, 109, .7);
  font-size: 90%;
  line-height: 100%;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.html-embed {
  display: none;
}

.face-include {
  position: static;
  display: block;
  width: 100%;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h3-blue {
  color: #076cf2;
}

.azul {
  position: relative;
  padding-bottom: 10%;
  background-color: #076cf2;
}

.h3-blanco {
  color: #fff;
}

.trabaja {
  width: auto;
  margin-bottom: 3%;
  color: rgba(0, 0, 0, .4);
  font-size: 400%;
  text-decoration: underline;
}

.adress-white {
  color: #fff;
}

.text-field {
  margin-top: 8%;
  margin-bottom: 8%;
  padding-top: 3%;
  padding-bottom: 3%;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 120%;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.body {
  color: #fff;
}

.title-redes {
  margin-bottom: 3%;
  padding-bottom: 1%;
  padding-left: 1%;
  border-bottom: 3px solid rgba(0, 0, 0, .4);
  color: rgba(0, 0, 0, .4);
  font-size: 120%;
  line-height: 100%;
  font-weight: 700;
}

.social-links {
  margin-right: 1%;
  margin-left: 1%;
  float: left;
}

.img-social {
  opacity: 0.4;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.img-social:hover {
  opacity: 1;
  -webkit-transform: scale(0.9) rotate(-359deg);
  -ms-transform: scale(0.9) rotate(-359deg);
  transform: scale(0.9) rotate(-359deg);
}

.container-credits {
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
  text-align: center;
}

.credits-txt {
  font-family: Vag, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.5px;
}

.izq {
  float: left;
  text-align: left;
}

.derecha {
  float: right;
}

.link-credit {
  padding-bottom: 10px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
}

.enviar {
  padding: 4% 7%;
  border: 3px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  font-size: 140%;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.enviar:hover {
  border-color: rgba(0, 0, 0, .6);
  color: rgba(0, 0, 0, .6);
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.p-blanco {
  color: rgba(0, 0, 0, .75);
  font-size: 140%;
  font-weight: 300;
  text-align: left;
}

.inner-hero.del-home {
  display: inline-block;
  padding-right: 2%;
  padding-left: 2%;
}

.logo-container {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
}

.logo-container.solo-para-celular {
  display: none;
}

.navbar {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 3%;
  background-color: transparent;
}

.brand {
  width: 200px;
}

.nav-link {
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  font-family: Vag, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #076cf2;
}

.nav-link.w--current {
  color: rgba(0, 0, 0, .6);
}

.nav-link.work {
  border-radius: 50px;
  background-color: #076cf2;
}

.nav-link.work:hover {
  background-color: #0d56b6;
  color: #fff;
}

.txt-thanks {
  padding-bottom: 3%;
  border-bottom: 3px solid rgba(0, 0, 0, .6);
  color: rgba(0, 0, 0, .6);
  font-size: 200%;
  line-height: 100%;
  font-weight: 700;
}

.bg-no {
  background-color: transparent;
}

.error {
  color: rgba(0, 0, 0, .6);
}

.heading-2 {
  font-size: 330%;
  line-height: 100%;
}

.top {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 999;
  width: 64px;
  height: 64px;
  opacity: 0;
  -webkit-transform: translate(0px, 250px);
  -ms-transform: translate(0px, 250px);
  transform: translate(0px, 250px);
}

.slider-de-fotos {
  width: 100%;
  height: 600px;
  background-color: transparent;
}

.slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide._01 {
  border-radius: 25px;
  background-image: url('../images/2017-03-28-PHOTO-00000044.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._02 {
  border-radius: 25px;
  background-image: url('../images/2017-03-28-PHOTO-00000047.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._03 {
  border-radius: 25px;
  background-image: url('../images/2017-03-28-PHOTO-00000048.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._04 {
  border-radius: 25px;
  background-image: url('../images/2017-03-28-PHOTO-00000095.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._05 {
  border-radius: 25px;
  background-image: url('../images/2017-03-28-PHOTO-00000101.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._06 {
  border-radius: 25px;
  background-image: url('../images/2017-03-29-PHOTO-00000058.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._07 {
  border-radius: 25px;
  background-image: url('../images/2017-03-29-PHOTO-00000062.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._07 {
  border-radius: 25px;
  background-image: url('../images/2017-03-28-PHOTO-00000044.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._08 {
  border-radius: 25px;
  background-image: url('../images/2017-03-29-PHOTO-00000357.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._09 {
  border-radius: 25px;
  background-image: url('../images/2017-03-29-PHOTO-00000650.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._010 {
  border-radius: 25px;
  background-image: url('../images/15400925_1856576517907342_173532132651729007_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._011 {
  border-radius: 25px;
  background-image: url('../images/15676049_1863187450579582_2986746861817798486_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._012 {
  border-radius: 25px;
  background-image: url('../images/15844357_1870256456539348_1936882078507270447_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._013 {
  border-radius: 25px;
  background-image: url('../images/16251939_1882043058694021_2930946288999200437_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._014 {
  border-radius: 25px;
  background-image: url('../images/16252512_1882043182027342_660378779325220107_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._015 {
  border-radius: 25px;
  background-image: url('../images/IMG_1563.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._016 {
  border-radius: 25px;
  background-image: url('../images/IMG_1565.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._017 {
  border-radius: 25px;
  background-image: url('../images/2017-07-14-PHOTO-00000596.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._018 {
  border-radius: 25px;
  background-image: url('../images/Tucuman-585---2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._019 {
  border-radius: 25px;
  background-image: url('../images/Tucuman-585--1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._020 {
  border-radius: 25px;
  background-image: url('../images/Tucuman-585---3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow {
  color: #076cf2;
}

.slide-nav {
  color: #076cf2;
  font-size: 8px;
  letter-spacing: 0.5em;
}

.link-map-copy {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5%;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.link-map-copy:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

html.w-mod-js *[data-ix="l-01"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="l02"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="l03"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="lnav"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="stitle"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="s01"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="s02"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="s03"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .container-100 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .container-100.hero-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .face-include {
    min-width: auto;
  }
  .nav-link:hover {
    background-color: #0452b9;
    color: #fff;
  }
  .nav-link.work {
    border-radius: 0px;
    background-color: transparent;
  }
  .heading-2 {
    font-size: 300%;
  }
  .nav-menu {
    background-color: #076cf2;
  }
  .slider-de-fotos {
    height: 500px;
  }
}

@media (max-width: 767px) {
  h2 {
    width: auto;
    min-height: auto;
    margin-bottom: 3%;
  }
  .container-100.hero-container {
    height: 350px;
    min-height: auto;
  }
  .linea-bottom.home {
    bottom: 0%;
  }
  .linea-bottom.footer {
    bottom: 10%;
  }
  .container-txt {
    padding-right: 2%;
    padding-left: 2%;
  }
  .container-txt.facebook {
    display: none;
  }
  .container-txt.facebook.celular {
    display: block;
  }
  ._50.l {
    width: 100%;
    float: none;
  }
  ._50.r {
    width: 100%;
    float: none;
  }
  ._50.solo-home {
    width: 100%;
    float: none;
  }
  ._50.solo-home.responsive {
    display: none;
  }
  .row {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .row.social {
    margin-top: 5%;
  }
  .inner-txt {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  ._33 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    float: none;
    text-align: center;
  }
  .link-map {
    display: block;
    margin-right: auto;
    margin-bottom: 1%;
    margin-left: auto;
  }
  .link-local {
    margin-bottom: 0%;
    text-align: center;
  }
  .face-include {
    min-width: auto;
  }
  .azul {
    padding-bottom: 20%;
  }
  .trabaja {
    font-size: 300%;
  }
  .social-links {
    margin-right: 3%;
    margin-left: 3%;
  }
  .center {
    display: block;
    padding-top: 4%;
  }
  .inner-hero.del-home {
    padding-right: 2%;
    padding-left: 2%;
  }
  .logo-container.solo-para-celular {
    display: block;
    width: 30%;
    margin-bottom: 0%;
  }
  .brand {
    width: 150px;
  }
  .heading-2 {
    margin-top: 1%;
    float: none;
    font-size: 210%;
    text-align: left;
  }
  .top {
    display: none;
    opacity: 0;
  }
  .slider-de-fotos {
    height: 300px;
  }
  .link-map-copy {
    margin-bottom: 1%;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 220%;
  }
  .container-100.hero-container {
    height: 650px;
  }
  .linea-bottom.footer {
    bottom: 10%;
  }
  .inner {
    display: block;
    padding-top: 13%;
    padding-bottom: 14%;
  }
  .container-locales {
    padding-bottom: 10%;
  }
  .link-map {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .azul {
    padding-bottom: 35%;
  }
  .text-field {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .title-redes {
    padding-top: 3%;
  }
  .container-redes-sociales-links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container-credits {
    padding-right: 2%;
    padding-left: 2%;
    text-align: center;
  }
  .izq {
    margin-bottom: 1%;
    float: none;
    text-align: center;
  }
  .derecha {
    float: none;
  }
  .center {
    padding-top: 33%;
  }
  .logo-container.solo-para-celular {
    width: 60%;
    margin-bottom: 4%;
  }
  .brand {
    width: 50%;
    padding-top: 10px;
  }
  .heading-2 {
    font-size: 220%;
  }
  .slider-de-fotos {
    height: 500px;
  }
  .link-map-copy {
    width: 80%;
  }
}

@font-face {
  font-family: 'Vag';
  src: url('../fonts/VAGRoundedStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Vag';
  src: url('../fonts/VAGRoundedStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Vag';
  src: url('../fonts/VAGRoundedStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Vag';
  src: url('../fonts/VAGRoundedStd-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}