html {
  font-size: 70%;
  background-color: #09171d;
}

body {
  background-color: #121212;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: monospace;
  overflow: hidden;
}

.align-items-center{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.paragraph-default{
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  color: #121212;
  width: 60%;
  text-align: center;
  font-size: 14px;
}

.paragraph-default > span{
  font-weight: bold;
}

.text-warning{
  position: absolute;
  bottom: 100px;
  font-style: italic;
  font-size: 9px;
}

.mg-top{
  margin-top: 50px;
}

.wd-full{
  width: 100%;
}

.featured-source{
  font-weight: 600;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 22px;
}

.info-expertise{
  margin-bottom: 10px;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  transform-style: preserve-3d;
}

.slider section{
  padding: 50px;
}

.item {
  position: absolute;
  width: 50%;
  height: 50vh;
  text-align: justify;
  background-color: #fff;
  padding: 20px;
  transition: transform 1.5s, opacity 1s;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.item.active {
  width: 100%;
  height: 100vh;
  transition: 1.5s;
}

.item:not(.active) .tranding-slide {
  width: 13.5rem;
  height: 12rem; 
  transition: 0.5s;
}

.title-main{
  width: 100%;
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
  color: #121212;
  font-size: max(23px, 2.3vw);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: white;
}

.text-start{
  text-align: start !important;
}

.text-end{
  text-align: end;
}

.text-white{
  color: white;
}

.title-main span{
  color: #ff8c00;
}

.subtitle-main{
  font-size: 16px;
}

.subtitle-main span{
  color: #ff8c00;
}

.flex-row{
  flex-direction: row;
}

.loader-background{
  position: absolute;
  background-color: #121212;
  height: 100vh;
  width: 100%;
  z-index: 8888;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 300px; 
  height: auto; 
}

.btn-invest{
  background-color: #ff8c00;
  border: none;
  border-radius: 10px;
  padding: 7px 17px;
  font-size: 14px;
  color: white;
  margin-top: 15px;
  cursor: pointer;
}

.fixxinvest-section{
  color: white;
  text-align: center;
}

video{
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.background-video{
  filter: brightness(0.3);

}

.section-background-video .items-background-video{
  z-index: 3;
}

.fixxinvest-content{
  flex-direction: column;
  height: 100%;
}

.bg-dark{
  background-color: #090a0a;
  color: white;
}

.content-card-expertise{
  color: white;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}

.container-cards-expertise{
  width: 60%;
}

.btn-underline {
  background-color: transparent;
  border: none;
  color: #ff8c00;
  font-size: 12px;
  cursor: pointer; 
  position: relative; 
  padding: 5px 16px; 
}

.btn-underline::after {
  content: '';
  position: absolute; 
  left: 0;
  bottom: 0;
  width: 100%; 
  height: 1px;
  background-color: #ff8c00; 
  transition: background-color 0.3s; 
}

.overlay-video {
  display: block;
  background-color: #000000cb;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.content-section{
  height: 100%;
  flex-direction: row;
  gap: 30px;
}

#currency{
  font-size: 10px;
}

.item:not(.active) #simulator-section{
  align-items: start !important;
  margin-top: 20px;
}


#title-simulator{
  width: 90%;
  text-align: center;
}

#app-section{
  background-color: #090a0a;
}

#content-app{
  flex-direction: row;
  gap: 80px;
}

#title-app {
  width: 500px;
  align-items: start;
}

#title-app > h1{
  width:100%;
}

.phone{
  width: 170px;
}

.phone > img{
  width: 100%;
  height: auto;
}

#phone-img > img{
  width: 100%;
  height: auto;
  animation: up-down 1.4s infinite ease-in-out alternate;
}

.cvm-logo{
  width: 80px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cvm-logo img{
  width: 100%;
  height: auto;
}

#social-btns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@keyframes up-down{
  from{
    transform: translatey(0px);
  }
  to{
    transform: translatey(-15px);
  }
}


.flex {
  display: flex;
  align-items: center;
  justify-content: center; }

.app-btn {
  padding: 10px 15px;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 8px;
  text-transform: uppercase; 
  margin-top: 5px;
}

.app-btn p {
  font-size: 11px
}

.app-btn.blu {
  background-color: #101010;
  transition: background-color 0.25s linear; 
}

.app-btn.blu:hover {
  background-color: #454545; 
}

#apple-img {
  width: 18px;
  margin-right: 10px;
}

#apple-img > img{
  width: 100%;
  height: auto;
}

.app-btn .big-txt {
  font-size: 10px;
  text-transform: capitalize; 
}

@media (min-width: 500px) and (max-width: 900px) {
  #title-app{
    width: 250px;
    align-items: center;
  }
  .app-btn p {
    font-size: 8px;
  }
}

/*Celulares e alguns tablets*/
@media (min-width: 320px) and (max-width: 499px) {

  .loader-background{
    background-color: white;
  }

  .loader{
    width: 250px;
  }
  .subtitle-main{
    font-size: 12px !important;
    font-weight: 500;
  }

  .paragraph-default{
    width: 250px;
  }

  .title-main{
    width: 250px;
    font-size: 18px;
  }

  .logo-fixxinvest{
    width: 100px !important;
  }

  #title-simulator{
    font-size: 18px !important;
    width: 250px;
  }

  .paragraph-default{
    font-size: 11px !important;
  }

  .title-input{
    font-size: 16px !important;
  }
  .content-section{
    flex-direction: column !important;
  }

  .slider-menu{
    display: none !important;
  }

  #msform fieldset{
    padding: 15px 25px !important;
  }

  .text-warning{
    bottom: 80px !important;
    font-size: 8px !important;
  }

  #title-app{
    width: 250px;
    align-items: center;
  }

  #title-app h2{
    width: 250px !important;
  }

  #content-app{
    gap: 10px;
  }

  .text-start{
    text-align: center !important;
  }

  #content-app{
    flex-direction: column;
  }

  .phone{
    width: 40px;
  }

  #msform{
    display: none;
  }

  .cvm-logo{
    width: 40px;
  }

  .app-btn p {
    font-size: 8px;
  }
}