:root {
    
    --color_blue_soft:#DDE7F6;
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; 
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

label {
    font-size: 0.9em;
}

label.mandatory {
    font-weight: bold;
}



/* > MAIN TAGS
------------------------------------------------------------------------*/
body {    
	background: #ffffff url(/images/body-background.gif) repeat-x top;
    font-family: 'Roboto', sans-serif;
}

body.fondoBlanco {
    background: #ffffff none;
}

a {
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    color:#007fff;
}

a:hover {
    text-decoration: underline;
    color:blue;
}

p {
    margin-top:0.2em;
    margin-bottom:0.4em;
}

p.indent {
    text-indent: 1em;
}

p.extra {
    margin-top:1.2em;
}

p.extra_bottom {
    margin-bottom:1.2em;
}

p.enhanced {
    font-weight:bold;
    color:#0f88c1
}

p.join {
    margin-top:-0.4em;
}

.parrafo {
    font-size:0.9em;    
    padding: 5px 10px 0px 10px;
    text-align: justify;
}

input, label {
    display:block;
}

input:disabled {
    background-color: #b4b4b4 !important;
    color:#eeeded;
}

input.icon {    
    background-size: 1em;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

input.icon.clock {
    background-image: url(/images/clock.svg);    
}

input.icon.calendar {
    background-image: url(/images/calendar.svg);
}

.superscript {
    font-size:0.6em;
    vertical-align: top;
}

select {
    font-family: inherit;
}

hr {
    height:4px;
    background:linear-gradient(90deg,#ddf4ff,#dbd9d9,#ddf4ff);
    border:0px;
    margin-top:2px;
}

hr.left {
    background: rgb(38,176,242);
background: linear-gradient(90deg, rgba(38,176,242,1) 25%, rgba(219,217,217,1) 70%, rgba(245,243,243,1) 90%);
}

ul, ol, li {
    margin-left: 1.2em;
    margin-right: 1.2em;
    padding: 0px;
}
ul, ol {
    margin-top: 1em;
    margin-bottom: 0px;
}

li {
    margin-bottom:0.7em;
}

li > ul, li > ol {
    margin-top: 0.6em;
}

.no-icon ul,.no-icon ol,.no-icon li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

.drcha {
    text-align: right !important;
}

.izqda {
    text-align: left !important;
}

.center {
    text-align: center !important;
}


/* > PAGE FORMAT
------------------------------------------------------------------------*/
.wrapper {    
    margin: auto;
    width: 1300px;
    
}

.monospace {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.9em;
}

.decimals {
    font-size: 0.8em;
}

.micro_note {    
    font-size: 0.8em;
    font-style: italic;
}

.header {
    border-radius: 5px;
    margin-top:10px;
    padding: 5px 10px 5px 10px;
    display: flex;
    background: rgb(139,173,225);
    background: linear-gradient(0deg, rgba(139,173,225,1) 0%, rgba(151,182,228,1) 12%, rgba(187,207,236,1) 83%, rgba(187,207,236,1) 98%);    
}

#header_logo {    
    background: transparent;
    float: left;
    display:contents;
    flex:1;
}

.header_title {        
    float: left;
    font-size:200%;
    display: initial;
    align-self: center;
    margin-left: 15px;
    flex:1;
}
.header_title .slogan {            
    font-size:50%;   
}

.header-right {
    float: right;
    font-size: 80%;
    text-align: right;
    margin: 5px 20px 3px 0px;
    display: block;    
}

.visitas{
    font-size: 1em;
	margin: 5px 10px 2px 0px;
    font-family: "Love Ya Like A Sister";
}

.visitas h3 p{
	float: right;
    text-align: right;
    margin: 0px 10px 3px 0px;
    display: block;
}

.visitas p {
    font-size: 1.7em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.follow {
    float: right;
    text-align: right;
    margin: 12px 5px 3px 0px;
    display: block;
}

.follow h3 {
    float: left;
    font-size: 100%;
    font-style: italic;
    text-align: left;
    margin: 10px 10px 3px 0px;
    display: block;
}

#menu {
    display: flex;
    border-radius: 2px;
    margin-top:10px;
    background: rgb(139,173,225);
    background: linear-gradient(0deg, rgba(139,173,225,1) 0%, rgba(151,182,228,1) 12%, rgba(187,207,236,1) 83%, rgba(187,207,236,1) 98%);    
}

.menu_sidebar_icon {
    flex:inherit;
}

.menu_options {
    flex:1;
    margin:auto;
}

#content_body {    
    display: flex;
    margin-top:10px;
    flex-direction:row;
}

#sidebar_left{    
    float: left;
    width: 170px;
    display: table;
    flex:1;    
}

