/* ORIENTACION VERTICAL */
@media screen and (orientation: portrait){
  /* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
  */

  @font-face {
    font-family: 'proxima_nova_regular';
    src: url('https://watcha.live/css/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('https://watcha.live/css/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'proxima_novasemibold';
    src: url('https://watcha.live/css/fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('https://watcha.live/css/fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

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

  body {
    font-family: 'proxima_nova_regular';
    line-height: 1;
  }

  .watchaLive {
    background: url(https://watcha.live/css/images/WatchaLive.png) no-repeat  center center;
    height: 25vh;
  }

  #home-page{
    height: 100vh; /* que la primer seccion tome toda la pantalla */
    color: #FFF;
    font-size: 2.6em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cd35a1+5,4f70be+30,01aaba+50,4ac090+70,c2c33d+95 */
    background: rgb(205,53,161); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(205,53,161) 5%, rgb(79,112,190) 30%, rgb(1,170,186) 50%, rgb(74,192,144) 70%, rgb(194,195,61) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(205,53,161) 5%,rgb(79,112,190) 30%,rgb(1,170,186) 50%,rgb(74,192,144) 70%,rgb(194,195,61) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cd35a1 5%,rgb(79,112,190) 30%,rgb(1,170,186) 50%,rgb(74,192,144) 70%,rgb(194,195,61) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd35a1', endColorstr='#c2c33d',GradientType=0 ); /* IE6-9 */
  }

  /* estilo al span en general */
  span{
    display: block;
    text-align: center;
    padding: 5px;
  }

  #first{
    height: 30vh;
  }

  #second{
    height: 5vh;
  }

  #third{
    height: 30vh;
  }

  #app-img{
    height: 50%;
    background: url(https://watcha.live/css/images/mobile-view.png) no-repeat center center;
    background-size: auto 100%;
  }

  #desktop-img{
    height: 50%;
    background: url(https://watcha.live/css/images/desktop-view.png) no-repeat center center;
    background-size: auto 100%;
  }

  #home-store-btn{
    height: 10%;
    background: url(https://watcha.live/css/images/icons/googlestore.png) no-repeat center center;
    background-size: auto 100%;
  }

  .home-subtitle{
    height: 20%;
  }

  /* Mostrar columnas parallelas */
  .col{
    display: block;
    width: 90%;
    height: 100%;
    padding-left: 5%;
    font-size: 0.75em;
  }

  #home-social-btns{
    height: 10%;
    width: 100%;
    /*display: inline-block;*/
  }

  .home-scbtn{
    /*display: inline-block;*/
  }

  #home-fb-btn{
    height: 100%;
    width: 45%;
    float: left;
    background: url(https://watcha.live/css/images/icons/login_facebook.png) no-repeat center center;
    background-size: auto 100%;
  }

  #home-tw-btn{
    height: 100%;
    float: right;
    width: 44%;
    background: url(https://watcha.live/css/images/icons/login_twitter.png) no-repeat center center;
    background-size: auto 100%;
  }

  /* Style all font awesome icons */
  .fa {
    color: white;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }

  .fa:before {
    font-size: 35px;
  }

  .fa-invert {
    color: #000;
    font-size: 35px;
    width: 40px;
    text-align: center;
    background-color: white;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 50%;
    border-color: #000;
  }

  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }

  .arrow {
    border-radius: 50%;
    border: 1px solid #FFF;
  }

  .arrow-port{
    position: relative;
    top: 30vh;
  }

  /* EN TODOS LADOS */
  #title {
    height: 15vh;
    color: #ea237c;
    font-size: 7.5em;
    font-weight: bold;
    padding-top: 5vh;
  }

  .text {
    width: 70%;
    height: 10vh;
    padding-left: 15%;
    font-size: 2em;
  }

  #en-todos-lados {
    height: 100vh; /* que la primer seccion tome toda la pantalla */
    background-color: white;
    background: #FFF url(https://watcha.live/css/images/everywhere.jpg) no-repeat bottom center;
    background-size: auto 50%;
  }

  #everywhere-img {
    height: 55vh;
  }

  /* SIMPLE */
  #simple {
    overflow: hidden;
    height: 100vh;
    position: relative;
    background-color: #ff008f;
  }

  .vertical-text {
    color: #FFF;
    font-size: 15em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 3vh;
    text-align: center;
    background: #c806af; /* Old browsers */
    background: -moz-linear-gradient(top, #c806af 5%, #ff008f 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c806af 5%, #ff008f 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c806af 5%, #ff008f 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c806af', endColorstr='#ff008f',GradientType=0 ); /* IE6-9 */
  }

  #simple-img {
    position: relative;
    margin: 15vh auto 0 20vw;
    height: 40vh;
    background: url(https://watcha.live/css/images/simple.png) no-repeat;
  }

  #simple-text {
    position: relative;
    margin: 25vh auto 0 10vw;
    text-align: center;
    font-size: 3em;
    height: 5vh;
    color: white;
    width: 80%;
  }

  #simple-store {
    position: relative;
    margin: -50vh auto 0 25vw;
    height: 10vh;
  }

  /* EXPERIENCIA */
  #experiencia{
    position: relative;
    height: 100vh;
    background-color: #41c984;
    background: #8dc944; /* Old browsers */
    background: -moz-linear-gradient(top, #8dc944 5%, #41c984 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8dc944 5%, #41c984 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8dc944 5%, #41c984 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc944', endColorstr='#41c984',GradientType=0 ); /* IE6-9 */
  }

  #experiencia-title{
    padding-top: 2vh;
    height: 10vh;
    color: white;
    font-size: 10em;
    text-align: center;
  }

  #experiencia-img{
    margin-top: 53vh;
    height: 35vh;
    background: url(https://watcha.live/css/images/experience.png) no-repeat bottom center;
    background-size: auto 100%;
  }

  #experiencia-text{
    position: relative;
    text-align: center;
    top: -80vh;
    float: right;
    font-size: 2em;
    color: white;
    height: 0vh;
  }

  #experiencia-text > p{
    padding-bottom: 3vh;
  }

  /* FUNCIONALIDADES */
  #funcionalidades{
    height: 100vh;
    color: white;
    background-color: #ff864d;
    background: #ff864d; /* Old browsers */
    background: -moz-linear-gradient(top, #ea4d33 5%, #ff864d 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ea4d33 5%, #ff864d 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ea4d33 5%, #ff864d 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d33', endColorstr='#ff864d',GradientType=0 ); /* IE6-9 */
  }

  #funcionalidades-title-left{
    width: 45%;
    font-size: 6.5em;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 5%;
  }

  #funcionalidades-text-left{
    width: 40%;
    font-size: 2em;
    padding-left: 5%;
  }

  #funcionalidades-text-left > p{
    padding-bottom: 1vh;
  }

  #funcionalidades-title-right{
    position: relative;
    width: 47%;
    height: 18vh;
    font-size: 3.5em;
    float: right;
    top: -42vh;
  }

  #funcionalidades-text-right{
    position: relative;
    width: 45%;
    height: 0vh;
    font-size: 2em;
    float: right;
    padding-left: 50%;
    list-style: none;
    top: -52vh;
    padding-right: 1vh;
  }

  #funcionalidades-text-right ul{
    position: relative;
    list-style: none;
  }

  #funcionalidades-text-right ul > li{
    position: relative;
    list-style: none;
    padding-bottom: 5px;
  }

  #funcionalidades-img{
    position: relative;
    background: url(https://watcha.live/css/images/relax.jpg) no-repeat top center;
    background-size: 100% auto;
    height: 50vh;
    clear: both;
    top: 3vh;
  }

  /* FOOTER */
  footer{
    position: relative;
    height: 30vh;
    background-color: #000;
    color: white;
    font-size: 1.7em;
  }

  .whole-invert{
    position: relative;
    top: -3vh;
  }

  .footer-contact{
    padding-top: 5%;
  }

  .footer-contact a{
    color: white;
    text-decoration: none;
    font-size: 1.7em;
  }

  .footer-contact p{
    padding-top: 1%;
  }
}

