@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}


/* CSS reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Extra options you might want to consider*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img { 
    border:0;
}

input{
    border:1px solid #b0b0b0;
    padding:3px 5px 4px;
    color:#979797;
    width:190px;
}

address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul {
    list-style:none;
}

caption,th {
    text-align:left;
}

q:before,q:after {
    content:'';
}

abbr,acronym { 
    border:0;
}

a {
	display:block;
	text-decoration:none;
	color:#000;
}

p {
	display:block;
}

body {    
    margin: 0px !important;
    padding: 0px !important;
}




/* BODY & HTML */

html{
	height: 100%;
	font: 400 14px "Roboto", "Helvetica Neue", Arial, sans-serif;
}

body {
	background-color: #FFF;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	color: #222;
	height: 100vh;
	box-sizing: border-box;
	font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}


/* HEADER Components */

#wrapper{
	width: 100%;
	max-width:950px;
	min-height: 100vh;
	margin: 0px auto;
}

#site_max{
    z-index: 1;
	width: 100%;
	min-height: 100vh;
	margin: 0px auto;
    padding: 0px;
}


/* HEADER Bar */

#block_header_bar{
	position: fixed;
    top: 0px;
    background-color: white;
    width: 100%;
    padding: 0px;
    z-index: 1000;
    height: 100px;
    max-width: 1360px;
    margin: 0px auto;
    border-bottom: 1px solid #DDD;
}

#block_header_bar__color{
	position: fixed;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 1000;
    height: 90px;
    max-width: 950px;
    margin: 0px auto;
	margin-top: 0px;
    border-bottom: 1px solid #DDD;
    background-color: white;
}

/* HEADER Logo */

.block_header_bar__block_logo{
	height: inherit;
    padding: 0 20px 0 20px;
    width: calc(100% - 40px);
    position: relative;
	float: left;
	z-index: 1000;
	background-color: white;
}

.header_logo{
	margin-top: 20px;
}

.header_logo a{
	display:inline-block;
}

.header_logo img{
    height: 50px;
}


/* HEADER Menu */

#block_menu_bar {
    float: right;
    width: 70px;
    height: 25px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    overflow: hidden;
    z-index: 1001;
    position: absolute;
    top: 30px;
    right: 0px;
    background-color: transparent;
}

#block_menu_bar > a {
	font-size: 1rem;
    border-left: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    font-weight: 300;
    z-index: 1002;
    text-align: center;
	height: inherit;
}

.block_menu_bar__menu_icon{
	height: 25px;
	width: auto;
	z-index: 1003;
}

#block_link_bar_1{
	float: right;
    width: 70px;
    height: 25px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    overflow: hidden;
    z-index: 1001;
    position: absolute;
    top: 30px;
    right: 80px;
    background-color: transparent;
    line-height: 25px;
}

#block_link_bar_1 a{
	display:inline-block;
	color: #888;
	font-size: 1.1rem;
}

#block_link_bar_2{
	float: right;
    width: 70px;
    height: 25px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    overflow: hidden;
    z-index: 1001;
    position: absolute;
    top: 30px;
    right: 170px;
    background-color: transparent;
    line-height: 25px;
}

#block_link_bar_2 a{
	display:inline-block;
	color: #888;
	font-size: 1.1rem;
}

.header_menu_icon{
	cursor:pointer;
}

.active_tab{

}

#block_menu_max{
	position: absolute;
    top: calc(-100vh + 35px);
    right: 25px;
    width: 250px;
    max-width: 250px;
    height: auto;
    background-color: white;
    overflow-y: auto;
    transition: height 0.5s, left 0.5s, top 0.5s;
    -webkit-transition: height 0.5s, left 0.5s, top 0.5s;
    opacity: 1;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.block_menu_bar__menu_icon{
	height: 25px;
	width: auto;
	z-index: 1003;
}

#block_menu_page{
    width: 100%;
}

.menu{
	background-color: #444;
    padding-top: 0px;
    width: 100%;
}

.menu > a{
	color: #222;
}

.actual_page{
	position: absolute;
    top: 12px;
    left: 60px;
    font-size: 0.9rem;
    line-height: 1.4;
    color: black;
    font-weight: 300;
	text-transform: uppercase;
	z-index: 1001;
}