#sidebar_right{
    float: right;
    width: 170px;
    display: table;
    flex:1;    
}

#sidebar_left.hide {
    display:none;
}

#sidebar_right.hide {
    display:none;
}

#main_content{
    float:left;
    width:100%;
    background-color: white;    
    margin-left:10px;
    margin-right:10px;
}

#footer {
    border-radius: 2px;
    margin-top:10px;
    margin-bottom: 10px;
    background: rgb(237,234,235);
    background: linear-gradient(0deg, rgba(237,234,235,1) 0%, rgba(220,220,220,1) 50%, rgba(202,206,205,1) 99%);
    font-size:0.9rem;
    padding: 0.4em;
    text-align: center;
}

/* > MENU BLOQUES
------------------------------------------------------------------------*/
.menu_icon::before {
    content: "\25EB";    
    font-size: 1.5em;
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(155 152 152);
}

.menu_icon.left::before {
    content: "\25E7";        
}

.menu_icon.right::before {
    content: "\25E8";        
}

.menu_bloque {    
    border: 1px solid;
    border-color: rgb(163, 162, 162);
    border-radius: 3px;    
    margin-bottom: 10px;
    width: 170px;
    float: left;
    top: 1em;
    left: 0;
    z-index: 1;
    background: rgb(237,234,235);
    background: linear-gradient(90deg, rgba(237,234,235,1) 0%, rgba(220,220,220,1) 50%, rgba(202,206,205,1) 99%);
    -webkit-box-shadow: 3px 4px 8px -3px rgba(105,105,105,1);
    -moz-box-shadow: 3px 4px 8px -3px rgba(105,105,105,1);
    box-shadow: 3px 4px 8px -3px rgba(105,105,105,1);

    /*box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;*/
}

.menu_bloque_content {    
    font-size: 0.8em;
    text-align: left;
    margin: 0em 1em 0.3em 0.6em;
    padding: 0.5em 0 0 0;     
}

.menu_bloque_content h1 {
    font-size: 1.25em !important;    
    color: #1A2E4D;
    border-bottom: double #1A2E4D;
    margin-bottom: 0.6em; 
    margin-top:3px;  
    text-align: left !important; 
    text-transform: none !important;
    background: none !important;
}

.menu_bloque_content h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #184698;
    margin-bottom: 0.6em; 
}

.menu_bloque_content h2:before {
    content: "\25B8";
    display: inline-block;
    padding-right: 2px;
}

.menu_bloque p.bote {
    font-size: 32px;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
    text-align: center;
    margin-bottom: 4px;
}

.menu_bloque p.bote.big {
    font-size: 50px;
}

/* > BLOQUES INFORMATIVOS
------------------------------------------------------------------------*/
div.message_box {
    border: 1px solid;
    border-color: rgb(163, 162, 162);
    border-radius: 5px;    
    margin: 15px 5px;        
    top: 1em;
    left: 0;
    z-index: 1;
    background: rgb(237,234,235);
    background: linear-gradient(90deg, rgba(237,234,235,1) 0%, rgba(220,220,220,1) 50%, rgba(202,206,205,1) 99%);
    -webkit-box-shadow: 3px 4px 8px -3px rgba(105,105,105,1);
    -moz-box-shadow: 3px 4px 8px -3px rgba(105,105,105,1);
    box-shadow: 3px 4px 8px -3px rgba(105,105,105,1);
}

