@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    font-family: 'Manrope' !important;
}

ol {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.menu-sistemas {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
}

#hamburgerMenu{
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(1px);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
}

.navigation {
    width: 1000px;
    max-width: 1000px !important;
}

.hover-blue:active {
    color: #223C57;
}

.logo-amz-branca {
    width: 200px;
}

.itens-menu div p {
    color: #fff;
    font-size: 19px;
}

.hero-sistemas {
    position: relative;
    height: 114vh;
}

.hero-sistemas video {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
}

.hero-sistemas video::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6671918767507004) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6671918767507004) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6671918767507004) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

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

.hr-orange {
    background-color: #FF7300;
    opacity: 1;
    margin: 0;
    border: none;
    height: 8px;
}

.container-general-1 {
    padding-bottom: 200px;
}


/* .row-tablet {
    width: 1030px;
} */

.box-tablet {
    width: 113%;
    height: 100%;

    border: 1px solid #000;
    border-radius: 20px;
    background: linear-gradient(to bottom, #FFFFFF 0%, white 60%, #FF6A00 40%, #FF6A00 100%);
}

.retangle-img {
    width: 100%;
    bottom: 0;
}

.tablet-img {
    width: 50%;
    bottom: 40px;
    left: 22%;
}

.tablet-text {
    width: 100%;
    top: 32px;
}

.number-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
}

.text-black.small {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    font-weight: 900;
}

.container-general-2 {
    padding-bottom: 200px;
    padding-top: 150px;
}

.box-img-pag {
    width: 100%;
    height: 107%;
}

.pag-img {
    width: 70%;
    bottom: 0;
}

.col-tec {
    width: 1035px;
}

/* From Uiverse.io by adamgiebl */
.cssbuttons-io {
    position: relative;
    font-family: inherit;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 100px;
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, #FF7300, #FF9500);
    color: #000;
    overflow: hidden;
}

.cssbuttons-io svg {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
}

.cssbuttons-io span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    padding: 0.4em 1.2em 0.4em 1.05em;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cssbuttons-io::before {
    content: "";
    background: #FFF;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
    transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
    transform: scale(0.95);
}

.box-orange {
    background-color: #FF7300;
    border-radius: 20px;
    padding: 40px;
}

.box-black {
    background-color: #1E1E1E;
    border-radius: 20px;
}

.box-dark-blue {
    background-color: #223C57;
    border-radius: 20px;
    height: 50%;
}

.bg-black-2 {
    background-color: #1E1E1E;
    margin-top: 130px;
    min-height: 800px;
}

.bg-black-1 {
    background-color: #1E1E1E;
    margin-top: 130px;
}

.form-sistemas {
    width: 95%;
}

.form-sistemas input {
    border-radius: 40px;
    border: 0px;
    margin-bottom: 15px;
    padding: 30px;
    font-size: 18px;
}

.form-sistemas input::placeholder {
    color: #6d6e70;
    font-weight: 600;
    position: relative;
    top: -15px !important;
}

.form-sistemas textarea::placeholder {
    color: #6d6e70;
    font-weight: 600;
    position: relative;
    top: 0px !important;
    left: 0px;
}

.form-sistemas input:focus {
    border: 1px solid #FF7300;
    outline: none;
}

.form-sistemas textarea {
    border: 1px solid #6d6e70;
    border-radius: 30px;
    overflow: hidden;
    padding: 30px;
}

.container-general-3 {
    padding-bottom: 180px;
    border-bottom: 10px solid #FF7300;
}

.box-name-case {
    bottom: 20px;
    left: 30px;
    width: 220px;
    background-color: rgba(34, 60, 87, 0.8);
    backdrop-filter: blur(2px);
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 4px;
}

.box-name-case-orange {
    bottom: 41%;
    left: 21%;
    width: 220px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 4px;
}

.card-black {
    width: 150px;
    background-color: #000;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.card-black-2 {
    width: 100%;
    background-color: #1E1E1E;
    border-radius: 20px;
    padding: 50px;
}

.card-orange {
    background-color: #FF7300;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.card-bg {
    background-image: url('../assets/images/agencia-bg.png');
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 10px 5px;
    color: #fff;
}

.form-sistemas-2 input {
    border-radius: 40px;
    border: 0px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 18px;
}

.form-sistemas-2 input::placeholder {
    color: #6d6e70;
    font-weight: 600;
    position: relative;
}

.form-sistemas-2 textarea::placeholder {
    color: #6d6e70;
    font-weight: 600;
    position: relative;
}

.form-sistemas-2 input:focus {
    border: 1px solid #6d6e70;
    outline: none;
}

