* {
    margin: 0;
    padding: 0;
    font-family: "Russo One", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: var(--black);
}
body {
    background-color: #111111;
}
:root {
    --orange: #F94C13;
    --black: #2F2F2F;
    --branco: #fdfdfd;
    --verde: #58A040;
}
a {
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
}
marquee {
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: yellow;
    font-weight: 600;
    padding: 15px;
    color: var(--black);
    float: left;
    margin-top: -12px;
}
marquee#primeiro {
    rotate: -3deg;
    z-index: 1;
}
marquee#segundo {
    rotate: 0.3deg;
    z-index: 2;
}
.container {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
}
.bg-degrade {
    background: url('img/textura.png'), linear-gradient(90deg, #763313, var(--orange));
    color: #121212;
}
.bg-laranja {
    background: url('img/textura.png'), var(--orange);
    color: #121212;
}
.bg-escuro {
    color: #ffffff;
    background: url('img/textura.png'), linear-gradient(90deg, #151515, var(--black));
}
.bg-escuro-laranja {
    color: #ffffff;
    background: url('img/textura.png'), linear-gradient(150deg, #151515, var(--black), var(--black));
}
.bg-preto {
    color: #ffffff;
    background: url('img/textura.png'), #151515;
}
.bg-azul {
    color: #ffffff;
    background: url('img/textura.png'), linear-gradient(90deg, #090b8e, #1114F5), #0c2f5f;
}
h2.branco {
    text-align: center;
    margin: 10px 0;
    background: -webkit-linear-gradient(45deg, 	#ffffff, #aaaaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-branco {
    color: var(--black);
    background: url('img/textura.png'), linear-gradient(45deg, #ccc, var(--branco), #ddd);
}
.bg-marrom {
    color: var(--white);
    background: url('img/textura.png'), linear-gradient(180deg, #4a352b, #755443);
}
.bg-marrom div {
    color: #fff;
}
#topo-oferta{
    padding: 13px;
    text-align: center;
    background: yellow;
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
}
#topo {
    text-align: center;
    color: #ffffff;
    background: url('img/textura.png'), #151515 url('img/bg-topo.png') no-repeat center right;
    padding-bottom: 0;
}
#topo .container {

}
#topo #sub-topo  {
    height: 100px;
}
#topo img#mec {
    width: 70px;
    margin-top: 15px;
    float: right;
}
#topo img#instituto {
    width: 180px;
    float: left;
    margin-top: 25px;
}
#topo #esquerda-headline {
    width: 400px;
    float: left;
    text-align: left;
}
#topo #esquerda-valor {
    width: 400px;
    float: none;
    text-align: left;
}
#topo img#player {
    width: 500px;
    float: right;
    margin-top: -70px;
}
#topo h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 2px;
}
#topo h3 {
    color: var(--branco);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
h4 {
    color: var(--branco);
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
#metodo .container {
    padding: 60px 10px;
}
#metodo h2 {
    margin: 0;
    margin-left: 520px;
    margin-top: 10px;
    font-size: 30px;
}
#metodo h3 {
    margin: 10px 0;
    margin-left: 520px;
    font-size: 17px;
    color: var(--black);
}
#metodo h3 u{
    text-decoration: underline 2px var(--orange);
}
#metodo p {
    line-height: 1.5;
    margin: 0 20px 10px 0;
}
#metodo img {
    float: left;
    width: 500px;
    margin-top: -48px;
    margin-right: 20px;
}

