body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  top: 0;
}
header .nav-link {
  font-size: 14px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff;
}
header .nav-link.whatsapp {
  background: #FF7600;
  color: #fff;
  border-radius: 24px;
  display: flex;
}
header .nav-link.whatsapp i {
  padding: 0 4px;
  font-size: 20px;
}
header .midias .nav-link {
  padding-left: 6px !important;
  padding-right: 6px !important;
  font-size: 20px;
}
header .logo {
  max-width: 80px;
}
header .navbar-brand span {
  font-size: 14px;
  margin-left: 10px;
}
.full-banner {
  background: url(../themes/sir/assets/images/full-banner.jpg) center top no-repeat;
  background-size: cover !important;
  min-height: 800px;
  display: flex;
  align-items: flex-end;
  padding: 40px 0;
  position: relative;
}
.full-banner .container {
  z-index: 9;
}
.full-banner h1 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  max-width: 700px;
  line-height: 60px;
}
.full-banner h2 {
  color: #fff;
  font-weight: bold;
}
.full-banner .degrade {
  position: absolute;
  background: linear-gradient(180deg, #000000ad, #b3965900);
  top: 0;
  left: 0;
  height: 20%;
  width: 100%;
  z-index: 8;
}
.quem-somos {
  background: linear-gradient(107deg, #F4D286, #B39759);
  padding: 20px 0;
}
.quem-somos p {
  font-size: 18px;
}
.banner-featured {
  width: 100%;
  height: 137px;
  margin: -171px auto;
  background: transparent url("https://sir.co.ao/themes/sir/assets/images/banners/Group%20470@2x.png") 0% 0% no-repeat padding-box;
  opacity: 1;
  background-size: contain;
  position: relative;
}
@media (min-width: 1280px) {
  .banner-featured {
    height: 433px;
    margin: -215px auto;
  }
}
.segmentos {
  background: #C8CCD0;
  padding: 40px 0 80px;
  padding-bottom: 283px;
}
.segmentos h2 {
  color: #5C6F7C;
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}
.segmentos .item {
  position: relative;
  height: 100%;
  background: url(../themes/sir/assets/images/full-banner.jpg) center top no-repeat;
  background-size: cover !important;
  padding: 30px 30px 35px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out !important;
  transform: translateY(0px);
}
.segmentos .item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.segmentos .item h4 {
  font-weight: bold;
  max-width: 200px;
  z-index: 9;
  position: relative;
}
.segmentos .item p {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: solid 1px #fff;
  font-size: 14px;
  max-width: 230px;
  z-index: 9;
  position: relative;
}
.segmentos .item .degrade {
  position: absolute;
  background: linear-gradient(90deg, #000, #b3965900);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  border-radius: 10px;
}
.infos .item {
  height: 100%;
  padding: 80px 0;
}
.infos .item h4 {
  font-weight: bold;
  color: #5C6F7C;
  font-size: 28px;
}
.infos .item h5 {
  margin-bottom: 16px;
}
.infos .item p {
  margin: 0;
}
.infos .item ul {
  margin-top: 20px;
  padding-left: 20px;
}
.infos .item ul li {
  font-weight: bold;
  padding-bottom: 20px;
}
.infos ._bg-1 {
  background: #F0F0F0;
}
.infos ._bg-2 {
  background: #E8EAEB;
}
.infos ._bg-3 {
  background: #DDE0E3;
}
.infos ._bg-4 {
  background: #D6D9DD;
}
.infos ._bg-degrade-1 {
  background: #f0f0f0;
  background: linear-gradient(90deg, #f0f0f0 50%, #e8eaeb 50%);
}
.infos ._bg-degrade-2 {
  background: #dde0e3;
  background: linear-gradient(90deg, #dde0e3 50%, #d6d9dd 50%);
}
.numeros {
  background: #5C6F7C;
  color: #fff;
  padding: 30px 0;
}
.numeros ._n {
  font-size: 64px;
  color: #E3CA92;
  font-weight: bold;
}
.numeros p {
  font-size: 18px;
}
.servicos {
  padding: 80px 0;
}
.servicos h2 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #5C6F7C;
}
.servicos .item {
  background: url(../themes/sir/assets/images/logo-bg.svg) #B39759 left bottom no-repeat;
  background-size: 35%;
  border-radius: 10px;
  padding: 30px 20px 20px 120px;
  min-height: 120px;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}
.servicos .item:hover {
  background-size: 38%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transform: matrix(2);
}
.servicos .item h5 {
  color: #fff;
  font-weight: bold;
  max-width: 140px;
  font-size: 22px;
}
.impacto {
  background: #EAEAEA;
}
.impacto h2 {
  color: #5C6F7C;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.impacto h4 {
  font-weight: bold;
  color: #5C6F7C;
  margin-top: 30px;
}
.impacto .info {
  padding: 40px 30px 40px 0;
  max-width: 620px;
  margin-left: auto;
}
.impacto ._bg {
  background: url(../themes/sir/assets/images/AGA_2342.jpg) top left no-repeat;
  background-size: cover;
  height: 50%;
  width: 100%;
}
.impacto ._bg-2 {
  background: url(../themes/sir/assets/images/img-3.jpeg) top left no-repeat;
  background-size: cover;
  height: 50%;
  width: 100%;
}
footer {
  background: url(../themes/sir/assets/images/logo-bg-footer.svg) right center #000 no-repeat;
  padding: 20px 0 40px;
  color: #fff;
  font-size: 14px;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  padding-top: 10px;
}
footer .uteis a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
footer .navbar-footer {
  display: flex !important;
}
footer .navbar-footer .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
footer .navbar-footer .midias .nav-link {
  padding-right: 5px;
  padding-left: 5px;
}
.page-header {
  margin-top: 102px;
  background: linear-gradient(107deg, #F4D286, #B39759);
}
.page-header h1 {
  padding: 40px 0;
  font-weight: bold;
  font-size: 60px;
}
.page-header .hist {
  background: #000;
}
.page-header .hist .breadcrumb {
  padding: 5px 0;
}
.page-header .hist .breadcrumb .breadcrumb-item {
  color: #fff;
  text-decoration: none;
}
.page-header .hist .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}
.page-info {
  background: url(../themes/sir/assets/images/logo-bg.svg) #5C6F7C bottom left no-repeat;
  background-size: 400px;
  padding: 80px 0;
  text-align: center;
}
.page-info .container {
  max-width: 1000px;
}
.page-info h3 {
  color: #E3CA92;
  font-size: 40px;
  margin-bottom: 30px;
}
.page-info p {
  color: #fff;
  font-size: 26px;
}
.page-quem-somos h2 {
  color: #5C6F7C;
  font-weight: bold;
  font-size: 36px;
}
.page-quem-somos h3 {
  color: #5C6F7C;
  font-weight: bold;
  font-size: 26px;
  margin-top: 30px;
}
.page-quem-somos ._bg-1 {
  background: #D7DCDE;
}
.page-quem-somos ._bg-2 {
  background: #E4E7E8;
}
.page-quem-somos .row {
  padding: 80px 0;
}
.page-quem-somos img {
  margin: -130px auto 0;
  display: block;
}
.page-servicos {
  padding: 60px 0;
}
.page-servicos .item img {
  border-radius: 10px;
  max-height: 206px;
  object-fit: cover;
  width: 100%;
}
.page-servicos .item h3 {
  color: #5C6F7C;
  font-weight: bold;
  font-size: 30px;
  margin-top: 20px;
}
.page-servicos .item p {
  margin-bottom: 60px;
  padding-right: 20px;
}
.page-faq {
  padding: 60px 0;
}
.page-faq .container {
  max-width: 1000px;
}
.page-faq .accordion-item {
  border: 0;
}
.page-faq .accordion-button {
  color: #5C6F7C;
  font-size: 26px;
  font-weight: bold;
  background: #fff;
}
.page-faq .accordion-body {
  font-size: 18px;
}
.page-contacto {
  padding: 60px 0;
}
.page-contacto .container {
  max-width: 1000px;
}
.page-contacto .form-control {
  line-height: 2.5;
}
.page-contacto .form .alert p {
  margin: 0;
}
.page-contacto .form .alert .close {
  display: none;
}
.btn.btn-black {
  background: #000;
  color: #fff;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .page-quem-somos img {
    margin: 0 auto 0;
  }
}
