/*
mediaquery0px
mediaquery320px
mediaquery460px
mediaquery600px
mediaquery760px
mediaquery900px
mediaquery1200px
*/

html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #252525;
    letter-spacing: 0.2px;
}

/* ****************************************************************************************** */
@media (min-width:0px) { /* *************************************************** mediaquery0px */
/* ****************************************************************************************** */

/* comuns ---------------------------------------------------------------------*/

::-webkit-scrollbar {
    display: none;
}

input_login_form {
    background-color: lightgray;
}

select {
    height: 40px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #252525;
}

input[type=submit] {
    border: none;
}

.text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* fim comuns -----------------------------------------------------------------*/

.container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

.header {
    width: 100%;
    height: 60px;
    float: left;
}

.logo {
    width: 120px;
    padding-top: 14px;
    float: left;
}

.logo a img {
    width: 100%;
}

/* menu -----------------------------------------------------------------------*/

.menu {
    width: 100%;
    height: 100%;
    left: 0px;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 1000;
    display: none;
}

.menu_btn {
    width: 100%;
    float: left;
    height: 54px;
    cursor: pointer;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
}

.btn_open_menu,
.btn_close_menu {
    width: 30px;
    height: 60px;
    float: right;
    background-size: 23px;
    background-position: 50%;
    background-repeat: no-repeat;   
}

.btn_open_menu {
    background-image: url("../images/btn_open_menu.svg");
}

.btn_close_menu {
    background-image: url("../images/btn_close_menu.svg");
}

/* fim menu -------------------------------------------------------------------*/

.page_indentifier {
    width: 100%;
    height: 40px;
    margin: 0 auto 10px auto;
    float: left;
    line-height: 40px;
    text-align: center;
}

/* post wrapper ---------------------------------------------------------------*/
.post_wrapper {
    width: 100%;
    float: left;
}

.post_fotos {
    width: 100%;
    float: left;
}

.post_text {
    width: 100%;
    margin: 14px 0 60px 0;
    float: left;
    text-align: justify;
    height: 70px;
}

.fill {
    background: #fff; 
    height: 100%;
    position: absolute;
    width: 100%;
}

.outter_foto_wrapper_ratio_100 {
    position: relative;
    width: 100%;
    float: left;
}

.outter_foto_wrapper_ratio_100:before {
    content: "";
    display: block;
    padding-top: 80%; 	/* ratio of 4:3 */
}

.inner_foto_wrapper_universal {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}

.foto {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.post-picture {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    padding-top: 100%;
    float: left; 
}

/* fim post wrapper -----------------------------------------------------------*/

/* normals --------------------------------------------------------------------*/

.normal_wrapper {
    width: 100%;
    margin-bottom: 20px;
    float: left;	
}

.normal_foto {
    width: 100%;
    height: 90vh;
    float: left;
    background-image: url("../images/main_photo.jpg");
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: cover;
    min-height: 250px;	
    margin-bottom: 10px;
}

.normal_foto_2 {
    width: 100%;
    height: 90vh;
    float: left;
    background-image: url("../images/main_photo_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: cover;
    min-height: 250px;  
    margin-bottom: 10px;
}

.normal_text {
    margin: 14px 0 60px 0;
    float: left;
    text-align: justify;  
}

/* fim normals ----------------------------------------------------------------*/

/* footer ---------------------------------------------------------------------*/

.footer {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 10px;
    line-height: 40px;
    border-top: 1px solid rgba(235, 235, 235, 1);
}

.copyright {
    width: 33.3%;
    float: left;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.facebook {
    width: 33.3%;
    height: 40px;
    float: left;
    background-image: url("../images/facebook_black.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0.8;
}

.pa {
    width: 33.3%;
    height: 40px;
    float: left;
    text-align: right;
    background-image: url("../images/pa.svg");
    background-repeat: no-repeat;
    background-size: 34px;  
    background-position-x: 100%;
    background-position-y: 50%;
}

/* /footer ---------------------------------------------------------------------*/

.scrollof {
    pointer-events: none;
}

.contacts_wrapper {
	width: 100%;
	float: left;
	margin: 25px 0;
}

.map_wrapper{
    height: 400px;
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.mapa_small_text {
    margin-top: 10px;
    float: left;
}


.input_disable {
    border: none;
    font-size: 10px;
    width: 200px;
}


.input_login_form {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 0;
    padding: 5px;
    margin-left: 5px;
    background-color: grey;
}

.index_container {
    position: absolute;
    top: 44%;
    margin-top: -100px;/* half of #content height*/
    left: 0;
    width: 100%;
}

.linguas {
    width: 100%;
    text-align: center;
    float: left;
    position: fixed;
    bottom: 20px;
}

.linguas_text {
    margin-left: 10px;
    margin-right: 10px;
}

.lines_container {
    width: 800px;
    margin: 0 auto;
}

.index_logo {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.index_logo img{
    width: 100%;
}

.bottom_bar {
    border-bottom: 1px solid #000000;	
}

/* ****************** BACKOFFICE ********************** */

.initialize {
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form_title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_login {
    font-size: 12px;
    width: 320px;
    margin: 0 auto;
}

.filter_wrapper {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.bo_individual_post {
    width: calc(100% - 56px);
    height: auto;
    background: whitesmoke;
    float: left;
    margin-top: 30px;
    margin: 14px;
    padding: 14px;
}

.bo_header {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.btn_1,
.bo_add_new_post_btn {
    float: left;
    background: rgb(71, 71, 71);
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bo_pair_btn_positive {
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px 14px;
    margin: 10px 10px 0px 0;    
}

.bo_pair_btn {
    color: white;
    text-align: center;
    float: left;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px 14px;
    margin: 10px 10px 0px 0; 
}

.bo_pair_btn {
    background: rgb(71, 71, 71); 
}

.bo_pair_btn_positive {
    background: #28C135;
}

.simple_admin_text {
    width: 100%;
    float: left;
    font-size: 14px;
}

.btn_wrapper {
    width: 100%;
    float: left;
}

.bo_acao {
    width: 48px;
    height: 26px;
    float: left;
    margin-right: 8px;
    margin-top: 6px;
    margin-bottom: 24px;
    color: black;
    padding-top: 6px;
    cursor: pointer;
}

.bo_numero_artigo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bo_acao img {
    width: 18px;
}

.bo_titulo_noticia_descricao,
.bo_classe {
    font-size: 12px;
}

.bo_classe {
    padding: 10px;
    background: rgb(255, 247, 170);
    border-radius: 10px;
    width: auto;
    float: left;
}

.text_editar_apagar_post {
    text-transform: uppercase;
    margin: 20px 20px 20px 0px;
    float: left;
}

.textarea_linguas_bo {
    width: 100%;
    height: 10%;
}

.textarea_edit_content {
    width: 100%;
    height: 180px;
    float: left;
}

.bo_line {
    width: 100%;
    float: left;
    margin-top: 20px;
    height: 70px;
}

.bo_line img {
    width: 100%;
}

.bo_img_box {
    width: 100%;
    height: auto;
    float: left;
}

.bo_titulo_img {
    float: left;
}

.bo_titulo_img img{
    width: 100px;
    float: left;
    margin: 10px 10px 10px 0px;
}

.admin_noticia_form {
    font-size: 12px;
}

.module {
  overflow: hidden;
}
.module p {
  margin: 0;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}

/* ****************** FIM BACKOFFICE ****************** */

.content {
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.content_index {
    width: 100%;
    height: calc(100vh - 110px);
    margin-bottom: 5px;
    float: left;
}

.main_foto {
    width: 100%;
    height: 100%;
    background-image: url("../images/main_photo.jpg");
    background-repeat: no-repeat;
    background-position: 42%;
    background-size: cover;
    min-height: 250px;
}

.contacts_block {
    width: 100%;
    height: 100%;
    float: left;
}

.mapa_google {
    margin-top: 8px;
    margin-bottom: 25px;
    float: left;
    display: block;
    width: 100%;
}

.mapa_google p {
    font-size: 10px;
}

.canvas_wrapper {
    height: 300px;
    margin-bottom: 60px;
}

#canvas {
    background-color: grey;
}

#map_canvas {
    height: 300px;
    width: 100%;
}

.address_container {
    font-size: 12px;
    float: left;
}

/* ******************************************************* */
@media (min-width:460px) { /* *************************************************** mediaquery0px */
/* ******************************************************* */

.bo_individual_post {
    width: calc(50% - 56px);
}

}

/* ******************************************************* */
@media (min-width:600px) { /* *************************************************** mediaquery0px */
/* ******************************************************* */

.index_logo {
    width: 80%;
    margin-left: 10%;
}

.post_wrapper {
    width: 44%;
    margin: 3%;
}

.bo_individual_post {
    width: calc(33.33% - 56px);
}

.textarea_linguas_bo {
    width: 60%;
}

}

/* ******************************************************* */
@media (min-width:760px) { /* *************************************************** mediaquery0px */
/* ******************************************************* */

.index_logo {
    width: 70%;
    margin-left: 15%;
}

.post-picture {
    width: 50%;
    padding-top: 50%;
}

}

/* ******************************************************* */
@media (min-width:900px) { /* *************************************************** mediaquery0px */
/* ******************************************************* */

.index_logo {
    width: 60%;
    margin-left: 20%;
}

.bo_individual_post {
    width: calc(25% - 56px);
}

.post_wrapper {
    width: 31.3%;
    margin: 1%;
}

}

/* ******************************************************* */
@media (min-width:1200px) { /* *************************************************** mediaquery0px */
/* ******************************************************* */

.container {
    width: 1200px;
    margin: 0 auto;
    float: none;
}

.index_logo {
    width: 600px;
    margin: 0 auto;
}

.textarea_linguas_bo {
    width: 40%;
}

}