div.message_box.center{
    margin-left:auto;
    margin-right: auto;
}

div.message_box > .title {
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;*/
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 2px 5px 2px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

div.message_box > .content {
    border-radius: 0px 0px 5px 5px;
    padding: 10px 10px 10px 10px;
    border-width: 0px 4px 4px 4px;
    border-style: solid;
    text-align: center;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

div.message_box > .content > .content_date {
    font-size:0.6em;
    padding-bottom: 3px;
    color: #00478A;
}

div.message_box > .title.success {
    background-color: #3ea482;
}

div.message_box > .content.success {
    color: #093819;
    background-color: #d1e5de;
    border-color:#3ea482;
}

div.message_box > .title.error {
    background-color: #e43c54;
}

div.message_box > .content.error {
    color: #910213;
    background-color: #FBEAEC;
    border-color:#e43c54;
}

div.message_box > .title.warning {
    background-color: #ffb920;
}

div.message_box > .content.warning {
    color: #f7a800;
    background-color: #fff0d0;
    border-color:#ffb920;
}

div.message_box > .title.info {
    background-color: #b8b8b8;
}

div.message_box > .content.info {
    color: #888888;
    background-color: #ebebeb;
    border-color:#b8b8b8;
}

div.message_box > .title.news {
    color:black;
    text-align: left;
    padding-left: 15px;
    background: rgb(139,173,225);
    background: linear-gradient(0deg, rgba(139,173,225,1) 0%, rgba(151,182,228,1) 12%, rgba(187,207,236,1) 83%, rgba(187,207,236,1) 98%);
}

div.message_box > .content.news {
    font-size: 0.9em;
    color: black;
    text-align: left;
    padding-left: 15px;
    background-color: #ebebeb;
    border:none;
}

div.message_box > .content ol {
    text-align: left;
}

div.message_box ul {    
    text-align: left;
}

div.message_box li.success {
    color:#3ea482;
}

div.message_box li.info {
    color: #888888;
}

div.message_box li.error {
    color:#e43c54;
    font-weight: bold;
}

div.message_box li.warning {
    color: #f7a800;
}

div.message_box li::before {
    padding-right:0.3em;
    margin-left:-1em;
}

div.message_box li.success::before,
div.message_box li.info::before {
    content:"\2713";
}

div.message_box li.error::before,
div.message_box li.warning::before {
    content:"\2A2F";
}

.nota-pie {
    padding: 10px;
    border-radius: 5px 5px 5px 5px;      
    font-size: 0.8em;
    border: 1px solid #e3e3e3;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}

.nota-pie> p.title {
    font-size:1.4em; 
    font-weight:bold;
    margin-bottom:0.8em;
}

.nota-pie.large{
    font-size: 1em;
}

.nota-pie.min-padding {
    padding: 3px;
}

.nota-pie.min-margin {
    margin: 3px;
}

.nota-pie.info {
    background-color: #f5f5f5;
}

.nota-pie.legal {
    font-size: 0.7em;
    background-color: #f7f7f7;
    color: #a9a9a9;
}

.nota-pie.warning {
    background-color: #ffe6e6;
}


.img_text{
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    margin-bottom: 0.1em
}

.img_text.small{
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
}

.img_text.large{
    width: 1.25em;
    height: 1.25em;
    vertical-align: text-bottom;
}

.img_text.xlarge{
    width: 2em;
    height: 2em;
    vertical-align: text-bottom;
}

.img_text.full{
    width: auto;
    height: auto;
    vertical-align: middle;
}

.img_logo {
    font-size: 1em;
    float: left;
    margin: 0.2em 0.4em 0em 0.4em;
    border: 0em;
}

img.icon {
    width:32px;
    height:32px;
    vertical-align: middle;
}

img.icon.text-bottom{
    vertical-align: text-bottom;
}

img.icon.size-xs {
    width:10px; height: 10px;
}

img.icon.size-s {
    width:16px; height: 16px;
}

img.icon.size-m {
    width:24px; height: 24px;
}

img.icon.size-xl {
    width:48px; height: 48px;
}

img.icon.size-xxl {
    width:64px; height: 64px;
}


/* FORUMULARIOS.
------------------------------------------------------------------------*/
.form {
    display: flex;
    justify-content: center;
}
.form fieldset {
    border: 1px solid #85b1de;
    padding: 3px 10px 10px 20px;
    margin-top:10px;
    display: inline;
}

.form legend {
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #85b1de;
    background-color: #85b1de;
    padding: 2px 5px;    
}

.form label{
    font-size: 0.9em;    
    margin-top: 10px;
}

.form label.mandatory {
    font-weight: bold;
}

.form input[type='checkbox']{
    display: inline;
}

.form textarea, .form input {
	background-color:#f1f1f1;
    padding: 3px 2px;
    margin: 0px 0px 5px 0px;
    border: 1px solid;
}

.form textarea:focus, .form input:focus {
	background-color:#a6cef3;
}

.form textarea:focus-visible, .form input:focus-visible {
    border-color: #4891ff;
    outline:none;
}

.form input.filter_mselect {
    font-size: 12px;
    margin-bottom: 0px;
}

.form select.mselect {
    font-size: 12px;
}


.form table {
	background-color: #F6F1F1;
    border: 3px solid #96BFCE;
    width: auto;
}

.form th {
	background-color:#96BFCE;
	background-image: none;
    text-align: left;
    border: none;
}

.form td {
    padding: 15px 30px 0px 30px;
    border: none;
}

/*
.form textarea, .form input {
	background-color:#E2DEDE;
    margin: 0px 0px 5px 0px;
}*/

#login_box {
    font-size: 0.9em;
}


.xmargin-top {
    margin-top:10px;
}


.columns {
    display: flex;    
}

.col {
    margin-left: 1em;
    margin-right: auto;
}

.non-available{
    opacity: 0.1;
}

/* > TABLAS
------------------------------------------------------------------------*/
table { 
	border: 1px solid;
	border-style: none;
	margin-top: 4px;
	margin-bottom: 4px;
    border-collapse: collapse;
}

.no-border table {
    border:0px;
    border:none;
}

caption.title{
    padding-bottom: 3px;
    text-decoration: none !important;
}

td {
    border-collapse: collapse;
}

.tablaPpal table {
	border-style: none;
	margin-left: auto;
    margin-right: auto;
}

.tablaPpal td {
	border: none;
	border-style: none;
}

.tablaContenido table {
    border: none;
    border-style: none;
    margin-top: 15px;
    margin-bottom: 5px;
}

/*
.tablaContenido th {
	border-style: none;
    background: linear-gradient(to bottom, #d4ff83 0%, #abe938 100%);
}
*/

.tablaContenido td {
	border-style: none;
}

.tablaPpal h1 {
    text-transform: uppercase;
    font-size: 1.2em;
    background: rgb(72,145,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(237,234,235,1) 15%, rgba(142,210,255,1) 30%, hsl(216, 100%, 64%) 50%, rgba(142,210,255,1) 70%, rgba(237,234,235,1) 85%, rgba(255,255,255,1) 95%);
    text-align: center;

}

.tablaPpal h2 {
	border-style: none;
    background: rgb(187,245,79);
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(237,234,235,1) 12%, rgba(212,255,131,1) 20%, rgba(187,245,79,1) 50%, rgba(212,255,131,1) 80%, rgba(237,234,235,1) 88%, rgba(255,255,255,1) 95%);
    text-align: center;
    margin-bottom: 0.5em;
}

thead.th_title th {
    background: rgb(157,155,155);
    background: linear-gradient(0deg, rgba(157,155,155,1) 10%, rgba(202,206,209,1) 25%, rgba(157,155,155,1) 90%);
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

thead.th_subtitle th{
    background: var(--color_blue_soft);
}

/* > Tablas con INFO 
------------------------------------------------------------------------*/
table.InfoTable {
    /*font-family: Tahoma, Geneva, sans-serif;*/
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;    
    text-align: left;
    border-collapse: collapse;
    -webkit-border-radius: 13px; 
    -moz-border-radius: 13px; 
    border-radius: 13px;
    font-size: 0.9em;
}

table.InfoTable td, table.InfoTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 10px;
    background-image: none;
}

table.InfoTable td:first-child {
    font-weight: bold;    
}

table.InfoTable tr:nth-child(even) {
    background: #D0E4F5;
}

table.InfoTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;    
}

