@font-face {
    font-family: JosefinSans;
    src: url(../fonts/JosefinSans-Regular.ttf);
}

@font-face {
    font-family: JosefinSans_SemiBold;
    src: url(../fonts/JosefinSans-SemiBold.ttf);
}

@font-face {
    font-family: JosefinSans_Bold;
    src: url(../fonts/JosefinSans-Bold.ttf);
}

@font-face {
    font-family: JosefinSans_Light;
    src: url(../fonts/JosefinSans-Light.ttf);
}

@font-face {
    font-family: OpenSans_Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans_SemiBold;
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: OpenSans_Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OpenSans_Light;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: Mathilde_Regular;
    src: url(../fonts/mathilde.otf);
}

/*******************************************************************************
*
* PROPRIEDADES GERAIS
*
*******************************************************************************/

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* Responsive Table */
#conteudo_2nivel table {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    clear: both;
}
#conteudo_2nivel table thead,
#conteudo_2nivel table tbody,
#conteudo_2nivel table th,
#conteudo_2nivel table td,
#conteudo_2nivel table tr {
    display: block !important;
    width:100% !important;
    height: auto !important;
}
#conteudo_2nivel table td,
#conteudo_2nivel table th {
    width:100% !important;
    padding:0;
}

#conteudo_2nivel table td img,
#conteudo_2nivel table th img {
    max-width:100% !important;
    padding:0;
}
#conteudo_2nivel table tbody {
    width:100% !important;
    position: relative !important;
}
#conteudo_2nivel table tbody tr {
    display: inline-block;
}

body {
    margin: 0;
}

body, td, th {

}

ul {
    margin: 0;
    padding: 0;
    border: none;
}

li {
    border: none;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
    font-family: 'OpenSans_Regular';
    font-size: 13px;
    color: #d46e1e;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.separador {
    width: 100%;
    height: 20px;
    display: block;
    position: relative;
    float: left;
}

.centraliza_conteudo {
    width: 990px;
    margin: auto;
}


/* POPUP */
#my-welcome-message{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    display: none;
    z-index: 777777;
    background: rgba(0,0,0,0.7);
}
#my-welcome-message .img_popup{
    width: 100%;
    height: 100%;
    max-height: 50vh;        
    float: left;
    margin-top: 23vh;
    position: absolute;        
    z-index: 888888;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#my-welcome-message #fvpp-close{
    width: 24px;
    height: 24px;
    float: left;     
    position: absolute;
    top: 20px;
    right: 20px;   
    z-index: 999999;
    cursor: pointer;
    background: url(../img/close.png) no-repeat center;
    color: white;
}


/*******************************************************************************/

/*******************************************************************************
*
* CAPA - GERAL
*
*******************************************************************************/

/*******************************************************************************
*
* TOPO
*
*******************************************************************************/

#fundo_mobile{
    background-image: url('../img/mobile/Fundo.jpg');
    height: 100%;;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}

#topo{
    width: 100%;
    height: 104px;
    z-index: 9999;
    position: relative;
    float:left;
    top:0;
    left: 0;
    background-color: #ffe4c9;
    padding-top: 20px;
    margin-top: -17px;
}
#topo .logo_topo{
    float: left;
    width: 218px;
    height: 90px;
    background-image: url('../img/Marca_ressignificar.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
}

#topo #menu_select{
    width: 35px;
    height: 5px;  
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 15px double #d46e1e; 
    border-top: 5px solid #d46e1e;   
    cursor: pointer;
    margin-right: 20px;
    margin-top: 50px;
}

menu ul{
    list-style: none;
    width: 100%;
    float: left;
    margin-top: -210px;
    margin-left: -35px;
    z-index: 9;
    position: relative;
    background-color: #ffe4c9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;

}
menu ul a li{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    width: 100%;
    float: left;
    font-family: JosefinSans_SemiBold;
    font-size: 16px;
    color: #d46e1e;
    text-align: center;
}

