@font-face {
    font-family: 'futura-medium';
    src: url('../font/futuBd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura-light';
    src: url('../font/futuralightbt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Fixed
*/
img {
    max-width: 100% !important;
}

/*
*/

html, body, div, span, applet, 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, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    font-size: 100%;
    font-family: 'futura-light' !important;
	font: inherit;
	vertical-align: baseline;
}
p {
    font-family: 'futura-light' !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {

    overflow-x: hidden;
}
body {
    line-height: 1;
    margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px)
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/*MODALS*/
.frase-solucoes{
 position: absolute; left: -500px;font-size: 35px;width: 450px;color: #2681BB;text-transform: uppercase;top: 25%; 
}

.modal_link {
  cursor: pointer;
}

.modal_x {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 9999999999999999999 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.modal_x.open {
  visibility: visible;
  opacity: 1;
  display: block;
}

.modal_x_container {
    min-height: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 50%;
    background-image: url(../img/back_modal.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.modal_x_container .close_modal_x {
      cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    border: 1px solid #0C6B92;
    border-radius: 50%;
    padding: 5px;
}

.modal_x_container .modal_x_content {
  padding: 50px;
}


.footaddpad {

    padding-top: 75px;
}

.s-text_contain{

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	text-align: center;
	width: 75%;

}

.s-text_contain p{

	color: #fff;
	font-family: 'futura-light' !important;
	line-height: 1.2em;
	font-size: 1.4vw;


}

.s-text_contain h3{
	color: #fff;
	font-family: 'futura-medium' !important;
	font-size: 2vw;
}


.pados{

    padding-left: 5% !important;
    padding-right: 5% !important;
}

.triangle_shape {
    width: 100%;
    position: absolute;
    z-index: 50;
    top: 3px;
}

.form-group ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:    #A7A9AB;
   font-family: 'futura-light' !important;
   font-size: 12px;
   opacity: 1;
}
.form-group :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A7A9AB;
   font-family: 'futura-light' !important;
   font-size: 12px;
   opacity: 1;
}
.form-group ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #A7A9AB;
   font-family: 'futura-light' !important;
   font-size: 12px;
   opacity: 1;
}
.form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #A7A9AB;
   font-family: 'futura-light' !important;
   font-size: 12px;
   opacity: 1;
}

.supbar{ 
    width: 500px;
    position: absolute;
    border: 5px solid rgba(167, 169, 171, 0.2);
    right: 0;
    top: 105px;
}

.f-text span{
    
    font-weight: 600; 
    font-family: 'futura-light' !important;
}

.lock {
    padding-left:0 !important;
    padding-right:0 !important;
}
.display {
    display:inline-flex;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}

/*  HOME  */

.fourimage_all {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.fourimage_link {
    
    position: absolute;
    z-index: 4000;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 2vw;
}

.fourimage_link p{

    position: relative;
    font-family: 'futura-medium' !important;

}

.fourimage_link.fst {

    left: 0;
    top: 0%;
    height: 91%;
    width: 24.5%;

}

.fourimage_link.fst p{
    
    top: 23%;
}

.fourimage_link.sec {

    left: 24.7%;
    top: -9%;
    width: 25.4%;
    height: 94%;
}

.fourimage_link.sec p {

    top: 24%;


}


.fourimage_link.trd {

    left: 50.3%;
    top: -18%;
    width: 25%;
    height: 96%;

}

.fourimage_link.trd p {

    top: 37%;

}

.fourimage_link.fth {

    left: 75.6%;
    top: -26%;
    height: 98%;
    width: 24.5%;

}

.fourimage_link.fth p {

     top: 44%;

}

.h-box{
    padding-top: 130px;
}

.h_fixheight{

    padding-top: 115px;
}

.h_img_contain {
    background-image: url('../img/gloone-critical-environments.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 67vh;
}


.h-box-one {
    position:relative;
}
.h-title-one {
    position:absolute;
    top: 5%;
    left: 5%;
    color: white;
    font-size: 4.5vw;
    line-height: 1.3;   
}

.h-box-two {
    margin-top: -5%;
    position: relative;
    z-index: 1;
}
.h-image-three {
    margin-top: -15%;
    position: relative;
    z-index: -1;
}
.h-image-two-icon {
    position: absolute;
    left: 50%;
    width: 1.7%;
    top: 35%;
    cursor:pointer;
}
.h-title-clientes {
    text-align:center;
    color: #0C6B92;
    /* padding-bottom:2%; */
    font-size: 2.2vw;
}
.h-image-logo {
    /* width: 90%; */
    display: block;
    margin: 0 auto;
}
.h-bar-center {
    background-image: url('../img/h-box-background.png');
}
.h-blue-center {
    background-image: url('../img/h-blue-background.png');
}
.h-box-four {
    margin-top: -8%;
}
.h-title-blue {
    text-align:right;
    color: #ffffff;
    padding-top: 20%;
    padding-bottom: 20%;
}

.h-title-blue p {

  font-size: 3.5vw;

}

.h-title-blue h4{

font-size: 3.5vw;
font-family: 'futura-medium' !important;

}

#map1{

margin-top: -7%;
        
}

.map_info{
    position: absolute;
    border: 1px solid #A7A9AB;
    text-align: center;
    background-color: #A7A9AB;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    z-index: 10;
    text-transform: uppercase;
  }

.local_pt {
    top: 14%;
    left: 39.5%;
}

.local_es {
    top: 9%;
    left: 45.5%;
}

.local_ang {

    top: 54%;
    left: 45.5%;
}


.local_ar {

    top: 24.5%;
    left: 48.5%;
}

.local_be {

        top: 0%;
    left: 52.5%;
}

.local_in {

    top: 32.5%;
    left: 67.5%;
}

.local_qa {

    top: 33%;
    left: 58.5%;
}

.local_mz {

    top: 61.5%;
    left: 53.5%;
}


.local_cv {

        top: 36%;
    left: 32.5%;
}

/*.local_eua {

    top: 26%;
    left: 17.5%;
}*/


.h-blue-box {
    margin-top: -9%;
}
.h-mapa {
    margin-top: -5%;
    z-index: -1;
}
.mapa-title {
    margin: 0 auto;
    text-align: center;
    display: block;
    color:#A7A9AB;
    padding-bottom:5%;
    font-size: 1.5vw;
}
.mapa-text {
    cursor:default;
}
.mapa-text:hover,
.mapa-text:active {
    color:#0C6B92;
}
.slick-next {
    right: 0px !important;
}
.slick-prev {
    left: 0px !important;
}


.slick-clientes img{
    width: 100%;
    padding-left: 13%; 
    padding-right: 13%;
}

.arrow-slick-clientes{
    padding-bottom: 3%;
}

.arrow-slick-clientes button{
    background: transparent;
    border: none;
    
}


.arrow-slick-clientes button:hover{
    opacity: 0.8;
}

.arrow-slick-clientes button{
    outline: none;
}

.slick-clientes-anterior {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-clientes-seguinte {

     position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);

}

/*  QUEM SOMOS  */

.margin_fix{
    padding-right: 5% !important; 
    padding-left: 5% !important;
    padding-top: 5% !important;
}

.q-text {   
    color: #A7A9AB;
    text-align: justify;
    font-size: 1.4vw;
}

.q-title {
    color:#2681BB;
    text-align:right;
    margin-top: 50px;
    font-size: 100px;
    right: 0;
}

.q-title_2{
    color:#2681BB;
    font-size: 6.5vw;
    font-family: 'futura-medium' !important;
    text-align: right;
    margin: 0;
}

.ponto{
    background-image: url('../img/ponto.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 11%;
}

.q-title-parceiros {
    color:#2681BB;
    font-family: 'futura-light' !important;
    font-size: 1.5vw;
    font-weight: 900;
    padding-bottom: 2%;
}

.q-parceiros{
    padding-bottom: 70px !important;
}

.logo-genetec-padding{
    padding-top: 5%;
}

.logo-euklis-padding{
    padding-top: 4% !important;
}

.logo-mediphealth-padding{
    padding-top: 4% !important;
}

/*
.q-parceiros img{
    padding-bottom: 40px;
}
*/

/*
.q-img-parceiros-0{
    height: 92px; 
    margin-top: 62px;
}

.q-img-parceiros-1{
    height: 200px;
}

.q-img-parceiros-2{
    height: 150px; 
    margin-top: 35px;
}
*/

.quem-somos-interrogacao-desktop h1{
    position: absolute;
}

.quem-somos-interrogacao-desktop img{
    position: absolute;
    padding-top: 130px;
}

.quem-somos-interrogacao-mobile{
    display: none;
    padding-bottom: 230px;
    padding-top: 50px;
}

.quem-somos-interrogacao-mobile h1{
    position: absolute;
}

.quem-somos-interrogacao-mobile img{
    position: absolute;
    width: 100px;
    top: -22px;
}

.q-title-mobile{
    color:#2681BB;
    font-size: 50px;
    text-align: center;
    font-family: 'futura-medium' !important;
}

.pado-top20{
    padding-top: 20%;
}

/*  Button Contacts  */

.contact-us {
    margin-bottom: 0px;
    margin-top: 0;
    padding: 10px;
    background: #E6E7E8;
    font-family: 'futura-light' !important;
    color: #2681BB;
}
.contact-plus {
    color: #2681BB;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'futura-medium' !important;
    vertical-align: middle;
    margin: 0;
    padding-left: 5px;
}
.contact-button {
    transform: translateY(-50%) rotate(-90deg);
    position: fixed;
    right: -55px;
    top: 50%;
    z-index: 6000;
    cursor: pointer;
}
.contact-block {
    position: relative;
}

/*  Projects  */

.projetos-texto-esconder-cr-1, 
.projetos-texto-esconder-cr-2, 
.projetos-texto-esconder-cr-3, 
.projetos-texto-esconder-s-1, 
.projetos-texto-esconder-s-2,
.projetos-texto-esconder-s-3,
.projetos-texto-esconder-s-4,
.projetos-texto-esconder-s-5,
.projetos-texto-esconder-c-1,
.projetos-texto-esconder-c-2,
.projetos-texto-esconder-c-3,
.projetos-texto-esconder-c-4{
    display: none;
}


.projecto-id, 
.visualizacao-id, 
.inteligencia-id, 
.operacao-id, 
.seguranca-id, 
.cirurgia-digital-id, 
.monitores-medicos-id, 
.ergonomia-id, 
.design-id, 
.tecnologia-id{    
    display: block;
    position: relative;
    top: -105px;
    visibility: hidden;
}


.filtro-title {
    margin: 0 auto;
    text-align: center;
    display: block;
    color:#A7A9AB;
    padding-bottom: 5%;
    font-size: 1.5vw;
    padding-top: 5%;
}
.filtro-text {
    cursor:pointer;
}
.filtro-text:hover,
.filtro-text:active {
    color:#0C6B92;
}

.f_act{

    color:#0C6B92 !important;

}

.f_bright{

     filter: brightness(15%);

}

.remove_bright {

      filter: unset !important;
}



.p-title {
    color: #2681BB;
    text-align: left;
    font-size: 6.5vw;
    font-family: 'futura-medium' !important;
        padding-bottom: 2%;
}

.p-text {
    color: #A7A9AB;
    text-align: justify;
    font-size: 1.4vw;
    padding-top: 24%;
}

.p-background {
    background-image: url('../img/p-background.png');
    background-repeat: no-repeat;
     background-size: 100% 100%;
}
.p-arrow {
    display: block;
    margin: 0 auto;
    width: 25px;
    cursor:pointer;
}
.p-col {
    width:20%;
    float:left;
    padding-left:15px;
    padding-right:15px;
}
.p-col-img {
    display: block;
    margin: 0 auto;
}
.p-col-filled {
    background:#E6E7E8;
    opacity:0.8;
}

/*  Media  */

.m-title {
    color: #2681BB;
    text-align: center;
    margin-left: auto;
    opacity: 0.9;
    margin-left: 26%;
    font-size: 14.5vw; 
    font-family: 'futura-light' !important;

}

.m-title-extra {
    color: #2681BB;
    font-size: 180px;
    padding-top: 15%;
    margin-left: -7%;
    opacity: 0.9;
    font-family:'futura-light' !important;
    font-size: 14.5vw; 
    font-family: 'futura-medium' !important;
}

.m-title-img {    
    color: #0C6B92; 
    font-size: 3vw; 
    font-weight: bold; 
    float: right; 
    font-family: 'futura-medium'; 
    margin-top: 77%;
}

.m-artigo-1{
    margin-top: 50px;
}

.m-arquivo-2-mobile{
    display: none;
}

.m-arrow {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    cursor:pointer;
}

.m-box1 {
    margin-top: 18%;
    color: #2681BB;
    width: 75% !important;
    margin-left: 10%;
}

.m-box2{
    margin-top: 25%;
    color: #2681BB;
    width: 40% !important;
    margin-right: 10%;
    float: right !important;
}

.m-button {
    float: right;
    margin-right: 25%;
    margin-left: 10%;
    padding: 1.5% 4%;
    outline:none;
    background:#0C6B92;
    border:none;
    color:white;
    border-radius:0;
    font-family: 'futura-medium' !important;
    position:relative;
    cursor: pointer;
    font-size: 1.2vw;
}

.m-text1{
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 2.3vw;
}

.m-text2 {
    font-family:'futura-light' !important;
    font-size: 1.3vw;
    color: #A7A9AB;
}

.m-button-extra {
    float: left;
    margin-left: 25%;
}

.m-text2-extra, .m-text1-extra {
    text-align:right;
}

.m-button:hover {
    background:transparent;
    border:5px solid #0C6B92;
    color:#0C6B92;
    padding:0.9% 3.1%;
    font-size: 1.2vw;
}

.m-button-plus-hover {
    display:none;
    color: #0C6B92;
    position: absolute;
    top: -38px;
    left: -22px;
    font-size: 45px;
    background: white;
    height: 53px;
}
.m-plus {
    display: block !important;
}

/*  Soluções  */

.s-title {
    color: #2681BB;
    font-size: 8.0vw;
    z-index: 3;
    font-family: 'futura-medium' !important;
    position: absolute;
    right: 50px;
    top: -13%;
}

.s-text {
    color: #0C6B92;
    font-size: 22px;
    font-weight: bold;
}


.double_text_1 {
    position: absolute;
    color: #fff;
     font-size: 35px;
    font-weight: bold;
    bottom: 52.5%;
    left: -189px;
}


.double_text_2 {
    position: absolute;
    color: #fff;
      font-size: 35px;
    font-weight: bold;
    bottom: 48.5%;
    left: -181px;
}


.double_text_3 {
    position: absolute;
    color: #fff;
      font-size: 35px;
    font-weight: bold;
    bottom: 44.5%;
    left: -296px;
}


.double_text_4 {
    position: absolute;
    color: #fff;
      font-size: 35px;
    font-weight: bold;
    bottom: 40.5%;
    left: -267px;
}


.double_text_5 {
    position: absolute;
    color: #fff;
      font-size: 35px;
    font-weight: bold;
    bottom: 36.5%;
    left: -274px;
}


.double_text_6 {
    position: absolute;
    color: #fff;
      font-size: 35px;
    font-weight: bold;
    bottom: 32.5%;
    left: -239px;
}


.double_text_7 {
    position: absolute;
    color: #fff;
      font-size: 35px;
    font-weight: bold;
    bottom: 28.5%;
    left: -85px;
}


.double_text_8 {
    position: absolute;
    color: #fff;
      font-size: 35px;
    font-weight: bold;
    bottom: 24.5%;
    left: -160px;
}


.double_text_9 {
    position: absolute;
    color: #fff;
     font-size: 35px;
    font-weight: bold;
    bottom: 20%;
   left: -3px;
}

.double_text_1 span.dt_1_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.double_text_1 span.dt_1_2 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 3px;
    position: absolute;
    overflow: hidden;
    left: 197px;
}

.double_text_2 span.dt_2_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 192px;
    position: absolute;
    overflow: hidden;
}

.double_text_3 span.dt_3_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.double_text_3 span.dt_3_2 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 59px;
    position: absolute;
    overflow: hidden;
    left: 249px;
}

.double_text_4 span.dt_4_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
     width: 100%;
    position: absolute;
    overflow: hidden;
}

