*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  /* color */
  --color-white: #ffffff;
  --color-black: #2d2d2d;
  --color-lightBlack: #868687;
  --color-blue: #2c70de;
  --color-green: #0e7200;

  /* Font family */
  --ff-main: "Poppins", sans-serif;
  --ff-ibm: "IBM Plex Sans", sans-serif;
  /* font weight */
  --fw-thin: 100;
  --fw-extraLight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semiBold: 600;
  --fw-bold: 700;
  --fw-extraBold: 800;
  --fw-black: 900;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--ff-sans);
  font-weight: var(--fw-regular);
  font-style: var(--fs-normal);
  font-synthesis: none; /* don't fake bold/italic */
}

body {
  font-family: var(--ff-main);
  font-weight: var(--fw-regular);
  overflow-x: hidden;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
}

a,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  display: inline-block;
}

/* Global Compo OPEN */

.siteBtn {
  padding: 5px 20px;
  border-radius: 8px;
  font-size: 19px;
  font-weight: var(--fw-medium);
  transition: all 0.3s linear;
}
.siteBtn:hover {
  opacity: 0.7;
}
.blackbutton {
  background-color: var(--color-black);
  color: var(--color-white);
}
.blueButton {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.arrowBtn {
  margin-top: 25px;
}
.arrowBtn a {
  background-color: var(--color-blue);
  color: var(--color-white);
  border-radius: 7px;
  padding: 8px 20px;
  transition: all 0.3s linear;
}
.arrowBtn a:hover {
  opacity: 0.7;
}
.heighlightHeading {
  background-color: #030028;
  color: var(--color-white);
  font-weight: var(--fw-regular);
  font-size: 16px;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading {
  margin-top: 20px;
  font-size: 34px;
  font-weight: var(--fw-medium);
}
/* Global Compo CLOSE */

/* =================================    HEADER SECTION OPEN         ===================================== */
.header {
  background-color: var(--color-blue);
  padding-block: 10px;
}
.header__info ul {
  display: flex;
  gap: 20px;
}

.header__info ul li {
  font-size: 13px;
  color: var(--color-white);
}
/* =================================    HEADER SECTION CLOSE         ===================================== */

/* =================================    NAV SECTION OPEN         ===================================== */

.logoNav {
  padding-block: 20px;
}

.logoNav.scrollNav {
  background-color: var(--color-white);
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.5s ease-in-out;
}
.logoNav .logo img {
  transition: all 0.5s ease-in-out;
}
.logoNav.scrollNav .logo img {
  width: 150px;
  transition: all 0.5s ease-in-out;
}

.logoNav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navList {
  display: flex;
  align-items: center;
  gap: 30px;
}
.navList ul {
  display: flex;
  gap: 30px;
}

.navList ul li a {
  font-size: 16px;
  color: var(--color-black);
  font-weight: var(--fw-semiBold);
}
.navList ul li a:hover {
  font-weight: var(--fw-black);
}
.navList__button a {
  font-size: 16px;
  font-weight: var(--fw-semiBold);
  text-transform: uppercase;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 5px 20px;
  border-radius: 20px;
}
/* =================================    NAV SECTION CLOSE         ===================================== */

/* =================================    HERO SECTION OPEN         ===================================== */
.hero {
  background: linear-gradient(to right, #c9ebfb 15%, transparent);
  padding-block: 100px;
}
.hero__left {
  padding-left: 100px;
}
.hero__left h1 {
  font-size: 69px;
  font-weight: var(--fw-semiBold);
}
.heroInfo {
  padding-left: 80px;
  padding-top: 40px;
}
.heroInfo p {
  font-size: 20px;
  font-weight: var(--fw-regular);
}
.heroButton {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 80px;
  padding-top: 15px;
}

.hero__right {
  margin-top: 50px;
  position: relative;
}
.hero__right .heroSlide .swiper-slide {
  position: relative;
}
.hero__right .heroSlide .swiper-slide img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.hero__right .heroSlide .swiper-slide .hoverInfo {
  background-color: #030028;
  position: absolute;
  bottom: 0;
  height: 230px;
  width: 100%;
  border-radius: 80px 0 0 0;
  padding: 60px 40px;
}
.hero__right .heroSlide .swiper-slide .hoverInfo h5 {
  color: var(--color-white);
  font-weight: var(--fw-medium);
}

/* Swiper Arrow */
.heroSwipArrows {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -90px;
}
.heroSwipArrows .swiper-button-next svg,
.heroSwipArrows .swiper-button-prev svg {
  display: none;
}
.heroSwipArrows .swiper-button-next,
.heroSwipArrows .swiper-button-prev {
  color: #030028;
  border-radius: 50%;
  border: 1px solid #030028;
  font-size: 25px;
}
.heroSwipArrows .swiper-button-next {
  right: unset;
  left: 25%;
}

.heroSwipArrows .swiper-pagination-fraction {
  width: unset;
  top: 40px;
  left: 12%;
  color: #030028;
  font-weight: var(--fw-medium);
}

/* ***********  HERO SLIDE  *********** */

/* =================================    HERO SECTION CLOSE         ===================================== */

/* =================================    CERTIFICACOES SECTION OPEN         ===================================== */

.cretificoes__left {
  background-color: var(--color-blue);
  padding: 50px;
  border-radius: 0 0 40px 0;
}

.cretificoes__left p {
  font-size: 16px;
  font-weight: var(--fw-regular);
  color: var(--color-white);
  text-transform: uppercase;
}

.cretificoes__left h4 {
  color: var(--color-white);
  font-weight: var(--fw-medium);
}

.cretificoes__right {
  background-color: #f6f7f8;
  padding: 30px;
}
.cretificoes__right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cretificoes__right ul img {
  width: 170px;
}

/* =================================    CERTIFICACOES SECTION CLOSE         ===================================== */

/* =================================    SBORE NOS SECTION OPEN         ===================================== */
.sobreNos .container {
  border-top: 2px solid #dbdbdd;
  border-bottom: 2px solid #dbdbdd;
  margin-top: 50px;
  padding-block: 50px;
}
.sboreInner {
  padding-left: 80px;
  margin-top: 40px;
}
.sobreInner__left p {
  color: #868687;
}

.sobreInner__right {
  background-color: var(--color-blue);
  text-align: center;
  padding-block: 30px;
}

.sobreInner__right img {
  width: 60px;
}

.ano h3 {
  color: var(--color-white);
  font-size: 76px;
  font-weight: var(--fw-bold);
  padding-top: 30px;
}
.ano h5 {
  color: var(--color-white);
  font-size: 21px;
  font-weight: var(--fw-regular);
  padding-top: 30px;
  text-transform: uppercase;
}
/* =================================    SBORE NOS SECTION CLOSE         ===================================== */

/* =================================    SERVICOS SECTION OPEN    ===================================== */
.homeServices {
  margin-top: 50px;
}

.homeServices .swiper-slide {
  position: relative;
  isolation: isolate;
}

.homeServices .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 0, 40, 0.9), transparent);
  height: 100%;
  width: 100%;
}

