@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

body {
  margin: 0px;
  background-color: var(--bg-bluer-dark);
  font-family: roboto;
  color: #fff;
  font-size: 1.37vw;
}
body::-webkit-scrollbar {
  width: 10px;
} body::-webkit-scrollbar-track {
  background-color: #515151;
} body::-webkit-scrollbar-thumb {
  background: var(--lc-yellow);
  border-radius: 5px;
}

h1, h2, h3, h4, h5, h6, p, strong {
  margin: 12px;
}

.full-width {
  width: 90%;
  padding: 3% 5%;
}

br {
  visibility: hidden;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: column;
}

/* Palette */
:root {
  --lc-yellow: #fad601;
  --yellow-desbotado: #f1d559;
  --bg-dark: #232323;
  --bg-bluer-dark: #1b1c1d;
}

/*  Main Nav Style  */
nav {
  background-color: #000;
  height: 60px;
  width: 100%;
  border-bottom: #d2ab71 3px solid;
  justify-content: end;
  position: fixed;
  top: 0;
  bottom: 1;
  z-index: 3;
}

nav a {
    padding: 0px 8px;
}


.home {
    position: fixed;
    left: 0;
    padding-left: 15px;
}

nav a:link, .drop-item a:link {
    color: #fff;
    text-decoration: none;
}

nav a:visited, .drop-item a:visited {
    color: #fff;
}

nav a:hover, .drop-item a:hover {
    color:#7a7a7a;
}

.top-nav-fix {
    height: 63px;
}

.drop-nav {
    display: none;
}

/*  Header Style  */

header {
    width: 84%;
    padding: 2vw 8%;
    background-color: var(--bg-dark);
}

header h1 {
    color: var(--yellow-desbotado);
    font-size: 4.5vw;
    font-family: garamond;
    text-align: center;
    width: 70%;
}

header img {
    width: 25%;
    height: auto;
}

.cel-img {
    display: none;
}

.header-content {
    width: 70%;
    padding-left: 5%;
}

.header-content p {
    text-align: start;
    line-height: 1.6;
    color: #cfcfcf;
}

.bigger-font {
    font-size: 1.3em;
    color: #efefef;
}

.bg-1 {
    background-color: #000;
    width: 35%;
    margin-inline: auto;
    border: 1.85px solid var(--yellow-desbotado);
    padding: 2% 6%;
} .bg-1 > p {
    margin: 0;
} .bg-1 b, .bg-1 p, .bg-1 a {
    width: 100%;
    margin: 5px 0;
}

.convert {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  border: #e1be1f 2px solid;
  border-radius: 8px;
  background-color: #000;
  font-size: 1em;
  transition: 0.5s all ease;
}

.convert--blocked {
    cursor: not-allowed;

}

.convert:link {
    color: #fff;
}

.convert:visited {
    color: #fff;
}

.convert:hover {
    color: #75757b;
    border: #d08a20 2px solid;
}

.convert--blocked:hover {
    color: #fff;
    border: #e1be1f 2px solid;
}

.text-center {
    text-align: center;
}

.destaque-2 {
    color: var(--yellow-desbotado);
    font-weight: bold;
    animation-name: comeover;
    animation-duration: 3s;
    position: relative;

}