.double_text_4 span.dt_4_2 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 12px;
    position: absolute;
    overflow: hidden;
    left: 267px;
}

.double_text_5 span.dt_5_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
     width: 100%;
    position: absolute;
    overflow: hidden;
}

.double_text_5 span.dt_5_2 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 42px;
    position: absolute;
    overflow: hidden;
    left:244px;
}

.double_text_6 span.dt_6_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
     width: 100%;
    position: absolute;
    overflow: hidden;
}

.double_text_6 span.dt_6_2 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 107px;
    position: absolute;
    overflow: hidden;
    left: 143px;
}

.double_text_7 span.dt_7_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
     width: 96px;
    position: absolute;
    overflow: hidden;
}

.double_text_8 span.dt_8_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 172px;
    position: absolute;
    overflow: hidden;
}

.double_text_9 span.dt_9_1 {
    color: #0C6B92;
    font-size: 35px;
    font-weight: bold;
    width: 15px;
    position: absolute;
    overflow: hidden;
}


/* SOLUÇÕES */

.s-consultoria-mobile, .s-sistemas-seguranca-mobile{
	display: none;
}

.s-box-background {
    background-image: url('../img/s-background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.s-ground {
    position: absolute;
    max-width: 750px;
    float:right;
    right: 0;
}
.s-img-back {
    position:relative;
    width: 750px;
    float: right;
}
.s-imagem-nuvem{
    display: block; 
    margin: auto;
    width: 100%;
    padding-bottom: 10%;
    padding-top: 10%;
}

.s-imagens{
    padding-top: 70px;
}

.s-ground-extra {
    width: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    max-width: 750px;
    float:right;
    right: 0;
}
.s-white {
    color:white;
    font-family:'futura-light' !important;
}

/*
.s-clientes{
    margin-bottom: 80px;
}
*/

.s-imagens-titulo{
    padding-top:5%;
    font-size: 3vw;
    color: #2681BB;
    font-family:'futura-light' !important;
}

.s-imagens-texto{
    padding-top:2%;
    font-size: 2vw;
    color: #2681BB;
    font-family:'futura-light' !important;
}

.s-imagens-margem{
    position:relative;
    margin-top: 15px;
}

.s-pelicula, 
.s-pelicula-cr-1,
.s-pelicula-cr-2, 
.s-pelicula-cr-3,
.s-pelicula-s-1,
.s-pelicula-s-2,
.s-pelicula-s-3, 
.s-pelicula-s-4, 
.s-pelicula-s-5, 
.s-pelicula-c-1, 
.s-pelicula-c-2,
.s-pelicula-c-3, 
.s-pelicula-c-4{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(38, 129, 187, 0.8);
    display: none;
}

.s-pelicula-nova,
.s-pelicula-nova-cr-1,
.s-pelicula-nova-cr-2, 
.s-pelicula-nova-cr-3,
.s-pelicula-nova-s-1,
.s-pelicula-nova-s-2,
.s-pelicula-nova-s-3, 
.s-pelicula-nova-s-4, 
.s-pelicula-nova-s-5, 
.s-pelicula-nova-c-1, 
.s-pelicula-nova-c-2,
.s-pelicula-nova-c-3, 
.s-pelicula-nova-c-4{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.s-salas-controlo-margem{
    margin-top: 15px;
}

.s-sistemas-seguranca-margem{
    margin-top: -80px;
}

.s-saude-title,
.s-sala-title,
.s-sistema-title,
.s-consult-title {
    position: absolute;
    top: 40%;
    color: white;
    left: 48%;
    font-family: 'futura-light' !important;
    transform: translateX(-48%);
}

.s-saude-text,
.s-sala-text,
.s-sistema-text,
.s-consult-text {
    position: absolute;
    top: 55%;
    color: white;
    left: 48%;
    transform: translateX(-48%);
    line-height:1em;
    text-align:center;
    max-width: 300px;
}

.s-sala-main-title {
    padding-left: 30%;
    padding-top: 50%;
    font-size: 2.2em;
    color: #2681BB;
    font-family:'futura-light' !important;
}

.s-sala-main-subtitle {
    padding-left: 30%;
    padding-top:2%;
    font-size: 0.8em;
    color: #2681BB;
    font-family:'futura-light' !important;
}

.s-sistema-main-title {
    padding-right: 20%;
    padding-top: 5%;
    font-size: 2.2em;
    color: #2681BB;
    font-family: 'futura-light' !important;
    text-align: right;
}

.s-sistema-main-subtitle {
    padding-right: 20%;
    padding-top:2%;
    font-size: 0.8em;
    color: #2681BB;
    font-family:'futura-light' !important;
    text-align: right;
}

.s-saude-main-title {
    padding-left: 45%;
    padding-top:5%;
    font-size: 2.2em;
    color: #2681BB;
    font-family:'futura-light' !important;
}

.s-saude-main-subtitle {
    padding-left: 45%;
    padding-top:2%;
    font-size: 16px;
    color: #2681BB;
    font-family:'futura-light' !important;
}

.s-consultoria-right {
    background-image: url('../img/s-consultoria-right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s-consultoria-left {
    background-image: url('../img/s-consultoria-left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s-sistemas-seguranca-mobile{
    display: none;    
}


/* Contactos Página */
 .c-titulo{
    color: #2681BB;
    text-align: right;
    font-size: 7.5vw;
    line-height: 1.4em;
    opacity: 0.9;
    margin-right: 10%;
    margin-top: -25%;
}

.contactos-texto-h4 h4{
	color: #A7A9AB;
	font-size: 1.3vw;
}

.c-contactos-mobile {
    display: none;
}

.c-contactos-texto h4{
    font-size: 16px;
    color: #A7A9AB;
    padding-left: 80px; 
}

.c-contactos-texto img{
    padding-left: 80px;
}

.fourimage_link:hover {
    transform: scale(1.1);
}

/*  Contactos  */
.c-conteudo{
    padding-top: 50px;
}

.c-map-icon{
    margin-left: 50px; 
}

.c-title {
    color: #2681BB;
    text-align: right;
    /* margin-top: -170px; */
    font-size: 6.5vw;
    line-height:1.4em;
    /* margin-right: 100px; */
    opacity:0.9;
    padding-top: 30px;
}

.c-icon-form{

position: absolute; 
top: -36px;

}

.hidden-lg-down{
	margin-right: 100px;
}

.c-title-2 {
    color: #2681BB;
    text-align: right;
    margin-top: -170px; 
    font-size: 6em;
    line-height:1.4em;
    /* margin-right: 10%; */
    opacity:0.9;
}

.c-link {
    color:#000;
    text-decoration:none;
    font-family: 'futura-light' !important;
}
.c-link:hover {
    color:#000;
    font-family: 'futura-light' !important;
}
.c-box1 {
    /* margin-left: 10%; */
    margin-top: 15%;
    padding-left: 80px !important;
}
.c-map-box {
    padding-top: 15%;
}
.c-map-group {
    position: relative;
}
.c-bar {
    margin-top: -350px; 
    background:#A7A9AB; 
    opacity:0.1; 
    height:12px;
    width: 100%; 
    float:right;
}
.c-points1 {
    margin-top: -40%; 
    margin-left: 12%;
}
.c-box2 {
    padding-right: 60px !important;
    margin-top: 12%;
    text-align:right;
}
.c-points2 {
    margin-top: 25%; 
    margin-left: 40%;
}
.c-points3 {
    margin-top: 33%;
    margin-left: 50%;
}
.c-points-long {
    margin:5%;
    margin-top:80%;
    width: 100%;
}
.c-formulario{
    margin-top: 10%; 
    padding-left: 50px !important; 
}

/*  MENU  */

.bg-faded {
    background-color: #fff !important;
}
.nav-item {
    font-family: 'futura-light' !important;
    width: 130px;
    text-align:center;
}
.nav-item:hover,
.active {
    background:#0C6B92;
    color:white !important;
}
.navbar-nav {
    margin-left: 7%;
    width: 100%;
}
.navbar-brand {
    margin-right: 0 !important;
}
.navbar {
    margin: 0 auto;
    margin-bottom: 1%;
    padding: 0px;
    margin-left: 50px; 
}
.m-lang { 
    color:white; 
    border-radius:100px; 
    margin-bottom:0 !important;  
    padding: 2px 5px; 
    font-size: 12px; 
    opacity:0.9;
}
.m-lang-left {
    margin-right:-3px;
    background:#0C6B92;
}
.m-lang-center {
    background:#2681BB;
}
.m-lang-right {
    margin-left:-3px;
    background:#0C6B92;
}
.navbar-toggler,
.navbar-toggler:focus {
    border: none !important;
    outline: none;
}
.m-lang-box {
    display:inline-flex; 
    float:right; 
    position:relative; 
    z-index:1000;
}
.m-lang-group {
    margin: 1% auto; 
    width: 65%; 
    padding-right: 8%;
}


.navbar-toggler, .navbar-toggler-right{
	padding-right: 5px !important; 
	padding-left: 0px !important; 
}


/*  FOOTER  */

.f-footer {
    background:#E6E7E8; 
}

.f-social-group {
    position: relative; 
    float: right;
}
.f-social-group-img {
    margin-top: -13%;
}
.f-social-network {
    position: absolute; 
    z-index: 1; 
    top: 33%; 
    right: 100px; 
    margin-top: -65px; 
    width: 115px;
}
.f-social-icons {
    display:inline-block; 
    z-index: auto;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 5000;
    top: 50%;
    margin-left: 10%;
}

.f-map-img {
    margin: 3% 0 1% 1%;
}
.f-text {
    color:#A7A9AB;
}
.f-email-link {
    color:#A7A9AB; 
    font-family:'futura-light' !important;
}
.f-footer-form {
    margin:0; 
    max-width: 100%;
}
.f-footer-form-title {
    font-weight: 600; 
    font-family: 'futura-light' !important; 
    font-size: 14px; 
    padding-bottom: 8px; 
    padding-top: 8px;
    color: #A7A9AB;
}

.f-footer-criado {
    color:#A7A9AB; 
    font-family:'futura-light' !important; 
    font-size:0.9em; 
    margin-top:3%;
}
.f-contactos {
    width: 100%; 
    margin-top: -85%;
}
.f-form-box {
    border-radius:0; 
    border: none; 
    font-family: 'futura-light'; 
    color:#A7A9AB; 
    background:#D3D3D3;
}
.f-alert {
    border-radius:0 !important;
}
.new-form {
    position: absolute; 
    bottom: 0px; 
    right: 5px;
}
.btn-success {
    border-radius:0; 
    border: none; 
    font-family: 'futura-light';
}
.f-subscribe {
    font-weight: 600; 
    font-family: 'futura-light' !important; 
    font-size: 14px; 
    padding-top: 0px;
    color: #A7A9AB;
}

.f-email {
    border-radius:0 !important; 
    border: none !important; 
    font-family: 'futura-light'; 
    color:#A7A9AB; 
    background:#D3D3D3;
}
.f-submit {
    border-radius:0 !important; 
    border: none !important; 
}
.f-submit-group {
    float: right;
}

.contact-form textarea{
    height: 60px !important;
}

.contact-form_3 textarea{
    height: 60px !important;
}


.asterix{
    position: absolute;
    color: #A7A9AB;
    float: right;
    font-size: 30px;
    height: 0;
    /* overflow: hidden; */
    right: 5px;
    top: -9px;
}
span.cross {
    position: absolute;
    color: #dc2817;
    float: right;
    font-size: 23px;
    height: 0;
    /* overflow: hidden; */
    right: 5px;
    top: -9px;
    display: none;
}

.contact-form input[type="submit"]{
    background: #A7A9AB;
    border-color: #A7A9AB;
    cursor: pointer;
    position: absolute;
    right: 30px;
    z-index: 500;
    top: 14px;
}

.contact-form_3 input[type="submit"]{
    background: #A7A9AB;
    border-color: #A7A9AB;
    cursor: pointer;
    position: absolute;
    right: 30px;
    z-index: 500;
    top: 14px;
}

.contact-form_3 input, .contact-form_3 textarea {
    margin-top: 0px;
    background: rgba(167, 169, 171, 0.2);
    margin-bottom: 8px;
}



@media (max-width: 600px) {
.frase-solucoes {

    position: absolute;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    top: 48%;
    left: 5%;
    right: 5%;
    font-weight: bold;
    width: 100%;

}}


@media (min-width: 1900px) {


	.newsbuts {
    display: inline-block !important;
    position: relative !important;
    right: 5px !important;
    padding: 3px 7px !important;
    font-size: 14px !important;
    top: 2px !important;
}


    .p-back{
   min-height: 625px;
}


    .p-text {

    font-size: 25px;
}


    .q-title-parceiros {
    font-size: 25px;
}

.q-text {
    font-size: 25px;
}    


.map_info{
    font-size: 20px;
  }


.supbar {

    top: 126px !important;
}

.f-text {

    font-size: 20px;
}

.f-footer-form-title {

    font-size: 20px; 
    
}

.f-subscribe {

    font-size: 20px; 
    padding-top: 18px;

}

.f-footer-criado {
   
    font-size:20px; 
   
}

.form-group ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   font-size: 17px;
}
.form-group :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 17px;
}
.form-group ::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 17px;
}
.form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 17px;
   
}

.form-control {

    padding: 13px 12px !important;

}

.contact-form textarea {
    height: 84px !important;
    
}

.contact-form_3 textarea {
    height: 84px !important;
    
}


.btn {
    font-size: 17px !important;
   
}

span.cross {
    font-size: 30px;
    right: 5px;
    top: -13px;
}

.asterix{
    font-size: 40px;
    top: -9px;
}

.triangle_shape {

    top: 5px;

}

}




