/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------------------------- */

body{
    font-family: 'Poppins', 'sans-serif';
    background: url('../img/fundo_principal.jpg') no-repeat top left;
    background-size: contain;
}
header{
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    justify-content: space-between;
    max-width: 2000px;
}
header nav{
    display: flex;
    padding-top: 30px;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
}
header ul{
    display: flex;
}
header ul li{
    margin: 0 10px;
    padding-top: 13px;
}
header ul li a{
    text-decoration: none;
    color: #000;
}
header ul li a.ativo, header ul li a:hover{
    color: #F16112;
}
header ul li a.ativo::before, header ul li a:hover:before{
    content: "";
    background: #F16112;
    position: absolute;
    height: 2px;
    width: 20px;
    margin-top: 19px;
}
header .logo_sisdanca img{
    width: 140px;
}
header li.btn_conta{
    background-color: #C0001C;
    border-radius: 20px;
}
header li.btn_conta a, header li.btn_portal a, header li.btn_conta a:hover, header li.btn_portal a:hover{
    padding: 0 15px;
    color: #fff;
}
header li.btn_conta a:hover:before, header li.btn_portal a:hover:before{
    content: "";
    height: 0;
}
header li.btn_portal{
    background-color: #FC9220;
    border-radius: 20px;
}
#menu_mobile{
    display: none;
}
.options_mobile{
    display: none;
    width: 300px;
    background-color: white;
    position: absolute;
    right: 0;
    font-size: 15px;
    border: 3px solid #FC9220;
}
.options_mobile ul li{
    font-weight: bold;
    border-bottom: 1px solid #FC9220;

}
.options_mobile ul li a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}
.options_mobile ul li a:hover{
    background-color: #FC9220;
    color: #fff;
}
.options_mobile .btn_portal{
    border: 0;
}
.options_mobile li.btn_conta, .options_mobile li.btn_portal{
    display: none;
}

#chamada{
    height: calc(100vh - 95px);
    width: 90%;
    margin: 0 auto;
    display: flex;
    max-width: 2000px;
    min-height: 500px;
}
#chamada #midias_vertical{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 10%;
    align-content: flex-start;
    justify-content: center;
}
#chamada #midias_vertical li.midia{
    list-style: none;
}
#chamada #midias_vertical li.midia img{
    width: 18px;
    margin: 6px;
}
#chamada #midias_vertical .whatsapp img{
    height: 60px;
    margin: 26px auto;
}
#chamada #midias_vertical .conheca_mais img{
    width: 13px;
    margin-top: 25px;
}
#chamada #dancarina{
    width: 30%;
    text-align: center;
}
#chamada #dancarina img{
    height: calc(100vh - 45px);
    margin-top: -25px;
    min-height: 450px;
}
#chamada #bloco_chamada{
    display: flex;
    flex-direction: column;
    width: 60%;
}
#chamada #bloco_chamada h1{
    margin-top: 20vh;
    font-size: 40px;
    font-weight: 600;
    color: #C0001C;
    margin-left: 0%;
}
#chamada #bloco_chamada h2{
    margin-top: 20px;
    margin-left: 0%;
    font-size: 21px;
    font-weight: 500;
}
#chamada #bloco_chamada h3{
    margin-top: 20px;
    margin-left: 0%;
    font-size: 21px;
    font-weight: 500;
}
#chamada .btn_teste{
    margin-left: 20%;
    margin-top: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
#chamada .btn_teste a{
    padding: 0 15px;
    color: #fff;
    background-color: #FC9220;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
#chamada .bloco_pagamentos{
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 30px;
    margin-right: 100px;
}
#chamada .bloco_pagamentos h4{
    text-align: right;
    font-size: 12px;
    color: #C0001C;
    font-weight: 700;
    margin-bottom: 10px;
}
#chamada .bloco_pagamentos ul{
    display: flex;
}
#chamada .bloco_pagamentos ul li{
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#chamada .bloco_pagamentos ul img{
    height: 37px;
}

#app{
    width: 80%;
    margin: 50px auto;
}

