@charset "UTF-8";
@font-face { font-family: 'Source Sans Pro'; src: url("../fonts/sourcesanspro-regular-webfont.eot"); src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#Source Sans Pro") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'BrownPro'; src: url("../fonts/BrownPro-Bold.ttf?dde7fz") format("truetype"), url("../fonts/BrownPro-Bold.woff?dde7fz") format("woff"); font-weight: 600; font-style: normal; }
@font-face { font-family: 'BrownPro'; src: url("../fonts/BrownPro-Regular.ttf?dde7fz") format("truetype"), url("../fonts/BrownPro-Regular.woff?dde7fz") format("woff"); font-weight: 400; font-style: normal; }
/*======================================================
Source: http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
Convertir tamaño de fuente en REM con fallback en PX
======================================================*/
* { margin: 0; padding: 0; box-sizing: border-box; }

.uvn-launch-screen-embed { margin: 0 auto; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px; overflow: hidden; max-width: 768px; width: 300px; font-family: "Source Sans Pro", sans-serif; color: #42464B; -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
.uvn-launch-screen-embed-header { background: url(../images/bg-launch.jpg) center top no-repeat; background-size: cover; text-align: center; color: #fff; padding: 10px; min-height: 110px; }
.uvn-launch-screen-embed-header .title { font-size: 26px; font-size: 1.625rem; margin: 2.5rem 0; font-family: "BrownPro", sans-serif; line-height: 1; }
.uvn-launch-screen-embed-header .lead { font-size: 14px; font-size: 0.875rem; max-width: 280px; margin: 0 auto; }
.uvn-launch-screen-embed-content .label-content { text-align: center; padding: 14px; line-height: 1; font-size: 16px; font-size: 14px; font-size: 0.875rem; font-weight: 600; border-bottom: 1px solid #e0e0e0; }
.uvn-launch-screen-embed-content-nav li { border-bottom: 1px solid #e0e0e0; }
.uvn-launch-screen-embed-content-nav li a { display: block; width: 100%; padding: 10px 30px; font-size: 14px; font-size: 0.875rem; text-decoration: none; color: #4A4A4A; position: relative; line-height: 1; }
.uvn-launch-screen-embed-content-nav li a:before { content: ""; display: block; width: 5px; height: 100%; background: #000; position: absolute; left: 0; top: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.uvn-launch-screen-embed-content-nav li a:after { content: ""; display: block; width: 12px; height: 12px; border: 3px solid #000; border-left: 0; border-bottom: 0; position: absolute; right: 30px; top: 50%; margin-top: -6px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.uvn-launch-screen-embed-content-nav li a span { display: block; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; z-index: 1; }
.uvn-launch-screen-embed-content-nav li a span.name { font-family: "BrownPro", sans-serif; text-transform: uppercase; }
.uvn-launch-screen-embed-content-nav li a span.link { font-size: 12px; font-size: 0.75rem; color: #929292; }
.uvn-launch-screen-embed-content-nav li a:hover span { color: #fff !important; }
.uvn-launch-screen-embed-content-nav li a:hover:after { border-color: #fff !important; }
.uvn-launch-screen-embed-content-nav li a:hover:before { width: 100%; }
.uvn-launch-screen-embed-content-nav li.tv-link a:before { background: #b5008f; /* Old browsers */ background: -moz-linear-gradient(top, #b5008f 0%, #851493 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #b5008f 0%, #851493 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #b5008f 0%, #851493 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5008f', endColorstr='#851493',GradientType=1 ); /* IE6-9 */ }
.uvn-launch-screen-embed-content-nav li.tv-link a:after { border-color: #B5008F; }
.uvn-launch-screen-embed-content-nav li.noticias-link a:before { background: #2358bf; /* Old browsers */ background: -moz-linear-gradient(top, #2358bf 0%, #2358bf 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #2358bf 0%, #2358bf 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #2358bf 0%, #2358bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2358bf', endColorstr='#2358bf',GradientType=1 ); /* IE6-9 */ }
.uvn-launch-screen-embed-content-nav li.noticias-link a:after { border-color: #2358BF; }
.uvn-launch-screen-embed-content-nav li.sports-link a:before { background: #27ad84; /* Old browsers */ background: -moz-linear-gradient(top, #27ad84 0%, #28bd55 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #27ad84 0%, #28bd55 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #27ad84 0%, #28bd55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ad84', endColorstr='#28bd55',GradientType=1 ); /* IE6-9 */ }
.uvn-launch-screen-embed-content-nav li.sports-link a:after { border-color: #28C243; }

@media only screen and (min-width: 480px) { .uvn-launch-screen-embed { width: auto; margin: 0 10px; } }
@media only screen and (min-width: 768px) { .uvn-launch-screen-embed { margin: 0 auto; } }
@media only screen and (min-width: 1024px) { .uvn-launch-screen-embed { max-width: 320px; } }