/* HEALTHCARE */
.healthcare-mobile{
    display: none;
}

.healthcare-imagem-fundo{
    margin-top: 7%;
}

.healthcare-texto-inicio{
    margin-top: 17%;
}

.healthcare-titulo{
    margin-top: 5%; 
} 

.healthcare-imagem-cirurgia{
    margin-top: -10%;
}

.healthcare h4{
    color: #0C6B92;
    font-size: 1.5vw;
    font-family: 'futura-medium' !important;
}

.healthcare p{
    color: #A7A9AB;
    font-size: 1.4vw;
}

.healthcare h1{
   color: #2681BB;
    font-size: 7.5vw;
    font-family: 'futura-medium' !important;
    text-align: right;
    margin: 0;
    line-height: 1.3;
}

.healthcare h3{
   color: #0C6B92;
   font-size: 1.5vw; 
   font-family: 'futura-light';
}  

.healthcare h2{
    color: #FFF;
    font-size: 3.5vw;
    font-family: 'futura-medium' !important;    
    width: 90%;
}

.healthcare-video{
    margin-top: 10%;    
}

.healthcare-nexxis img{
    padding-left: 10%; 
}

.healthcare-pontos{
    color: #0C6B92;
}

.monitores-medicos-mobile{
    display: none;
}