h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 2em;
    text-shadow: #666 0px 1px;
}
h2 {
    background: -webkit-linear-gradient(180deg, 	#ffbf00, var(--orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
a.botao{ 
    background: -webkit-linear-gradient(45deg, 	#ffbf00, var(--orange), var(--orange));
    text-decoration: none;
    color: var(--black);
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    color: #fff;
    box-shadow: #888 1px 1px 2px;
}
a.botao:hover {
    background: -webkit-linear-gradient(45deg, var(--orange), var(--orange), #c1470a);
}
a.whats {
    background: linear-gradient(45deg, 	#6cc789, var(--verde), var(--verde));
    color: #fff;
}
a.botao i {
    color: #ffffff;
    margin-right: 10px;
}
a.whats:hover {
    background: linear-gradient(45deg, 	var(--verde), var(--verde), #187e39);
}
.professor {
    width: 451px;
    border-radius: 5px;
    margin: 0 25px 25px 0px;
    float: left;
    background: url('img/textura.png'), linear-gradient(90deg, #eeeeee, var(--branco));
    padding: 12px;
    color: var(--black);
    font-size: 0.9em;
    height: 125px;
}
.professor img {
    width: 120px;
    border-radius: 5px;
    float: left;
    box-shadow: #aaa 2px 2px 2px;
    border: 1px solid #fff;
    margin-right:13px;
    position: static;
    margin-top: -45px;
}
p, span, strong {
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    color: var(--black);
}
strong {
    font-weight: 600;
}
.professor p.titulo {
    font-weight: 600;
    margin: 3px 0 3px 135px;
}
.professor h3 {
    background: var(--black);
    color: #fff;
    display: inline;
    padding: 0 5px;
    margin-left: 135px;
}
.professor h3 span {
    font-family: "Russo One", sans-serif;
}
.professor h3 span {
    font-size: 0.7em;
    color: #fff;
}
#detalhes .container {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#detalhes #superior {
    padding-top: 40px;
}
#detalhes #inferior {
    padding-bottom: 40px;
}
div.mobile {
    display: none;
}
.card {
    background: #222;
    color: var(--branco);
    width: 150px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin: 0 20px 0 20px;
    float: none;
}
.card p {
    color: var(--branco);
    margin-top: 10px;
}
.card i.fa {
    color: var(--branco);
    font-size: 2em;
    display: block;
    margin-bottom: 15px;
}
.item {
    background: #151515;
    padding: 15px 20px;
    border: 1px solid #ffbf00;
    margin: 20px 20px 20px 0;
    border-radius: 100px;
    color: #fff;
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    width: 430px;
    float: left;
    text-align: center;
}

#como-funciona h2 {
    padding: 20px 0 30px 0;
    color: #ffbf00;
    text-align: center;
    float: none;
}
#como-funciona a {
    margin-bottom: 10px;
}
#como-funciona #mook {
    margin: 10px 0 20px 0;
    text-align: center;
}  
#como-funciona #mook img {
    margin-left: -100px;
}
#faq .pergunta {
    width: 550px;
    background-color: #fff;
    margin: 15px auto;
    border-radius: 7px;
}
#faq h3 {
    color: var(--black);
    margin: 30px 0 30px 0;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 22px;
    background: var(--branco);
}
#faq .pergunta a {
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    display: block;
    padding: 15px 20px;
    font-weight: 350;
    text-decoration: none;
    color: var(--branco);
    border-radius: 7px;
    background-color: #222;
    cursor: pointer;
}
#faq .pergunta a:hover {
    background: linear-gradient(var(--black), #222222);
}
#faq .pergunta a span {
    color: #fff;
    font-weight: bold;
    float: right;
}            
#faq .pergunta p {
    padding: 15px 20px;
    display: none;
    background: var(--white);
    color: var(--black);
}
#mec .container {
    padding: 50px 0 20px 0;
}
#mec img {
    float: right;
    border: 1px solid #eee;
    box-shadow: #555 1px 1px 5px;
    margin-right: 25px;
    width: 360px;
}
#mec img#logo-anhanguera {
    box-shadow: none;
    border: 0;
    margin-top: 40px;
}
#mec .certmec h3 {
    margin-top: 110px; 
}
#mec img:hover {
    transform: rotate(4deg);
}
#mec img#logo-anhanguera:hover {
    transform: none;
}
#mec p {
    width: 550px;
    float: left;
    margin-left: 20px;
}
#mec h3 {
    font-size: 22px;
    margin-left: 20px;
}
#mec .anhanguera {
    width: 28%;
    padding: 5px 5px 5px 0;
    float: left;
    text-align: center;
    font-size: 0.96em;
    background: #2F2F2F;
    color: #fdfdfd;
    border-radius: 20px;
    margin-right: 8px;
    padding: 8px;
}