.menu_class_1{
    background-color: white;
	margin: 0px;
    padding: 20px 20px 20px 20px;
	width: calc(100% - 40px);
	/*-background-image:url(../icons/menu_arrow_12.png);-*/
	background-repeat: no-repeat;
    background-position: 10px 13px; 
	border-top: 1px solid #eee;
}
.menu_class_2{
    background-color: #777;
	margin: 0px;
    padding: 10px 15px 10px 45px;
	width: calc(100% - 60px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 25px 13px; 
	border-top: 1px solid #6a6a6a;
}
.menu_class_3{
    background-color: #888;
	margin: 0px;
    padding: 10px 15px 10px 60px;
	width: calc(100% - 75px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 40px 13px; 
	border-top: 1px solid #7a7a7a;
}


/* HEADER Others */

#block_header_bar_txtlinks{
	display: inline-block;
    float: right;
    padding: 20px 10px;
    opacity: 1;
    z-index: 101;
}

#block_header_bar_txtlinks > a > img{
	height: 40px;
	width:auto;
}


/* FOOTER */
#footer_bar{
	display: none;
	visibility:none;
}

#footer_link_bar{
	float: left;
    width: 50%;
    height: 50px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    z-index: 1001;
    background-color: transparent;
    line-height: 50px;
}

#footer_link_bar a{
	display:inline-block;
	color: #888;
	font-size: 1.1rem;
}


/* MENU Classic */


#menu > a img{
	height: 60px;
	margin: 55px 45px 35px 45px;
}

#menu_bar {
	position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    width: 450px;
    padding: 0px;
    margin: 0px;
    z-index: 1000;
    height: 80px;
	text-align: right;
}

.menu_txtlinks{
	display:inline-block;
	width: auto;
	text-align: right;
}

.menu_txtlinks_a{

}
.menu_txtlinks_a > img{
	height: 20px;
    padding: 40px 20px 0px 0px;
}


/* Basic Components */

#site{
    padding-top: 91px;
    width: 100%;
    margin: 0px;
    z-index: 1;
	float: left;
}



.full_layout{
    position: absolute;
	top:0px;
	left:0px;
	width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	z-index:1;
	transition: left 1s, right 1s, opacity 1s;
	-webkit-transition: left 1s, right 1s, opacity 1s; /* Safari */
}

.full_layout > span > img{
	width:100%;
}

#social_icons {
    width: 50px;
}








/*- Blocks -*/
.horizontal_block {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    float: left;
	margin-top: 0px;
	padding-top: 70px;
}

#block_1 {
    background-color: transparent;
    position: relative;
	background-color: #EEE;
}

#block_2 {
    background-color: transparent;
    position: relative;
}

#block_3 {
    background-color: transparent;
    margin-top: 0px;
}


$content{
	float: left;
    width: 100%;
}

.section--title{
	padding: 15px 20px 12px 20px;
    float: left;
    width: calc(100% - 40px);
    background-color: white;
    font-size: 1.4rem;
	font-weight: 500;
    color: black;
    border-radius: 0 0 0px 0px;
	z-index: 100;
	border-bottom: 1px solid #EEE;
	line-height: 1.4;
}

.section--center{
	float: left;
    width: 100%;
	padding: 0px;
	background-color: white;
}

.section--title .sub{
    font-size: 1rem;
	font-weight: 300;
    color: #888;
	line-height: 1.4;
}



/*- Portadas -*/
.portada {
    width: 100%;
    height: auto;
    min-height: 120px;
    margin: 0px;
    display: block;
    overflow: hidden;
    padding: 0px;
    background-color: transparent;
    position: relative;
}

.portada > a > figure > span > img{
    width: 100%;
}
.portada > figure > span > img{
    width: 100%;
}
.portada > img{
    width: 100%;
}

.portada > figure {
    margin: 0px;
    opacity: 1;
    filter: alpha(opacity = 100);
    transition: top 1s, opacity 1s;
    -webkit-transition: top 1s, opacity 1s;
    text-align: center;
    width: 100%;
}

.first_picture{
	height: 160px;
	border-radius: 0 0 0px 0px;
}

