@import "../css/magnific-popup.css";
@import "../css/owl.carousel.css";
.textRoot {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 12%;
  padding: 26px 30px 35px;
}
.textCity {
  margin-bottom: 15px;
}
.textCoin {
  font-size: 20px;
  margin-right: 5px;
}
.textPrice {
  font-size: 44px;
  line-height: 30px;
}
.textPoints {
  font-size: 38px;
  line-height: 38px;
}
.textPriceDesc {
  font-size: 13px;
  line-height: 18px;
}
.btnTooltip {
  position: absolute;
  padding: 6px 30px;
  opacity: 0.87;
  box-shadow: -1px 0px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  right: 60px;
  bottom: 20px;
}
.boxTooltip {
  display: none;
  position: absolute;
  background-color: white;
  text-align: left;
  box-shadow: -1px 0px 7px 1px rgba(81, 81, 81, 0.5);
  color: black;
  width: 570px;
  right: 60px;
  bottom: 65px;
  opacity: 0.9;
}
.boxTooltip:after {
  top: 100%;
  left: 87%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 10px;
  margin-left: -20px;
}
/* CLASSES CAROUSEL */
.carousel {
  margin: 0 auto 50px auto;
  /*max-width: 1170px;*/
  width: 100%;
  position: relative;
}
.slide-list {
  height: 375px;
}
.slide {
  overflow: hidden;
  text-align: center;
  height: 375px;
  /*max-width: 1170px;*/
  width: 100%;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.6s ease-out;
  visibility: hidden;
}
.active .slide.current {
  visibility: visible;
  left: 0;
}
.active .slide.next {
  left: 100%;
}
.active .slide.prev {
  left: -100%;
}
.active .slide.next.in-transition,
.active .slide.prev.in-transition {
  visibility: visible;
}
.btn-prev,
.btn-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -2.5em;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  padding: .5em;
  transition: padding 0.25s ease-out;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  color: #026cb6;
}
.btn-next:hover,
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus {
  padding-left: 2em;
  padding-right: 2em;
}
.btn-prev {
  left: 0;
  border-radius: 0 .25em .25em 0;
}
.btn-next {
  right: 0;
  border-radius: .25em 0 0 .25em;
}
.slidenav {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: right;
  /*max-width: 1170px;*/
  width: 100%;
  margin: 0 auto;
  padding-right: 30px;
}
.slidenav li {
  display: inline-block;
  margin: 0 .5em;
  vertical-align: middle;
}
.slidenav li:nth-child(2) {
  border-left: 1px solid #13b5ea;
  padding-left: 10px;
}
.slidenav button {
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #13b5ea;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  float: left;
  height: 12px;
  padding: 0;
  width: 12px;
}
.slidenav button[data-action] {
  color: #13b5ea;
  background-color: #fff;
  height: 14px;
  border-radius: 0;
  font-size: 16px;
}
.slidenav button.current {
  background-color: #026cb6;
}
/* FIM CLASSES CAROUSEL */
.screen-reader-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.flexible-image-horizontal {
  overflow: hidden;
  text-align: center;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
.flexible-image-horizontal img {
  height: 100%;
  position: relative;
  /* allows repositioning */
  left: 100%;
  /* move the whole width of the image to the right */
  margin-left: -200%;
  /* magic! */
  -webkit-transform: translate3d(0, 0, 0);
}
.responsible-image-horizontal {
  width: 100%;
}
.responsible-image-horizontal img {
  display: block;
  max-width: 100%;
}
.banner-0003 {
  position: relative;
}
.banner-0003 .frame {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.banner-0003 .slides {
  display: inline-block;
  width: 100%;
}
.banner-0003 .slides .prev,
.banner-0003 .slides .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer;
}
.banner-0003 .slides .next {
  right: 0;
}
.banner-0003 .slides .prev {
  left: 0;
}
.banner-0003 .slides .next svg,
.banner-0003 .slides .prev svg {
  width: 25px;
}
.banner-0003 .slide {
  position: relative;
  display: inline-block;
  /**
         * (optional) if the content inside the slide element has a defined size.
         */
  width: 100%;
  overflow: hidden;
}
.banner-0003 .slide img {
  width: 100%;
}
.banner-0003 .splash {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-0003 .controls {
  display: none;
}
.banner-0003 .controls .prev,
.banner-0003 .controls .next {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  color: #026cb6;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  line-height: 1;
  padding: .5em;
  transition: padding 0.25s ease-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner-0003 .controls .prev:hover,
.banner-0003 .controls .next:hover,
.banner-0003 .controls .prev:focus,
.banner-0003 .controls .next:focus {
  padding-left: 2em;
  padding-right: 2em;
}
.banner-0003 .controls .prev {
  border-radius: 0 .25em .25em 0;
  left: 0;
}
.banner-0003 .controls .next {
  border-radius: .25em 0 0 .25em;
  right: 0;
}
.bullets {
  display: none;
  bottom: -25px;
  position: absolute;
  right: 0;
}
.bullets li {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}
.bullets li:nth-child(2) {
  border-left: 1px solid #13b5ea;
  padding-left: 10px;
}
.bullets button {
  background-color: #13b5ea;
  border-radius: 12px;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: left;
  font-weight: bold;
  height: 12px;
  line-height: 1em;
  padding: 0;
  width: 12px;
}
.bullets button[data-action] {
  background-color: #fff;
  border-radius: 0;
  color: #13b5ea;
  height: 16px;
  width: 24px;
}
.bullets button[data-action="stop"] {
  font-size: 14px;
}
.bullets .active button {
  background-color: #026cb6;
}
.btnTooltip {
  position: absolute;
  color: gray;
  background-color: white;
  font-size: 12px;
  padding: 6px 30px;
  opacity: 0.87;
  box-shadow: -1px 0px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  right: 60px;
  bottom: 20px;
  border: 0;
  z-index: 3;
}
.boxTooltip {
  display: none;
  position: absolute;
  padding: 15px;
  text-align: left;
  background-color: #fff;
  box-shadow: -1px 0px 7px 1px rgba(81, 81, 81, 0.5);
  color: black;
  width: 570px;
  right: 60px;
  bottom: 65px;
  opacity: 0.9;
  font-size: 12px;
  z-index: 10;
  white-space: normal;
  line-height: 1.5em;
}
.boxTooltip:after {
  top: 100%;
  left: 87%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 10px;
  margin-left: -20px;
}
.banner-0002 .slide-list {
  height: 504px;
}
.banner-0002 .slide {
  overflow: hidden;
  text-align: center;
  height: 504px;
  max-width: 100%;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.6s ease-out;
  visibility: hidden;
}
.banner-0002 .slide .btnTooltip {
  position: absolute;
  color: gray;
  background-color: white;
  font-size: 12px;
  padding: 6px 30px;
  opacity: 0.87;
  box-shadow: -1px 0px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  right: 60px;
  bottom: 20px;
  border: 0;
}
.banner-0002 .slide .boxTooltip {
  display: none;
  position: absolute;
  padding: 15px;
  text-align: left;
  background-color: #fff;
  box-shadow: -1px 0px 7px 1px rgba(81, 81, 81, 0.5);
  color: black;
  width: 570px;
  right: 60px;
  bottom: 65px;
  opacity: 0.9;
  font-size: 12px;
  z-index: 10;
}
.banner-0002 .slide .boxTooltip:after {
  top: 100%;
  left: 87%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 10px;
  margin-left: -20px;
}
.banner-0002 .active .slide.current {
  visibility: visible;
  left: 0;
}
.banner-0002 .active .slide.next {
  left: 100%;
}
.banner-0002 .active .slide.prev {
  left: -100%;
}
.banner-0002 .active .slide.next.in-transition,
.banner-0002 .active .slide.prev.in-transition {
  visibility: visible;
}
.banner-0002 .btn-prev,
.banner-0002 .btn-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -2.5em;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
  padding: .5em;
  transition: padding 0.25s ease-out;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  color: #026cb6;
}
.banner-0002 .btn-next:hover,
.banner-0002 .btn-next:focus,
.banner-0002 .v-prev:hover,
.banner-0002 .btn-prev:focus {
  padding-left: 2em;
  padding-right: 2em;
}
.banner-0002 .btn-prev {
  left: 0;
  border-radius: 0 .25em .25em 0;
}
.banner-0002 .btn-next {
  right: 0;
  border-radius: .25em 0 0 .25em;
}
.macro-link {
  color: #707070;
  text-decoration: none;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.macro-link:hover {
  color: #00b05a;
  text-decoration: none;
  box-shadow: none;
}
.macro-link:active {
  color: #028746;
}
.macro-link.selected {
  color: #00b05a;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.macro-link:focus {
  color: #00b05a;
  text-decoration: none;
  box-shadow: none;
}
.macro-link-disable {
  color: #c5c5c5;
  text-decoration: none;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial, Helvetica, sans-serif;
  cursor: not-allowed;
}
.macro-input-div {
  padding-top: 20px;
  position: relative;
}
.macro-input-div .macro-input {
  height: 38px;
  font-size: 16px;
  color: #6b6b6b;
  font-family: 'chantilly-serial-lightregular', Arial;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  border: solid 0.6px #979797;
  border-radius: 2px;
  line-height: 38px;
}
.macro-input-div .macro-input.password {
  padding-right: 72px;
  font-size: 30px;
  letter-spacing: 2;
}
.macro-input-div .macro-input:focus {
  border-color: #00b05a;
  border-width: 1px;
  outline: none;
  padding-left: 8px;
  border-style: solid;
  box-shadow: none;
}
.macro-input-div .macro-input:focus + .macro-input-text {
  color: #00b05a;
}
.macro-input-div .macro-input-text {
  font-size: 16px;
  margin-bottom: 2px;
  color: #707070;
  padding-left: 8px;
  padding-right: 8px;
  font-family: 'chantilly-serial-lightregular', Arial;
  display: block;
  position: absolute;
  top: -2px;
}
.macro-input-div .macro-input-forgot {
  position: absolute;
  top: 32px;
  right: 16px;
  color: #00b05a;
  font-size: 14px;
  font-family: 'chantilly-mediumregular', Arial;
  border: none;
  box-shadow: none;
}
.macro-input-div .macro-input-image-phone {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/images/componentes/phone.svg');
  background-repeat: no-repeat;
  background-size: 32px;
}
.search-field input {
  width: 100%;
  border: none;
  background-color: transparent;
  color: #ffffff;
  text-transform: none;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial;
}
.search-field input::-webkit-input-placeholder {
  text-transform: none;
  color: #ffffff;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial;
}
.search-field input ::-moz-placeholder {
  text-transform: none;
  color: #ffffff;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial;
}
.search-field input :-ms-input-placeholder {
  text-transform: none;
  color: #ffffff;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial;
}
.search-field input :-moz-placeholder {
  text-transform: none;
  color: #ffffff;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial;
}
.input-search-field {
  line-height: 2.3;
  min-height: 30px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .macro-input-div .macro-input.password {
    padding-right: 70px;
    font-size: 20px;
    letter-spacing: 2;
  }
}
#label-changeCity {
  display: none;
}
.msg-geolocation {
  position: relative !important;
  margin-top: -20px;
}
.mfp-container {
  padding: 0;
}
.open-modal {
  text-decoration: none;
  color: currentColor;
}
.modal--hide-anchor {
  position: absolute;
  left: -200vw;
  visibility: hidden;
}
.modal--full {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 1024px;
  margin: auto;
  min-height: 100%;
}
.modal--full .mfp-close {
  color: #00b05a;
  right: 5px;
  font-size: 40px;
  font-family: 'chantilly-serial-lightregular', Arial;
  opacity: 1;
  font-weight: 100;
}
.modal--full .modal--title {
  box-sizing: border-box;
  padding: 16px 46px;
  font-family: 'chantilly-serialregular', Arial;
  font-size: 18px;
  font-weight: 300;
  color: #00b05a;
}
.modal--full .modal--dismiss {
  position: absolute;
  top: 13px;
  right: 16px;
  display: inline-block;
  color: #00b05a;
}
.modal--full .modal--backbtn {
  position: absolute;
  left: 10px;
  width: 30px;
}
.modal--full .modal--backbtn button:focus {
  box-shadow: none;
  outline: none !important;
}
.modal--full.modal--green .modal--title {
  background-color: #00b05a;
  color: #ffffff;
}
.modal--full.modal--green .mfp-close {
  color: #ffffff;
}
.modal--full.modal--green .modal--dismiss {
  color: #ffffff;
}
.modal--full .modal--content {
  padding: 18px 32px;
  font-family: 'chantilly-serialregular', Arial;
  color: #707070;
}
.modal--full .modal--content--submenu {
  padding: 0 !important;
}
.modal--full .modal--contentNew {
  z-index: 99999;
  padding: 0 12px 18px !important;
  margin-top: -20px;
}
.modal--landing {
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  text-align: center;
  max-width: 90%;
  min-width: 510px;
  height: inherit;
  border-radius: 8px;
  background: #ffffff;
  color: #484848;
  padding: 18px 10px;
}
.modal--landing .modal--dismiss {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
}
.modal--landing.gradient--green {
  background-image: -webkit-linear-gradient(108deg, #00b05a, #4db381 45%, #15af58);
  background-image: -moz-linear-gradient(108deg, #00b05a, #4db381 45%, #15af58);
  background-image: -o-linear-gradient(108deg, #00b05a, #4db381 45%, #15af58);
  background-image: linear-gradient(198deg, #00b05a, #4db381 45%, #15af58);
  color: #ffffff;
}
.modal--landing.gradient--green .modal--dismiss,
.modal--landing.gradient--green .modal--icon {
  color: #ffffff;
}
.modal--landing.gradient--green .modal--icon * {
  color: #ffffff;
}
.modal--landing.gradient--orange {
  background-image: -webkit-linear-gradient(108deg, #ff9e63, #ffc6a3 45%, #ff6300);
  background-image: -moz-linear-gradient(108deg, #ff9e63, #ffc6a3 45%, #ff6300);
  background-image: -o-linear-gradient(108deg, #ff9e63, #ffc6a3 45%, #ff6300);
  background-image: linear-gradient(198deg, #ff9e63, #ffc6a3 45%, #ff6300);
  color: #ffffff;
}
.modal--landing.gradient--orange .modal--dismiss,
.modal--landing.gradient--orange .modal--icon {
  color: #ffffff;
}
.modal--landing.gradient--orange .modal--icon * {
  color: #ffffff;
}
.modal--landing.modal--width-defaul {
  width: 583px;
  height: 406px;
}
.modal--landing.modal-desconto {
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .modal--landing.modal-desconto {
    width: 583px !important;
    max-width: 583px !important;
    min-width: 583px!important;
    height: 406px !important;
    min-height: 406px !important;
    border-radius: 8px !important;
  }
}
.modal--landing.modal-form {
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .modal--landing.modal-form {
    width: 583px !important;
    max-width: 583px !important;
    min-width: 583px!important;
    height: 406px !important;
    min-height: 406px !important;
    border-radius: 8px !important;
  }
}
.modal--landing .mfp-close {
  display: none;
}
.modal--landing .modal--icon {
  width: 142px;
  height: 135px;
  object-fit: contain;
  margin: 0 auto 24px;
}
.modal--landing .modal--spacer {
  width: 130px;
  height: 4px;
  margin: auto auto 19px;
  opacity: 0.59;
  border-radius: 100px;
  background-color: currentColor;
}
.modal--landing .modal--title {
  font-family: 'chantilly-serial-lightregular', Arial;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin: auto auto 4px;
  padding: 0;
}
.modal--landing .modal--text {
  font-family: 'chantilly-serial-lightregular', Arial;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  margin: auto auto 19px;
}
.modal--landing .btn-default {
  padding: 12px 60px;
  height: 52px;
  border-radius: 100px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.23);
}
.modal--landing .btn-default.white {
  background-color: #ffffff;
  font: 'chantilly-mediumregular', Arial;
  font-size: 20px;
  font-weight: 500;
  color: #00b05a;
}
.modal--landing .modal--content p {
  padding: 0;
  margin: 0;
}
.modal--landing .modal--content .modal--text-confirm {
  font-size: 24px;
  font-weight: 300;
}
.modal--landing .modal--content .modal--text-input {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  display: table;
  margin: 0 auto 8px;
}
.modal--landing .modal--content .modal--text-input a {
  color: currentColor;
}
.modal--landing .modal--content .modal--text-input input.checkbox-white[type=checkbox] {
  visibility: hidden;
  margin-right: 12px;
}
.modal--landing .modal--content .modal--text-input input[type=checkbox] ~ label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal--landing .modal--content .modal--text-input input.checkbox-white[type=checkbox]:not(:checked) ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 32px;
  background-image: url('/images/componentes/checkbox.svg');
  background-repeat: no-repeat;
  background-size: 20px;
}
.modal--landing .modal--content .modal--text-input input.checkbox-white[type=checkbox]:checked ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 32px;
  background-image: url('/images/componentes/checkbox-checked.svg');
  background-repeat: no-repeat;
  background-size: 20px;
}
.modal--landing.modal--small-spaces .modal--icon {
  margin-bottom: 16px;
}
.modal--landing.modal--small-spaces .modal--spacer {
  margin-bottom: 10px;
}
.modal--landing.modal--small-spaces .modal--text {
  font-size: 24px;
}
.modal--landing.modal--small-spaces .modal--title {
  margin-bottom: 0;
}
.modal--landing.modal--small-spaces .modal--text {
  margin-bottom: 10px;
}
#modal-outros-planos.modal--full,
#modal-tarifas.modal--full,
#modal-tarifas-GoMs.modal--full,
#modal-all-speed.modal--full {
  color: #585858;
}
#modal-outros-planos.modal--full .modal-dismiss,
#modal-tarifas.modal--full .modal-dismiss,
#modal-tarifas-GoMs.modal--full .modal-dismiss,
#modal-all-speed.modal--full .modal-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: color 0.8s ease;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
}
#modal-outros-planos.modal--full .modal-dismiss:hover,
#modal-tarifas.modal--full .modal-dismiss:hover,
#modal-tarifas-GoMs.modal--full .modal-dismiss:hover,
#modal-all-speed.modal--full .modal-dismiss:hover {
  color: #FF8A00;
}
#modal-outros-planos.modal--full .modal--arrow,
#modal-tarifas.modal--full .modal--arrow,
#modal-tarifas-GoMs.modal--full .modal--arrow,
#modal-all-speed.modal--full .modal--arrow {
  font-size: 2.35em;
  padding: 10px 0 0 35px;
}
#modal-outros-planos.modal--full .modal--arrow::before,
#modal-tarifas.modal--full .modal--arrow::before,
#modal-tarifas-GoMs.modal--full .modal--arrow::before,
#modal-all-speed.modal--full .modal--arrow::before {
  padding-right: 22px;
  display: inherit;
}
@media screen and (min-width: 365px) and (max-width: 375px) {
  #modal-outros-planos.modal--full .modal--arrow,
  #modal-tarifas.modal--full .modal--arrow,
  #modal-tarifas-GoMs.modal--full .modal--arrow,
  #modal-all-speed.modal--full .modal--arrow {
    letter-spacing: -0.5px;
  }
}
#modal-outros-planos.modal--full .modal--content,
#modal-tarifas.modal--full .modal--content,
#modal-tarifas-GoMs.modal--full .modal--content,
#modal-all-speed.modal--full .modal--content {
  padding-top: 0;
}
#modal-outros-planos.modal--full,
#modal-all-speed.modal--full,
#modal-download.modal--full {
  top: 0;
}
.modal--size320 {
  min-width: 320px;
  min-height: 320px;
  width: 320px;
  height: 320px;
}
.modal--size320 .modal--title {
  font-size: 2.4em;
  font-weight: 700;
  margin: 40px 0;
}
.modal--size320 .box-modal .new {
  padding: 12px;
  min-width: 100px;
}
.modal--size320 .box-modal .macro-link {
  padding: 12px;
  min-width: 100px;
}
.modal--size1024 {
  height: 600px;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  background: #ffffff;
  max-width: 1024px;
  margin: auto;
  padding: 40px 80px;
  font-size: 1em;
  overflow: auto;
}
.modal--size1024 .modal-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: color 0.8s ease;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
}
.modal--size1024 .modal-dismiss:hover {
  color: #FF8A00;
}
.modal--size1024 .modal--arrow {
  font-size: 2.25em;
}
.modal--title {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .modal--lannding {
    width: 100% !important;
    max-width: 768px;
    min-width: 100%;
    min-height: 100%;
    border-radius: 0;
  }
}
html,
body {
  margin: 0;
  padding: 0px;
  -webkit-backface-visibility: hidden;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0 !important;
  transition: all 0.3s !important;
  transform: translateX(100%) !important;
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0 !important;
  transition: all 0.3s !important;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8 !important;
  background: none;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(-100%);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0 !important;
}
.pop-city-content {
  min-height: 171px;
  padding: 10px 11px 19px 19px;
}
.pop-city-content .Grid-cell {
  flex-basis: 100% !important;
}
.autocomplete-box {
  padding: 14px 12px;
}
.autocomplete-box .autocomplete-results {
  font-size: 16px;
  color: #6b6b6b;
  font-family: 'chantilly-serial-lightregular', Arial;
  padding: 8px 0;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  flex: 1 0;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.autocomplete-box .autocomplete-results:hover {
  color: #00b05a;
}
.autocomplete-box .autocomplete-results img {
  display: block;
}
.pop-city-input {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .pop-city-input {
    display: none;
  }
  .pop-city-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pop-city-content {
    max-width: 467px;
    margin: 0 auto;
  }
}
.btn-login {
  border: none;
  color: #707070;
  font-size: 14px;
  font-family: 'chantilly-serialregular', Arial;
  min-width: 38px;
  height: 32px;
  cursor: pointer;
}
.btn-login:active .btn-text-login {
  color: #00b05a;
}
.btn-login:hover .btn-text-login {
  color: #00b05a;
}
.btn-login img {
  width: 26px;
  height: 100%;
}
.btn-login .icon-btn-login {
  display: inline-block;
  width: 36px;
  color: #00b05a;
  height: 100%;
}
@media (max-width: 767px) {
  .btn-login .icon-btn-login {
    margin-left: 8px;
  }
}
.btn-hello-login {
  color: #707070;
  display: block;
  margin-top: -5px;
}
.btn-hello-login.btn-hello-login .arrowLogin svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.alto-contraste .btn-hello-login.btn-hello-login .arrowLogin svg {
  fill: #707070;
}
.btn-hello-login.btn-hello-login .arrowLogin {
  width: 20px;
  height: 20px;
}
.boxText-login {
  line-height: 1;
  margin-top: 5px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .boxText-login {
    line-height: 1.3;
    margin-top: 0;
    display: none;
  }
  .btn-hello-login {
    margin-top: -2px;
  }
}
@media (min-width: 768px) {
  .btn-login {
    font-size: 16px;
    min-width: 128px;
    height: 43px;
  }
  .btn-login img {
    width: 36px;
  }
  .btnText-login {
    padding-left: 8px;
  }
  .btn-hello-login {
    margin-top: 0;
  }
}
@media (max-width: 340px) {
  .btn-login .arrowLogin,
  .btn-login .arrowLogin svg {
    width: 16px;
    height: 16px;
  }
}
.login-area .msg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.login-area .msg-container .alert {
  margin: 23px 25px;
}
.login-area .msg-container .alert .close {
  display: block;
}
.login-area .msg-container .alert .close span {
  visibility: visible;
  position: relative;
}
.login-area .msg-container .alert .close span {
  visibility: visible;
  position: relative;
}
.login-area .msg-container a {
  color: #00b05a;
}
.box-popover-login {
  padding: 23px 25px;
  width: 359px;
  height: 399px;
}
.pop-welcome {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
}
.pop-user {
  margin-bottom: 14px;
}
.pop-password {
  margin-bottom: 12px;
}
.pop-btn-access {
  margin-bottom: 13px;
}
.pop-btn-access-fb {
  margin-bottom: 21px;
}
.pop-new-user {
  font-size: 16px;
  color: #707070;
}
.pop-link-new-perfil a {
  color: #00b05a;
  font-size: 16px;
}
.pop-separator {
  padding: 0 46px !important;
  line-height: 1;
  margin-bottom: 15px !important;
}
.pop-separator span {
  font-size: 16px;
}
.pop-separator span:not(:nth-last-of-type(2)) {
  margin-top: 5px;
}
.pop-text-link {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .box-popover-login {
    padding: 0;
    width: 266px;
    margin: 0 auto;
  }
  .pop-text-link {
    padding: 0;
  }
  .pop-separator {
    padding: 0 27px !important;
  }
}
.submenu-container {
  padding: 17px 0;
  display: flex;
  flex: 1 0;
  box-sizing: border-box;
}
.submenu-container .submenu-box {
  color: #707070;
  display: inline-block;
  font-size: 18px;
  font-family: 'chantilly-serial-lightregular', Arial;
  text-align: left;
  margin-right: 25px;
}
.submenu-container .submenu-box:last-child {
  margin-right: 0;
}
.submenu-container .submenu-box .data-popover-indicator {
  max-height: 24px;
}
.submenu-container .submenu-box a {
  display: inline-flex;
}
.submenu-container .submenu-box a svg {
  fill: #707070;
}
.submenu-container .submenu-box a:hover {
  text-decoration: underline;
  color: #00b05a;
}
.submenu-container .submenu-box a:hover svg {
  fill: #00b05a;
}
.submenu-container .submenu-box a:focus {
  color: #00b05a;
}
.submenu-container .submenu-box a:focus svg {
  fill: #00b05a;
}
.submenu-container .submenu-box a:active {
  color: #00b05a;
}
.submenu-container .submenu-box a:active svg {
  fill: #00b05a;
}
.btn-open-menu {
  display: none;
  color: #00b05a;
  font-family: 'chantilly-mediumregular', Arial;
  font-size: 14px;
  text-decoration: none;
}
.btn-open-menu:hover {
  text-decoration: none;
}
#menu-serv .Grid {
  margin: 10px auto 15px;
}
.submenu--columns-wrapper {
  display: flex;
  flex-direction: row;
  margin: 10px auto 15px;
  justify-content: space-between;
}
.submenu--columns-sale-holder {
  padding-left: 24px;
  padding-right: 24px;
  min-width: 288px;
}
.submenu--columns-holder {
  width: calc(100% - 288px);
  padding-bottom: 10px;
  border-bottom: solid 0.7px rgba(151, 151, 151, 0.34);
  display: flex;
  flex-direction: row;
}
@media all and (-ms-high-contrast: none) {
  .submenu--columns-holder {
    /* IE11 */
  }
  .submenu--columns-holder *::-ms-backdrop,
  .submenu--columns-holder {
    flex: 1 0;
  }
}
.submenu--columns-holder div:first-child {
  padding-left: 24px;
}
.submenu--columns-spacer {
  padding: 0 16.5px 0 16px;
  position: relative;
}
.submenu--columns-spacer:last-child {
  padding-right: 0;
}
.submenu--columns-spacer::after {
  content: "";
  border-right: solid 1.1px rgba(151, 151, 151, 0.17);
  position: absolute;
  top: 40px;
  right: 0;
  height: calc(100% - 45px);
}
.submenu--columns-spacer:last-child:after {
  display: none;
}
.submenu--columns-title {
  line-height: 24px;
  font-family: 'chantilly-serial-lightregular', Arial;
  font-size: 19px;
  color: #707070;
  margin: 0 auto;
  padding: 0 0 13px;
}
.submenu--columns-item a {
  font-family: 'chantilly-serial-lightregular', Arial;
  font-size: 16px;
  line-height: 35px;
  color: #707070;
}
.submenu--columns-highlight {
  display: flex;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none) {
  .submenu--columns-highlight {
    /* IE11 */
  }
  .submenu--columns-highlight *::-ms-backdrop,
  .submenu--columns-highlight {
    flex: 1 0;
  }
}
.submenu--columns-highlight .submenu--columns-list:first-child {
  padding-bottom: 0px;
}
.submenu--columns-highlight .submenu--columns-item a {
  font-size: 15px;
  line-height: 1.5;
  color: #707070;
  padding-bottom: 6px;
}
.submenu--title--primary {
  height: 50px;
  background-color: #F9F9F9;
  padding: 10px 0;
  display: flex;
  flex: 1 0;
  box-sizing: border-box;
  margin: -24px -24px 0;
  font-size: 19px;
}
.submenu--title--primary a {
  margin-left: 48px;
}
.submenu--title--primary a span {
  color: #00b05a;
  text-decoration: underline;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .submenu-container {
    display: none;
  }
  .btn-open-menu {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .submenu--columns-sale-holder {
    display: none;
  }
  .submenu--columns-holder {
    width: 100%;
  }
  .submenu-container .submenu-box {
    font-size: 14px;
    margin-right: 18px;
  }
  .submenu-container .submenu-box:last-child {
    margin-right: 0;
  }
}
div.breadcrumbs {
  display: block;
}
*.breadcrumb--holder {
  padding: 7px 0;
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-size: 0;
}
*.breadcrumb--holder dl.diagram--container {
  justify-content: flex-start;
  text-align: left;
}
.breadcrumb--item {
  display: inline-block;
  line-height: 20px;
  font-family: 'chantilly-serial-lightregular', Arial;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
}
.breadcrumb--item a {
  color: #00b05a;
}
.breadcrumb--item::after {
  content: ">";
  font-family: 'chantilly-serial-lightregular', Arial;
  color: #00b05a;
  padding: 0 7px;
}
.breadcrumb--item:last-child:after {
  display: none;
}
@media screen and (min-width: 767px) {
  .breadcrumb--holder {
    padding: 11px 0;
  }
}
@media screen and (max-width: 767px) {
  div.breadcrumbs {
    display: block;
  }
  div.breadcrumbs .breadcrumb--holder {
    direction: ltr;
    overflow-x: auto;
    overflow-Y: hidden;
  }
  div.breadcrumbs .breadcrumb--holder dl.diagram--container {
    direction: ltr;
    white-space: nowrap;
    display: inline-block;
  }
}
.carousel--offers-theme {
  width: 282px;
}
.carousel--offers-theme img {
  width: 240px;
  height: 350px;
}
.carousel--offers-theme .owl-item {
  width: 240px;
  height: 250px;
  background: #00b05a;
}
.carousel--offers-pager {
  font-size: 0;
  line-height: 0;
  padding: 14px 5px 2px;
  padding: 10px;
}
.carousel--offers-pager span::before {
  cursor: pointer;
  content: " ";
  padding: 6px;
  margin: 0 4px;
  border: solid 1px #00b05a;
  border-radius: 50%;
}
.shape-copy {
  width: 12.7px;
  height: 12.7px;
  background-color: #00b05a;
  background-color: var(--shamrock);
}
.btn-default {
  cursor: pointer;
  background-color: #ffca05;
  border: none;
  color: #3a3a3a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 100px;
  font-family: 'chantilly-serialregular', Arial;
  line-height: 20px;
  min-width: 136px;
  min-height: 36px;
  padding: 0 28px;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .btn-default {
    /* IE11 */
  }
  .btn-default *::-ms-backdrop,
  .btn-default {
    min-height: auto;
    height: 36px;
  }
}
button.btn-default {
  display: inline-block;
}
.alto-contraste .btn-default {
  background: #000 !important;
  box-sizing: border-box;
  border: solid 2px #fff333;
  background: #3a3a3a;
  text-decoration: underline;
  text-transform: uppercase;
}
.alto-contraste .btn-default:hover,
.alto-contraste .btn-default:active,
.alto-contraste .btn-default.green {
  background: #000;
  color: #fff333 !important;
}
.btn-default:hover {
  background-color: #ffd741;
  text-decoration: none;
}
.btn-default:active {
  background-color: #f7d761;
  color: #3a3a3a;
}
.btn-default:disabled {
  background-color: #e4e4e4;
  cursor: not-allowed;
}
.btn-default.green {
  background-color: #00b05a;
  color: #ffffff;
}
.btn-default.formLogin {
  width: 216px;
}
.btn-default.facebook {
  width: 216px;
  background: #3b5998;
  color: #ffffff;
  padding: 0 10px;
}
.btn-default.facebook img {
  vertical-align: middle;
}
.btn-icon-menu {
  padding: 0 6px;
}
.btn-menu-mobile {
  padding: 0px;
  width: 126px;
}
a.btn-default {
  align-items: center;
  display: flex;
  justify-content: center;
}
.custom-width {
  height: 30px;
}
.btn-menu-mobile {
  background-color: #00b05a;
  color: #ffffff;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100px;
  font-family: 'chantilly-serialregular', Arial;
  line-height: 1.8;
  min-width: 80px;
  min-height: 30px;
  padding: 0 8px 0 11px;
}
.btn-menu-mobile img {
  width: 18px;
  height: 14px;
  margin-right: 4px;
}
.btn-default.new {
  cursor: pointer;
  background-color: #00b05a;
  border: none;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-default.new:hover {
  background-color: #028746;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-default {
    min-width: 86px;
    padding: 0 18px;
  }
}
@media (min-width: 840px) {
  .btn-menu-mobile {
    display: none !important;
  }
}
.n-mini-carousel-container {
  width: 270px;
  overflow: hidden;
}
.n-mini-carousel {
  height: 359px;
  margin-left: 15px;
  overflow: visible !important;
}
.n-mini-carousel-imagem {
  transform: scale(0.95, 0.854);
  transition: transform 0.3s ease-in-out;
}
.n-mini-carousel-imagem-active {
  transform: scale(1);
}
.n-mini-carousel-paginacao {
  float: left;
  margin: 1px 0 0 3px;
}
.n-mini-carousel-pagina {
  background: #fff;
  border: solid 1px #00b05a;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  height: 14px;
  margin: 0 2.55px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.n-mini-carousel-pagina::before {
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.n-mini-carousel-pagina.cycle-pager-active {
  border-color: #fcac0d;
}
.n-mini-carousel-pagina.cycle-pager-active::before {
  background: #fcac0d;
}
.n-mini-carousel-controles {
  display: inline-block;
  padding: 5px 15px 0;
  width: 100%;
}
.n-mini-carousel-playpause {
  background: none;
  border: none;
  color: #707070;
  cursor: pointer;
  float: left;
  font-family: 'chantilly-serial-lightregular', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2308;
  text-align: left;
  width: 60px;
}
.n-mini-carousel-control-icon {
  border: solid 1px #707070;
  border-radius: 50%;
  float: left;
  height: 14px;
  margin-right: 5px;
  position: relative;
  width: 14px;
}
.n-mini-carousel-control-icon.n-mini-carousel-control-icon::before {
  background: #707070;
  content: '';
  display: inline-block;
  height: 8px;
  left: 4px;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  top: 50%;
  width: 1px;
}
.n-mini-carousel-control-icon span {
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  width: 1px;
}
.n-mini-carousel-control-icon span::before,
.n-mini-carousel-control-icon span::after {
  background: #707070;
  content: '';
  display: inline-block;
  height: 50%;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.n-mini-carousel-control-icon span::before {
  top: 0;
  transform-origin: 100% 100%;
}
.n-mini-carousel-control-icon span::after {
  bottom: 0;
  transform-origin: 0% 0%;
}
.n-mini-carousel-control-icon.n-mini-carousel-play::before {
  left: 3px;
}
.n-mini-carousel-control-icon.n-mini-carousel-play span {
  height: calc(100% + 2px);
  right: 2px;
}
.n-mini-carousel-control-icon.n-mini-carousel-play span::before {
  transform: rotate(-60deg);
}
.n-mini-carousel-control-icon.n-mini-carousel-play span::after {
  transform: rotate(60deg);
}
.submenu-nivel1 {
  padding-bottom: 30px;
}
.submenu-nivel1 .user-container {
  position: relative;
  margin-bottom: 5px;
  padding: 12px;
}
.submenu-nivel1 .user-container .user {
  display: inline-block;
  position: relative;
  width: 125px;
}
.submenu-nivel1 .user-container .user img {
  display: inline-block;
}
.submenu-nivel1 .user-container .user span {
  font-size: 1.4em;
  color: #585858;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.submenu-nivel1 .user-container .perfil {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.submenu-nivel1 .user-container .perfil a {
  font-size: 1.4em;
  color: #00b05a;
  font-family: 'chantilly-mediumregular', Arial;
}
.submenu-nivel1 .list1 li {
  position: relative;
  margin-top: -1px;
}
.submenu-nivel1 .list1 li .title-menu {
  min-height: 56px;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  position: relative;
  background-color: #f9f9f9;
  padding: 0 12px;
}
.submenu-nivel1 .list1 li .title-menu a {
  font-family: 'chantilly-serial-lightregular', Arial;
  font-size: 1.8em;
  color: #00b05a;
}
.submenu-nivel1 .list1 li .title-menu .little-text {
  font-size: 1.4em !important;
  font-family: 'chantilly-serialregular', Arial;
}
.submenu-nivel1 .list1 li .title-menu .div-icon {
  width: 36px;
  display: inline-block;
}
.submenu-nivel1 .list1 li .title-menu .div-icon img {
  margin-right: 12px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.submenu-nivel1 .list1 li .title-menu .div-text {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.submenu-nivel1 .list1 li .title-menu .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: transform 1s;
}
.submenu-nivel1 .list1 li .title-menu .arrow-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 15px;
  transition: transform 1s;
}
.submenu-nivel1 .list1 li .title-menu .arrow-main-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 15px;
  transition: transform 1s;
}
.submenu-nivel1 .list1 li .littleDiv {
  min-height: 40px;
}
.submenu-nivel1 .list1 li .submenu-list1 {
  position: relative;
}
.submenu-nivel1 .list1 li .submenu-list1 li {
  margin-left: 52px;
  border-bottom: 1px solid #d8d8d8;
  height: 56px;
  padding: 18px 0 11px;
  font-size: 14px;
  font-family: 'chantilly-serialregular', Arial;
  color: #00b05a;
  cursor: pointer;
}
.submenu-nivel1 .list1 li .submenu-list1 li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.submenu-nivel1 .list1 li .submenu-list1 li .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.submenu-nivel1 .list1 li .submenu-list1 .link-combo {
  font-size: 16px !important;
  font-family: 'chantilly-mediumregular', Arial !important;
  color: #00b05a !important;
}
.submenu-nivel1 .list1 li .submenu-list1 .link-principal a {
  font-size: 16px;
  font-family: 'chantilly-mediumregular', Arial;
  color: #00b05a;
}
.submenu-nivel1 .list1 li .submenu-list1 .links-uteis {
  display: flex !important;
  margin: 22px 0 6px 52px;
  border-bottom: 1px solid #d8d8d8;
  transition: height 2s;
}
.submenu-nivel1 .list1 li .submenu-list1 .links-uteis li {
  color: #00b05a;
  font-size: 13px;
  font-family: 'chantilly-serialregular', Arial;
  display: inline-flex;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  min-height: 40px;
  height: 40px;
}
.submenu-nivel1 .list1 li .show {
  display: block;
}
.submenu-nivel1 .list1 li .hide {
  display: none;
}
.submenu-box {
  padding: 0;
  top: 0;
  margin-top: 0;
}
.submenu-box .submenu-content {
  padding: 0 !important;
  font-size: 14px !important;
  color: #00b05a !important;
  display: block;
  min-height: 56px;
  font-family: 'chantilly-serialregular', Arial !important;
  position: relative;
}
.submenu-box .submenu-content div {
  min-height: 56px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding: 0 12px;
  border-top: 1px solid #d8d8d8;
  margin-top: -1px;
}
.submenu-box .submenu-content div span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.submenu-box .submenu-content div .arrow-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 15px;
  transition: transform 1s;
}
.submenu-box .submenu-content .principal {
  margin-left: 32px;
  padding: 0;
  background: #fff;
}
.submenu-box .submenu-content .principal span {
  font-size: 16px;
  font-family: 'chantilly-mediumregular', Arial;
}
.submenu-box .submenu-content .principal .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.submenu-box .submenu-content .outros {
  background-color: #f9f9f9;
}
.submenu-box .submenu-content a {
  font-size: 14px;
  color: #00b05a;
  padding-left: 32px;
  display: block;
  min-height: 56px;
  font-family: 'chantilly-serialregular', Arial;
  position: relative;
}
.submenu-box .submenu-content a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
}
.submenu-box .submenu-content a img {
  position: absolute;
  top: 50%;
  RIGHT: 0;
  transform: translateY(-50%);
  right: 15px;
}
.submenu-box .submenu-content .submenuNivel2 {
  display: none;
}
.submenu-box .submenu-content .submenuPrincipal {
  display: block !important;
}
.submenuNivel2 .no-border-top-first:first-child a div {
  border-top: none;
}
.hide1 {
  display: none;
}
.show1 {
  display: block;
}
.search-bar {
  align-self: flex-end;
  min-width: 30px !important;
}
.search-bar .Grid {
  align-items: center;
}
.search-bar button {
  cursor: pointer;
}
.search-bar .search-btn {
  border: none;
  background-color: transparent;
}
.search-bar #search-form {
  display: none;
  margin: 0;
  padding: 0 16px;
  width: calc(100% - 50px);
}
.search-bar #close-search-bar {
  display: none;
  margin: 0;
}
#storageSearch {
  padding: 10px 10px 20px;
}
#storageSearch .titleSearch {
  font-size: 17px;
  font-family: 'chantilly-serial-lightregular', Arial;
  color: #979797;
  padding: 0 0 0 6px;
}
#storageSearch .itemSearch {
  font-size: 16px;
  font-family: 'chantilly-serial-lightregular', Arial;
  color: #6b6b6b;
  padding: 10px 0 2px 42px;
}
@media screen and (max-width: 767px) {
  .popoverFull {
    width: 100% !important;
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .search-bar {
    max-width: 90%;
  }
  #search-form {
    display: none;
    margin: 0;
    padding: 0 16px;
    width: calc(100% - 120px);
  }
}
.top-bar {
  width: 100%;
  height: 38px;
  background-color: #00a750;
  max-width: 1130px;
  display: flex;
  top: 0;
  z-index: 2;
  position: relative;
}
.top-bar ul.Grid {
  width: 100%;
  list-style: none;
  align-self: center;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.top-bar ul.Grid .Grid-cell {
  flex-basis: auto;
}
.top-bar ul.Grid .up-down-font {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  justify-content: space-between;
  width: 85px;
  display: flex;
  flex-direction: row;
  padding: 0 16px;
  line-height: 1;
}
.top-bar ul li {
  z-index: 1;
  display: block;
  padding: 0 2px;
}
.top-bar ul li a {
  cursor: pointer;
}
.top-bar ul li a.access1 {
  overflow: hidden;
}
.top-bar ul li:first-of-type {
  flex: 1 0 auto;
}
.top-bar ul li .item {
  height: 18px;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  text-align: right;
}
.top-bar ul li:first-child {
  padding-left: 0;
}
.top-bar .data-televendas {
  display: none;
}
.top-popover-sac {
  color: #707070;
  font-family: 'chantilly-serial-lightregular', Arial;
  font-size: 16px;
  padding: 10px 19px 19px 21px;
}
.top-popover-sac p:not(:first-child) {
  margin-top: 1em;
}
.box--contentNew-sac {
  height: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 10000042 !important;
}
.box--contentNew-sac .mfp-container {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.modal-sac span:first-child {
  display: none;
}
.modal-sac .data-atendimento {
  display: inline;
}
.top-bar-background {
  position: relative;
  z-index: 2;
  background-color: #00a750;
}
@media screen and (min-width: 768px) {
  .top-bar ul li {
    padding: 0 2px;
  }
  .top-bar ul li:last-of-type {
    margin-left: 8px;
    padding: 0;
  }
  .top-bar .novo-atendimento-modal {
    display: none;
  }
  .top-bar .data-televendas {
    display: block;
  }
  .modal-sac span:first-child {
    display: inline;
  }
  .modal-sac .data-atendimento {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 340px) {
  .top-bar-background {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 790px) {
  .top-bar-background {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}
@media screen and (max-width: 1023px) {
  .up-down-font {
    display: none !important;
  }
  .contraste {
    display: none !important;
  }
  div[data-include="contraste-btn"] {
    display: none !important;
  }
  div[data-include="tamanho-fontes"] {
    display: none !important;
  }
}
.submenu-mobile .submenu-box .submenu-content {
  font-size: 24px;
  font-family: 'chantilly-serial-lightregular', Arial;
  line-height: 24px;
  color: #707070;
  padding: 17px 34px;
}
.submenu-mobile .submenu-box .submenu-content:last-child {
  border-bottom: 0;
}
#menu-geral {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#menu-geral li {
  margin-right: 22px;
}
#menu-geral li .arrowMenu {
  fill: #707070;
  vertical-align: middle;
  margin-left: -3px;
}
@media screen and (min-width: 1023px) and (max-width: 1250px) {
  #menu-geral #menu10 {
    display: none !important;
  }
}
#menu-geral .menu-outros {
  color: #707070;
  text-decoration: none;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial;
  cursor: pointer;
}
#menu-geral .menu-outros a:hover,
#menu-geral .menu-outros a :focus {
  text-decoration: none;
  color: #00b05a;
}
#menu-geral .menu-outros span {
  vertical-align: middle;
  height: 24px;
  margin-left: -3px;
}
#menu-geral .menu-empresas {
  color: #00b05a;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'chantilly-serialregular', Arial;
  display: block;
}
#menu-popover .div-titulo-menu {
  margin-bottom: 10px;
}
#menu-popover .div-titulo-menu:hover,
#menu-popover .div-titulo-menu :focus {
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none;
}
#menu-popover .div-titulo-menu .titulo-menu {
  color: #00b05a;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'chantilly-serialregular', Arial;
}
#menu-popover .div-titulo-menu .titulo-menu:hover,
#menu-popover .div-titulo-menu .titulo-menu :focus {
  outline: 5px auto -webkit-focus-ring-color;
}
#menu-empresas-popover span {
  vertical-align: middle;
  height: 24px;
  margin-left: -3px;
}
@media screen and (width: 1024px) {
  #menu-geral li {
    margin-right: 14px;
  }
  #menu-geral li:last-child {
    margin: 0 !important;
  }
  #menu-geral .menu-outros {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #menu-geral li {
    margin-right: 10px;
  }
  #menu-geral li:last-child {
    margin: 0 !important;
  }
  #menu-geral .menu-outros {
    margin-right: 0;
  }
}
.popover-empresas li {
  margin-right: 0 !important;
  text-align: center;
}
.disable-item-menu {
  pointer-events: none;
  cursor: not-allowed;
  color: #B3B3C4 !important;
}
#menu-rodape {
  display: none;
  background-color: #f5f5f5;
  width: 100%;
  padding: 5px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
