a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}


pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
body {
  color: #333;
  text-align: center;
  padding:0;
  font-size: 100%;
  font-weight: 100;
  font-family: 'open_sansregular';
}

    
  }
  /*
  @media only screen and (max-width: 1200px) {
    html, body {
        min-height: 100%;
        font-size: 15px;
      }
  }
*/

  @media screen and (min-width: 1500px) {
    html, body {
        min-height: 100%;
        font-size: 18px; 
        background: #efefef;
      }
  }
  @media only screen and (max-width: 1199px) {
    html, body {
        min-height: 100%;
        font-size: 13px;
      }
  }

  @media only screen and (max-width: 768px) {
    .desktop {
      display: none !important;
    }
  }
  @media only screen and (min-width: 768px) {
    .mobile {
      display: none !important;
    }
  }
  * {box-sizing: border-box;}
  a {color: inherit;}


















section {
  display: flex;
  justify-content: center; 
}





.section-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items:center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  margin: 60px 0; 
}
.section-wrapper .text {
  opacity: 0;
  transform: translateY(5vh);
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.section-wrapper.active .text {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
section .text {
  text-align: left;
  width: 50%;
  padding: 4vh 4vw;
}
section .bcg-parallax {
  width: 50%;
} 
.bcg-parallax {
  padding: 15% 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#monetice .bcg {
  background: url(../img/monetice.jpg) no-repeat;
  background-size: cover;
}

#capte .bcg {
  background: url(../img/capte.jpg) no-repeat;
  background-size: cover;
}

#interactue .bcg {
  background: url(../img/interactue.jpg) no-repeat;
  background-size: cover;
}

#fidelice .bcg {
  background: url(../img/fidelice.jpg) no-repeat;
  background-size: cover;
}

#descubra .bcg {
  background: url(../img/descubra.jpg) no-repeat;
  background-size: cover;
}
.banner .bcg {
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
}
.bcg {
/*  background: url(../assets/monetice.jpg) no-repeat;*/
  
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  z-index: 1;
 
}
.spacer {
  width: 100%;
  clear: both;
  height: 8vmax;
}

.footer {
  background: #333;
  color: #A3D55D;
}

  
  

header {
  position: absolute;
  padding: 2vh 1vw;
}
.site-name {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  margin: -6rem auto;
  z-index: 8
}
.site-name img {
  max-height: 100%;
}
.banner {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
/*.banner * {  border:1px solid lightpink; }*/
.banner-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 60%;
  z-index: 2;
  padding: 7vw;
  max-width: 65%;
  text-align: left;
}
.banner-content h2 {
  font-size: 4.002vw;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 1200px){
  .banner-content h2 {
    font-size: 48px;
  }
}

img { max-width: 100%; }
* { box-sizing: border-box; }

.grid-container {
  padding:0;
  padding-bottom: 0px;
  min-height: 100vh;
  
}

.teaser h1 {
  font-size: 42px; 
  font-family: 'open_sansregular';
  font-weight: normal;
  line-height: 1.2;
}
.teaser-logos {
  align-self: center;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  padding: 2vh;
  padding-bottom: 5vh;
}
.teaser-row {
  align-self: center;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 5vh;
}
.col {
  display: flex;
  flex-direction: column;
}
.col-50 {
  min-width: 50%;
  padding: 3vmin;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  text-align: left;
}
.teaser-img {
  min-height: 33.334vmin;
  min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
}
.teaser-img svg {
  height: 100%;
}

      .bounce, #wifi {
        -moz-animation: bounce 3s infinite;
        -webkit-animation: bounce 3s infinite;
        animation: bounce 3s infinite;
      }
      @-moz-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
          -moz-transform: translateY(0);
          transform: translateY(0);
        }
        40% {
          -moz-transform: translateY(-30px);
          transform: translateY(-30px);
        }
        60% {
          -moz-transform: translateY(-15px);
          transform: translateY(-15px);
        }
      }
      @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
        40% {
          -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
        }
        60% {
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
        }
      }
      @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(-30px);
          -ms-transform: translateY(-30px);
          -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
        }
        60% {
          -moz-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
        }
      }



.section-wrapper h2{
  font-size: 36px; 
  font-family: 'open_sansregular';
  font-weight: normal;
  line-height: 1.2;
}
.col-100 {
  max-width: 100%;
  padding: 0 3vmin;
  display: flex;
  flex-direction: column; 
  justify-content: center;
}
.section-img {
  height: 25vmin;
  margin-bottom: 4vmin;
  opacity: .2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.active .section-img {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

strong, b {
 font-family: 'open_sansbold';
 font-weight: normal;
}
.nowrap {
  white-space: nowrap;
}
footer {
  background:#ffffff;
  color: #2193b0
}
footer h2 {
  font-size: 40px; 
  font-family: 'open_sansregular';
  font-weight: normal;
  line-height: 1.2;
}
.footer-info {
  padding-top: 80px;
  padding-bottom: 60px
}
.contact-icon {
  margin: 3vmin;
  height: 7vh;
}
.contact-icon img {
  height: 100%;
}
.footer-btn {
  margin: 3vmin auto;
}
.footer-btn a{
  background: #2193b0;
  border-radius: 22px;
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  font-family: 'open_sansbold';
  font-weight: normal;
  color: #ffffff;
  font-size: 17px; line-height: 40px;
  text-decoration: none;
}
.footer-btn a:hover {
  background: #4f4f4f;  
  color:#FFFFFF;
}


div[class*="push-"] section {
  background: #dec;
}

div[class*="pull-"] section {
  background: #fcd;
}

.dynamic-px-width {
  display: block;
}
