.pd0{
    padding:0px;
}
.form_boot{
    margin-bottom:20px;
}

.form_boot label{
    width:100%;
    font-family: Helvetica, sans-serif;
    font-size:13px;
    font-weight: 700;
    color:#17365e;
}
.form_boot p{
    font-family: Helvetica, sans-serif;
    font-size:13px;
    font-weight: 700;
    color:#17365e;
}
.form_boot .new_input{
    width:100%;
    background-color: #E6E6E6;
    border-radius: 5px;
    height: 44px;
    border:none;
}
.sexo{
    width: 100%;
    margin-bottom:20px;
    height: 69px;
}
.sexo .label_1{
    width:100%;
    font-family: Helvetica, sans-serif;
    font-size:13px;
    font-weight: 700;
    color:#17365e;
    margin-bottom: 5px;
    height: 18px;
}
.sexo .radio_holder{
    width: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}
.radio_holder input, .radio_holder label{
    margin:0px;
}
.radio_holder input{
    margin-right: 5px;
}
.label_2{
    width:100%;
    font-family: Helvetica, sans-serif;
    font-size:13px;
    font-weight: 700;
    color:#17365e;
    margin-bottom: 5px;
    height: 18px;
    padding-left:15px;
}
.holder_radio_dias{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.holder_radio_dias input, .holder_radio_dias label{
    margin:0px;
}
.holder_radio_dias input{
    margin-right: 5px;
}
.msg_obrigatoriedade2{
    margin-top:60px;
    font-family: Helvetica, sans-serif;
    font-size:15px;
    font-weight: 700;
    color:#17365e;
}
.holder_botoes{
    margin-top:40px;
    display:flex;
    justify-content: space-between;
}
.holder_botoes_single{
    margin-top:40px;
    display:flex;
    justify-content: center;
}
.holder_margin_sub{
    margin-top:50px;
}
.numero_pessoa{
    position: absolute;
    top: 25px;
    height: 44px;
    border-right: 2px solid #17365e;
    display: flex;
    align-items: center;
    left: -18px;
    padding-right: 5px;
    font-family: Helvetica, sans-serif;
    font-size:33px;
    font-weight: 700;
    color:#17365e;
}
.workshops .numero_pessoa{
    top:0px;
}
.holder_texto_workshop .texto{
    font-family: Helvetica, sans-serif;
    font-size:19px;
    font-weight: 500;
    color:#17365e;
    line-height: 22px;
}
.holder_data_workshop{
    display:flex;
    align-items: center;
    justify-content: center;
}
.checkbox_workshop input{
    margin:0;
}
.holder_data_workshop .linha{
    height: 2px;
    background-color:#17365e;
}
.holder_data_workshop .dia_hora{
    font-family: Helvetica, sans-serif;
    font-size:15px;
    font-weight: 700;
    color:#17365e;
}
.texto_aguarde_email{
    font-family: Helvetica, sans-serif;
    font-size:33px;
    font-weight: 700;
    color:#17365e;
    text-align: center;
    margin-top: 50px;
}
.texto_insc_work{
    font-family: Helvetica, sans-serif;
    font-size:15px;
    font-weight: 700;
    color:#17365e;
}

.botao_verworkshops{
    padding: 9px;
    background-color:#e6e6e6;
    cursor:pointer;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size:15px;
    font-weight: 700;
    color:#17365e;
}
.botao_verworkshops:hover{
    background-color:#17365e;
    color:#e6e6e6;
}
/* Tooltip text */
.botao_verworkshops .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #e6e6e6;
    color: #17365e;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size:18px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    left:-316px;
    bottom: -78%;
    /* bottom: 125%; */
    /* left: 50%; */
    /* margin-left: -150px; */

    /* Fade in tooltip */
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.botao_verworkshops .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #17365e transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.botao_verworkshops:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.holder_button_pequeno{
    padding-top: 20px;
    text-align: right;
    margin-right: 58px;
    padding-right: 46px;
    margin-top: 20px;
}
.buttons2_pequeno{
    width: 310px;
    height: 33px;
    border: none;
    float: right;
    border-radius: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7cbad8+0,6cb2a4+34,bacac3+79,dfb99b+100 */
    background: #7cbad8; /* Old browsers */
    background: -moz-linear-gradient(left, #7cbad8 0%, #6cb2a4 34%, #bacac3 79%, #dfb99b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7cbad8 0%,#6cb2a4 34%,#bacac3 79%,#dfb99b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7cbad8 0%,#6cb2a4 34%,#bacac3 79%,#dfb99b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbad8', endColorstr='#dfb99b',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    font-family: Helvetica, sans-serif;
    font-size:13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.holder_button_pequeno .linhatopdrt{
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 35px;
    background-color: #17365e;
}
.holder_button_pequeno .linha{
    position: absolute;
    right: 0;
    bottom: 18px;
    height: 2px;
    width: 38px;
    background-color: #17365e;
}

.texto_rgpd{
    font-family: Helvetica, sans-serif;
    font-size:15px;
    font-weight: 700;
    color:#17365e;
    margin-top:50px;
}
.rgpd_index{
    display:flex;
    align-items: center;
    flex-direction: column;
}
.divpreta{
    position: fixed;
    width: 100%;
    height: 100vh;
    left:0;
    top:0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.holder_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0px;
    z-index: 1;
    display:flex;
    align-items:center;
    justify-content: center;
}
.holder_dentro_popup{
    position: relative;
    width: 900px;
    background-color:#ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 112px;
    padding-top: 104px;
}
.texto_rgpd_pop{
    font-family: Helvetica, sans-serif;
    font-size:15px;
    font-weight: 700;
    color:#17365e;
    margin-top:50px;
}
.holder_button_rgpd{
    display: flex;
    justify-content: space-between;
    margin-top:50px;
}
.button_rgpd{
    cursor:pointer;
    height: 38px;
    width: 300px;


    border-radius: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7cbad8+0,6cb2a4+34,bacac3+79,dfb99b+100 */
    background: #7cbad8; /* Old browsers */
    background: -moz-linear-gradient(left, #7cbad8 0%, #6cb2a4 34%, #bacac3 79%, #dfb99b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7cbad8 0%,#6cb2a4 34%,#bacac3 79%,#dfb99b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7cbad8 0%,#6cb2a4 34%,#bacac3 79%,#dfb99b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbad8', endColorstr='#dfb99b',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    font-family: Helvetica, sans-serif;
    font-size:15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ativo{
    display: none;
    visibility: hidden;
}
@media screen and (max-width: 1680px) {
    .holder_botoes{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .holder_botoes .button2, .holder_botoes_single .button2{
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 1200px) {
    .holder_dentro_popup{
        padding-bottom: 37px;
        padding-top: 37px;
    }
}
@media screen and (max-width: 992px) {
    .holder_data_workshop{
        padding: 0;
        padding-top: 20px;
    }
    .holder_data_workshop .dia_hora{
        flex:4;
    }
    .holder_data_workshop .linha, .checkbox_workshop{
        flex:1;
    }
    .holder_dentro_popup{
        width:90%;
    }
    .holder_button_rgpd{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .holder_button_rgpd a{
        margin-bottom: 20px;
    }

    
}
@media screen and (max-width: 768px) {
    .holder_botoes a, .holder_botoes_single a{
        width:100%;
    }
    .rgpd_index a{
        width:100%;
    }
    .numero_pessoa{
        position:relative;
        border:none;
        top:0px;
        left:0px;
        float:left;
        width:100%;
        padding-left:15px;
    }
    .holder_margin_sub2{
        padding:0px
    }

    .botao_verworkshops .tooltiptext {
        left: 0px;
        bottom: 111%;
    }
    .buttons2_pequeno{
        width:100%;
    }

    .holder_button_pequeno{
        margin-right: 0px;
        padding-right: 15px;
        
    }
    .holder_button_pequeno .linhatopdrt, .holder_button_pequeno .linha{
        display:none;
    }
    .resumo_pessoas{
        display:flex;
    }
    .holder_button_rgpd a{
        width:100%;
    }
    .button_rgpd{
        width:100%;
    }
    .holder_popup{
        display:block;
        overflow-y: auto;
    }
    .holder_dentro_popup {
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}