.pd0 {
    padding: 0px;
}

/* Hide number input spinners while keeping numeric keyboard/validation behavior. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.form_boot {
    margin-bottom: 20px;
}

.form_boot label {
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ab8540;
}

.form_boot p {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ab8540;
}

.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: #ab8540;
    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 {
    accent-color: #ab8540;
    margin-right: 5px;
}

.label_2 {
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ab8540;
    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;
    color: #ab8540;
}

.holder_radio_dias input {
    margin-right: 5px;
    accent-color: #ab8540;
}

.msg_obrigatoriedade2 {
    margin-top: 60px;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ab8540;
}

.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 #ab8540;
    display: flex;
    align-items: center;
    left: -18px;
    padding-right: 5px;
    font-family: Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 700;
    color: #ab8540;
}

.workshops .numero_pessoa {
    top: 0px;
}

.holder_texto_workshop .texto {
    font-family: Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #ab8540;
    line-height: 22px;
}

.holder_data_workshop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox_workshop input {
    margin: 0;
    accent-color: #ab8540;
}

.holder_data_workshop .linha {
    height: 2px;
    background-color: #ab8540;
}

.holder_data_workshop .dia_hora {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ab8540;
}

.texto_aguarde_email {
    font-family: Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 700;
    color: #f6f6f6;
    text-align: center;
    margin-top: 50px;
}

.texto_insc_work {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ab8540;
}

.botao_verworkshops {
    padding: 9px;
    background-color: #e6e6e6;
    cursor: pointer;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ab8540;
    border: none;
    border-radius: 25px;

}

.botao_verworkshops:hover {
    background-color: #ab8540;
    color: #e6e6e6;
}

/* Tooltip text */

.botao_verworkshops .tooltiptext {
    visibility: hidden;
    /* width: 1000px;*/
    width: 50vw;
    height: fit-content;

    background-color: #e6e6e6;
    color: #ab8540;
    text-align: start;
    padding: 25px 15px;
    border-radius: 6px;
    font-size: 18px;

    /* Position the tooltip text */
    /* position: absolute;*/
    position: fixed;
    z-index: 1;
    /*
    left:-1016px;
    bottom: -78%;
    */

    top: 10%;
    left: 10%;

    /* bottom: 125%; */
    /* left: 50%; */
    /* margin-left: -150px; */

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

.tooltiptext .linha {
    width: 100%;
    float: left;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ab8540;
}

.tooltiptext .name {
    font-size: 15px !important;
}

/* Tooltip arrow */
/*
.botao_verworkshops .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #9A3415 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: 44px;
    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: #ab8540;
    /* 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: 44px;
    background-color: #ab8540;
}

.holder_button_pequeno .linha {
    position: absolute;
    right: 0;
    bottom: 18px;
    height: 2px;
    width: 38px;
    background-color: #ab8540;
}

.texto_rgpd {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #f6f6f6;
    margin-top: 50px;
}

.text_rgpd a {
    color: #ab8540 !important;
}

.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: #ab8540;
    margin-top: 50px;
}

.holder_button_rgpd {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.button_rgpd {
    cursor: pointer;
    height: 38px;
    width: 300px;

    border: none;
    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: #ab8540;
    /* 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;
}

.exclusive_text {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    color: #f6f6f6;
    margin-top: 50px;
}

@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;
    }


    .tooltiptext {
        width: 95vw !important;
        left: 2.5vw !important;
    }

    .texto_insc_work {
        margin-bottom: 12px;
    }

    .numero_pessoa {
        font-size: 24px;
        height: 34px;
    }

    .dia_hora {
        font-size: 13px;
    }

    .holder_texto_workshop .texto {
        font-size: 16px;
    }

    .exclusive_text {
        font-size: 15px;
    }
}

@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;
    }
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    color: #764830;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn-msg {
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}


@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}