/*
    Created on : Sep 15, 2017, 10:29:12 AM
    Author     : Paulo Gonçalves <pgoncalves@digitalsales.pt>
*/
/*******************************************************************************
* COLORS
*******************************************************************************/
/*

*/
/*******************************************************************************
* FONTS
*******************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');
/*******************************************************************************
* GENERAL
*******************************************************************************/
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #222222;
    font-size: 16px;
}
/*******************************************************************************
* TOP BAR
*******************************************************************************/
@media screen and (max-width: 767px) {
    .top-bar * {
        margin: 0;
        padding: 0;
    }
    .top-bar h2 {
        text-align: center;
        margin-top: 5px;
    }
}
.top-bar {
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #00a1a3;
    color: #ffffff;
    top: 0;
    overflow: hidden;
}
@media screen and (min-width: 1000px) {
    .top-bar {
        height: 80px;
        overflow: hidden;
    }
}
.top-bar-card {
    background: url(../images/overlay-micro-sd.png) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 40px;
}
@media screen and (min-width: 1000px) {
    .top-bar-card {
        height: 80px;
        overflow: hidden;
    }
}
.top-bar-green {
    background: #00a1a3;
    color: #ffffff;
    overflow: hidden;
}

.top-bar-red {
    background: #e52927;
    color: #ffffff;
    overflow: hidden;
}


.top-bar-green img {
    overflow: hidden;
    margin: 0 auto;
}

.top-bar-red img {
    overflow: hidden;
    margin: 0 auto;
}

