/* 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: 40%;
  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: 40%;
  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: 45px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

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

.fa-invert {
  color: #000;
  font-size: 35px;
  width: 45px;
  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 40vw;
  margin-top: 1%;
  height: 10vh;
  top: -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: 6em;
  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;
  padding-right: 25vh;
  float: right;
  font-size: 1.5em;
  color: white;
  width: 40%;
  height: 0vh;
}

#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: 5em;
  padding-top: 5vh;
  padding-bottom: 2vh;
  padding-left: 5%;
}

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

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

#funcionalidades-title-right{
  position: relative;
  width: 80vh;
  height: 18vh;
  font-size: 4em;
  float: right;
  top: -30vh;
}

#funcionalidades-text-right{
  position: relative;
  width: 79vh;
  height: 0vh;
  font-size: 1.5em;
  float: right;
  padding-left: 75vh;
  list-style: none;
  top: -40vh;
}

#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: 70vh;
  clear: both;
}

/* 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.7em;
}

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