@charset "UTF-8";
/*RESET*/

a:link,
a:visited,
a:hover,
a:active {
    color: #07C8EF
}
a {
    text-decoration: none
}
img {
    image-rendering: auto
}
a.black:link,
a.black:visited,
a.black:hover,
a.black:active {
    color: #292929
}
/* FONTS */

h1,
h2,
h3,
h4,
.montserrat { font-family: 'Montserrat', Arial, Helvetica, sans-serif }
.montserratbold { font-family: 'MontserratBold', Arial, Helvetica, sans-serif }
.montserratlight { font-family: 'MontserratLight', Arial, Helvetica, sans-serif }
.opensans { font-family: 'OpenSans', Arial, Helvetica, sans-serif }
.opensansbold,
strong {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.georgia,
em { font-family: Georgia, serif }
/* MAIN */

body,
html {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #000;
    color: #5B5B5B;
    line-height: 25px;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
textarea {
    resize: vertical;
    max-height: 200px
}
em {
    display: inline-block;
}
h2,
h3,
h4 {
    text-transform: uppercase
}
h4.small {
    padding-top: 10px
}
::selection {
    background-color: #07C8EF;
    color: #FFF;
}
::-moz-selection {
    background-color: #07C8EF;
    color: #FFF;
}
#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
#scroller {
    position: absolute;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
#scroller > div {
    display: block;
}
.footer_icons {
    font-size: 12px;
}
.footer_icons img {
    height: 12px;
    display: inline-block;
    padding-right: 5px;
    border-right: 1px solid #797979;
}
.footer_media {
    text-align: right;
}
.footer_media img {
    padding: 0 1px;
    height: 28px;
}
.noPad {
    padding: 0;
}
.full {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

#inline .msg_container{
    min-width:300px;
}
.blue_circle {
    position: relative;
    background-color: #07C8EF;
    width: 86px;
    height: 86px;
    padding-top: 43px;
    border-radius: 50%;
    line-height: 0;
    font-size: 46px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.needed {
    position: relative
}
.needed:after {
    content: '*';
    color: #07C8EF;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 14px;
    top: 8px;
    left: 4px;
    z-index: 10;
}
.alert_message {
    color: #a94442
}
.spaced {
    padding: 30px 0 80px 0
}
.low_spaced {
    padding: 70px 0
}
.vlow_spaced {
    padding: 20px 0
}
.full_spaced {
    padding: 100px 0;
}
.spaced_m {
    margin: 10px 0 80px 0
}
.no_padding {
    padding: 0 !important;
}
#banner {
    background-image: url(../images/banner.jpg);
    color: #FFF;
    font-size: 28px;
    display: table;
}
#photo_grid .photo,
#photo_grid .photo .caption,
.conceito .video .glyphicon,
.conceito .video:after {
    -webkit-transition: all 400ms cubic-bezier(.31, .19, .16, 1);
    -moz-transition: all 400ms cubic-bezier(.31, .19, .16, 1);
    -ms-transition: all 400ms cubic-bezier(.31, .19, .16, 1);
    -o-transition: all 400ms cubic-bezier(.31, .19, .16, 1);
    transition: all 400ms cubic-bezier(.31, .19, .16, 1);
}
.animated {
    opacity: 0
}
#banner,
.blurred_bg,
#photo_grid .photo,
.conceito .video:after {
    background-attachment: initial;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blurred_bg {
    background-attachment: initial;
    background-image: url(../images/blurred_bg.jpg);
}
.blue_deco {
    position: relative;
}
.blue_deco:after {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 0;
    border-top: 1px solid #07C8EF;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
.big {
    font-size: 50px
}
.white {
    color: #FFFFFF
}
.blue {
    color: #07C8EF
}
.gray{
    color: #b7b7b7
}
.align_vertical {
    display: table-cell;
    vertical-align: middle;
}
.white_bg,
hr.bullet_w:before {
    background-color: #FFFFFF
}
.gray_bg,
hr.bullet_g:before {
    background-color: #EEEEEE
}
.orange_bg,
hr.bullet_o:before {
    background-color: #FAB702
}
.blue_bg,
hr.bullet_b:before {
    background-color: #07C8EF
}
.loader{
    position: fixed;
    background-color: #0c0c0c;
    z-index: 9999;
    text-align: center;
    width: 100%;
    height: 100%;
}
.loader img,
.loader span{
    position: relative;
    display: inline-block;
    top: 45%;
    opacity: 1 !important;
}
.loader span{
    top: 46%;
}
hr.bullet_w,
hr.bullet_g,
hr.bullet_o {
    display: inline-block;
    position: relative;
    border: 0;
    margin: 0;
    height: 0;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #CCCCCC;
}
hr.bullet_w:before,
hr.bullet_g:before,
hr.bullet_o:before {
    content: '•';
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -22px;
    color: #07C8EF;
    font-size: 25px;
    line-height: 0px;
    padding: 1px 18px;
}
.first_section {
    margin-top: 80px
}
.banner_logo {
    margin-bottom: 100px
}
#photo_grid {
    display: table;
}
#photo_grid .photo {
    position: relative;
    float: left;
    display: table-cell;
    line-height: 0;
    width: 16.66666667%;
    height: 200px;
    background-position: center;
    background-attachment: initial;
    background-size: 110%;
    overflow: hidden;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#photo_grid .photo .caption {
    position: absolute;
    line-height: 14px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding-top: 0;
    color: #07C8EF;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#photo_grid .photo:nth-child(odd) {
    background-color: #ddd;
}
#photo_grid .photo:nth-child(even) {
    background-color: #ccc;
}
#photo_grid .ph_01 { background-image: url(../images/thumb/thumb_01.png); animation-delay: 0ms }
#photo_grid .ph_02 { background-image: url(../images/thumb/thumb_02.png); animation-delay: 100ms }
#photo_grid .ph_03 { background-image: url(../images/thumb/thumb_03.png); animation-delay: 200ms }
#photo_grid .ph_04 { background-image: url(../images/thumb/thumb_04.png); animation-delay: 300ms }
#photo_grid .ph_05 { background-image: url(../images/thumb/thumb_05.png); animation-delay: 0ms }
#photo_grid .ph_06 { background-image: url(../images/thumb/thumb_06.png); animation-delay: 100ms }
#photo_grid .ph_07 { background-image: url(../images/thumb/thumb_07.png); animation-delay: 200ms }
#photo_grid .ph_08 { background-image: url(../images/thumb/thumb_08.png); animation-delay: 300ms }
#photo_grid .ph_09 { background-image: url(../images/thumb/thumb_09.png); animation-delay: 0ms }
#photo_grid .ph_10 { background-image: url(../images/thumb/thumb_10.png); animation-delay: 100ms }
#photo_grid .ph_11 { background-image: url(../images/thumb/thumb_11.png); animation-delay: 200ms }
#photo_grid .ph_12 { background-image: url(../images/thumb/thumb_12.png); animation-delay: 300ms }

