body {
  font-family: National, sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 100%;
}

.navbar {
  position: absolute;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.navbar.navbar__negative {
  background-color: #fff;
}

.navbar_contain__brand {
  display: inline-block;
  padding: 15px;
  float: none;
}

.navbar__contain__menu {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.navbar__contain__menu_btn {
  padding: 35px;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.navbar__contain__menu_btn.navbar__contain__menu--negative {
  color: #262626;
}

.seccion_hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.seccion_hero__slider {
  height: 100vh;
}

.seccion_hero__slider__mask__slide {
  background-image: url('../images/background_1.png');
  background-position: 50% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
}

.seccion_hero__diagonal {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-top: 15vh;
  border-style: solid;
  border-width: 500px 0px 0px 1700px;
  border-color: transparent transparent #ff6a4c #ff6a4c;
}

.diagon_section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.diagon_section__block {
  width: 60%;
  padding-left: 40px;
}

.diagon_section__block__h1 {
  margin-top: 35px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 59px;
}

.diagon_section__block__btn {
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 20px 50px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.diagon_section__block__btn:hover {
  background-color: #fff;
  color: #ff6a4c;
}

.diagon_section__block__btn:active {
  box-shadow: none;
}

.diagon_section__block__img--small {
  display: none;
}

.navbar__contain__brandmobile {
  display: none;
}

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 140px;
  margin-left: 140px;
  padding-top: 70px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.categories__items {
  position: relative;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 46%;
  -ms-flex: 1 0 46%;
  flex: 1 0 46%;
}

.categories__items__h2 {
  margin-top: -10px;
  margin-bottom: 85px;
  padding-left: 25px;
  font-size: 55px;
}

.footer_home {
  padding-top: 135px;
  background-color: #ff6a4c;
}

.footer_home__container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
}

.footer_home__container__text {
  width: 60%;
  color: #fff;
  font-size: 31px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
}

.footer_home__container_h1 {
  color: #ffc391;
  font-size: 102px;
  line-height: 103px;
}

.categories__item--hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.categories_item--hover__text {
  position: absolute;
  padding-right: 10px;
  padding-left: 30px;
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
}

.navbar_w {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100vw;
  background-color: #fff;
}

.navbar_w.negative {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.navbar_w__contain {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.navbar_w__contain__menu {
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.navbar_w__contain__menu.nomargin {
  left: 0px;
  height: 65px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar_w__contain__menu__link {
  width: 15%;
  padding-top: 25px;
  padding-bottom: 0px;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.navbar_w__contain__menu__link:hover {
  color: #ff6a4c;
}

.navbar_w__contain__menu__link.negative {
  color: #fff;
  font-size: 15px;
}

.navbar_w__contain__menu__link.negative:hover {
  color: #ff6a4c;
}

.navbar_w__contain__menu__link.mobilemenu {
  display: none;
}

.navbar_w__contain__menu__link.mobile {
  display: none;
}

.navbar_w__contain__menu__link.mobile.w--current {
  display: none;
}

.navbar_w__contain__menu__link_img {
  opacity: 0;
}

.navbar_w__contain__menu__link_img:focus {
  opacity: 1;
}

.nabar_w__contain__menu__link {
  padding: 35px;
  color: #262626;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.navbar_w__contain__menu__link__img {
  position: relative;
  bottom: 5px;
  opacity: 0;
}

.navbar_w__contain__menu__brand {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.navbar_w__contain__menu__brand--mobile {
  display: none;
}

.seccion {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  height: 100vh;
  margin-top: 0px;
  -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;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.seccion.mobile {
  display: none;
}

.seccion.clients {
  margin-top: 0px;
}

.aside {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  padding-bottom: 50px;
  background-color: #ebebeb;
}

.aside.global {
  position: fixed;
  padding: 50px;
}

.aside.global.glob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.diagonblock {
  position: absolute;
  top: -10%;
  z-index: 0;
  width: 100%;
  height: 75%;
  background-color: #dedede;
  -webkit-transform: skew(0deg, 12deg);
  -ms-transform: skew(0deg, 12deg);
  transform: skew(0deg, 12deg);
}

.bside {
  position: absolute;
  left: 50%;
  width: 50%;
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.bside.global {
  left: 50%;
  top: 120px;
  right: 50%;
  overflow: visible;
  padding: 0px 50px;
}

.bside.ourprocess {
  display: inline-block;
  padding-right: 50px;
  padding-left: 70px;
}

.parrafo {
  position: static;
  margin-left: 100px;
  color: #b2b2b2;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
}

.aside__link {
  position: static;
  bottom: -60px;
  display: inline-block;
  margin-left: 100px;
  color: #b2b2b2;
  font-size: 22px;
  line-height: 31px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.aside__link:hover {
  color: #ff6a4c;
}

.aside__contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 120px;
  padding-right: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bside__container {
  display: block;
  width: 80%;
  height: 100vh;
  margin-left: 80px;
}

.bside__container.section {
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 70px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bside__container__h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #262626;
  font-size: 48px;
}

.bside__container__p {
  width: 500px;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #262626;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
}

.bside__container__logo {
  width: 30%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bside__container__logo.justvie {
  margin-top: -5px;
  padding-top: 0px;
}

.bside__bg {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 50%;
  background-image: url('../images/Asset-1.svg');
  background-position: 50% 40%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.bside__bg.our_process {
  display: none;
}

.subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.subnav.subnavmini {
  height: 10vh;
  margin-top: 65px;
  padding: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subnav__link__h1 {
  position: relative;
  left: 10px;
  top: 25px;
  margin-left: 10px;
  line-height:32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #b2b2b2;
}

.subnav__link__h1.especiallink.share.mini_text {
  position: static;
  font-size: 28px;
  line-height: 24px;
}

.subnav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-decoration: none;
}

.subnav__link.mobile {
  display: none;
}

.img {
  position: relative;
  opacity: 1;
}

.subnav__link__img {
  position: relative;
}

.subnav__link__h1--hover {
  position: relative;
  left: 10px;
  top: 25px;
  line-height:32px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #ff6a4c;
}

.subnav__link__h1--hover.share {
  font-size: 38px;
  line-height:32px;
}

.minisubnav {
  margin-top: 65px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ebebeb;
}

.minisubnav.mobile {
  display: none;
}

.contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minilink {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.minilink__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.minilink__icon__img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.minilink__icon__imghover {
  position: relative;
  display: inline-block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.col_1 {
  padding-right: 25px;
}

.col_1__titular {
  margin-bottom: 60px;
}

.col_1__titular_texta {
  padding-left: 40px;
  font-size: 22px;
  line-height: 31px;
  font-style: italic;
  letter-spacing: -1px;
}

.col_1__block {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 30px;
}

.col_1__block__container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  margin-left: 40px;
  padding-top: 15px;
  background-image: -webkit-linear-gradient(270deg, #ff6a4c, #ff6a4c);
  background-image: linear-gradient(180deg, #ff6a4c, #ff6a4c);
}

.col_1__block__container.fotos {
  background-image: url('../images/background_1.png');
  background-position: 0px 0px;
  background-size: 723px;
}

.col_1__block__container.transparent {
  z-index: 1;
  background-image: -webkit-linear-gradient(270deg, #ff6a4c, #ff6a4c);
  background-image: linear-gradient(180deg, #ff6a4c, #ff6a4c);
}

.col_1__block__container.transparent.white {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.col_1__block__img {
  position: relative;
  left: 5px;
  top: 1px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.col_block__h1 {
  position: absolute;
  left: 0px;
  top: 332px;
  right: 0px;
  bottom: 0px;
  z-index: 998;
  display: block;
  margin-top: 25px;
  padding-left: 40px;
  color: #262626;
  font-size: 55px;
}

.col_block__h1.col_block__h1--orange {
  display: none;
  opacity: 0;
  color: #ff6a4c;
}

.col_block__h1.orange_h1 {
  display: block;
  color: #ff6a4c;
}

.col_1__block__container--bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  margin-left: 40px;
  background-image: url('../images/Asset-2.png'), url('../images/Branding.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.col_1__block__container--bg.krause {
  background-image: url('../images/Peter_Krause_bw.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.krause:hover {
  opacity: 0.5;
}

.col_1__block__container--bg.hojnacki {
  background-image: url('../images/hojnacki.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.closser {
  background-image: url('../images/closser.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.steinberg {
  background-image: url('../images/steinberg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.tan {
  background-image: url('../images/tan.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.muller {
  background-image: url('../images/muller.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.news {
  background-image: url('../images/blogging.png');
  background-position: 100% 18%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.reviews {
  background-image: url('../images/reviews.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.opinion {
  background-image: url('../images/opinion.png');
  background-position: 50% 50%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.celebrity {
  background-image: url('../images/celebrity.png');
  background-position: 50% -53%;
  background-size: 140%;
  background-repeat: no-repeat;
}

.col_1__block__container--bg.socialcontent {
  background-image: url('../images/socialContent.png');
}

.col_1__block__container--bg.dailyposting {
  background-image: url('../images/dailyPosting.png');
}

.col_1__block__container--bg.socialstrategy {
  background-image: url('../images/socialStrategy.png');
  background-position: 35% 0%;
}

.col_1__block__container--bg.editorialvoice {
  background-image: url('../images/editorialVoice.png');
}

.col_1__block__container--bg.ux {
  background-image: url('../images/userExperience.png');
}

.col_1__block__container--bg.editschedule {
  background-image: url('../images/editorialSchedule.png');
}

.col_1__block__container--bg.lifestyle {
  background-image: url('../images/lifestyle.png');
}

.col_1__block__container--bg.technology {
  background-image: url('../images/technology.png');
}

.col_1__block__container--bg.entertainment {
  background-image: url('../images/entertainment_1-1.png');
}

.col_1__block__container--bg.sports {
  background-image: url('../images/sports.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.insideblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px 0px 20px;
  position:relative;
}

.insideblock-border {
  content: '';
  position:absolute;
  bottom:0;
  left:30px;
  height:1px;
  width:20%;
  background:white;
}

.insideblock:last-of-type::after { display:none; }

.insideblock.home {
  display: block;
}

.insideblock__text {
  display: inline-block;
  max-width: 80%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.insideblock_img {
  height: 5px;
  margin-left: 10px;
  padding-top: 15px;
  background-image: none;
}

.insideblock_img.home {
  width: 90px;
  height: 1px;
  padding-top: 0px;
  background-color: #fff;
}

.col_1__block__h1 {
  padding-left: 40px;
  font-size: 55px;
  line-height: 55px;
}

.col_2 {
  padding-left: 25px;
}

.row {
  margin-left: -20px;
  padding-top: 50px;
}

.aside__h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #b2b2b2;
  font-size: 45px;
  line-height: 49px;
  letter-spacing: -0.4px;
}

.aside__text {
  margin-bottom: 25px;
  color: #b2b2b2;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.4px;
}

.aside__p {
  margin-bottom: 40px;
  color: #b2b2b2;
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.aside__btn {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 2px solid #b2b2b2;
  background-color: transparent;
  color: #b2b2b2;
  font-size: 25px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.aside__btn:hover {
  border-color: #ff6a4c;
  color: #ff6a4c;
}

.bside__h1 {
  margin-top: 0px;
  color: #ff6a4c;
  font-size: 45px;
  line-height: 49px;
  letter-spacing: -0.4px;
}

.bside__p {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #ff6a4c;
  font-size: 18px;
  line-height: 38px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.pagescroll.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pagescroll.section.global {
  margin-top: 0px;
}

.sectionimg {
  position: relative;
  display: block;
}

.sec_team {
  max-width: 960px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}

.titular {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.titular_h1 {
  width: 60%;
  margin-left: 25px;
  color: #ff6a4c;
  font-size: 55px;
  line-height: 59px;
}

.titular_text {
  width: 60%;
  margin-left: 25px;
  padding-top: 40px;
  color: #262626;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
}

.col_block__h1--orange {
  position: absolute;
  left: 0px;
  top: 332px;
  right: 0px;
  bottom: 0px;
  z-index: 998;
  display: none;
  margin-top: 25px;
  padding-left: 40px;
  color: #ff6a4c;
  font-size: 55px;
  text-decoration: none;
}

.jointeam {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.jointeam__btn {
  display: inline-block;
  margin-left: 50px;
  padding: 9px 50px;
  border: 2px solid #262626;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  color: #262626;
  font-size: 25px;
  line-height: 40px;
  text-decoration: none;
}

.jointeam__btn:hover {
  border-color: #ff6a4c;
  background-color: transparent;
  color: #ff6a4c;
}

.col_block__text {
  position: absolute;
  left: 0px;
  top: 520px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  padding-left: 50px;
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.4px;
}

.col_2__p {
  padding-top: 45px;
  padding-left: 50px;
  font-size: 22px;
  line-height: 39px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.jointeam__btn__img {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
}

.jointeam__btn__text {
  display: inline-block;
}

.jointeam__btn__img--hover {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
}

.joinnetwork {
  margin-top: 65px;
  padding: 80px 100px;
}

.adressmail {
  margin-bottom: 45px;
}

.adressmail__titulo {
  margin-bottom: 0px;
  color: #ff6a4c;
  font-size: 33px;
  line-height: 45px;
}

.adressmail__text {
  color: #262626;
  font-size: 33px;
  line-height: 45px;
}

.adressmail__link {
  color: #262626;
  font-size: 33px;
  line-height: 45px;
  font-weight: 700;
  text-decoration: none;
}

.adressmail__link:hover {
  color: #ff6a4c;
}

.sectionform {
  padding: 80px 100px;
  background-image: -webkit-linear-gradient(270deg, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.adressmail__btn {
  height: 62px;
  margin-top: 15px;
  padding: 14px 20px 15px;
  background-image: -webkit-linear-gradient(270deg, #ff6a4c, #ff6a4c);
  background-image: linear-gradient(180deg, #ff6a4c, #ff6a4c);
  -webkit-transition: all 500ms cubic-bezier(.445, .05, .55, .95);
  transition: all 500ms cubic-bezier(.445, .05, .55, .95);
}

.adressmail__btn:hover {
  background-image: -webkit-linear-gradient(270deg, #262626, #262626);
  background-image: linear-gradient(180deg, #262626, #262626);
}

.adressmail__btn__text {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: -0.4px;
}

.adressmail__btn_img {
  margin-bottom: 10px;
}

.form {
  color: #ebebeb;
  font-size: 35px;
  line-height: 23px;
}

.form__text {
  height: 50px;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 20px;
  border-style: none;
  color: #262626;
  font-size: 30px;
  line-height: 23px;
  font-weight: 700;
}

.form__textarea {
  max-width: 70%;
  min-height: 100px;
  border-style: none;
  direction: ltr;
  color: #262626;
  font-size: 30px;
  line-height: 23px;
  font-weight: 700;
}

.form__btn {
  width: 140px;
  height: 62px;
  margin-top: 20px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/Assets_Send.svg');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  color: transparent;
}

.form__btn:hover {
  background-image: url('../images/Assets_Send_Hover.svg');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.navfix {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  display: block;
  width: 100vw;
  background-color: #fff;
}

.nabfix__contain {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.nabfix__contain__menu {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nabfix__contain__menu__link {
  width: 15%;
  padding-top: 25px;
  color: #262626;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.nabfix__contain__menu__link:hover {
  color: #ff6a4c;
}

.nabfix__contain__menu__link.mobile {
  display: none;
}

.svg {
  top: -640px;
}

.mapbase {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
}

.containermap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.containermap.section {
  display: block;
}

.map--testhover {
  position: absolute;
  left: 130px;
  top: 67px;
}

.map_a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_a--hover {
  position: absolute;
  left: 19.2%;
  z-index: 10;
  width: 16%;
  margin-top: 11.3%;
}

.map_b--hover {
  position: absolute;
  left: 12%;
  z-index: 9;
  display: block;
  width: 25%;
  margin-top: 12.8%;
}

.map_b {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_c {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_c--hover {
  position: absolute;
  left: 48%;
  z-index: 11;
  width: 7%;
  margin-top: 17%;
}

.map_d--hover {
  position: absolute;
  left: 42%;
  top: 0px;
  z-index: 12;
  width: 15%;
  margin-top: 20%;
}

.map_d {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_e {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_e--hover {
  position: absolute;
  left: 22%;
  top: 0px;
  z-index: 13;
  width: 18%;
  margin-top: 32%;
}

.map_f {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_f--hover {
  position: absolute;
  left: 60%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 14;
  width: 20%;
  margin-top: 23.5%;
  bottom:60%;
}

.map_g--hover {
  position: absolute;
  left: 69%;
  top: 0px;
  z-index: 15;
  width: 16%;
  margin-top: 32.7%;
}

.map_g {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_h--hover {
  position: absolute;
  left: 62%;
  top: 0px;
  z-index: 16;
  width: 8%;
  margin-top: 29%;
}

.map_h {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_i--hover {
  position: absolute;
  left: 52%;
  top: 0px;
  z-index: 17;
  width: 32%;
  margin-top: 9%;
}

.map_i {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_j--hover {
  position: absolute;
  left: 53%;
  top: 0px;
  z-index: 18;
  width: 10%;
  margin-top: 26%;
}

.map_j {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_k--hover {
  position: absolute;
  left: 73%;
  top: 0px;
  z-index: 19;
  width: 16%;
  margin-top: 41%;
}

.map_k {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_l {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.map_l--hover {
  position: absolute;
  left: 43%;
  top: 0px;
  z-index: 20;
  width: 18%;
  margin-top: 29%;
}

.linkglobal {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: block;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  text-align: center;
  cursor: pointer;
}

.shareicon {
  display: inline-block;
}

.col_block__h1--hover {
  position: absolute;
  left: 0px;
  top: 320px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-left: 40px;
  color: #ff6a4c;
  font-size: 55px;
}

.secciones {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.boldmode {
  font-weight: 600;
}

.column_2 {
  padding-right: 0px;
  padding-left: 25px;
}

.column_1 {
  padding-right: 25px;
  padding-left: 0px;
}

.row_fix {
  margin-left: -20px;
}

.contenido {
  background-color: #dedede;
}

.divisionizq {
  display: inline-block;
  width: 50%;
  height: 100vh;
  background-color: #ffc391;
}

.divisionder {
  display: inline-block;
  width: 50%;
  height: 100vh;
}

.img_test {
  height: 50vh;
  background-image: url('../images/Peter_Krause_bw.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-left: 40px;
  padding-top: 15px;
  background-color: #ff6a4c;
}

.luminosity {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  margin-left: 40px;
  padding-top: 15px;
  background-color: #fff;
}

.text_minilink-current {
  display: inline-block;
}

.mitext {
  position: relative;
  top: 40px;
  display: inline-block;
  color: #262626;
  font-size: 28px;
  line-height: 24px;
  text-decoration: none;
}

.mitext.not_sel {
  margin-top: 19px;
  color: #b2b2b2;
}

.mitext.naranja {
  color: #ff6a4c;
}

.mitext.gris {
  color: #b2b2b2;
}

.current_icon.create-curr {
  position: relative;
  bottom: 5px;
}

.map-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 80%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  display: none;
}

.backbtn {
  margin-left: 50px;
  padding: 9px 50px;
  border: 2px solid #262626;
  color: #262626;
  font-size: 26px;
  line-height: 40px;
}

.backbtn.mobile {
  display: none;
}

.errormsj {
  background-color: #ff6a4c;
  color: #fff;
}

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

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

html.w-mod-js *[data-ix="hide-navlink-indicator"] {
  display: none;
  opacity: 0;
}

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

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

html.w-mod-js *[data-ix="hide-minilink"] {
  display: none;
  opacity: 0;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .col_block__h1--orange { visibility:hidden; }
  .navbar__contain {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding-left: 0px;
    text-align: center;
  }
  .navbar_contain__brand {
    display: none;
  }
  .navbar__contain__menu {
    background-color: rgba(0, 0, 0, .8);
  }
  .navbar__contain__menu.navbar__contain__menu--negative {
    background-color: #fff;
  }
  .navbar__contain__menu_btn {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar__contain__menu_btn.navbar__contain__menu--negative:hover {
    background-color: #ff6a4c;
    color: #fff;
  }
  .seccion_hero__slider__mask__slide {
    background-position: 50% 90%;
    background-size: 200%;
  }
  .seccion_hero__diagonal {
    display: block;
    margin-top: 45vh;
  }
  .diagon_section {
    padding-left: 20px;
  }
  .diagon_section__block {
    width: 70%;
    padding-left: 0px;
  }
  .diagon_section__block__h1 {
    font-size: 45px;
  }
  .diagon_section__block__btn {
    margin-bottom: 25px;
  }
  .diagon_section__block__img--small {
    display: none;
  }
  .navbar__contain__menuhamb {
    padding: 10px;
  }
  .navbar__contain__menuhamb.w--open {
    background-color: transparent;
  }
  .navbar__contain__menuhamb__icon {
    color: #fff;
    font-size: 150%;
  }
  .navbar__contain__menuhamb__icon.navbar__contain__menuhamb__icon--negative {
    color: #262626;
    font-size: 190%;
  }
  .navbar__contain__brandmobile {
    position: absolute;
    display: inline-block;
    margin-top: 10px;
  }
  .categories {
    margin-right: 70px;
    margin-left: 70px;
  }
  .categories__items__h2 {
    font-size: 35px;
  }
  .footer_home {
    padding-top: 75px;
    padding-left: 20px;
  }
  .footer_home__container {
    padding-left: 0px;
  }
  .footer_home__container_h1 {
    font-size: 75px;
  }
  .navbar_w {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .navbar_w__contain.bgblanco {
    max-width: none;
  }
  .navbar_w__contain__menu {
    top: 60px;
    display: none;
    height: auto;
    background-color: #fff;
  }
  .navbar_w__contain__menu.nomargin {
    margin-top: 0px;
  }
  .navbar_w__contain__menu.nomargin.centralizacion {
    height: auto;
  }
  .navbar_w__contain__menu__link {
    display: block;
    width: 100%;
    padding: 25px 0px;
  }
  .navbar_w__contain__menu__link.w--current {
    display: inline-block;
    padding: 25px 0px;
  }
  .navbar_w__contain__menu__link.negative {
    color: #262626;
  }
  .navbar_w__contain__menu__link.mobile {
    display: block;
  }
  .navbar_w__contain__menu__link.hiden {
    display: none;
  }
  .navbar_w__contain__menu__link__img {
    display: none;
  }
  .navbar_w__contain__menu__brand {
    display: none;
  }
  .navbar_w__contain__menu__brand--mobile {
    display: inline-block;
    margin-top: 5px;
    margin-left: 47%;
  }
  .seccion {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
  }
  .seccion.clients {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aside {
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .aside.global.glob {
    padding-top: 120px;
  }
  .diagonblock {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 70%;
  }
  .bside {
    left: 50%;
    top: 0px;
    right: 50%;
    bottom: 0px;
    padding-top: 0px;
  }
  .bside.ourprocess {
    padding-right: 20px;
  }
  .parrafo {
    top: -520px;
    margin-left: 50px;
    font-size: 25px;
  }
  .aside__link {
    margin-left: 50px;
  }
  .aside__contain {
    height: 100vh;
    padding-top: 100px;
    padding-right: 60px;
    padding-bottom: 50px;
  }
  .bside__container.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bside__container__h1 {
    margin-top: 0px;
  }
  .bside__container__p {
    width: auto;
    margin-bottom: 15%;
    font-size: 25px;
    line-height: 35px;
  }
  .bside__container__logo {
    width: 50%;
  }
  .bside__bg {
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subnav__link__h1 {
    font-size: 30px;
  }
  .subnav__link {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .subnav__link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .subnav__link__img {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .subnav__link__h1--hover {
    font-size: 30px;
  }
  .minisubnav {
    display: none;
  }
  .minisubnav.mobile {
    display: block;
  }
  .minilink {
    padding-right: 15px;
    padding-left: 15px;
  }
  .minilink__icon {
    position: relative;
    display: inline-block;
  }
  .col_1 {
    padding-right: 0px;
    padding-left: 20px;
  }
  .col_1__titular_texta {
    padding-left: 20px;
  }
  .col_1__block.emptylink {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .col_1__block__container {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 20px;
  }
  .col_1__block__img {
    left: auto;
    top: 1px;
    right: -5px;
    bottom: -5px;
    max-width: 100%;
  }
  .col_block__h1 {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    font-size: 45px;
  }
  .col_1__block__container--bg {
    right: 5px;
    bottom: 5px;
    margin-left: 20px;
  }
  .col_1__block__container--bg.news {
    right: 5px;
    bottom: 5px;
  }
  .col_1__block__container--bg.opinion {
    right: 5px;
    bottom: 5px;
  }
  .col_1__block__container--bg.celebrity {
    right: 5px;
    bottom: 5px;
  }
  .col_1__block__container--bg.entertainment {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .col_1__block__h1 {
    padding-left: 20px;
  }
  .col_2 {
    padding-right: 20px;
    padding-left: 0px;
  }
  .aside__text {
    font-size: 30px;
    line-height: 40px;
  }
  .aside__p {
    font-size: 16px;
    line-height: 23px;
  }
  .aside__btn {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
  .bside__h1 {
    margin-top: 0px;
  }
  .bside__p {
    font-size: 18px;
    line-height: 42px;
  }
  .jointeam__btn.hide {
    display: none;
  }
  .col_block__text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 10;
  }
  .form__text {
    max-width: 70%;
  }
  .form__textarea {
    max-width: 100%;
  }
  .menu_btn.w--open {
    background-color: #ff6a4c;
  }
  .subnav__link__img--svg {
    position: relative;
  }
  .subnav__link__img--svg.share_icon {
    left: 24px;
  }
  .navfix {
    display: block;
  }
  .nabfix__contain__menu {
    left: 0px;
    top: 0px;
    right: 0px;
    height: auto;
    background-color: #fff;
  }
  .nabfix__contain__menu__link {
    display: block;
    width: 100%;
    padding-bottom: 25px;
    background-color: #fff;
  }
  .nabfix__contain__menu__link.mobile {
    display: block;
  }
  .nabfix__contain__menu__link.hiden {
    display: none;
  }
  .containermap {
    display: block;
  }
  .column_2 {
    padding-left: 10px;
  }
  .column_1 {
    padding-right: 10px;
  }
  .row_fix {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 10px;
  }
  .overlay {
    margin-left: 20px;
  }
  .luminosity {
    margin-left: 20px;
  }
  .iconmenu {
    color: #fff;
  }
  .text_minilink-current {
    position: relative;
    top: 40px;
    display: inline-block;
    color: #262626;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
  }
  .mitext {
    top: 0px;
    font-size: 28px;
    line-height: 24px;
  }
  .mitext.naranja {
    top: 0px;
  }
  .mitext.gris {
    top: 0px;
  }
  .map-container {
    width: 90%;
  }
  .slider {
    display: none;
  }
  .backbtn.mobile {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .navbar__contain {
    padding-left: 0px;
    text-align: center;
  }
  .diagon_section__block {
    width: 100%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .diagon_section__block__h1 {
    font-size: 35px;
    line-height: 39px;
  }
  .navbar__contain__menuhamb__icon {
    color: #fff;
    font-size: 160%;
  }
  .navbar__contain__brandmobile {
    position: absolute;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
  }
  .categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .categories__items {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer_home__container_h1 {
    font-size: 65px;
  }
  .navbar_w {
    height: 10vh;
  }
  .navbar_w__contain {
    background-color: #fff;
  }
  .navbar_w__contain__menu {
    height: auto;
    background-color: #fff;
  }
  .navbar_w__contain__menu__link {
    display: block;
  }
  .navbar_w__contain__menu__link.mobilemenu {
    display: block;
  }
  .navbar_w__contain__menu__link.mobilehide {
    display: none;
  }
  .navbar_w__contain__menu__brand--mobile {
    margin-left: 45%;
  }
  .seccion {
    position: static;
    display: block;
  }
  .seccion.mobile {
    display: block;
  }
  .seccion.clients {
    display: block;
  }
  .seccion.clients.mobile {
    display: block;
  }
  .aside {
    position: static;
    overflow: visible;
    width: 100%;
    background-color: transparent;
  }
  .aside.global.glob {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .aside.global.glob.full {
    width: 100%;
  }
  .diagonblock {
    left: 0px;
    top: -30px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    border-right-width: 650px;
    border-bottom-width: 180px;
  }
  .bside {
    position: relative;
    left: 0%;
    width: 100%;
  }
  .bside.global {
    position: static;
  }
  .bside.ourprocess {
    position: static;
    left: 50%;
    top: 0px;
    right: 50%;
    bottom: 0px;
    display: inline-block;
    overflow: visible;
    padding-left: 20px;
  }
  .parrafo {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 50px;
    font-size: 25px;
    line-height: 58px;
  }
  .aside__link {
    bottom: 0px;
    display: none;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
  }
  .aside__contain {
    display: block;
    margin-top: 50px;
    padding-top: 0px;
    padding-right: 20px;
  }
  .bside__container.section {
    height: auto;
    margin-left: 30px;
  }
  .bside__container__h1 {
    font-size: 48px;
    line-height: 45px;
  }
  .bside__container__p {
    font-size: 28px;
  }
  .bside__container__logo {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .bside__bg {
    width: 100%;
  }
  .subnav {
    position: relative;
    height: 90vh;
    margin-top: 65px;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subnav__link__h1 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .subnav__link__h1.especiallink {
    left: 0px;
    top: 0px;
  }
  .subnav__link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .subnav__link__img {
    width: 120px;
  }
  .subnav__link__img--hover {
    width: 120px;
  }
  .subnav__link__h1--hover {
    left: 0px;
    top: 0px;
  }
  .col_1__block__img {
    left: 0px;
    top: 0px;
    right: -5px;
    bottom: -5px;
  }
  .pagescroll.section {
    display: block;
    margin-top: 0px;
  }
  .joinnetwork {
    padding: 20px 20px 50px;
  }
  .sectionform {
    padding: 50px 20px;
  }
  .form__text {
    max-width: 70%;
  }
  .menu_btn.w--open {
    background-color: #ff6a4c;
  }
  .containermap {
    display: none;
  }
  .linkglobal {
    display: none;
  }
  .contenticon {
    left: 0px;
    right: 0px;
  }
  .shareicon {
    left: 0px;
  }
  .text_minilink-current {
    display: none;
  }
  .slider {
    display: block;
    height: 720px;
    margin-top: 65px;
    background-color: #fff;
  }
  .slide-1 {
    background-image: url('../images/map12x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-2 {
    background-image: url('../images/map22x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-nav {
    display: none;
  }
  .slide-3 {
    background-image: url('../images/map32x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-4 {
    background-image: url('../images/map42x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-5 {
    background-image: url('../images/map52x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-6 {
    background-image: url('../images/map62x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-7 {
    background-image: url('../images/map72x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-8 {
    background-image: url('../images/map82x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-9 {
    background-image: url('../images/map92x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-10 {
    background-image: url('../images/map102x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-11 {
    background-image: url('../images/map112x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-12 {
    background-image: url('../images/map122x.png');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media (max-width: 479px) {
  .insideblock-border {
    left:10px;
  }
  .navbar__contain {
    padding-left: 0px;
  }
  .navbar__contain__menu.navbar__contain__menu--negative {
    background-color: hsla(0, 0%, 100%, .8);
  }
  .navbar__contain__menu_btn.navbar__contain__menu--negative:hover {
    background-color: #ff6a4c;
    color: #fff;
  }
  .seccion_hero__slider__mask__slide {
    background-position: 65% -186px;
    background-size: 400%;
  }
  .seccion_hero__diagonal {
    margin-top: 40vh;
  }
  .diagon_section {
    max-width: 100%;
    padding-left: 0px;
  }
  .diagon_section__block {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 20px;
  }
  .diagon_section__block__img--big {
    display: none;
    margin-top: 50px;
  }
  .diagon_section__block__h1 {
    margin-top: 25px;
    font-size: 25px;
    line-height: 28px;
  }
  .diagon_section__block__btn {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 15px 25px;
    font-size: 16px;
  }
  .diagon_section__block__img--small {
    display: block;
  }
  .navbar__contain__menuhamb__icon {
    color: #fff;
    font-size: 140%;
  }
  .navbar__contain__brandmobile {
    position: absolute;
    display: inline-block;
    text-align: center;
  }
  .navbar__contain__brandmobile.navbar__contain__brandmobile--negative {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
  }
  .categories {
    margin-right: 10px;
    margin-left: 10px;
  }
  .categories__items {
    width: 98%;
    margin-right: 26px;
    margin-left: 5px;
  }
  .categories__items__h2 {
    margin-top: -25px;
    margin-bottom: 50px;
  }
  .footer_home {
    padding-top: 50px;
    padding-right: 20px;
  }
  .footer_home__container__text {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
  }
  .footer_home__container_h1 {
    font-size: 35px;
    line-height: 38px;
  }
  .navbar_w {
    left: 0px;
    top: 0px;
    right: 0px;
    height: auto;
  }
  .navbar_w__contain {
    max-width: 100%;
  }
  .navbar_w__contain.sin {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .navbar_w__contain__menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #fff;
  }
  .navbar_w__contain__menu__link {
    display: block;
    background-color: #fff;
  }
  .navbar_w__contain__menu__link.w--current {
    display: inline-block;
    line-height: 100%;
  }
  .navbar_w__contain__menu__link.negative {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #262626;
  }
  .navbar_w__contain__menu__link.mobilehide {
    display: block;
  }
  .navbar_w__contain__menu__brand--mobile {
    position: relative;
    left: 43%;
    margin-left: 0px;
  }
  .seccion {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seccion.mobile {
    position: relative;
    top: 60px;
    display: block;
    width: auto;
    height: auto;
  }
  .seccion.clients {
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }
  .aside {
    position: relative;
    z-index: 999;
    display: block;
    overflow: hidden;
    width: auto;
    height: 280px;
    clear: right;
    background-color: transparent;
  }
  .aside.global {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #dedede;
  }
  .aside.global.glob {
    position: static;
    overflow: visible;
    height: auto;
    padding-top: 30px;
  }
  .aside.mobileour {
    margin-top: 60px;
  }
  .diagonblock {
    position: absolute;
    left: 0px;
    top: -25px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-width: 400px;
    border-bottom-width: 120px;
  }
  .bside {
    position: relative;
    width: auto;
    max-width: none;
    margin-top: -45px;
  }
  .bside.global {
    position: static;
    left: auto;
    top: 120px;
    right: 50%;
    bottom: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bside.ourprocess {
    position: static;
    left: 50%;
    top: 0px;
    right: auto;
    bottom: 0px;
    margin-top: 0px;
  }
  .bside.mind {
    margin-top: 0px;
  }
  .parrafo {
    top: 0px;
    margin-top: 10px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 23px;
  }
  .parrafo.margenfix {
    margin-top: 0px;
  }
  .aside__link {
    display: none;
  }
  .aside__contain {
    display: block;
    height: auto;
    margin-top: 80px;
    padding-top: 0px;
    padding-right: 0px;
  }
  .bside__container {
    width: 90%;
    height: auto;
    margin-left: 20px;
  }
  .bside__container.section {
    overflow: hidden;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
  }
  .bside__container.section.fixinfinal {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bside__container.mobiclients {
    margin-top: 45px;
  }
  .bside__container__h1 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 26px;
  }
  .bside__container__p {
    width: auto;
    font-size: 20px;
    line-height: 23px;
  }
  .bside__bg {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .subnav {
    height: 100vh;
    margin-top: 0px;
    padding: 0px;
    -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;
  }
  .subnav__link__h1 {
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 25px;
    line-height: 23px;
  }
  .subnav__link__h1.especiallink {
    margin-left: -20px;
  }
  .subnav__link__h1.especiallink.share {
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .subnav__link__h1.texdiferent {
    margin-left: -10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .subnav__link__h1.texdiferent.content {
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .subnav__link {
    display: none;
    overflow: hidden;
    width: 80%;
    margin: 10px auto;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .subnav__link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .subnav__link__img {
    overflow: visible;
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .subnav__link__img--hover {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .subnav__link__img--hover.especialiconb {
    margin-left: 6px;
  }
  .subnav__link__h1--hover {
    margin-bottom: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 25px;
    line-height: 23px;
  }
  .subnav__link__h1--hover.share {
    margin-bottom: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 25px;
    line-height: 23px;
  }
  .subnav__link__h1--hover.content {
    margin-bottom: 10px;
  }
  .minisubnav {
    display: none;
  }
  .minisubnav.mobile {
    display: block;
  }
  .contain {
    width: 80%;
  }
  .minilink {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    text-align: center;
  }
  .minilink.create {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .col_1 {
    padding-right: 25px;
    padding-left: 5px;
  }
  .col_1__titular_texta {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .col_1__block {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 0px;
  }
  .col_1__block__container {
    margin-left: 20px;
    padding-top: 5px;
  }
  .col_1__block__img {
    top: 15px;
    right: -5px;
    bottom: auto;
    width: 100%;
    margin-bottom: 0px;
  }
  .col_block__h1 {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 22px;
  }
  .col_1__block__container--bg {
    right: 1px;
    bottom: 5px;
    margin-left: 20px;
  }
  .col_1__block__container--bg.news {
    bottom: 5px;
    margin-left: 20px;
  }
  .col_1__block__container--bg.reviews {
    bottom: 5px;
    margin-left: 20px;
  }
  .col_1__block__container--bg.opinion {
    right: 1px;
    bottom: 5px;
  }
  .col_1__block__container--bg.celebrity {
    bottom: 5px;
    margin-left: 20px;
  }
  .col_1__block__container--bg.lifestyle {
    margin-left: 20px;
  }
  .col_1__block__container--bg.technology {
    margin-left: 20px;
  }
  .col_1__block__container--bg.entertainment {
    margin-left: 20px;
  }
  .col_1__block__container--bg.sports {
    margin-left: 20px;
  }
  .insideblock {
    padding-left: 0px;
  }
  .insideblock__text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .insideblock_img {
    padding-top: 5px;
  }
  .col_1__block__h1 {
    padding-left: 10px;
    font-size: 25px;
    line-height: 23px;
  }
  .col_2 {
    padding-right: 30px;
    padding-left: 20px;
  }
  .row {
    margin-left: 0px;
  }
  .aside__h2 {
    font-size: 25px;
    line-height: 26px;
  }
  .aside__text {
    font-size: 20px;
    line-height: 23px;
  }
  .aside__p {
    line-height: 22px;
  }
  .aside__btn {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 35px;
    font-weight: 500;
  }
  .bside__h1 {
    font-size: 25px;
  }
  .bside__p {
    font-size: 20px;
    line-height: 23px;
  }
  .pagescroll.section {
    margin-top: 0px;
  }
  .pagescroll.section.global {
    margin-top: 0px;
  }
  .sec_team {
    margin-top: 0px;
  }
  .titular {
    margin-top: 70px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .titular_h1 {
    width: auto;
    font-size: 25px;
    line-height: 26px;
  }
  .titular_text {
    width: auto;
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .grid {
    padding-right: 11px;
    padding-left: 0px;
  }
  .col_block__h1--orange {
    position: absolute;
    left: 0px;
    top: 332px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin-top: 0px;
    font-size: 38px;
  }
  .jointeam__btn {
    margin-left: 20px;
    padding: 0px 25px;
    font-size: 16px;
  }
  .col_block__text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-left: 30px;
    font-size: 16px;
  }
  .col_2__p {
    padding-left: 15px;
    font-size: 16px;
    line-height: 23px;
  }
  .adressmail__titulo {
    font-size: 20px;
    line-height: 25px;
  }
  .adressmail__text {
    font-size: 20px;
    line-height: 25px;
  }
  .adressmail__link {
    font-size: 20px;
    line-height: 25px;
  }
  .adressmail__btn {
    min-width: 100%;
    text-align: center;
  }
  .form__text {
    max-width: 100%;
    font-size: 20px;
    line-height: 22px;
  }
  .form__textarea {
    font-size: 20px;
    line-height: 22px;
  }
  .menu_btn.w--open {
    background-color: #ff6a4c;
  }
  .menu_btn.white {
    color: #fff;
  }
  .nabfix__contain {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nabfix__contain__menu {
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #fff;
  }
  .linkglobal {
    display: none;
  }
  .column_2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column_1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row_fix {
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 5px;
  }
  .stiker {
    position: relative;
  }
  .piestiker {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
  }
  .text_minilink-current {
    top: 0px;
    display: none;
    text-align: center;
  }
  .mitext {
    font-size: 18px;
    line-height: 14px;
  }
  .mitext.naranja {
    font-size: 18px;
    line-height: 14px;
  }
  .mitext.gris {
    font-size: 18px;
    line-height: 14px;
  }
  .current_icon.create-curr {
    position: relative;
    right: 20px;
    bottom: 5px;
  }
  .current_icon.create-dis {
    position: relative;
    right: 20px;
    bottom: 5px;
  }
  .current_icon.create-hov {
    position: relative;
    right: 20px;
    bottom: 5px;
  }
  .slider {
    display: block;
    height: 475px;
    margin-top: 60px;
    background-color: #fff;
  }
  .mask {
    height: 445px;
    margin-top: 10px;
  }
  .slide-1 {
    background-image: url('../images/map12x.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-2 {
    background-image: url('../images/map22x.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-nav {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .slide-3 {
    background-image: url('../images/map32x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-4 {
    background-image: url('../images/map42x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-5 {
    background-image: url('../images/map52x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-6 {
    background-image: url('../images/map62x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-7 {
    background-image: url('../images/map72x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-8 {
    background-image: url('../images/map82x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-9 {
    background-image: url('../images/map92x.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-10 {
    background-image: url('../images/map102x.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-11 {
    background-image: url('../images/map112x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-12 {
    background-image: url('../images/map122x.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .iconright {
    top: -125px;
    color: #ff6a4c;
  }
  .iconleft {
    top: -125px;
    color: #ff6a4c;
  }
  .backbtn.mobile {
    margin-left: 20px;
    padding: 0px 25px;
    font-size: 16px;
  }
}

@font-face {
  font-family: 'National';
  src: url('../fonts/National-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-BookItalic.otf') format('opentype'), url('../fonts/National-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Book.otf') format('opentype'), url('../fonts/National-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-ExtraboldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}