/* ORIENTACION HORIZONTAL */
@media screen and (orientation:landscape) {
  /* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
  */

  @font-face {
    font-family: 'proxima_nova_regular';
    src: url('https://watcha.live/css/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('https://watcha.live/css/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'proxima_novasemibold';
    src: url('https://watcha.live/css/fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('https://watcha.live/css/fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

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

  body {
    font-family: 'proxima_nova_regular';
    line-height: 1;
  }

  .watchaLive {
    background: url(https://watcha.live/css/images/WatchaLive.png) no-repeat  center center;
    background-size: auto 70%;
    height: 35vh;
  }

  #home-page{
    height: 100vh; /* que la primer seccion tome toda la pantalla */
    color: #FFF;
    font-size: 1.2em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cd35a1+5,4f70be+30,01aaba+50,4ac090+70,c2c33d+95 */
    background: rgb(205,53,161); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(205,53,161) 5%, rgb(79,112,190) 30%, rgb(1,170,186) 50%, rgb(74,192,144) 70%, rgb(194,195,61) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(205,53,161) 5%,rgb(79,112,190) 30%,rgb(1,170,186) 50%,rgb(74,192,144) 70%,rgb(194,195,61) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cd35a1 5%,rgb(79,112,190) 30%,rgb(1,170,186) 50%,rgb(74,192,144) 70%,rgb(194,195,61) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd35a1', endColorstr='#c2c33d',GradientType=0 ); /* IE6-9 */
  }

  /* estilo al span en general */
  span{
    display: block;
    text-align: center;
    padding: 5px;
  }

  #first{
    height: 30vh;
  }

  #second{
    height: 10vh;
  }

  #third{
    height: 50vh;
  }

  #app-img{
    height: 50%;
    background: url(https://watcha.live/css/images/mobile-view.png) no-repeat center center;
    background-size: auto 100%;
  }

  #desktop-img{
    height: 50%;
    background: url(https://watcha.live/css/images/desktop-view.png) no-repeat center center;
    background-size: auto 100%;
  }

  #home-store-btn{
    height: 10%;
    background: url(https://watcha.live/css/images/icons/googlestore.png) no-repeat center center;
    background-size: auto 100%;
  }

  .home-subtitle{
    height: 20%;
  }

  /* Mostrar columnas parallelas */
  .col{
    display: inline-block;
    width: 40%;
    height: 100%;
    padding-left: 5%;
    font-size: 0.75em;
  }

  #home-social-btns{
    height: 10%;
    width: 100%;
    /*display: inline-block;*/
  }

  .home-scbtn{
    /*display: inline-block;*/
  }

  #home-fb-btn{
    height: 100%;
    width: 45%;
    float: left;
    background: url(https://watcha.live/css/images/icons/login_facebook.png) no-repeat center center;
    background-size: auto 100%;
  }

  #home-tw-btn{
    height: 100%;
    float: right;
    width: 44%;
    background: url(https://watcha.live/css/images/icons/login_twitter.png) no-repeat center center;
    background-size: auto 100%;
  }

  /* Style all font awesome icons */
  .fa {
    color: white;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }

  .fa:before {
    font-size: 35px;
  }

  .fa-invert {
    color: #000;
    font-size: 35px;
    width: 40px;
    text-align: center;
    background-color: white;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 50%;
    border-color: #000;
  }

  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }

  .arrow {
    border-radius: 50%;
    border: 1px solid #FFF;
  }

  /* EN TODOS LADOS */
  #title {
    height: 20vh;
    color: #ea237c;
    font-size: 5em;
    font-weight: bold;
    padding-top: 5vh;
  }

  .text {
    width: 50%;
    height: 10vh;
    padding-left: 25%;
  }

  #en-todos-lados {
    height: 100vh; /* que la primer seccion tome toda la pantalla */
    background-color: white;
    background: #FFF url(https://watcha.live/css/images/everywhere.jpg) no-repeat bottom center;
    background-size: auto 50%;
  }

  #everywhere-img {
    height: 55vh;
  }

  /* SIMPLE */
  #simple {
    overflow: hidden;
    height: 100vh;
    position: relative;
    background-color: #ff008f;
  }

  .vertical-text {
    -webkit-transform: rotate(-90deg);    /* Firefox */
    -moz-transform: rotate(-90deg);    /* IE */
    -ms-transform: rotate(-90deg);    /* Opera */
    -o-transform: rotate(-90deg);    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #FFF;
    font-size: 12em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vh;
    text-align: center;
    background: #c806af; /* Old browsers */
    background: -moz-linear-gradient(top, #c806af 5%, #ff008f 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c806af 5%, #ff008f 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c806af 5%, #ff008f 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c806af', endColorstr='#ff008f',GradientType=0 ); /* IE6-9 */
  }

  #simple-img {
    position: relative;
    margin: 0 auto 0 30vw;
    height: 55vh;
    background: url(https://watcha.live/css/images/simple.png) no-repeat;
  }

  #simple-text {
    position: relative;
    margin: 10vh auto 5vh 30vw;
    width: 40vw;
    font-size: 1.3em;
    height: 10vh;
    color: white;
    width: 50%;
    height: 10vh;
  }

  #simple-store {
    position: relative;
    margin: 0 auto 0 30vw;
    margin-top: 1%;
    height: 10vh;
  }

  /* EXPERIENCIA */
  #experiencia{
    position: relative;
    height: 100vh;
    background-color: #41c984;
    background: #8dc944; /* Old browsers */
    background: -moz-linear-gradient(top, #8dc944 5%, #41c984 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8dc944 5%, #41c984 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8dc944 5%, #41c984 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc944', endColorstr='#41c984',GradientType=0 ); /* IE6-9 */
  }

  #experiencia-title{
    padding-top: 10vh;
    width: 60%;
    height: 10vh;
    color: white;
    font-size: 5.5em;
    text-align: center;
  }

  #experiencia-img{
    margin-top: 20vh;
    width: 60%;
    height: 60vh;
    background: url(https://watcha.live/css/images/experience.png) no-repeat bottom center;
    background-size: auto 100%;
  }

  #experiencia-text{
    position: relative;
    top: -85vh;
    width: 35%;
    left: 20vh;
    padding-right: 25vh;
    float: right;
    font-size: 1.5em;
    color: white;
  }

  #experiencia-text > p{
    padding-bottom: 3vh;
  }

  /* FUNCIONALIDADES */
  #funcionalidades{
    color: white;
    background-color: #ff864d;
    background: #ff864d; /* Old browsers */
    background: -moz-linear-gradient(top, #ea4d33 5%, #ff864d 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ea4d33 5%, #ff864d 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ea4d33 5%, #ff864d 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d33', endColorstr='#ff864d',GradientType=0 ); /* IE6-9 */
  }

  #funcionalidades-title-left{
    width: 40%;
    font-size: 4.7em;
    padding-top: 5vh;
    padding-bottom: 2vh;
    padding-left: 5%;
  }

  #funcionalidades-text-left{
    width: 40%;
    font-size: 1.1em;
    padding-left: 5%;
  }

  #funcionalidades-text-left > p{
    padding-bottom: 2vh;
  }

  #funcionalidades-title-right{
    position: relative;
    width: 45%;
    height: 18vh;
    font-size: 3em;
    float: right;
    top: -45vh;
    right: 0;
    left: 70vh;
  }

  #funcionalidades-text-right{
    position: relative;
    width: 42%;
    height: 0vh;
    font-size: 1em;
    float: right;
    padding-left: 50%;
    list-style: none;
    top: -55vh;
  }

  #funcionalidades-text-right ul{
    position: relative;
    list-style: none;
  }

  #funcionalidades-text-right ul > li{
    position: relative;
    list-style: none;
    padding-bottom: 5px;
  }

  #funcionalidades-img{
    position: relative;
    background: url(https://watcha.live/css/images/relax.jpg) no-repeat top center;
    background-size: 100% auto;
    height: 100vh;
    clear: both;
    top: 15vh;
  }

  /* FOOTER */
  footer{
    height: 40vh;
    background-color: #000;
    color: white;
  }

  .whole-invert{
    position: relative;
    top: -3vh;
  }

  .footer-contact{
    padding-top: 5vh;
  }

  .footer-contact a{
    color: white;
    text-decoration: none;
    font-size: 1.2em;
  }

  .footer-contact p{
    padding-top: 1vh;
  }
}