table.InfoTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}

table.InfoTable thead th:first-child {
    border-left: none;
}

table.InfoTable tfoot td {
    font-size: 14px;
}

table.InfoTable tfoot .links {
    text-align: right;
}

table.InfoTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

/* CSS para los nuevos botones.
================================================*/
.newButton{
    font-size: 0.9em;
    font-weight: bold !important;
    float: left;
    overflow: hidden;
    margin-top: 1px; margin-right: 10px;
}

.newButton.center {
    float: none;
    margin: auto;
    margin-bottom: 10px;
    width: fit-content;
}

.newButton a {     
    float: left;
    background: rgb(2,53,169);
    background: linear-gradient(0deg, rgba(2,53,169,1) 10%, rgba(20,119,205,1) 25%, rgba(0,68,159,1) 90%);
    padding: 2px 5px 4px;
    color: #ffffff !important;    
    border-left: 5px solid rgba(2,53,169,1);
}

.newButton a:hover, .newButton a:active {
    background: rgb(157,155,155);
    background: linear-gradient(0deg, rgba(157,155,155,1) 10%, rgba(202,206,209,1) 25%, rgba(157,155,155,1) 90%);
    border-left: 5px solid rgba(157,155,155,1);
}

.newButton a:focus {
    box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
}

/* > Sobreescribimos algunos estilos de UI-JQUERY
------------------------------------------------------------------------*/
.ui-slider-horizontal .ui-slider-range-min {
	background: #007fff;
}

