@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
    --bg-color: #1a1d20;
    --input-color: #292e32;
    --font-color: #90939c;
    --white-color: white;
    --primary-color: #f46c64;
    --primary-font-color: #FCFCFC;
    --link-primary-color: #90939C;
}

* {
    font-family: "Rubik", sans-serif;
}

body {
    background: var(--bg-color);
}

.personal-select option {
  zoom: 1.2 !important;
  color: white;
}
.personal-select:focus {
  border-left-color: #f46c64 !important;
}

.section-post{
  margin: 0px 20px 0px 20px;
}

.w-100 {
    width: 100% !important;
}

/* .personal-select {
    height: 63px !important;
    text-indent: 5px !important;
}

.personal-select * {
    margin: 20px 5px !important;
} */

.style-title {
    font-size: 48px;
    font-weight: 500;
    color: white;
    font-family: "Oswald", sans-serif;
}

.style-sub {
    font-size: 18px;
    font-weight: 500;
    color: var(--font-color);
}

.style-font {
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
}

.iframe-header {
    width: 100% !important;
    display: block !important;
    height: 99px;
}

.iframe-footer {
    width: 100% !important;
    height: 700px !important;

}

.form-control:focus {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: var(--input-color) !important;
    color: var(--font-color);
    font-weight: 600;
}

.row {
    width: 100%;
}

.ico-input {
    padding-left: 10px;
}

.custom-input {
    /* padding-bottom: 12px; */
}

.button-primary {
    font-family: "Oswald", sans-serif;
    background: var(--primary-color);
    color: white;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.m-t-30 {
    margin-top: 30px;
}

.text-forgot {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.main-section {
    background: var(--bg-color);
    height: 100vh;
    padding-top: 110px;
}

h1 {
    color: var(--primary-color);
}

.label {
    color: var(--font-color);
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

a {
    color: var(--white-color);
    text-decoration: none;
}

.custom-a {
    font-family: "Oswald", sans-serif !important;
    text-decoration: none;
    color: var(--link-primary-color) !important;
}

.custom-a:hover {
    color: var(--primary-color) !important;
}

a:hover {
    color: var(--primary-color) !important;
}



input::placeholder {
    font-weight: 600;
}

.div-info-card {
    padding-top: 20px;
    /* padding-bottom: 30px; */
    display: flex;
    flex-direction: column;
}

.text-info-card {
    font-weight: 600;
    color: var(--white-color);
    font-size: 16px;
    padding-bottom: 20px;
}


.input-group-text {
    border-radius: 0 !important;
    background: var(--input-color);
    border-color: var(--input-color);
    border-left-color: var(--primary-color);
    height: 63px;
}

.input-group-text {
    color: var(--font-color);
}

.form-control {
    border-radius: 0 !important;
    background: var(--input-color);
    border-color: var(--input-color);
    font-size: 12px;
    color: var(--font-color);
    font-weight: 600;
}

.text-new-accout {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-color);
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;

}

.div-info-login {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 15px;
}

.item-info {
    display: flex;
    align-items: center;
}

.ico-info {
    background: var(--input-color);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.desc-info {
    color: var(--font-color);
    font-size: 16px;
    font-weight: 600;
}

.new-account {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.div-sales {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
    padding: 25px 0px 0px 0px;
    text-align: center;
}

.div-step {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.required {
    color: red;
}

.divider-step {
    width: 150px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 3px;
}

.step-select {
    color: var(--primary-color) !important;
    background: var(--white-color);
}

.item-step {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
    height: 63px;
    width: 63px;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.main-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.div-logo {
    padding-bottom: 50px;
}

.custom-register {
    padding-bottom: 15px;

}

.inside-div {
    width: 532px;
    padding-bottom: 100px !important;

    /* background: red; */
}

.info-page {
    color: #E5EFC1;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 50px;
}


.divider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;

}

.m-t-40 {
    margin-top: 40px;
}

.bar-divider {
    width: 160px;
    height: 3px;
    border-radius: 3px;
    background: var(--primary-color);
}

.title-divider {
    font-family: "Oswald", sans-serif;
    color: var(--white-color);
    font-size: 24px;
    text-transform: uppercase;
}

.custom-check {
    margin-right: 10px !important;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}

.form-check-input {
    cursor: pointer;
    background-color: var(--font-color);

}

.div-box {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;

    justify-content: center;

}

.form-check-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);

}

.nav-mobile {
    display: none;
}

@media (max-width: 990px) {
    .nav-mobile {
        display: inline !important;
        background: transparent;
    }

    .header-details .title-header{
      text-align: center;
    }

    .inside-div {
        width: 100% !important;
        padding: 0px 15px;
    }

    .logo {
        width: 250px;
    }

    .div-info-login {
        flex-direction: column !important;
    }

    .item-info {
        padding-bottom: 20px;
    }

}
.btn-social-header:hover {
  color: white !important;
}
@media (max-width: 1024px) {
  header .btn-out{
    margin: 0px !important;
  }
  
  header .btn-up{
    margin: 0px !important;
  }


  .header-details .title-header{
    text-align: center;
  }
  
  .nav-mobile {
      display: flex !important;
      background: transparent;
  }

  .inside-div {
      width: 100% !important;
      padding: 0px 15px;
  }

  .logo {
      width: 250px;
      position: absolute;
      right: 10px
  }

  .div-info-login {
      flex-direction: column !important;
  }

  .item-info {
      padding-bottom: 20px;
  }

}

@media only screen and (max-width: 2000px) {
  header .inside {
      width: 100%;
      padding: 0px 15px;
  }
}




nav {
    background-color: var(--bg-color);
    height: 65px;
}


#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    /* top: 25px; */
    /* background: red; */
    /* left: 25px; */
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    padding: 20px;
}

#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.item-menu-mobile{
    padding: 10px 0px;
    font-weight: 500;
    font-size: 1.1rem;
}

#menu {
  text-transform: uppercase;
    position: absolute;
    font-family: "Oswald", sans-serif !important;
    font-size: 14px !important;
    margin-left: -30px;
    width: 200px;
    height: 100vh;
    margin-top: 60px;
    background-color: #000000;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-115%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu  a{
  font-family: "Oswald", sans-serif !important;
    font-size: 14px !important;
}
#menu li {
    padding: 10px 0;
    transition-delay: 2s;
}

#menuToggle input:checked~ul {
    transform: none;
}