body{ font-family:'Open Sans', 'Segoe Ui', 'SegoeUIlight', 'SegoeUI', Arial, Verdana, Helvetica, sans-serif;font-weight:400; font-size:16px;color:white;
  width: 100%;
  height: 100%;
  background-color: #420f72;
}
html {
  width: 100%;
  height: 100%;
}
* {-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
.clear{float:none; clear:both;}

h1{font-size:3em;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 1px;
}
section h2{text-align:center; padding:40px 0 20px 0; font-weight:100;}
p {
	margin: 0 0 25px;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Open Sans", "Segoe Ui", SegoeUIlight, SegoeUI, Arial, Verdana, Helvetica, sans-serif;
}
h1{text-transform:uppercase}
b, strong{
	font-weight:400;
}
a {
  color: #ea369b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
	color:#74f95f;
}
.light {
  font-weight: 400;
}
.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(234, 54, 155, 0.3);
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.7);
	font-family: "Open Sans", "Segoe Ui", SegoeUIlight, SegoeUI, Arial, Verdana, Helvetica, sans-serif;
}
.navbar-custom .navbar-toggle {
  color: #74f95f;
  background-color: rgba(234, 54, 155, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 300;
  padding:25px 10px 0 10px;
  margin:0;
	height: 70px;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #74f95f;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
	font-size: 1.2em;
	padding: 25px 10px;
}
.navbar-custom .nav li a:hover {
  color: rgba(116, 249, 95, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: none;
	background-color: transparent;
	font-family: "Open Sans", "Segoe Ui", SegoeUIlight, SegoeUI, Arial, Verdana, Helvetica, sans-serif;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(116, 249, 95, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
.navbar-custom .nav a.btn{font-size: 1em; margin: 17px 0;color:#74f95f;border: solid #74f95f 1px; background-color: transparent;border-radius: 3px;padding: 5px}
.navbar-custom .nav a.btn:hover{margin: 17px 0;color:#ea369b;border: solid #74f95f 1px; background-color: #74f95f;}
a.btn-back{ margin: 17px 0;color:#74f95f;border: solid #74f95f 1px; background-color: transparent;border-radius: 3px;padding: 5px}
a.btn-back:hover{margin: 17px 0;color:black;border: solid #74f95f 1px; background-color: #74f95f;}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(116, 248, 94, 0.3);
  }
}
@media (max-width: 992px) {
.navbar-custom .nav li a {
	font-size:1em;
}
}
.container h2 {color:#74f95f}
.intro {
  display: table;
  width: 100%;
  height: auto;
  text-align: center;
  color: white;
  background: url(../img/Still-Mamografia-por-Satelite-1.jpg) no-repeat center center scroll;
  background-color: #ea369b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding-top:110px;
}
.intro .intro-body .row{
  display: table;
  vertical-align: bottom;
  width:100%;
}
.intro .intro-body .row:first-child{
  display: table;
  vertical-align: top;
  width:100%;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background-color: #ccc;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.download-section h1 {
	padding-bottom:30px;
	padding-top:0;
	margin-top:0;
}
.download-section h2 {
	color:#000;
	padding-top:30px;
	font-size:2.5em;
}
#map {
  width: 100%;
  height: 350px;
}
@media (min-width: 767px) {
 
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 450px;
  }
}
.btn {
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
	webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
	font-family: "Open Sans", "Segoe Ui", SegoeUIlight, SegoeUI, Arial, Verdana, Helvetica, sans-serif;
}

#who {}
#who ul {
    padding: 0;
    margin: 0;
}
#who ul li {
    list-style: none;
    padding: 1.25em;
    position: relative;
    border: 0;
    margin: 0;
    font-size: 1.75em;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	white-space: nowrap;	
}
#who ul li img {width:100%; padding:0; margin:0; border:0; position:relative; max-height:215px; max-width:215px;}
#who ul li a{text-align: center; text-decoration:none; overflow:hidden; display:block; position:relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
	max-height:215px; 
	max-width:215px; 
	margin:0 auto;
	}
#who li a div.hoverInfo {
	position: absolute;
	background: rgba(32,140,204,0.7);
	width: 100%;
	height: 100%;
	color:#FFFFFF;
	font-size:2em;
}
#who li a div.hoverInfo > div {
	padding:70px 0 0 0;
	text-align:center;
	font-size:0.5em;
	font-weight:200;
	line-height:1.1em;
	margin:0 auto;
}
#who .row a img {
	margin:10px auto;
	text-align:center;
}
#local{
	position:relative;
	overflow:hidden;
	font-family: "Open Sans", "Segoe Ui", SegoeUIlight, SegoeUI, Arial, Verdana, Helvetica, sans-serif;
	height:500px;
}
.overDiv{ position:absolute; z-index:99; left:40px; top:50px; padding:40px; background: rgba(42, 7, 78, 0.7); color:white;}
.overDiv h2{ padding:0; margin:0;}
@media (max-width: 760px) {
.overDiv {
	left:30px; top:50px; padding:20px;margin: 0 30px 30px 0;min-width: 50%;}
}
.overDiv span,
#contact span {color:#ea369b;}
#contact .row {padding-top:50px;}
#contact a,
#contact span,
#local a,
#local span {white-space:nowrap}
.cad{
	color:#21b5fd;
}
.cut{
	color:#21b5fd;
}
.gest{
	color:#21b5fd;
}
.sales{
	color:#21b5fd;
}

