@charset "UTF-8";
@font-face {
  font-family: 'MyriadSetPro';
  src: url("../fonts/MyriadSetPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Bold.woff") format("woff"), url("../fonts/MyriadSetPro-Bold.ttf") format("truetype"), url("../fonts/MyriadSetPro-Bold.svg#MyriadSetPro-Bold") format("svg");
  font-weight: 700;
  font-style: 700; }
@font-face {
  font-family: 'MyriadSetPro';
  src: url("../fonts/Myri0adSetPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Medium.woff") format("woff"), url("../fonts/MyriadSetPro-Medium.ttf") format("truetype"), url("../fonts/MyriadSetPro-Medium.svg#MyriadSetPro-Medium") format("svg");
  font-weight: 400;
  font-style: 400; }
@font-face {
  font-family: 'MyriadSetPro';
  src: url("../fonts/MyriadSetPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Semibold.woff") format("woff"), url("../fonts/MyriadSetPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadSetPro-Semibold.svg#MyriadSetPro-Semibold") format("svg");
  font-weight: 500;
  font-style: 500; }
@font-face {
  font-family: 'MyriadSetPro';
  src: url("../fonts/MyriadSetPro-Text.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Text.woff") format("woff"), url("../fonts/MyriadSetPro-Text.ttf") format("truetype"), url("../fonts/MyriadSetPro-Text.svg#MyriadSetPro-Text") format("svg");
  font-weight: 300;
  font-style: 300; }
@font-face {
  font-family: 'MyriadSetPro';
  src: url("../fonts/MyriadSetPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Thin.woff") format("woff"), url("../fonts/MyriadSetPro-Thin.ttf") format("truetype"), url("../fonts/MyriadSetPro-Thin.svg#MyriadSetPro-Thin") format("svg");
  font-weight: 200;
  font-style: 200; }
@font-face {
  font-family: 'MyriadSetPro';
  src: url("../fonts/MyriadSetPro-Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Ultralight.woff") format("woff"), url("../fonts/MyriadSetPro-Ultralight.ttf") format("truetype"), url("../fonts/MyriadSetPro-Ultralight.svg#MyriadSetPro-Ultralight") format("svg");
  font-weight: 100;
  font-style: 100; }
.slick-slide:focus {
  outline: none; }

body {
  color: #4e4e4e;
  font-family: 'MyriadSetPro';
  font-weight: 300; }

a,
p,
li {
  color: #4e4e4e;
  font-family: 'MyriadSetPro';
  font-size: 18px;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MyriadSetPro';
  margin: 0; }

a {
  color: #4e4e4e;
  text-decoration: none; }
  a:hover, a:focus {
    color: #4e4e4e;
    text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

input,
textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px; }

textarea {
  height: 130px; }

label {
  font-size: 16px;
  color: #838383;
  margin-bottom: 0px; }

input,
textarea {
  border: 1px solid #d7d7d7;
  border-radius: 3px; }

.container {
  width: 100% !important;
  max-width: 1170px; }

.mask-black {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 98; }
  .mask-black.active {
    left: 0; }

