@font-face {
    font-family: 'zapbold';
    src: url('zapfrenaissh-bold-webfont.eot');
    src: url('zapfrenaissh-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('zapfrenaissh-bold-webfont.woff2') format('woff2'),
         url('zapfrenaissh-bold-webfont.woff') format('woff'),
         url('zapfrenaissh-bold-webfont.ttf') format('truetype'),
         url('zapfrenaissh-bold-webfont.svg#zapfrenaissh-bolduploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div{
    float: left;
    position: relative;
}
p{ margin: 0;}
.clearleft{
    clear: left;
}

.text_color_green{
    color: #17365e;
}

.text_color_white{
    color: #FFFFFF;
}

.back_green{
    background-color: #5F664B;
}

.back_grey{
    background-color: #E6E6E6;
}


.border_color_green{
    border-color: #5F664B;
}


body{
    margin: 0px;
    padding: 0px;
    background-image: url('../img/fundos-02.png'), url('../img/fundos-01.jpg');
    background-repeat: no-repeat, no-repeat;
    background-size: 384px 905px, 1941px 1101px;
    background-position: bottom right, left top;
    background-attachment: scroll;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
}

#logo_holder{
    position: relative;
    float: left;
    width: 100%;
    margin-top:250px;
    margin-bottom: 60px;
    text-align: center;
}
#logo_holder img{
    width: 400px;
}

.titulo_area{
    position: relative;
    float: left;
    /* text-align: center; */
    font-size: 33px;
    font-family: 'zapbold';
    line-height: 90%;
    /* width: 100%; */
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
.titulo_area_pequeno{
    position: relative;
    float: left;
    text-align: center;
    font-size: 24px;
    font-family: 'azo_sansbold';
    line-height: 90%;
    width: 100%;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.border{
    height: 2px;
    width: 100%;
    border-radius: 2px;
}

.numeric{
    font-size: 22px;
    font-family: Helvetica, sans-serif;
    color:#17365e;
    line-height: 90%;   
    height: 44px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #17365e;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.subtitulo_area{
    font-size: 28px;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    line-height: 90%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.space{
    height:22px;
    width: 100%;
}

.triangle_left{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 44px 24px;
    margin-left:-24px;
}
.triangle_left_big{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 66px 36px;
    margin-left:-36px;
}
.triangle_right{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0px 0px 24px;
    margin-right:-24px;
    float: right
}
.triangle_right_big{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 66px 0px 0px 36px;
    margin-right:-36px;
    float: right
}
.triangle_left_green{
    border-color: transparent transparent #5F664B transparent;
}
.triangle_left_grey{
    border-color: transparent transparent #E6E6E6 transparent;
}
.triangle_right_grey{
    border-color: transparent transparent transparent #E6E6E6;
}
.triangle_right_green{
    border-color: transparent transparent transparent #5F664B;
}

form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

.caixa_form{
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-family: Helvetica, sans-serif;
    line-height: 90%;
    /* position:absolute; */
    position:relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    
}
.caixa_form_text{
    /* padding-left: 14px; */
    width:100%;
}
.caixa_form_number{
    padding-left: 14px;
    width: 35px;
}

.form_holder{
    width: 100%;
    height: 44px;
}

.form_holder input{
    height: 44px;
    width: 50%;
    border: none;
    outline: 0;
    padding: 5px 15px;
    font-size: 15px;
    font-family: 'azo_sansbold';
    line-height: 90%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5F664B; 
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5F664B;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5F664B;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5F664B;
}


.presenca_dias{
    /* width: 180px; */
    width:100%;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #17365e;
}

.presenca_dias_item{
    /* width: 105px; */
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left:2px solid white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #17365e;
}
.presenca_dias_item input{
    width: auto;
}
.presenca{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    font-size: 14px;
    font-family: 'azo_sansbold';
    color: #5F664B;
    padding-left: 15px;
}

.msg_obrigatoriedade{
    font-size: 17px;
    font-family: 'azo_sansbold';
    color: #5F664B;
    margin: 0px;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.erro_form{
    position: absolute;
    bottom:-16px;
    font: 12px arial;
    color: #FF0000;
}

#feedback_holder{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    font-family: 'azo_sansbold';
    color: #FFFFFF;
    background: #da5252;
    text-align: center;
    z-index: 1;
    -webkit-transition: top ease-out 2s;
    transition: top ease-out 2s;
}

#feedback_holder.desactivo{
    top:-100%;
}

#close_feedback{
    position: absolute;
    right: 14px;
    float: left;
    cursor: pointer;
    font-size: 30px;
    line-height: 90%;
    top: 5px;   
    -webkit-transition: -webkit-transform ease-out 0.2s;   
    transition: -webkit-transform ease-out 0.2s;   
    transition: transform ease-out 0.2s;   
    transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
}
#close_feedback:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.caixa_text_holder input{
    /* padding-left: 115px; */
}
.caixa_number_holder input{
    padding-left: 50px;
}

