body{
    background-color: #05040D;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1, h2, h3, h4{
    font-family: "Work Sans", sans-serif;;
    color: #fff;
}
h2{
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
h3{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 1.1px;
}
p{
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.76px;
}
.content-wrapper{
    width: 84%;
    height: auto;
}
.box-content{
    position: relative;
    width: 100%;
    margin-top: 25px;
    border-radius: 24px;
}
.box-header{
    background: radial-gradient(63.58% 44.63% at 118.74% 79.15%, rgba(21, 94, 239, 0.20) 0%, rgba(16, 70, 180, 0.20) 31.42%, rgba(13, 16, 27, 0.20) 100%), radial-gradient(192.67% 94.6% at 3.69% 22.74%, rgba(22, 102, 219, 0.30) 0%, rgba(21, 94, 239, 0.30) 12.63%, rgba(13, 16, 27, 0.00) 60.42%), #0D101B;
}
.box-solution{
    background: radial-gradient(39.11% 44.52% at 114.45% -6.82%, rgba(22, 102, 219, 0.20) 0%, rgba(21, 94, 239, 0.20) 16.63%, rgba(13, 16, 27, 0.00) 100%), radial-gradient(72.89% 57.44% at 13.73% 107.59%, rgba(22, 102, 219, 0.30) 0%, rgba(21, 94, 239, 0.30) 11.31%, rgba(0, 0, 0, 0.00) 100%), #0D101B;
}
.box-branding{
    background: radial-gradient(154.06% 51.73% at 100% 63.44%, rgba(22, 102, 219, 0.30) 0%, rgba(21, 94, 239, 0.30) 11.31%, rgba(0, 0, 0, 0.00) 100%), #0D101B;
}
.box-marketing{
    background: radial-gradient(127.54% 69.47% at -6.1% 103.2%, rgba(21, 94, 239, 0.20) 0%, rgba(22, 102, 219, 0.20) 28.44%, rgba(0, 0, 0, 0.00) 100%), radial-gradient(317.48% 156.14% at 106.98% -15.34%, rgba(22, 102, 219, 0.30) 0%, rgba(21, 94, 239, 0.30) 11.31%, rgba(17, 26, 46, 0.00) 47.54%), #0D101B;
}
.back-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.back-image img{
    width: 100%;
}
.content-text{
    position: relative;
    z-index: 2;
}
button {
    background-color:rgb(0, 0, 0, .2);
	border: none;
	outline: none;
	font-weight: 500;
	padding: 8px 17px 8px 18px;
	margin: 0px 5px !important;
    font-weight: 300;
}
.default{
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 1.6px;
    color: #fff;
    display: flex;
    height: 48px;
    padding: 8px 24px;
    align-items: center;
    border-radius: 32px;
    border: 2px solid #155EEF;
    background: transparent;
    transition: all ease-in-out 0.3s;
}
.default:hover{
    border: 2px solid #155EEF;
    background: rgba(21, 94, 239, .5);
}


/*------ HEADER ------- */

.wordCarousel {
    div {
        overflow: hidden;
        position: relative;
        float: left;
        height: 4vw;
        padding-top: 0px;
        margin-top: -15px;
        li {
            color: #eee;
            font-weight: 700;
            padding: 0px 0px;
            margin-left: 0;
            height: 45px;
            margin-bottom: 45px;
            display: block;
        }
    }
}

.flip2 { 
    animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; 
    padding-left: 0;
}
.flip3 { 
    animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
    padding-left: 0;
}
.flip4 { 
    animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
    padding-left: 0;
}
/* .flip5 { animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; } */

@keyframes flip2 {
    0% { margin-top: -180px; }
    5% { margin-top: -90px;  }
    50% { margin-top: -90px; }
    55% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -180px; }
}

@keyframes flip3 {
    0% { margin-top: -270px; }
    5% { margin-top: -180px; }
    33% { margin-top: -180px; }
    38% { margin-top: -90px; }
    66% { margin-top: -90px; }
    71% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

@keyframes flip4 {
    0% { margin-top: -360px; }
    5% { margin-top: -270px; }
    25% { margin-top: -270px; }
    30% { margin-top: -180px; }
    50% { margin-top: -180px; }
    55% { margin-top: -90px; }
    75% { margin-top: -90px; }
    80% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -360px; }
}

