* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 0.7vw;
}

p {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat";
    line-height: 1.2;
}

.content-body {
    margin-top: 4.17vw;
    padding: 0 9.5vw;
    display: flex;
    flex-direction: column;
    gap: 4.17vw;
}

/* INICIO HEADER */

.logo {
    max-width: none;
    width: 7.8vw;
}

.header-area {
    border-bottom: 2px solid #F3F5F9;
}

.header-area,
.header-area .main-header-area.sticky {
    position: relative;
}

.classy-nav-container {
    background-color: #FFFFFF;
    padding: 0;
}

.navbarToggler {
    width: 4vw;
    height: 2.5vw;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.navbarToggler span {
    height: 0.5vw !important;
    margin: 0 !important;
    width: auto !important;
}

.classy-nav-container .classy-navbar {
    height: 5.21vw;
    padding: 0 calc(9.5% - 0.8vw) 0 9.5%;
}

.breakpoint-on .classy-navbar .classy-menu {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: -16.15vw;
    z-index: 1000;
    width: 15.63vw;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

.classy-nav-container .classy-navbar .classynav ul li a {
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 0.8vw;
    text-transform: initial;
    color: #032a74;
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
    color: #001949;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 0.8vw;
    text-transform: initial;
    height: 2.19vw;
    line-height: 2.19vw;
    padding: 0 1.56vw;
}

.classynav ul li ul li.has-down>a::after {
    top: 35px;
    right: 0;
}

#nav li a {
    position: relative;
    text-decoration: none;
    padding-bottom: 0.3125rem;
    transition: all 0.3s ease-in-out;
}

#nav li a img {
    width: 13px;
    margin-left: 5px;
}

#nav li a:focus-visible {
    outline: 2px solid #001949;
    outline-offset: 2px;
    border-radius: 1.15vw;
}

#nav li a.active {
    font-weight: 500;
}

#nav li a::after {
    content: "";
    display: block;
    width: 80%;
    height: 0.05vw;
    background-color: #001949;
    position: absolute;
    bottom: 0.10vw;
    left: 50%;
    transform: translateX(-50%);

    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#nav li a:hover::after,
#nav li a.active::after {
    opacity: 1;
}

ul#nav li {
    padding: 0 0 0 0.52vw;
}

a.testing-btn.btn-2 {
    border-radius: 1.92vw;
    color: #FFFFFF;
    box-shadow: 0px 0.24vw 2.50vw 0px rgba(131, 143, 158, 0.92);
    border: none;
    cursor: pointer;
    text-align: center;
    background: #C40109;
    height: 1.7vw;
    width: 12vw;
    padding: 0;
    display: flex;
}

.testing-btn.btn-2 {
    background-color: #001949;
    color: #ffffff !important;
    border-radius: 20px;
    font-size: 0.75vw;
    cursor: pointer;
}

.testing-btn.btn-2:focus,
.testing-btn.btn-2:hover {
    background-color: #002E6C;
    color: #ffffff !important;
    box-shadow: 0px 0px 28.6px 0px #0462C1B8;
}

.dropdown ul.submenu {
    list-style-type: disc !important;
}

.dropdown .submenu li::before {
    color: #001949;
    font-size: 16px;
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #001949;
    border-radius: 50%;
}

/* FIM HEADER */

