.header {
  border-top: 2px solid #00508a;
}

.header-top {
  height: auto;
  background: #fff;
  border-bottom: none;
}

.header-container {
  justify-content: space-between;
}

.header-top > .header-container {
  height: 70px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.header-top > .header-container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(rgba(219, 226, 231, 0.4) 60%, transparent, transparent);
}

.header-top__left {
  height: 70px;
  align-items: center;
}

.header-top__right {
  align-items: center;
}

.header-top .header-buttons.br-style-1 .btn {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-family: inherit;
  height: 45px;
  border: 0;
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-buttons.br-style-1 .btn {
    height: 40px;
  }
}

.header-top .header-buttons.br-style-1 .btn.br-default {
  transition: 0.3s;
}

.header-top .header-buttons.br-style-1 .btn.br-default:not(:last-child) {
  margin-right: 12px;
}

.header-top .header-buttons.br-style-1 .btn.br-default {
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 11px;
  padding: 0;
  padding-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-buttons.br-style-1 .btn.br-default {
    border-radius: 8px;
    padding-right: 10px;
  }
}

.header-top .header-buttons.br-style-1 .btn.br-default:hover {
  background-color: #00508a;
}

.header-top .header-buttons.br-style-1 .btn.br-default:hover .desc span {
  color: #fff;
}

.header-top .header-buttons.br-style-1 .btn.br-default .icon {
  display: inline-flex;
  height: calc(100% + 4px);
  width: 45px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #00508a;
  margin-left: -1px;
  margin-top: -1px;
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-buttons.br-style-1 .btn.br-default .icon {
    width: 40px;
    border-radius: 8px;
    font-size: 16px;
  }
}

.header-top .header-buttons.br-style-1 .btn.br-default .icon svg {
  fill: #00508a;
  width: 18px;
  height: 18px;
}

.header-top .header-buttons.br-style-1 .btn.br-default:hover .icon {
  color: #00508a;
}

.header-top .header-buttons.br-style-1 .btn.br-default .desc {
  padding-left: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-buttons.br-style-1 .btn.br-default .desc {
    padding-left: 8px;
  }
}

.header-top .header-buttons.br-style-1 .btn.br-default .desc span {
  line-height: 1.2;
  display: block;
  color: #5e788f;
  text-transform: uppercase;
}

.header-top .header-buttons.br-style-1 .btn.br-default .desc .heading {
  font-size: 12px;
  font-weight: 800;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-buttons.br-style-1 .btn.br-default .desc .heading {
    font-size: 11px;
  }
}

.header-top .header-buttons.br-style-1 .btn.br-default .desc .text {
  font-size: 11px;
  opacity: 0.7;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-buttons.br-style-1 .btn.br-default .desc .text {
    font-size: 10px;
  }
}

.header-top .header-social {
  margin-right: 10px;
}

.header-top .header-social:hover a[class*="br-color-"] {
  opacity: 0.7;
}

.header-top .header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 45px;
  font-size: 14px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  transition: 0.3s;
}

.header-top .header-social a.br-color-facebook {
  color: #fff;
  background-color: #4267b2;
}

.header-top .header-social a.br-color-x {
  color: #fff;
  background-color: #000;
}
.header-top .header-social a.br-color-x svg {
  fill: #fff;
}
.header-top .header-social a.br-color-instagram {
  color: #fff;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.header-top .header-social a.br-color-youtube {
  color: #fff;
  background: #ff0000;
}

.header-top .header-social a.br-color-whatsapp {
  color: #fff;
  background: linear-gradient(0deg, #075e54 0%, #128c7e 50%, #25d366 100%);
}

.header-top .header-social a[class*="br-color-"]:hover {
  opacity: 1 !important;
}

.header-top .header-social a:not(:last-child) {
  margin-right: 3px;
}

@media (max-width: 1199px) {
  .header-top .header-buttons.br-style-1 .btn.br-default:not(:last-child) {
    margin-right: 8px;
  }

  .header-top .header-buttons.br-style-1 .btn.br-default {
    padding-right: 12px;
  }
}