.top-bar .btn {
    margin-top: 12px;
    /*margin-right: 25px;*/
}
.topbar-sh {

}
@media screen and (min-width: 769px) {
    .top-bar .btn {
        /*margin-top: 12px;*/
        margin-right: 25px;
    }
}
@media screen and (max-width: 420px) {
    .top-bar p {
        font-size: 14px;
        text-align: center;
        padding: 5px 0;
    }
}
@media screen and (min-width: 768px) {
    .top-bar .close {
        opacity: 1;
        color: #ffffff;
        margin-top: 27px;
        margin-right: 15px;
    }
}
.icheckbox_square {
    margin-right: 5px;
}
/*******************************************************************************
* LOGO
*******************************************************************************/
.logo {
    position: relative;
    top: 100px;
    z-index: 20;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .logo {
        position: fixed;
        left: 25px;
        top: 125px;
        z-index: 20;
    }
}
.top-bar-green h2 {
    font-size: 1.5em;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .passo3 .top-bar-green {
        text-align: center;
    }
    .passo4 .top-bar-green {
        text-align: center;
    }
}
/*******************************************************************************
* PASSO1
*******************************************************************************/
.col-sm-8.passo0-right {
    padding-left: 0px;
    padding-right: 0px;
}
/*******************************************************************************
* PASSO2 VIDEO
*******************************************************************************/
.intro-video {
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.20);
}
.intro-video-content-revistas {
    padding: 25px 0 0 0;
}
.intro-video-content h2 {
    font-size: 2em;
    max-width: 660px;
    margin: 0 auto;
    padding-top: 0px;
    font-weight: 900;
    line-height: 1.1em;
}
@media screen and (min-width: 420px) {
    .intro-video-content h2 {
        font-size: 2.4em;
    }
}
@media screen and (min-width: 768px) {
    .intro-video-content h2 {
        font-size: 3.5em;
    }
}
#video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    opacity: 0.6;
    margin-top: -150px;
}
@media screen and (min-width: 768px) {
    #video-background {
        margin-top: -150px;
    }
}
.intro-video-content {
    background: url(../images/hero-wave.png) no-repeat;
    background-position: center bottom;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% 33%;
    height: 100vh;
    min-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: white;
    text-align: center;
    position: absolute;
}
.camera-advantages {
    padding: 100px 0;
}
.intro-video-content-wave {
    margin-top: 100px;
}
@media screen and (min-width: 320px) {
    .intro-video-content-wave {
        margin-top: 140px;
    }
}
@media screen and (min-width: 768px) {
    .intro-video-content-wave {
        margin-top: 10%;
    }
}
@media screen and (min-width: 1200px) {
    .intro-video-content-wave {
        margin-top: 6.5%;
    }
}
/*******************************************************************************
* PASSO2 CAMERA PLUS
*******************************************************************************/
.camera-plus * {
    padding: 0px;
}
.camera-plus {
    position: relative;
}
.carousel-indicators {
    bottom: 125px;
}
@media screen and (min-width: 768px) {
    .camera-plus {
        height: 75vh;
        min-height: 650px;
        max-height: 696px;
    }
    .carousel-indicators {
        bottom: 75px;
    }
    .camera-plus-right {

    }
}
.camera-plus-left {
    background: #efefef url(../images/camera-plus-left-background.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 16px;
    text-align: center;
    position: relative;
}
@media screen and (min-width: 768px) {
    .camera-plus-left {
        height: 75vh;
        padding: 0;
        min-height: 650px;
        max-height: 696px;
    }
    #carousel-example-generic .item {
        height: 75vh;
        min-height: 650px;
        max-height: 696px;
    }
}
@media screen and (min-width: 768px) {
    .camera-plus-left-block {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 25%;
    }
}
.camera-plus-left h2 {
    font-weight: 700;
    font-size: 2em;
    padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .camera-plus-left h2 {
        font-size: 2.6em;
        padding-bottom: 30px;
    }
}
.camera-plus-left p {
    padding-bottom: 50px;
}
.camera-accessories {
    padding: 100px 0 50px 0;
    position: relative;
}
.camera-accessories-btn-open-pop-up {
    text-align: center;
    margin-top: 25px;
}
.intro-video-content .intro-video-content-wave figure img {
    margin: 0 auto;
}
.intro-video-camera {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
}
@media screen and (max-width: 360px) {
    .intro-video-camera {
        /*max-width: 30%;*/
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .intro-video-camera {
        max-width: 30%;
    }
}
/*******************************************************************************
* PASSO2 PLUS
*******************************************************************************/
.form-margin-top {
    margin-top: 25px;
}
.centred-fixed {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .centred-fixed {
        bottom: 40px;
    }
}
a.btn-action-arrow-down {
    background: #ffffff;
    color: #222222;
    display: inline-block;
    padding: 20px;
    font-size: 40px;
    border-radius: 50%;
    /*padding: 0;*/
    /*margin: 0;*/
    line-height: 20px;
    /*animation: pulse 0.75s infinite;*/
    pointer-events: all;
}
a.btn-action-arrow-down .material-icons {
    font-size: 40px;
    line-height: 40px;
}
a.btn-action-open-pop-up .material-icons {
    font-size: 40px;
    line-height: 40px;
}
a.btn-action-arrow-down:hover {
    cursor: pointer;
    background: #222222;
    color: #ffffff;
}
/**/

/* camera-plus */
.camera-plus .slide-01 {
    background: url(../images/slide-01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 75vh;
    max-height: 696px;
}
.camera-plus .slide-02 {
    background: url(../images/slide-02.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 75vh;
    max-height: 696px;
}
.camera-plus .slide-03 {
    background: url(../images/slide-03.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 75vh;
    max-height: 696px;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
/* fix firefox transition */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.camera-advantages {
    background: #00a1a3;
}
.camera-advantages * {
    text-align: center;
}
.camera-advantages h2 {
    font-weight: 900;
    font-size: 2em;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;
}
@media screen and (min-width: 768px) {
    .camera-advantages h2 {
        padding-bottom: 50px;
        font-size: 2.4em;
    }
}
.camera-advantages img {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .camera-advantages img {
        max-width: 150px;
    }
}
.camera-advantages p {
    padding-top: 25px;
}
.camera-advantages h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
    .camera-advantages h3 {
        padding-bottom: 25px;
        height: 80px;
    }
}
.acessorios {
    display: inline-block;
    padding: 0;
    width: 100%;
}
.btn:hover {
    color: #ffffff;
    opacity: 0.75;
}
.camera-accessories-thumb {
    position: relative;
}
.acessorios li {
    display: inline-block;
    float: left;
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 50px;
}
.acessorios img {
    border-radius: 50%;
    border: 2px solid #222;
}
.camera-accessories-thumb span {
    background: #222;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    border-radius: 50%;
}
.acessorios li:hover {
    cursor: pointer;
}
.acessorios li:hover span {
    opacity: 0.65;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.camera-accessories-left {
    text-align: center;
}
.camera-accessories-left img {
    margin: 0 auto;
}
.camera-accessories-left p {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1.1em;
    max-width: 250px;
    margin: 0 auto;
}
a.btn-action-open-pop-up {
    background: #ffffff;
    color: #222222;
    display: inline-block;
    padding: 20px;
    font-size: 40px;
    border-radius: 50%;
    border: 2px solid #222222;
    margin: 0;
    line-height: 20px;
}
a.btn-action-open-pop-up:hover {
    cursor: pointer;
    background: #222222;
    color: #ffffff;
}
.camera-accessories .btn-action-open-pop-up {
    /*    border: 25px solid red;*/
}
.acessorios-buttom {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .acessorios-buttom {
        margin-top: 25px;
        text-align: left;
    }
}
.camera-accessories-right a {
    /*margin: 0 auto;*/
}
.camera-accessories-right h2 {
    font-weight: 400;
    font-size: 1.2em;
}
.camera-accessories-right h2 span {
    color: #e52927;
}
.camera-accessories-right h3 {
    font-weight: 900;
    font-size: 2em;
}
@media screen and (min-width: 768px) {
    .camera-accessories-right h3 {
        font-size: 2.4em;
    }
}
.camera-accessories-right p {
    font-size: 1em;
    max-width: 460px;
    padding-top: 15px;
}
.camera-accessories-right p.strong {
    font-weight: 900;
    padding-bottom: 10px;
    padding-top: 35px;
}
.camera-accessories-pop-up {
    display: inline-block;
    text-align: center;
    width: 100%;
    display: none;
}
.camera-accessories-pop-up-content {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.camera-accessories-pop-up-content h3 {
    font-weight: 900;
    font-size: 2.4em;
}
.camera-accessories-pop-up p.strong {
    font-weight: 900;
    padding-top: 20px;
    /*padding-bottom: 10px;*/
}
.camera-accessories-pop-up p {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.3em;
}
/*******************************************************************************
* PASSO3
*******************************************************************************/
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid .row {
    margin-right: 0px;
    margin-left: 0px;
}
.alert {
    padding: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
}
/*******************************************************************************
* SIDE BAR LEFT
*******************************************************************************/
.sidebar-left {
    color: #ffffff;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .sidebar-left {
        height: 100vh;
    }
}
.sidebar-left video {
    height: 100vh;
}
@media screen and (min-width: 768px) {
    .sidebar-left {
        height: 100vh;
        min-height: 697px;
        position: fixed;
    }
    .sidebar-left video {
        min-height: 696px;
    }
}
.sidebar-left-box {
    text-align: center;
    padding: 30px 0;
}
@media screen and (min-width: 768px) {
    .sidebar-left-box {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
.sidebar-left-box h3 {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-top: 15px;
    padding-bottom: 8px;
    display: inline-block;
    height: 85px;
}
@media screen and (min-width: 768px) {
    .sidebar-left-box h3 {
        text-transform: uppercase;
        font-size: 1.2em;
        line-height: 1.2em;
        aamax-width: 150px;
        height: auto;
    }
}
.sidebar-left-box img {
    max-width: 60%;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .sidebar-left-box img {
        max-width: 100%;
    }
}
.sidebar-left #video-background {
    left: -33.33% !important;
}
.form-passos {
    font-size: 1.5em;
    font-weight: 700;
    padding-top: 50px;
}
.form-submission {
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}
.btn-transparent-black:hover {
    opacity: 0.75;
}
/*******************************************************************************
* PASSO3
*******************************************************************************/
.passo3 {
    /*    height: 100vh;
        min-height: 696px;*/
}
.passo3-right {
    background: #ffffff;
    position: relative;
    /*    float: right;*/
}
@media screen and (min-width: 768px) {
    .passo3-right {
        background: #ffffff;
        position: relative;
        float: right;
    }
}
.sidebar-right-box {
    padding: 50px 0px;
    /*display: inline-block;*/
}
@media screen and (min-width: 768px) {
    .sidebar-right-box {
        padding: 50px 0px;
    }
}
.carousel-caption p {
    font-weight: 300;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.3em;
}
.col-sm-8.passo3-right {
    padding-left: 0px;
    padding-right: 0px;
}
#sidebar-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    opacity: 0.6;
    margin-left: -50%;
}
@media screen and (min-width: 768px) {
    #sidebar-background-video {
        margin-left: -50%;
    }
}
.sidebar-right-box-content {
    max-width: 650px;
    margin: 0 auto;
    display: block;
}
/*******************************************************************************
* GENERAL
*******************************************************************************/


/*******************************************************************************
* GENERAL
*******************************************************************************/
.col-sm-4.sidebar-left {
    padding-left: 0px;
    padding-right: 0px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.sidebar-left-overlay {
    background: rgba(0, 161, 163, 0.6);
    /*padding: 25px 0;*/
}
@media screen and (min-width: 768px) {
    .sidebar-left-overlay {
        height: 100%;
    }
}
label {
    font-weight: 700;
}
.form-control {
    border: solid 3px #222 !important;
    padding: 10px;
    font-size: 1em;
    height: auto;
    border-radius: 0px;
}



/*******************************************************************************
* PASSO0
*******************************************************************************/
.passo0-right {
    background: #ffffff;
    position: relative;
}
@media screen and (max-width: 767px) {
    .passo0-right .top-bar-green {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .passo0-right {
        float: right;
        height: 100vh;
        min-height: 696px;
    }
}
.passo0-right-box {
    text-align: center;
    padding: 50px 0
}
@media screen and (min-width: 768px) {
    .passo0-right-box {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
.col-sm-8.passo0-right {
    padding-left: 0;
    padding-right: 0;
}
/*******************************************************************************
* PASSO2
*******************************************************************************/
/*******************************************************************************
* PASSO2 CAMERA HOVER ANIMATION
*******************************************************************************/
.camera-accessories-caixa,
.camera-accessories-suporte-bicicleta,
.camera-accessories-capacete,
.camera-accessories-arnes-peito,
.camera-accessories-selfiestick,
.camera-accessories-mala,
.camera-accessories-micro-sd {
    display: none;
    /*height: 370px;*/
}
@media screen and (min-width: 768px) {
    .camera-accessories-caixa,
    .camera-accessories-suporte-bicicleta,
    .camera-accessories-capacete,
    .camera-accessories-arnes-peito,
    .camera-accessories-selfiestick,
    .camera-accessories-mala,
    .camera-accessories-micro-sd {
        height: 520px;
    }
}
.camera-accessories-thumb:last-of-type span {
    background: #00a1a3;
}
/*******************************************************************************
* PASSO3
*******************************************************************************/
.sidebar-right-box h2 {
    padding-bottom: 25px;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .sidebar-right-box h2 {
        font-size: 2.7em;
    }
}
/*******************************************************************************
* FORM PASSO3
*******************************************************************************/
.data-scrool {
    /*height: 150px;*/
    /*overflow: auto;*/
    /*padding: 10px;*/
    /*border: solid 3px #222 !important;*/
}
.data-scrool-message * {
    /*color: rgba(0,0,0,0.85);*/
    color: #000000;


}
#aceitoCondicoesError {
    padding-bottom: 10px;
}
#aceitoCondicoesError * {
    color: #a94442;
}
/*******************************************************************************
* FOOTER
*******************************************************************************/
.footer {
    padding: 25px 0;
    vertical-align: middle;
}
.footer h3 {
    line-height: 45px;
    font-size: 1.7em;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .footer {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .footer .footer-btn {
        text-align: right;
    }
}
.form-disclaimer {
    padding-top: 15px;
}
/*******************************************************************************
* PASSO4
*******************************************************************************/
#formPasso4 {
    margin-top: 25px;
}
/*******************************************************************************
* PASSO5
*******************************************************************************/
.passo5-right-box {
    padding: 50px 15px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .passo5-right-box {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
.passo5-right-box h2 {
    padding-bottom: 25px;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .passo5-right-box h2 {
        font-size: 2.7em;
    }
}
/*******************************************************************************
* VALIDATION FORM
*******************************************************************************/
.material-icons.valid-icon:after {
    content: 'check';
    font-size: 15px;
}
.material-icons.invalid-icon:after {
    content: 'clear';
    font-size: 15px;
}
.material-icons.validating-icon:after {
    content: 'graphic_eq';
    font-size: 15px;
}
/*******************************************************************************
* HELPERS
*******************************************************************************/
/* BTN */
.btn-transparent-white-small {
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0px;
}
@media screen and (min-width: 768px) {
    .btn-transparent-white-small {
        font-size: 1.3em;
        line-height: 1.3em;
        padding: 10px 25px;
    }
}
.btn-transparent-white {
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    padding: 10px 25px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0px;
}
@media screen and (min-width: 768px) {
    .btn-transparent-white {
        font-size: 1.3em;
        line-height: 1.3em;
        padding: 15px 30px;
    }
}
.btn-transparent-black {
    background: transparent;
    border: 3px solid #222222;
    color: #222222;
    display: inline-block;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    padding: 10px 25px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0px;
}
@media screen and (min-width: 768px) {
    .btn-transparent-black {
        font-size: 1.3em;
        line-height: 1.3em;
        padding: 15px 30px;
    }
}
.btn.btn-transparent-black:hover {
    color: #222222;
}
a.btn-anchor-video {
    border: 3px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    left: 25%;
    line-height: 15px;
    display: inline-block;
    /*box-shadow: 0 0 0 rgba(0,0,0, 0.9);*/
    /*animation: pulse 0.75s infinite;*/
}
a.btn-anchor-video .material-icons {
    font-size: 20px;
}
a.btn-anchor-video:hover {
    cursor: pointer;
    background: #ffffff;
    color: #222222;
    animation: none;
    /*border: 3px solid #222222;*/
}
/*******************************************************************************
* TO DELETE
*******************************************************************************/
body * {
    /*    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255,0,43,0.25);
        -moz-box-shadow: inset 0px 0px 2px 0px rgba(255,0,43,0.25);
        box-shadow: inset 0px 0px 2px 0px rgba(255,0,43,0.25);*/
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(0,0,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0,0,44, 0.4);
        box-shadow: 0 0 0 0 rgba(0,0,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 100px rgba(0,0,44, 0);
        box-shadow: 0 0 0 10px rgba(0,0,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0,0,44, 0);
        box-shadow: 0 0 0 0 rgba(0,0,44, 0);
    }
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1)  and (orientation : portrait) {
    .intro-video-content-wave {
        margin-top: 30%;
    }
}
/**/
.data-scrool-fixed {
    height: 100px;
    position: relative;
    overflow: hidden;
    border: 3px solid #222222;
}
#data-scrool {
    position: absolute;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
}
#upArrow {
    width: 25px;
    height: 30px;
    background: #E9E7E3;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    text-align: center;
}
#upArrow:hover {
    cursor: pointer;
}
#upArrow .glyphicon {
    vertical-align: middle;
}
#downArrow {
    width: 25px;
    height: 30px;
    background: #E9E7E3;
    position: absolute;
    right: 0px;
    top: 35px;
    color: #ffffff;
    text-align: center;
}
#downArrow:hover {
    cursor: pointer;
}
#downArrow .glyphicon {
    vertical-align: middle;
}
.teste {

}
.teste-02 {

}