/* INICIO SECTION BANNER */
.welcome-background {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.welcome-text {
    display: flex;
    flex-direction: row;
    gap: 11vw;
}

.text-area {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    justify-content: space-around;
    gap: 1.6vw;
}

.welcome-background h1 {
    background: linear-gradient(300.42deg, #004BAB 30.16%, #001F49 90.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 1.9vw;
    margin: 0;
    margin-bottom: 1.6vw;
    position: relative;
    text-align: left;
    /* width: 21vw; */
    width: fit-content;
}

.welcome-text p {
    color: #1E1E1E !important;
    font-weight: 400;
    font-size: 1.1vw;
    width: 92%;
    line-height: normal;
}

.inscription-text p br:nth-child(1),
.inscription-text p br:nth-child(3),
.inscription-text p br:nth-child(4) {
    display: none;
}

.img-assinatura-mobile {
    display: none !important;
}

.btn-automacao {
    width: 15.3vw;
    height: 2.5vw;
    display: flex;
    border-radius: 1.92vw;
    color: #FFFFFF !important;
    box-shadow: 0px 3.45px 33.13px 0px #0479EEA8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 0.9vw;
    line-height: 107%;
    border: none;
    cursor: pointer;
    background: #054697;
    transition-duration: 500ms !important;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.btn-automacao:hover,
.btn-automacao:active,
.btn-automacao:focus {
    background: #002E6C !important;
    box-shadow: 0px 0px 65px 4px #01478EBF;
    color: #FFFFFF !important;
    outline: none;
    text-decoration: none;
}

.container-video {
    margin: 0 auto;
    width: 100%;
}

.video-iframe {
    position: relative;
    display: flex;
    width: 33vw;
    margin: 0 auto;
}

.video-iframe iframe {
    border-radius: 1.5vw;
    height: 17.7vw;
    width: 31.25vw;
}

/* FIM SECTION BANNER */

/* INICIO SECTION INSCRIÃƒâ€¡ÃƒÆ’O */
.inscription-section {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.inscription-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    flex-direction: row;
    width: 100%;
    border: 1px solid #8598B4;
    border-radius: 2vw;
    padding: 1.25vw 5%;
    gap: 0.8vw;
    height: 5.8vw;
}

.inscription-button img {
    display: block;
    width: 3vw;
}

.inscription-button .inverse-img {
    display: none;
}

.inscription-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.inscription-text p {
    text-align: left;
    line-height: normal;
    font-size: 1vw;
    font-weight: 600;
    color: #8598B4;
}

.btn-assinatura {
    display: flex;
    box-shadow: 0 4px 11px #8598b47a;
    border: 1px solid #8598B4;
    border-radius: 0.8vw;
    align-items: center;
    font-size: 0.75vw;
    font-weight: 600;
    color: #8598B4;
    /* padding: 1vw 1.6vw; */
    text-wrap: nowrap;
    width: 13.3vw;
    height: 3.3vw;
    justify-content: center;
    transition: background 0.3s ease;
}

.img-assinatura-mobile,
.btn-assinatura .img-assinatura-desktop-hover {
    display: none !important;
}

.btn-assinatura:hover,
.btn-assinatura:active {
    color: #FFFFFF;
    background: #8598B4;
}

.btn-assinatura:hover .img-assinatura-desktop {
    display: none !important;
}

.btn-assinatura:hover .img-assinatura-desktop-hover {
    display: inline !important;
}

.btn-assinatura img {
    width: 1.3vw;
    height: auto;
    margin-right: 10px;
}

.img-assinatura-desktop-hover {
    display: none !important;
}

.btn-assinatura:hover,
.btn-assinatura:active {
    color: #FFFFFF;
    background: #8598B4;
}

.btn-assinatura:hover .img-assinatura-desktop {
  display: none !important;
}

.btn-assinatura:hover .img-assinatura-desktop-hover {
  display: inline !important;
}
/* FIM SECTION INSCRIÃƒâ€¡ÃƒÆ’O */

/* INICIO SECTION BENEFICIOS */

.beneficios-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 60px;
}

.beneficios-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
}

.metologia-container {
    display: none;
}

.beneficios-container img:last-of-type {
    display: none !important;
}

.beneficios-section h1 {
    background: linear-gradient(300.42deg, #004BAB 45.16%, #001F49 70.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 1.7vw;
    text-align: center;
}

.beneficios-section p {
    color: #1E1E1E;
    font-size: 0.95vw;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

.container-solicitar-poc {
    width: 55%;
    border: 1px solid #8598B4;
    border-radius: 1.81vw;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 2vw 1.6vw;
    margin: 0 auto;
    gap: 0.8vw;
}

.container-solicitar-poc h3 {
    text-align: center;
    font-size: 1.38vw;
    text-transform: uppercase;
}

.container-solicitar-poc p {
    width: 100%;
    text-align: center !important;
    color: #1E1E1E;
    font-size: 0.95vw;
    font-weight: 400;
    line-height: normal;
}

.btn-beneficios {
    border-radius: 50vw;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 1vw;
    line-height: 107%;
    border: none;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(300.42deg, #004BAB 5.16%, #001F49 65.7%);
    transition-duration: 500ms !important;
    /* padding: 0.67vw 3.33vw; */
    width: 17vw;
    height: 2.7vw;
    display: flex;
    align-items: center;
    box-shadow: 2px 3px 10px 3px rgb(4 98 193 / 35%);
    justify-content: center;
}

.btn-beneficios:hover,
.btn-beneficios:active,
.btn-beneficios:focus {
    background: #002E6C !important;
    box-shadow: 0px 0px 65px 4px #01478EBF;
    color: #FFFFFF !important;
    outline: none;
    text-decoration: none;
}

/* FIM SECTION BENEFICIOS */

/* INICIO SECTION SLIDE */
.slide-section {
    align-items: center;
    width: 100%;
}

.slide-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 9.5%;
}

.slide-container img {
    width: 100%;
}

.slide-container img:last-of-type {
    display: none;
}

.slide-container-mobile {
    display: none;
}

.slide-section h1 {
    background: linear-gradient(300.42deg, #004BAB 50.16%, #001F49 70.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 1.7vw;
    margin-bottom: 2.6vw;
    text-align: center;
}

/* FIM SECTION SLIDE */

/* INICIO SECTION TECNOLOGIAS */
.tecnologias-section {
    align-items: center;
    width: 100%;
}

.tecnologias-container {
    background: linear-gradient(300.42deg, #EFF0F9 25.16%, #F9F9FB 85.7%);
    border-radius: 1.81vw;
    text-align: center;
    padding: 1.5vw 0;
    margin-bottom: 3vw;
}

.tecnologias-menor {
    background: none;
}

.tecnologias-container p {
    text-align: center;
    line-height: normal;
}

.tecnologias-container img {
    width: 100%;
    margin-top: 50px;
}

.tecnologias-container img:last-of-type {
    display: none;
}

.tecnologias-container h1 {
    font-weight: 700;
    font-size: 2vw;
    color: #001F49;
    text-transform: uppercase;
    margin-bottom: 1vw;
}

.img-outsourcing-mobile {
    display: none;
}

/* FIM SECTION TECNOLOGIAS */

/* INICIO SECTION VANTAGENS */
.vantagens-section {
    width: 100%;
    background: transparent;
}

.vantagens-section .vantagens-area .vector-vantagens {
    margin-right: -9.5vw;
}

.vector-vantagens {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 4.17vw;
}

.vector-vantagens .vector-img {
    width: 100%;
    height: 0.21vw;
    background-color: black;
    /* margin-left: 4vw; */
    border-radius: 100% 0 0 100%;
    max-width: unset;
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: right top;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: right top;
}

.vector-vantagens .vector-text {
    font-size: 1.65vw;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #001F49;
    white-space: nowrap;
}

.vantagens-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    column-gap: 18vw;
    row-gap: 3.33vw;
}

.vantagens-projeto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.vantagens-projeto div {
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px #00000040;
    width: 3.8vw;
    height: 3.8vw;
    padding: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.50vw;
}

.vantagens-projeto img {
    display: block;
    width: 2.6vw;
    height: 2.6vw;
    object-fit: contain;
}

.vantagens-text {
    font-size: 1.04vw;
    color: black;
    font-weight: 600;
    border-bottom: 1px solid black;
    display: inline-block;
    padding-bottom: 0.4vw;
    /* margin-bottom: 12px; */
    margin-bottom: 0.6vw !important;
}

.text-infos {
    color: #141414;
    font-weight: 400;
    font-size: 0.95vw;
    text-align: justify;
    line-height: normal;
}

/* FIM SECTION VANTANGENS */

/* INICIO SECTION FORMULÃƒÂRIO */
.formulario-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 2vw auto;
    padding: 1.6vw;
    gap: 3.33vw;
}

.formulario-text {
    font-size: 1.17vw;
    font-weight: normal;
    color: #141414;
    text-align: center;
    line-height: normal;
    width: 40vw;
}

.cta {
    background: linear-gradient(300.42deg, #004BAB 32.16%, #001F49 65.7%);
    box-shadow: 2px 3px 10px 3px rgb(4 98 193 / 35%);
    color: #fff;
    font-size: 1.1vw;
    font-weight: 800 !important;
    border-radius: 50vw;
    cursor: pointer;
    text-align: center;
    height: 3.3vw;
    width: 21.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta:hover,
.cta:active,
.cta:focus {
    background: #002E6C !important;
    box-shadow: 0px 0px 65px 4px #01478EBF;
    color: #FFFFFF !important;
    outline: none;
    text-decoration: none;
}

/* FIM SECTION FORMULÃƒÂRIO */

.uza-portfolio-area .container {
    width: 100% !important;
    max-width: 100% !important;
}

.container-slides {
    max-width: 100% !important;
}

.carrossel-title {
    font-size: 1.42vw;
    font-weight: 700;
    color: #001F49;
    margin-left: auto;
    margin-right: auto;
}

.single-portfolio-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 1vw;
    max-width: 300px;
    height: 120px;
    overflow: hidden;
    margin: 1.6vw auto !important;
}

.single-portfolio-slide:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-portfolio-slide:hover {
    -webkit-box-shadow: 0 0 25px 0px rgb(32 136 241 / 30%);
    box-shadow: 0 0 25px 0px rgb(32 136 241 / 30%);
}

.single-portfolio-slide img {
    max-height: 100%;
    max-width: 80%;
    object-fit: contain;
}

.portfolio-sildes {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
}

.owl-stage-outer {
    margin: 0 0 1.6vw 0;
}

.portfolio-sildes .owl-dots {
    display: none;
}

.footer-area {
    background: #C40109;
}

.single-footer-widget .footer-social-info a {
    color: #C40109 !important;
}

.single-footer-widget .footer-social-info a:hover,
.single-footer-widget .footer-social-info a:active {
    background: #C40109 !important;
    color: #fff !important;
}

.logo-footer {
    max-width: 5.2vw;
    margin-right: 2.86vw;
}

.text-center-footer {
    font-size: 0.68vw;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0.78vw 0 0 0;
}

.text-center a {
    font-weight: 700 !important;
}

.btn-whatsapp {
    position: fixed;
    bottom: 1.6vw;
    right: 1.6vw;
    width: 3.33vw;
    height: 3.33vw;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0.4vw 0.8vw rgb(115 113 113 / 30%);
    transition: transform 0.2s ease-in-out;
}

.whatsapp-btn:hover,
.whatsapp-btn:active {
    transform: scale(1.1);
}

.ajustewhatsfooter {
    width: auto;
}

.footer-social-info .fa-brands {
    font-size: 23px;
}

.widget-logo {
    display: none;
}

.carousel {
    display: none;
}