#app .titulo{
    display: block;
    width: 80%;
    padding-bottom: 20px;
}
#app .titulo h2, #texto_termos .titulo h2{
    color: #FC9220;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
#app .titulo h3{
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

#beneficios, #estrutura_suporte, .content_funciona, #planos, #texto_termos{
    width: 80%;
    margin: 50px auto;
    max-width: 2000px;
}
#beneficios .titulo{
    display: block;
    width: 100%;
}
#beneficios .titulo h2, #texto_termos .titulo h2{
    color: #FC9220;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
#beneficios .titulo h3{
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

#depoimento, #estrutura_suporte, .content_funciona, #planos, #texto_termos{
    width: 80%;
    margin: 50px auto;
    max-width: 2000px;
}
#depoimento .titulo{
    display: block;
    width: 100%;
}
#depoimento .titulo h2, #texto_termos .titulo h2{
    color: #FC9220;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
#depoimento .titulo h3{
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.cards{

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    width: 80%;
    max-width: 2000px;
    margin: 50px auto;

    grid-gap: 80px;

}

.card{
    background-color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 40px;

    box-shadow: 6px 6px 10px #EEE;

}

.card .user{

    width: 150px;
    height: 150px;

    border-radius: 50%;
    margin-bottom: 15px;
}

.card h3{

    margin-bottom: 5px;

}

.card h2{

    margin-bottom: 5px;

}

.card p{

    margin-top: 20px;
    text-align: center;

    font-size: 13px;

}

.card .star{
    width: 20px;
}

