
body{
    background-color: #f5f9fe;
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;

}


::-webkit-scrollbar {
  display: none;
}

a {
  all: unset;
  cursor: pointer;
}


.hero
{
  background-image: url('/images/banner-principal.avif');
  background-size: cover;
  background-position: center;
  height: 875px;
  width:100%;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  border-radius: 0px 0px 35px 35px ;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .container
{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    height:100%;
    width:1200px;
}

.hero .container .ctn-text
{
    position:absolute;
    left:10px;
    width:600px;
    display:flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.hero .container .ctn-text h1
{
    font-size: 48px;
    text-transform: uppercase;
    margin:0;
    padding:0;
    text-align: left;
    line-height: 72px;
    font-family: 'Montserrat', sans-serif;
}

.hero .container .ctn-text button {
  font-size: 16px;
  color: #FFF;
  background: linear-gradient(to right, #FF8E30 0%, #FE5A00 100%);
  border: none;
  border-radius: 50px;
  padding: 12px 52px;
  margin-top:30px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.hero .container .ctn-text p{
  margin-top: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size:16.2px;
}

.hero .container .ctn-text h1 spam
{
    color:#FF8E30;
}

.hero .container .cnt-info {
    position:absolute;
    font-size: 24.2px;
    color: #FFF;
    background: linear-gradient(to right, #FF8E30 0%, #FF4D00 100%);
    border: none;
    border-radius: 15px;
    padding: 28px 100px;
    width:516px;
    font-family: 'Montserrat', sans-serif;
    transition: opacity 0.3s ease;
    bottom:-48px;
    box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.25);
}

.hero .container .cnt-info spam{
  font-weight: 600;
}

.container-menu
{
    width:100%;
    height:92px;
    position:absolute;
    top:0;
    background-color: rgba(0, 0, 0, 0.55);
    display:flex;
    justify-content: center;
    align-items: center;
}

.container-menu .controls
{
    width:1200px;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.container-menu .controls .logo
{
    width:220px;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-menu .controls .logo img
{
    width:100%;
}



.container-menu .controls .menu-mobile
{
    margin-right: 33px;
    margin-right: 33px;
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge antigo */
}

.container-menu .controls .menu-mobile .backlite-menu
{
    
    position: fixed;
    height:1000px;
    width:100%;
    right:0;
    top:0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
}

.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu
{
    width:calc(100% - 60px);
    height:350px;
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(153deg, #FF8E30 16.99%, #FF6301 77.44%);
    box-shadow: 0px 4px 66.2px 0px rgba(0, 0, 0, 0.06);
    padding:30px;
}




.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu ul {
  list-style: none;      /* remove os marcadores (bolinhas) */
  margin: 0;             /* remove margens padrão */
  padding: 0;            /* remove espaçamento interno padrão */
  margin-top:60px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu li {
  margin: 0;
  padding: 0;
  font: inherit;         /* herda fonte do pai */
  color: inherit;        /* herda cor do texto */
  background: none;      /* remove fundo */
  border: none;          /* remove bordas */
  padding:8px;
}

.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu a {
  all: unset;
  cursor: pointer;
}

.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu button {
    display: flex;
    width: 200px;
    padding: 9px 48px 11px 45px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #000;
    color:#FFF;
    border:none;
    margin-top:25px;
    cursor:pointer;
}







.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu .title
{
    display:flex;
    justify-content: space-between;
    height:34px;
    width:100%;
    cursor:pointer;
}

.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu .title .img-control
{
    height:100%;
}

.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu .title .img-control img
{
    width:184px;
    margin-left:2px;
}


.container-menu .controls .menu-mobile .backlite-menu .floating-little-menu .title .btn-close
{
    height:100%;
    margin-right:3px;
}







.container-menu .controls .menu-mobile .btn-sandwich
{
    height:30px;
    width:30px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor:pointer;
    display: none;
}

.container-menu .controls .menu-mobile .btn-sandwich .line
{
    background-color: #000;
    height:4px;
    width:90%;
}


.container-menu .controls .menu
{
    width:calc(100% - 440px);
    height:100%;
    display:flex;
    justify-content: right;
    align-items: center;
}

.container-menu .controls .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-right:60px;
}

.container-menu .controls .menu ul li {
  margin: 0;
  padding: 0;
  padding:10px 20px;
  margin:2px;
  font-size:12px;
  color:#FFF;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}

.container-menu .controls .menu ul li.activated{
  color:orange;
}



.container-menu .controls .login
{
    width:220px;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.container-menu .controls .login button {
  font-size: 12px;
  color: #FFF;
  background: linear-gradient(to right, #FF8E30 0%, #FE5A00 100%);
  border: none;
  border-radius: 20px;
  padding: 10px 67px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}




.vantagens
{
    width: 100%;
    overflow:hidden;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vantagens .block-control
{
    width: 1200px;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vantagens .block-control
{
    margin-top:110px;
    margin-bottom:100px;
    width: 1540px;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vantagens .block-control .text-control
{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.vantagens .block-control .icon-control
{
    margin-bottom:5px;
}

.vantagens .block-control .cards-control
{
    width:100%;
    height:auto;
    margin-top: 35px;
    overflow:hidden;
}


.swiper-container3 .swiper-wrapper .swiper-slide:nth-of-type(4),
.swiper-container3 .swiper-wrapper .swiper-slide:nth-of-type(5),
.swiper-container3 .swiper-wrapper .swiper-slide:nth-of-type(6)
{
    display:none!important;
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide:nth-of-type(4),
.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide:nth-of-type(5),
.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide:nth-of-type(6)
{
    display:none;
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide .card
{
    position: relative;
    overflow: hidden;
    width:453px;
    height:270px;
    border-radius: 25px;
    box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.10);
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide .card .flt
{
    position: relative;
    overflow: hidden;
    width:100px;
    height:270px;
    border-radius: 25px;
    background: linear-gradient(to bottom, #FF8E30 0%, #FE5A00 100%);
}


.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide .card .papper
{
    position: absolute;
    background-color: #FFF;
    width:calc(100% - 60px);
    height:100%;
    right:-25px;
    z-index: 10;
    padding-left:60px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide .card .papper img
{
    margin-left:-10px;
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide .card .papper h3
{
    padding:0px;
    margin: 0px;
    text-transform: uppercase;
    font-size:20px;
    color:#FF8E30;
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide .card .papper h4
{
    padding:0px;
    margin: 0px;
    font-size:20px;
    font-weight: 500;
    margin-top:10px;
    width:80%;
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide .card .papper p
{
    font-size: 15px;
    padding:0px;
    margin: 0px;
    width:calc(100% - 55px);
    line-height: 24px;
    margin-top:10px;
}



.vantagens .block-control .cards-control .swiper-container2 {
    position:relative;
    width: 100%;
    padding: 40px 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.vantagens .block-control .cards-control .swiper-container2 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}



.altfloat
{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    height:5px;
}



.floating-icon4
{
    position: absolute;
    top:-30px;
    width:54px;
    height:52px;
    background: linear-gradient(to bottom, #FF8E30 0%, #FE5A00 100%);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border:8px solid #FFF;
    z-index: 100;
}




.nossos-produtos
{
    position:relative;
    background-image: url('/images/middle-banner.avif');
    background-size: cover;
    background-position: center;
    height: 1332px;
    width:100%;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    border-radius: 35px ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow:hidden;

}


.nossos-produtos .control-dimension
{
    width:1300px;
    height:100%;
    overflow:hidden;
}

.nossos-produtos .control-dimension .part2
{
    width:100%;
    height:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.nossos-produtos .control-dimension .part2 .entendendo-processos
{
    position:relative;
    height:100%;
    width:37%;
    display:flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}

.nossos-produtos .control-dimension .part2 .entendendo-processos .floating-object
{
    position:absolute;
    height:auto;
    width:240px;
    display:flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    right:30px;
}

.nossos-produtos .control-dimension .part2 .entendendo-processos .floating-object h3
{
    font-weight: 500;
    text-align: left;
    margin:0;
    padding:0;
    font-size:36px;
}

.nossos-produtos .control-dimension .part2 .show-video
{
    height:100%;
    width:63%;
    display: flex;
    justify-content: left;
    align-items: center;
}


.nossos-produtos .control-dimension .part2 .show-video .video {
    position: relative; /* ← ESSENCIAL */
    width: 608px;
    height: 434px;
    background-color: #8B8B8B;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.show-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}





.nossos-produtos .control-dimension .part1
{
    width:100%;
    height:50%;
    display:flex;
    overflow:hidden;
}



.nossos-produtos .control-dimension .part1 .conheca-nossos-produtos
{
    position:relative;
    height:100%;
    width:25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nossos-produtos .control-dimension .part1 .conheca-nossos-produtos .float
{
    position:absolute;
    display:flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width:250px;
}

.nossos-produtos .control-dimension .part1 .conheca-nossos-produtos .float .step-one
{
    font-size:48px;
    line-height: 40px;
    text-align: left;
    font-weight: 300;
    margin-top:20px;
}

.nossos-produtos .control-dimension .part1 .conheca-nossos-produtos .float .step-two
{
    font-size:48px;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
    margin-top: 5px;
}


.nossos-produtos .control-dimension .part1 .produtos-floating
{
    height:100%;
    width:75%;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}

.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards
{
    margin-top:104px;
    margin-left:-28px;
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%!important;
    overflow:hidden;
}

.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards .swiper-container3
{
    width:100%!important;
    display:flex;
    justify-content: center;
    align-items: center;
}




.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards .card
{
    margin:1px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:306px;
}

.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards .card .card-mount
{
    display:flex;
}

.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards .card .card-mount .card-icon
{
    display:flex;
    align-items: center;
    justify-content: center;
    padding-left:20px;
}


.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards .card .card-mount .card-text
{
    display:flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding:20px;
    padding-left: 10px;
}


.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards .card .card-mount .card-text h3
{
    margin:0;
    padding:0;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    margin-bottom:6px;
}

.nossos-produtos .control-dimension .part1 .produtos-floating .control-cards .card .card-mount .card-text p
{
    margin:0;
    padding:0;
    text-align: left;
    line-height: 24px;
    font-weight: 200;
}



.nova-experiencia
{
    width:100%;
    height:680px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow:hidden;
}

.nova-experiencia .content-controls
{
    width:100%;
    height: 613px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
}

.nova-experiencia .content-controls .a1
{
    margin-left:-85px;
    margin-top:10px;
}

.nova-experiencia .content-controls .a2
{
    width:675px;
}

.nova-experiencia .content-controls .a2 h2
{
    font-size: 48px;
    font-weight: 500;
    width:500px;
    margin: 0px;
    line-height: 44px;
}

.nova-experiencia .content-controls .a2 h2 spam
{
    color:#FF8E30;
    font-weight: 700;
}

.nova-experiencia .content-controls .a2 p
{
    font-size:20px;
    font-weight: 300;
}

.nova-experiencia .content-controls .a2 p spam
{
    font-weight: 500;
}

.nova-experiencia .content-controls .a2 .block p 
{
    font-size: 13px;
    font-weight: 400;
    color:rgba(0,0,0,0.6);
    width:468px;
    margin-bottom: 30px;
}

.nova-experiencia .content-controls .a2 .block h3
{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    margin:0;
    padding:0;
}

.nova-experiencia .content-controls .a2 .block h3 spam
{
    color:#6B6B6B;
}

.nova-experiencia .content-controls .a2 .block h3 img
{
    margin-right:15px;
}

.nova-experiencia .btn-control button
{
    background: linear-gradient(to right, #FF8E30 0%, #FF4D00 100%);
    border:none;
    padding:18px;
    width:490px;
    color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 30px;
}





.o-que-e-rfid
{
    margin-top:10px;
    width:100%;
    height:733px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    
}

.o-que-e-rfid .orange-container
{
    position:relative;
    width:1244px;
    height:615px;
    background: linear-gradient(45deg, #BC5500 0%, #FF8E30 100%);
    border-radius:28px;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:0px 77px;
}

.o-que-e-rfid .orange-container .floating-icon
{
    position:absolute;
    top:-34px;
    left:106px;
    background-color: #000;
    width:52px;
    height:49px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:8px solid #F3F7FC;
}

.o-que-e-rfid .orange-container .img-controls
{
    display:flex;
    justify-content: center;
    align-items: start;
}


.o-que-e-rfid .orange-container .content
{
    width:100%;
}

.o-que-e-rfid .orange-container .content h2
{
    font-size:48px;
    font-weight: 600;
    margin:0;
    margin-bottom:20px;
    color:#FFF;
}

.o-que-e-rfid .orange-container .content p
{
    color:#FFF;
    font-weight: 200;
    line-height: 25px;
    margin-bottom:30px;
    font-size: 15px;
    padding-right:15px;
}

.o-que-e-rfid .orange-container .content spam
{
    font-weight: 600;
    font-size:15px;
}

.o-que-e-rfid .orange-container .content a
{
    color: #000;
}





.alem-do-codigo-de-barras
{
    position:relative;
    width:100%;
    height:809px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}

.alem-do-codigo-de-barras .image-controls
{
    margin-right:770px;
}

.alem-do-codigo-de-barras .text-controls
{
    position:absolute;
    width:731px;
    height:100%;
    margin-left:730px;
    margin-bottom: 30px;
    display:flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.alem-do-codigo-de-barras .text-controls h2
{
    font-size:32px;
    font-weight: 500;
    margin:0;
    width:80%;
    line-height: 43px;
    margin:0;
    margin-bottom: 28px;
}

.alem-do-codigo-de-barras .text-controls h2 spam
{
    color: #FF8E30;
    font-weight: 700;
}

.alem-do-codigo-de-barras .text-controls h2 strong
{
    font-weight: 700;
}

.alem-do-codigo-de-barras .text-controls h3
{
    font-weight: 500;
    color: #575454;
    margin: 0;
    font-size: 20px;
}

.alem-do-codigo-de-barras .text-controls p
{
    font-size: 13px;
    width:64%;
    color: #6B6B6B; 
    margin-bottom: 30px;
}



.principais-seguimentos-de-mercado
{
    display: flex;
    height: 713px;
    width:calc(100% - 20px);
    overflow: hidden;
    padding: 39px 10px 10px 10px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
    align-self: stretch;
    overflow:hidden;
}

.principais-seguimentos-de-mercado .title
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.principais-seguimentos-de-mercado .title h2
{
    margin:0;
    top:70px;
    width:950px;
    position:absolute;
    text-align: center;
}



.principais-seguimentos-de-mercado .swiper-container {
    position:relative;
    width: 100%;
    padding: 40px 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide .card {
    width:349px;
    height: 270px;
    border-radius: 25px;
    border-left: 24px solid #000;
    background: url('/images/background-card.avif') lightgray 50% / cover no-repeat;
    box-shadow: 0px 46px 51.8px 0px rgba(0, 0, 0, 0.19);
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding:0px 40px;
}







.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide .card h3{
    width: 321px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 115% */
    margin:0;
    margin-bottom:7px;
}

.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide .card button {
    display: flex;
    width: 153px;
    height: 33px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 33px;
    background: #000;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    border:none;
    cursor:pointer;
}

.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide .card p {
    width: 350px;
    flex-shrink: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin:0;
    margin-bottom:10px;
}

.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide .card img
{
    margin-left:-10px;
}




/* Activated */
.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide-active .card
{
    width:374px;
    height: 343px;
    border-radius: 25px;
    border-left: 41px solid #000;
    background: url('/images/background-card.avif') lightgray 50% / cover no-repeat;
    box-shadow: 0px 46px 51.8px 0px rgba(0, 0, 0, 0.19);
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding:0px 80px;
}


.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide-active .card img
{
    display:none;
}


.principais-seguimentos-de-mercado .swiper-container .swiper-wrapper .swiper-slide-active .card h3
{
    width: 321px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin:0;
    margin-bottom:20px;
}

.principais-seguimentos-de-mercado .mais-seguimentos
{
    display: flex;
    padding: 13px 139px 13px 140px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #000;
    border:none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top:50px;
    cursor:pointer;
}

.swiper-pagination2
{
    display: flex;
    justify-content: center;
}

.swiper-pagination
{
    margin-bottom: -34px!important;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #6F6F6F;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.swiper-pagination-bullet-active {
  width: 28px;
  height: 11px;
  border-radius: 10px;
  background-color: #ff8e30;
}



.mapa
{
    position:relative;
    width: 100%;
    height:894px;
    background-image: url('/images/background-mapa.svg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}


.mapa .img-map
{
    position:relative;
    height:100%;
    width:50%;
    display:flex;
    justify-content: right;
    align-items: center;
}

.mapa .img-map img
{
    position:absolute;
    top:101px;
    right:-247px;
}

.mapa .text-container
{
    height:100%;
    width:50%;
    display:flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-left: 115px;
}


.mapa .text-container .floating-object
{
    width:520px;
    margin-top:-20px;
    margin-left:-1px;
}

.mapa .text-container .floating-object h2
{
    width: 431px;
    height: 77px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 50px;
}

.mapa .text-container .floating-object p
{
    width: 431px;
    height: 77px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:8px;
}


.mapa .text-container .floating-object .checkers
{
    width: 431px;
    height: 149px;
    flex-shrink: 0;
    margin-bottom:40px;
}

.mapa .text-container .floating-object .checkers h3
{
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin:0;
}

.mapa .text-container .floating-object .checkers h3 img
{
    margin-right:7px;
}


.mapa .text-container .floating-object .last-txt
{
    display: flex;
    width: 437px;
    height: 156px;
    padding: 10px 35px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #FFF;
}

.mapa .text-container .floating-object .last-words h3
{
    font-weight: 600;
    width:300px;
    font-size:20px;
}

.mapa .text-container .floating-object .last-words p
{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width:410px;
}


/* ───────────  BASE (≥ 1280 px)  ─────────── */
.site-footer {
  background: #171717;
  color: #cfcfcf;
  font-size: 14px;
  padding: 60px 20px 40px;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
  align-items: center;
}

.footer-brand img {
  width: 160px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex: 1;
}

.footer-column {
  min-width: 150px;
}

.footer-column h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin: 6px 0;
}

.footer-column ul li a {
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-social a img {
  height: 20px;
  margin: 0 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  font-size: 13px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy p {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
}





.clickTop
{
    position:fixed;
    width:20px;
    height:20px;
    background-color: #000;
    right:30px;
    bottom:30px;
    border-radius: 50%;
    padding:10px;
    border:5px solid #FFF;
    box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.2);
    cursor:pointer;
    display:none;
    z-index:999;
}

.clickTop img
{
    height:100%;
    
}


























/* Quem Somos */



.qs-hero
{
  height: 320px;
  width:100%;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  border-radius: 0px 0px 35px 35px ;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
}

.qs-hero .container
{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    height:100%;
    width:1200px;
}

.qs-hero .container h1
{
    margin:0;
    padding: 0;
    text-transform: uppercase;
    margin-top:92px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; 
}


.qs-first-section
{
  height: 680px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qs-first-section .container
{
    height:100%;
    width:1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qs-first-section .container .a1
{
    position:relative;
    height:100%;
    width:65%;
}

.qs-first-section .container .a1 .img-control
{
    position: absolute;
    height:100%;
    margin-left:-278px;
    margin-top:-6px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.qs-first-section .container .a1 .img-control img
{
    width:100%;
}

.qs-first-section .container .a2
{
    width:35%;
    margin-top: -32px;
    margin-left: -10px;
}

.qs-first-section .container .a2 h2
{
    font-size: 32px;
    margin:0;
    padding:0;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 37px;
}

.qs-first-section .container .a2 h2 strong
{
    color:#FF701A;
    font-weight: 800;
}


.qs-first-section .container .a2 p
{
    color: #171717;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    width:408px;
}

.qs-first-section .container .a2 p strong
{
    font-weight: 700;
}


.qs-second-section
{
  height: 471px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: url('/images/middle-banner.avif') lightgray 50% / cover no-repeat;
  margin-top:-7px;
}



.qs-second-section .container
{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    width:1240px;
    margin-top:60px;
}


.qs-second-section .container .card
{
    width:323px;
    height:321px;
}


.qs-second-section .container .card .img-control
{
    display: flex;
    justify-content: start;
    align-items: center;
    margin:0;
    padding:0;
    width:33.5px;
    height:33.5px;
}

.qs-second-section .container .card h3
{
    margin:0;
    padding:0;
    color:#FFF;
    font-size:24px;
    font-weight: 500;
    margin-top:5px;
}


.qs-second-section .container .card p
{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    padding:0;
    margin:0;
}

.qs-second-section .container .card ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.qs-second-section .container .card ul li {
  margin: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}


.altfloat2
{
    position:absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.floating-icon2
{
    position: absolute;
    top:-140px;
    right:40px;
    width:54px;
    height:52px;
    background: linear-gradient(to bottom, #FF8E30 0%, #FE5A00 100%);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border:8px solid #FFF;
    z-index: 100;
}

.floating-icon3
{
    position:absolute;
    bottom:-80px;
    left:60px;
    background-color: #000;
    width:52px;
    height:49px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:8px solid #F3F7FC;
}


.perguntas-frequentes
{
    width:100%;
    display: flex;
    justify-content: center;   
    align-items: center;
    height:auto;
    border-radius: 50px 50px 0px 0px;
    background: #EAEEF4;
}

.perguntas-frequentes .container
{
    width:1200px;
    min-height:547px;
    height:auto;
    display: flex;
    justify-content: center;   
    align-items: center;
    flex-direction: column;
}


.perguntas-frequentes .container .a1
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.perguntas-frequentes .container .a1 h2
{
    margin:0;
    padding:0;
    text-transform: uppercase;
}


.perguntas-frequentes .container .a2
{
    display: flex;
    justify-content: center;   
    align-items: center;
    height:100%;
    margin-top:60px;
}


.perguntas-frequentes .container .a2 .perguntas
{
    width:100%;
    max-width:598px;
    height:auto;
}


.perguntas-frequentes .container .a2 .perguntas .pergunta {
    width:100%;
    max-width: 524px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge antigo */
    transition: all 0.3s;
}




.perguntas-frequentes .container .a2 .perguntas .pergunta h3
{
    width:524px;
    margin:0;
    padding:0;
    display: flex;
    font-weight: 400;
    font-size: 20px;
    margin-top:20px;
}

.perguntas-frequentes .container .a2 .perguntas .pergunta h3 img
{
    margin-right:10px;transition: all 0.3s;
}

.perguntas-frequentes .container .a2 .perguntas .pergunta p
{
    display:none;
    width:calc(100% - 80px);
    margin:0;
    padding:0;
    font-size: 14px;
    padding:40px;
}

.perguntas-frequentes .container .a2 .contato
{
    display: flex;
    width: 483px;
    height: 270px;
    padding: 19px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    border-radius: 21px;
    background: #161616;
}

.perguntas-frequentes .container .a2 .contato .visual
{
    display: flex;
    width: 238px;
    height: 39px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    border-left: 14px solid #FFF;
    font-size:16px;
    font-weight: 500;
    background: linear-gradient(90deg, #FF8E30 0%, #FF4F02 100%);
}


.perguntas-frequentes .container .a2 .contato button
{
    display: flex;
    width: 207px;
    height: 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 43px;
    background: #FFF;
    border:none;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; 
    cursor:pointer;
}




.perguntas-frequentes .container .a2 .contato .th
{
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 16px;
    margin-top:5px;
}

.perguntas-frequentes .container .a2 .contato .th spam
{
    color: #FF8E30;
}

.perguntas-frequentes .container .a2 .contato .divcall
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 313px;
    height: 70px;
    gap: 7px;
    flex-shrink: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #3C3C3C 0%, #202020 100%);
    margin-top:10px;
}

.perguntas-frequentes .container .a2 .contato .divcall .telefone
{
    height:100%;
}



.perguntas-frequentes .container .a2 .contato .divcall .telefone .a1s
{
    font-size: 14px;
    color:#FFFFFF;
    margin:0;
    padding:0;
    margin-top:10px;
}

.perguntas-frequentes .container .a2 .contato .divcall .telefone .a2s
{
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    margin:0;
    padding:0;
    margin-top:5px;
}

.perguntas-frequentes .container .a2 .contato .divcall .telefone .a2s spam
{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top:15px;
    margin-right: 5px;
}














/* Segmentos */


.s-hero {
  height: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  border-radius: 0px 0px 35px 35px;
  background: url('/images/background-card.avif') no-repeat center center;
  background-size: cover;
}


.s-hero .container
{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    height:100%;
    width:1200px;
}

.s-hero .container h1
{
    margin:0;
    padding: 0;
    text-transform: uppercase;
    margin-top:92px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; 
}


.segmentos
{
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
}

.segmentos .bloco
{
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin-top:30px;
}

.segmentos .bloco .bloco_img
{
    position:relative;
    height:343px;
    width:575px;
}

.segmentos .bloco .block-title
{
    position:absolute;
    display: flex;
    height: 43px;
    width:236px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 15px 15px 0px;
    background: #FF4F02;
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    top:26px;
    text-align: center;
}

.segmentos .bloco .bloco_img img
{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 25px;
}

.segmentos .bloco .bloco_txt
{
    height:343px;
    width:575px;
    display:flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-left:65px;
}


.segmentos .bloco .bloco_txt img
{
    margin-left: -10px;
}

.segmentos .bloco .bloco_txt p
{
    margin:0;
    margin-bottom:20px;
    color: #171717;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    width:350px;
}


.segmentos .bloco .bloco_txt button
{
    display: flex;
    width: 186px;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 39px;
    background: #FF4F02;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; 
    border:none;
    cursor: pointer;
}


.segmentos .bloco:nth-child(even) {
    flex-direction: row-reverse;
}

.segmentos .bloco .bloco_txt {
    padding-left: 65px;
    padding-right: 0;
}

.segmentos .bloco:nth-child(even) .bloco_txt {
    display:flex;
    align-items: end;
}

.segmentos .bloco:nth-child(even) .bloco_txt div {
    padding-right: 65px;
}











































/* Clientes */

.blackmenu
{
    background-color: #222222;
}


.c-hero
{
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-hero .container
{
    width:1200px;
    height:650px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:85px;
    
}


.c-hero .container .box-control
{
    margin-left:140px;
}






.c-hero .container .hero-title-control
{
    position:relative;
    margin-top:-220px;
    
}


.c-hero .container .hero-title-control .title
{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size:36px;
    margin-bottom:10px;
}



.c-hero .container .hero-title-control .title img
{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right:15px;
}

.c-hero .container .hero-title-control h1
{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size:36px;
    text-transform: uppercase;
    margin:0;
}

.c-hero .container .hero-title-control p
{
    position:absolute;
    height: 225px;
    width:470px;
    flex-shrink: 0;
    align-self: stretch;
    color: #555;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}



.section-donna-carioca
{
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 70px;
    flex-shrink: 0;
    border-radius: 35px 35px 0px 0px;
    background: #222;
}

.section-donna-carioca .container
{
    position: relative;
    width:1200px;
    height:1141px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 70px;
    flex-shrink: 0;
    border-radius: 35px 35px 0px 0px;
    background: #222;
}


.section-donna-carioca .container .div1
{
    height:400px;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.section-donna-carioca .container .div1 .a1
{
    height:400px;
    width:470px;
}

.section-donna-carioca .container .div1 .a1 h2
{
    margin:0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.section-donna-carioca .container .div1 .a1 p
{
    color: #888;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width:calc(100% - 5px);
}

.section-donna-carioca .container .div1 .a2
{
    height:400px;
    width:calc(100% - 470px);
    display:flex;
    justify-content: center;
    align-items: center;
}

.section-donna-carioca .container .div1 .a2 .img-controls
{
    height:400px;
    width:447px;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px 0px 0px 18px;
}

.section-donna-carioca .container .div1 .a2 .img-controls img
{
    width:100%;
}

.section-donna-carioca .container .div1 .a2 .video-controls
{
    height:398px;
    width:196px;
    overflow: hidden;
    border-radius: 0px 18px 18px 0px;
    margin-left:5px;
}

.section-donna-carioca .container .div1 .a2 .video-controls video
{
    height:100%;
}


.section-donna-carioca .container .div2 {
  width: 100%;
  display: grid;
  grid-template-columns: 647px 1fr;
  gap: 30px;
  align-items: center;
  border-radius: 18px;
  background-color: transparent;
}

.section-donna-carioca .container .div2 .container-imgs {
  display: grid;
  grid-template-columns: 447px 196px;
  gap: 5px;
  height: 400px;
}

.section-donna-carioca .container .div2 .container-imgs .first-big {
  height: 100%;
  overflow: hidden;
  border-radius: 18px 0 0 18px;
  position: relative;
}

.section-donna-carioca .container .div2 .container-imgs .first-big img {
  width: 140%; /* Zoom */
  height: 140%;
  object-fit: cover;
  transform: translate(0%, 0%); /* Move a imagem */
}


.section-donna-carioca .container .div2 .container-imgs .last-two {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  height: 100%;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
}

.section-donna-carioca .container .div2 .container-imgs .last-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.section-donna-carioca .container .div2 .container-txt {
    height: 100%;
    width: 100%;
    color: #888;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    position:relative;
}


.section-donna-carioca .container .div2 .container-txt spam{
    position:absolute;
    bottom:0;
    right:0;
}


.floating-icon5
{
    position: absolute;
    top:-35px;
    left:0px;
    width:54px;
    height:52px;
    background: linear-gradient(to bottom, #FF8E30 0%, #FE5A00 100%);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border:8px solid #FFF;
    z-index: 100;
}






/* O que é RFID */


.section_one
{
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:40px;
}

.section_one .div_img
{
    width: 586px;
    height: 457px;
}

.section_one .div_img img
{
    width:100%;
}

.section_one .div_img2
{
    width: 100%;
    max-width: 820px;
    padding:20px 0px;
}

.section_one .div_img2 img
{
    width:100%;
}

.section_one .text-controls
{
    width: 586px;
    height: 457px;
    margin-left:60px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-top: 70px;
}


.section_one .text-controls p
{
    color: #171717;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */

}


.section_two
{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:40px;
    flex-direction: column;
}

.section_two p
{
    width:100%;
    max-width:820px;
    color: #171717;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
}



.section_three
{
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:40px;
}

.section_three .div_img
{
    width: 586px;
    height: 457px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_three .div_img img
{
    width:100%;
}

.section_three .text-controls
{
    width: 586px;
    height: 457px;
    margin-right:60px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}


.section_three .text-controls p
{
    color: #171717;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */

}













/* Segmento */

.seg-hero
{
  height: 320px;
  width:100%;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  border-radius: 0px 0px 35px 35px ;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
}

.seg-hero .container
{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    height:100%;
    width:1200px;
}

.seg-hero .container h1
{
    margin:0;
    padding: 0;
    text-transform: uppercase;
    margin-top:92px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; 
}