 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

 :root {
     --orange: #FF8200;
     --black: #232323;
     --violet: #753BBD;
     --gray: #828282;
 }

 * {

     text-decoration: none !important;
     outline: none !important;
 }

 html {
     scroll-behavior: smooth;
 }

 body {
     font-family: 'Montserrat', sans-serif;
     min-width: 320px;
     overflow-x: hidden;
     margin: 0 auto;
 }


 /*Menu para pagina laranja*/
 /*Menu para pagina laranja*/

 .menu-orange {
     background-color: var(--orange) !important;
 }

 .menu-orange .nav-link {
     color: #FFF !important;
 }

 .menu-orange .nav-link:hover {
     color: var(--black) !important;
 }

 .menu-orange .active {
     color: var(--black) !important;
 }


 /*Menu para pagina preta*/

 .menu-black {
     background-color: var(--black) !important;
 }

 .menu-black .nav-link,
 .menu-violet .nav-link {
     color: #FFF !important;
 }

 .menu-black .nav-link:hover {
     color: var(--orange) !important;
 }

 .menu-white .nav-link {
     color: var(--black) !important;
 }

 .menu-black .active,
 .menu-violet .active,
 .menu-white .active {
     color: var(--orange) !important;
 }

 /*Menu para pagina violeta*/

 .menu-violet {
     background-color: var(--violet) !important;
 }

 .menu-violet .nav-link:hover {
     color: var(--orange) !important;
 }


 .h2 {
     line-height: 1.5 !important;
 }

 .h1 {
     line-height: 1.5 !important;
 }

 .pv {
     padding-top: 9rem;
     padding-bottom: 9rem;
 }

 .ph {
     padding-left: 9rem;
     padding-right: 9rem;
 }

 .row {
     max-width: 1800px !important;
     margin: 0 auto;
 }

 .container-fluid {
     padding-right: 63px !important;
     padding-left: 63px !important;
 }

 input {
     height: 50px !important;
 }

 .text-gray {
     color: var(--gray) !important;
 }

 .text-black {
     color: var(--black) !important;
 }

 .font-weight-medium {
     font-weight: 500 !important;
 }

 .mt-10 {
     margin-top: 6rem;
 }

 .solucoes-container {
     height: 1000px;
 }

 .solucoes-bloco {
     position: absolute;
     width: 34%;
     display: block;
     height: 500px;
     padding: 0;
 }

 .projeto-info {
     min-height: 80px;
     font-size: 16px;
     line-height: 1.5;
     font-weight: bold;
     background-color: white;
     padding-left: 20px;
     color: #232323;
     z-index: 999999;
     display: flex;
     align-items: center;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
 }

 .border-orange {
     border: solid 2px var(--orange);
 }

 .projeto-info:hover {
     color: #FF8200;
 }

 .swiper-container {
     width: 100%;
     padding: 10px 0px;
     max-width: 1200px;
 }

 .swiper-slide {
     border-radius: 5px;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
     background-color: #232323;
     transition: 200ms;
 }

 .swiper-slide a,
 .swiper-slide img {
     transition: 300ms;
 }

 .swiper-slide:hover a:nth-child(2) {
     background-color: #FF8200;
     color: white;
 }

 .swiper-slide:hover img {
     opacity: 0.8;
 }

 .swiper-container img {
     width: 100%;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     object-fit: contain;
 }

 .altura-mont {
     padding: 10rem 2rem !important
 }

 .square:after {
     padding-bottom: 100%;
     content: '';
     display: block;
 }

 .depoimento {
     padding: 7rem;
     border-radius: 0.313rem;
     width: 80%;
     background-color: #ff9b33;
     margin-right: 3rem;
     min-height: 586px;
 }

 .depoimento img:last-of-type {
     border-radius: 0.313rem;
     height: 85px;
     width: 85px;
 }

 .carousel-cell {
     border-radius: 0.313rem;
     width: 35%;
     border: solid 1px #e0e0e0;
     background-image: url(../img/marketing_digital.svg);
     background-size: cover;
     background-position: center;
     margin-right: 20px;
     transition: 200ms;
 }

 .carousel-cell:hover {
     filter: brightness(.8);
 }

 .carousel-cell:after {
     content: "";
     padding-bottom: 100%;
     display: block;
 }

 .flickity-page-dots .dot {
     background: #753BBD !important;
     opacity: 1 !important;
 }

 .flickity-page-dots .dot.is-selected {
     background: #FF8200 !important;
 }

 .white {
     color: white !important;
 }

 .carousel-inner div p {
     margin: 0px;
 }

 .carousel-inner div p small {
     font-size: 12px;
 }

 .nav-link {
     font-weight: bold;
     /*color: #FFF !important;*/
     font-size: 16px;
 }

 .active {
     color: #232323 !important;
 }

 .green {
     background: #25D366;
 }

 .l_orange {
     background-color: #ff9b33 !important;
 }

 .orange {
     background-color: #FF8200;
     color: white;
 }

 .text-orange {
     color: #FF8200 !important;
 }

 .color-orange {
     color: #FF8200 !important;
 }

 .black {
     background: #232323;
 }

 .l_black {
     background: #333333 !important;
     color: #FFF;
 }

 .l_violeta {
     background-color: #8549CF;
     color: white;
 }

 .violeta {
     background-color: #753BBD;
     color: white;
 }

 .text-violet {
     color: #753BBD;
 }

 .violet {
     background: linear-gradient(106.66deg, #753BBD 6.39%, #FF8200 77.58%, #FFFFFF 105.32%);
     color: white;
 }

 .btn-orange {
     background-color: #FF8200;
     color: white !important;
     text-align: center;
     transition: 200ms;
     font-weight: 700;
 }

 .btn-orange:hover,
 .btn-blue:hover {
     background-color: white;
     color: #753BBD !important;
 }

 .btn-blue {
     background-color: #1787FB;
     color: white !important;
     text-align: center;
     transition: 200ms;
     font-weight: 700;
 }

 .btn-white {
     background-color: white;
     color: #753BBD !important;
     text-align: center;
     padding: 10px 0px;
     transition: 200ms;
     font-weight: 700;
 }

 .btn-white:hover {
     background-color: #FF8200;
     color: white !important;
 }

 .white {
     color: white !important;
     font-weight: 700;
 }

 .btn-filled {
     border: none;
     border: solid #753BBD 2px;
     border-radius: 5px;
     padding: 8px 25px;
     background-color: #753BBD;
     color: white;
     transition: 200ms;
 }

 .btn-filled:hover {
     border: solid #FF8200 2px;
     background-color: #FF8200;
     color: white !important;
 }

 .btn-border,
 .btn-border-orange {
     cursor: pointer;
     border-radius: 5px;
     padding: 8px 25px;
     transition: 200ms;
 }

 .btn-border {
     background-color: white;
     color: #753BBD !important;
     border: solid #753BBD 1px;
 }

 .btn-border:hover {
     color: #FF8200 !important;
     border: solid #FF8200 1px;
 }

 .btn-border-orange {
     color: #FF8200 !important;
     border: solid #FF8200 2px;
 }

 .btn-border-orange:hover {
     color: #753BBD !important;
     border: solid #753BBD 2px;
 }

 .btn-font {
     font-size: 16px;
 }

 .saiba-mais {
     border: none;
     border-radius: 5px;
     padding: 8px 16px;
     font-size: 16px;
     font-weight: 700;
     background-color: #753BBD;
     color: white;
     transition: 200ms;
     text-align: center;
     min-width: 130px;
     width: fit-content;
     width: -moz-fit-content;
 }

 .saiba-mais:hover {
     background-color: #FF8200;
     color: white !important;
 }

 .font-size-24 {
     font-size: 24px;
     line-height: 1.5;
 }

 .mt-lg-6 {
     margin-top: 80px;
 }

 .rodape ul {
     margin: 50px 0px;
 }

 .rodape a,
 .rodape div {
     color: white !important;
     transition: 200ms;
 }

 .rodape a:hover {
     color: #753BBD !important;
 }

 .rodape a:hover div {
     color: #753BBD !important;
 }

 .rodape-c {
     color: white !important;
     transition: 200ms;
 }

 .mt-6 {
     margin-top: 0px;
 }

 .mt-7 {
     margin-top: 10rem !important;
 }

 .max-560 {
     max-width: 560px;
 }

 .sem-bold {
     font-weight: 500;
 }

 .h1-lines {
     line-height: 1.2;
 }

 .p-lines {
     line-height: 1.5;
 }

 .item-c::after {
     content: "";
     flex: auto;
 }

 .item {
     display: flex;
     align-items: center;
     height: 70px;
     border-radius: 5px;
     padding: 16px;
     background-color: #8549CF;
     width: 32%;
     margin-bottom: 1rem;
     font-weight: bold;
 }

 .item:last-child {
     margin-left: 2%
 }

 .item img {
     width: 25px;
     height: 25px;
     margin-right: 5px;
 }

 .item span {
     line-height: 1.5;
     font-size: 14px;
     font-weight: 500;
 }

 .duvida {
     max-width: 1200px;
     height: 250px;
 }

 .bloco {
     font-size: 16px;
     background-color: rgba(117, 59, 189, 0.1);
     min-height: 390px;
     lines-height: 1.5;
 }

 .bloco p:nth-child(2) {
     font-size: 18px;
 }

 .bloco img {
     width: 60px;
     height: 60px;
     margin-bottom: 20px;
 }

 .nav-link {
     color: #232323;
     padding: 0px;
     height: 75px;
     line-height: 75px;
     transition: 200ms;
 }

 .nav-link:hover {
     color: #FF8200 !important;
 }

 .navbar-toggler {
     outline: none !important;
     border: none;
     padding-right: 0;
 }

 /*.hamburger-inner,
 .hamburger-inner:after,
 .hamburger-inner:before {
     background-color: #FFF !important;
 }*/

 #btn-top {
     z-index: 9999;
     background-image: url('../img/arrow_top.svg');
     background-position: center;
     background-repeat: no-repeat;
     background-size: 60%;
     position: absolute;
     right: 0;
     top: -25px;
     border-radius: 5px;
     border: none;
     background-color: #ff9b33;
     height: 50px;
     width: 50px;
 }

 .portfolio-item {
     color: #232323;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
 }

 .portfolio-item img,
 .portfolio-item div {
     cursor: pointer;
     transition: 250ms;
 }

 .portfolio-item div div {
     background-color: white;
 }

 .portfolio-item:hover {
     color: #FF8200;
 }

 .portfolio-item:hover div:nth-child(1) {
     background-color: #eee;
     color: #FF8200;
 }

 .portfolio-item div:nth-child(2) {
     background-color: #232323;
 }

 .portfolio-item:hover img {
     opacity: 0.5;
 }

 .portfolio-item-par div:nth-child(1) {
     background-color: #232323 !important;
 }

 .portfolio-item-par div:nth-child(2),
 .portfolio-item-par div:nth-child(2) div {
     background-color: white !important;
 }

 .btn-active {
     color: #FF8200 !important;
     border: solid 2px #FF8200 !important;
 }

 .explorar-btn {
     border: none;
     border-radius: 5px;
     padding: 10px 30px;
     background: linear-gradient(109.23deg, #753BBD 7.34%, #FF8200 75.36%, #FFFFFF 100%);
     transition: 200ms;
 }

 .explorar-btn:hover {
     background: #FF8200 !important;
 }

 .arrow-down {
     animation: bounce 1s infinite alternate;
 }

 .servico {
     background-color: #ff9b33;
     padding: 100%;
     padding: 5.5rem;
     min-height: 610px;
     border-radius: 0.313rem;
 }

 .servico a {
     background-color: #753BBD;
     color: #FFF;
     display: block;
     padding: .7rem 2rem;
     padding-right: 3rem;
     position: absolute;
     bottom: 5.5rem;
     font-weight: bold;
     border-radius: 0.313rem;
     background-repeat: no-repeat;
     background-size: 15px;
     background-position: 86% center;
     background-image: url(../img/arrow_w.svg);
     transition: 150ms;
 }

 .servico a:hover {
     background-color: var(--orange);
 }

 .servico:after {
     content: '';
     display: block;
     padding: 20%;
 }

 .title {
     font-size: 36pt;
 }

 .rodape li {
     background: transparent;
 }

 @keyframes bounce {
     from {
         transform: translateY(0px);
     }

     to {
         transform: translateY(-15px);
     }
 }

 .workflow p {
     max-width: 300px;
 }

 .agregue-valor {
     bottom: -220px;
     padding: 7.5rem;
     border-radius: 0.313rem;
     font-size: 25pt;
     font-weight: bold;
     position: absolute;
 }

 .sobre_ilustracao {
     position: absolute;
 }

 .nossos_valores_c {
     /*height: 745px;*/
 }

 .nossos_valores_c h2 {
     padding: 5rem;
 }

 .sobre_nos_texto {
     padding: 5rem;
     transform: translateX(-4rem);
 }

 .equipe {
     transform: translateY(-6rem);
 }

 .equipe img {
     border-radius: 0.313rem;
 }

 .equipe p {
     font-size: 16pt;
     transform: translateY(6rem);
     line-height: 1.5;
 }

 #contato button {
     width: 260px;
 }

 #carousel-buttons {
     max-width: 600px;
     position: absolute;
 }

 #carousel-buttons a {
     cursor: pointer;
     transform: translateY(-1rem);
 }

 .raposa {
     flex-shrink: 0;
     height: auto;
     width: 100%;
 }


 .hover-to-orange-dark,
 .hover-to-orange-light,
 .hover-to-violet-dark,
 .hover-to-violet-light,
 .hover-to-green-light,
 .hover-to-black {
     transition: 150ms;
 }

