@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: "Manrope";
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1134px;
    }
}

#main-nav{
    background: #002B4E;
    min-height: 126px;
}

#main-nav .navbar-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px;
}

#main-nav .navbar-nav .nav-item .nav-link{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #fff;
    border-bottom: 1px solid transparent;
    padding: 0;
    transition: 0.3s;
}

#main-nav .navbar-nav .nav-item .nav-link:hover{
    border-color: #fff;
}

#main-nav .navbar-nav .nav-item .nav-link.active{
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

#main-nav .navbar-collapse .nav-item:last-child{
    display: none;
}

.content-right-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.costumer-area{
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 9px 19px;
    color: #002B4E;
}

.costumer-area:hover{
    color: #fff;
    border-color: #fff;
}

.costumer-area svg path{
    transition: 0.3s;
}

.costumer-area:hover svg path{
    fill: #fff;
}

.costumer-area svg{
    margin-right: 10px;
}

#main-nav .dropdown .dropdown-toggle{
    background: transparent;
    padding: 0;
    border: none;
}

#main-nav .dropdown .dropdown-toggle .current-language-flag svg{
    width: 24px;
    height: 24px;
    border-radius: 100px;
    border: 1px solid #fff;
}

#main-nav .dropdown .dropdown-toggle .arrow-down{
    margin-left: 8px;
}

#main-nav .dropdown .dropdown-toggle:after{
    display: none;
}

.dropdown-translate .dropdown-menu{
    padding: 3px 0;
    margin-top: 6px;
    right: 0;
    margin-right: 15px;
    transform: translateX(-130px);
    background: #fff;
}

.dropdown-translate .dropdown-menu .arrow-dropdown{
    position: absolute;
    top: 0;
    margin-top: -4px;
    right: 11px;
}

.dropdown-translate .dropdown-menu .dropdown-item{
    padding: 12px 16px;
    font-size: 13px;
    font-weight: bold;
    line-height: 17.76px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #002B4E;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    transition: 0.3s;
}

.dropdown-translate .dropdown-menu .dropdown-item:hover, .dropdown-translate .dropdown-menu .dropdown-item:focus{
    background: #002B4E;
    color: #fff;
}

.dropdown-translate .dropdown-menu .dropdown-item:hover svg, .dropdown-translate .dropdown-menu .dropdown-item:focus svg{
    border-color: #fff;
}