.menu_active menu ul{
    -webkit-transform: translateY(320px);
    -moz-transform: translateY(320px);
    -ms-transform: translateY(320px);
    transform: translateY(320px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}
.menu_active #conteudo{
    -webkit-transform: translateY(210px);
    -moz-transform: translateY(210px);
    -ms-transform: translateY(210px);
    transform: translateY(210px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

.menu_active #conteudo_2nivel{
    -webkit-transform: translateY(210px);
    -moz-transform: translateY(210px);
    -ms-transform: translateY(210px);
    transform: translateY(210px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

.menu_active footer{
    -webkit-transform: translateY(210px);
    -moz-transform: translateY(210px);
    -ms-transform: translateY(210px);
    transform: translateY(210px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

.menu_active header #topo #menu_select{
    background-image: url(../img/mobile/menu_close_icon.png);
    transition: all .25s linear;
}


/*******************************************************************************
******************************************************************************
* FINAL TOPO
*******************************************************************************
*******************************************************************************/



/*******************************************************************************
******************************************************************************
* CONTEUDO
*******************************************************************************
*******************************************************************************/
#conteudo{
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    float: left;
}



#conteudo .box_a_ressignificar{
    width: 100%;
    float: left;
    background-image: url('../img/mobile/ressignificar.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

#conteudo .box_a_ressignificar .titulo{
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Mathilde_Regular';
    font-size: 60px;
    color: #333333;
}


#conteudo .titulo{
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Mathilde_Regular';
    font-size: 60px;
    color: #333333;
}

#conteudo .texto{
    width: calc(100% - 40px);
    margin-left: 20px;
    font-family: 'OpenSans_Regular';
    font-size: 14px;
    text-align: left;
    color: #333333;
}

#conteudo a .saiba_mais{
    width: calc(100% - 40px);
    float: right;
    margin-right: 20px;
    text-align: right;
    font-family: 'OpenSans_Bold';
    font-size: 13px;
    color: #d46e1e;
}

#conteudo .box_tratamento{
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    height: auto;
}

#conteudo .box_tratamento .foto{
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    height: auto;
    background-image: url('../img/Tratamento.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 66vw;
}

#conteudo .formacao{
    float: left;
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding-bottom: 110px;
}

#conteudo .formacao .titulo_principal{
    width: calc(100% - 40px);
    margin-left: 20px;
    text-align: center;
    font-family: 'JosefinSans';
    font-size: 25px;
    color: #333333;
}

#conteudo .formacao .titulo{
    text-align: left;
    margin-left: 20px;
    width: calc(100% - 40px);
}

#conteudo .formacao .box-1{
    float: left;
    width: 100%;
}


#conteudo .formacao .box-2{
    float: left;
    width: 100%;
    margin-top: 20px;
}

#conteudo .formacao a .inscreva_se{
    float: left;
    width: 150px;
    border: solid 1px #d46e1e;
    height: 30px;
    font-family: 'OpenSans_Regular';
    font-size: 14px;
    color: #333333;
    margin-left: calc(50% - 75px);
    text-align: center;
    line-height: 30px;
    border-radius: 0.5em;
}

#conteudo .formacao a .inscreva_se:hover{
    color: #fff;
    background-color: #d46e1e;
}

#conteudo #mapa{
    width: 100%;
    height: 245px;
    float: left;
}


#conteudo #mapa .mapa_titulo{
    width: 80%;
    height: 80px;;
    float: right;
    margin-top: -60px;
    background-image: url(../img/mobile/fundo_mapa_mobile.png);
    background-position: left;
    background-repeat: no-repeat;    
    position: relative;
    z-index: 10;
}
#conteudo #mapa .mapa_titulo p{
    float: left;
    text-align: left;
    font-family: 'Mathilde_Regular';
    font-size: 60px;
    color: #333333;
    margin-top: 0;
    margin-left: 30px;
    line-height: 60px;
}

