body, html {
	background: white;
	color: #1A1A1A;
	font-family: "proxima-nova", "Proxima Nova", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 20px; 
}

* {
	box-sizing: border-box; 
}

strong {
	font-weight: 600; 
}

div.top {
	background-image: url(top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-position: center bottom;
	background-size: cover !important;
	max-width: 2560px;
	margin: 0 auto;
	margin-top: -120px;
	padding-top: 120px; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	div.top {
		background-image: url(top-bg@2x.jpg);
		-webkit-background-size: 2560px 1024px;
		-moz-background-size: 2560px 1024px;
		-o-background-size: 2560px 1024px;
		background-size: 2560px 1024px; 
	} 
}
@media (max-width: 570px) {
	div.top {
		background-position: center bottom !important;
		margin-top: 0;
		padding-top: 1px; 
	} 
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;/* tamaño header */
  z-index: 1000;
  padding: 30px 20px 0px 20px;
  transition: background-color 500ms; }
  @media (max-width: 570px) {
    header {
      height: 30px; }/* tamaño header */ }
  header div {
    margin: -15 auto;
    width: 100%; }
    @media (min-width: 570px) {
      header div {
        max-width: 920px; } }
  header a.bienvenida {
    display: inline-block;
    color: transparent;
    text-indent: -5000em;
    width: 272px;
    height: 60px;
    background-image: url(header-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      header a.bienvenida {
        background-image: url(header-logo@2x.png);
        -webkit-background-size: 272px 60px;
        -moz-background-size: 272px 60px;
        -o-background-size: 272px 60px;
        background-size: 272px 60px; } }
    @media (max-width: 570px) {
      header a.bienvenida {
        margin-bottom: 30px;
        width: 136px;
        height: 30;
        background-size: 136px 30px;
        vertical-align: baseline; } }
  header nav {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    float: right; }
    header nav a {
	text-decoration: none;
	font-weight: 600;
	color: #686A84;/*white;/* color del texto del menu */
	margin-right: 30px;
	padding-bottom: 4px;
}
      header nav a:last-child {
        margin-right: 0; }
      header nav a.selected, header nav a:active {
        color: #00AAFF;/* color del texto del menu seleccionado */
        border-bottom: 3px solid #00AAFF; }
    @media (max-width: 570px) {
      header nav {
        line-height: 0.1;} 
	  header nav a {
		  font-size:10px;
		  margin-right:10px;
		  }}
  header.fondotitulo {
	background-color: #00EC06;/* color del fondo después de scroll */
	  }


footer {
	text-align: center;
	background-color:#FFF;
	padding-top: 10px;
}
footer a.buy {
	margin-bottom: 10px; 
}
footer a.pdp {
	display: inline-block;
	color: #262626;
	text-indent: -5000em;
	width: 211px;
	height: 10px;
	display: block;
	margin: 0 0; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	footer a.pdp {
		-webkit-background-size: 211px 70px;
		-moz-background-size: 211px 70px;
		-o-background-size: 211px 70px;
		background-size: 211px 70px; 
	} 
}

section.intro {
  margin: 20 auto;
  width: 100%;
  font-size: 24px;
  margin-bottom: 30px; }
  @media (max-width: 570px) {
    section.intro {
	  width: 100%;
	  font-size: 40px;
      max-width: 920px; } }
  section.intro h2 {
    text-align: center;
    font-weight: 900;
    font-size: 90px;
    letter-spacing: -3px;
    line-height: 100px;
    margin: 120px 0 30px 0; }
    @media (max-width: 770px) {
      section.intro h2 {
        font-size: 70px; } }
    @media (max-width: 570px) {
      section.intro h2 {
        margin-top: 40px;
        font-size: 40px;
        letter-spacing: -1.33px;
        line-height: 50px; } }

/*PARA EL SLOGAN*/		
section.intro .intro_slogan {
	margin: 0 0 40px 0;
	text-align: center; 
}
section.intro .intro_slogan img {
	width: 100%;
	height: auto;
}

  section.intro p {
    text-align: center;
    width: 90%;
    max-width: 840px;
    margin: 0 auto 10px auto;
    font-size: 20px;/*tamaño texto párrafo inicial descripción Parnasus.co*/
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 300; }
    @media (max-width: 570px) {
      section.intro p {
        font-size: 18px;/*tamaño texto párrafo inicial descripción Parnasus.co*/
        letter-spacing: 0;
        line-height: 26px; } }
  section.intro a {
    display: inline-block;
    color: transparent;
    text-indent: -5000em;
    width: 135px;
    height: 40px;
    background-image: url(appstore.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 40px auto 0 auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      section.intro a {
        background-image: url(appstore@2x.png);
        -webkit-background-size: 135px 40px;
        -moz-background-size: 135px 40px;
        -o-background-size: 135px 40px;
        background-size: 135px 40px; } }

section.intro .slogan {
	text-align: center; 
}
@media (max-width: 770px) {
	section.intro .slogan {
		font-size: 24px;/*tamaño texto slogan*/
	} 
}
@media (max-width: 570px) {
	section.intro .slogan {
		font-size: 24px;/*tamaño texto slogan*/
	} 
}
section.intro .slogan a {
	margin: 0.7em auto 2em auto; 
}

  section.intro ul.actores {
    list-style-type: none;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center; }
    section.intro ul.actores li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 32%;
      padding: 0 15px 40px 15px; }
      @media (max-width: 770px) {
        section.intro ul.actores li {
          width: 49%; }/*ancho para la sección inicial Estudiantes Profesores Tratos*/ }
      @media (max-width: 570px) {
        section.intro ul.actores li {
          width: 100%;/*ancho para la sección inicial Estudiantes Profesores Tratos*/
          padding-left: 0; } }
      section.intro ul.actores li .icon {
        display: block;
        width: 110px;
        height: 110px;
        border-radius: 55px;/*da forma al círculo*/
        margin: 0 auto; }

/*PARA CLIENTES*/
section.intro ul.actores li.clientes .icon {
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	section.intro ul.actores li.clientes .icon {
		-webkit-background-size: 58px 62px;
		-moz-background-size: 58px 62px;
		-o-background-size: 58px 62px;
		background-size: 58px 62px; 
	} 
}
/*PARA VENDEDORES*/
section.intro ul.actores li.vendedores .icon {
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	section.intro ul.actores li.vendedores .icon {
		-webkit-background-size: 62px 62px;
		-moz-background-size: 62px 62px;
		-o-background-size: 62px 62px;
		background-size: 62px 62px; 
	} 
}
/*PARA TRATOS*/
section.intro ul.actores li.tratos .icon {
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
		section.intro ul.actores li.tratos .icon {
			-webkit-background-size: 62px 62px;
			-moz-background-size: 62px 62px;
			-o-background-size: 62px 62px;
			background-size: 62px 62px; 
		} 
}

section.intro ul.actores li h4 {
	margin: 15px 0 0 0;
	color: #00AAFF;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600; 
}
section.intro ul.actores li h4 strong {
	display: block;
	color: #262626;/* color de los títulos en la web */
	font-size: 24px;
	line-height: 22px;
	font-weight: 600; 
}
section.intro ul.actores li p {
	margin: 15px 0 0 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #333333;/*Color texto descripción ítems Estudiantes Profesores Tratos*/
	width: 100%; 
}
@media (max-width: 570px) {
	section.intro ul.actores li p {
		font-size: 24px;/*tamaño texto descripción ítems Estudiantes Profesores Tratos*/
	} 
}
@media (max-width: 770px) {
	section.intro ul.actores li p {
		font-size: 24px;/*tamaño texto descripción ítems Estudiantes Profesores Tratos*/
	} 
}

section.caracter .info {
	margin: 0 auto;
	width: 90%;
	text-align: center; 
}
@media (min-width: 570px) {
	section.caracter .info {
		max-width: 920px; 
	} 
}
section.caracter .info h2 {
	font-size: 24px;/* tamaño de títulos "Cómo funcina?" y "Nuevas Publicaciones"*/
	/*font-weight: 900;
	letter-spacing: -3.33px;
	line-height: 50px;*/
	margin-bottom: 0px;
	/*background: -webkit-linear-gradient(0deg, #999, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}
@media (max-width: 570px) {
	section.caracter .info h2 {
		font-size: 24px; /*tamaño texto títulos de secciones "Cómo funcina?" y "Nuevas Publicaciones"*/
		}
	}
}
section.caracter .info p {
	font-weight: 300;
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0;
	max-width: 712px;
	width: 80%;
	margin: 0 auto 40px auto; 
}
@media (max-width: 570px) {
	section.caracter .info p {
		font-size: 24px;/*tamaño texto párrafos de secciones "Cómo funcina?" y "Nuevas Publicaciones"*/
		letter-spacing: 0;
		line-height: 26px;
		width: 100%; 
	} 
}
section.caracter .info .screen {
	margin: 20px 0; 
}
section.caracter .info .screen img {
	width: 90%;
	height: auto; 
}
section.caracter ul.caracteres {
	width: 100%;
	text-align: center; 
}
@media (max-width: 570px) {
	section.caracter ul.caracteres {
		width: 100%; 
		margin: 0 0 0 -20;
	} 
}
section.caracter ul.caracteres li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 32%;
	padding: 0 15px 40px 15px; 
}
@media (max-width: 770px) {
	section.caracter ul.caracteres li {
		width: 49%; 
	} 
}
@media (max-width: 570px) {
	section.caracter ul.caracteres li {
		width: 100%;
		padding-left: 0; 
	} 
}
section.caracter ul.caracteres li .icon {
	display: block;
	width: 64px;
	height: 64px; 
}
section.caracter ul.caracteres li.clientes .icon {
	background-image: url(iconclientes.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	section.caracter ul.caracteres li.clientes .icon {
		background-image: url(iconclientes@2x.png);
		-webkit-background-size: 58px 62px;
		-moz-background-size: 58px 62px;
		-o-background-size: 58px 62px;
		background-size: 58px 62px; 
	} 
}
/* genera el h2 para el título de Parnasus.co con Beta */
section.caracter ul.caracteres li h2 {
	text-align: center;
	font-weight: 900;
	font-size: 40px;/* tamaño del título */
	letter-spacing: +2px;
	line-height: 50px;
	margin: 60px 0 -30px -120; 
}
@media (max-width: 570px) {
	section.caracter ul.caracteres li h2 {
		font-size: 20px;
		margin: 40px 0 -60px 0; 
	} 
}
/**************************/
section.caracter ul.caracteres li h4 {
	margin: 15px 0 0 0;
	color: #00AAFF;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600; 
}
section.caracter ul.caracteres li h4 strong {
	display: block;
	color: #262626;/* color títulos sección cómo funciona */
	font-size: 24px;
	line-height: 22px;
	font-weight: 600; 
}
section.caracter ul.caracteres li.new h4 strong:after {
	content: 'New';
	vertical-align: top;
	background: #FF9F1A;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	padding: 4px 8px;
	margin-left: .5em; 
}
section.caracter ul.caracteres li.beta h4 strong:after {
	content: 'Beta';
	vertical-align: top;
	background: #00CC00;/*FF9F1A;*/
	border-radius: 5px;
	font-size: 14px;/* tamaño de la Palabra Beta */
	color: white;
	padding: 4px 8px;
	margin-left: .5em; 
}
/* genera el Beta para el título de Parnasus.co con Beta */
section.caracter ul.caracteres li.beta_1 h2 strong:after {
	content: 'Beta';
	vertical-align: top;
	background: #00CC00;/*FF9F1A;*/
	border-radius: 5px;
	font-size: 14px;
	color: white;
	padding: 4px 8px;
	margin-left: .5em; 
}
/**********************/
section.caracter ul.caracteres li.ipad h4 strong:after {
	content: 'iPad only';
	vertical-align: top;
	background: #FF9F1A;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	padding: 4px 8px;
	margin-left: .5em;
	white-space: nowrap; 
}
section.caracter ul.caracteres li.improved h4 strong:after {
	content: 'Improved';
	vertical-align: top;
	background-color: white;
	background-image: linear-gradient(-105deg, #FFFFFF 0%, #999999 87%);
	border-radius: 5px;
	font-size: 14px;
	color: black;
	padding: 4px 8px;
	margin-left: .5em; 
}

section.caracter ul.caracteres li p {
	margin: 15px 0 0 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #B333333; 
}
@media (max-width: 570px) {
	section.caracter ul.caracteres li p {
		font-size: 24px; 
	} 
}
@media (max-width: 770px) {
	section.caracter ul.caracteres li p {
		font-size: 24px; 
	} 
}