.btn-orange {
    color: #FF7300;
    font-size: 24px;
    font-weight: 600;
    background-color: #FFF;
    border-radius: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.btn-orange:hover {
    color: #000;
    background-color: #FF7300;
}

.form-sistemas-2 textarea {
    border: 1px solid #6d6e70;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 10px;
}

.card-blue {
    background-color: #223C57;
    border-radius: 20px;
    bottom: 328%;
    width: 97%;
    left: 1.5%;
}

.card-blue-mobile {
    background-color: #223C57;
    border-radius: 20px;
    width: 97%;
}

.mao-amz-mobile {
    display: none;
}

.mao-amz {
    display: flex;
    justify-content: center;
    bottom: 92%;
}

.caret-tranparent {
    caret-color: transparent;
}

.highlight-line {
    opacity: 0;
    height: 1.5px;
    background-color: #FF6A00;
    margin-top: 7px;
}

li.text-orange .highlight-line {
    opacity: 1;
}

.tablet-text p {
    display: none;
}

.tablet-text p.active {
    display: block;
}

.op-0 {
    opacity: 0 !important;
}

.logos-mobile {
    display: none;
}

/* ANIMISTA */
.slide-top {
    -webkit-animation: slide-top 1s ease-in-out infinite alternate-reverse both;
    animation: slide-top 1s ease-in-out infinite alternate-reverse both
}

/* Formulários */

.btn-enviar {
  display: inline-block;
  height: 76px;
  width: 300px;
  background-color: none !important;
  border: 2px solid #FF6A00 !important;
  color: #FF6A00 !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 76px;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

::placeholder {
  color: #6d6e70 !important;
  opacity: 1;
}


/* ----------------------------------------------
 * Generated by Animista on 2025-4-10 9:41:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.rotate-center {
    -webkit-animation: rotate-center 2s linear infinite;
    animation: rotate-center 6s linear infinite
}

.rotate-center-2 {
    -webkit-animation: rotate-center 2s linear infinite;
    animation: rotate-center 6s linear infinite reverse
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-9 16:19:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 1540px) {
    .hero-sistemas {
        height: 118vh;
    }
}

@media (max-width: 767px) {
    .btn-pdd{
        padding: 0px !important;
    }
}

@media (max-width: 420px) {
    .hero-sistemas video {
        height: 84vh;
        width: 1350px;
        left: -139%;
    }

    .hero-sistemas {
        height: 84vh;
    }

    .box-img-pag {
        width: 100%;
        height: 360px;
    }

    .estrela-amzmp{
        display: none;
    }

    ul,
    ol {
        padding: 0px !important;
    }

    .mt-8r {
        margin-top: 2rem !important;
    }

    .mb-ex-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .row-tablet {
        max-width: 332px !important;
    }

    .box-tablet {
        width: 100%;
        height: 290px;
        border: 1px solid #000;
        border-radius: 20px;
    }

    .number-title-wrapper {
        justify-content: center;
    }

    .number-title-wrapper span {
        margin-top: -4px !important;
    }

    .logos-desk {
        display: none !important;
    }

    .logos-mobile {
        display: block !important;
    }

    .p-sm-0 {
        padding: 0px !important;
    }

    .mt-ex-sm-4 {
        margin-top: 1.5rem !important;
    }

    .col-tec {
        width: 332px;
    }

    .tecn-icons {
        display: flex;
        justify-content: center;
    }

    .mao-amz {
        display: none !important;
    }

    .mao-amz-mobile {
        display: block !important;
    }

    .card-blue {
        bottom: 80%;
    }

    .container-general-1 {
        padding-bottom: 90px !important;
    }

    .estrela-amzmp {
        width: 32px !important;
    }

    .box-name-case-orange {
        width: 175px;
    }

    .mt-105 {
        margin-top: 321px !important;
    }

    .card-black-2{
        padding: 30px;
    }

    .alt-medium{
        font-size: 22px !important;
        line-height: 28px !important;
    }

    #form-sistemas .col-md-7,
    #form-sistemas .col-md-5,
    #form-sistemas .col-12 {
      width: 100% !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  
    #form-sistemas .form-control {
      width: 100% !important;
      margin-bottom: 4px;
    }
  
    #form-sistemas .d-flex {
      flex-direction: column;
      align-items: stretch !important;
      gap: 12px !important;
    }
  
    #form-sistemas .btn-enviar {
      width: 100% !important;
      height: 56px !important;
    }
  
    #form-sistemas .g-recaptcha {
      width: 100% !important;
      transform: scale(0.9);
      transform-origin: 0 0;
    }
  }

/*Formulário*/
/*@media (max-width: 767.98px) {
    #form-sistemas .col-md-7,
    #form-sistemas .col-md-5 {
      width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  
    #form-sistemas .form-control {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  
    #form-sistemas {
      padding-left: 12px;
      padding-right: 12px;
    }
  
    #form-sistemas .d-flex {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }
  
    #form-sistemas .btn-enviar {
      width: 100% !important;
    }
  }*/
  