.dropdown-translate .dropdown-menu .dropdown-item svg{
    border-radius: 100px;
    height: 24px;
    width: 24px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.banner-header{
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
}

.banner-header.header-home{
    max-height: 600px;
}

.content-header-home{
    padding-top: 87px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.content-header-home .box-title{
    max-width: 521px;
}

.title-header{
    font-size: 46px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #fff;
}

.description-header{
    max-width: 460px;
}

.description-header .box-text{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #fff;
    margin-bottom: 38px;
}

.description-header .box-text p{
    margin-bottom: 0;
}

.description-header .box-buttons-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.description-header .box-buttons-header .btn-more {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #002B4E;
    padding: 11px 36px;
    background: #fff;
    border: none;
    transition: 0.3s;
}

.description-header .box-buttons-header .btn-more:hover {
    background: #002B4E;
    color: #fff;
}

.description-header .box-buttons-header .btn-request {
    padding: 11px 26px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #fff;
    background: transparent;
    border: none;
    transition: 0.3s;
}

.description-header .box-buttons-header .btn-request:hover {
    background: #002B4E;
}

.description-header .box-buttons-header .btn-request svg {
    margin-right: 8px;
}

.box-images-header{
    position: relative;
    margin-bottom: -100px;
}

.box-images-header .box-large-image {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 27px -22px #000;
    width: fit-content;
    padding: 15px;
}

.box-images-header .box-large-image img {
    max-width: 991px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.box-images-header .box-small-image {
    position: absolute;
    top: 60px;
    right: 0;
    box-shadow: 0 0 27px -22px #000;
    padding: 15px;
    background: #fff;
    border-radius: 30px;
    transform: rotate(16deg);
}

.box-images-header .box-small-image img {
    max-width: 249.9px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.section-numbers{
    padding-top: 391px;
    padding-bottom: 120px;
}

.title-page{
    font-size: 38px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.015em;
    text-align: left;
    position: relative;
}

.title-page:before{
    content: '';
    position: absolute;
    bottom: -15px;
    height: 4px;
    width: 95px;
    background: #814ECD;
}

.section-numbers .title-page{
    margin-bottom: 65px;
}

.box-number-count{
    max-width: 200px;
}

.box-number-count .box-text{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #9497A1;
    margin-bottom: 5px;
}

.box-number-count .box-text p{
    margin-bottom: 0;
}

.box-number-count .large-number-count{
    font-family: Open Sans;
    font-size: 75px;
    font-weight: 400;
    line-height: 75px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #814ECD;
}

.efficient-management{
    background: #F1F6FA;
    padding: 120px 0 135px 0;
}

.img-management{
    width: 100%;
}

.img-management img{
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.efficient-management .title-page{
    margin-bottom: 45px;
}

.efficient-management .box-text{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    margin-bottom: 30px;
}

.efficient-management .box-text p{
    margin-bottom: 0;
}

.btn-managment{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: -0.015em;
    text-align: left;
    padding: 15px 52.5px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    background: linear-gradient(92.49deg, #814ECD 1.11%, #1BCAF4 170.95%);
    box-shadow: 0px 12px 30px 0px #185CFF2E;
    display: block;
    width: fit-content;
    transition: 0.3s;
}

.btn-managment:hover{
    box-shadow: 0px 12px 6px 0px #185CFF2E;
}

.efficient-management .sections-content{
    margin-bottom: 147.5px;
}

.list-cost-reduction{
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.list-cost-reduction li{
    display: block;
    padding-left: 33px;
    position: relative;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    margin-bottom: 12px;
}

.list-cost-reduction li:before{
    content: '';
    position: absolute;
    left: 13px;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #9497A1;
}

.benefits-tecmetra{
    position: relative;
    padding: 120px 0;
}

.benefits-tecmetra .bg-benefits {
    width: calc(50% - 31px);
    position: absolute;
    top: 137px;
    bottom: 126px;
    left: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    border-radius: 0 7px 7px 0;
}

.benefits-tecmetra .title-page{
    margin-bottom: 65px;
}

.list-benefits{
    padding: 0;
    margin-bottom: 0;
}

.list-benefits li{
    display: block;
    margin-bottom: 30px;
}

.list-benefits li:last-child{
    margin-bottom: 0;
}

.list-benefits li .title-list-benefits{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.list-benefits li .box-text{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
}

.list-benefits li .box-text p{
    margin: 0;
}

.depositions{
    padding: 120px 0;
    background: #F0F9FF;
}

.header-depositions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
}

.box-control-carousel{
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-carousel{
    background: #C9DCEC;
    padding: 18px 44px;
    border-radius: 20px;
    border: none;
    transition: 0.3s;
}

.btn-carousel:hover, .btn-carousel:active, .btn-carousel:focus{
    background: #b3d0e7!important;
}

.depositions-item{
    padding: 35px;
    border-radius: 6px;
    background: #fff;
    /* box-shadow: 0px 12px 30px 17px #185CFF0A; */
}

.depositions-item .header-deposition{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.depositions-item figure{
    width: 80px;
    height: 80px;
    margin-right: 25px;
    margin-bottom: 0;
}

.depositions-item figure img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}

.depositions-item .info-user-deposition{
    display: block;
}

.depositions-item .info-user-deposition .name-user{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    display: block;
    margin-bottom: 4px;
}

.depositions-item .info-user-deposition .office{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #9497A1;
    display: block;
}

.depositions-item .body-deposition{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
}

.depositions-item .body-deposition p{
    margin-bottom: 0;
}

.header-section-align{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.white-section{
    padding: 120px 0;
}

.section-plan .header-section-align{
    margin-bottom: 59px;
}

.box-right-section-header .nav-tabs{
    background: #F0F9FF;
    border-radius: 20px;
    border: none;
}

.box-right-section-header .nav-tabs .nav-item .nav-link{
    width: 125px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #292D33;
    letter-spacing: -0.01em;
    text-align: center;
    padding: 10px 35px;
    border-radius: 20px;
}

.box-right-section-header .nav-tabs .nav-item .nav-link.active{
    background: #814ECD;
    color: #fff;
}

.item-plan{
    padding: 50px 35px;
    gap: 30px;
    border-radius: 6px 0px 0px 0px;
    box-shadow: 0px 4px 12px 0px #0C44CC1A;
    min-height: 558px;
}

.sup-title-plan{
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    margin-bottom: 16px;
}

.title-plan{
    font-size: 38px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    margin-bottom: 16px;
}

.title-plan span{
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;   
}

.sub-title-plan{
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    margin-bottom: 30px;
}

.btn-plan{
    display: block;
    width: 100%;
    background: linear-gradient(92.49deg, #814ECD 1.11%, #1BCAF4 170.95%);
    box-shadow: 0px 12px 30px 0px #185CFF2E;
    margin-bottom: 30px;
    border-radius: 6px;
    padding: 9px 46px;
    border-color: transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}

.btn-plan:hover{
    box-shadow: 0px 12px 6px 0px #185CFF2E;
}

.btn-plan:focus, .btn-plan:active{
    border-color: transparent!important;
}

.btn-plan.btn-transparent{
    color: #814ECD;
    background: transparent;
    box-shadow: none;
    border-color: #814ECD;
}

.btn-plan.btn-transparent:hover{
    background: #814ECD;
    color: #fff;
}

.topics-plan{
    padding: 0;
    margin: 0;
}

.topics-plan li{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}

.topics-plan li svg{
    position: absolute;
    top: 7px;
    left: 5px;
}

.section-plan{
    margin-bottom: 120px;
}

.section-content .title-page{
    margin-bottom: 65px;
}

.link-blog-content{
    display: block;
    text-decoration: none;
}

.link-blog-content .img-blog {
    width: 100%;
    position: relative;
    padding-bottom: 57%;
    margin-bottom: 20px;
}

.link-blog-content .img-blog img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    object-fit: cover;
}

.link-blog-content .date-post{
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    display: block;
    margin-bottom: 12px;
}

.link-blog-content .description-blog{
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    padding-right: 3px;
}

.link-blog-content .read-more-blog{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #814ECD;    
}

.link-blog-content .read-more-blog svg{
    margin-left: 7px;
}

.contact-us{
    background: #F1F6FA;
    padding: 120px 0;
}

.contact-us .title-page{
    margin-bottom: 50px;
}

.contact-us .box-text-contactUs{
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    margin-bottom: 45px;
    max-width: 445px;
}

.contact-us .box-text-contactUs p{
    margin-bottom: 0;
}

.list-contact{
    padding: 0;
    margin: 0;
}

.list-contact li{
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    margin-bottom: 15px;
}

.list-contact li a{
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    text-decoration: none;
}

.list-contact li a svg{
    margin-left: 2.5px;
    margin-right: 11.75px;
}

.list-contact li:last-child{
    margin-bottom: 0;
}

.form-contactUs .form-group{
    margin-bottom: 35px;
}

.form-contactUs .form-group label{
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    margin-bottom: 10px;
}

.form-contactUs .form-group .form-control{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9497A1;
    border-radius: 0;
    padding: 0;
}

.form-contactUs .form-group .form-control:focus{
    outline: none!important;
    box-shadow: none;
}

.form-contactUs .form-group .btn-primary{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #FFFFFF;
    background: linear-gradient(92.49deg, #814ECD 1.11%, #1BCAF4 170.95%);
    box-shadow: 0px 12px 30px 0px #185CFF2E;
    border-radius: 6px;
    padding: 10px 11px;
    border: none;
    transition: 0.3s;
}

.form-contactUs .form-group .btn-primary:hover{
    box-shadow: 0px 12px 6px 0px #185CFF2E;
}

.form-contactUs .form-group.text-end{
    margin-bottom: 0;
}

.newsletter{
    padding: 80px 0;
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
}

.title-page-white{
    font-size: 38px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}

.newsletter .box-text-newsletter{
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #FFFFFF;
}

.newsletter .box-text-newsletter p{
    margin-bottom: 0;
}

.align-center-content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-newsletter{
    width: fit-content;
    background: #C9DCEC;
    border-radius: 6px;
    border: 1px solid #fff;
}

.form-newsletter .form-group{
    display: flex;
    align-items: center;
}

.form-newsletter .form-control {
    background: transparent;
    border: none;
    height: 54px;
    width: 318px;
    padding-left: 25px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
}

.form-newsletter .form-control:focus {
    box-shadow: none;
}

.form-newsletter .btn-primary{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: center;
    color: #292D33;
    background: #fff;
    border: none;
    height: 54px;
    padding: 11px 39px;
}

.form-newsletter .btn-primary:hover{
    background: #292D33;
    color: #fff;
}

.footer-page{
    padding: 50px 0 0 0;
    background: #002B4E;
}

.box-align-items-footer{
    display: flex;
    justify-content: space-between;
}

.box-align-items-footer .first-box{
    max-width: 285px;
}

.logo-footer{
    max-width: 138px;
    display: block;
    margin-bottom: 20px;
}

.logo-footer img{
    max-width: 100%;
}

.box-description-footer{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    margin-bottom: 20px;
}

.box-description-footer p{
    margin-bottom: 0;
}

.list-network{
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15.5px;
    margin-bottom: 33px;
}

.list-network li{
    display: flex;
}

.list-network li a svg path{
    transition: 0.3s;
}

.list-network li a:hover svg path{
    fill: #1BCAF4;
}

.list-store{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.list-store li{
    display: block;
}

.list-store li a{
    display: block;
    max-width: 125px;
}

.list-store li a img{
    max-width: 100%;
}

.title-footer{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #fff;
    margin-bottom: 31px;
    margin-top: 10px;
}

.nav-footer{
    padding: 0;
    margin: 0;
}

.nav-footer li{
    display: block;
    margin-bottom: 12px;
}

.nav-footer li:last-child{
    margin-bottom: 0;
}

.nav-footer li a{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    text-decoration: none;
    color: #9497A1;
    transition: 0.3s;
}

.nav-footer li a:hover{
    color: #fff;
}

.box-align-items-footer .last-box{
    display: flex;
}

.box-align-items-footer .last-box .box-navigation-footer:nth-child(1) {
    margin-right: 91px;
}

.content-contact-footer{
    margin-left: 124px;
    max-width: 233px;
}

.list-address-footer{
    padding: 0;
    margin: 0;
}

.list-address-footer li, .list-address-footer li a{
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    display: block;
    text-decoration: none;
}

.list-address-footer li{
    margin-bottom: 12px;
}

.footer-copy{
    margin-top: 50px;
    border-top: 1px solid #607D94;
    padding: 30px 0 34px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.policy-terms{
    display: flex;
    gap: 40px;
    margin-bottom: 0;
    padding: 0;
}

.policy-terms li{
    display: inline-block;
}

.policy-terms li a{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #607D94;
    text-decoration: none;
    transition: 0.3s;
}

.policy-terms li a:hover{
    color: #fff;
}

.copy-text{
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #607D94;
}

.box-mobile-header-visiled{
    display: none;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.content-carousel-depositions .box-control-carousel{
    display: none;
}

.header-small{
    padding: 40px 0 102px 0;
}

.header-small .breadcrumb{
    margin-bottom: 120px;
}

.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #9497A1;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active{
    color: #fff;
}

.box-align-items-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.box-align-items-header .title-header{
    max-width: 507px;
}

.box-align-items-header .box-text{
    max-width: 340px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #F1F6FA;
}


.policy{
    padding: 120px 0;
}

.policy .title-page{
    margin-bottom: 68px;
}


.about-us{
    padding: 120px 0;
}

.about-us .title-page{
    margin-bottom: 68px;
}

.img-about-us{
    position: relative;
    padding-bottom: 45.05%;
    margin-bottom: 50px;
}

.img-about-us img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-text-about{
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
}

.box-text-about p{
    margin-bottom: 40px;
}

.box-text-about p:last-child{
    margin-bottom: 0;
}

.white-section .title-page{
    margin-bottom: 45px;
}

.white-section .sections-content{
    margin-bottom: 120px;
}

.white-section .sections-content:last-child{
    margin-bottom: 0;
}

.solutions-section{
    padding: 120px 0;
}

.top-box-years{
    max-width: 254px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom:10px;
}

.title-number{
    font-size: 130px;
    font-weight: 800;
    line-height: 130px;
    letter-spacing: -0.015em;
    text-align: left;
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-box-years .description-number-years{
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    max-width: 90px;
    display: block;
}

.box-years .description{
    font-size: 38px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    max-width: 449px;
}

.box-align-buttons{
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 120px;
}

.title-description-solution{
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    margin-bottom: 10px;
}

.solutions-section .box-description{
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #9497A1;
    margin-bottom: 30px;
}

.box-align-buttons .btn-managment{
    padding: 15px 55px;
    box-shadow: none;
}

.box-align-buttons .btn-managment:hover{
    color: #fff;
    box-shadow:  12px 6px 0px #185CFF2E;
}

.btn-managment.btn-managmente-not-bg{
    position: relative;
    background: #fff!important;
}

.btn-managment.btn-managmente-not-bg span{
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-managment.btn-managmente-not-bg:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
    border-radius: inherit;
}

.content-carousel-depositions .btn-carousel{
    display: none;
}

.item-solutions{
    padding: 35px;
    box-shadow: 0px 12px 30px 17px #185CFF0A;
    background: #F0F9FF;
    border-radius: 6px;
    height: 100%;
}

.icon-solution{
    margin-bottom: 25px;
}

.item-solutions{
    box-shadow: none;
}

.item-solutions .title-carousel-solutions{
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    margin-bottom: 25px;
}

.item-solutions .list-solutions{
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
}

.item-solutions .list-solutions li{
    position: relative;
    display: block;
    padding-left: 25px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    margin-bottom: 15px;
}

.item-solutions .list-solutions li:before{
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    top: 8px;
    background: #185CFF;
}

.item-solutions .list-solutions li:last-child{
    margin-bottom: 0;
}

.item-solutions .link-item-solution{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #185CFF;
    text-decoration: none;
}

.item-solutions .link-item-solution svg{
    margin-left: 8px;
    transition: all 0.2s;
}

.item-solutions .link-item-solution:hover svg{
    margin-left: 12px;
}

.section-number-solutions{
    padding-top: 0;
}

.section-number-solutions .box-number-count .large-number-count{
    color: #185CFF;
}

.section-contact{
    padding: 20px 0 115px 0;
}

.section-contact .breadcrumb{
    margin-bottom: 75px;
}

.section-contact .breadcrumb .breadcrumb-item.active{
    color: #292D33;
}

.title-contact{
    font-size: 72px;
    font-weight: 800;
    line-height: 79.2px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
}

.title-contact span{
    display: block;
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-contact .form-group{
    margin-bottom: 20px;
}

.form-contact .form-group .form-control{
    height: 54px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #292D33;
    padding-left: 25px;
}

.form-contact .form-group textarea.form-control{
    height: auto;
    min-height: 140px;
}

.form-contact .form-group.align-right{
    display: flex;
    justify-content: end;
}

.form-contact .form-group .btn.btn-primary{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: 6px;
    background: linear-gradient(92.71deg, #814ECD 1.21%, #1BCAF4 100%);
    padding: 10px 48px;
}

.list-contact{
    padding: 0;
    margin-bottom: 0;
}

.list-contact li{
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #9497A1;
    margin-right: 47px;
}

.list-contact li:last-child{
    margin-right: 0;
}

.list-contact li .header-list-contact{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14.5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: right;
    color: #292D33;
}

.map iframe{
    width: 100%;
    height: 460px;
}

.content-carousel-solutions .btn-carousel{
    display: none;
}

.flags{
    width: 24px;
    height: 24px;
    border-radius: 50px;
}

@media screen and (max-width: 1257px){
    .box-images-header .box-large-image{
        max-width: 991px;
    }

    .box-images-header .box-large-image img{
        max-width: 100%;   
    }

    .box-images-header .box-small-image{
        right: 55px;
    }

    .box-images-header .box-small-image img{
        max-width: 203.9px;
    }
}

@media screen and (max-width: 1199px){
    .description-header{
        max-width: 439px;
    }

    .content-header-home .box-title{
        max-width: 406px;
    }

    .title-header{
        font-size: 39px;
        font-weight: 800;
    }

    .box-images-header .box-large-image{
        max-width: 792px;
    }

    .box-images-header .box-small-image img{
        max-width: 160.9px;
    }

    .img-management{
        height: 100%;
    }

    .img-management img{
        height: 100%;
    }

    .title-page-white {
        font-size: 35px;
        line-height: 53px;
    }

    .title-page {        
        font-size: 35px;
        line-height: 53px;
    }

    .section-numbers{
        padding-top: 237px;
    }

    .costumer-area{
        padding: 9px 12px;
    }

    .navbar-brand{
        max-width: 150px;
    }

    .navbar-brand img{
        max-width: 100%;
    }

    .description-header .box-buttons-header .btn-more{
        padding: 11px 30px;
    }

    .description-header .box-buttons-header .btn-request{
        padding: 11px 14px;
    }

    .item-plan{
        padding: 50px 25px;
        height: 100%;
    }

    .section-numbers.section-number-solutions{
        padding-top: 0;
    }
}

@media screen and (max-width: 991px){
    .content-right-nav{
        display: none;
    }

    #main-nav{
        min-height: initial;
    }

    .title-header{
        margin-bottom: 15px;
    }

    .box-mobile-header-visiled{
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .content-header-home .box-title{
        max-width: initial;
    }

    .content-header-home{
        display: block;
    }

    .box-images-header .box-small-image{
        right: 47px;
    }

    .box-images-header .box-small-image{
        top: 30px;
    }

    .section-numbers{
        padding-top: 335px;
    }

    .box-number-count .large-number-count{
        font-size: 42px;
        line-height: 42px;
    }

    .title-page {
        font-size: 30px;
        line-height: 45px;
    }

    .title-page:before{
        bottom: -6px;
        width: 63px;
    }

    .efficient-management .box-text{
        font-size: 17px;
        line-height: 30px;
    }

    .list-benefits li .title-list-benefits{
        font-size: 18px;
        line-height: 28px;
    }

    .depositions-item .body-deposition{
        font-size: 14px;
        line-height: 26px;
    }

    .link-blog-content .description-blog{
        font-size: 15px;
        line-height: 26px;
    }

    .contact-us .box-text-contactUs{
        font-size: 18px;
        line-height: 31px;
    }

    .form-newsletter{
        width: 100%;
        margin-top: 30px;
    }

    .form-newsletter .form-control{
        width: 100%;
    }

    .logo-footer{
        margin-left: auto;
        margin-right: auto;
    }

    .box-align-items-footer{
        display: block;
    }

    .box-align-items-footer .first-box{
        max-width: initial;
    }

    .box-description-footer{
        text-align: center;
    }

    .list-network{
        justify-content: center;
    }

    .list-store{
        justify-content: center;
        margin-bottom: 20px;
    }

    .box-align-items-footer .last-box{
        width: 100%;
        justify-content: space-between;
    }

    .box-align-items-footer .last-box .box-navigation-footer:nth-child(1){
        margin: 0;
    }

    .content-contact-footer{
        margin: 0;
    }

    .item-plan {
        padding: 32px 20px;
    }

    .sup-title-plan{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .title-plan{
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 8px;
    }

    .sub-title-plan{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .topics-plan li{
        font-size: 15px;
        line-height: 27px;
        padding-left: 20px;
        margin-bottom: 8px;
    }

    .topics-plan li svg{
        left: 0;
        width: 12px;
    }

    .item-plan{
        min-height: 506px;
    }

    .box-number-count{
        margin-bottom: 25px;
    }

    #main-nav .navbar-collapse .nav-item:last-child{
        display: block;
    }

    .box-years{
        margin-bottom: 50px;
    }

    .title-contact{
        font-size: 65px;
        font-weight: 800;
        line-height: 72.2px;
    }

    .section-contact{
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px){
    .box-images-header .box-small-image{
        padding: 7px;
        background: #fff;
        border-radius: 15px;
    }

    .box-images-header .box-small-image img{
        max-width: 105.9px;
        border-radius: 10px;
    }

    .box-images-header .box-large-image{
        padding: 10px;
        border-radius: 10px;
    }

    .box-images-header .box-large-image img{
        border-radius: 8px;
    }

    .section-numbers{
        padding-top: 245px;
    }

    .btn-managment{
        margin-bottom: 20px;
    }

    .efficient-management .sections-content{
        margin-bottom: 60px;
    }

    .header-depositions{
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }

    .box-control-carousel{
        width: 100%;
        justify-content: space-between;
    }

    .btn-carousel{
        padding: 5px 15px;
    }

    .content-carousel-depositions{
        position: relative;
        z-index: 0;
    }

    .content-carousel-solutions .btn-carousel {
        display: block;
    }

    .content-carousel-depositions .btn-carousel, .content-carousel-solutions .btn-carousel {
        position: absolute;
        display: flex;
        top: 50%;
        margin-top: -35px;
        z-index: 2;
        padding: 27px 7px;
        border-radius: 0 20px 20px 0;
    }

    .content-carousel-depositions .btn-carousel.btn-right, .content-carousel-solutions .btn-carousel.btn-right {
        left: auto;
        right: 0;
        border-radius: 20px 0 0 20px;
    }
    
    .content-carousel-depositions .btn-carousel svg{
        width: 10px;
    }

    .header-depositions .box-control-carousel{
        display: none;
    }

    .benefits-tecmetra .bg-benefits{
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 250px;
    }

    .benefits-tecmetra{
        padding: 100px 0 350px 0;
    }

    .depositions{
        padding: 100px 0;
    }

    .white-section{
        padding: 100px 0;
    }

    .section-plan{
        margin-bottom: 50px;
    }

    .item-plan{
        height: auto;
        margin-bottom: 20px;
        min-height: initial;
    }

    .link-blog-content{
        margin-bottom: 30px;
    }

    .contact-us{
        padding: 100px 0;
    }

    .list-contact{
        margin-bottom: 50px;
    }

    .footer-copy{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .box-align-items-header{
        flex-direction: column;
        align-items: flex-start;
    }

    .header-small{
        padding: 40px 0;
    }

    .header-small .breadcrumb{
        margin-bottom: 80px;
    }

    .content-carousel-solutions{
        position: relative;
    }

    .content-carousel-solutions .btn-carousel {
        position: absolute;
        display: flex;
        top: 50%;
        margin-top: -35px;
        z-index: 2;
        padding: 27px 7px;
    }

    .content-carousel-solutions .btn-carousel svg {
        width: 10px;
    }

    .solutions-section{
        padding: 80px 0;
    }

    .box-align-buttons{
        margin-bottom: 80px;
    }
    
    .title-contact{
        margin-bottom: 30px;
    }

    .section-contact .list-contact{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px){
    .content-header-home{
        padding-top: 60px;
    }

    .title-header{
        font-size: 36px;
        line-height: 55px;
    }

    .description-header .box-buttons-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .banner-header.header-home{
        max-height: 642px;
    }

    .box-images-header .box-small-image{
        top: 15px;
        right: 20px;
    }

    .box-images-header .box-small-image img{
        max-width: 73.9px;
    }

    .section-numbers{
        padding-top: 200px;
        padding-bottom: 60px;
    }

    .title-contact{
        font-size: 45px;
        font-weight: 800;
        line-height: 52.2px;
        margin-bottom: 30px;
    }

    .btn-managment{
        padding: 15px 40px;
    }
}

@media screen and (max-width: 566px){
    .section-plan .header-section-align{
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .box-right-section-header{
        width: 100%;
    }

    .section-plan .header-section-align{
        margin-bottom: 20px;
    }

    .box-right-section-header .nav-tabs .nav-item{
        display: flex;
        flex: 1;
    }

    .box-right-section-header .nav-tabs .nav-item .nav-link{
        width: 100%;
    }

    .white-section{
        padding: 80px 0;
    }

    .box-align-items-footer .last-box{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .content-contact-footer{
        max-width: initial;
    }

    .box-align-buttons{
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

.form-newsletter .form-group {
    display: flex;
    align-items: center;
}

.form-newsletter .form-control {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-newsletter .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}


@media screen and (max-width: 452px){
    .banner-header.header-home{
        max-height: 676px;
    }
}

.whatsapp-icon {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    background-color: #25d366 !important;
    color: white !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 1000 !important;
    text-align: center !important;
    text-decoration: none !important; 
}

.whatsapp-icon:hover {
    background-color: #128c7e !important;
}

#cookieConsent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 15px 0;
    z-index: 1000;
    display: none;
}

.cookie-container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.cookie-container p {
    margin: 0;
    font-size: 14px;
    flex: 1;
}

.cookie-container a {
    color: white; /* Branco para o link */
    text-decoration: underline;
}

.cookie-container a:hover {
    color: white; /* Mantém o branco ao passar o mouse */
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px; /* Espaçamento entre os botões */
}

.cookie-buttons button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.cookie-buttons button:hover {
    background-color: #45a049;
}

#closeCookie {
    background-color: #555; /* Cor diferente para o botão Fechar */
}

#closeCookie:hover {
    background-color: #444;
}

/* espaçamento padrão */
.recap-row { margin-top: 12px; }

/* evitar quebra em telas pequenas (reCAPTCHA tem ~302px) */
@media (max-width: 420px) {
  .g-recaptcha { transform: scale(0.90); transform-origin: left top; }
}

/* em mobile, alinhe o botão abaixo do captcha e à esquerda */
@media (max-width: 768px) {
  .recap-row .text-end { text-align: left !important; margin-top: 10px; }
}