#menu-rodape .items {
  text-align: center;
}
#menu-rodape .items .item-menu {
  font-size: 10px;
  display: block;
  color: #585858;
  text-transform: uppercase;
  font-family: 'chantilly-serialregular', Arial;
}
#menu-rodape .items .item-menu svg {
  margin: 0 auto 5px;
  height: 24px;
}
#menu-rodape .items .item-menu span {
  display: block;
}
#menu-rodape .items .item-menu:hover {
  text-decoration: none;
  box-shadow: none;
  outline: none;
  color: #00b05a;
  fill: #00b05a;
}
#menu-rodape .items .item-menu:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
#menu-rodape .links-empresas {
  color: #00b05a;
  text-decoration: none;
  font-size: 16px;
  font-family: 'chantilly-serialregular', Arial;
  display: block;
  text-align: left;
}
#menu-rodape .popover-fixed-bottom {
  bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  #rodape-internas {
    margin-bottom: 56px;
  }
}
.menu-areas {
  justify-content: flex-start !important;
  width: 100%;
  padding: 18px 0 14px;
  margin: 0 auto;
}
.menu-areas .menu-logo {
  align-items: center;
  display: flex;
}
.menu-areas .menu-logo img {
  width: 80px;
}
.menu-areas .sub-areas {
  display: flex;
  flex: 1 0;
  align-items: center;
  justify-content: center;
}
.menu-areas .areas {
  display: none;
}
.menu-areas .login {
  vertical-align: middle;
  padding-left: 12px;
  width: 155px;
  align-items: center;
  display: flex;
}
.menu-areas .login hr:not(.hr-login) {
  width: 0.6px;
  height: 30px;
  display: inline-block;
  color: #979797;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  vertical-align: middle;
  margin-right: 2.4px;
  opacity: .4;
}
.menu-areas .login .menuLoginBtn {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .menu-areas .menu-logo img {
    width: auto;
  }
  .menu-areas .sub-areas {
    display: none;
  }
  .menu-areas .areas {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    margin-left: 8px;
  }
  .menu-areas .login {
    width: 147px;
    padding-left: 0;
  }
  .menu-areas .login hr:not(.hr-login) {
    margin-right: 7px;
    margin-left: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-areas .menu-logo {
    min-width: 115px;
  }
  .menu-areas .areas {
    margin-left: 35px;
  }
  .menu-areas .login {
    padding-left: 0;
    width: 144px;
  }
  .menu-areas .login hr:not(.hr-login) {
    margin-right: 12px;
  }
}
/*
@media screen and (max-width: 768px) {
    .menu-areas {
        .areas {
            margin-left: 9px;
        }
        .login {
            width: 147px;
            padding-left: 0;
            hr:not(.hr-login) {
                margin-right: 7px;
                margin-left: 7px;
            }
        }
    }
}
*/
@media (min-width: 320px) and (max-width: 767px) {
  .menu-areas .login {
    width: 40px;
    padding-left: 0;
  }
  .menu-areas button:focus,
  a:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 340px) {
  .menu-areas .menu-logo img {
    width: 80px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .menu-areas .sub-areas {
    justify-content: normal;
    margin-left: 30px;
  }
}
.submenu-breadcrumb {
  width: 100%;
  direction: rtl;
  overflow-x: auto;
  overflow-Y: hidden;
}
.submenu-breadcrumb .submenu-breadcrumb-container {
  direction: ltr;
  white-space: nowrap;
  display: inline-block;
}
.submenu-breadcrumb .submenu-breadcrumb-container li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}
.submenu-breadcrumb .submenu-breadcrumb-container li .separator {
  margin: 0 0 0 6px;
}
.submenu-breadcrumb .submenu-breadcrumb-container li .back {
  font-size: 18px;
  font-family: 'chantilly-mediumregular', Arial;
  text-decoration: underline;
}
.dropdown-cidades {
  font-size: 14px;
  color: #ffffff;
  font-family: 'chantilly-serial-lightregular', Arial;
  display: inline-flex;
  align-content: center;
}
.dropdown-cidades .iconLocation {
  margin-right: 2px;
  padding: 3px 0 0;
  height: 24px;
  width: 25px;
  margin-left: -5px;
}
.dropdown-cidades span {
  display: none;
  align-self: center;
  line-height: 18px;
  word-break: break-all;
  white-space: nowrap;
  padding-top: 2px;
}
.dropdown-cidades a,
.dropdown-cidades p {
  cursor: pointer;
  white-space: nowrap;
  color: #ffffff;
  line-height: 18px;
  align-self: center;
  padding-top: 0;
}
.dropdown-cidades-name {
  display: inline-flex !important;
  max-width: 106px;
}
.dropdown-cidades-name p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
@media (min-width: 375px) and (max-width: 425px) {
  .dropdown-cidades-name {
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-cidades span {
    display: inline-block;
  }
  .dropdown-cidades a,
  .dropdown-cidades p {
    font-weight: 500;
    text-decoration: underline;
    font-family: 'chantilly-mediumregular', Arial;
  }
}
@media (min-width: 768px) and (max-width: 859px) {
  .dropdown-cidades-name {
    max-width: 118px;
  }
}
@media (min-width: 860px) and (max-width: 960px) {
  .dropdown-cidades-name {
    max-width: 210px;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .dropdown-cidades-name {
    max-width: 310px;
  }
}
@media (min-width: 1024px) {
  .dropdown-cidades-name {
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 790px) {
  .dropdown-cidades .iconLocation {
    margin-left: 5px !important;
  }
}
.err--location-container {
  display: block;
  position: fixed;
  width: 100%;
  font-family: 'chantilly-serialregular', Arial;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 100000;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.err--location-container .container-input,
.err--location-container .err--location-greetings {
  opacity: 0;
}
.err--location-container .container-input {
  width: 90%;
  position: fixed;
  line-height: 1.3;
}
.err--location-container .err--location-text .err--location-greetings {
  position: fixed;
  top: 50%;
  font-size: 24px;
  display: block;
}
.err--location-container .content-modal-error-location {
  font-size: 16px;
  color: #6b6b6b;
  font-family: 'chantilly-serial-lightregular', Arial;
  padding: 8px 0;
  text-transform: uppercase;
  display: flex;
  flex: 1 0;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.err--location-container .content-modal-error-location .container-autocomplete {
  width: 100%;
}
.err--location-container .content-modal-error-location .container-autocomplete .autocomplete-box {
  padding: 0 14px;
  background-color: #ffffff;
}
.err--location-container .content-modal-error-location .container-autocomplete .autocomplete-box .autocomplete-results {
  color: #585858;
  font-size: 14px;
  font-family: 'chantilly-serialregular', Arial;
}
.err--location-container .content-modal-error-location .container-autocomplete .autocomplete-box .autocomplete-results svg {
  width: 16px;
  height: 16px;
}
.err--location-container .content-modal-error-location .container-autocomplete .autocomplete-box .autocomplete-results:hover {
  color: #00b05a;
}
.err--location-container .content-modal-error-location #error-location-form-autocomplete-cidade .macro-input {
  padding-left: 38px;
  background-image: url('../images/icons/svg/location-sem-cidade.svg');
  background-repeat: no-repeat;
  background-position: 10px;
  border-width: 1px;
}
.err--location-container .content-modal-error-location #error-location-form-autocomplete-cidade .macro-input-div {
  padding-top: 0;
}
.err--location-container .content-modal-error-location #error-location-form-autocomplete-cidade .macro-input-div .macro-input {
  height: 42px;
  border-radius: 4px;
}
.err--location-container .err--location-action-text button {
  color: #ffffff;
  border-radius: 22.5px;
  font-family: 'chantilly-mediumregular', Arial;
  font-size: 18px;
  font-weight: 500;
  height: 45px;
  line-height: 1;
  background-color: #00a750;
  min-width: 288px;
}
.top-animation {
  top: 20px !important;
  transition: all 1.4s ease;
}
.top-animation-second {
  top: 55px !important;
  transition: all 1.4s ease;
}
.err--location-shadow {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 99999;
  opacity: 0.8;
  background-color: #000000;
}
.ov--hidden {
  overflow: hidden;
  height: 100%;
}
.ov--auto {
  overflow: auto;
  height: 100%;
}
.opacity-visible {
  opacity: 1 !important;
  transition: all 0.5s ease;
}
/*animation*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@font-face {
  font-family: 'chantilly-serialregular';
  src: url('/fonts/chantilly-serial-regular-webfont.eot');
  src: url('/fonts/chantilly-serial-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/chantilly-serial-regular-webfont.woff') format('woff'), url('/fonts/chantilly-serial-regular-webfont.ttf') format('truetype'), url('/fonts/chantilly-serial-regular-webfont.svg#chantilly-serialregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chantilly-serial-lightregular';
  src: url('/fonts/chantilly_serial_lt__regular-webfont.eot');
  src: url('/fonts/chantilly_serial_lt__regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/chantilly_serial_lt__regular-webfont.woff') format('woff'), url('/fonts/chantilly_serial_lt__regular-webfont.ttf') format('truetype'), url('/fonts/chantilly_serial_lt__regular-webfont.svg#chantilly-serial-lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chantilly-mediumregular';
  src: url('/fonts/chantilly-medium-webfont.eot');
  src: url('/fonts/chantilly-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/chantilly-medium-webfont.woff2') format('woff2'), url('/fonts/chantilly-medium-webfont.woff') format('woff'), url('/fonts/chantilly-medium-webfont.ttf') format('truetype'), url('/fonts/chantilly-medium-webfont.svg#chantilly-mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chantilly-serialbold';
  src: url('/fonts/chantilly_serial_bold-webfont.eot');
  src: url('/fonts/chantilly_serial_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/chantilly_serial_bold-webfont.woff') format('woff'), url('/fonts/chantilly_serial_bold-webfont.ttf') format('truetype'), url('/fonts/chantilly_serial_bold-webfont.svg#chantilly-serialbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EffraHeavy-Regular-Light';
  src: url('/fonts/EffraLight-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/EffraLight-Regular.woff') format('woff'), url('/fonts/EffraLight-Regular.ttf') format('truetype'), url('/fonts/EffraLight-Regular.svg#EffraHeavy-Regular-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EffraHeavy-Regular';
  src: url('/fonts/EffraHeavy-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/EffraHeavy-Regular.woff') format('woff'), url('/fonts/EffraHeavy-Regular.ttf') format('truetype'), url('/fonts/EffraHeavy-Regular.svg#EffraHeavy-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EffraMedium-Regular';
  src: url('/fonts/effra_medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/effra_medium-webfont.woff') format('woff'), url('/fonts/effra_medium-webfont.ttf') format('truetype'), url('/fonts/effra_medium-webfont.svg#EffraMedium-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Effra-Regular';
  src: url('/fonts/effra_medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/effra_medium-webfont.woff') format('woff'), url('/fonts/effra_medium-webfont.ttf') format('truetype'), url('/fonts/effra_medium-webfont.svg#Effra-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_daxRegular';
  src: url('/fonts/daxRegular.eot');
  src: local('☺'), url('/fonts/daxRegular.woff') format('woff'), url('/fonts/daxRegular.ttf') format('truetype'), url('/fonts/daxRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chantilly-db';
  src: url('/fonts/chantilly-db.eot');
  src: url('/fonts/chantilly-db.eot?#iefix') format('embedded-opentype'), url('/fonts/chantilly-db.woff') format('woff'), url('/fonts/chantilly-db.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'beyond-the-mountains';
  src: url('/fonts/beyond-the-mountains/BeyondTheMountains.eot');
  src: url('/fonts/beyond-the-mountains/BeyondTheMountains.eot?#iefix') format('embedded-opentype'), url('/fonts/beyond-the-mountains/BeyondTheMountains.woff') format('woff'), url('/fonts/beyond-the-mountains/BeyondTheMountains.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SummerHeartsRegular';
  src: url('/fonts/SummerHearts-Regular.eot');
  src: local('☺'), url('/fonts/SummerHearts-Regular.woff') format('woff'), url('/fonts/SummerHearts-Regular.ttf') format('truetype'), url('/fonts/SummerHearts-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayBoldItalic';
  src: url('/fonts/raleway/raleway-bolditalic-webfont.woff2') format('woff2'), url('/fonts/raleway/raleway-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayExtraBold';
  src: url('/fonts/raleway/raleway-extrabold-webfont.woff2') format('woff2'), url('/fonts/raleway/raleway-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayExtraBoldItalic';
  src: url('/fonts/raleway/raleway-extrabolditalic-webfont.woff2') format('woff2'), url('/fonts/raleway/raleway-extrabolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayItalic';
  src: url('/fonts/raleway/raleway-italic-webfont.woff2') format('woff2'), url('/fonts/raleway/raleway-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayLightItalic';
  src: url('/fonts/raleway/raleway-lightitalic-webfont.woff2') format('woff2'), url('/fonts/raleway/raleway-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/raleway-regular-webfont.woff2') format('woff2'), url('/fonts/raleway/raleway-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayBold';
  src: url('/fonts/raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/Raleway-Bold.otf') format('opentype'), url('/fonts/raleway/Raleway-Bold.woff') format('woff'), url('/fonts/raleway/Raleway-Bold.ttf') format('truetype'), url('/fonts/raleway/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewaySemiBold';
  src: url('/fonts/raleway/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/Raleway-SemiBold.otf') format('opentype'), url('/fonts/raleway/Raleway-SemiBold.woff') format('woff'), url('/fonts/raleway/Raleway-SemiBold.ttf') format('truetype'), url('/fonts/raleway/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RalewayLight';
  src: url('/fonts/raleway/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway/Raleway-Light.otf') format('opentype'), url('/fonts/raleway/Raleway-Light.woff') format('woff'), url('/fonts/raleway/Raleway-Light.ttf') format('truetype'), url('/fonts/raleway/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
.u-inlineFlex {
  display: inline-flex;
}