@keyframes comeover {
    0%  {left:200px; right:0; color: #0000;}
    100% {left:0; right:200px;}
}

.gradient-1 {
    background-image: linear-gradient(#000000, #0000);
    height: 3vw;
    width: 100%;
    display: block;
}

article {
    background-color: #f6f6f6;
    padding-top: 50px;
    width: 100%;
    display: flex;
    color: #000;
    background-image: url('../img/transition.png');
    background-position-y: top;
    background-position-x:center;
    background-size: initial;
    background-repeat: repeat-x;
    background-size: 100% 50px;
}
article img {
    transition: all 2s ease;

}

article img:hover {
    background-color: #ccc;
    transform: scale(0.8, 0.8);
}

.content {
    width: 31%;
    padding: 2%;
    margin: 2.5%;
    border-radius: 15px;
    display: flex;
}

.section-a {
    background-color: var(--bg-bluer-dark);
    width: 90%;
    padding: 3% 5%;
    font-size: 1em;
    visibility: hidden;
    margin-bottom: 0px;
    margin-top: 40px;
}

.section-a.active {
    animation-name: float-up, fadingColor;
    -webkit-animation-fill-mode: forwards;
    animation-duration: 2s;
    visibility: inherit;
    margin-bottom: 0px;
    margin-top: 40px;
}


@keyframes float-up {
    from {margin-bottom: 0px; margin-top: 40px;}
    to {margin-bottom: 40px; margin-top: 0px;}

}

@keyframes fadingColor {
    from {color: #0000;}
    to {color: inherit;}
}

@keyframes fadingColorYellow {
    from {color: #0000;}
    to {color: var(--lc-yellow);}
}

.destaque {
    font-weight: bold;
    font-family: 'roboto';
    color: #fff;
    font-size: 1.5em;
    animation-name: fadingColor;
    animation-duration: 1s;
}

.destaque-b {
    font-weight: bold;
    color: var(--lc-yellow);
}

.sub-t {
    text-align: center;
    font-family: helvetica;
    font-size: 1.1em;
    color: var(--lc-yellow);
    animation-name: fadingColorYellow;
    animation-duration: 1s;
}

.line {
    background-color: #000;
    width: 85%;
    height: 6px;
    display: block;
    margin: 3% 0;
    border-radius: 8px;
    box-shadow: 0px 6px #191919;
}

.textbox {
    text-align: justify;
    padding-inline: 17.5%;
}

.price-a {
    font-family: 'times new roman';
    color: #cfcfcf;
    font-size: 1.3em;
    text-decoration: line-through #ff0e0e;
    animation-name: fadingColor;
    animation-duration: 1s;
    animation-delay: 0.4s;
}

.price-b {
    font-size: 2em;
    font-family: 'times new roman';
    margin: 12px 0 0 0;
}

.price-c {
    font-weight: bold;
}


.garanta {
    background-color: #000;
    width: 30%;
    margin: 3%;
    padding: 25px;
}

footer {
    background-color: #000000;
    width: 90%;
    padding: 3vw 5% 10vh 5%;
    color: #ffffff;
}

.footer-left {
    width: 25vw;
    height: 25vw;
    padding-bottom: 3%;
}

.footer-gradient {
    background-image: linear-gradient(270deg,#000, #0000);
    width: 12.5vw;
    height: 25vw;
    margin: 0 0 0 15vw;
    padding: 0;
    position: absolute;
}

.footer-right {
    width: 50vw;
    padding: 3% 5vw;
    font-size: 1.2em;
    text-align: justify;
}

.footer-under-left, .footer-under-right {
    width: 30%;
    padding: 3% 5%;
}

.ebook {
    padding: 30px;
    width: 100%;
    text-align: center;
    :hover {
        color: #000000a6;
        background-color: #000000a6;
    }
} 

.hover {
    color: #0000;
    position: absolute;
    width: 30%;
    height: 30%;
    z-index: 2;
    :hover {
        background-color: #000000b0;
    }
}

.brands {
    width: 100%;
    font-size: 1.8em;
    > * {
        margin: auto;
        padding:10px;
        color: #fff;
    } :hover {
        color: #494949;
    }
}

.posted {
    color: #9fa1aa;
    text-decoration: underline;
    width: 100%;
}

.underline{
    text-decoration: underline;

}

.white-section {
    background-color: #f6f6f6;
    color: #060606;
    width: 90%;
    padding: 5%;
}

.white-section h1 {
    font-size: 2.4em;
}

.white-section p {
    text-align: center;
    width: 60%;
    font-size: 1.2em;
}

.white-section a, .mentoria-btn {
    background-color: var(--bg-dark);
    color: #f6f6f6;
    border: none;
    text-decoration: none;
    padding: 18px 35px;
    margin: 10px;
    font-size: 1.3em;
    border-radius: 10px;
}

.white-section a:hover, .mentoria-btn:hover {
    background-color: #000;
    color: #888;
    box-shadow: 10px 10px #333435 ;
}

.input {
    background-color: #111;
    border-color: var(--lc-yellow);
    border-width: 0 0 0 5px;
    padding: 10px;
    width: 40%;
    font-size: 1em;
    color: #fff;
}

input.mentoria {
    background-color: #f6f6f6;
    color: #000;
    border-color: #000;
}

.overlay-link {
    text-decoration: none;
    color: #000000;
    margin: 20px 0;
    margin-inline: auto;
    padding: 15px 20px;
    font-weight: 900;
    font-family: roboto;
    font-size: 1em;
    border: none;
    background-color: var(--lc-yellow);
    border-radius: 2px;
    cursor: pointer;
}

.overlay-link:hover {
    background-color: #f6f6f6;
}

.red-placeholder::placeholder {
    color: #ff295f;
}

.input {
    background-color: #111;
    border-color: var(--lc-yellow);
    border-width: 0 0 0 5px;
    padding: 10px;
    width: 40%;
    font-size: 1em;
    color: #fff;
}

.input:hover {
    border-color: var(--lc-yellow);
}

.red-placeholder::placeholder {
    color: #ff295f;
}

.overlay-link {
    text-decoration: none;
    color: #000000;
    margin-top: 14px;
    margin-inline: auto;
    padding: 15px 20px;
    font-weight: 900;
    font-family: roboto;
    background-color: var(--lc-yellow);
    border-radius: 2px;
    transition: 0.5s ease background;
}

.overlay-link:hover {
    background-color: #f6f6f6;
}

.conteudos {
    padding: 0 5% 3% 5%;
    width: 80%
}

.lista {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 65%;
}

.lista li {
    padding: 12px 0;
}

.list-item {
    color: #adadad;
}

.color-item {
    color: var(--yellow-desbotado);
    text-decoration: underline  #000000 4px ;
}

.whatsapp {
  position:fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  height: 10%;
} .mensagem {
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-inline: 35px;
    margin-right: 20px;
    border-radius: 40px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 947px) {
    body {
        font-size: 4vw;
    } p, h1, h2, h3 {
        margin: 10px 0px;
    } .desk-link {
        display: none;
    } .drop-nav {
        display: block;
        padding: 0 25px;
        font-size: 1.3em;
    } .drop-nav:hover .drop-nav-content {
        display: flex;
    } .drop-nav-content {
        position: absolute;
        padding: 15px;
        right: 0;
        background-color: #191818;
        align-items: normal;
        display: none;
    } .drop-item {
        padding: 8px;
    }

    .fix {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      padding: 8% 0;
    }
  
    .fix>* {
      width: 90%;
      padding-inline: 5%;
    }

    nav, .top-nav-fix {
        height: 55px;
    }

    .home img {
        height: 45px;
    }

    header {
        text-align: center;
        width: 90%;
        padding: 5%;
    }

    .cel-img {
        display: block;
        width: 90%;
        height: auto;        
        margin-right: 2%;
        padding: 7% 0 0 0;
    }

    .n-img {
        display: none;
    }

    .destaque-2 {
        position: static;
    }

    .bg-1 {
      padding-inline: 10%;
      width: 70%;
    }
    .bg-1:first-child {
        margin: 0 0 25px 0;
    }

    .header-content {
        width: 90%;
    }

    header h1 {
        font-size: 9vw !important;
        text-align: center;
        width:100% !important;
    }

    .gradient-1 {
        height: 6vw;
    }

    .conteudos .destaque {
        text-align: center;
    }
    article {
        flex-direction: column;
        background-size: 100% 25px;
    }

    .content {
        width: 75%;
        margin: 15px auto;
    }

    .section-a {
        text-align: center;
    }

    .section-a h2 {
        text-align: center;
        font-size: 1.35em;
    }

    .textbox {
        padding-inline: 0;
        text-align: left;
    }

    .bg-2 {
        width: 50vw;
        height: 25vw;
    }

    .right, .center-it, .book {
        display: none;
    }

    .white-section h1 {
        font-size: 2em;
        text-align: center;
    }

    .white-section p {
        font-size: 1.2em;
        width: 90%;
    }

    .overlay-content {
        font-size: 0.85em;
        width: 100%;
        height: 70%;
        bottom: 0;
    }

    .input {
        width: 70%;
    }
    
    .close {
        font-size: 2em;
        top: 16.5%;
        left: 7%;
    }

    footer > * {
        flex-direction: column;
        width: 90%;
        padding: 5%;
    }

    footer .centered > * {
        width: 100%;
        height: auto;
    }

    footer .centered img {
        height: auto;
        width: 50%;
    }

    .garanta {
        width: 110%;
        padding: 0%;
        margin: 0;
    }

    .lista {
        width: 90%;
    }

}