#texto_termos .titulo p{
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    line-height: 1em;
}
#texto_termos strong{
    font-weight: bold;
}
#texto_termos h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
#texto_termos p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 15px auto;
    line-height: 1.3em;
    text-align: justify;
}
#texto_termos ul{
    list-style: disc;
    margin-left: 40px;
}
#beneficios #blocos{
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
}
#beneficios .bloco_beneficio{
    display: flex;
    width: 30%;
    margin-right: 24px;
    margin-bottom: 40px;
    min-width: 250px;
}
#beneficios .bloco_beneficio .img_beneficio{
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    background-color: #FC9220;
    border-radius: 22px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#beneficios .bloco_beneficio .img_beneficio img{
    margin: 0 auto;
}
#beneficios .bloco_beneficio h3{
    font-weight: bold;
    margin-bottom: 15px;
}
#beneficios .bloco_beneficio h4{
    font-size: 13px;
    color: #ACACAC;
}
#beneficios .bloco_mensagem{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}
#beneficios .bloco_mensagem h4{
    font-weight: bold;
    font-size: 13px;
    color: #000;
}
#app #bloco_app{
    display: flex;
    height: 180px;
}
#app .icone_app{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FC9220;
    width: 20%;
    border-radius: 30px 0 0 30px;
}
#app .icone_app img{
    width: 89px;
    height: 134px;
    margin: 0 auto;
}
#app .info_app, #app .img_app{
    width: 40%;
    background-color: #C0001C;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#app .info_app h3{
    font-size: 25px;
    font-weight: bold;
    padding: 0 40px;
    margin: 0 auto;
}
#app .img_app{
    border-radius: 0 30px 30px 0;
}
#app .img_app img{
    width: 150px;
    height: auto;
    max-width: 2000px;
}
#dancarinos{
    width: 100%;
    margin: 50px auto;
    background: url('../img/fundo_dancarinos.jpg') no-repeat top center;
    background-size: contain;
    min-height: 500px;
    max-width: 2000px;
}
.content_dancarinos{
    width: 90%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
}
.content_dancarinos .img_dancarino{
    flex: 1;
    height: 400px;
}
.content_dancarinos .img_dancarino img{
    height: 100vh;
}
.content_dancarinos .dancer1{
    text-align: right;
}
.content_dancarinos .dancer2{
    text-align: left;
}
.content_dancarinos .formulario{
    display: flex;
    width: 300px;
    flex-direction: column;
}
.content_dancarinos .formulario img{
    width: 160px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 30px;
    border: 1px solid #EEE;
}
.content_dancarinos .formulario h3{
    margin-top: 40vh;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.content_dancarinos .formulario p{
    font-size: 16px;
    color: #ACACAC;
    width: 300px;
}
.content_dancarinos .btn_teste{
    margin-top: 40px;
}
.content_dancarinos .btn_teste a{
    padding: 0 15px;
    color: #fff;
    background-color: #C0001C;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
#estrutura_suporte{
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
}
#estrutura_suporte .estrutura_suporte, #estrutura_suporte .estrutura_suporte_invertido{
    width: 45%;
    /*background: gray;*/
    display: flex;
}
#estrutura_suporte .estrutura_suporte_invertido{
    flex-direction: row-reverse;
}
#estrutura_suporte .bloco_estrutura{
    width: 60%;
    flex: 0 0 auto;
    color: #fff;
}
#estrutura_suporte .bloco_estrutura h3{
    padding: 30px;
    font-size: 22px;
    font-weight: 700;
}
#estrutura_suporte .bloco_estrutura ul{
    padding-left: 30px;
    font-size: 13px;
}
#estrutura_suporte .bloco_estrutura ul li{
    margin: 5px 0;
    display: flex;
}
#estrutura_suporte .laranja{
    background-color: #FC9220;
    margin-right: -10%;
}
#estrutura_suporte .vermelho{
    background-color: #C0001C;
}
#estrutura_suporte .vermelho ul li::before{
    display: inline-block;
    content: ".";/*"•";*/
    color: #FC9220;
    font-size: 1.5em;
}
#estrutura_suporte .laranja ul li::before{
    display: inline-block;
    content: ".";/*"•";*/
    color: #C0001C;
    font-size: 1.5em;
}
#estrutura_suporte .estrutura_suporte .estrutura_img, #estrutura_suporte .estrutura_suporte_invertido .estrutura_img{
    width: 40%;
    height: 200px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    flex: 0 0 auto;
}
#estrutura_suporte .estrutura_suporte .estrutura_img img, #estrutura_suporte .estrutura_suporte_invertido .estrutura_img img{
    height: 100%;
}
#estrutura_suporte .estrutura_suporte_invertido .estrutura_img img{
    float: right;
}
#estrutura_suporte .estrutura_suporte_invertido .estrutura_img{
    border-radius: 0 30px 30px 0;
    height: 200px;
    overflow: hidden;
    flex: 0 0 auto;
}
#estrutura_suporte .bloco_estrutura{
    width: 60%;
    height: 200px;
    border-radius: 30px;
    margin-left: -10%;
}
#video{
    overflow: hidden;
    max-width: 556px;
    width: 100%;
    height: 315px;
    margin: 30px auto;
    background: #363636;
    border-radius: 30px;
}
#como_funciona{
    width: 100%;
    margin-bottom: 50px;
    background: url('../img/fundo_tranca.jpg') no-repeat center;
    background-size: cover;
    max-width: 2000px;
}
#como_funciona .titulo, #planos .titulo{
    display: block;
    width: 100%;
}
#como_funciona .titulo h2, #planos .titulo h2{
    color: #FC9220;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}
#como_funciona .titulo h3, #planos .titulo h3{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
#como_funciona .content_funciona{
    /*height: 100vh;*/
    text-align: center;
    /*min-height: 500px;*/
}
#como_funciona .content_funciona .funcionamento{
    /*height: 100%;*/
    width:100%;
    max-width: 850px;
    margin: 0 auto;
}
#como_funciona .tango{
    position: absolute;
    margin-top: 200px;/*35vh;*/
    min-height: 315px;
    max-width: 300px;
    margin-left: 3%;
    width: 22%;
}
#como_funciona .tango img{
    width: 100%;
    max-width: 300px;
}