#conteudo #mapa .g_mapa{
    width: 100%;
    height: 100%;
    margin-top: -20px;
    float: left;
}

/*******************************************************************************
******************************************************************************
* FINAL CONTEUDO
*******************************************************************************
*******************************************************************************/


/*******************************************************************************
******************************************************************************
* RODAPE
*******************************************************************************
*******************************************************************************/

footer #rodape{
    float: left;
    width: 100%;
    background-color: #d46e1e;
    padding-bottom: 40px;
}

footer #rodape .logo_bot{
    width: 100%;
    height: 90px;
    float: left;
    background-image: url('../img/Marca_resignificar_rodapé.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 70px;
}

footer #rodape .box_dados_contato{
    float: left;
    width: 300px;
    height: auto;
    font-family: 'OpenSans_Light';
    font-size: 14px;
    color: #fff;
    margin-left: calc(50% - 150px);
}

footer #rodape .box_dados_contato .email{
    float: left;
    height: 20px;
    width: 100%;
    background-image: url(../img/Email.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 15px;
}

footer #rodape .box_dados_contato .fone{
    float: left;
    height: 20px;
    width: 100%;
    background-image: url(../img/Telefone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 15px;
}
footer #rodape .box_dados_contato .whats{
    width: 100%;
    float: left;
    height: 20px;
    background-image: url(/img/whatsapp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 15px;
}

footer #rodape .box_dados_contato .endereco{
    float: left;
    height: 20px;
    width: 100%;
    background-image: url(../img/Localização.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 15px;
}

footer #rodape .box_dados_contato p{
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-top: 0;
}

footer #rodape .box_dados_contato .logo_ed{
    float: left;
    background-image: url('../img/marcaed.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 30px;
    margin-left: calc(50% - 60px);
    margin-top: 40px;
}

/*******************************************************************************
******************************************************************************
* FINAL RODAPE
*******************************************************************************
*******************************************************************************/


/*******************************************************************************
******************************************************************************
* SEGUNDO NIVEL
*******************************************************************************
*******************************************************************************/

#conteudo_2nivel{
    float: left;
    width: 100%;
    height: auto;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#conteudo_2nivel .fundo_titulo{
    float: right;
    margin-right: 20vw;
    width: 80vw;
    background-image: url(../img/mobile/fundo_titulo_2nivel.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 80px;
}

#conteudo_2nivel .fundo_titulo p{
    width: calc(100% - 30px);
    float: left;
    margin-top: 0;
    margin-left: 15px;
    line-height: 80px;
    font-family: 'JosefinSans';
    font-size: 27px;
}

#conteudo_2nivel .texto{
    width: calc(100% - 40px);
    margin-left: 20px;
    color: #333333;
    float: left;
    font-family: 'OpenSans_Regular';
    font-size: 13px;
}

#conteudo_2nivel .texto li{
    margin-left: 30px;
}


/*******************************************************************************
******************************************************************************
* FINAL SEGUNDO NIVEL
*******************************************************************************
*******************************************************************************/


/*******************************************************************************
******************************************************************************
* TERAPIA EMDR
*******************************************************************************
*******************************************************************************/


#conteudo_2nivel .titulo{
    width: calc(100% - 30px);
    margin-left: 15px;
    float: left;
    font-family: 'Mathilde_Regular';
    font-size: 50px;
    text-align: center;
    margin-bottom: -10px;
    color: #333333;
    margin-top: 10px;
}

#conteudo_2nivel .box-formacao{
    width: 100%;
    height: auto;
    float: left;
}

#conteudo_2nivel .box-formacao .titulo_principal{
    width: calc(100% - 30px);
    margin-left: 15px;
    float: left;
    text-align: center;
    font-family: 'JosefinSans';
    font-size: 27px;
    margin-top: 20px;
    color: #333333;
}

#conteudo_2nivel .box-formacao .foto{
    float: left;
    width: calc(100% - 30px);
    margin-left: 15px;
    background-image: url('../img/Terapia_EMDR.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 66vw;
}