.button{
    position: relative;
    float: left;    
    /* width:132px;
    height: 152px; */
    /* background-color: transparent;
    background-image: url('../img/botao_back.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%; */
    width:50%;
    height: 44px;
    cursor: pointer;
    border: none;
    padding:0px;
    left:50%;
    margin-left:-68px;
    /*margin-top: -68px;*/
    font-size: 15px;
    font-family: 'azo_sansbold';
    line-height: 90%;
    color:#FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.button:hover{
    background-position: 0px -152px;
}

.button p{
    margin: 0px;
    width: 100%;
    text-align: center;
}

.border_button{
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.footer{
    width: 100%;
}
.logo_footer{
    position: relative;
    float: left;
    margin-top: 150px;
    margin-left:60px;
    margin-bottom: 60px;
    width: 500px;
}

.logo_footer img{
    width: 100%;
}

.holder_ups{
    font-family: Helvetica, sans-serif;
    color:#17365e;
    text-align: center;
    position:relative;
    float:left;
    width:100%;
}

.holder_ups p{
    margin:0px;
}

.holder_ups p:nth-child(1){
    font-size: 75px;
    margin:0px;
    margin-top:80px;
}
.holder_ups p:nth-child(2){
    font-size: 28px;
    
}
.holder_ups p:nth-child(3){
    font-size: 28px; 
}
.holder_ups p:nth-child(4){
    font-size: 28px;
    margin-top:40px;
}
.holder_ups p:nth-child(5){
    font-size: 28px; 
}

.holder_ups p a{
    color:#006ea4;
    text-decoration: none;
}
.texto_resumo{
    font-family: 'azo_sansbold';
    color:#5f664b;
    font-size: 14px;
}
.pessoas_resumo{
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    line-height: 90%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 82px);
    color:#17365e;
}

.pessoas_resumo p{
    width: 25%;
}

.pessoas_resumo span{
    padding-right: 40px;
}
.sexo div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 15px;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    line-height: 90%;
    color: #17365e;
}
/* .sexo div:nth-child(2) , .sexo div:nth-child(3) {
    width:50%;
    padding-left:0px;
    justify-content: center;
}
.sexo div:nth-child(2) input , .sexo div:nth-child(3) input {
    width: auto;
} */

.workshop_data_left{
    width:300px !important;
}

.workshop_texto_left{
    background-color:#5F664B;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    padding-left: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'azo_sansbold'; 
    color:#ffffff;
    width:calc(100% - 300px) !important;
    overflow: hidden;
}
.workshop_data_left{
    background-color:#e6e6e6;
    font-family: 'azo_sansbold';
    color:#5F664B; 
    display:-webkit-box; 
    display:-ms-flexbox; 
    display:flex; 
    -webkit-box-pack:justify; 
        -ms-flex-pack:justify; 
            justify-content:space-between
}