#planos{
    margin-top: 100px;
}
#planos #apresenta-planos{
    display: flex;
    flex-direction: row;
    min-width: 870px;
}
#planos #apresenta-planos .plano_branco, #planos #apresenta-planos .plano_laranja{
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#planos #apresenta-planos .esquerda{
    border-left: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    border-radius: 30px 0 0 30px;
}
#planos #apresenta-planos .direita{
    border-right: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    border-radius: 0 30px 30px 0;
}
#planos #apresenta-planos .plano_laranja{
    width: 36%;
    background-color: #FC9220;
    border-right: 1px solid #B2B2B2;
    border-left: 1px solid #B2B2B2;
}
#planos #apresenta-planos .plano_branco .nome_plano, #planos #apresenta-planos .plano_laranja .nome_plano{
    margin: 20px auto;
    font-size: 25px;
    margin-top: 30px;
}
#planos #apresenta-planos .plano_laranja .nome_plano{
    margin-top: -30px;
    margin-bottom: 25px;
}
#planos #apresenta-planos .plano_branco .valor_plano, #planos #apresenta-planos .plano_laranja .valor_plano{
    display: flex;
    margin: 20px auto;
    font-size: 32px;
    color: #FC9220;
    font-weight: 500;
}
#planos #apresenta-planos .plano_laranja .valor_plano{
    color: #000;
}
#planos #apresenta-planos .plano_branco .valor_plano p, #planos #apresenta-planos .plano_laranja .valor_plano p{
    font-size: 40px;
}
#planos #apresenta-planos .plano_branco .valor_plano .valor, #planos #apresenta-planos .plano_laranja .valor_plano .valor{
    margin-top: -20px;
    margin-left: 5px;
    font-size: 80px;
    font-weight: 500;
}
#planos #apresenta-planos .plano_branco .valor_plano .decimal, #planos #apresenta-planos .plano_laranja .valor_plano .decimal{
    font-size: 40px;
}
#planos #apresenta-planos .plano_branco .valor_plano .periodo, #planos #apresenta-planos .plano_laranja .valor_plano .periodo{
    color: #B2B2B2;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 2px;
}
#planos #apresenta-planos .plano_laranja .valor_plano .periodo{
    color: #000;
}
#planos #apresenta-planos .plano_branco ul, #planos #apresenta-planos .plano_laranja ul{
    width: 65%;
    margin: 0 auto;
    margin-top: 55px;
    border-top: 1px solid #B2B2B2;
    padding-top: 20px;
}
#planos #apresenta-planos .plano_laranja ul{
    border-top: 1px solid #000;
}
#planos #apresenta-planos .plano_branco ul li, #planos #apresenta-planos .plano_laranja ul li{
    display: flex;
    margin-top: 18px;
}
#planos #apresenta-planos .plano_branco ul li img, #planos #apresenta-planos .plano_laranja ul li img{
    height: 15px;
    padding-top: 2px;
    margin-right: 10px;
}
#planos #apresenta-planos .plano_branco .btn_conta{
    width: 100%;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
#apresenta-planos .plano_laranja .btn_conta{
    width: 100%;
    text-align: center;
    color: #FC9220;
    margin: 80px auto;
    margin-top: 100px;
    font-weight: 600;
    margin-bottom: 0;
}
#planos #apresenta-planos .plano_branco .btn_conta a, #planos #apresenta-planos .plano_laranja .btn_conta a{
    background: #FC9220;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
}
#planos #apresenta-planos .plano_laranja .btn_conta a{
    background: #000;
    color: #FC9220;
}
#design-plano-top, #design-plano-bottom{
    display: flex;
    margin: -1px auto;
    height: 30px;

    min-width: 870px;
}
/*#design-plano{
        transform: scale(1);
        transform-origin: center;
        margin: -60px auto;
}*/
#design-plano-top{
    margin-top: 80px;
    min-width: 870px;
}
#design-plano-top .plano1, #design-plano-bottom .plano1{
    flex: 1 1 auto;
    width: 32%;
}
#design-plano-top .plano2, #design-plano-bottom .plano2{
    width: calc(36% - 2px);
    background: #FC9220;
}
#design-plano-top .plano2{
    border-top: 1px solid #B2B2B2;
    border-left: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
    border-radius: 30px 30px 0 0;
}
#design-plano-bottom .plano2{
    border-bottom: 1px solid #B2B2B2;
    border-left: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
    border-radius: 0 0 30px 30px;
}
#planos .info_planos{
    font-size: 12px;
    margin-top: 30px;
    margin-left: 30px;
    font-weight: 600;
}
#planos .info_planos ul li, #cadastro .info_cadastro ul li{
    margin: 10px 0;
    line-height: 1.2em;
}
#cadastro{
    width: 100%;
    margin-top: 90px;
    max-width: 2000px;
}
#cadastro .content_cadastro{
    display: flex;
}
#cadastro .bg_cadastro{
    background: #FC9220 url('../img/fundo_laranja.jpg') no-repeat center;
    background-size: cover;
    border-radius: 30px;
}
#cadastro .column_cadastro{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}
#cadastro .content_cadastro .column_ballet{
    width: 50%;
    position: absolute;
    margin-left: 45%;
    margin-top: 3%;
    /*height: 60vh;*/
    max-width: 650px;
}
#cadastro .content_cadastro img.ballet{
    width: 100%;
    /*height: 100%;
    position: absolute;
margin-left: 40%;
margin-top: 3%;
/*margin-top: -60vh;*/
}