/*- Componentes de Supertxt -*/
.block_subtitle{
	margin: 0px;
    padding: 20px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: #EEE;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #666;
}

.block_text{
	margin: 0px;
    padding: 20px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.block_picture{
	margin: 0px;
    padding: 20px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    text-align: left;
}

.block_picture > figure {
    margin: 0px;
    text-align: center;
    width: 100%;
}
.block_picture > figure > span > img{
    width: 100%;
}
.block_picture > img{
    width: 100%;
}

.block_picture_caption{
	margin: 0px;
	margin-top: -20px;
    padding: 5px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    font-size: 0.7rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #666;
	font-style:italic;
}

.block_video{
	margin: 0px;
    padding: 20px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: white;
}

.block_document{
	margin: 0px;
    padding: 20px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.block_document > a{
	display: block;
    text-decoration: none;
    color: #000;
}
.block_document > a > p{
	display: inline;
    text-decoration: none;
    color: #666;
	margin-left: 5px;
}

.block_weblink{
	margin: 0px;
    padding: 20px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.block_email{
	margin: 0px;
    padding: 20px 20px;
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}


/*- Bloques de Textos -*/
.block_card{
	margin: 0 0 -1px 0;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-radius: 0px;
    float: left;
}

.title_card {
    width: auto;
    font-size: 1.2rem;
    color: #444;
    line-height: 1.4;
    position: relative;
    overflow: initial;
    padding: 15px 15px 15px 15px;
    left: 0px;
	font-weight: 400;
}

.text_card {
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    overflow: initial;
    padding: 20px;
	left: 0px;
    color: #222;
}


.text_card_title{
    width: auto;
    font-size: 1.4rem;
	font-weight:400;
    line-height: 2;
    position: relative;
    overflow: initial;
    padding: 20px 0px;
	left: 0px;
    color: #666;
}



/*- Formularios -*/
.form_row{

}

.left_column{

}

.right_column{

}

.form_last_row{

}

.button_submit{

}




/*- SIN USAR -*/
#card_separated {
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}

.back_gris {
    width: 100vw;
	margin-bottom: 0px;
}
.back_gris > figure {
    width: 100%;
}
.back_gris > figure > span {
    width: 100%;
}
.back_gris > figure > span > img{
    width: 100%;
}

.block_type_1{
	display: inline-block;
	margin: 10px 20px;
    width: calc(33.29% - 42px);
}

.block_type_black{
	width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
	position: absolute;
    top: 0px;
    left: 0px;
}

.block_type_black :hover{
    opacity: 0.5;
}

.block_type_1_title_wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.block_type_1_title{
	font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
	letter-spacing: 0.3rem;
	width:100%;
	margin-top:140px;
	line-height: 1.2;
}

.block_type_1_subtitle{
	font-size: 1.1.8rem;
    font-weight: 300;
    color: #888;
    line-height: 1.3;
}

.block_type_1_img{
	background-color: #888;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
	position: relative;
}

.wimg{
    width: 100%;
	height: 100%;
}

.block_type_2{
	display: inline-block;
    margin: 40px;
    width: calc(50% - 82px);
	background-color: #111;
	padding-bottom: 10px;
}

.block_type_2_title{
	font-size: 1.2rem;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    width: 100%;
    margin-top: 10px;
    line-height: 1.2;
}

.block_type_2_subtitle{
	font-size: 1.1rem;
    font-weight: 300;
    color: #AAA;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    margin-top: 2px;
}

.block_type_2_img{
	background-color: #888;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
	position: relative;
}

.block_proyect{
	position: relative;
	width:100%;
	height: 750px;
    overflow: hidden;
	background-color:black;
	margin-top: 80px;
}

.block_proyect_1{
	position: absolute;
	top: 0px;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	overflow: hidden;
	opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
	width: 100%;
    height: 100%;
}

.block_top{
	float: left;
    width: 100%;
	position: relative;
}

.block_proyect_1_text{
	position: absolute;
	top: 0px;
	padding: 80px;
	width: calc(100% - 160px);
}

.block_proyect_1_title_block{
    max-width: 500px;
    position: absolute;
    left: 60px;
    top: 60px;
}

.block_proyect_1_title{
	font-size: 2.5rem;
    color: white;
    line-height: 1;
    font-weight: 300;
}

.block_proyect_1_subtitle {
    font-size: 1.2rem;
	margin-top: 5px;
    color: #DDD;
    line-height: 1.4;
    font-weight: 400;
    max-width: 300px;
    text-transform: uppercase;
}

.block_proyect_1_memory_backg{
	width: 1000px;
    height: auto;
    min-height: 550px;
    position: absolute;
    right: 0px;
    top: 250px;
    padding: 0px;
    background-image: url(../imgs/diagonal.png);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 10;
}

.block_proyect_1_memory{
	font-size: 1.1rem;
    color: #DDD;
    line-height: 1.4;
    font-weight: 300;
    width: 350px;
    padding-right: 5vw;
    padding-top: 180px;
	padding-bottom: 5vw;
    text-align: right;
    float: right;
}

/*- fotos -*/
.block_proyect_1_pictures{
	padding: 50px;
    text-align: center;
    float: left;
    background-color: black;
    border-top: 1px solid #222;
	width: calc(100% - 100px);
}

.block_proyect_1_pict_wrapper{
    padding: 0px;
    text-align: center;
	width: 100%;
	height: 100%;
}

.block_proyect_1_pict_li{
	width: calc((100% / 4) - 2px);
	height: 180px;
	margin: 1px;
	display:inline-block;
	float:left;
	position:relative;
}

.block_proyect_1_figure{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	z-index:1;
}

.block_proyect_1_pict_li > a{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
}

.block_proyect_1_figure > span{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
}

.block_proyect_1_figure > span > img{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
}

.figure_diagonal{
	position: absolute;
	width: 50px;
	height: 50px;
    bottom: 0px;
    right: 0px;
	z-index:2;
}

.figure_diagonal > img{
	width: 50px;
	height: 50px;
	padding:0px;
	margin:0px;
}

.figure_text_diagonal{
	position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    color: #AAA;
    padding: 2px 5px;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.4;

}

/*- Webtexts-*/
#content_1{
	position: relative;
    padding: 20px 20px 20px 20px;
    float: left;
    width: calc(100% - 40px);
}

#block_line_total{
	display: block;
    min-height: 170px;
    height: auto;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #DDD;
    margin-bottom: 40px;
    border-radius: 0px;
	float: left;
}