.ui-tooltip {
	font-size:10pt;
    background: #ecf5ff;
    color: #007efd;
    box-shadow: none;
    border-style: solid;
    border-color: #0080ff;
    border-width: 3px;
    padding: 0;
    opacity: 1;
    
}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.ui-tooltip-content::after {
    position: absolute;
    border-style: 3px solid;
    display: block;
    width: 0;
    border-color: #0080ff;
    border-width: 3px;
}
.right .ui-tooltip-content::after {
    top: 18px;
    left: -10px;
    border-color: transparent #0080ff;
    border-width: 10px 10px 10px 0;
}
.left .ui-tooltip-content::after {
    top: 18px;
    right: -10px;
    border-color: transparent #0080ff;
    border-width: 10px 0 10px 10px;
}
.top .ui-tooltip-content::after {
    bottom: -10px;
    left: 72px;
    border-color: #0080ff transparent;
    border-width: 10px 10px 0; 
}
.bottom .ui-tooltip-content::after {
    top: -10px;
    left: 72px;
    border-color: #0080ff transparent;
    border-width: 0 10px 10px;
}


/* > Unos estilos de Tooltip sin JQuery para el nombre de usuario en 'Mi cuenta'
------------------------------------------------------------------------*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    font-weight:normal;
    width: auto;
    background: #ecf5ff;
    box-shadow: none;
    border-style: solid;
    border-color: #0080ff;
    border-width: 1px;
    color:#007efd;
    text-align: center;
    padding: 0px 10px 0px 10px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    
    /* Position to the LEFT */
    top: -4px;
    right: 120%;
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 0.25s
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Estilos personales para TIPS
------------------------------------------------------------------------*/
#tips {
    font-family: 'Overlock', cursive !important;
    overflow: hidden;
    display: unset;
}