.homeServices .swiper-slide img {
  width: 100%;
  height: 550px;
}

.homeServices .swiper-slide .servInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}

.homeServices .swiper-slide .servInfo h4 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: var(--fw-semiBold);
}
/* Arrows */
.homeServicesSlider {
  position: relative;
}

.servicesSwipArrows {
  width: 100%;
  height: 100px;
  position: absolute;
  top: -130px;
}
.servicesSwipArrows .swiper-button-next svg,
.servicesSwipArrows .swiper-button-prev svg {
  display: none;
}
.servicesSwipArrows .swiper-button-next,
.servicesSwipArrows .swiper-button-prev {
  color: #030028;
  border-radius: 50%;
  border: 1px solid #030028;
  font-size: 25px;
}
.servicesSwipArrows .swiper-button-next {
  right: 90px;
  left: unset;
}
.servicesSwipArrows .swiper-button-prev {
  right: 15%;
  left: unset;
}
.servicesSwipArrows .swiper-pagination-fraction {
  width: unset;
  top: 38px;
  left: unset;
  right: 10%;
  color: #030028;
  font-weight: var(--fw-medium);
}

/* =================================    SERVICOS SECTION CLOSE    ===================================== */

/* =================================    NARIS PC SECTION OPEN    ===================================== */
.narisWrap {
  margin-top: 50px;
  background: url("../images/counterbg.png");
  background-size: cover;
  background-position: center center;
  padding-block: 60px;
}