.move{
font-size:8em;
font-weight:800;
color:white;
}


.container2 {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align:left;
  font-size:7em;
  font-weight:600;
  color: rgba(126, 205, 233, 0.7);
  line-height:0.75em;
}
.container3 {
  position: relative;
  max-width:300px;
  margin: 0;
  padding: 0;
}
.container3 img{
width:100%;
}

.container2--offset {
  margin-left: 10%;
}
.container3--offset {
  margin-left: 10%;
}

.scene {
  padding: 0;
  margin: 0;
}

.fill {
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 5%;
  top: 5%;
}
.layer img{max-width: 100%;}

.layer:nth-child(1) {
  opacity: 0.15;
}
.layer:nth-child(1) button {
  -webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}

.layer:nth-child(2) {
  opacity: 0.30;
}
.layer:nth-child(2) button {
  -webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.layer:nth-child(3) {
  opacity: 0.45;
}
.layer:nth-child(3) button {
  -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.layer:nth-child(4) {
  opacity: 0.60;
}
.layer:nth-child(4) button {
  -webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.layer:nth-child(5) {
  opacity: 0.75;
}
.layer:nth-child(5) button {
  -webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.layer:nth-child(6) {
  opacity: 0.90;
}
.layer:nth-child(6) button {
}

#scene2 > .layer:nth-child(1) {
  opacity: 1;
}
#scene2 > .layer:nth-child(1) button {
  -webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}

#scene2 > .layer:nth-child(2) {
  opacity: 0.75;
}
#scene2 > .layer:nth-child(2) button {
  -webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}