#mec .anhanguera {
    width: 28%;
    padding: 5px 5px 5px 0;
    font-size: 0.96em;
    padding: 8px 2px;
}
#mec .anhanguera b, #mec .anhanguera span {
    color: #fdfdfd;
    margin: 0; padding: 0;
}
#modulos h2 {
    text-align: center;
    margin: 20px 0 30px 0; 
}
#modulos .item {
    background: var(--branco);
    text-align: left;
    color: var(--black);
    border: 1px solid var(--orange);
}
#modulos .item i {
    color: var(--orange);
    margin-right: 5px;
    font-size: 18px;
}
#duvida {
    
}
#duvida h2 {
    text-align: center;
    margin: 20px;
    background: -webkit-linear-gradient(45deg, 	#aaaaaa, var(--branco), #aaaaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#duvida p {
    color: var(--branco);
    text-align: center;
    font-weight: 350;
}
#duvida a {
    text-align: center;
    margin: 30px 0 20px 0;
}
#rodape {
    background-color: #dddddd;
    padding: 30px 0;
    text-align: center;
}
.flex {
    width: 90%;
    text-align: center;
    transform: scale();
}
.pulso {
    animation: pulsar 2s infinite;
}
@keyframes pulsar {
    0%, 100% {
        transform: scale(1); 
    }
    50% {
        transform: scale(1.05);
    }
}
hr {
    border: 1px dashed #FFAE10;
    width: 480px;
    margin: 0 auto;
    margin-top: 30px;
}
.pagamento {
    width: 400px;
    text-align: center;
    margin: 0 auto;
}
.pagamento p {
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
}
.pagamento p.texto {
    font-size: 16px;
}
.pagamento svg, .pagamento p {
    padding: 0 40px;
}
.pagamento a {
    padding: 15px;
    margin-bottom: 10px;
    margin-left: -10px;
}
#bonus {
    text-align: center;
}
#bonus h2 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 500px;
    background: -webkit-linear-gradient(180deg, #e59100, var(--orange), #d34a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#bonus .item-bonus {
    width: 650px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    padding: 15px 5px 15px 15px;
    background-color: #eee;
}
#bonus .item-bonus img {
    width: 205px;
    float: right;
}
#bonus .item-bonus img#item-livro {
    margin-top: -51px;
}
#bonus .item-bonus img#item-pp {
}
#bonus .item-bonus img#item-academica {
    width: 190px;
}