/* CONTROL ROOMS */
.control-rooms-mobile{
    display: none;
}

.control-rooms-margem{
    margin-top: 10%;
}

.control-rooms h4{
    color: #0C6B92;
    font-size: 1.5vw;
    font-family: 'futura-medium' !important;
}

.control-rooms p{
    color: #A7A9AB;
    font-size: 1.4vw;
}

.control-rooms h1{
    color: #2681BB;
    font-size: 7.5vw;
    font-family: 'futura-medium' !important;
    text-align: right;
    margin: 0;
    line-height: 1.3;
}

.control-rooms h3{
   color: #0C6B92;
   font-size: 1.5vw; 
   font-family: 'futura-light';
}  

.control-rooms h2{
    color: #FFF;
    font-size: 3.5vw;
    font-family: 'futura-medium' !important;    
    width: 90%;
}

.control-rooms h5{
    color: #2681BB;
    font-size: 1.4vw;
    font-family: 'futura-medium' !important;    
}

.control-rooms-servicos-mobile{
    display: none;
}

.control-rooms-servicos-fundo{
    padding-top: 5%;
}

.control-rooms-servicos-imagem{
    padding-right: 5%;
    padding-top: 1%;
}

.control-rooms-servicos-itens{
    padding-top: 5%;
}

.control-rooms-servicos-itens img{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
}