.workshop_texto_right{
    background-color:#5F664B;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    padding-left: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'azo_sansbold'; 
    color:#ffffff;
    width:300px !important;
}
.workshop_data_right{
    background-color:#e6e6e6;
    font-family: 'azo_sansbold'; 
    color:#5F664B; 
    display:-webkit-box; 
    display:-ms-flexbox; 
    display:flex; 
    -webkit-box-pack:justify; 
        -ms-flex-pack:justify; 
            justify-content:space-between;
    width:calc(100% - 300px) !important;
}
.workshop_data_left_dentro_left{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column; 
    -webkit-box-pack:center; 
        -ms-flex-pack:center; 
            justify-content:center;
}
.workshop_data_left_dentro_right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    width: 46px;
    border-left: 2px solid white;
}
.workshop_data_right_dentro_left{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column; 
    -webkit-box-pack:center; 
        -ms-flex-pack:center; 
            justify-content:center;
}
.workshop_data_right_dentro_right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    width: 46px;
    border-left: 2px solid white;
}
.texto_notas{
    font-family: 'azo_sansbold';
    color:#5f664b;
    font-size:14px;     
}
.workshop_texto_um{
    padding-top: 4px;
}
.workshop_texto_dois{
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 100%;
    padding-right: 20px;
}
.img_close{
    height: 44px;
    width: 66px;
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.work_cont_texto_left{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    padding-left: 15px;
    font-family: 'azo_sansbold'; 
    color:#ffffff;
}
.botao_verworkshops{
    padding: 7px;
    background-color:#e6e6e6;
    font-family: 'azo_sansbold'; 
    color:#5F664B;
    font-size:12px;
    cursor:pointer;
    margin-right: 15px;
}
.botao_verworkshops:hover{
    background-color:#545b47;
    color:#e6e6e6;
}
.adicionar_convidado{
    right: 0px;
    position: absolute;
    height: 100%;
    background-color: #5F664B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    color: #e6e6e6;
    font-family: 'azo_sansbold';
    padding-right: 30px;
}
.adicionar_convidado img{
    width: 40px;
    padding-right: 15px;
}

/* Tooltip text */
.botao_verworkshops .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #e6e6e6;
    color: #5F664B;
    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: #5F664B transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.botao_verworkshops:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.margin_index_left{
    margin-left:-168px
}
.margin_index_rigth{
    position: absolute;margin-left:38px
}

.desktop_label{
    display: none;
}
.mobile_label{
    display:block;
}

.button_form{
    position: absolute;
    right: 0px;
    left:initial;
    left:auto;
}
.mobile_resume{
    display:none;
}
.resumo_text_sex_mob{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    -webkit-box-pack: 
    justify; 
        -ms-flex-pack: 
    justify; 
            justify-content: 
    space-between;
}

.ieheight{
    height: 100%;
}

.button_acerto_final{
    position:relative;
    left:auto;
    right: auto;
    margin-left: 0px;
}

.button_ie_um{
    position: absolute;
    left:0px;
}
.button_ie_dois{
    position: absolute;
    left:50%;
    margin-left:-66px;
}
.button_ie_tres{
    position: absolute;
    right: 0px;
}
.altura_linha_botoes{
    height: 152px;
}

.botao_work_1{
position: absolute;
left:50%;
margin-left: -198px;
}
.botao_work_2{
    position: absolute;
    left:50%;
    margin-left: 66px;
}
/*CLASSES ROWS*/
.size{
    clear: left;
    max-width: 100% !important;
}


/*UNIDADE DE CRESCIMENTO LARGURA - 12px * 2*/
/*UNIDADE DE CRESCIMENTO altura - 22px*/
.size1{
    width: 772px;
}
.size2{
    width: 796px;
}
.size3{
    width: 820px;
}
.size4{
    width: 844px;
}
.size5{
    width: 868px;
}
.size6{
    width: 892px;
}
.size7{
    width: 916px;
}
.size8{
    width: 940px;
}
.size9{
    width: 964px;
}
.size10{
    width: 988px;
}
.size11{
    width: 1012px;
}
.size12{
    width: 1036px;
}
.size13{
    width: 1060px;
}
.size14{
    width: 1084px;
}
.size15{
    width: 1108px;
}
.size16{
    width: 1132px;
}
.size17{
    width: 1156px;
}
.size18{
    width: 1180px;
}
.size19{
    width: 1204px;
}
.size20{
    width: 1228px;
}
.size21{
    width: 1252px;
}
.size22{
    width: 1276px;
}
.size23{
    width: 1300px;
}
.size24{
    width: 1324px;
}
.size25{
    width: 1348px;
}
.size26{
    width: 1372px;
}
.size27{
    width: 1396px;
}
.size28{
    width: 1420px;
}
.size29{
    width: 1444px;
}
.size30{
    width: 1468px;
}
.size31{
    width: 1492px;
}
.size32{
    width: 1516px;
}
.size33{
    width: 1540px;

}
.size34{
    width: 1564px;
}
.size35{
    width: 1588px;
}
.size36{
    width: 1612px;
}
.size37{
    width: 1636px;
}
.size38{
    width: 1660px;
}
.size39{
    width: 1684px;
}
.size40{
    width: 1708px;
}
.size41{
    width: 1732px;
}
.size42{
    width: 1756px;
}
.size43{
    width: 1780px;
}
.size44{
    width: 1804px;
}
.size45{
    width: 1828px;
}
.size46{
    width: 1852px;
}
.size47{
    width: 1876px;
}
.size48{
    width: 1900px;
}
.size49{
    width: 1924px;
}

