@font-face {
  font-family: LubalinGraphECG-Demi;
  src: url("/statusfailover/css/fonts/LubalinGraphECG-Demi.otf") format("opentype");
}

@font-face {
  font-family: LubalinGraphECG-Book;
  src: url("/statusfailover/css/fonts/LubalinGraphECG-Book.otf") format("opentype");
}

html,
body {
  font-family: "Open Sans";
  color: #333333;
  font-size: 16px;
  height: 100%;
  letter-spacing: 0.2px;
  line-height: 26px;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 18px;
    line-height: 30px;
  }
}

body {
  display: flex;
  flex-direction: column;
}

h1 {
  font-family: "LubalinGraphECG-Demi", serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 54px;
  margin: 40px 0 15px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 55px;
    line-height: 66px;
    margin: 50px 0 25px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 62px;
    line-height: 80px;
    margin: 60px 0 25px;
  }
}

h2 {
  font-family: "LubalinGraphECG-Demi", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 48px;
  margin: 50px 0 5px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    margin: 70px 0 15px;
  }
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.axis-header {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 14px 0;
}
@media (min-width: 992px) {
  .axis-header {
    padding: 21px 0;
  }
}

.axis-logo {
  background: url(/statusfailover/images/img/logo_axis@2x.png);
  background-image: url(/statusfailover/images/img/logo_axis.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
}
@media (min-width: 992px) {
  .axis-logo {
    height: 48px;
  }
}

.banner-section {
  background-color: #faf8f6;
}

.banner__container {
  padding: 21px 0 0 0;
}
@media (min-width: 768px) {
  .banner__container {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 992px) {
  .banner__container {
    padding: 50px 0 0 0;
  }
}

.banner-img {
  background: url(/statusfailover/images/img/500desktop@2x.png);
  background-image: url(/statusfailover/images/img/500desktop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 160px;
}
@media (min-width: 768px) {
  .banner-img {
    height: 280px;
  }
}
@media (min-height: 992px) {
  .banner-img {
    height: 350px;
  }
}

.status-link {
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: inline-block;
}
.status-link::after {
  content: "";
  display: block;
  height: 2px;
  background: #4d4d4d;
  border-radius: 1px;
  transition: 0.2s;
  position: relative;
  bottom: 2px;
}

.status-link:hover::after {
  background: #f5c430;
}

.divider {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .divider {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .divider {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}

.social-wrapper {
  padding: 5px 0 70px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .social-wrapper {
    display: flex;
    padding: 15px 0 70px;
  }
}
@media (min-width: 1200px) {
  .social-wrapper {
    padding: 20px 0 80px;
  }
}

.social-icon {
  display: flex;
  text-decoration: none;
}

#facebook-icon {
  display: block;
  background: url(/statusfailover/images/img/facebook@2x.png);
  background-image: url(/statusfailover/images/img/facebook.svg);
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center;
  box-sizing: border-box;
  border: 2px solid #ffcc33;
  border-radius: 75px;
  height: 52px;
  width: 52px;
  margin-right: 25px;
}
#facebook-icon:hover {
  background: url(/statusfailover/images/img/facebook_white.png);
  background-image: url(/statusfailover/images/img/facebook_white.svg);
  background-repeat: no-repeat;
  background-size: 43px 43px;
  background-position: center;
  background-color: #ffcc33;
}
@media (min-width: 992px) {
  #facebook-icon {
    background: url(/statusfailover/images/img/facebook@2x.png);
    background-image: url(/statusfailover/images/img/facebook.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin-right: 0;
  }
  #facebook-icon:hover {
    background: url(/statusfailover/images/img/facebook_white.png);
    background-image: url(/statusfailover/images/img/facebook_white.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #ffcc33;
  }
}

#twitter-icon {
  display: block;
  background-image: url(/statusfailover/images/img/x-twitter.svg);
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center;
  box-sizing: border-box;
  border: 2px solid #ffcc33;
  border-radius: 75px;
  height: 52px;
  width: 52px;
}
@media (min-width: 992px) {
  #twitter-icon {
    background-size: 30px 30px;
  }
}

.social-link {
  display: none;
}
@media (min-width: 992px) {
  .social-link {
    position: relative;
    display: inline-block;
    align-self: center;
    margin-left: 10px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
  }
}

.social-icon:hover .social-link {
  outline: unset;
  outline-offset: unset;
  text-decoration: none;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
}
.social-icon:hover .social-link::after {
  left: 0;
  width: 100%;
}

.social-icon:hover #facebook-icon {
  background: url(/statusfailover/images/img/facebook_white.png);
  background-image: url(/statusfailover/images/img/facebook_white.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  background-color: #ffcc33;
}

.social-icon:hover #twitter-icon {
  background-image: url(/statusfailover/images/img/x-twitter_white.svg);
  background-color: #ffcc33;
}

.social-link::after {
  content: "";
  height: 3px;
  background: #f5c430;
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  -webkit-transition: width 0.2s ease;
}

.support-section {
  background-color: #faf8f6;
}

.support-link {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 15px 0 70px;
  padding-bottom: 2px;
  text-align: center;
}
@media (min-width: 768px) {
  .support-link {
    margin: 15px 0 80px;
  }
}

.modal__title {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .modal__title {
    padding: 0 40px;
  }
}

.modal__btn {
  cursor: pointer;
}

.modal__content {
  max-width: 1150px;
}

.modal .row {
  padding-bottom: 63px;
}
@media (min-width: 1360px) {
  .modal .row {
    padding-bottom: 43px;
  }
}

.modal h2 {
  line-height: 42px;
  margin: 20px 0 35px;
}
@media (min-width: 768px) {
  .modal h2 {
    line-height: 48px;
    margin: 30px 0 35px;
  }
}
@media (min-width: 992px) {
  .modal h2 {
    margin: 50px 0 35px;
  }
}

.americas-section {
  padding: 0 20px 50px;
}

.europe-section {
  padding: 0 20px 43px;
}

.asia-section {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .americas-section {
    padding: 0 20px 50px 40px;
  }
  .europe-section {
    padding: 0 20px 0 40px;
  }
  .asia-section {
    padding: 0 40px 0 20px;
  }
}

.modal h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#col-wrapper {
  display: unset;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1360px) {
  #col-wrapper {
    display: flex;
  }
}

span a {
  color: #333333;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  span a {
    text-decoration: none;
  }
}

.modal span.country {
  font-weight: 600;
}

.modal span.opening {
  display: block;
  font-style: italic;
}

.modal span.contact {
  display: block;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 7px;
}

.modal span.contact-brazil {
  display: block;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 0;
}

footer {
  margin-top: auto;
}

.axis-footer {
  background-color: #222222;
}

.footer-text {
  color: #808080;
  font-family: "Open Sans";
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 22px 0;
}
@media (min-width: 768px) {
  .footer-text {
    padding: 26px 0;
  }
}