.control-rooms-servicos-itens span{
    text-align: center;
    color: #999;
    font-size: 1.3vw;
    font-weight: bold;
}

.control-rooms-servicos-itens-imagens p{
    display: inline-block;
    padding-left: 2%; 
    padding-right: 2%;
}

.control-rooms-projectos-imagens img, .control-rooms-visualizacao-imagem img{
    padding-left: 10%;
}

.control-rooms-visualizacao-desktop{
    margin-top: 5%;
} 

.control-rooms-visualizacao-mobile{
    display: none;
} 

.control-rooms-visualizacao-conteudo{
    padding-left: 5% !important;   
    padding-top: 5%;
    padding-right: 5% !important; 
}

.control-rooms-visualizacao-itens{
    padding-left: 7% !important;
    padding-right: 7% !important;
    padding-top: 7% !important;
}

.control-rooms-mobiliario-tecnico-mobile{
    display: none;
}

.control-rooms-mobiliario-tecnico-conteudo{
    padding-left: 5% !important;   
    padding-top: 15%; 
    padding-right: 5% !important;
}

.control-rooms-mobiliario-tecnico-frase{
    padding-top: 3%;
}

.control-rooms-mesas-reuniao{
    padding-left: 5% !important;
    padding-right: 5% !important;
}



/* DISCLAMER */

.disclamer{
    padding-bottom: 10%;
}

.disclamer p{
    color: #2681BB; 
    font-family: 'futura-light' !important;
    font-size: 1.4vw; 
    width: 98%;
}