#conteudo_2nivel .box-formacao .titulo{
    text-align: left;
}

#conteudo_2nivel .box-formacao .corpo-docente .titulo,
#conteudo_2nivel .box-formacao .conteudo-programatico .titulo{
    text-align: left;
    font-family: 'JosefinSans_Light';
    font-size: 25px;
    color: #333333;
}

#conteudo_2nivel .box-formacao .conteudo-programatico a .baixe_aqui{
    float: left;
    width: 100px;
    border: solid 1px #d46e1e;
    height: 30px;
    font-family: 'OpenSans_Regular';
    font-size: 14px;
    color: #333333;
    margin-left: calc(50% - 50px);
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 0.5em;
    margin-bottom: 20px;
}

#conteudo_2nivel .box-formacao .conteudo-programatico a .baixe_aqui:hover{
    color: #fff;
    background-color: #d46e1e;
}

#conteudo_2nivel #depoimentos{
    width: calc(100% - 30px);
    margin-left: 15px;
    float: left;
    padding-bottom: 30px;
}

#conteudo_2nivel #depoimentos #slider_galeria{
    width: 290px;
    margin-left: calc(50% - 145px);
    float: left;
    margin-top: 30px;
}

#conteudo_2nivel #depoimentos #slider_galeria ul li .galeria_fotos_box ul{
    list-style: none;
}

#conteudo_2nivel #depoimentos #slider_galeria ul li .galeria_fotos_box ul li{
    width: 68px;
    height: 46px;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
    list-style: none;
}

#conteudo_2nivel #depoimentos #slider_galeria ul li .galeria_fotos_box ul li:last-child{
    margin-right: 0px;
}

#conteudo_2nivel #depoimentos #slider_galeria ul li img{
    max-width: 100% !important;
}

#conteudo_2nivel #depoimentos #slider_galeria .box_depoimento .depoimento{
    float: left;
    width: 100%;
    margin-top: 15px;
    font-family: 'JosefinSans';
    font-size: 16px;
}

#conteudo_2nivel #depoimentos #slider_galeria .box_depoimento .depoimento_autor{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'Mathilde_Regular';
    font-size: 45px;
    text-align: right;
} 

/*******************************************************************************
******************************************************************************
* FINAL TERAPIA EMDR
*******************************************************************************
*******************************************************************************/

/*******************************************************************************
******************************************************************************
* CONTATOS
*******************************************************************************
*******************************************************************************/



.contato #contato_form{
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.contato #contato_form .msg-formulario{
    float: left;
    width: calc(100% - 30px);
    margin-left: 15px;
    font-family: 'OpenSans_Regular';
    font-size: 14px;
    color: #d46e1e;
    text-align: center;
}

.contato #contato_form .form{
    float: left;
    width: calc(100% - 40px);
    margin-left: 20px;
}

.contato #contato_form .form form label{
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'OpenSans_Light';
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.contato #contato_form .form form input{
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'OpenSans_Regular';
    font-size: 14px;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    border-bottom: solid 1px #d46e1e;
}

.contato #contato_form .form form textarea{
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'OpenSans_Regular';
    font-size: 14px;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    height: 95px;
    border-bottom: solid 1px #d46e1e;
    resize: none;
}

.contato #contato_form .form form #botao-enviar{
    float: left;
    width: 110px;
    font-family: 'OpenSans_Regular';
    font-size: 14px;
    border: solid 1px #d46e1e;
    border-radius: 0.3em;
    height: 30px;
    margin-top: 20px;
    cursor: pointer;
    margin-left: calc(50% - 55px);
    text-align: center;
    background-color: transparent;
}

.contato #contato_form .form form #botao-enviar:hover{
    background-color: #d46e1e;
    color: #fff;
}

/*******************************************************************************
******************************************************************************
* FINAL CONTATOS
*******************************************************************************
*******************************************************************************/