/*COLUMS*/
.colum{
    height: 44px;
}
.columBig{
    height: 66px;
}

.colum_left{
    padding-right: 11px;
}
.colum_right{
    padding-left: 11px;
}

.colum50{
    width: 50%;
}

.columfixed{
    /* width: 180px; */
    width: calc(100% / 3);
    float: left;
}

.columCalc{
    /* width: calc(100% - 360px); */
    padding-right: 22px;
}

/* 2019 */
.linhas{
    display:flex;
}
.linhas_subtitulo .linha_esquerda{
    height: 2px;
    background-color:#17365e;
    margin-top:21px;
    flex:1;
}
.linhas_subtitulo .linha_direita{
    height: 2px;
    background-color:#17365e;
    margin-top:21px;
    flex:2;
}
.linha_esquerda{
    height: 2px;
    background-color:#17365e;
    margin-top:29px;
    flex:1;
}
.linha_direita{
    height: 2px;
    background-color:#17365e;
    margin-top:29px;
    flex:2;
}
.linha_esq_reta_baixo{
    width: 2px;
    background-color:#17365e;
    height: 35px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.linha_drt_reta_baixo{
    width: 2px;
    background-color:#17365e;
    height: 35px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.linha_esq_reta_cima{
    width: 2px;
    background-color:#17365e;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.linha_drt_reta_cima{
    width: 2px;
    background-color:#17365e;
    height: 23px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.input_nif{
    position: relative;
    width: 400px;
    height: 44px;
    z-index: 1;
    float:left;
    border:none;
    border-radius: 5px;
}
.button2{
    width: 400px;
    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: #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;

}
.floatleft{
    float:left;
}
.form_holder .new_input{
    width:100%;
    border-radius: 5px;
}
.form_holder label{
    font-family: Helvetica, sans-serif;
    font-size:15;
    font-weight: 700;
    color:#17365e;
}
.column_nova{
    display:flex;
    justify-content: space-between;
    height: initial;
    flex-direction:column;
}

.holder_dois{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.holder_dois div{
    flex-basis: 46%;
}

@media screen and (max-width: 1285px) {
    body{
        background-image: url('../img/fundos-01_2.jpg');
        background-repeat: no-repeat;
        background-size: 1734px 1101px;
        background-position: left top;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 1200px) {
    .coluna_media_query{
        width: 100%;
        padding: 0px;
        margin-bottom: 22px;
    }
    .coluna_media_query_dentro{
        width: 33.33333333%;
    }

    .coluna_media_query_workshop{
        width: 100% !important;
        padding: 0px;
        height: 100%;
        margin-bottom: 15px;
    }
    .coluna_media_query_workshop_dentro{
        width: 100% !important;
        padding: 0px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 900px) {
    .responsive_buttons{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .responsive_buttons .input_nif , .responsive_buttons .floatleft{
        margin-bottom: 20px;
    }
    .size4{
        width:90%;
    }
    .linha_direita{
        flex:1;
    }
    .linhas_subtitulo .linha_direita{
        flex:1;
    }
    .titulo_area{
        font-size:23px;
    }
    .subtitulo_area {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    #logo_holder {
        width: 100%;
        text-align: center;
    }
    #logo_holder img {
        width: 80%;
    }
    .titulo_area{
        font-size:23px;
        text-align: center;
    }
    .numeric{
        font-size:17px;
    }
    .subtitulo_area{
        font-size:12px;
        text-align: center;
    }
    .button{
        width: 105px;
        height: 121px;
        margin-left: -52px;
    }
    .button:hover {
        background-position: 0px -121px;
    }
    .margin_index_left {
        margin-left: -120px;
    }
    .margin_index_rigth {
        margin-left: 26px;
    }
    .logo_footer {
        position: relative;
        float: left;
        margin-top: 30px;
        margin-left: 15px;
        margin-bottom: 15px;
        /* width: 150px; */
        width:90%;
        margin-left:5%;
    }
    .triangle_right{
        display: none;
    }
    .caixa_form{
        font-size:12px;
    }
    .coluna_media_query{
        margin-bottom:0px;
    }
    .coluna_media_query_dentro {
        width: 100%;
        padding: 0px;
        margin-bottom: 15px;
    }
    .colum{
        height: 100%;
    }

    .presenca{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        background-color:transparent;
        padding: 0px;
    }
    .presenca_dias {
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px;
        width: 100%;
        background-color: #E6E6E6;
        padding-left: 15px;
    }

    .presenca_dias_item {
        
        display: -webkit-box;
        
        display: -ms-flexbox;
        
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* border-left: 2px solid white; */
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
        background-color: #E6E6E6;
        margin-bottom: 15px;
        padding-left: 15px;
        width:100%;
        border:0px;
    }
    .button{
        font-size:12px;
    }
    .msg_obrigatoriedade{
        padding-left:15px;
        padding-right: 15px;
        font-size:12px;
    }
    .dados_gerais{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .dados_gerais_margin0{
        width: 100%;
        padding: 0;
        margin-bottom: 0px;
    }
    .space_mobile{
        display:none;
    }
    .button_form{
        margin-left: 30px;
        left:50%;
        right:initial;
    }
    .button_form_left{
        margin-left: -130px;
    }
    .texto_notas{
        padding-left:15px;
        padding-right: 15px;
    }
    .adicionar_convidado{
        right: 0px;
        position: relative;
        height: 100%;
        background-color: #5F664B;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: -5px;
        color: #e6e6e6;
        font-family: 'azo_sansbold';
        padding-right: 30px;
        height: 44px;
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-size: 12px;
    }
    .mobile_resume{
        display: block;
    }
    .resumo_text_sex_mob{
        display:none;
    }
    .texto_resumo{
        padding-left: 15px;
    }

    .pessoas_resumo {
        font-size: 14px;
        font-family: 'azo_sansbold';
        line-height: 90%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: calc(100% - 63px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .pessoas_resumo p{
        width: 100%;
    }
    .titulo_area_pequeno{
        font-size: 18px;
    }

    .botao_verworkshops .tooltiptext {
        left: -222px;
        bottom: 111%;
    }
    .coluna_media_query_workshop_dentro{
        height: 66px;
    }
    .button_acerto_final{
        margin-left: 0px;
        left: auto;
        right: auto;
    }
    .altura_linha_botoes{
        height: 121px;
    }
    .button_ie_dois{
        position: absolute;
        left:50%;
        margin-left:-52px;
    }
    .button_ie_tres{
        position: absolute;
        right: 0px;
    }
    .altura_linha_botoes{
        height: 121px;
    }
    .botao_work_1{
        position: absolute;
        left:50%;
        margin-left: -132px;
    }
    .botao_work_2{
        position: absolute;
        left:50%;
        margin-left: 33px;
    }
    .input_nif, .button2{
        width:100%;
    }
    .responsive_buttons{
        align-items:stretch;
    }
    .linha_esq_reta_baixo,.linha_drt_reta_baixo,.linha_esq_reta_cima,.linha_drt_reta_cima{
        display:none;
    }
}

@media screen and (max-width: 410px) {
    .span_workshops_cont{
        float: left;
        margin-top: 5px;
    }
}

