*, *:after, *:before {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background-color: #f9f9f9;
  height: 100%;
  position: fixed;
  width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
  font-weight: 600;
  letter-spacing: 2px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
}
.hide {
  display: none!important;
}
.container {
  padding: 5px 20px;
}
.intro {
  height: 100%;
/*  display: flex;
  align-items: center;
  color: white;
  flex-wrap: wrap;
  align-content: center;*/
    }
.intro .device-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.left-side {
    width: 50%;
    float: left;
    overflow: hidden;
}
.right-side {
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 10px;
}
.header_left {
    height: 90px;
}
.left-elements {
    padding: 0 20px 0 20px;
}
.device-wrapper {
  max-width: none;
}

.intro .device-wrapper.deviceRight {
  margin-left: -10%;
}

.intro .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.btn {
  margin-top: 4px;
  line-height: 1.5;
  text-transform: uppercase;
}

footer.container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.leitmotive {
  color: #353535;
  letter-spacing: 0px;
  font-size: 28px;
  z-index: 20;
  font-weight: 400;
}
.cabecera {
  height: 63px;
  background-color: #e31412;
  color: white;
  text-align: center;
  padding: 7px 0px;
  /**/
}
.cabecera .titulo {
  font-weight: 500;
  width: 100%;
}
.subtitle {
  font-weight: 300;
  width: 100%;
}
.contenido {
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: #edecec;
}
#imbee-app-iframe {
  border-radius: 12px;
  background-color: #edecec;
}
.iphone {
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2), 0 0 0 1px #999, 0 0 30px 0px rgba(0,0,0,0.7);
    border: 5px solid #d9dbdc;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 50px;
    height: 96%;
    width: calc(100vh * 0.5);
    position: relative;
    margin: 5% auto;
    z-index: 20;
    /*transform-origin: 0 0;*/
}

.iphone-top {
    padding: 5px 36% 20px;
    position: relative; 
}
.speaker {
    display: block;
    width: 100%;
    height: 6px;
    margin: 0 auto;
    border-radius: 6px;
    background: #292728;
}  
.camera {
    display: block;
    margin: 0 auto;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    margin-bottom: 13px;
    background: #333;
}
.sensor {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    background: #333;
    margin-top: -5px;
    border-radius: 50%;
}

.iphone-screen {
  background: #eee;
  border: 1px solid #fff;
  height: calc(100% - 114px);
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px -1px rgb(160, 160, 160);
  padding: 2px;
}

.buttons .on-off, .buttons .up, .buttons .down, .buttons .sleep {
  display: block;
  background: #CCC;
  position: absolute;
  border-radius: 2px 0px 0px 2px;
}
.buttons .on-off {
  height: 40px;
  width: 3px;
  top: 100px;
  left: -8px;
}
.buttons .up, .buttons .down, .buttons .sleep {
  height: 40px;
  width: 5px;
  left: -10px;
}
.buttons .up {
  top: 170px;
}
.buttons .down {
  top: 220px;
}
.buttons .sleep {
  left: auto;
  right: -10px;
  top: 170px;
  border-radius: 0px 2px 2px 0px;
}
.iphone-bottom {
  padding: 10px 0 0;
}
.iphone-bottom-span {
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    background: #ccc;
    border-radius: 50%;
    background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
    position: relative;
  }
.iphone-bottom-span:after {
      content: ""; 
      display: block;
      width: 48px;
      height: 48px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: 4px;
      top: 4px;
}

.button-try {
    background-color: #e30613;
    text-align: center;
    font-weight: 500;
    padding: 17px 39px;
    color: #ffffff;
    border-radius: 30px;
    font-size: 0.88em;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 20;
    display: none;
    box-shadow: 1px 1px 3px #5f5f5f;
    width: 90%;
    margin: 2.53em auto;
}
.description {
    font-weight: 400;
    color: #505050;
    z-index: 20;
    font-size: 18px;
}

@media only screen and (max-width: 750px) {
  body {
    height: 100%;
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
  .left-side {
      width: 100%;
      overflow: hidden;
      justify-content: center;
  }
  .right-side {
      width: 100%;
      overflow: hidden;
      display: none;
  }
  .iphone {
    box-shadow: inherit;
    border: inherit;
    background: inherit;
    padding: inherit;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    margin-top: inherit;
    transform: inherit;
    margin: 0;
  }
  .iphone-bottom {
    display: none;
  }
  .buttons {
    display: none;
  }
  .iphone-top {
    display: none;
  }
  .iphone-screen {
    border: inherit;
    height: 100%;
    margin: inherit;
    padding: inherit;
    box-shadow: inherit;
    background:inherit;
  }
  header {
    position: absolute;
  }
  .button-try {
    display: block;
  }
  .leitmotive {
    font-size: 24px;
   }
  .description {
    font-size: 16px;
  }
}
/*


@media only screen and (max-width: 700px) {
 body{
  height: 100%;
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.left-side {
    width: 100%;
    overflow: hidden;
    justify-content: center;
    padding-left: inherit;
}
.right-side {
  width: 100%;
  float: right;
  overflow: hidden;
  display: none;
}
.leitmotive {
  font-size: 29px;
 }
.description {
  font-size: 21px;
}
.button-try {
  display: block;
}
header{
  position: absolute;
}*/
@media only screen and (max-width: 350px) {
 .leitmotive {
  font-size: 24px;
 }
 .description {
  font-size: 19px;
 }
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1800px) {
}