#cadastro .content_cadastro .titulo h2{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding-top: 30px;
}
#cadastro .content_cadastro .titulo h3, #cadastro .content_cadastro .titulo p{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    width: 85%;
}
#cadastro .content_cadastro .titulo p{
    display: flex;
}
#cadastro .content_cadastro .titulo h3{
    margin-left: 30px;
}
#cadastro .content_cadastro .titulo span.numero{
    border-radius: 100%;
    padding: 5px;
    background-color: #C0001C;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}
#cadastro .content_cadastro form{
    margin-top: 10px;
}
#cadastro .content_cadastro form input, #cadastro .content_cadastro select{
    width: 82%;
    margin: 3px auto;
    border-radius: 20px;
    border: 0;
    padding: 12px;
    padding-right: 0;
    margin-right: 0;
    color: #000;
    font-weight: bold;
    font-size:12px;
    max-width: 505px;
}
#cadastro .content_cadastro select{
    width: 84%;
    color: gray;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 7px;
    max-width: 515px;
}
#cadastro .content_cadastro .ctn_recaptcha{
    width: 84%;
    max-width: 515px;
    display: flex;
    justify-content: center;
}
#cadastro .content_cadastro .g-recaptcha{
    margin-top: 22px;
}
#cadastro .content_cadastro form input[type=submit]{
    background-color: #C0001C;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 85%;
    cursor: pointer;
    font-weight: 900;
    font-size: 15px;
}
.content_cadastro, .info_cadastro{
    width: 90%;
    margin: 0 auto;
}
#cadastro .info_cadastro{
    display: flex;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;
}
#cadastro .info_cadastro ul{
    margin-left: 30px;
    width: 50%;
}
#cadastro .info_cadastro img{
    width: 50%;
    position: relative;
    margin-top: -60vh;
}
#footer{
    display: flex;
    flex-direction: column;
    margin: 40px auto;
    max-width: 2000px;
}
#content_footer{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width:2200px;
}
#content_footer .logo{
    width: 150px;
}
#content_footer .p_column{
    width: 18%;
    min-width: 200px;
}
#content_footer .p_column p{
    color: #707070;
    font-size: 11px;
    margin-top: 10px;
}
#content_footer .p_column .midias{
    display: flex;
    margin-top: 20px;
}
#content_footer .p_column .midias a{
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#content_footer .p_column .midias img{
    width: 20px;
}
#content_footer h4{
    color: #C0001C;
    font-size: 14px;
    font-weight: 700;
    margin: 35px 0;
}
#content_footer .s_column{
    width: 30%;
    min-width: 364px;
}
#content_footer .s_column, #content_footer .p_column, #content_footer .t_column, #content_footer .f_column{
    padding: 0;
}
#content_footer .s_column .colunas{
    display: flex;
}
#content_footer .s_column .colunas .p_coluna, #content_footer .s_column .colunas .s_coluna, #content_footer .s_column .colunas .t_coluna{
    margin-right: 40px;
}
#content_footer .s_column .colunas ul li a, .s_column .colunas ul li{
    color: #707070;
    font-size: 11px;
    text-decoration: none;
}
#content_footer .s_column .colunas ul li{
    color: #000;
    margin-bottom: 10px;
    list-style: none;
}
#content_footer .t_column{
    width: 20%;
    min-width: 200px;
}
#content_footer .t_column .email{
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}
#content_footer .t_column .atendimento, #content_footer .t_column .horario{
    color: #707070;
    font-size: 11px;
}
#content_footer .f_column ul{
    display: flex;
}
#content_footer .f_column ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 3px;
}
#content_footer .fi_column{
    /*width: 20%;*/
    color: #707070;
    font-size: 11px;
    /*display: block;*/
    display: flex;
    align-self: flex-end;
}
#content_footer .fi_column p{
    margin-right: 5px;
    padding-top: 2px;
}
#content_footer .fi_column .suporte{
    color: #000;
    font-size: 13px;
    /*margin-top: 30px;*/
    margin-bottom: 5px;
    margin-left: 15px;
    padding-top: 0;
}