.breadcumbs {
  margin-top: 15px;
  margin-bottom: 20px; }
  .breadcumbs li {
    display: inline-block; }
    .breadcumbs li:after {
      content: '';
      display: inline-block;
      height: 7px;
      width: 7px;
      margin-left: 10px;
      margin-right: 5px;
      background-image: url("../img/icons/arrow-breadcumbs.png"); }
    .breadcumbs li:last-child a {
      color: #fff; }
    .breadcumbs li:last-child:after {
      display: none; }
    .breadcumbs li a {
      font-size: 12px;
      font-weight: 500;
      color: #ef7c18; }
      .breadcumbs li a img {
        margin-right: 7px; }

.top-page {
  margin-bottom: 30px;
  background-color: #00589b; }
  .top-page h1 {
    font-size: 36px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px; }

.sub-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px; }
  .sub-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: #d7d7d7;
    z-index: 1; }
  .sub-title h2 {
    position: relative;
    display: inline-block;
    color: #ef7c18;
    font-size: 36px;
    line-height: 1;
    padding: 0 45px;
    background-color: #fff;
    text-transform: uppercase;
    z-index: 2; }
  .sub-title img {
    vertical-align: top;
    margin-right: 15px; }

.bs-callout {
  padding: 15px;
  margin-bottom: 30px; }
  .bs-callout h4,
  .bs-callout p {
    color: #000;
    font-weight: 700; }
  .bs-callout p {
    margin: 0;
    margin-top: 5px;
    font-size: 15px; }

.bs-callout-primary {
  background-color: #337ab7; }

.bs-callout-success {
  background-color: #dff0d8; }

.bs-callout-info {
  background-color: #d9edf7; }

.bs-callout-warning {
  background-color: #fcf8e3; }

.bs-callout-danger {
  background-color: #f2dede; }

.parsley-error {
  border: 1px solid red; }

.parsley-required {
  display: none; }

.bg-select-region {
  position: absolute;
  width: 100%;
  height: 100%; }

.content-region {
  display: inline-block; }
  @media (min-width: 568px) {
    .content-region {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 567px) {
    .content-region {
      padding-top: 30px;
      padding-bottom: 30px;
      background-color: rgba(255, 255, 255, 0.7);
      box-shadow: 0px 0px 0px 90px rgba(255, 255, 255, 0.7); } }
  .content-region .box-right {
    float: right; }
  .content-region .title {
    color: #e77716;
    font-weight: 700;
    font-size: 29px;
    text-transform: uppercase; }
    @media (max-width: 567px) {
      .content-region .title {
        font-size: 24px; } }
    .content-region .title span {
      color: #00589b; }
  .content-region .description {
    color: #272727; }
  .content-region .box-select {
    display: inline-block;
    width: 100%;
    max-width: 375px;
    padding: 18px;
    background-color: rgba(0, 88, 155, 0.8); }
    .content-region .box-select .welcome {
      color: #fff;
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      line-height: 1; }
      .content-region .box-select .welcome:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #6a9abd;
        margin-top: 10px; }
    .content-region .box-select .text {
      color: #fff;
      font-size: 16px;
      margin: 10px 0 8px 0; }
    .content-region .box-select select {
      width: 100%;
      height: 40px;
      border: 1px solid #e9e9e9;
      border-radius: 3px; }
    .content-region .box-select .arrow {
      position: relative; }
      @media (min-width: 1200px) {
        .content-region .box-select .arrow:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 45px;
          height: 41px;
          background-image: url("../img/icons/arrow-select.png");
          background-position: center;
          background-repeat: no-repeat;
          background-color: #a8a8a8;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px;
          pointer-events: none; } }
    .content-region .box-select button {
      min-width: 45px;
      height: 35px;
      color: #fff;
      text-align: center;
      background-color: #e77716;
      border: none;
      border-radius: 3px;
      margin-top: 10px;
      float: right; }

.header {
  background-color: #f8f8f8; }
  .header .bar-info {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f1f1f1; }
    .header .bar-info .phone-number {
      display: inline-block;
      margin: 0;
      line-height: 1;
      font-size: 13px; }
      .header .bar-info .phone-number img {
        margin-left: 10px;
        margin-right: 5px;
        vertical-align: text-bottom; }
    .header .bar-info .box-city {
      float: right; }
      .header .bar-info .box-city .actual-city {
        text-align: right;
        margin: 2px 0 0 0;
        line-height: 1;
        font-size: 13px;
        cursor: pointer; }
        .header .bar-info .box-city .actual-city .pointer {
          vertical-align: sub; }
        .header .bar-info .box-city .actual-city .arrow {
          vertical-align: baseline; }
        .header .bar-info .box-city .actual-city span {
          margin-left: 7px;
          margin-right: 10px; }
      .header .bar-info .box-city .option-city {
        position: relative;
        min-width: 130px;
        height: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 22px;
        padding-right: 22px;
        margin-bottom: -100px;
        background-color: #f1f1f1;
        text-align: right;
        float: right;
        overflow: hidden;
        transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 2; }
        .header .bar-info .box-city .option-city.active {
          height: auto;
          padding-top: 10px;
          padding-bottom: 10px; }
        .header .bar-info .box-city .option-city li a {
          font-size: 13px; }
          .header .bar-info .box-city .option-city li a:hover {
            color: #e77817; }
  .header .logo {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px; }
  .header .btn-central {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 8px 18px;
    background-color: #ef7c18;
    border-radius: 3px;
    float: right;
    transition: 0.2s ease; }
    .header .btn-central:hover {
      opacity: 0.8; }
    .header .btn-central img {
      vertical-align: sub;
      margin-right: 5px; }
  .header .menu-main {
    background-color: #f1f1f1; }
    @media (max-width: 900px) {
      .header .menu-main {
        position: fixed;
        height: 100%;
        width: 100%;
        max-width: 300px;
        top: 0;
        left: -100%;
        z-index: 99;
        transition: 0.3s ease; } }
    .header .menu-main.active {
      left: 0; }
    .header .menu-main .orange a {
      color: #f08426; }
    .header .menu-main ul li {
      height: 45px;
      padding-top: 10px;
      float: left; }
      @media (max-width: 900px) {
        .header .menu-main ul li {
          width: 100%;
          height: auto;
          display: block; } }
      .header .menu-main ul li a {
        color: #00589b;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        margin-right: 40px;
        transition: 0.2s ease; }
        @media (max-width: 900px) {
          .header .menu-main ul li a {
            margin-right: 0; } }
        .header .menu-main ul li a:hover {
          color: #e77817; }
      @media (min-width: 901px) {
        .header .menu-main ul li:last-child {
          float: right; } }
      .header .menu-main ul li:last-child a {
        margin-right: 0px; }
    .header .menu-main ul .dropdown .select {
      position: relative;
      cursor: pointer; }
      .header .menu-main ul .dropdown .select:hover:before {
        opacity: 0; }
      .header .menu-main ul .dropdown .select:hover:after {
        opacity: 1; }
      .header .menu-main ul .dropdown .select:before {
        content: '';
        position: absolute;
        width: 9px;
        height: 6px;
        top: 5px;
        right: -18px;
        background-image: url("../img/icons/arrow-dropdown.png");
        background-repeat: no-repeat;
        opacity: 1;
        transition: 0.2s ease; }
      .header .menu-main ul .dropdown .select:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 6px;
        top: 5px;
        right: -18px;
        background-image: url("../img/icons/arrow-dropdown-hover.png");
        background-repeat: no-repeat;
        opacity: 0;
        transition: 0.2s ease; }
    @media (min-width: 901px) {
      .header .menu-main ul .dropdown .box-option {
        position: absolute;
        min-width: 800px;
        max-width: 100%;
        height: 0px;
        margin-top: 9px;
        padding: 0px 35px;
        background-color: #f1f1f1;
        transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        overflow: hidden;
        z-index: 5; } }
    @media (max-width: 900px) {
      .header .menu-main ul .dropdown .box-option {
        padding-left: 20px; } }
    @media (min-width: 901px) {
      .header .menu-main ul .dropdown .box-option.active {
        height: 235px;
        padding: 25px 35px; } }
    @media (min-width: 901px) {
      .header .menu-main ul .dropdown .box-option a {
        width: 31.9%;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        float: left;
        transition: 0.2s ease; }
        .header .menu-main ul .dropdown .box-option a:hover {
          opacity: 0.7; } }
    .header .menu-main ul .dropdown .box-option a .cover {
      width: 100%;
      height: 150px;
      background-size: cover;
      background-position: center; }
      @media (max-width: 900px) {
        .header .menu-main ul .dropdown .box-option a .cover {
          display: none; } }
    .header .menu-main ul .dropdown .box-option a p {
      margin: 10px 0 0 0; }
      .header .menu-main ul .dropdown .box-option a p img {
        margin-right: 6px; }
    .header .menu-main ul .dropdown .box-option a:nth-child(1) .cover {
      border-top: 8px solid #006299; }
    .header .menu-main ul .dropdown .box-option a:nth-child(1) p {
      color: #006299; }
    .header .menu-main ul .dropdown .box-option a:nth-child(2) .cover {
      border-top: 8px solid #801619; }
    .header .menu-main ul .dropdown .box-option a:nth-child(2) p {
      color: #801619; }
    .header .menu-main ul .dropdown .box-option a:nth-child(3) {
      margin-right: 0px; }
      .header .menu-main ul .dropdown .box-option a:nth-child(3) .cover {
        border-top: 8px solid #859c3b; }
      .header .menu-main ul .dropdown .box-option a:nth-child(3) p {
        color: #859c3b; }
    @media (min-width: 901px) {
      .header .menu-main ul .webmail {
        background-color: #0677b6;
        padding-left: 25px;
        padding-right: 25px;
        transition: 0.2s ease; } }
    .header .menu-main ul .webmail:hover {
      opacity: 0.8; }
      .header .menu-main ul .webmail:hover a {
        color: #fff; }
    @media (min-width: 901px) {
      .header .menu-main ul .webmail a {
        color: #fff; } }
    .header .menu-main ul .webmail a img {
      margin-right: 10px;
      margin-top: -2px; }
      @media (max-width: 900px) {
        .header .menu-main ul .webmail a img {
          display: none; } }

.control-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .control-arrows .prev-banner,
  .control-arrows .next-banner {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s ease; }
    .control-arrows .prev-banner:hover,
    .control-arrows .next-banner:hover {
      opacity: 1; }
  .control-arrows .next-banner {
    float: right;
    margin-right: -25px; }
  .control-arrows .prev-banner {
    margin-left: -25px; }

.banner-main {
  position: relative; }
  @media (max-width: 1199px) {
    .banner-main {
      display: none; } }
  .banner-main .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%); }
    .banner-main .slick-dots * {
      outline: none; }
    .banner-main .slick-dots li {
      margin-right: 10px;
      float: left; }
      .banner-main .slick-dots li button {
        width: 15px;
        height: 15px;
        color: transparent;
        border: 0px;
        border-radius: 100%;
        background-color: #fff; }
    .banner-main .slick-dots .slick-active button {
      background-color: #ff6c00; }
  .banner-main .slick-track {
    left: 50%;
    margin-left: -960px; }
    .banner-main .slick-track img {
      max-width: none; }
    .banner-main .slick-track .slick-active img {
      z-index: 99;
      position: relative; }

.select-plan {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #d4d4d4;
  background: -moz-linear-gradient(top, #00589b 0%, #00589b 300px, white 300px, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00589b), color-stop(300px, #00589b), color-stop(300px, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #00589b 0%, #00589b 300px, white 300px, white 100%);
  background: -o-linear-gradient(top, #00589b 0%, #00589b 300px, white 300px, white 100%);
  background: -ms-linear-gradient(top, #00589b 0%, #00589b 300px, white 300px, white 100%);
  background: linear-gradient(to bottom, #00589b 0%, #00589b 300px, white 300px, white 100%); }
  .select-plan h2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
    .select-plan h2 span {
      color: #ef7c18; }
  .select-plan .green .cover {
    border-top: 8px solid #859c3b; }
  .select-plan .green .title {
    background-color: #859c3b; }
  .select-plan .green .description {
    background-color: #9dbc38; }
    .select-plan .green .description .speed {
      color: #a100c3; }
  .select-plan .green .divisor {
    border-top: 1px solid #bbd074;
    border-bottom: 1px solid #859c3b; }
  .select-plan .green .value {
    color: #a100c3; }
  .select-plan .green .btn {
    color: #fff;
    background-color: #a100c3; }
  .select-plan .blue .cover {
    border-top: 8px solid #006299; }
  .select-plan .blue .title {
    background-color: #006299; }
  .select-plan .blue .description {
    background-color: #0677b6; }
    .select-plan .blue .description .speed {
      color: #ffa14f; }
  .select-plan .blue .divisor {
    border-top: 1px solid #51a0cc;
    border-bottom: 1px solid #05659b; }
  .select-plan .blue .value {
    color: #ffa14f; }
  .select-plan .blue .btn {
    color: #006299;
    background-color: #ffa14f; }
  .select-plan .red .cover {
    border-top: 8px solid #801619; }
  .select-plan .red .title {
    background-color: #801619; }
  .select-plan .red .description {
    background-color: #9c282b; }
    .select-plan .red .description .speed {
      color: #feef48; }
  .select-plan .red .divisor {
    border-top: 1px solid #ba696b;
    border-bottom: 1px solid #801619; }
  .select-plan .red .value {
    color: #feef48; }
  .select-plan .red .btn {
    color: #9c282b;
    background-color: #feef48; }
  .select-plan .box-plan {
    padding: 2px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 40px; }
    .select-plan .box-plan .cover {
      width: 100%;
      height: 200px; }
    .select-plan .box-plan .title {
      display: block;
      color: #fff;
      font-size: 26px;
      font-weight: 200;
      text-transform: uppercase;
      text-align: center;
      line-height: 50px; }
      @media (max-width: 380px) {
        .select-plan .box-plan .title {
          font-size: 19px; } }
      .select-plan .box-plan .title b {
        font-weight: 400; }
    .select-plan .box-plan .description {
      padding: 0 30px;
      text-align: center; }
      .select-plan .box-plan .description .speed {
        font-size: 36px;
        font-weight: 600;
        line-height: 100px;
        margin: 0; }
        .select-plan .box-plan .description .speed span {
          font-size: 84px;
          vertical-align: middle; }
      .select-plan .box-plan .description .divisor {
        display: block;
        width: 100%;
        height: 1px; }
      .select-plan .box-plan .description .info {
        width: 100%;
        max-width: 230px;
        color: #ffffff;
        font-size: 14px;
        margin: 20px auto;
        line-height: 17px; }
      .select-plan .box-plan .description .value {
        position: relative;
        line-height: 1;
        font-size: 23px;
        font-weight: 500; }
        .select-plan .box-plan .description .value b {
          font-size: 71px; }
        .select-plan .box-plan .description .value span {
          position: absolute;
          color: #fff;
          font-size: 18px;
          right: 25px;
          bottom: -10px; }
      .select-plan .box-plan .description .btn {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px 50px;
        margin-top: 35px;
        margin-bottom: 35px;
        border-radius: 3px;
        transition: 0.2s ease; }
        .select-plan .box-plan .description .btn:hover {
          filter: brightness(1.2); }
  .select-plan .btn-more-plans {
    display: block;
    width: 280px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #00589b;
    padding: 15px 35px 12px 35px;
    margin: 0 auto;
    border-radius: 3px;
    background-image: url("../img/icons/arrow-right.png");
    background-position: center right 30px;
    background-repeat: no-repeat;
    transition: 0.2s ease; }
    .select-plan .btn-more-plans:hover {
      filter: brightness(1.2); }

.talk-to-oesteline {
  background-color: #f1f1f1;
  padding: 50px 0 60px 0; }
  .talk-to-oesteline h2 {
    color: #00589b;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
    .talk-to-oesteline h2 span {
      color: #ef7c18; }
  .talk-to-oesteline .box-center {
    text-align: center; }
  .talk-to-oesteline .group-box {
    display: inline-block;
    margin-left: 20px; }
    @media (max-width: 930px) {
      .talk-to-oesteline .group-box {
        margin-left: 0; } }
  .talk-to-oesteline .box-contact-city {
    position: relative;
    width: 270px;
    height: 135px;
    padding-top: 45px;
    border: 1px solid #fff;
    float: left;
    text-align: left;
    margin-right: 20px;
    background-image: url("../img/bg-contact-home.png");
    -webki-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .talk-to-oesteline .box-contact-city:hover .city {
      height: 100%;
      background-color: #1971b4; }
      .talk-to-oesteline .box-contact-city:hover .city a {
        border-top: 2px solid #fff; }
    .talk-to-oesteline .box-contact-city .city {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 44px;
      padding: 10px 0 10px 0;
      overflow: hidden;
      transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      .talk-to-oesteline .box-contact-city .city span {
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        line-height: 1;
        padding: 0 15px 0 15px;
        cursor: default; }
      .talk-to-oesteline .box-contact-city .city a {
        float: left;
        display: block;
        width: 50%;
        height: 100%;
        color: #fff;
        line-height: 20px;
        margin-top: 8px;
        padding: 20px 15px 0 15px;
        padding-left: 50px;
        border-top: 2px solid transparent;
        background-repeat: no-repeat;
        transition: 0.3s ease; }
        .talk-to-oesteline .box-contact-city .city a:hover {
          background-color: #00589b; }
        .talk-to-oesteline .box-contact-city .city a:nth-child(2) {
          background-image: url("../img/icons/area.png");
          background-position: top 25px left 10px; }
        .talk-to-oesteline .box-contact-city .city a:nth-child(3) {
          background-image: url("../img/icons/suport.png");
          background-position: top 25px left 10px;
          padding-left: 40px; }
    .talk-to-oesteline .box-contact-city p {
      margin: 0; }
    .talk-to-oesteline .box-contact-city .number1 {
      color: #ff7700;
      font-size: 20px;
      padding: 0 15px; }
    .talk-to-oesteline .box-contact-city .number2,
    .talk-to-oesteline .box-contact-city .email {
      color: #fff;
      padding: 0 15px;
      font-size: 100%; }

.oesteline-plus {
  padding: 90px 0 90px 0;
  background-image: url("../img/bg-plus.png");
  background-position: center; }
  .oesteline-plus h2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
    .oesteline-plus h2 span {
      color: #ef7c18; }
  .oesteline-plus .list li {
    width: 50%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    padding-right: 90px; }
    .oesteline-plus .list li:nth-child(1), .oesteline-plus .list li:nth-child(2) {
      margin-bottom: 50px; }
    .oesteline-plus .list li:nth-child(2n+1) {
      clear: both;
      padding-left: 90px; }
    .oesteline-plus .list li img {
      margin-right: 18px;
      display: block;
      float: left;
      margin-top: 7px; }

.availability-adress {
  background-color: #f1f1f1;
  padding: 40px 0; }
  .availability-adress p {
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
    .availability-adress p img {
      margin-right: 20px; }
  .availability-adress .btn {
    display: inline-block;
    width: 160px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #00589b;
    padding: 12px 35px 10px 17px;
    margin: 0 auto 0 30px;
    border-radius: 3px;
    background-image: url("../img/icons/zoom.png");
    background-position: center right 24px;
    background-repeat: no-repeat;
    transition: 0.2s ease; }
    .availability-adress .btn:hover {
      filter: brightness(1.2); }

.quick-access {
  padding-top: 40px; }
  .quick-access .man {
    margin-left: 90px;
    float: left; }
  .quick-access .box-content {
    display: inline-block;
    float: right;
    margin-right: 80px; }
    .quick-access .box-content h2 {
      color: #ef7c18;
      font-size: 36px;
      text-transform: uppercase;
      margin-top: 60px;
      margin-bottom: 0px; }
      .quick-access .box-content h2 span {
        color: #00589b; }
    .quick-access .box-content p {
      width: 100%;
      max-width: 520px;
      margin-top: 0; }
    .quick-access .box-content .group-buttons {
      width: 100%;
      max-width: 600px;
      margin-top: 40px; }
      .quick-access .box-content .group-buttons a {
        color: #fff;
        width: 46%;
        padding: 20px 25px;
        border-radius: 3px;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 4%;
        background-color: #00589b;
        transition: 0.3s ease;
        background-repeat: no-repeat; }
        .quick-access .box-content .group-buttons a:hover {
          background-color: #f08426; }
        .quick-access .box-content .group-buttons a:nth-child(1) {
          background-image: url("../img/icons/2-via.png");
          background-position: left 45px center; }
          .quick-access .box-content .group-buttons a:nth-child(1):hover {
            background-image: url("../img/icons/2-via-hover.png"); }
        .quick-access .box-content .group-buttons a:nth-child(2) {
          background-image: url("../img/icons/e-mail.png");
          background-position: left 45px center; }
          .quick-access .box-content .group-buttons a:nth-child(2):hover {
            background-image: url("../img/icons/e-mail-hover.png"); }
        .quick-access .box-content .group-buttons a:nth-child(3) {
          background-image: url("../img/icons/medidor.png");
          background-position: left 20px center; }
          .quick-access .box-content .group-buttons a:nth-child(3):hover {
            background-image: url("../img/icons/medidor-hover.png"); }
        .quick-access .box-content .group-buttons a:nth-child(4) {
          background-image: url("../img/icons/config-email.png");
          background-position: left 22px center; }
          .quick-access .box-content .group-buttons a:nth-child(4):hover {
            background-image: url("../img/icons/config-email-hover.png"); }

.pg-velocidade .top-page {
  margin-bottom: 50px; }
.pg-velocidade .box-info-velocidade {
  text-align: center; }
  .pg-velocidade .box-info-velocidade li {
    display: inline-block; }
  .pg-velocidade .box-info-velocidade span {
    display: inline-block;
    background-color: #1971b4;
    border-radius: 100%;
    color: #ef7c18;
    font-size: 40px;
    font-weight: 500;
    margin-right: 14px;
    width: 115px;
    height: 115px;
    text-align: center;
    padding-top: 30px;
    margin-left: 20px; }
.pg-velocidade .botao-teste {
  color: #fff;
  background-color: #00589b;
  border: 1px solid transparent;
  margin: 90px auto;
  display: block;
  padding: 15px 50px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .pg-velocidade .botao-teste:hover {
    transition: 0.2s ease; }
    .pg-velocidade .botao-teste:hover:hover {
      filter: brightness(1.5); }

.footer {
  background-color: #00589b; }
  .footer .danger-msg {
    background-color: #1971b4;
    padding: 35px 0;
    margin-bottom: 30px; }
    .footer .danger-msg .box-network {
      text-align: center; }
      .footer .danger-msg .box-network a {
        margin-right: 10px; }
        .footer .danger-msg .box-network a:last-child {
          margin-right: 0; }
    .footer .danger-msg p {
      color: #fff;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle; }
      .footer .danger-msg p:nth-child(1) {
        width: 160px; }
      .footer .danger-msg p:nth-child(2) {
        width: 900px;
        max-width: 100%; }
      .footer .danger-msg p img {
        float: left;
        margin-right: 15px; }
      .footer .danger-msg p b {
        color: #ffc490;
        text-transform: uppercase;
        margin-right: 20px;
        float: left; }
  .footer h3 {
    font-size: 22px;
    color: #ef7c18;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .footer ul li {
    margin-bottom: 5px; }
    .footer ul li:last-child {
      margin-bottom: 0; }
    .footer ul li a {
      color: #fff; }
  .footer .group-social-media {
    margin-top: 20px; }
    .footer .group-social-media a {
      margin-right: 15px;
      transition: 0.2s ease; }
      .footer .group-social-media a:hover {
        filter: brightness(1.5); }
      .footer .group-social-media a:last-child {
        margin-right: 0; }
  .footer .btn-register {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 3px;
    display: inline-block;
    background-color: #f08426;
    transition: 0.2s ease; }
    .footer .btn-register:hover {
      filter: brightness(1.2); }
    .footer .btn-register img {
      margin-right: 5px; }
  .footer .copyright {
    margin-top: 45px;
    border-top: 1px solid #1971b4; }
    .footer .copyright p,
    .footer .copyright a {
      font-size: 16px;
      color: #fff;
      display: inline-block; }
    .footer .copyright .panel {
      float: right; }

.pg-plan .col-plan {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 80px; }
  .pg-plan .col-plan.featured .box-plan .speed {
    background-color: #ef7c18; }
    .pg-plan .col-plan.featured .box-plan .speed:before {
      content: 'Recomendamos';
      position: absolute;
      left: -45px;
      top: 15px;
      color: #fff;
      font-size: 11px;
      line-height: 12px;
      background-color: #00589b;
      transform: rotate(-40deg);
      padding: 10px 36px;
      width: 160px; }
  .pg-plan .col-plan .box-plan {
    width: 100%;
    text-align: center;
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9; }
    .pg-plan .col-plan .box-plan .speed {
      position: relative;
      text-align: center;
      background-color: #00589b;
      padding: 45px 0;
      margin-bottom: 30px;
      overflow: hidden; }
      .pg-plan .col-plan .box-plan .speed p {
        color: #fff;
        font-size: 70px;
        margin: 0;
        line-height: 1; }
        .pg-plan .col-plan .box-plan .speed p span {
          display: block;
          font-size: 24px; }
    .pg-plan .col-plan .box-plan ul {
      min-height: 55px;
      margin-left: 45px;
      list-style-image: url(../img/icons/correct.png); }
      .pg-plan .col-plan .box-plan ul li {
        font-size: 17px;
        text-align: left; }
    .pg-plan .col-plan .box-plan .value {
      position: relative;
      display: inline-block;
      color: #00589b;
      font-size: 42px;
      font-weight: 700;
      line-height: 1;
      margin: 0;
      padding-left: 27px;
      padding-bottom: 15px;
      margin-bottom: 35px; }
      .pg-plan .col-plan .box-plan .value .sign {
        position: absolute;
        top: 5px;
        left: 4px;
        font-weight: 300;
        font-size: 19px; }
      .pg-plan .col-plan .box-plan .value .type {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #4a4a4a;
        font-weight: 400;
        font-size: 16px; }
    .pg-plan .col-plan .box-plan .btn {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      background-color: #ef7c18;
      margin-bottom: 25px;
      margin-top: 30px;
      border-radius: 3px;
      padding: 7px 33px;
      transition: 0.2s ease; }
      .pg-plan .col-plan .box-plan .btn:hover {
        filter: brightness(1.2); }
.pg-plan .content-extra {
  width: 100%;
  min-height: 305px;
  background-image: url("../img/computer.png");
  background-repeat: no-repeat;
  background-position: center top 42px;
  margin-bottom: 80px; }
  .pg-plan .content-extra.game {
    min-height: 480px;
    background-image: url("../img/game.png"); }
    .pg-plan .content-extra.game .info-text {
      float: left; }
    .pg-plan .content-extra.game ul li img {
      margin-bottom: 0; }
  .pg-plan .content-extra .clear {
    clear: both; }
  .pg-plan .content-extra .info-text {
    width: 50%;
    float: right; }
    .pg-plan .content-extra .info-text h3 {
      color: #00589b;
      font-size: 30px;
      line-height: 34px; }
      .pg-plan .content-extra .info-text h3 span {
        color: #ef7c18; }
    .pg-plan .content-extra .info-text ul li {
      width: 50%;
      float: left;
      padding-right: 30px;
      margin-top: 40px; }
      .pg-plan .content-extra .info-text ul li img {
        float: left;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 40px; }
.pg-plan .content-fixo p {
  font-size: 13px; }

.pg-sobre {
  padding-bottom: 40px; }
  .pg-sobre p {
    color: #4e4e4e;
    font-weight: 300;
    font-size: 18px; }
  .pg-sobre .sub-title {
    text-transform: uppercase;
    margin-top: 30px; }
  .pg-sobre .talk-to-oesteline {
    background: transparent; }
    .pg-sobre .talk-to-oesteline h2 {
      color: #00589b;
      font-size: 36px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 30px; }
      .pg-sobre .talk-to-oesteline h2 span {
        color: #ef7c18; }
    .pg-sobre .talk-to-oesteline .box-center {
      text-align: center; }
    .pg-sobre .talk-to-oesteline .group-box {
      display: inline-block;
      margin-left: 20px; }
    .pg-sobre .talk-to-oesteline .box-contact-city {
      position: relative;
      width: 270px;
      height: 135px;
      padding-top: 45px;
      border: 1px solid #fff;
      float: left;
      text-align: left;
      margin-right: 20px;
      background-image: url("../img/bg-contact-home.png");
      -webki-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .pg-sobre .talk-to-oesteline .box-contact-city:hover .city {
        height: 100%;
        background-color: #1971b4; }
        .pg-sobre .talk-to-oesteline .box-contact-city:hover .city a {
          border-top: 2px solid #fff; }
      .pg-sobre .talk-to-oesteline .box-contact-city .city {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 44px;
        padding: 10px 0 10px 0;
        overflow: hidden;
        transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
        .pg-sobre .talk-to-oesteline .box-contact-city .city span {
          color: #fff;
          font-size: 24px;
          text-transform: uppercase;
          line-height: 1;
          padding: 0 15px 0 15px;
          cursor: default; }
        .pg-sobre .talk-to-oesteline .box-contact-city .city a {
          float: left;
          display: block;
          width: 50%;
          height: 100%;
          color: #fff;
          line-height: 20px;
          margin-top: 8px;
          padding: 20px 15px 0 15px;
          padding-left: 50px;
          border-top: 2px solid transparent;
          background-repeat: no-repeat;
          transition: 0.3s ease; }
          .pg-sobre .talk-to-oesteline .box-contact-city .city a:hover {
            background-color: #00589b; }
          .pg-sobre .talk-to-oesteline .box-contact-city .city a:nth-child(2) {
            background-image: url("../img/icons/area.png");
            background-position: top 25px left 10px; }
          .pg-sobre .talk-to-oesteline .box-contact-city .city a:nth-child(3) {
            background-image: url("../img/icons/suport.png");
            background-position: top 25px left 10px;
            padding-left: 40px; }
      .pg-sobre .talk-to-oesteline .box-contact-city p {
        margin: 0; }
      .pg-sobre .talk-to-oesteline .box-contact-city .number1 {
        color: #ff7700;
        font-size: 20px;
        padding: 0 15px; }
      .pg-sobre .talk-to-oesteline .box-contact-city .number2,
      .pg-sobre .talk-to-oesteline .box-contact-city .email {
        color: #fff;
        padding: 0 15px;
        font-size: 100%; }
  .pg-sobre .title-missao {
    font-weight: 600;
    color: #00589b;
    font-size: 18px;
    text-transform: uppercase; }
  .pg-sobre .box {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1; }
    .pg-sobre .box h3 {
      font-size: 22px;
      font-weight: 600;
      color: #00589b;
      text-align: center;
      padding-top: 20px;
      text-transform: uppercase; }
  .pg-sobre .lista {
    padding: 20px 30px; }
    .pg-sobre .lista p {
      margin: 0;
      padding: 0;
      color: #4e4e4e;
      font-size: 18px; }
      .pg-sobre .lista p:before {
        content: ' • ';
        display: inline-block;
        color: #6c6c6c;
        padding: 4px; }

.pg-contact .list-contacts li {
  margin-bottom: 8px; }
  .pg-contact .list-contacts li b {
    text-transform: uppercase;
    color: #00589b;
    font-weight: 500; }
.pg-contact .botao-enviar {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #00589b;
  border-radius: 3px;
  border: 0px solid transparent;
  padding: 28px 70px;
  float: right;
  transition: 0.3s ease; }
  .pg-contact .botao-enviar:hover {
    opacity: 0.8; }
  .pg-contact .botao-enviar img {
    margin-right: 7px;
    vertical-align: sub; }
.pg-contact .map-contact {
  margin-top: 80px;
  margin-bottom: -6px;
  overflow: hidden; }
  .pg-contact .map-contact .map iframe {
    display: block;
    width: 100%; }

.box-plan-radio {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 0;
  background-color: #f1f1f1;
  text-align: center; }
  .box-plan-radio img {
    float: left;
    margin-top: 10px;
    margin-right: 10px; }
  .box-plan-radio p {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500; }
    .box-plan-radio p span {
      color: #ef7c18; }
  .box-plan-radio a {
    display: inline-block;
    width: 240px;
    height: 43px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 11px;
    border-radius: 3px;
    background-color: #00589b;
    margin-left: 50px;
    transition: 0.2s ease;
    transform: translateY(-12px); }
    .box-plan-radio a:hover {
      filter: brightness(1.2); }

.pg-suport .box-blue {
  text-align: center;
  background-color: #00589b;
  border: 1px solid #f1f1f1;
  padding-bottom: 25px; }
  .pg-suport .box-blue h3 {
    color: #fff; }
  .pg-suport .box-blue img {
    margin-top: -40px;
    margin-bottom: 25px; }
  .pg-suport .box-blue .btn-laranja {
    color: #fff;
    padding: 7px 26px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #f08426;
    cursor: pointer; }
.pg-suport .gray {
  background-color: #f9f9f9;
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 40px; }
  .pg-suport .gray h2 {
    background-color: #f9f9f9; }
.pg-suport .box-info {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 100px; }
  .pg-suport .box-info img {
    margin-bottom: 10px; }
  .pg-suport .box-info h3 {
    text-transform: uppercase; }
  .pg-suport .box-info h4 {
    font-weight: 400;
    font-size: 17px;
    margin-top: 9px;
    margin-bottom: 4px; }
  .pg-suport .box-info .blue {
    color: #00589b;
    font-weight: 600;
    margin: 0; }
.pg-suport .list-info {
  display: inline-block;
  margin-bottom: 80px; }
  .pg-suport .list-info li {
    margin-bottom: 7px; }
    .pg-suport .list-info li a {
      color: #00589b;
      font-weight: 400; }
      .pg-suport .list-info li a.open:after {
        content: '';
        display: inline-block;
        width: 13px;
        height: 8px;
        background-image: url(../img/icons/arrow-down.png);
        margin-left: 8px; }
      .pg-suport .list-info li a.opened:after {
        transform: rotate(180deg); }
    .pg-suport .list-info li .block-text {
      font-size: 16px; }
.pg-suport .fluid-container {
  background-color: #f9f9f9;
  padding: 40px 0; }
  .pg-suport .fluid-container.attendance {
    text-align: center; }
    .pg-suport .fluid-container.attendance h2 {
      text-align: center;
      font-weight: 300;
      margin-bottom: 40px; }
    .pg-suport .fluid-container.attendance h3 {
      font-size: 18px;
      text-transform: uppercase; }
    .pg-suport .fluid-container.attendance p {
      margin-top: 10px; }
      .pg-suport .fluid-container.attendance p .blue {
        color: #00589b;
        font-weight: 500;
        margin-top: 5px;
        display: block; }
    .pg-suport .fluid-container.attendance img {
      margin-bottom: 10px; }
    .pg-suport .fluid-container.attendance .btn-orange {
      display: inline-block;
      width: 100px;
      height: 40px;
      background-color: #f08426;
      text-align: center;
      color: #fff;
      padding-top: 6px;
      border-radius: 3px;
      transition: 0.2s ease; }
      .pg-suport .fluid-container.attendance .btn-orange:hover {
        filter: brightness(1.2); }
.pg-suport .sidebar {
  margin-bottom: 65px; }
  .pg-suport .sidebar .icon {
    display: block;
    margin: 0 auto -40px auto; }
  .pg-suport .sidebar h2 {
    background-color: #00589b;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 30px; }
  .pg-suport .sidebar ul {
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .pg-suport .sidebar ul li {
      margin-bottom: 5px; }
      .pg-suport .sidebar ul li a {
        color: #4a4a4a; }

.pg-subscription .gray {
  background-color: #f2f2f2; }
.pg-subscription .quick-access .gray {
  padding-top: 10px;
  margin-bottom: 20px; }
.pg-subscription .quick-access .box-content {
  float: left;
  margin-right: 0; }
.pg-subscription .quick-access .man {
  float: right;
  margin-left: 0px; }

.opaciti * {
  opacity: 0.4; }
.opaciti .disabled {
  background-color: #212121 !important; }
.opaciti .indisponivel {
  color: #00589b;
  font-size: 12px;
  opacity: 1; }
.opaciti .btn {
  pointer-events: none; }

.modal-conteudo {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }
  .modal-conteudo.open {
    top: 0; }
  .modal-conteudo .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .modal-conteudo .box {
    position: relative;
    display: block;
    width: 600px;
    background-color: #fff;
    margin: 60px auto 0 auto;
    padding: 30px; }
    .modal-conteudo .box .close-modal {
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer; }
    .modal-conteudo .box h2 {
      color: #00589b;
      text-transform: uppercase; }
    .modal-conteudo .box form {
      margin-top: 15px; }
      .modal-conteudo .box form .btn-submit {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        background-color: #00589b;
        border-radius: 3px;
        border: 0px solid transparent;
        padding: 28px 70px;
        margin-top: 10px;
        float: right;
        transition: 0.3s ease; }
        .modal-conteudo .box form .btn-submit:hover {
          opacity: 0.8; }
        .modal-conteudo .box form .btn-submit img {
          margin-right: 7px;
          vertical-align: sub; }
      .modal-conteudo .box form #g-recaptcha,
      .modal-conteudo .box form #RecaptchaField1,
      .modal-conteudo .box form #RecaptchaField2 {
        margin-top: 10px; }
  .modal-conteudo .description {
    margin-top: 5px; }
  .modal-conteudo .group-btn {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px; }
    .modal-conteudo .group-btn a {
      text-align: center;
      color: #fff;
      background-color: #0677b6;
      padding: 10px 35px;
      margin-right: 10px;
      transition: 0.2s ease; }
      .modal-conteudo .group-btn a:last-child {
        margin-right: 0; }
      .modal-conteudo .group-btn a:hover {
        filter: brightness(1.2); }
    .modal-conteudo .group-btn .trocacidade {
      background-color: #ef7c18; }

.info-scroll {
  z-index: 50;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; }
  @media (max-width: 1300px) {
    .info-scroll {
      display: none; } }
  .info-scroll ul li {
    background-color: #e5e5e5;
    line-height: 17px;
    text-transform: uppercase;
    -webkit-transform: translateX(155px);
    transform: translateX(155px);
    -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: default; }
    .info-scroll ul li:hover {
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
    .info-scroll ul li:nth-child(odd) {
      background-color: #ededef; }
    .info-scroll ul li img {
      display: inline-block; }
    .info-scroll ul li p,
    .info-scroll ul li a {
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px; }
    .info-scroll ul li b {
      display: block;
      font-size: 15px; }

.pg-cobertura .group-btn-map {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: 60px;
  float: right;
  margin-bottom: -295px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 10px 35px; }
  .pg-cobertura .group-btn-map p {
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px; }
  .pg-cobertura .group-btn-map li {
    display: block;
    float: left;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 13px; }
    .pg-cobertura .group-btn-map li:hover {
      filter: brightness(1.2); }
    .pg-cobertura .group-btn-map li label {
      color: #000;
      cursor: pointer; }
    .pg-cobertura .group-btn-map li input[type=radio] {
      width: 20px; }
.pg-cobertura .box-area {
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  margin-top: 85px;
  margin-bottom: 60px; }
  .pg-cobertura .box-area img {
    margin-top: -55px; }
  .pg-cobertura .box-area p {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px; }
.pg-cobertura .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: -6px; }
  .pg-cobertura .map img {
    transition: 0.5s ease; }
    .pg-cobertura .map img:nth-child(1) {
      position: relative;
      z-index: 2;
      opacity: 0; }
    .pg-cobertura .map img:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0; }
    .pg-cobertura .map img.active {
      opacity: 1;
      z-index: 3; }
  .pg-cobertura .map iframe {
    transition: 0.5s ease; }
    .pg-cobertura .map iframe:nth-child(1) {
      position: relative;
      z-index: 2;
      opacity: 0; }
    .pg-cobertura .map iframe:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0; }
    .pg-cobertura .map iframe.active {
      opacity: 1;
      z-index: 3; }

.pg-job {
  padding-bottom: 40px; }
  .pg-job .button-padrao {
    background-color: #00589B;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
    transition: 0.2s ease; }
    .pg-job .button-padrao:hover {
      filter: brightness(1.2); }
  .pg-job h3 {
    font-size: 28px;
    color: #ef7c18; }
  .pg-job .nothing {
    margin-top: 10px;
    font-size: 18px; }
  .pg-job .stepwizard-step {
    background-color: #00589B;
    padding: 10px; }
    .pg-job .stepwizard-step .btn-passoapasso {
      color: #fff; }
  .pg-job .form-group.form-left {
    float: left;
    width: 49%; }
  .pg-job .form-group.form-right {
    float: right;
    width: 49%; }
  .pg-job .checkboxtrabalhe {
    float: left;
    width: 10%;
    margin-right: 10px; }
    .pg-job .checkboxtrabalhe input[type="checkbox"] {
      width: 17px; }
    .pg-job .checkboxtrabalhe p {
      display: block;
      float: right;
      padding-right: 17px;
      margin: 0; }
  .pg-job .nextBtn {
    background-color: #00589B;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 35px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
    transition: 0.2s ease;
    border: 0; }
    .pg-job .nextBtn:hover {
      filter: brightness(1.2); }
  .pg-job .form-cep input {
    width: 49%;
    float: left; }
  .pg-job .checarCEP {
    background-color: #00589B;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 24px;
    display: inline-block;
    transition: 0.2s ease;
    border: 0;
    margin-left: 20px;
    border-radius: 3px; }
    .pg-job .checarCEP:hover {
      filter: brightness(1.2); }
  .pg-job .addEscolaridade {
    background-color: #00589B;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 24px;
    display: inline-block;
    transition: 0.2s ease;
    border: 0;
    margin-left: 20px;
    border-radius: 3px; }
    .pg-job .addEscolaridade:hover {
      filter: brightness(1.2); }
  .pg-job .button-prev {
    background-color: #00589B;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 35px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
    transition: 0.2s ease;
    border: 0; }
    .pg-job .button-prev:hover {
      filter: brightness(1.2); }
  .pg-job .button-next {
    background-color: #00589b;
    border: transparent;
    color: #fff;
    padding: 10px 25px;
    transition: 0.2s ease; }
    .pg-job .button-next:hover {
      filter: brightness(1.2); }
  .pg-job #vagas {
    display: inline-block;
    width: 100%;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    padding: 25px; }
    .pg-job #vagas tr .lado1 {
      display: block;
      margin-right: 45px; }
  .pg-job .vaga1 {
    display: inline-block;
    float: left; }
  .pg-job .lado1 {
    font-weight: 600; }
  .pg-job .btn-candidatar {
    float: right; }
    .pg-job .btn-candidatar a {
      background-color: #00589B;
      color: #fff;
      text-transform: uppercase;
      padding: 5px 15px;
      display: inline-block;
      margin-top: 10px;
      transition: 0.2s ease;
      border: 0; }
      .pg-job .btn-candidatar a:hover {
        filter: brightness(1.2); }
