/* @media (min-width:320px) */
/* @media (min-width:595px) */
/* @media (min-width:750px) */
/* @media (min-width:900px) */
/* @media (min-width: 1200px) */

/* FONTS ********************************************************************************************** */
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adamregular';
    src: url('../fonts/adam-webfont.eot');
    src: url('../fonts/adam-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/adam-webfont.woff') format('woff'),
         url('../fonts/adam-webfont.ttf') format('truetype'),
         url('../fonts/adam-webfont.svg#adamregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cardenio';
    src: url('../fonts/cardenio_modern-webfont.eot');
    src: url('../fonts/cardenio_modern-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cardenio_modern-webfont.woff') format('woff'),
         url('../fonts/cardenio_modern-webfont.ttf') format('truetype'),
         url('../fonts/cardenio_modern-webfont.svg#cardenio_modernregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FIM FONTS ******************************************************************************************* */

body {
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	padding: 0px;
	margin: 0px;
}

::-webkit-scrollbar { 
    display: none; 
}

a {
	text-decoration: none;
	color: #555555;
}

img {
    border: 0 none;
    max-width: 100% ;
	width: auto  ; /*IE8*/
    vertical-align: top;
}

textarea {
    resize: none;
}

iframe {
	opacity: 0.8;
	float: left;
	width: 250px;
	height: 200px;
}

.ui-widget-content {
	width: 300px;
	height: 200px;
	background: #ffffff;
	color: #222222;
}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker-title {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

.ui-datepicker-calendar {
	width: 250px;
	height: 250px;
}

/* BACKOFFICE ******************************************************************** */

.bo_add_news {
	width: 100px;
	height: 30px;
	margin-top: 5px;
	background: rgb(157, 182, 236);
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 20px;
	border: none;
	cursor: pointer;
}

.bo_top_bar a {
	font-weight: bold;
}

.bo_header {
	width: 100%;
	top: 0px;
	background: lightgrey;
	position: fixed;
}

.bo_top_bar {
	width: 96%;
	padding: 0px 2%;
	height: 40px;
	background: #ffffff;
	line-height: 40px;
	float: left;
}

.bo_single_news_bar_main {
	width: 100%;
	color: #000000;
	height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

.bo_id_noticia, .bo_data_noticia, .bo_foto_noticia {
	width: calc(15% - 8px);
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0px 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bo_titulo_noticia {
	width: calc(70% - 20px);
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.lines_container {
	width: 100%;
	margin-top: 80px;
	float: left;
}

.bo_news_individual_line {
	width: 100%;
	height: 40px;
	float: left;
	border-bottom: 1px solid grey;
}

.bo_id_noticia_line, .bo_data_noticia_line {
	width: calc(15% - 8px);
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0px 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bo_titulo_noticia_line {
	width: calc(70% - 168px);
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0px 10px;
	margin-right: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;	
}

.bo_foto_icon {
	width: 20px;
	background-image: url("../images/foto_icon.png");
	height: 38px;
	float: left;
	background-size: 72%;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-left: 10px;
}

.bo_edit_icon {
	width: 20px;
	background-image: url("../images/edit_icon.png");
	height: 38px;
	float: left;
	background-size: 72%;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-left: 10px;
}

.bo_delete_icon {
	width: 20px;
	background-image: url("../images/delete_icon.png");
	height: 40px;
	float: left;
	background-size: 72%;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-left: 10px;
}

.bo_link_icon {
	width: 20px;
	background-image: url("../images/link_icon.png");
	height: 40px;
	float: left;
	background-size: 72%;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-left: 10px;	
}

.bo_voltar_btn {
	margin-right: 20px;
}

.add_news_form {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid grey;
	float: left;
}

.data_noticia_input {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.data_noticia_input input {
	width: 300px;
	height: 34px;
}

.titulo_noticia_input {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.titulo_noticia_input input {
	width: 100%;
	height: 34px;
}

.content_noticia_input {
	width: 100%;
	float: left;
	margin-bottom: 20px;	
}

.content_noticia_input textarea {
	width: calc(100% - 2px);
	height: 250px;
}

.bo_show_photo_frame {
	width: 100%;
	float: left;
}

.add_photo_form {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}

.bo_show_photo_frame {
	margin-top: 50px;
}

.photo_container {
	width: 30%;
	padding: 1%;
}

.container_bo_top_margin {
	margin-top: 80px;
}

.all_news_link {
    width: 98%;
    color: #007DE4;
    margin-left: 1%;
    height: 40px;
    /* background: #007EE5; */
    border: 1px solid #007EE5;
    float: left;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.space_top_outer_container {
	width: 100%;
	float: left;
	height: 100%;
	margin-bottom: 30px;
	margin-top: 80px;
}

.news_individual_container {
	width: 31.3%;
	height: 450px;
	margin: 1%;
	margin-bottom: 3%;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}

.news_individual_date {
	padding: 10px 10px 6px 10px;
	font-size: 10px;
}

.news_individual_photo {
	border: 0 none;
	height: 200px;
	max-width: 100%;
	width: auto;
	vertical-align: top;
	background: #ffffff;
	overflow: hidden;
}

.news_individual_photo img {
	max-width: none;
	height: 100%;
	width: auto;
}

.news_individual_main_title {
	padding: 10px 10px 6px 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

.news_individual_content_page {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.news_coluna_esquerda {
	width: 100%;
	margin-top: 0px;
	height: 100%;
	float: left;
}

.news_coluna_direita {
  width: 100%;
  float: left;
}

.news_coluna_direita img {
	margin-bottom: 30px;
}

.news_individual_content {
	height: 122px;
	overflow: hidden;
	padding: 10px 10px 6px 10px;	
}

.news_individual_date_page {
	width: 100%;
	font-size: 10px;
	margin-bottom: 10px;
	float: left;
}

.news_individual_id_page {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.news_individual_main_title_page {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

.news_share_container {
	margin-top: 30px;
	width: 100%;
	float: left;
}

.back_from_individual_news {
	float: left;
	margin-top: 30px;
}

.link_externo_container {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.texto_link_externo_news {
}

.link_externo_string {
	margin-top: 10px;
}

.link_externo_string a {
	color: rgb(0, 126, 229);
}

.form {
	width: 260px;
	height: 250px;
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid grey;
}

.form_nome input {
	width: 220px;
	margin: 30px auto;
	height: 30px;
}

.form_password input {
	width: 187px;
	margin: 0px auto;
	height: 30px;
	margin-bottom: 40px;	
}

.form_submit_btn {
	width: 260px;
	height: 40px;
	background: rgb(59, 116, 205);
	border: 0px;
	color: #ffffff;
}

.edit_news_textarea {
	width: 100%;
	height: 300px;
	float: left;
}

/* FIM BACKOFFICE */
/* ******************************************************************************* */

/* ******************************************************************************* */
/* TOP HEADER*/

.container {
	width: 96%;
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
}

.top_header {
	width: 100%;
	background: #fff;
	height: 50px;
	float: left;
	position: fixed;
	z-index: 800;
	
	-webkit-box-shadow: 0px 0px 4px 0px grey;
	-moz-box-shadow: 0px 0px 4px 0px grey;
	box-shadow: 0px 0px 4px 0px grey;
}

.top_header_logo {
	width: 134px;
	margin-top: 12px;
	float: left;
}

.button {
    width: 44px;
    height: 40px;
    margin-top: 6px;
    background-image: url("../images/hamburguer_btn.png");
    float: right;
    background-size: 76%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.close_menu {
    width: 44px;
    height: 40px;
    margin-top: 6px;
    background-image: url("../images/close_menu_icon.png");
    float: right;
    background-size: 76%;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 30px;
}

#menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: #F5F5F5;
	z-index: 1000;
	display: none;
}

.menu_mobile {
	width: 100%;
	float: left;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-bottom: 1px solid #F1F1F1;
	border-top: 1px solid #E4E4E4;
	
	font-size: 20px;
}

.menu_header {
	float: right;
	height: 50px;
	line-height: 50px;
	display: none;
}

.menu_header a {
	color: grey;
	text-decoration: none;
}

.menu_header ul {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu_header li {
	font-family: 'adamregular';
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}

.menu_header a:hover {
	color: #007EE5;
}

.first_block {
	width: 100%;
	background: url("../images/foto_3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	float: left;
	/* padding-bottom: 60px; */
}

.first_block_text {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 110px;
	float: left;
	width: 100%;
}

.first_block_text a {
	float: left;
}

.first_block_main_text {
	color: #fff;
	font-family: 'adamregular';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.first_block_second_text {
	color: #fff;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.first_block_btn {
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	font-family: 'robotolight';
	background: #007EE5;
	color: #fff;
	float: left;
	margin-left: 12px;
}

.first_block_btn:hover {
	margin-top: -2px;	
}

.link_linkedin {
	float: left;
}

.link_linkedin img {
	width: 45px;
	float: left;
	margin-left: 20px;
}

.link_twitter {
	float: left;
}

.link_twitter img {
	width: 45px;
	float: left;
	margin-left: 20px;	
}

.link_linkedin img:hover {
	margin-top: -2px;
}

.link_twitter img:hover {
	margin-top: -2px;
}

.iphone_and_hand img {
	filter: FlipH;
	display: block;
	width: 60%;
	margin: 0 auto;
}

/* FIM TOP HEADER 320PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* PRODUCT BLOCK 320PX*/

.product_block {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #F2F2F2;
}

.product_iphone img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
	width: 60%;
	margin-left: 20%;
	margin-top: 30px;
}

.product_separador {
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #00C08A;
	margin-top: 60px;
	font-size: 14px;
	color: #00C08A;
}

.product_separador:hover {
	background: #00C08A;
	color: #fff;	
}

.youbeep_logo img {
	width: 52%;
	margin-left: 24%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.product_block_first_text {
    width: 100%;
    color: #555555;
    font-family: 'adamregular';
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
}

.product_block_second_text {
	width: 100%;
	color: #555555;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 24px;
	float: left;
	text-align: justify;
	margin-left: 0px;
}

.product_block_btn {
    width: 68%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-family: 'robotolight';
    background: #00C08A;
    color: #fff;
    float: left;
    position: relative;
    margin: 30px 80px 50px 16%;
}

/* FIM PRODUCT BLOCK 320PX*/
/* ******************************************************************************* */

/* ******************************************************************************* */
/* COMPANY *********************************************************************** */

.blue_text_highlight {
	color: #007EE5;
}

.company_block {
	width: 100%;
	height: 100%;
	float: left;
	padding-bottom: 30px;
	background: #F2F2F2;
}

.company_separador {
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #007EE5;
	margin-top: 60px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #007EE5;
}

.company_separador:hover {
	background: #007EE5;
	color: #fff;
}

.company_block_uptecimage img{
	width: 100%;
	float: right;
}

.company_block_main_text {
	color: #555555;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 21px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
}

.company_block_second_text {
	color: #555555;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 21px;
	float: left;
	text-align: justify;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.company_block_third_text {
	color: #555555;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 21px;
	margin-top: 30px;
	float: left;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;	
}

/* FIM COMPANY ******************************************************************* */
/* ******************************************************************************* */

/* ******************************************************************************* */
/* NEWS BLOCK 320PX*/

.news_block {
	float: left;
	padding-bottom: 50px;
}

.news_separador {
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #007EE5;
	margin-top: 60px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #007EE5;
}

.news_separador:hover {
	background-color: #007EE5;
	color: #fff;
}

.news_block_all {
	margin-top: 30px;
}

.news_block_single {
	background-color: #fff;
	margin-bottom: 30px;
}

.news_posted {
	padding: 10px 10px 6px 10px;
	font-size: 10px;
}

.news_main_image {
	margin-bottom: 10px;
	max-height: 250px;
}

.news_main_title {
	font-weight: 700;
	padding: 0px 10px 15px 10px;
	font-size: 16px;
}

.news_content {
	padding: 0px 10px 10px 10px;
}

.news_link_text {
	padding: 0px 10px 10px 10px;
}

.news_individual_container {
	width: 98%;
	height: 450px;
	margin: 1%;
	margin-bottom: 3%;
	float: left;
	overflow: hidden;
}

/* FIM NEWS BLOCK 320PX*/
/* ******************************************************************************* */

/* ******************************************************************************* */
/* TEAM BLOCK 320PX*/

.team_block {
	width: 100%;
	height: 100%;
	background: #E8E8E8;
	float: left;
	padding-bottom: 50px;
}

.team_separador {
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #007EE5;
	margin-top: 60px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #007EE5;
}

.team_separador:hover {
	background: #007EE5;
	color: #fff;
}

.team_name {
	margin-top: 10px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	font-size: 18px;
	color: #007EE5;
}

.team_job {
	color: #555555;
	font-size: 13px;
	margin-top: 2px;
}

.team_person_box {
	width: 200px;
	height: 100%;
	margin-left: 50px;
	margin-top: 40px;
	padding-bottom: 40px;
}

.social_email img {
	height: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}

.social_linkedin img {
	height: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;	
}

/* FIM TEAM BLOCK 320PX*/
/* ******************************************************************************* */

/* ******************************************************************************* */
/* CONTACTOS BLOCK 320PX*/

.contacts_block {
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contacts_block iframe {
	width: 860px;
	height: 350px;
	float: left;	
}

.mapa {
    width: 100%;
    height: 280px;
    background-image: url("../images/mapa_website.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 30px;
}

.mapa_google {
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    display: block;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
}

.canvas_wrapper {
    height: auto;    
    margin-bottom: 60px;
}

#canvas {
    background-color: grey;
}

#map_canvas {
    height: 400px;
    width: 100%;
}

#canvas_2 {
    background-color: grey;
}

#map_canvas_2 {
    height: 400px;
    width: 100%;
}

.scrollof {
    pointer-events: none;
}

.form_container {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.address_container {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #555555;
}

.contacts_separador {
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #007EE5;
	margin-top: 60px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #007EE5;
}

.contacts_separador:hover {
	background: #007EE5;
	color: #fff;	
}

.form_name {
	width: calc(100% - 22px);
	height: 35px;
	line-height: 35px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #555555;
	border: 1px solid #007EE5;
	margin-top: 30px;
	margin-bottom: 15px;
}

.form_email {
	width: calc(100% - 22px);
	height: 35px;
	line-height: 35px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #555555;
	border: 1px solid #007EE5;
	margin-bottom: 15px;
}

.form_textarea {
	width: calc(100% - 22px);
	height: 250px;
	line-height: 35px;
	font-family: 'robotolight';
 	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;	
	color: #555555;
	border: 1px solid #007EE5;
	margin-bottom: 15px;	
}

.form_button {
	width: 120px;
	height: 40px;
	line-height: 35px;
	font-family: 'robotolight';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	color: #007EE5;
	border: 1px solid #007EE5;
}

.form_button:hover {
	background: #007EE5;
	color: #fff;
}

/* FIM CONTACTS BLOCK 320PX*/
/* ******************************************************************************* */

/* ******************************************************************************* */
/* INVESTORS BLOCK 320PX*/

.investors_block {
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}

.investors_block img {
	width: 25%;
        margin: 2% 12.5%;
	float: left;
}

.investors_logos {
    overflow: hidden;
    margin: 0 auto;
    width: 90%; 
   float: none;	
}

/* FIM INVESTORS BLOCK 320PX*/
/* ******************************************************************************* */

/* ******************************************************************************* */
/* FOOTER */

.copyright_bottom {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
}

/* FIM FOTER */
/* ******************************************************************************* */

@media (min-width:320px) {

}	

@media (min-width:595px) {
	
/* ******************************************************************************* */
/* TOP HEADER 595PX*/

.button {
    margin-top: 14px;
    background-size: 82%;
}

.top_header {
	height: 68px;
}

.top_header_logo {
	margin-top: 18px;
	width: 165px;
}

.first_block_text {
	margin-top: 150px;
}

.first_block_main_text {
	font-size: 38px;
	line-height: 50px;
	margin-bottom: 30px;
	word-spacing: 6px;
}

.first_block_second_text {
	font-size: 20px;
}

.iphone_and_hand img {
	float: right;
	width: 30%;
}

.menu_header {
	height: 68px;
	line-height: 68px;
}

/* FIM TOP HEADER 595PX*/
/* ******************************************************************************* */

/* ******************************************************************************* */
/* PRODUCT BLOCK 595PX*/

.product_separador {
	margin-top: 75px;
}

.product_separador:hover {
	background: #00C08A;
	color: #fff;	
}

.product_iphone {
	width: 50%;
	float: left;
}

.product_iphone img {
	width: 100%;
	margin-left: 0px;
}

.youbeep_logo {
	float: left;
	width: 50%;
}

.youbeep_logo img {
	width: 60%;
    margin-left: 5%;
    margin-top: 45px;
}

.product_block_first_text {
	width: 34%;
	float: left;
	text-align: left;
	margin-left: 2%;
}

.product_block_second_text {
	width: 32%;
	font-size: 15px;
	text-align: left;
	margin-left: 2%;
}

.product_block_btn {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	margin-bottom: 50px;
}

/* =============================================================================================== */
   /* FIM PRODUCT BLOCK 595PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* NEWS BLOCK 595PX*/
/* =============================================================================================== */

.news_block {
	height: 100%;
	padding-bottom: 50px;
	float: left;
	background: #ffffff;
}

.news_separador {
	margin-top: 75px;
}

.news_separador:hover {
	background-color: #007EE5;
}

.news_block_single {
	width: 48%;	
	margin: 1%;
}

.news_individual_container {
	width: 48%;
}

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

.news_coluna_direita {
  width: 100%;
  margin-left: 0%;
  height: 100%;
}

.space_top_outer_container {
	margin-top: 80px;
	margin-bottom: 140px;
}

/* =============================================================================================== */
   /* FIM NEWS BLOCK 595PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* COMPANY BLOCK 595PX*/
/* =============================================================================================== */

.company_separador {
	margin-top: 75px;
}

.company_separador:hover {
	background: #007EE5;
	color: #fff;
}

.company_block_main_text {
	font-size: 18px;
	line-height: 24px;
	margin-top: 50px;
}

.company_block_second_text {
	font-size: 15px;
	line-height: 24px;
}

.company_block_third_text {
	font-size: 18px;
	line-height: 24px;
}

/* =============================================================================================== */
   /* FIM COMPANY BLOCK 595PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* TEAM BLOCK 595PX*/
/* =============================================================================================== */	

.team_separador {
	margin-top: 75px;
}

.team_separador:hover {
	background: #007EE5;
	color: #fff;
}

.photo_team img {
/* margin-top: 75px; */
/* margin-left: 10%; */
/* margin-right: 10%; */
/* width: 80%; */

-webkit-box-shadow: 0px 15px 40px -13px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 15px 40px -13px rgba(0,0,0,0.56);
box-shadow: 0px 15px 40px -13px rgba(0,0,0,0.56);
}

.team_person_box {
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;	
}

.social_email img {
	margin-right: 10px;
}

/* =============================================================================================== */
   /* FIM TEAM BLOCK 595PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* CONTACTS BLOCK 595PX*/
/* =============================================================================================== */

.contacts_block iframe {
	width: 100%;
	height: 350px;
	float: left;	
}

.contacts_separador {
	margin-top: 75px;
}

/* =============================================================================================== */
   /* FIM CONTACTS BLOCK 595PX*/
/* =============================================================================================== */

.investors_block img {
	width: 14%;
        margin: 2%;
}
}

@media (min-width:751px) {

/* =============================================================================================== */
/* TOP HEADER 751PX*/
/* =============================================================================================== */

.button {
	display: none;
}

.menu_header {
	display: inline;
}

.menu_header li {
	font-size: 14px;
}

.first_block_second_text {
	margin-bottom: 50px;
}

.link_linkedin img:hover {
	margin-top: -2px;
}

.link_twitter img:hover {
	margin-top: -2px;
}

.iphone_and_hand img {
	filter: FlipH;
	margin-right: 82px;
}

/* =============================================================================================== */
   /* FIM TOP HEADER 751PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* PRODUCT BLOCK 751PX*/
/* =============================================================================================== */

.product_separador {
	margin-top: 100px;
}

.product_separador:hover {
	background: #00C08A;
	color: #fff;	
}

.youbeep_logo {
	margin-left: 5%;
	float: left;
	margin-bottom: 30px;
	width: 38%;
}

.product_iphone {
	width: 35%;
	margin-left: 20px;
	float: left;
}

.product_block_first_text {
	width: 55%;
	font-size: 28px;
	line-height: 39px;
	margin-left: 5%;
	margin-right: 2%;
}

.product_block_second_text {
	width: 55%;
	font-size: 20px;
	margin-left: 5%;
}

/* =============================================================================================== */
   /* FIM PRODUCT BLOCK 751PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* NEWS BLOCK 751PX*/
/* =============================================================================================== */

iframe {
	opacity: 0.8;
	float: left;
	width: 100%;
	height: 180px;
}

.news_coluna_esquerda {
  width: 30%;
  height: 100%;
}

.news_coluna_direita {
	width: 66%;
	margin-left: 2%;
	height: 100%;
	float: right;
}

.news_individual_content_page {
  height: 100%;
}

.space_top_outer_container {
  margin-top: 100px;
  margin-bottom: 140px;
}

/* =============================================================================================== */
   /* FIM NEWS BLOCK 751PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* COMPANY BLOCK 751PX*/
/* =============================================================================================== */

.company_separador {
	margin-top: 100px;
}

/* =============================================================================================== */
   /* FIM COMPANY BLOCK 751PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* CONTACTS BLOCK 751PX*/
/* =============================================================================================== */

.contacts_block {
	width: 100%;
	height: 100%;
	padding-bottom: 75px;
	background: #fff;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.form_container {
	float: left;
	width: 100%;
	height: 100%;
}

.contacts_separador {
	margin-top: 100px;
}

.form_button:hover {
	background: #007EE5;
	color: #fff;
}

.mapa {
    height: 360px;
}

/* =============================================================================================== */
   /* FIM CONTACTS BLOCK 751PX*/
/* =============================================================================================== */
	
}

@media (min-width:900px) {

/* =============================================================================================== */
/* TOP HEADER 900PX*/
/* =============================================================================================== */

.menu_header li {
	font-size: 16px;
	margin-left: 26px;
}

.first_block_main_text {
	font-size: 48px;
}

.iphone_and_hand img {
	float: right;
	filter: FlipH;
	margin-top: -69px;
	width: 300px;
}

/* =============================================================================================== */
   /* FIM TOP HEADER 900PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* PRODUCT BLOCK 900PX*/
/* =============================================================================================== */

.youbeep_logo {
	margin-top: 50px;
	margin-left: 9%;
	width: 30%;
}

.product_iphone {
	width: 300px;
	margin-left: 35px;
}

.product_block_first_text {
	width: 42%;
	margin-left: 10%;
}

.product_block_second_text {
	width: 42%;
	margin-left: 10%;
}

/* =============================================================================================== */
   /* FIM PRODUCT BLOCK 900PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* NEWS BLOCK 900PX*/
/* =============================================================================================== */

iframe {
	opacity: 0.8;
	float: left;
	width: 100%;
	height: 180px;
}

.news_separador {
	margin-top: 100px;
}

.rss_descrition {
	font-family: 'robotolight';
 	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-weight: bold;	
}

.news_individual_container {
	width: 31.3%;
	margin: 1%;
	margin-bottom: 3%;
}

.space_top_outer_container {
  margin-bottom: 160px;
}

/* =============================================================================================== */
   /* FIM NEWS BLOCK 900PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* COMPANY BLOCK 900PX*/
/* =============================================================================================== */

.company_block_main_text {
	font-size: 22px;
}

.company_block_third_text {
	font-size: 22px;	
}

/* =============================================================================================== */
   /* FIM COMPANY BLOCK 900PX*/
/* =============================================================================================== */

/* =============================================================================================== */
   /* TEAM BLOCK 900PX*/
/* =============================================================================================== */

.team_separador {
	margin-top: 100px;
}

.team_person_box {
	width: 23%;	
}

/* =============================================================================================== */
   /* FIM TEAM BLOCK 900PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* CONTACTS BLOCK 900PX*/

.contacts_block {
	width: 100%;
	height: 100%;
	padding-bottom: 75px;
	background: #fff;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contacts_block iframe {
	height: 400px;
}

.form_container {
	float: left;
	width: 100%;
	height: 100%;
}

.address_container {
	margin-top: 10px;
}

.mapa {
    height: 440px;
}

.mapa_google {
    width: 23%;
}

/* FIM CONTACTS BLOCK 900PX*/
/* =============================================================================================== */

.investors_block img {
	width: 9.5%;
        margin-right: 1.5%;
	float: left;
}

}

@media (min-width: 1200px) {

.container {
	width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	float: none;
}

/* =============================================================================================== */
/* TOP HEADER 1200PX*/

.first_block_text {
	width: 50%;
	margin-top: 200px;
}

.first_block_main_text {
	color: #fff;
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 50px;
	letter-spacing: 2px;
	text-align: left;
}

.first_block_second_text {
	text-align: left;
	font-size: 24px;
}

.first_block_btn {
	margin-left: 0px;
}

.iphone_and_hand {
	float: left;
}

.iphone_and_hand img {
	filter: FlipH;
	margin-top: 200px;
        width: 450px;
}

/* FIM TOP HEADER 1200PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* PRODUCT BLOCK 1200PX*/	

.product_block {
	padding-bottom: 50px;
}

.youbeep_logo {
	margin-top: 50px;
	margin-left: 4%;
}

.youbeep_logo img {
	width: 236px;
}

.product_iphone {
	width: 30%;
}

.product_block_first_text {
	width: 58%;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 40px;
	margin-left: 5%;
}

.product_block_second_text {
	width: 56%;
	margin-left: 5%;
}

.product_block_btn {
	width: 22%;
	margin-left: 5%;
	margin-top: 54px;
}

/* FIM PRODUCT BLOCK 1200PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* NEWS BLOCK 1200PX*/

.news_block {
	padding-bottom: 75px;
	width: 100%;
}

.social_linkedin img {
	height: 25px;
}

.social_linkedin img:hover {
	margin-top: 9px;
}

.social_email img {
	height: 25px;
}

.social_email img:hover {
	margin-top: 9px;
}

/* FIM NEWS BLOCK 1200PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* COMPANY BLOCK 1200PX*/

.company_block_uptecimage img {
	width: 50%;
}

.company_block_second_text {
	width: 40%;
}

.company_block_third_text {
	margin-bottom: 50px;
}

/* FIM COMPANY BLOCK 1200PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* TEAM BLOCK 1200PX*/

.photo_team img {
	width: 90%;
}

.team_person_box {
	width:23%;
	height:350px;
	margin-right:1%;
	margin-left:1%;
}

/* FIM TEAM BLOCK 1200PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* CONTACTS BLOCK 1200PX*/

.form_container {
    width: 100%;
    margin-bottom: 0px;
}

.address_container {
	width: 50%;
	margin-top: 10px;
}

#feedback_to_form {
	width: 300px;
	height: 40px;
	margin-top: 10px;
}

.feedback_negativo {
	color: red;
}

.feedback_positivo {
	color: green;
}

/* FIM CONTACTS BLOCK 1200PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* INVESTORS BLOCK 1200PX*/

.investors_logos {
	width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	height: 100%;
	float: none;
}

.investors_block img {
	width: 9%;
        margin: 0 2% 0 0;
	float: left;
}

/* FIM INVESTORS BLOCK 1200PX*/
/* =============================================================================================== */

/* =============================================================================================== */
/* BACK TO TOP BUTTON 1200PX*/

#back-top {
	position: fixed;
	bottom: 45px;
	right: 25px;
	padding:0;
	margin:0;
}

#back-top a {
	text-decoration: none;
	width: 38px;
	height: 38px;
	display: block;
	background-color: #2f343a;
	background-image: url(../images/back-top.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#back-top a:hover {
	background-color: #1bbc9b;
}

/* FIM BACK TO TOP BUTTON 1200PX*/
/* =============================================================================================== */	
}