.hover-to-black:hover {
    background-color: #1B1B1C !important;
}

 .hover-to-orange-dark:hover {
     background-color: #DD7100 !important;
 }

 .hover-to-orange-light:hover {
     background-color: #FF9B33 !important;
 }

 .hover-to-violet-dark:hover {
     background-color: #5D2F96 !important;
 }

 .hover-to-violet-light:hover {
     background-color: #905ECD !important;
 }

 .hover-to-green-light:hover {
     background-color: #37DE75 !important;
 }

 @media screen and (max-width: 1588px) {

     .sobre_ilustracao {
         max-width: 557px;
     }

     .agregue-valor {
         bottom: -280px;
     }
 }

 @media screen and (max-width: 1320px) {
     .agregue-valor {
         bottom: -300px;
     }
 }

 @media screen and (max-width: 1148px) {
     .agregue-valor {
         padding: 6.5rem;
         bottom: -320px;
     }
 }

 @media screen and (max-width: 991px) {

     .mt-10 {
         margin-top: 6rem !important;
     }

     .nossos_valores_c {
         height: unset;
     }

     .nossos_valores div {
         margin: 2rem 0;
     }

 }

 @media screen and (min-width: 1921px) {
     .carousel-cell {
         width: 20%;
     }
 }

 @media screen and (max-width: 960px) {

     .nav-link {
         text-align: center;
     }

     .raposa {
         width: 80%;
         margin: 0 auto;
     }

     .workflow p {
         max-width: unset;
     }

     #carousel-buttons {
         margin-top: 4rem;
         position: static;
         width: 100%;
         display: flex;
         justify-content: space-between;
     }

     #carousel-buttons a {
         font-size: 25pt !important;
     }

     #contato button {
         width: 100%;
     }

     .equipe p {
         transform: unset;
     }

     .sobre_nos_texto {
         padding: 4rem;
         transform: unset;
     }

     .sobre_ilustracao {
         position: unset;
         width: 100%;
         max-width: 500px;
         margin: 0 auto;
     }

     .container-fluid {
         padding-left: .5rem !important;
         padding-right: .5rem !important;
     }

     .pv {
         padding-top: 4rem;
         padding-bottom: 4rem;
     }

     .ph {
         padding-left: 4rem;
         padding-right: 4rem;
     }

     .agregue-valor-b {
         padding-bottom: 10rem;
     }

     .agregue-valor-t {
         padding-top: 14rem;
     }

     .agregue-valor {
         max-width: 500px;
         padding: 5.6rem;
         width: 100%;
         bottom: -362px;
         left: 50%;
         transform: translateX(-50%);
     }

     .item {
         width: 100%;
     }

     .item:last-child {
         margin-left: unset;
     }

     .title {
         margin: 1.5rem 0;
         font-size: 21pt;
     }

     .servico {
         min-height: unset;
         padding: 3rem;
         margin: 1rem auto;
         max-width: 500px;
     }

     .depoimento {
         padding: 3rem;
         min-height: 602px;
         margin-right: 1rem;
     }

     .carousel-cell {
         width: 80%;
     }

     .saiba-mais {
         width: 100%;
     }

     .duvida {
         height: unset;
         max-width: 450px;
         padding: 70px 0px;
     }

     .mt-6 {
         margin-top: 80px;
     }

     .text-dev {
         font-size: 22pt;
     }

 }

 @media screen and (max-width: 432px) {

     .agregue-valor {
         font-size: 20pt;
     }

     .text-dev {
         word-wrap: break-word !important;
         word-break: normal;
         font-size: 18pt;
     }

 }
