html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: 400;
  color: #565656;
}

.breadcrumb {
  cursor: pointer;
  font-size: 80%;
}

ul li {
  margin-bottom: 15px;
}

ul li p {
  line-height: 22px;
}

.code-container {
  padding: 20px 30px 20px 30px;
  background-color: #000;
  color: #33FF00;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.session-image {
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

code {
  -webkit-touch-callout: text !important; /* iOS Safari */
  -webkit-user-select: text !important; /* Safari */
   -khtml-user-select: text !important; /* Konqueror HTML */
     -moz-user-select: text !important; /* Old versions of Firefox */
      -ms-user-select: text !important; /* Internet Explorer/Edge */
          user-select: text !important; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

.text-logo-container {
  display: flex;
  flex-direction: row;
  font-size: 36px;
  margin-left: 20px;
  padding: 28px 0 28px 0;
}

.text-logo {
  font-family: "Courier New", Courier, monospace;
  color: #33FF00;
  font-weight: 700;
  cursor: pointer;
}

.text-logo-ambar {
  font-family: "Courier New", Courier, monospace;
  color: #FFB000;
  font-weight: 700;
  cursor: pointer;
}

.languages-container {
  display: flex;
  flex-direction: row;
  font-size: 36px;
  padding: 28px 30px 28px 0;
}

.border {
  border: 2px solid red;
}

h1 {
  margin-bottom: 25px;
  line-height: 32px;
}


h2 {
  line-height: 32px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  line-height: 30px;
}

ol li {
  font-size: 100%;
  line-height: 30px;
  cursor: pointer;
}

a:link {
  color: #565656;
}

a:visited {
  color: #565656;
}

a:hover {
  color: #565656;
}

a:active {
  color: #565656;
}

a:link, a:visited {
  text-decoration: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.select {
  -webkit-touch-callout: auto; /* iOS Safari */
    -webkit-user-select: auto; /* Safari */
     -khtml-user-select: auto; /* Konqueror HTML */
       -moz-user-select: auto; /* Old versions of Firefox */
        -ms-user-select: auto; /* Internet Explorer/Edge */
            user-select: auto; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  height: 90px;
}

/* Main Sections */
main {
  padding: 90px 0 0 0;
}

.section {
  margin: 20px;
  overflow: hidden;
}

.section:before,
.section:after {
  content: "";
  display: table;
  clear: both;
}

.section {
  width: 100%;
  margin: 0;
  background-color: #FFF;
}

.section-header {
  background-color: #000;
  padding: 5px 0 5px 0;
}

.section-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.left-side {
  display: flex;
  align-items: flex-start;
}

.right-side {
  display: flex;
  align-items: flex-end;
}

.language {
  margin-left: 10px;
  font-size: 60%;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.language.active {
  text-decoration: underline !important;
  text-underline-offset: 8px;
  color: #33FF00;
}

.logo img {
  width: 340px;
  padding: 25px 5px 5px 0;
  margin-top: 5px;
  cursor: pointer;
}

.section-top {
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

.section-top-content {
  display: flex;
  flex-direction: row;
}

.top-left {
  width: 60%;
  position: relative;
  display: none;
}

.container-text {
  width: 100%;
  display: flex;
  justify-content: center;
}

.manual-link {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.section-content {
  padding: 20px;
}

.section-content img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  max-height:100%; 
  max-width:100%;
}

.white-section {
  background: #FFF;
}

.grey-section {
  background: #f6f6f6;
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
  width: 100%;
  padding: 60px 0 60px 0;
}

.footer-logo img {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.social svg {
  width: 20px;
  margin-right: 10px;
}

.contact {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.copyright {
  margin-bottom: 10px;
}

.demo-link-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main-content {
  padding: 30px 0 40px 0 !important;
}
  
@media(max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
  
.blue-card {
  background: #2A5276;
  color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(#000000, 0.12), 0 2px 4px rgba(#000000, 0.24);
}

  
.blue-card:before, .blue-card:after {
  color: rgba(#2A5276, 0.9);
}


/* result */

.hide {
  display: none !important;
}

/* Media Queries */

/* Extra Small Devices (portrait phones) */
@media only screen  and (max-width: 576px) {
  .languages-container {
    padding: 20px 30px 28px 0;
  }

  .text-logo {
    font-size: 75% !important;
  }

  .text-logo-ambar {
    font-size: 75% !important;
  }

  .section-header-content {
    max-width: 100%;
    margin: 0;
    padding: 0 10px 50 10px;
  }

  .section-top-content,
  .section-content {
    max-width: 100%;
    margin: 0;
    padding: 30px;
  }

  .section-top {
    background-image: none;
  }
}

/* Small Devices (landscape phones) */
@media only screen  and (min-width: 577px) and (max-width: 767px) {
  .languages-container {
    padding: 20px 30px 28px 0;
  }

  .text-logo {
    font-size: 75% !important;
  }

  .text-logo-ambar {
    font-size: 75% !important;
  }

  .section-header-content {
    max-width: 100%;
    margin: 0;
    padding: 0 15px 0 15px;
  }

  .section-top-content,
  .section-content {
    max-width: 100%;
    margin: 0;
    padding: 15px;
  }
}

@media (min-width: 578px) {
  .languages-container {
    padding: 20px 30px 28px 0;
  }

  .text-logo {
    font-size: 75% !important;
  }

  .text-logo-ambar {
    font-size: 75% !important;
  }

  .title {
    margin-top: 15px;
    width: 480px;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
  }
  
  .title-text {
    margin-top: 30px;
    width: 480px;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
  }

  .customers-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 30px 0;
  }

  .faq-section .header {
    font-weight: bold;
  }
  
}

@media (min-width:720px) {
  .languages-container {
    padding: 28px 30px 28px 0;
  }

  .text-logo {
    font-size: 100% !important;
  }

  .text-logo-ambar {
    font-size: 100% !important;
  }

  .top-left {
    margin: auto;
    display: flex;
  }

  .container-img {
    width: 100%;
    opacity: 0;
  }
}

/* Medium Devices (tablets) */
@media only screen  and (min-width: 768px) and (max-width: 991px) {
  .text-logo {
    font-size: 100% !important;
  }

  .text-logo-ambar {
    font-size: 100% !important;
  }

  .section-header-content {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 20px 0 20px;
  }

  .section-top-content,
  .section-content {
    max-width: 95%;
    margin: 0 auto;
    padding: 20px;
  }

}


/* Large Devices (desktops) */
@media only screen  and (min-width: 992px) and (max-width: 1050px) {
  .text-logo {
    font-size: 100% !important;
  }

  .text-logo-ambar {
    font-size: 100% !important;
  }

  .section-top-content {
    height: 400px;
  }

  .section-top-content,
  .section-content {
    max-width: 990px;
    margin: 0 auto;
    padding: 20px;
  }

  .scene {
   width: 80%;
  }
}

/* Laptops */
@media (min-width: 1024px) {
  .text-logo {
    font-size: 100% !important;
  }

  .text-logo-ambar {
    font-size: 100% !important;
  }

  .section-top {
    height: 500px;
    background: url(./images/teia-esquerda-cinza.svg),url(./images/teia-direita-cinza.svg);
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-size: 400px 500px;
    background-position: -15%,115%;
    z-index: 10;
  }

  .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .top-left {
    margin: initial;
  }

  .container-img {
    display: none;
  }

  .top-left {
    display: flex;
  }

  .container-img {
    width: 100%;
    display: none ;
    padding: 40px 0 40px 0px;
  }

  .video-container {
    width: 50%;
  }

  .content-area, .content-area-reverse  {
    display: flex;
    flex-wrap: nowrap;
  }

  .text-content {
    margin-left: auto;
  }
  
  .container-text {
    justify-content: initial;
    text-align: initial;
  }

  .perspective {
    perspective: 300px;
    display: flex;
    padding: 20px;
  }
  
  .perspective img{
    transform: rotateY(10deg);
  }

  .video-content {
    gap: 100px;
  }

  .blue-section ul li {
    font-size: 150%;
    text-indent: -48px;
  }

  .blue-section ul {
    margin: -10px 60px 60px 95px;
  }

  .company-column {
    width: 100%;
  }

  .column {
    display: flex;
    width: initial;
  }
}

/* Extra Large Devices (large desktops) */
@media only screen  and (min-width: 1200px) {
  .text-logo {
    font-size: 100% !important;
  }

  .text-logo-ambar {
    font-size: 100% !important;
  }

  .section-header-content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
  }

  .logo img {
    padding: 0px;
  }

  .section-top-content,
  .section-content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 20px;
  }

  .section-header-content {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
  }

}