#block_line_total > a{
    height: 100%;
    width: 100%;
}

#block_line_figure{
	width: 250px;
    height: inherit;
    min-height: 170px;
    overflow: hidden;
    margin: 0;
    position: relative;
    background-color: #F7F4EE;
    border-radius: 0px;
	display: inline-block;
}

#block_line_figure >  span > img{
    display: inline-block;
    vertical-align: middle;
	width: 100%;
	max-width: 100%;
    height: auto;
}

#block_line_text{
	width: calc(100% - 280px);
    margin: 30px 0px;
    height: calc(100% - 60px);
	display: inline-block;
	float:right;
}

#block_line_title{
	text-align: left;
    font-size: 1.71rem;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
	width: calc(100% - 90px);
    padding-right: 90px;;
    float: left;
    margin: 5px 0;
}

#block_line_date{
	text-align: left;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.2;
    color: #666;
    max-width: 260px;
    float: left;
}

#block_line_memory{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    float: left;
    width: calc(100% - 30px);
}


#block_type_3{
	display: block;
    min-height: 170px;
    height: auto;
    width: 100%;
	max-width: 750px;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: black;
    margin-bottom: 40px;
    border-radius: 0px;
	float: left;
	opacity: 0.9;
}

#block_type_3_line{
	width: calc(100% - 80px);
    margin: 0px 0px 40px 0;
    height: calc(100% - 60px);
    display: inline-block;
    float: right;
    padding: 0 40px;
}

#block_type_3_title{
	text-align: left;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    overflow: hidden;
    width: 100%;
    padding: 40px 0px;
    float: left;
}

#block_type_3_memory{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    color: white;
    float: left;
    width: calc(100% - 30px);
}