.modal-header{background-color: #74f95f; color: #373f47;border-radius: 6px 6px 0 0;}
.com_breezingforms .formOpen input.ff_elem[type="text"],
.com_breezingforms .formOpen select{width: 100%;border-color: #62717f;border-radius:2px; border-bottom: 0; border-right: 0; padding: 10px 5px; background-color:#efefef;font-size: 18px !important;line-height: 22px;height: 60px; color:#373f47; margin: 10px 5px;display: block;}
.com_breezingforms .formOpen select{padding: 0;}
.com_breezingforms .formOpen input.ff_elem:focus{border-radius:2px; padding: 10px 5px; margin: 10px 5px; background-color:#373f47; color: white; border-color: #373f47;
        border-right-color: rgb(102, 175, 233);
        border-bottom-color: rgb(102, 175, 233);
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0), 0 0 0px rgba(102, 175, 233, 0);
}
.com_breezingforms .formOpen .bfElemWrap {width: 49%; float:left;margin: 0px; max-width: 100%; min-width: 200px;padding: 0 5px; box-sizing:border-box;}

.com_breezingforms .t3-mainbody{padding-top: 0; padding-bottom: 0;}
.com_breezingforms .t3-content{padding: 0 0 30px 0;}

.com_breezingforms .formOpen .bfError{display: inline-block; color: #b71a9b;padding:2px 5px;margin:0 5px;border: 1px solid #b71a9b;border-radius:2px;}
.com_breezingforms .formOpen .bfError:last-child{display: none;}
.com_breezingforms .formOpen .bfElemWrap.bfRolloverBg {background: rgba(0, 0, 0, 0)!important;}
.com_breezingforms .formOpen p {margin: 0;}
.com_breezingforms .formOpen .bfSubmitButton {border-color: #62717f;border-radius:4px; border:0; padding: 10px 20px; margin: 5px; background-color:#74f95f;font-size: 18px !important; color:white; text-transform: uppercase;  }
.com_breezingforms .formOpen .bfSubmitButton:hover { background-color: #373f47;  }
.com_breezingforms .formOpen .bfSectionDescription p{font-size: 1.5em;margin: 20px 0;}
.com_breezingforms .formOpen .bfPage{text-align: center;}
.com_breezingforms .botWhat{
	background-image:url();
}
.breadcrum { width: 100%; display:block; }
.com_breezingforms .formOpen .bfNoSection { overflow:hidden; }
.com_breezingforms .formOpen #bfQuickModeSection64367{ margin-top:10px; vertical-align: top;}
.com_breezingforms .formOpen #bfQuickModeSection64367 .bfClearfix{ vertical-align: top;}
.com_breezingforms .formOpen #bfQuickModeSection64367 .bfElemWrap.bfLabelLeft{ text-align: left;width: 25%; display: inline-block;}
.com_breezingforms .formOpen #bfQuickModeSection64367 .bfLabelLeft > label{ display:block; width: 100%;font-weight: 200; font-size: 1.25em;}
.com_breezingforms .formOpen #bfQuickModeSection64367 .bfLabelLeft .bfElementGroup .bfGroupLabel{ font-weight: 200; font-size: 1em; margin-left: 10px;}
.com_breezingforms .formOpen #bfQuickModeSection64367 .bfLabelLeft .bfElementGroup .ff_elem{ margin: 5px 0 0 0; padding: 0;}

@media (max-width: 768px) {
	.com_breezingforms .formOpen .bfElemWrap {width: 98%;}
	.com_breezingforms .formOpen #bfQuickModeSection64367 .bfElemWrap.bfLabelLeft{ text-align: left;width: 98%; display: inline-block;}
}

.com_breezingforms .module.bannerVitor {
	background: #ffffff url("/images/banners/vitor-testemunho.gif") repeat-y center center; background-size: contain;}
.com_breezingforms .custom.bannerVitor {
	background: transparent no-repeat center top; background-size: contain;padding: 15px;}
.com_breezingforms .custom.bannerVitor h3,
.com_breezingforms .custom.bannerVitor p{
	font-size: 1em;
	color: white;
	margin-left: 50%;
	margin-right: 15%;
	display: inline-block;
}
.com_breezingforms .custom.bannerVitor h3{
	font-size: 1.1em;
	margin-top: 0;
}
.com_breezingforms .custom.bannerVitor h3 span{
	color:#74f95f;
	font-size: 0.85em;
}
.com_breezingforms .t3-sl-1{
	margin: 0;
	padding: 0;
}
#apres{background-color:#1000e7; color:white;}
#who{background-color:#1000e7; color:white;}
#prod{background-color:#420f72; color:white;}
#bio{background-color:#741fb9; color:white;}
#footer{background-color:#000; color:white; padding:20px 0;}
#footer p{font-size:1em; display:inline-block;}
#footer a.page-scroll{font-size:2em; float:right; padding:10px;}
section{padding-bottom:20px;}

.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}