/*@media(max-width: 1151px){
        #como_funciona .tango{
                margin-top: 220px;
        }
}*/

@media(max-width: 1150px){
    header{
        width: 95%;
    }
    #como_funciona .tango{
        margin-top: 17%;
    }
}

@media(max-width: 1100px){
    header{
        width: 98%;
    }

    header ul li{
        display: none;
    }
    header ul li.btn_conta, header ul li.btn_portal, header #menu_mobile{
        display: block;
    }
    header nav{
        width: 100%;
        justify-content: flex-end;
    }
    .ctn_hamburger{
        margin-top: 36px;
        margin-left: 30px;
        cursor: pointer;
    }
    .hamburger{
        width: 35px;
        height: 5px;
        margin: 6px 0;
        background: #FC9220;/*#C0001C;*/
    }

    #dancarinos .dancer1{
        display: none;
    }
    .content_dancarinos{
        justify-content: center;
    }
    .content_dancarinos .img_dancarino{
        flex: 0;
    }
    #design-plano{
        transform: scale(0.9);
        transform-origin: center;
        margin: -60px auto;
    }
    #cadastro .content_cadastro img.ballet{
        margin-top: 10%;
    }
    #como_funciona .tango{
        margin-top: 18%;
    }

}
@media(max-width: 1000px){
    #app .img_app img{
        width: 90%;
    }
    #design-plano{
        transform: scale(0.78);
        transform-origin: left;
        margin: -110px auto;
    }
}
@media(max-width: 900px){
    #estrutura_suporte .estrutura_suporte, #estrutura_suporte .estrutura_suporte_invertido{
        width: 60%;
        margin: 10px auto;
    }
    #estrutura_suporte{
        flex-direction: column
    }
    #estrutura_suporte .estrutura_suporte_invertido .estrutura_img{
        margin-right: 10%
    }
    #como_funciona .tango{
        display: none;
    }
    #cadastro .content_cadastro img.ballet{
        margin-top: 20%;
    }
    #content_footer .fi_column{
        width: 20%;
        display: block;
        align-self: flex-end;
    }
    #content_footer .fi_column .suporte{
        margin-top: 30px;
        margin-left: 0;
    }

}
@media(max-width: 850px){
    #dancarina{
        display: none;
    }
    #chamada #bloco_chamada{
        width: 100%;
    }
    #chamada #bloco_chamada h3, #chamada #bloco_chamada h3{
        margin-left: 10%;
    }
}
@media(max-width: 800px){
    #design-plano{
        transform: scale(0.7);
        transform-origin: left;
        margin: -115px auto;
    }
    #cadastro .content_cadastro img.ballet{
        margin-top: 30%;
    }
    #content_footer .fi_column{
        width: auto;
        display: flex;
        align-self: flex-end;
        margin: 0 auto;
    }
    #content_footer .fi_column .suporte{
        margin-bottom: 5px;
        margin-left: 15px;
        padding-top: 0;
    }
    #content_footer .fi_column p{
        padding-top: 2px;
        align-self: flex-end;
        margin-bottom: 5px;
    }

}
@media(max-width: 750px){
    #estrutura_suporte .estrutura_suporte, #estrutura_suporte .estrutura_suporte_invertido{
        width: 90%;
        margin: 10px auto;
    }
    #design-plano{
        transform: scale(1);
        margin: 0 auto;
    }
    #design-plano-top, #design-plano-bottom{
        display: none;
    }
    #planos #apresenta-planos{
        min-width: 0;
        flex-direction: column;
        margin: 20px auto;
    }
    #planos #apresenta-planos .plano_branco{
        width: 100%;
        border: 1px solid #B2B2B2;
        border-radius: 30px;
        margin: 30px auto;
    }
    #planos #apresenta-planos .plano_laranja{
        width: 100%;
        background-color: #FC9220;
        border: 1px solid #B2B2B2;
        border-radius: 30px;
    }
    #planos #apresenta-planos .plano_laranja .nome_plano{
        margin: 20px auto;
    }
    #apresenta-planos .plano_laranja .btn_conta{
        padding-top: 10px;
        margin: 50px auto;
    }
    #planos #apresenta-planos .plano_branco ul, #planos #apresenta-planos .plano_laranja ul{
        margin-top: 20px;
    }
}
@media(max-width: 700px){
    header ul li.btn_conta, header ul li.btn_portal{
        display: none;
    }
    .options_mobile li.btn_conta, .options_mobile li.btn_portal{
        display: block;
    }
    #chamada #midias_vertical .whatsapp img{
        height: 50px;
    }
    #beneficios .bloco_beneficio{
        width: 100%;
        min-width: auto;
    }
    #app #bloco_app{
        flex-direction: column;
        height: auto;
    }
    #app .icone_app{
        width: 100%;
        border-radius: 30px 30px 0 0;
    }
    #app .icone_app img{
        height: 134px;
        margin: 20px auto;
    }
    #app .info_app{
        width: 100%;
    }
    #app .info_app h3{
        margin: 10px auto;
    }
    #app .img_app{
        width: 100%;
        border-radius: 0 0 30px 30px;
        text-align: center;
    }
    #app .img_app img{
        width: 40%;
        margin: 20px auto;
    }
    #dancarinos .img_dancarino{
        display: none;
    }
    .content_dancarinos .formulario{
        text-align: center;
        margin: 0 auto;
    }
    #cadastro .content_cadastro img.ballet{
        display: none;
    }
    #cadastro .column_cadastro{
        width: 100%;
        margin-left: 0;
    }
    #cadastro .content_cadastro form input{
        width: 98%;
    }
    #cadastro .content_cadastro select, #cadastro .content_cadastro form input[type=submit], #cadastro .content_cadastro .ctn_recaptcha{
        width: 100%;
    }
    #cadastro .info_cadastro ul{
        width: 100%;
    }
}
@media(max-width: 642px){
    #content_footer .p_column{
        order: 1;
    }
    #content_footer .s_column{
        order: 3;
        width: 100%;
    }
    #content_footer .t_column{
        order: 4;
        width: 100%;
    }
    #content_footer .f_column{
        order: 5;
        width: 100%;
    }
    #content_footer .fi_column{
        order: 2;
        width: auto;
        display: block;
        align-self: flex-end;
    }
    #content_footer .fi_column .suporte{
        margin-left: 0;
    }
}
@media(max-width: 600px){
    #dancarinos{
        background-size: cover;
    }
    #chamada #bloco_chamada h3{
        font-size: 37px;
    }
    #chamada .bloco_pagamentos{
        scale: transform(0.5);
        margin-right: 100px;
    }

    #chamada #bloco_chamada h1{
        margin-top: 20vh;
        font-size: 20px;
        font-weight: 600;
        color: #C0001C;
        margin-left: 20%;
    }
    #chamada #bloco_chamada h2{
        margin-top: 20px;
        margin-left: 20%;
        font-size: 15px;
        font-weight: 500;
    }
    #chamada #bloco_chamada h3{
        margin-top: 20px;
        margin-left: 20%;
        font-size: 15px;
        font-weight: 500;
    }

    .cards{

        display: grid;
        grid-template-columns: repeat(1, 1fr);

        width: 100%;
        max-width: 2000px;
        margin: 50px auto;

        grid-gap: 80px;

    }

}