/* @keyframes flip5 {
    0% { margin-top: -450px; }
    5% { margin-top: -360px; }
    20% { margin-top: -360px; }
    25% { margin-top: -270px; }
    40% { margin-top: -270px; }
    45% { margin-top: -180px; }
    60% { margin-top: -180px; }
    65% { margin-top: -90px; }
    80% { margin-top: -90px; }
    85% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -450px; }
} */
 
.header-wrapper{
	position: fixed;
	width: 84%;
    padding: 35px 88px 15px;
	z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    transition: all ease-in-out 0.4s;
}
.header-description{
    width: 600px;
}
.resize{
    padding: 10px 88px 15px;
    background-color:rgba(13, 16, 27, .8);
}
.wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 155px;
    transition: all ease-in-out 0.4s;
}
.resize_logo{
    width: 130px;
}
.nav{
    width: auto;
}
.nav-link{
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid;
    border-color: rgba(0,113,188, 0);
    transition: all ease-in-out 0.4s;
}
.active{
    color: #fff !important;
}
.nav-link:hover, .nav-link:hover .active{
    color: #1666DB !important;
    border-bottom: 2px solid ;
    border-color: #1666DB;
}
.navbar-collapse {
    position: relative;
    left: 0;
    width:100%;
    overflow-y: none;
    visibility: auto;
    background-color: rgba(0, 0, 0, 0);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.navbar-collapse{
    visibility: visible;
    transform: translateX(0%);
}
.topmenu, .close{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 13px;
}
.navbar-nav li{
    margin: 0px 10px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bar-menu{
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 87%;
    height: 1px;
    background-color:rgba(255, 255, 255, .2);
}
.header-content{
    padding: 180px 9vw 130px;
}
.header-content h2{
    font-size: 3vw;
    font-weight: 300;
    line-height: 4vw;
    margin-bottom: 5vw;
}

.header-content .bold{
    font-weight: 600;
}

.logo-move{
    position: relative;
    display: flex;
    margin-top: -20px;
    margin-right: -20px;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
}
.logo-dog{
    position: absolute;
    z-index: 1;
}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.logo-aro {
    display: inline-block;
    animation: rotate 60s linear infinite;
    position: relative;
    z-index: 2;
}

/* SOLUTIONS */

.solutions-content{
    width: 100%;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
}
.ecommerce{
    display: flex;
    justify-content: center;
    border-radius: 24px;
    padding: 45px 60px;
    background: linear-gradient(136deg, #1046B4 36.44%, #071E4E 103.26%);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25);
}
.ecommerce img{
    border-radius: 16px;
}
.ecommerce h2{
    color: #FFF;
    font-family: "Work Sans";
    font-size: 2.3vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8vw;
    letter-spacing: 0.9px;
}
.back-image-solutions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
.back-image-solutions img {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%;
}



/* BOX CARDS */
.box-card-content{
    padding: 25px 5vw 50px;
}
.box-cards-wrapper{
    padding: 65px 0px ;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.box-card p{
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.box-card {
    position: relative;
    padding: 40px 48px;
    min-width: 25%;
    box-sizing: border-box;
    background: transparent;
}

.box-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px; /* Ajuste conforme necessário para a largura da borda */
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.box-card img {
    width: 38px;
    height: auto;
    filter: grayscale(100%);
    transition: transform 0.4s ease, filter 0.4s ease;
}
.box-card:hover img {
    transform: scale(1.2);
    filter: none; 
}
.btl{
    border-top-left-radius: 24px;
}
.btr{
    border-top-right-radius: 24px;
}
#accordion-cards-solutions, #accordion-cards-branding, #accordion-cards-marketing{
    display: none;
}

/* PORTFOLIO */
.portfolio-content img{
    border-radius: 16px;
}
.portfolio-content .title{
   padding-left: 5vw;
}
.photo, .big-photo{
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.photo img{
    width: 32%;
}
.big-photo img{
    width: 49%;
}
.modal-content {
    background-color: #05040D;
    border-radius: 24px;
    border: 1px solid #5d5d5d89;
}
.modal p{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.76px;
    margin-bottom: 5px;
}
.modal-lg, .modal-xl {
    --bs-modal-width: 1200px;
}

.btn-close{
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
    opacity: 1;
}
.photo-modal{
    display: flex;
    justify-content: center;
    padding: 40px 40px 55px;
}
.photo-text{
    position: relative;
    padding: 20px 20px 0px 60px;
    color:#fff;
}

.photo-text span{
    font-weight: 600;
}
.carousel-item img{
    border-radius: 20px;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: 20px !important;
    margin-bottom: -160px !important;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #007BFF;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(27%) sepia(91%) saturate(2456%) hue-rotate(182deg) brightness(93%) contrast(101%);
}



/* BRANDING */
.branding img, .marketing img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

/* CONTACT */
.contact-content{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.partnership p{
    margin-top: 25px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.partnership{
    padding: 40px 90px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(21, 94, 239, 0.50) 0%, rgba(8, 45, 119, 0.50) 100%);
}
.all-contacts{
    padding: 40px 90px;
}
.contact-methods{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.method{
    display: flex;
    justify-content: start;
    align-items: center;
}
.method p{
    margin-top: 15px;
    margin-left: 10px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.method a{
    text-decoration: none;
}
.no-break {
    white-space: nowrap;
}
.form-control {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 20px; 
    border-radius: 20px;
    outline: none; 
    color: #fff; 
}
.form-control::placeholder {
    color: #fff; 
}
.form-control:focus {
    background: transparent;
    border-color: #007BFF;
    color: #FFF;
}
.form-control option {
    background-color: rgb(33, 37, 41);
    color: #fff;
}
.newsletter{
    padding: 0 50px;
}
.newsletter-box{
    padding: 40px 25px;
    border-radius: 16px;
    background: #155EEF;
    display: flex;
    justify-content: start;
    align-items: center;
}
.newsletter-box p{
    width: 30%;
    line-height: normal;
    margin-bottom: 0px;
}
.news-form{
    width: 70%;
    display: flex;
    justify-content: end;
}
.btn-news{
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    letter-spacing: 1.6px;
    color: #155EEF;
    display: flex;
    height: 48px;
    padding: 8px 24px;
    align-items: center;
    border-radius: 32px;
    border: 2px solid #fff;
    background: #fff;
    transition: all ease-in-out 0.3s;
}
.btn-news:hover{
    border: 2px solid #155EEF;
    background: rgb(2, 56, 164);
    color: #fff;
}

/* FOOTER */
footer{
    width: 100%;
    margin-top: 35px;
    padding: 40px 150px 30px;
    background: linear-gradient(270deg, #1046B4 3.55%, #082D77 70.54%);
}
.footer-left{
    display: flex;
    justify-content: start;
}
.logo-footer img{
    width: 176px;
}
.footer-content, .copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-media img {
    filter: none;
    transition: filter 0.3s ease;
}
.social-media img:hover{
    filter: invert(28%) sepia(95%) saturate(1707%) hue-rotate(209deg) brightness(92%) contrast(105%);
    /* filter: brightness(0) saturate(100%) invert(34%) sepia(88%) saturate(983%) hue-rotate(183deg) brightness(96%) contrast(102%); */
}
.logos-ecommerce{
    display: flex;
    justify-content: start;
    align-items: center;
}
.logos-ecommerce img{
    margin: 0px 10px;
}
.copyright{
    position: relative;
    margin-top: 50px;
}
.copyright p{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;    
}
.bar-copyright{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:rgba(255, 255, 255, .2);
}

/* BUDGET MODAL */
.budget-modal{
    padding: 40px;
}
.budget-modal h3{
    font-size: 30px;
    font-weight: 600;
}

























/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    .content-wrapper{
        width: 95%;
    }
    .header-wrapper{
        width: 95%;
    }
    .header-content h2{
        font-size: 3.5vw;
        line-height: 4.5vw;
    }
    .header-description{
        width: 550px;
        padding-top: 30px;
    }
    .logo-move {
        margin-right: 20px;
    }
    .ecommerce h2{
        font-size: 2.5vw;
        line-height: 3.3vw;
    }
    .box-card {
        padding: 40px 35px;
    }
    .contact-methods{
        flex-direction: column;
    }
    .newsletter-box {
        justify-content: center;
        flex-direction: column;
    }
    .newsletter-box p, .news-form {
        width: auto;
        margin-bottom: 10px;
    }
    .news-form {
        width: 100%;
    }
    .wordCarousel {
        div {
            height: 4.4vw;
        }
    }
  
  
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .header-wrapper{
        width: 100%;
        padding: 10px 5px;
        z-index: 99;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all ease-in-out 0.4s;
    }
    .wrapper{
        width: 96vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo{
        width: 110px;
        padding-top: 3px;
    }
    .navbar{
        width: 80px;
        height: 60px;
        padding-left: 10px;
    }
    .navbar-nav{
        margin-top: 15px;
        font-family: "Poppins", sans-serif;
    }
    .navbar-collapse {
        position: fixed;
        top:0; 
        bottom: 0;
        left: -281px;
        width: 280px;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 0, 0, .7);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(100%);
        z-index: 99;
    }
    .nav-link{
        width: auto;
        padding: 12px!important;
        margin-left: 20px;
        color: #fff !important;
        border-bottom: unset;
        border-color: unset;
        transition: all ease-in-out 0.4s;
    }
    .nav-link:hover{
        color: #fff !important;
        border-bottom: unset;
        border-color:unset;
    }
    .active{
        color: blue;
    }
    .topmenu{
        display: block;
        width: 100%;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #1a1e2d;
    }
    .close{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        z-index: 100;
        padding: 0px 0 0 0;
        background-color: transparent;
        color: rgba(255,255,255,.5);
    }  
    .close img{
        transform: rotate(45deg);
    }
    .bar-menu{
        display: none;
    }
    .header-content {
        padding: 110px 9vw 110px;
    }
    .header-content h2 {
        font-size: 3.5vw;
        line-height: 4.5vw;
    }
    .logo-move{
        width: 230px;
        height: 230px;
    }
    .logo-dog img{
        width: 95px;
    }
    .logo-aro img{
        width: 300px;
    }
    .ecommerce {
        padding: 45px 40px;
    }
    .ecommerce h2 {
        font-size: 3vw;
        line-height: 4vw;
    }
    .box-card {
        padding: 40px 20px;
    }
    footer {
        padding: 40px 65px 30px;
    }
    .wordCarousel {
        div {
            height: 5vw;
            margin-top: -7px;
        }
    }
    .header-description{
        width: 490px;
    }
    
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .header-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .header-content h2 {
        font-size: 4.5vw;
        line-height: 5.5vw;
        margin-top: 30px;
    }
    .header-content {
        padding: 90px 9vw 90px;
    }
    .logo-move{
        width: 200px;
        height: 200px;
        margin-right: 25px;
    }
    .logo-dog img{
        width: 90px;
    }
    .logo-aro img{
        width: 300px;
    }
    .ecommerce{
        flex-direction: column;
    }
    .ecommerce-photo{
        justify-content: center;
    }
    .ecommerce h2 {
        font-size: 4vw;
        line-height: 5vw;
    }
    .box-card {
        padding: 40px 48px;
        width: 50%;
    }
    .box-cards-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .btl{
        border-top-left-radius: 0px;
     }
     .btr{
        border-top-right-radius: 0px;
     }
     .partnership {
        padding: 40px 50px;
    }
    .all-contacts {
        padding: 40px 50px;
    }
    .btn-news{
        width: 100%;
        justify-content: center;
        margin-top: 10px !important;
    }
    footer {
        padding: 40px 60px 30px;
    }
    .photo img{
        width: 31%;
    }
    .big-photo img{
        width: 48%;
    }
    .photo-modal{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .photo-text{
        padding: 45px 20px 20px;
    }
    .logos-ecommerce{
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .wordCarousel {
        div {
            height: 5.8vw;
        }
    }
    .header-description {
        width: 550px;
    }   
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .header-content h2 {
        font-size: 5.5vw;
        line-height: 7vw;
        margin-top: 30px;
    }
    p{
        font-size: 16px;
        line-height: 26px;
    }
    .logo-move{
        margin-right: 17px;
        width: 150px;
        height: 150px;
    }
    .logo-dog img{
        width: 70px;
    }
    .logo-aro img{
        width: 250px;
    }
    .box-card {
        padding: 40px 28px;
        width: 50%;
    }
    footer {
        padding: 40px 40px 30px;
    }
    .contact-content{
        flex-direction: column;
    }
    .newsletter {
        padding: 0 50px 30px;
    }
    .logos-ecommerce{
        padding-left: 9px;
    }
    .logos-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logos-ecommerce img{
        margin: 0px 0px 20px;
    }
    .logos-ecommerce p{
        margin-bottom: 15px;
        margin-left: 0 !important;
    }
    .wordCarousel {
        div {
            height: 7vw;
            margin-top: 0px;
        }
    }
    .header-description {
        width: auto;
        padding-top: 50px;
    }
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .content-wrapper{
        left: 4%;
        width: 92%;
    } 
    .header-wrapper{
        bottom: 0;
        left: 0;
        padding-left: 15px;
        background-color: #05040D;
    }
    .header-content {
        padding: 55px 9vw 55px;
    }
    .header-content h2 {
        font-size: 5.4vw;
        line-height: 6.5vw;
        margin-top: 50px;
    }
    .navbar-toggler {
        top: revert;
    }  
    .logo-move{
        margin-right: 35px;
        width: 80px;
        height: 80px;
    }
    .logo-dog img{
        width: 50px;
    }
    .logo-aro img{
        width: 180px;
    }
    .ecommerce {
        padding: 25px;
    }
    .ecommerce h2 {
        margin-top: 25px;
        font-size: 6vw;
        line-height: 7.5vw;
    }
    .ecommerce-button{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .solutions-content {
        padding: 10px;
    }
    .box-card-content{
        display: none;
    }
    .box-cards-wrapper {
        padding: 0px 0px;
        display: flex;
        justify-content: center;
    }
    .box-card {
        padding: 40px 40px;
        width: 300px;
        border-radius: 24px;
    }
    .solutions-content {
        padding: 0px;
    }
    .back-image-solutions {
        display: none;
    }
    .accordion{
        position:relative;
    }
    #accordion-cards-solutions, #accordion-cards-branding, #accordion-cards-marketing {
        display: block;
    }
    .accordion-item{
        background-color: transparent !important;
        border: 0px !important ;
    }
    .accordion-header {
        background-image: url('../images/bg_button_accordion.jpg');
        background-size: cover;
        background-repeat: none;
        padding: 20px 30px;
        border-radius: 24px;
        margin-bottom: 20px;
    } 
    .accordion-button{
        font-size: 6.4vw;
        line-height: 7.9vw;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;        
    }
    .accordion-button:focus {
        box-shadow: none;
    }
    .accordion-button::after {
        display: none; 
    }
    .accordion-button img {
        transition: transform 0.3s;
    }
    .accordion-button:not(.collapsed) {
        color:#fff;
        background-color: transparent;
        box-shadow: none; 
    } 
    .accordion .default{
        font-size: 3.6vw;
    } 
    footer {
        padding: 40px 40px 85px;
    }
    .footer-content, .copyright {
        flex-direction: column;
    }
    .copyright {
        text-align: center;
    }
    .politic{
        width: 210px;
    }
    .logo-footer{
        margin-bottom: 10px;
    }
    .big-photo{
        flex-direction: column;
    }
    .big-photo img{
        width: 100%;
    }
    .photo-container {
        width: 92vw; /* 98% da largura da viewport */
        overflow: hidden;
        position: relative;
        cursor: grab;
    }
    .photo{
        display: flex;
        width: 100%;
        overflow-x: auto;
        scroll-behavior: smooth; 
        white-space: nowrap;
    }    
    .photo img {
        width: auto;
        height: 53vw; 
        flex-shrink: 0; 
    }
    .photo-container.dragging {
        cursor: grabbing;
    }
    .partnership h2, .all-contacts h2, .portfolio-content h2{
        font-size: 7vw;
        line-height: 8.5vw;
    }
}
@media (max-width: 425.98px) {
    p{
        font-size: 15px;
        line-height: 24px;
    }
    .header-wrapper{
        bottom: 0;
        left: 0;
        padding-left: 15px;
        background-color: #05040D;
    }
    .header-content h2{
        font-size: 5.4vw;
        line-height: 6.vw;
    }
    .ecommerce {
        padding: 12px;
    }
    .ecommerce h2 {
        font-size: 7vw;
        line-height: 8.5vw;
    }
    .ecommerce-button .default{
        font-size: 4vw;
    }
    .partnership {
        padding: 25px 25px;
    }
    .all-contacts {
        padding: 40px 15px;
    }
    .newsletter {
        padding: 0 10px 30px;
    }
    .logo-footer{
        display: none;
    }
    .copyright {
        margin-top: 30px;
    }
    .partnership h2, .all-contacts h2, .portfolio-content h2{
        font-size: 7.5vw;
        line-height: 9vw;
    }
    .btn-close {
        top: 5px;
        right: 5px;
    }
    .photo-text{
        padding: 45px 0px 20px;
    }
    .photo-modal {
        padding: 8px;
    }
    .budget-modal {
        padding: 20px;
    }
    .logos-ecommerce p{
        margin-top: 0 !important;
    }
    .logos-ecommerce {
        margin-bottom: 20px;
    }
    .header-description {
        padding-top: 35px;
    }
  
}
