/*te saludo holamundo*/
*{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
 /*   font-family: "Oswald",sans-serif;
    font-family: "Open Sans",sans-serif;*/
    /*color:#fafafa;*/
}
/*lindos pseudoelementos*/
*::after, *::before {
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
.section-1 h2 {
    margin-bottom: 15px;
}


body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
sup { 
    vertical-align: super;
    font-size: smaller;
}


/*le damos espacio sobre todo al body -fix content 100%*/
html, body
{
    height: 100%;
}
a {
    color: #0088cc;
    text-decoration: none;
}

/*links y btns*/

a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}
a:hover, a:active {
    outline: 0 none;
}

.btn{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
     cursor:pointer;
    border:1px solid transparent;
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn.focus,.btn:focus,.btn:hover{
    color:#333;
    text-decoration:none
}


main {
    padding-bottom: 29px;
}
.pull-left
{
    float:right;
}

.pull-right
{
    float:right;
}

.hidden
{
    display: none!important;
}



body{
    background: #141922;
   background: -moz-linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0;
   background: -webkit-linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0; 
   background: -ms-linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0;
   background: linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0;
   font-family: "Arial", sans-serif;
}

h1,h2,h3,h4
{
     font-family: "Oswald", sans-serif;
}
.main-wrapper {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    margin: 0 auto;
    width: 970px;
    padding: 50px 0 90px;
    position: relative;
    display:table;
}


header {
    background-color: #141415;
    height: 82px;
}

/*NAVBAR*/


.navbar {
    position: relative;
    min-height: 50px;
   /* margin-bottom: 20px;*/
    border: 1px solid transparent;
    padding:0 15px;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #000000;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}


/*brand*/
.navbar .brand {
    position: absolute;
    bottom: 0px;
    background: url(./imagenes/parestv-brand.png) no-repeat;
    width: 242px;
    height: 82px;
    background-size: 100%;
    text-indent: -255255px;
    display: block;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    position: absolute;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out; 
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}


.nav li {
    position: relative;
    display: block;
    float: left;
}

.nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav li:first-child a {
    padding-left: 0;
}
.navbar-collapse li a {
  color: #b9b9b9;
  text-transform: uppercase;
  text-decoration: none;     
  margin-right: 3px;
   padding-bottom: 30px;

}
.navbar-collapse li a:hover
{
     box-shadow: 0 2px 0 0;
}
.nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
}
.navbar .nav-tabs   li   a {
    color: #b9b9b9;
    font-size: 12px;
    letter-spacing: 3px;
}
.navbar .nav-tabs  li  .separador {
    color: #b9b9b9;
    display: block;
    padding: 10px 0;
    position: relative;
}

.navbar-collapse {
    margin-top: 20px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}



section{

    position:relative;
    color:#36363a;
}

section .title > h2 {
    border-bottom: 2px solid #36363a;
    display: table;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 4px;
    padding-right: 50px;
    padding-top: 10px;
    text-transform: uppercase;
}
section .bg-inverse.title {
    height: 60px;
    padding-left: 20px;
}
.bg-inverse {
    background: #242427 none repeat scroll 0 0;
    color: #c8c8c8;
}

.section-1{
    height:155px;

}

.section-1 .wrapper {
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}
.section-1 h2 {
    margin-bottom: 15px;
}

.section-1 p {
    font-family: "oswald",sans-serif;
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.1em;
    margin: 0 auto;
    width: 66%;
}
.section-2 .title > h2 {
    border-color: #f2c700;
}

.section-2 > .wrapper-container {
    display: table;
    width: 100%;
}
.section-2 article {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    width: 462px;
}

.section-2 .item-1 .video-frame {
    border: 15px solid #59dadd;
    background:  #59dadd;
}

.section-2 .item-2 .video-frame {
    border: 15px solid #3abe71;
    background: #3abe71;
}
.section-2 article h3 {
    color: #6e6e6e;
    font-size: 45px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 15px;
    text-transform: uppercase;
}


.section-2 .panel-metadata {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 20px;
}
.section-2 .panel-metadata p {
    font-size: 14px;
}
.section-2 .panel-metadata span {
    float:left;
    clear: both;
    margin-bottom: 3px;
}

.section-2 .panel-metadata h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-3 .title > h2 {
    border-color: #735bc2;
}
.section-3 .container-wrapper {
    display: table;
    width: 100%;
}
.section-3 .container-wrapper ul {
    display: block;
    height: 300px;
    margin: 10px auto 0 20px;
}

.section-3.recomendados li {
    float: left;
    height: 133px;
    margin-right: 20px;
    position: relative;
}
.section-3 .ver-mas
{
    background-color: #6D6D6D;
    height: 123px;
    width: 221px;
}
.section-5 .title > h2 {
    border-color: #c25b5b;
}

.container-wrapper
{
    display:table;
    
}
.section-4{
    height:220px;
    background-color:#eda918;
}
.section-4 .title {
    margin-bottom: 20px;
    margin-left: 30px;
    padding-top: 25px;
}
.section-4 .title > h2 {
    border: medium none;
    font-style: italic;
    letter-spacing: -2px;
    text-transform: initial;
    font-size: 36px;
}
.section-4 .item-1 {
    float: left;
    margin-left: 35px;
    width: 35%;
}
.section-4 .item-2 {
    float: right;
    height: 90px;
    margin-right: 50px;
}
.section-4 .dispositivo {
    float: left;
    margin-left: 40px;
}
.section-4 .dispositivo .fa {
    color: #f7d998;
    font-size: 51px;
}
.section-4 .dispositivo > span {
    color: #f7d998;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.section-4 .dispositivo > span:first-child
{
    margin-top: 0px;
}
.section-4 .dispositivo * {
    clear: both;
    float: left;
    text-align: center;
}
.section-4 .btn {
    background-color: #75c360;
    border: medium none;
    color: #fafafa;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin-top: 20px;
    width: 300px;
}

.section-5 article {
    width: 728px;
    float: left;
}


.section-5 .item-container {
    background: #cccccc none repeat scroll 0 0;
    float: left;
    margin-top: 10px;
    padding: 10px 10px 0;
    position: relative;
    width: 100%;
}

.section-5 .item-container > * {
    float: left;
}
.section-5 .item-data {
    float: left;
    font-family: "Arial",sans-serif;
    margin-left: 26px;
    width: 300px;
}
.section-5 .item-data > h4 {
    color: #353739;
    font-family: "Arial",sans-serif;
    font-size: 19px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.section-5 .item-data button {
    background-color: #c0585b;
    bottom: 1em;
    color: #fafafa;
    position: absolute;
    right: 230px;
}

.section-5 .item-data > p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}
.carousel-control {
    font-size: 30px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}

/*carrusel destacado*/

.carousel-control .fa
{
 color:rgba(255,255,255,0.3);
}
.carousel-control .fa:hover
{
     color:rgba(255,255,255,1);
}
.carousel-control.left{
    left:1%;
}
.carousel-control.right
{
    right:1%;
}

.carousel-indicators {
    bottom: 1em;
    height: 20px;
    left: 50%;
    margin-left: -34px;
    position: absolute;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators li.active
{
    background-color: #fff;
}

.twtr-container {
    border: 3px solid #5cacc4;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0 5px;
}

/*footer*/
footer {
    background-color: #000;
    bottom: 0;
    color: #9a9a9a;
    font-size: 9px;
    left: 0;
    min-height: 50px;
    padding: 15px;
    position: absolute;
    width: 100%;
}

.footer-info {
    float: left;
    width: 50%;
}

.footer-links {
    margin-top: 5px;
}
.footer-links > * {
    display:inline-block;
    line-height: 1.4;
    color: #9a9a9a !important;
    font-size: 11px;
    margin-right: 5px;
}

footer .leyenda {
    margin-top: 15px;
}


.login {
    color: #b9b9b9;
    margin: 10px 0;
}
.login border-spacing: {
    margin-right: 15px;
}