#article_top_figure{
	width: 100%;
    height: 550px;
    min-height: 550px;
    overflow: hidden;
    margin: 0;
    position: relative;
    background-color: #F7F4EE;
    border-radius: 0px;
	display: inline-block;
}

#article_line_text{
	width: calc(100% - 280px);
    margin: 30px 0px;
    height: calc(100% - 60px);
	display: inline-block;
	float:right;
}

#article_line_title{
	text-align: left;
    font-size: 1.71rem;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
	width: calc(100% - 90px);
    padding-right: 90px;;
    float: left;
    margin: 5px 0;
}

#article_line_date{
	text-align: left;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.2;
    color: #666;
    max-width: 260px;
    float: left;
}

#article_line_memory{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    float: left;
    width: calc(100% - 30px);
}

#article_box_figures{
	width: 250px;
    height: auto;
    margin: 0px;
    position: relative;
    border-radius: 0px;
	display: inline-block;
	float:left;
}

#article_figures{
	width: 250px;
    height: 170px;
    min-height: 170px;
    border-radius: 0px;
	float:left;
	margin-top: 2px;
}

#article_figures >  span > img{
    display: inline-block;
    vertical-align: middle;
	width: 100%;
	max-width: 100%;
    height: auto;
}

#article_docs{
	float:left;
	margin-top:20px;
	width: 100%;
}

#article_doc_line{
	margin: 0px 0px 10px 0px;
}

#article_doc_line > a{

}

#article_doc_memory{
    text-align: left;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    width: calc(100% - 30px);
}


.icon_download{
    height: 25px;
	display:inline;
	vertical-align: bottom;
}

#article_doc_title{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #222;
    width: calc(100% - 50px);
	display:inline;
	margin-left:10px;
	vertical-align: bottom;
}

#article_doc_archive_name{
    text-align: left;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    width: calc(100% - 30px);

}

/*- Google Maps -*/
#floating_map_box{
	height: 300px;
    width: 100%;
	position: relative;
}

#map {
	width: inherit;
	height: inherit;
	background-color:#DDD;
}

/*- Images -*/

.portade{
	width: 100%;
	height:auto;
}

.portade > span{
	width: 100%;
	height:auto;
}

.portade > span > img{
	width: 100%;
	height:auto;
}


/*- Link Buttoms -*/
.link_buttom {
    font-size: 1rem;
    line-height: 3rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 200px;
    padding: 0px 15px;
}


/**** Mobile layout ****/
@media (max-width: 1440px) {
	#header_bar_black {
		left: 0px;
		width: 100%;
		max-width:100%;
	}
}


/**** Mobile layout ****/
@media (max-width: 1024px) {

#floating_map_box{
	height: 200px;
    width: 100%;
	position: relative;
}


}


/**** Mobile layout ****/
@media (max-width: 800px) {

#block_link_bar_1{
	display: none;
	visibility:none;
}
#block_link_bar_2{
	display: none;
	visibility:none;
}

/* FOOTER */
#footer_bar{
	float: left;
    display: block;
    height: 50px;
    width: 100%;
    background-color: #ddd;
    position: relative;
}

#footer_link_bar{
	float: left;
    width: 50%;
    height: 50px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    z-index: 1001;
    background-color: transparent;
    line-height: 50px;
}

#footer_link_bar a{
	display:inline-block;
	color: #888;
	font-size: 1.1rem;
}

.link_buttom {
    font-size: 1rem;
    line-height: 3rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 200px;
    padding: 0px 15px;
}

}

/**** Mobile layout ****/
@media (max-width: 600px) {



}


/**** Mobile layout ****/
@media (max-width: 500px) {



	
}

/**** Mobile layout ****/
@media (max-width: 350px) {



}


/**** Datapicker Update ****/
.ui-datepicker table {
    display: table;
}

/*- Simples -*/
.transparente{
	background-color:transparent;
}

.sin_bordes{
	border: 0px;
}

.fixed{
    position: fixed;
}

.txt_centered{
    text-align: center;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.text-center{
	text-align: center!important;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.texto_tachado {
	text-decoration: line-through
}

.uppercase{
	text-transform:uppercase;
}

.lowercase{
	text-transform:lowercase;
}

.normalcase{
	text-transform:none;
}
.boldcase{
	font-weight:500;
}