*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }
  
  @media(max-width:767px){
.mobile-hide{
display:none;
}
}
@media(min-width:768px){
.desktop-hide{
display:none;
}
}


	.header__checkbox {
  display: none; }

.header__button {
  display: block;
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: 1.0rem;
  right: 1.5rem;
  border-radius: 300px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  transition: all .2s; }

.header__menu-hamb {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3px;
  margin-top: calc(2.5rem - 1.5px);
  background-color: #004b8d;
  border-radius: 100px; }
  .header__menu-hamb::before, .header__menu-hamb::after {
    display: inline-block;
    content: "";
    width: 3rem;
    height: 3px;
    background-color: red;
    position: absolute;
    left: 0;
    background-color: #004b8d;
    border-radius: 100px;
    transition: all .2s ease-out; }
  .header__menu-hamb::before {
    top: -.8rem; }
  .header__menu-hamb::after {
    top: .8rem; }

.header__checkbox:checked + .header__button {
  background-color: #004b8d; }

.header__checkbox:checked + .header__button .header__menu-hamb {
  background-color: transparent; }

.header__checkbox:checked + .header__button .header__menu-hamb::before {
  top: 0;
  transform: rotate(-135deg);
  background-color: #fff; }

.header__checkbox:checked + .header__button .header__menu-hamb::after {
  top: 0;
  transform: rotate(135deg);
  background-color: #fff; }

.header__menu-box {
  padding: 0;
  background-color: #d7dfea;
  height: 0;
  overflow: hidden;
  transition: all .2s; }

.header__menu {
  list-style: none; }

.header__menu-link {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 2rem 1.5rem;
  transition: all .2s;
  color: #004b8d; }
  .header__menu-link:hover {
    background-color: #e8ecf3; }

.header__checkbox:checked ~ .header__menu-box {
  height: 29.1rem; }

.header__access {
  list-style: none;
  background-color: #d7dfea;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.header__access-item {
  display: inline-block;
  position: relative; }
  .header__access-item a:link,
  .header__access-item a:visited {
    display: block;
    padding: 2rem 1.5rem;
    text-decoration: none;
    color: #004b8d;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
  .header__access-item a:hover {
    background-color: #e8ecf3; }
  .header__access-item:not(:first-child)::after {
    display: block;
    position: absolute;
    top: 2rem;
    left: -.2rem;
    content: "";
    width: 1px;
    height: 2rem;
    background-color: #fff; }

.header__access-icon {
  width: 1.8rem;
  float: right;
  color: #004b8d;
  margin-top: -.3rem;
  margin-left: .8rem; }
	
	
html {
  font-size: 62.5%; }
  

body {
  font-family: 'Whitney HTF', 'Roboto';
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  box-sizing: border-box; }

p {
  margin-bottom: 1.5rem; }

input, textarea, select {
  width: 100%;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #ebebeb; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #999; }
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
    color: #666; }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
    color: #666; }
  input:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder {
    color: #666; }
  input:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder, select:disabled::-webkit-input-placeholder {
    color: #ccc; }
  input:disabled::-moz-placeholder, textarea:disabled::-moz-placeholder, select:disabled::-moz-placeholder {
    color: #ccc; }
  input:disabled::placeholder, textarea:disabled::placeholder, select:disabled::placeholder {
    color: #ccc; }

@font-face {
  font-family: 'Whitney HTF', 'Roboto';
  src: url("../fonts/WhitneyHTF-Bold.woff2") format("woff2"), url("../fonts/WhitneyHTF-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Whitney HTF', 'Roboto';
  src: url("../fonts/WhitneyHTF-SemiBoldSC.woff2") format("woff2"), url("../fonts/WhitneyHTF-SemiBoldSC.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Whitney HTF', 'Roboto';
  src: url("../fonts/WhitneyHTF-Medium.woff2") format("woff2"), url("../fonts/WhitneyHTF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Whitney HTF', 'Roboto';
  src: url("../fonts/WhitneyHTF-Light.woff2") format("woff2"), url("../fonts/WhitneyHTF-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'banestes';
  src: url("../fonts/banestes.eot?qahlc8");
  src: url("../fonts/banestes.eot?qahlc8#iefix") format("embedded-opentype"), url("../fonts/banestes.ttf?qahlc8") format("truetype"), url("../fonts/banestes.woff?qahlc8") format("woff"), url("../fonts/banestes.svg?qahlc8#banestes") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'banestes' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-abra-conta:before {
  content: "\e901"; }

.icon-app:before {
  content: "\e902"; }

.icon-atendimento:before {
  content: "\e903"; }

.icon-cartoes:before {
  content: "\e904"; }

.icon-credito:before {
  content: "\e900"; }

.icon-ri:before {
  content: "\e905"; }

.icon-segunda-via:before {
  content: "\e906"; }

.icon-corp:before {
  content: "\e907"; }

.icon-servicos-online:before {
  content: "\e908"; }

.icon-solicite-um-corretor:before {
  content: "\e90a"; }

.icon-app-banestes-segurado:before {
  content: "\e909"; }

.icon-blog:before {
  content: "\e908"; }

@font-face {
  font-family: 'social-media';
  src: url("../fonts/social-media.eot?u2j1so");
  src: url("../fonts/social-media.eot?u2j1so#iefix") format("embedded-opentype"), url("../fonts/social-media.ttf?u2j1so") format("truetype"), url("../fonts/social-media.woff?u2j1so") format("woff"), url("../fonts/social-media.svg?u2j1so#social-media") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="social-"], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social-media' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-facebook-round:before {
  content: "\e900"; }

.social-twitter-round:before {
  content: "\e901"; }

.social-youtube-round:before {
  content: "\e902"; }

.social-facebook:before {
  content: "\ea90"; }

.social-instagram:before {
  content: "\ea92"; }

.social-whatsapp:before {
  content: "\ea93"; }

.social-twitter:before {
  content: "\ea96"; }

.social-youtube:before {
  content: "\ea9d"; }

.social-linkedin:before {
  content: "\eaca"; }

.centered {
  margin: 0 auto; }

.pull-right {
  float: right; }
  .pull-right::after {
    content: "";
    display: table;
    clear: both; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.image-top-right {
  background-position: top right; }

.image-top-left {
  background-position: top left; }

.border-none {
  border: none; }

.border-top {
  border-top: 1px solid transparent; }

.border-bottom {
  border-top: 1px solid transparent; }

.border-left {
  border-top: 1px solid transparent; }

.border-right {
  border-top: 1px solid transparent; }

.btn:link, .btn:visited {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1.4rem;
  transition: all .1s; }

.btn:hover {
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
  transform: scale(1.05); }

.btn:active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  transform: scale(1); }

.btn.btn-primary {
  background-color: #004b8d;
  color: #fff;
  border-color: #00305a; }
  .btn.btn-primary:hover {
    background-color: #0059a7; }

.btn.btn-secondary {
  background-color: #79bce7;
  color: #fff;
  border-color: #4ea6df; }
  .btn.btn-secondary:hover {
    background-color: #8fc7eb; }

.btn.btn-tertiary {
  background-color: #56af31;
  color: #fff;
  border-color: #428726; }
  .btn.btn-tertiary:hover {
    background-color: #60c337; }

.btn.btn-text:link, .btn.btn-text:visited {
  padding: .7rem 1.5rem;
  box-shadow: none;
  font-size: 1.2rem;
  color: #fff;
  background-color: #79bce7;
  border-radius: 100px; }
  .btn.btn-text:link:hover, .btn.btn-text:visited:hover {
    background-color: #4ea6df; }

.group-access {
  margin-top: 2rem; }
  @media only screen and (max-width: 60rem) {
    .group-access {
      float: none;
      display: block;
      margin: 2rem auto; } }
  .group-access::after {
    content: "";
    display: table;
    clear: both; }
  .group-access__texts, .group-access__buttons {
    display: block;
    float: left; }
    .group-access__texts :not(:last-child), .group-access__buttons :not(:last-child) {
      margin-right: 1rem; }
  .group-access__texts {
    padding: .3rem 2rem; }
    @media only screen and (max-width: 60rem) {
      .group-access__texts {
        display: none; } }
    .group-access__texts span {
      display: block;
      text-transform: uppercase; }
    .group-access__texts--title {
      font-size: 1.6rem;
      color: #004b8d;
      font-weight: 600; }
    .group-access__texts--subtitle {
      font-size: 1.3rem;
      color: #79bce7; }
  @media only screen and (max-width: 60rem) {
    .group-access__buttons {
      width: 100%; } }
  @media only screen and (max-width: 41.4rem) {
    .group-access__buttons {
      padding: 0 1.5rem; }
    .group-access__buttons a:link,
    .group-access__buttons a:visited {
      width: 100%; }
      .group-access__buttons a:link:not(:last-child),
      .group-access__buttons a:visited:not(:last-child) {
        margin-bottom: 1rem; } }

.carousel .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3rem; }
  .carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-backface-visibility: visible;
    border-radius: 100px;
    margin: 0;
    outline: none; }
    .carousel .owl-dots .owl-dot.active span,
    .carousel .owl-dots .owl-dot span:hover {
      background-color: #56af31 !important; }
    .carousel .owl-dots .owl-dot:not(:first-child) {
      margin-left: 1.2rem; }
    .carousel .owl-dots .owl-dot span {
      zoom: 1.2; }

.carousel__item, .carousel__link {
  height: 50rem; }
  .carousel__item:link, .carousel__item:visited, .carousel__link:link, .carousel__link:visited {
    display: block;
    height: 50rem;
    background-size: cover;
    background-position: center center;	}

@media only screen and (max-width: 60rem) {
  .carousel__item {
    height: 30rem; }
  .carousel__link:link, .carousel__link:visited {
    height: 30rem; } }

@media only screen and (max-width: 41.4rem) {
  .carousel__item {
    height: 65rem; }
  .carousel__link:link, .carousel__link:visited {
    height: 65rem; } }

.services__item {
  max-width: 114rem; }

.services__icon {
  display: block;
  font-size: 8rem; }
  @media only screen and (max-width: 60rem) {
    .services__icon {
      font-size: 6rem; } }

.services__text--title {
  display: block;
  font-weight: 600; }

.services__text--description {
  display: block;
  font-size: 1.1rem; }

.services__link:link, .services__link:visited {
  display: block;
  padding: 2rem 1rem;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all .2s; }
  @media only screen and (max-width: 60rem) {
    .services__link:link, .services__link:visited {
      margin-bottom: 4rem; } }

.services__link:hover {
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
  transform: scale(1.1); }
  .services__link:hover i {
    color: #56af31; }
  .services__link:hover span {
    color: #fff; }
  @media only screen and (max-width: 60rem) {
    .services__link:hover {
      box-shadow: none;
      transform: none; } }

.services__link--primary {
  color: #004b8d; }
  .services__link--primary i {
    color: #56af31; }
  .services__link--primary span[class*="--description"] {
    color: #56af31; }
  .services__link--primary:link, .services__link--primary:visited {
    border: 1px solid #79bce7; }
  .services__link--primary:hover {
    background-color: #004b8d;
    border-color: #004b8d; }

.services__link--secondary {
  color: #fff; }
  .services__link--secondary:link, .services__link--secondary:visited {
    border: 1px solid #79bce7;
    background-color: #79bce7;
    color: #fff; }
  .services__link--secondary:hover {
    background-color: #004b8d;
    border-color: #004b8d; }

.services__link--tertiary {
  color: #fff; }
  .services__link--tertiary:link, .services__link--tertiary:visited {
    border: 1px solid #56af31;
    background-color: #56af31;
    color: #fff; }
  .services__link--tertiary:hover {
    background-color: #004b8d;
    border-color: #004b8d; }

@media only screen and (max-width: 60rem) {
  .menu__nav {
    float: none;
    display: table;
    margin: 1rem auto; } }

.menu__nav ul {
  list-style: none; }
  .menu__nav ul li {
    display: inline-table;
    margin: 0 0 0 -4px;
    padding: 0; }
    .menu__nav ul li:not(:last-child) {
      border-right: 1px solid #fff; }
    .menu__nav ul li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      padding: 1rem 2rem;
      transition: all .2s; }
      @media only screen and (max-width: 41.4rem) {
        .menu__nav ul li a {
          padding: 1rem; } }
      .menu__nav ul li a:link, .menu__nav ul li a:visited {
        font-size: 1.6rem;
        color: #fff; }
        @media only screen and (max-width: 60rem) {
          .menu__nav ul li a:link, .menu__nav ul li a:visited {
            font-size: 1.2rem; } }
        @media only screen and (max-width: 41.4rem) {
          .menu__nav ul li a:link, .menu__nav ul li a:visited {
            font-size: 1rem; } }
      .menu__nav ul li a:hover {
        background-color: rgba(255, 255, 255, 0.1); }

.container {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1.5rem; }

.row {
  max-width: 100%;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 60rem) {
      .row:not(:last-child) {
        margin-bottom: 0; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    @media only screen and (max-width: 60rem) {
      .row [class^="col-"] {
        width: 100% !important; } }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 3rem; }
  .row .col-1-of-2 {
    width: calc((100% - 3rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 3rem) / 3); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 3rem) / 4); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 3rem) / 3) + 3rem); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 3rem) / 4) + 3rem); }
  .row .col-3-of-4 {
    width: calc((3 * ((100% - 3 * 3rem) / 4) ) + (3rem) * 2); }

.tree__nav--title {
    color: #004b8d;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
	font-size: 1.5rem;
}

.tree__nav--title a:hover {
    color: #56AF31;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
	font-size: 1.5rem;
	text-decoration: none;
}

.tree__nav--title a {
    color: #004b8d;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
	font-size: 1.5rem;
	text-decoration: none;
}


.tree__nav--title2 {
    color: #FFFFFF;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
	font-size: 1.5rem;
}

.tree__nav--title2 a:hover {
    color: #56AF31;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
	font-size: 1.5rem;
	text-decoration: none;
}

.tree__nav--title2 a {
    color: #FFFFFF;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
	font-size: 1.5rem;
	text-decoration: none;
}
	
.header {
  position: relative;
background-color: #ebf0f5;  }
  .header__bar {
    max-width: 114rem;
    background-color: #ebf0f5;
    position: relative;
    padding: 2rem 0; }
    @media only screen and (max-width: 60rem) {
      .header__bar {
        text-align: center; } }
  .header__bar-fixed {
    width: 100%;
    position: fixed;
    display: table;
    background-color: rgba(0, 75, 141, 0.7);
    padding: 0 0 1rem 0;
    z-index: 99; }
    @media only screen and (max-width: 60rem) {
      .header__bar-fixed {
        position: relative; } }
  .header__bar-social-media {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem; }
  @media only screen and (max-width: 41.4rem) {
    .header__social-media {
      display: table;
      margin: 0 auto; } }
  .header__social-media-label {
    margin-right: 1.5rem;
    color: #004b8d; }
  .header__social-media-icon:link, .header__social-media-icon:visited {
    text-decoration: none;
    color: #004b8d;
    margin-right: 1rem;
    font-size: 1.8rem; }
  .header__social-media-icon:hover {
    color: #56af31; }
  .header__logo {
    max-width: 19.5rem; }
  .header__logo-banseg {
    max-width: 30rem; }
    @media only screen and (max-width: 60rem) {
      .header__logo-banseg {
        display: table;
        margin: 1rem auto; } }

.footer .footer-nav ul {
  display: table;
  margin: 0 auto;
  padding: 1rem 0;
  list-style: none; }
  @media only screen and (max-width: 60rem) {
    .footer .footer-nav ul {
      display: block;
      padding: 0;
      margin: 0; } }
  .footer .footer-nav ul li {
    display: inline-block; }
    .footer .footer-nav ul li a:link,
    .footer .footer-nav ul li a:visited {
      display: block;
      text-transform: uppercase;
      text-decoration: none;
      padding: 2rem;
      transition: all .2s; }
    @media only screen and (max-width: 60rem) {
      .footer .footer-nav ul li {
        display: block;
        width: 100%;
        border-right: none; } }

.footer .footer-logos ul {
  display: table;
  margin: 0 auto;
  padding: 1rem 0;
  list-style: none;
  width: 70rem; }
  @media only screen and (max-width: 60rem) {
    .footer .footer-logos ul {
      width: 100%; } }
  .footer .footer-logos ul li {
    display: inline-block;
    text-align: center;
    width: calc((100%/3) - .2em); }
    .footer .footer-logos ul li a:link,
    .footer .footer-logos ul li a:visited {
      display: block;
      text-decoration: none;
      padding: 2rem 0;
      border-radius: .4rem;
      backface-visibility: hidden;
      transition: all .2s; }
    .footer .footer-logos ul li a:hover {
      background-color: #fff;
      box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
      transform: scale(1.05) translateY(-0.5rem); }
    .footer .footer-logos ul li img {
      max-width: 10rem; }
      @media only screen and (max-width: 60rem) {
        .footer .footer-logos ul li img {
          width: auto; } }

.footer .footer-contacts {
  padding: 2rem 0; }
  .footer .footer-contacts__item {
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 60rem) {
      .footer .footer-contacts__item {
        padding: 2rem 0;
        text-align: left; } }
    .footer .footer-contacts__item span {
      display: block; }
      .footer .footer-contacts__item span:first-child {
        font-weight: 600; }
  @media only screen and (max-width: 60rem) {
    .footer .footer-contacts [class^="col-"]:not(:first-child) {
      border-left: none; } }

.footer .footer-tree {
  padding: 4rem 0; }
  .footer .footer-tree__nav {
    list-style: none; }
    @media only screen and (max-width: 60rem) {
      .footer .footer-tree__nav {
        margin-bottom: 4rem; } }
    .footer .footer-tree__nav--title, .footer .footer-tree__nav--title-large {
      font-weight: 600;
      margin-bottom: 1.5rem;
      text-transform: none; }
    .footer .footer-tree__nav--title {
      font-size: 1.6rem; }
    .footer .footer-tree__nav--title-large {
      font-size: 2.2rem; }
    .footer .footer-tree__nav--link a:link,
    .footer .footer-tree__nav--link a:visited {
      font-weight: 500;
      display: block;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 2rem; }
      @media only screen and (max-width: 60rem) {
        .footer .footer-tree__nav--link a:link,
        .footer .footer-tree__nav--link a:visited {
          display: block;
           } }
    .footer .footer-tree__nav--link a:hover {
      text-decoration: underline; }

.footer .footer-copywrite {
  padding: 2rem 0; }
  @media only screen and (max-width: 60rem) {
    .footer .footer-copywrite__logo, .footer .footer-copywrite__copytext {
      float: none;
      display: block;
      text-align: center; } }
  .footer .footer-copywrite__copytext {
    color: #fff;
    font-size: 1.5rem;
    padding-top:10px;	
	}
	
	.footer .footer-copywrite__copytext h2 {
    color: #fff;
    font-size: 2.0rem; 
	font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
	font-style: normal;}
	
	.footer .footer-copywrite__copytext h3 {
    color: #fff;
    font-size: 1.5rem; 
	font-family: 'Whitney HTF', 'Roboto';
    font-weight: 500;
	font-style: normal;}
	
	.footer .footer-copywrite__copytext2 h2 {
    color: #073872;
    font-size: 1.7rem; 
	font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
	font-style: normal;
	padding-top:15px;}
	
	.footer .footer-copywrite__copytext2 h3 {
    color: #073872;
    font-size: 1.6rem; 
	font-family: 'Whitney HTF', 'Roboto';
    font-weight: 500;
	font-style: normal;}
	
    .footer .footer-copywrite__copytext--left {
      float: left;
      margin: 3rem 0 0 5rem; }
      @media only screen and (max-width: 60rem) {
        .footer .footer-copywrite__copytext--left {
          margin: 2rem 0 2rem 0; } }
    .footer .footer-copywrite__copytext--center {
      display: table;
      margin: 0 auto; }
  .footer .footer-copywrite__logo {
    
    margin-right: 3rem; }
    .footer .footer-copywrite__logo img {
      max-width: 15rem; }
  .footer .footer-copywrite__media {
    margin-top: .5rem; }
    @media only screen and (max-width: 60rem) {
      .footer .footer-copywrite__media {
        display: table;
        margin: 0 auto;
        float: none; } }
    .footer .footer-copywrite__media--social:link, .footer .footer-copywrite__media--social:visited, .footer .footer-copywrite__media--info:link, .footer .footer-copywrite__media--info:visited {
      display: block;
      float: left;
      text-decoration: none;
      color: #fff;
      font-size: 3rem;
      transition: all .2s; }
    .footer .footer-copywrite__media--social:hover {
      color: #56af31; }
    .footer .footer-copywrite__media a:not(:last-child) {
      margin-right: 1rem; }
    .footer .footer-copywrite__media--social {
      margin-top: 1rem; }

.footer__sac-text {
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.8rem; }

.footer__light {
  background-color: #fff; }
  .footer__light .footer-logos ul li a:hover {
    background-color: #fff; }
  .footer__light .footer-contacts {
    background-color: #d7dfea; }
    .footer__light .footer-contacts__item span {
      color: #0070ba; }
      .footer__light .footer-contacts__item span:first-child {
        color: #004b8d; }
    .footer__light .footer-contacts [class^="col-"]:not(:first-child) {
      border-left: 0.1rem solid #fff; }
      @media only screen and (max-width: 60rem) {
        .footer__light .footer-contacts [class^="col-"]:not(:first-child) {
          border-top: 0.1rem solid #fff;
          border-left: none; } }
  .footer__light .footer-nav {
    background-color: #79bce7; }
    @media only screen and (max-width: 60rem) {
      .footer__light .footer-nav ul :not(:last-child) {
        border-bottom: 0.rem solid #fff; } }
    .footer__light .footer-nav ul li {
      display: inline-block; }
      .footer__light .footer-nav ul li a:link,
      .footer__light .footer-nav ul li a:visited {
        color: #fff; }
      .footer__light .footer-nav ul li a:hover {
        background-color: #8fc7eb; }
      .footer__light .footer-nav ul li:not(:last-child) {
        border-right: 0.2rem solid #fff; }
      @media only screen and (max-width: 60rem) {
        .footer__light .footer-nav ul li:not(:last-child) {
          border-right: none; } }
  .footer__light .footer-tree__nav--title {
    color: #004b8d;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 300;
	font-style: normal;
    text-transform: uppercase;	}
  .footer__light .footer-tree__nav--title-large {
    color: #004b8d; }
  .footer__light .footer-tree__nav--link a:link,
  .footer__light .footer-tree__nav--link a:visited {
    color: #073872;
    font-family: 'Whitney HTF', 'Roboto';
    font-weight: 400;
	font-style: normal;	}
  .footer__light .footer-copywrite {
    background-color: #004b8d; }

.footer__dark {
  background-color: #004b8d; }
  .footer__dark .footer-logos ul li a:hover {
    background-color: #004b8d; }
  .footer__dark .footer-contacts {
    background-color: #004b8d;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer__dark .footer-contacts__item span {
      color: #fff; }
      .footer__dark .footer-contacts__item span:first-child {
        color: #fff; }
    .footer__dark .footer-contacts [class^="col-"]:not(:first-child) {
      border-left: 0.1rem solid rgba(255, 255, 255, 0.1); }
      @media only screen and (max-width: 60rem) {
        .footer__dark .footer-contacts [class^="col-"]:not(:first-child) {
          border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
          border-left: none; } }
  .footer__dark .footer-nav {
    background-color: #004b8d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    @media only screen and (max-width: 60rem) {
      .footer__dark .footer-nav ul :not(:last-child) {
        border-bottom: 0.2rem solid #fff; } }
    .footer__dark .footer-nav ul li {
      display: inline-block; }
      .footer__dark .footer-nav ul li a:link,
      .footer__dark .footer-nav ul li a:visited {
        color: #fff; }
      .footer__dark .footer-nav ul li a:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      .footer__dark .footer-nav ul li:not(:last-child) {
        border-right: 0.2rem solid #fff; }
      @media only screen and (max-width: 60rem) {
        .footer__dark .footer-nav ul li:not(:last-child) {
          border-right: none; } }
  .footer__dark .footer-tree__nav--title {
    color: #fff; }
  .footer__dark .footer-tree__nav--title-large {
    color: #fff; }
  .footer__dark .footer-tree__nav--link a:link,
  .footer__dark .footer-tree__nav--link a:visited {
    color: #fff; }
  .footer__dark .footer-copywrite {
    background-color: #79bce7; }

.footer__logo-banseg {
  max-width: 18rem; }

.services {
  margin-top: 4rem;
  margin-bottom: 4rem; }

@media only screen and (max-width: 60rem) {
  .hightlights {
    margin-top: 0; } }

.hightlights .row {
  margin-bottom: 0;
  border-color: #ebebeb; }

.hightlights [class^="col-"] {
  margin-right: 0; }

.hightlights__image {
  width: 100%;
  min-height: 30rem;
  background-repeat: no-repeat;
  background-size: cover; }

.hightlights__content {
  padding: 8rem; }
  @media only screen and (max-width: 60rem) {
    .hightlights__content {
      padding: 5rem; } }
  .hightlights__content .inner-box {
    position: relative;
    max-width: 400px; }
    @media only screen and (max-width: 60rem) {
      .hightlights__content .inner-box {
        max-width: 100%;
        float: none; } }
    .hightlights__content .inner-box h2 {
      color: #004b8d;
      margin-bottom: 1.5rem;
      text-transform: none; }
    .hightlights__content .inner-box p {
      color: #666; }

.services {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.title-help-you {
  font-size: 5rem;
  font-weight: 400;
  color: #004b8d;
  padding: 4rem 0; }

.carousel .owl-theme-banseg .owl-dots .owl-dot span {
  background-color: #fff; }

.carousel .owl-theme-banseg .owl-dots .owl-dot.active span,
.carousel .owl-theme-banseg .owl-dots .owl-dot span:hover {
  background-color: #ebebeb !important; }