.narisCounter {
  margin-top: 50px;
}

.counterNum {
  text-align: center;
  color: #030028;
  border-left: 1px solid #dbdbdd;
}

/* remove the left border from the first counter only */
.narisCounter .col-12:first-child .counterNum {
  border-left: none;
}
.counterNum h4 {
  font-size: 60px;
  font-weight: var(--fw-bold);
}
.counterNum p {
  text-transform: uppercase;
}

.counterBtns {
  margin-top: 50px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.arrowWhiteBtn a {
  background-color: var(--color-white);
  color: #030028;
}

/* =================================    NARIS PC SECTION CLOSE    ===================================== */

/* =================================    INFO SECTION OPEN         ===================================== */
.homeImageInfo__left--bottom {
  background-color: var(--color-blue);
}

.homeImageInfo__left img {
  width: 100%;
  height: 588px;
  object-fit: cover;
}

.homeImageInfo__left--top {
  background-color: var(--color-white);
  margin-left: -250px;
  padding: 80px;
}
.homeImageInfo__left--top h5 {
  font-size: 34px;
  font-weight: var(--fw-medium);
}
.homeImageInfo__left--bottom {
  padding: 80px;
}

.homeImageInfo__left--bottom p {
  color: var(--color-white);
}
/* =================================    INFO SECTION CLOSE         ===================================== */

/* =================================    SECTORES SECTION OPEN    ===================================== */
.sectoresWrap {
  margin-top: 80px;
}
.sectoresWrap .container {
  border-top: 2px solid #dbdbdd;
  margin-top: 50px;
  padding-block: 50px;
}
.sectoresWrap .heading {
  margin-top: 0;
}
.sectoresSlide .swiperSectores .swiper-slide {
  position: relative;
}
.sectoresSlide .swiperSectores .swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.sectoresSlide .swiperSectores .swiper-slide .sectoresInfo {
  height: 100%;
  width: calc(100% - 80px);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sectoresSlide {
  position: relative;
  padding-bottom: 100px;
}
.sectoresSlide .swiperSectores .swiper-slide .sectoresInfo h3 {
  padding: 40px;
  font-size: 21px;
  color: var(--color-white);
  font-weight: var(--fw-bold);
}
.sectoresSlide .swiperSectores .swiper-slide .sectoresInfo .detail {
  background-color: var(--color-blue);
  padding: 40px;
  color: var(--color-white);
}

.sectoresSlide
  .swiperSectores
  .swiper-slide:nth-child(even)
  .sectoresInfo
  .detail {
  background-color: #030028;
}
.sectorBtmBtn {
  display: flex;
  justify-content: flex-end;
}
.sectorBtmBtn .arrowBtn a {
  background-color: #030028;
  border-radius: 0;
  padding: 15px 40px;
}
/* Arrow swiper */
/* Swiper Arrow */
.sectorWrapArrow {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
}
.sectorWrapArrow .swiper-button-next svg,
.sectorWrapArrow .swiper-button-prev svg {
  display: none;
}
.sectorWrapArrow .swiper-button-next,
.sectorWrapArrow .swiper-button-prev {
  color: #030028;
  border-radius: 50%;
  border: 1px solid #030028;
  font-size: 25px;
}
.sectorWrapArrow .swiper-button-next {
  right: unset;
  left: 55%;
}
.sectorWrapArrow .swiper-button-prev {
  right: unset;
  left: 45%;
}
.sectorWrapArrow .swiper-pagination-fraction {
  width: unset;
  top: 40px;
  left: 50%;
  color: #030028;
  font-weight: var(--fw-medium);
}
/* =================================    SECTORES SECTION CLOSE   ===================================== */

/* =================================    CTA SECTION OPEN     ===================================== */

.homeCta {
  background: url("../images/ctabg.png");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-block: 120px;
}

.homeCta h4 {
  color: var(--color-white);
  font-size: 34px;
  font-weight: var(--fw-medium);
}
.homeCta p {
  color: var(--color-white);
}
.arrowGreenBtn a {
  background-color: var(--color-green);
  color: var(--color-white);
}

/* =================================    CTA SECTION CLOSE    ===================================== */

/* =================================    TECHNOLOGY SECTION OPEN    ===================================== */
.techonologyWrap {
  margin-top: 50px;
  background: url("../images/techobg.png");
  background-size: cover;
  background-position: center center;
  background-color: #030028;
  border-radius: 20px;
  padding: 40px;
}

.technology__left h4 {
  color: var(--color-white);
  font-size: 34px;
  font-weight: var(--fw-medium);
}
.technology__right .techitem {
  border: 2px solid var(--color-blue); /* thicker = no half-pixel fuzz */
  border-radius: 20px;
  height: 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.technology__right .techitem img {
  width: 160px;
}

/* =================================    TECHNOLOGY SECTION CLOSE    ===================================== */
/* =================================    NOTICIAS SECTION OPEN    ===================================== */
.noticiasWrap {
  margin-top: 50px;
  position: relative;
}
.noticiasWrap__left {
  background-color: #f0f0f2;
  margin-left: 120px;
  padding: 110px 30px;
}
.noticiasWrap__left h4 {
  color: #212529;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: var(--fw-medium);
}

.noticiasWrap__left .arrowBtn {
  margin-top: 40px;
}

.noticiasWrap__right .noticesHome .swiper-slide img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.noticiasWrap__right .hoverInfo {
  padding: 40px;
}

.noticiasWrap__right .hoverInfo h6 {
  color: #2d2d2d;
}

.noticiasWrap__right .hoverInfo p {
  color: #868687;
}
.noticiasWrap__right .swiper-slide:hover .hoverInfo {
  background-color: var(--color-black);
  transition: all 0.3s linear;
}
.noticiasWrap__right .swiper-slide:hover .hoverInfo h6,
.noticiasWrap__right .swiper-slide:hover .hoverInfo p {
  color: var(--color-white);
}

/* Arrows */

.noteSwipArrows {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.noteSwipArrows .swiper-button-next svg,
.noteSwipArrows .swiper-button-prev svg {
  display: none;
}
.noteSwipArrows .swiper-button-next,
.noteSwipArrows .swiper-button-prev {
  color: #030028;
  border-radius: 50%;
  border: 1px solid #030028;
  font-size: 25px;
}
.noteSwipArrows .swiper-button-next {
  right: unset;
  left: 18%;
}
.noteSwipArrows .swiper-button-prev {
  right: unset;
  left: 12%;
}
.noteSwipArrows .swiper-pagination-fraction {
  width: unset;
  top: 38px;
  left: unset;
  right: 10%;
  color: #030028;
  font-weight: var(--fw-medium);
}

/* =================================    NOTICIAS SECTION CLOSE    ===================================== */

/* =================================    PROJETO SECTION OPEN    ===================================== */
.homeprojeto .container {
  border-top: 2px solid #dbdbdd;
  margin-top: 50px;
  padding-block: 50px;
}
.homeprojeto__left h4 {
  color: #212529;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: var(--fw-medium);
}
.homeprojeto__right p {
  color: #868687;
}
/* =================================    PROJETO SECTION CLOSE    ===================================== */

/* =================================    PARTNER LOGO SECTION OPEN    ===================================== */
.partnerWrap {
  margin-top: 50px;
  margin-bottom: 80px;
}
.partnerWrap .swiper-wrapper {
  display: flex;
  align-items: center;
}
.partnerWrap .swiper-wrapper .swiper-slide img {
  width: 130px;
  opacity: 30%;
}

.partnerWrap .swiper-wrapper .swiper-slide img:hover {
  opacity: 100%;
  cursor: pointer;
  transition: all 0.3s linear;
}

/* =================================    PARTNER LOGO SECTION CLOSE    ===================================== */

/*  =================================    FOOTER SECTION OPEN    ===================================== */

.footer {
  background-color: #030028;
}
.footer__left {
  padding-block: 50px;
}
.footer__left .footerLogo {
  width: 250px;
}

.footer__left .shortInfo {
  color: var(--color-white);
  font-weight: var(--fw-light);
  margin-top: 40px;
}
.footer__left .conInfo {
  margin-top: 50px;
}
.footer__left .conInfo h5 {
  color: var(--color-white);
  font-weight: var(--fw-semiBold);
  text-transform: uppercase;
}
.footer__left .conInfo .address p,
.footer__left .conInfo .phone a,
.footer__left .conInfo .email a {
  color: var(--color-white);
  margin-bottom: 0;
  line-height: 2;
}

.socialMedia ul {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.socialMedia ul li a {
  color: var(--color-white);
  font-size: 25px;
}
.footer__right {
  padding-block: 50px;
  border-left: 1px solid var(--color-blue);
  padding-left: 80px;
}

.footer__right__top {
  display: flex;
  justify-content: space-between;
}

.footer__right__top--left h5,
.footer__right__top--right h5 {
  color: var(--color-white);
  font-weight: var(--fw-semiBold);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer__right__top--left ul li a,
.footer__right__top--right ul li a {
  color: var(--color-white);
  line-height: 2;
}

.footer__right__bottom {
  margin-top: 55px;
}
.footer__right__bottom h5 {
  color: var(--color-white);
  font-weight: var(--fw-semiBold);
}

.footer__right__bottom p {
  color: var(--color-white);
  font-weight: var(--fw-light);
}
/* The white rounded bar */
.subscribe__form {
  background: var(--color-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 18px 0 0;
}

/* Input */
.subscribe__form input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  line-height: 1.2;
  color: var(--ink);
}
.subscribe__form input::placeholder {
  color: var(--color-black);
}

/* Button */
.subscribe__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  padding: 7px 22px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  background: var(--color-blue);
  transition: transform 0.12s ease, filter 0.12s ease;
}
.subscribe__btn:focus-visible {
  outline: 2px solid #cfd9ff;
  outline-offset: 2px;
}
.subscribe__btn:hover {
  filter: brightness(1.05);
}
.subscribe__btn:active {
  transform: translateY(1px);
}

/* A11y helper for the label */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Mobile */
@media (max-width: 600px) {
  .subscribe__form {
    flex-direction: column;
    align-items: stretch;
  }
  .subscribe__btn {
    width: 100%;
    justify-content: center;
  }
}

/* Visually hide the native box but keep it accessible */
.consent > input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

/* Custom square */
.consent__box {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

/* Checkmark */
.consent > input:checked + .consent__box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -2px;
  width: 4px;
  height: 12px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

/* Focus ring (keyboard users) */
.consent > input:focus-visible + .consent__box {
  box-shadow: 0 0 0 3px rgba(207, 217, 255, 0.55);
}
.consent .consent__text {
  color: var(--color-white);
  font-size: 12px;
}
/* Link style */
.consent a {
  color: #fff;
  text-decoration: underline;
}
.consent a:hover {
  opacity: 0.9;
}
/*  =================================    FOOTER SECTION CLOSE    ===================================== */

.footerBar .footerBar__text p {
  margin-bottom: 0;
  font-weight: var(--fw-medium);
  color: #030028;
  padding-block: 20px;
  text-align: center;
}

/* ==================== PAGE HEADER  Part Open ============================ */
.pageHeader {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 80vh;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}

.pageHeader::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.pageHeader h2 {
  color: var(--color-white);
  font-size: 68px;
  font-family: var(--ff-ibm);
  font-weight: var(--fw-bold);
}

/* ==================== PAGE HEADER  Part Close ============================ */

/* Contactos Page */
.contactPage {
  position: relative;
}
.contactPage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background-color: #f2f2f2;
}
.contactPage__left {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contactPageSocial ul li a {
  color: #030028;
}
.conPageInfo {
  padding-left: 50px;
  margin-top: 30px;
  max-width: 350px;
}
.conPageInfo p,
.conPageInfo a {
  color: #1f205f;
  font-size: 18px;
  font-weight: var(--fw-medium);
  line-height: 2;
}

.contactPage__right {
  padding-left: 50px;
}

.contactPage__right .form-control {
  border-radius: 0;
}
.contactPage__right .form-control:focus {
  box-shadow: unset;
}
.contactPage__right .colorBgBtn {
  background-color: #030028;
  color: var(--color-white);
  text-transform: uppercase;
}

/* ----------- Noticias page --------- */

.noticesPage {
  margin-top: 80px;
}

.noticesWrap {
  position: relative;
  isolation: isolate;
  margin-bottom: 30px;
}
.noticesWrap .blogImage {
  width: 100%;
  height: 100%;
}
.noticesWrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.noticesWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: -1;
}

.noticesWrap .overlayInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.noticesWrap .overlayInfo p {
  color: var(--color-white);
  font-weight: var(--fw-medium);
}
.noticesWrap .overlayInfo .hoverBtn {
  display: none;
}
.noticesWrap:hover .overlayInfo .hoverBtn {
  display: block;
}
.noticesPageSingle {
  margin-top: 80px;
}

.noticesPageSingle__left {
  position: sticky;
  left: 0;
  top: 30px;
}
.noticesPageSingle__left .heading {
  margin-top: 0;
}

.noticesPageSingle__right p {
  color: #868687;
}
.noticiasWrap.singleNotePage {
  margin-bottom: 50px;
}
.noticiasWrap.singleNotePage .noticiasWrap__left {
  margin-left: 0;
  height: 100%;
}
.noticiasWrap__left p {
  color: #868687;
}

.parciWrap .heading {
  margin-top: unset;
}

.parciWrap__inner {
  margin-top: 80px;
}
.parciWrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

.parciWrap__icon {
  border: 1px solid #868687;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.parciWrap__icon img {
  width: 250px;
}

.clientesWrap {
  margin-top: 80px;
}

.clientesWrap__right {
  background-color: var(--color-blue);
  padding: 40px;
}
.clientesWrap__right h4 {
  font-size: 34px;
  color: var(--color-white);
  font-weight: var(--fw-medium);
  margin-bottom: 40px;
}
.clientesWrap__right p {
  color: var(--color-white);
}

.clientesWrap__left img {
  width: 100%;
  height: 660px;
  object-fit: cover;
}

.clientPart .heading {
  margin-top: 0;
}
.clientPart {
  margin-top: 80px;
}
.clientWrap {
  display: flex;
  margin-inline: auto;
  margin-top: 40px;
}
.panel {
  background-size: cover;
  background-position: center;
  height: 86vh;
  flex: 0.5;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  transition: flex 0.3s ease-in-out;

  flex: 0.5 1 0%;
  overflow: hidden;
}
.chalbeFull {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px;
}

.panel.active .numro h5 {
  color: var(--color-white);
  font-size: 23px;
  font-weight: var(--fw-medium);
}
.panel.active h3 {
  color: var(--color-white);
  font-size: 23px;
  margin-bottom: 30px;
  font-weight: var(--fw-medium);
  transition: font-size 0.3s ease-in 0.3s;
}
.panel.active {
  flex: 5;
}
.panel .detailInfoPanel {
  display: none;
}
.panel.active .detailInfoPanel {
  display: block;
}
.panel.active .panelShowText {
  display: unset;
  position: static; /* back to normal flow */
  transform: none; /* remove translate/rotate */
  width: 100%; /* span full panel width */
  white-space: normal; /* allow wrapping */
  gap: 16px;
  pointer-events: auto;
}
.panel .panelShowText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap; /* keep short in collapsed state */
  pointer-events: none; /* avoid stealing clicks */
}
.panel .panelShowText h3 {
  font-size: 16px;
}

/*  About us page */
.aboutPageTop {
  margin-top: 50px;
}
.aboutPageTop__left {
  position: relative;
}
.aboutPageTop__left--info {
  background-color: var(--color-blue);
  text-align: center;
  padding-block: 30px;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 220px;
}

.aboutPageTop__left--info img {
  width: 40px;
}

.aboutPageTop__left--info .ano h3 {
  color: var(--color-white);
  font-size: 60px;
  font-weight: var(--fw-bold);
  padding-top: 30px;
}
.aboutPageTop__left--info .ano h5 {
  color: var(--color-white);
  font-size: 17px;
  font-weight: var(--fw-regular);
  padding-top: 30px;
  text-transform: uppercase;
}

.aboutPageTop__right--info {
  padding-left: 15%;
  margin-top: 40px;
}

.aboutPageTop__right--info p {
  color: #868687;
}

/* Group Button */
.groupOfBtn {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.groupOfBtn a {
  border-radius: 7px;
  padding: 8px 20px;
  transition: all 0.3s linear;
}
.groupOfBtn .lojaBtn {
  background-color: #f0f0f2;
  color: var(--color-black);
}

.groupOfBtn .eutaBluebtn {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.groupOfBtn .eutaBluebtn:hover {
  opacity: 0.7;
}

/* missionVison */

.missionVison {
  margin-top: 120px;
}
.linewala {
  border-top: 1px solid #dbdbdd;
  border-bottom: 1px solid #dbdbdd;
  padding-top: 40px;
}

.mVcard {
  border: 1px solid #868687;
  padding: 30px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.mVcard h4 {
  background-color: var(--color-blue);
  font-weight: var(--fw-regular);
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  padding: 8px 40px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.mVcard p {
  color: #868687;
  margin-bottom: 0;
}
.mVcard:hover {
  background-color: var(--color-blue);
}
.mVcard:hover h4 {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.mVcard:hover p {
  color: var(--color-white);
}

.someMargin-bttm {
  margin-bottom: 60px;
}

/* services accordtion */
/* services accordtion */
.servicosToggle {
  margin-top: 70px;
  margin-bottom: 70px;
}

.servicosToggle__item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 3px solid #dbdbdd;
  padding-top: 30px;
  cursor: pointer;
  padding-bottom: 20px;
}
.servicosToggle__item .item__head {
  flex: 1;
}
.servicosToggle__item .item__head h3 {
  font-size: 16px;
  color: #030028;
  font-weight: var(--fw-semiBold);
}

/* animate open/close of the whole detail block */
.servicosToggle__item .item__detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex: 2;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}
.servicosToggle__item.is-open .item__detail {
  max-height: 1000px; /* big enough for content */
  opacity: 1;
  margin-top: 8px;
}

.servicosToggle__item .item__detail .item__images {
  flex: 1;
}
.servicosToggle__item .item__detail .item__images img {
  width: 100%;
  height: inherit;
}
.servicosToggle__item .item__detail .showHide {
  flex: 1;
}
.servicosToggle__item .item__detail .showHide p {
  color: #868687;
  font-size: 14px;
}

/* icon */
.togalIcon .toggleIcon {
  color: var(--color-blue);
  font-size: 22px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  border: 1px solid var(--color-blue);
  display: grid;
  place-items: center;
}

/* make only header & icon feel clickable (optional) */
.servicosToggle__item *:where(a, .lojaBtn) {
  cursor: auto;
}

.belorani {
  margin-bottom: 80px;
}
.belorani__left {
  height: 549px;
  background-color: #040028;
  background-image: url(../images/techobg.png);
  background-size: cover;
  padding-inline: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.belorani__left .heading {
  margin-top: 0;
  color: var(--color-white);
}

.belorani__right {
  height: 549px;
  overflow: hidden;
}
.belorani__right img {
  width: 100%;
  height: 549px;
  object-fit: cover;
}

.servicesTop {
  margin-top: 40px;
}