#photo_grid .ph_13 { background-image: url(../images/showroom/thumb1.png); animation-delay: 0ms }
#photo_grid .ph_14 { background-image: url(../images/showroom/thumb2.png); animation-delay: 100ms }
#photo_grid .ph_15 { background-image: url(../images/showroom/thumb3.png); animation-delay: 200ms }
#photo_grid .ph_16 { background-image: url(../images/showroom/thumb4.png); animation-delay: 300ms }
#photo_grid .ph_17 { background-image: url(../images/showroom/thumb5.png); animation-delay: 0ms }
#photo_grid .ph_18 { background-image: url(../images/showroom/thumb6.png); animation-delay: 100ms }


#solucoes .sol img {
    max-width: 111.33px;
    width: 100%;
    height: auto;
}
#solucoes .sol_desc {
    min-height: 200px;
}
.form_container_container{
    z-index: 3 !important;
}
.container .form_container {
    padding: 30px 30px 100px 30px;
    background-color: rgba(255, 255, 255, 0.95);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#map {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#contato{
    background-color: #FFF;
}
.clock img {
    position: relative;
    height: 100px;
}
.conceito .video {
    position: relative;
    display: table-cell;
    width: 18%;
    margin: 0 1%;
    height: 170px;
    float: left;
    cursor: pointer;
    background-color: #000;
}
.conceito .video .title {
    position: absolute;
    top: -30px;
    left: 0;
    background-color: #FAB702;
    line-height: 20px;
    display: block;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 5px;
}
.conceito .video .glyphicon {
    position: absolute;
    top: 42%;
    left: 48%;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0 0 20px #000;
    z-index: 1;
}
.conceito .video:hover .glyphicon {
    text-shadow: 0 0 5px #000;
    pointer-events: none;
}
.conceito .video:hover:after {
    opacity: 0.8;
}
.conceito .video:after {
    content: "";
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background-attachment: initial;
}
.conceito .video a,
#photo_grid .photo a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.conceito .vd1:after {
    background-image: url(../images/thumb/videos/fibaro.jpg);
}
.conceito .vd2:after {
    background-image: url(../images/thumb/videos/plug.jpg);
}
.conceito .vd3:after {
    background-image: url(../images/thumb/videos/movement.jpg);
}
.conceito .vd4:after {
    background-image: url(../images/thumb/videos/sensor.jpg);
}
.conceito .vd5:after {
    background-image: url(../images/thumb/videos/touch.jpg);
}
footer {
    font-size: 12px;
    color: #3a3a3a
}
#lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3)
}
#lightbox #media_wrap,
#lightbox #arrow_left,
#lightbox #arrow_right {
    position: absolute;
}
#lightbox #media_wrap {
    top: 50%;
    left: 50%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3)
}
#lightbox #media_wrap .canClose {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 14px;
    cursor: pointer;
}
#lightbox #arrow_left,
#lightbox #arrow_right {
    height: 100%;
    width: 5%;
    background-color: rgba(0, 0, 0, 0.3)
}
#lightbox #arrow_left {
    left: 0;
}
#lightbox #arrow_right {
    right: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #photo_grid .photo {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        background-size: 110%;
        height: 230px;
        width: 50%;
    }
    #photo_grid .photo:hover {
        background-size: 130%;
    }
    #photo_grid .photo .caption:hover {
        line-height: 230px;
    }
    .conceito .video {
        width: 48%;
        margin-bottom: 50px;
    }
    .conceito .video .title {
        width: 100%;
        top: -24px;
    }
}
@media (min-width: 1200px) and (max-width: 1670px) {
    #photo_grid .photo {
        width: 25%
    }
}
@media (max-width: 991px) {
    .clock img {
        max-height: 400px !important
    }
    .clock {
        background-color: #d6d6d6;
    }
    .no_pad-xs {
        padding-left: 0;
        padding-right: 0;
    }
    .pad-xs {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fancybox-nav span {
        visibility: visible !important;
    }
    .footer_icons {
        margin-top: 40px;
    }
    .footer_media {
        text-align: center;
        margin: 40px 0 0 0;
    }
}
@media (max-width: 767px) {
    #btn_limpar {
        margin: 20px 0 0 0
    }
    .btn-full-xs {
        width: 100% !important
    }
    .text-center-xs {
        text-align: center !important
    }
    .spaced_m {
        margin: 50px 0 80px 0
    }
    .full_spaced {
        padding: 60px 0;
    }
    #map {
        height: 400px;
        position: relative;
    }
    .container .form_container {
        padding: 40px 10px 80px 10px;
    }
    #photo_grid .photo {
        width: 100%;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    h1,
    h2,
    h3 {
        padding: 20px 0
    }
    h4 {
        padding: 20px 0 5px 0;
    }
    .big {
        font-size: 35px
    }
    #banner {
        font-size: 24px
    }
    #banner em {
        padding: 20px 0
    }
    .align_vertical {
        top: -20px
    }
    button.btn {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
    .banner_logo {
        width: 90%;
        height: auto;
        margin-bottom: 30px;
    }
    .blue_circle {
        width: 55px;
        height: 55px;
        padding-top: 28px;
        font-size: 30px;
    }
    #photo_grid .ph_01,
    #photo_grid .ph_02,
    #photo_grid .ph_03,
    #photo_grid .ph_04,
    #photo_grid .ph_05,
    #photo_grid .ph_06,
    #photo_grid .ph_07,
    #photo_grid .ph_08,
    #photo_grid .ph_09,
    #photo_grid .ph_10,
    #photo_grid .ph_11,
    #photo_grid .ph_12 {
        animation-delay: 0ms
    }
    #solucoes .sol_img {
        padding-top: 30px;
    }
    .conceito .video {
        width: 100%;
        margin-bottom: 50px;
    }
    .conceito .video .title {
        width: 100%;
        top: -24px;
    }
    .navbar-brand {
        height: 60px;
        padding: 20px 15px;
    }
    .navbar-toggle{
        margin-top: 13px;
    }
    .navbar{
        min-height: 61px;
    }
}
@media (min-width: 992px) {
    .footer_media img {
        margin-top: 60px;
    }
    #photo_grid .photo:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        background-size: 130%;
    }
    #photo_grid .photo:hover .caption {
        line-height: 200px;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
    }
}
@media (min-width: 768px) {
    h1 { padding: 60px 0 20px 0 }
    h2 { padding: 60px 0 20px 0 }
    h3 { padding: 40px 0 20px 0 }
    h4 { padding: 5px 0 }
}