#myTip {
    font-family: 'Overlock', cursive !important;
    font-size: 1em;
    position:relative;
    height: 200px;   
}

#myTip #tip-1, 
#myTip #tip-2, 
#myTip #tip-3 {
    position:absolute;
	animation-duration: 60s;
	animation-iteration-count: infinite;
    left: 0px;
    top: 0px;
}

#myTip #tip-1{
	animation-name: anim-1;
}

#myTip #tip-2{
	animation-name: anim-2;
}

#myTip #tip-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
    0%, 5.33% { opacity: 0; }
    5.33%, 28% {opacity: 1;}
    33.33%, 100% {opacity: 0;}
}

@keyframes anim-2 {
    0%, 33.33% {  opacity: 0; }
    38.66%, 61.33% {  opacity: 1; }
    66.66%, 100% { opacity: 0; }
}

@keyframes anim-3 {
    0%, 66.66% { opacity: 0; }
    71.99%, 94.67% {opacity: 1; }
    100% {opacity: 0; }
}

/* Special TEXT
------------------------------------------------------------------------*/
.blink_text {
    animation: blinker 2s linear infinite;
}

.blink_text.alert {
    color:red;
}

@keyframes blinker {  
    50% { opacity: 0; }
}

/* Estilos personales para LOGS
------------------------------------------------------------------------*/
.log {    
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8em;    
    background-color: #888888;
    text-align: left;
}

.track{
    background-color: #000000;
    color: green;    
}

/* Estilos personales para Botón 2TOP
------------------------------------------------------------------------*/
#topbutton {
    position: fixed;
    display: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    background: #D6E6FD;
    border-radius: 2px;
    text-decoration: none;
    color: #007FFF;
    text-align: center;
    transform: rotate(270deg);  
}

#topbutton:before {
    content: "\27A4";
    font-size: 24px;
}


/* Estilos para SPINNER
------------------------------------------------------------------------*/
.spinner-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
        
.spinner-container {
    max-width: 500px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: slideIn 0.3s ease-out;
}
        
@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
        
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}
        
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.countdownSpinner {
    font-size: 24px;
    font-weight: bold;
    color: #3498db;
    margin: 15px 0;
}
        
.processing-text {
    color: #666;
    margin-top: 10px;
}


/* Estilos para PROGRESSBAR
------------------------------------------------------------------------*/
.progress-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
        
.progress-container {
    max-width: 500px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: slideIn 0.3s ease-out;
    min-width: 400px;
}
     
@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
        
.progress-bar-container {
    width: 100%;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
        
.progress-bar {
    height: 100%;
    background: linear-gradient(45deg, #4CAF50, #45a049, #66BB6A);
    background-size: 200% 100%;
    border-radius: 10px;
    width: 0%;
    transition: width 0.3s ease;
    animation: progressShine 2s infinite;
    position: relative;
}
        
@keyframes progressShine {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
        
.progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 1.5s infinite;
}
        
@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
        
.progress-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}
        
.progress-percentage {
    font-size: 24px;
    font-weight: bold;
    color: #4CAF50;
    margin: 15px 0;
}
        
.processing-text {
    color: #666;
    margin-top: 10px;
}


/* Estilos para MARQUEE
------------------------------------------------------------------------*/
.marquee-container {
    width: 18em;
    height: 8em;
    margin: 1em auto;
    overflow: hidden;    
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0%   { top:   8em }
    100% { top: -20em }
}