#bonus .item-bonus p {
    line-height: 1.3;
    margin-top: 5px;
    float: left;
    width: 445px;
}
#bonus .item-bonus p.valor, p.valor {
    font-weight: 350;
    text-decoration: line-through;
    text-decoration-color: var(--orange);
    float: none;
}
#bonus .super-bonus p {
    color: var(--branco);
}
#preco {
    background: url('img/textura.png'), linear-gradient(0deg, #111111,  var(--black));
    color: var(--white);
    text-align: center;
    border-top: 30px solid #151515;
}
#preco .container {
    padding-top: 40px;
    padding-bottom: 60px;
}
#preco h3 {
    color: var(--branco);
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 640;
    margin: 10px 0 4px 0;
}
#preco h2 {
    color: var(--branco);
    background: -webkit-linear-gradient(45deg, 	#ffffff, #ffffff);
    font-size: 28px;
    margin: 20px 0 30px 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#preco img {
    width: 550px;
}
#preco p {
    color: var(--branco);
    margin-bottom: 10px;
}
#preco #itens {
    margin: 0 auto;
    margin-top: 200px;
    padding: 0 40px 20px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 580px;
    background: rgb(0, 0, 0, 0.3);
    text-align: center;
}
#preco #itens i {
    font-weight: 600;
    color: var(--orange);
}
#preco #itens p {
    font-weight: 600;
    color: #ddd;
    font-weight: 300;
    margin-top: 15px;
    text-align: left;
}
#preco #itens img {
    margin-top: -180px;
}
#preco #itens p#titulo {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--branco);
    padding-bottom: 10px;
    margin-top: 5px;
}
#preco #itens p u {
    font-weight: 600;
    font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
    color: var(--branco);
    text-decoration: underline 3px var(--orange);
}
#preco p#oferta {
    width: 580px;
    padding: 10px 40px 30px 40px;
    margin: 0 auto;
}
#preco p#oferta strong {
    color: var(--branco);
}
#preco p#oferta strong span {
    color: var(--orange);
    font-weight: 600;
}
#preco .mb {
    display: none;
}
#preco .dk {
    display: block;
}
#super-bonus {
    margin: 0 auto;
    margin-top: 200px;
    padding: 1px 40px 20px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 580px;
    background: rgb(0, 0, 0, 0.3);
}
#super-bonus img {
    text-align: center;
    margin: 0 auto;
    margin-top: -180px;
    width: 300px;
    display: flex;
}
#super-bonus h2, #super-bonus p {
    margin-bottom: 10px;
}
#super {
    padding-bottom: 20px;
}
#super h3 {
    color: var(--branco);
    text-align: center;
    margin-top: 10px;
}
#super p {
    color: var(--branco);
    line-height: 1.3;
}
#para-quem .container {
    padding: 75px 20px 0px 20px;
}
#para-quem {
    padding-bottom: 50px;
}
#para-quem h2  {
    background: -webkit-linear-gradient(45deg, var(--branco), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#para-quem h3  {
    color: var(--orange);
    margin-bottom: 10px;
}
#para-quem h3 u {
    color: var(--branco);
    text-decoration: underline 3px var(--orange);
}
#para-quem h3 b {
    color: var(--orange);
    font-size: 21px; 
}
#para-quem .para-quem-item {
    width: 300px;
    background-color: var(--branco);
    float: left;
    margin: 10px 33px 10px 0px;
    border-radius: 8px;
    box-shadow: #000 0px 0px 20px;
}
#para-quem .para-quem-item div {
    height: 150px;
    border-radius: 8px 8px 0 0 ;
    background-size: cover;
    background-color: #111;
}
#para-quem .para-quem-item #op01 {
    background: url('img/item2.jpg');
}
#para-quem .para-quem-item #op02 {
    background: url('img/item1.jpg');
}
#para-quem .para-quem-item #op03 {
    background: url('img/item3.jpg');
}
#para-quem .para-quem-item p {
    padding: 10px 15px;
}
.modal {
    margin: 0;
    padding: 0;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.84); /* Black w/ opacity */
  }
  /* Modal Content/Box */
  .modal-content {
      margin: 15% auto; /* 15% from the top and centered */
      width: 350px; 
      border-radius: 10px;
      background-color: var(--branco);
      box-shadow: #000 2px 2px 2px;
    }
    .topo-modal {
      background: linear-gradient(45deg, 	#9dd5af, var(--verde), var(--verde));
      border-radius: 10px 10px 0 0;
      padding: 15px 0;
      font-size: 20px;
      text-align: center;
      color: var(--branco);
  }
  .topo-modal h3 {
    color: var(--branco);
    font-size: 22px;
    width: auto;
    }
    .corpo-modal {
        padding: 20px 30px 30px 30px;
    }
    .corpo-modal p {
        font-weight: 500;
        color: var(--black);
        margin-bottom: 1px;
    }
    .corpo-modal a {
        width: 100%;
        text-align: center;
        width: 290px;
    }
    #modalGuia .topo-modal, #modalGuia input[type=submit] {
        background: linear-gradient(45deg, 	#ffbf00, var(--orange), var(--orange));
    }
    #modalGuia input[type=submit]:hover {
        background: -webkit-linear-gradient(45deg, var(--orange), var(--orange), #c1470a);
    }
    input[type=text], input[type=email] {
        border: 1px solid #bbb;
        border-radius: 2px;
        padding: 8px 12px;
        font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 15px;
        color: #444;
        font-weight: 500;
        width: 100%;
        background: -webkit-linear-gradient(90deg, #ffffff, #eee);    
    }
    input[type=submit], a.botao-whatsapp {
        background: linear-gradient(45deg, 	#6cc789, var(--verde), var(--verde));
        font-family: 'Lato', 'Lato MT', Calibri, 'Trebuchet MS', sans-serif;
        color: #fff;
        padding: 10px;
        width: 100%;
        border: 0;
        text-decoration: none;
        font-weight: 600;
        box-shadow: #888 1px 1px 2px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 3px;
    }
    input[type=submit]:hover, a.botao-whatsapp:hover {
        background: linear-gradient(45deg, 	var(--verde), var(--verde), #187e39);
    }
    input::placeholder {
        color: #ccc;
    }
  
  /* The Close Button */
  .close {
    color: var(--branco);
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -43px;
    margin-right: -10px;
    padding: 13px 30px;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
@media (max-width:999px) {
    .container {
        width: auto;
    }
    .professor {
        width: 95%;
        max-width: 350px;
        min-height: 155px;
        height: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .professor h3 {
        margin-left: 0;
    }
    .professor p.titulo {
        margin-left: 0;
        margin-bottom: 5px;
    }
    .professor img {
        width: 90px;
        margin-top: 0;
    }
    .bg-azul a {
        margin: 0;
    }
   #metodo .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    #metodo h2 {
        margin-left: 0;
        text-align: center;
    }
    #metodo p {
        float: none;
    }
    #metodo img {
        float: none;
        margin: 0 0 10px 0;
        width: 80%;
    }
    #como-funciona h2 {
        padding-top: 10px;
    }
    .item {
        margin: 20px auto;
        float: none;
        width: 80%;
    }
    #faq .pergunta {
        width: 90%;
    }
    #mec, #mec .container {
        margin: 0;
        padding: 0;
    }
    #mec .container {
        display: flex;
        flex-direction: column;
        padding: 10px;
        justify-items: center;
        align-items: center; 
    }
    #mec h3 {
        display: none;
    }
    #mec p {
        float: none;
        order: 2;
        width: 100%;
        margin-bottom: 30px;
    }
    #mec a#cert {
        float: none;
        order: 3;
        margin-bottom: 10px;
        margin: 0 auto;
        text-align: center;
        width: 40%;
        min-width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #mec a#logoa {
        float: none;
        order: 1;
        margin-bottom: 20px;
        text-align: center;
        width: 40%;
        min-width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #mec .certmec h3 {
        margin: 20px 0 0 0;
    }
    #mec .certmec img {
        margin: 0 0 20px 0;
    }
    #mec img {
        width: 100%;
        max-width: 360px;
        text-align: center;
    }
    #mec .anhanguera {
        min-height: 0;
        padding: 7px;
        margin-right: 3px;
        font-size: 0.9em;
    }
    #como-funciona #mook {
        text-align: center;
        margin: 10px 0 0 0;
    }
    #como-funciona #mook img {
        margin: 0;
        text-align: center;
        width: 95%;
        max-width: 345px;
    }
    #bonus .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #bonus h2 {
        width: 90%;
        margin-bottom: 150px;
    }
    #bonus .item-bonus {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #dedede;
        margin-bottom: 120px;
    }
    #bonus .item-bonus p {
        width: 90%;
    }
    #bonus .ultimo {
        margin-bottom: 20px;
    }
    #bonus .item-bonus img#item-livro {
        margin-top: -150px;
    }
    #bonus .item-bonus img#item-pp {
        margin-top: -120px;
    }
    #bonus .item-bonus img#item-tem {
        margin-top: -120px;
    }
    #bonus .item-bonus img#item-estimativas {
        margin-top: -120px;
    }
    #bonus .item-bonus img#item-academica {
        margin-top: -120px;
    }
    #bonus .item-bonus img {
        order: 1;
        float: none;
        margin: 0;
    }
    #bonus .item-bonus h3 {
        order: 1;
        float: none;
        margin: 0;
    }
    #bonus .item-bonus p {
        order: 2;
        float: none;
        margin: 0;
    }
    #super #super-bonus {
        width: auto;
        padding: 20px 20px 10px 20px;
    }

    #super #super-bonus h2 {
        width: 100%;
    }
    #super #super-bonus img {
        width: 100%;
        max-width: 300px;
    }
    #preco #itens {
        width: auto;
        max-width: 580px;
        padding: 40px 25px 20px 25px;
        margin-top: 140px;
    }
    #preco #itens img {
        width: 90%;
        margin-top: -150px;
    }
    #preco p#oferta {
        width: auto;
    }
    #preco .dk {
        display: none;
    }
    #preco .mb {
        display: block;
    }
    div.desktop {
        display: none;
    }
    div.mobile {
        display: block;
    }
    #detalhes {
        padding: 10px 0;
    }
    #detalhes .container {
        padding: 0 10px;
        margin: 0;
    }
    #detalhes .card {
        font-size: 1em;
        width: 90%;
        max-width: 280px;
        margin: 10px;
    }
    #para-quem .para-quem-item {
        float:none;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #para-quem {
        padding: 0;
    }
    #para-quem .container{
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 20px 20px 0 20px;
        text-align: center;
    }
    #topo {
        
        background: none;
        background-color: #151515;
        background-image: url('img/textura.png');
        background-image: url('img/bg-mobile.png');
        background-size: cover;
        background-position: left;

    }
    
    #topo #sub-topo {
        margin-top: -10px;
    }
    #topo #sub-topo-baixo {
        margin:0;
        padding: 0;
        height: auto;
    }
    #topo #sub-topo-baixo {
        display: flex;
        flex-direction: column;
        justify-items: center;
        margin:0;
        padding: 0;
        align-items: center; 
    }
    #topo #esquerda-headline {
        float: none;
        order: 1;
        padding: 0;
        margin: 0;
        margin-top: -20px;
        width: 100%;
        max-width: 700px;
    }
    #topo #esquerda-headline  {
        z-index: 1;
    }
    #topo {
        background-position: center;
    }
    #topo #esquerda-valor {
        float: none;
        order: 3;
    }
    #topo img#player {
        float: none;
        order: 2;
        width: 100%;
        max-width: 550px;
        z-index: 0;
    }
    #mec img#logo-anhanguera {
        margin: 0 20px;
    }
    .pagamento {
        width: 85%;
        max-width: 499px;
    }
    #rodape img {
        width: 80%;
        max-width: 500px;
    }
}