.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #5dd782;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.opcoes {
  color: #fff;
  font-weight: 700;
}

.nav-link.conta {
  color: #5fec8a;
  font-weight: 700;
}

.nav-link.ajuda {
  color: #fc5656;
  font-weight: 700;
}

.hero {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: -110px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-image {
  width: 80%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.home {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: url('../images/Ativo-6.png'), url('../images/unimed-bg.png'), radial-gradient(circle farthest-corner at 50% 40%, #429361, #2a6054);
  background-position: 100% 70%, 100% 0%, 0px 0px;
  background-size: 600px, contain, auto;
  background-repeat: repeat-x, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.sticky-nav-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
}

.columns {
  background-color: transparent;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fed677;
  font-size: 20px;
  letter-spacing: normal;
}

.heading {
  margin-top: 10px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.button {
  padding: 10px 40px;
  border-radius: 20px;
  background-color: #00995d;
  color: #fff;
}

.div-block {
  position: static;
  top: -77px;
  right: 123px;
  display: block;
  margin-top: -25px;
  margin-right: 30px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  display: block;
  text-align: left;
}

.navbar {
  display: block;
  overflow: visible;
  background-color: transparent;
}

.column-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand1 {
  position: relative;
  display: block;
  /*width: 135px;*/
  margin-right: auto;
  /*margin-left: auto;*/
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  /*background-image: url('../images/unimed-logo.png');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand2 {
  position: relative;
  display: block;
  /*width: 135px;*/
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  /*background-image: url('../images/unimed-logo.png');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.nav-link-2 {
  color: #fff;
  font-weight: 700;
}

.nav-link-3 {
  color: #5dd782;
  font-weight: 700;
}

.nav-link-4 {
  color: #f84e4e;
  font-weight: 700;
}

.texto {
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
}

.bg-form {
  position: relative;
  top: -65px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 30px;
  background-color: #00995d;
}

.column-3 {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top:20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  margin-top:10px;
  margin-bottom: 0px;
  color: #fed677;
  font-size: 16px;
  text-align: center;
}

.form {
  padding-right: 60px;
  padding-left: 60px;
}

.columns-3 {
  background-color: white;
  /*background-image: url('../images/unimed-padrao.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;*/
}

.submit-button {
  position: static;
  display: block;
  float: none;
}

.text-field {
  background-color: #fff;
}

.image {
  display: block;
  /*width: 135px;*/
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  margin-bottom: 40px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #2a6054;
  background-image: url('../images/Ativo-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

@media screen and (max-width: 991px) {
  .home {
    background-position: 100% 72%, 100% 0%, 0px 0px;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading {
    font-size: 50px;
  }

  .button {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .image {
    /*width: 135px;*/
  }

  .icon {
    border: 1px solid transparent;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    display: block;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image {
    display: none;
  }

  .home {
    background-position: 100% 75%, 100% 50%, 0px 0px;
    background-size: contain, cover, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading {
    font-size: 50px;
  }

  .button {
    font-size: 14px;
  }

  .div-block {
    padding-top: 25px;
    padding-left: 50px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .brand {
    /*width: 100px;*/
  }

  .heading-2 {
    font-size: 16px;
  }

  .image {
    /*width: 100px;*/
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    display: none;
  }

  .column-6 {
    display: none;
  }

  .column-7 {
    display: none;
  }

  .column-8 {
    display: none;
  }

  .column-9 {
    display: none;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .hero-image {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .home {
    background-position: 100% 78%, 50% 50%, 0px 0px;
    background-size: 600px, cover, auto;
  }

  .sticky-nav-2 {
    padding: 0px;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading {
    font-size: 40px;
  }

  .button {
    font-size: 14px;
  }

  .div-block {
    padding-left: 10px;
  }

  .container {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    /*width: 90px;
    background-image: url('../images/unimed-logo.png');*/
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: scroll;
  }

  .texto {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image {
    /*width: 100px;*/
  }
}