

HTML, BODY {
    height: 100%;
}
BODY { 
    background-color: #E6E7E9;
    
    min-height: 75rem;
    line-height: 1.0;    
    
    color: #000;
}

HEADER {
    margin-bottom: 0.2rem;
}
.header {
    padding-top: 0;
}
.menu-item {
    /* display: inline; */
}    

#top-menu-1 A {
    font-size: 0.7rem;
    font-weight: bold;
}
#top-menu-1 .menu-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
    

FOOTER {
    width: 100%;
}    
FOOTER .row {
    margin: 0;
}    

.container {
    max-width: 1140px;
}    

/* ************************************************************************ */
/* LINKS */
A {
    color: #D13084;
}
A:hover {
    color: #FF73BC;
}
A:active {
    color: #D1006D;
}
A:visited {
    color: #831E53;
}

/* ************************************************************************ */
/* FORM elements */
TEXTAREA, INPUT[type=text], SELECT {
    max-width: 100%;
}

/* ************************************************************************ */
AUDIO, VIDEO {
    max-width: 100%;
}


.rrm-bottom-link {
    font-size: 0.9rem;
}
.rrm-bottom-link, .rrm-bottom-link:active, .rrm-bottom-link:visited {
    color: #666;
    text-decoration: none;
}
.rrm-bottom-link::after {
    content: " |"; 
}
.rrm-bottom-link:last-child::after {
    content: "";
}
    
/* ************************************************************************ */
/* BACKGROUNDS and BORDERS */
.bg-white {
    background-color: #FFFFFF;
}
.bg-black {
    background-color: #000000;
}
.bg-rrm-light {
    background-color: #DE0079;
}    
.bg-rrm-dark {
    background-color: #89004B;
}    
.bg-header {
    background-color: #AAA;
}    
.border-black {
    border-color: #000 !important;
}
    
/* ************************************************************************ */
/* ALIGNMENT */
.text-center {
    text-align: center;
}
IMG[width="100%"] {
    margin-bottom: 0.5rem;
}
IMG[align="left"] {
    margin-right: 0.5rem;
}
IMG[align="right"] {
    margin-left: 0.5rem;
}    
#content {
    text-align: justify;
}
    
#content-main {
    background-color: #FFF;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    min-height: 50rem;
}    

@media (min-width: 992px) {
    #content-main {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

/* ************************************************************************ */
/* BUTTONS */
.rrm-nav-btn {
    background-color: #D13084;
    color: #FFF;    
    border-radius: 0;
    border-color: #D13084;
}
.rrm-nav-btn:hover, .rrm-nav-btn:active, .rrm-nav-btn:visited {
    background-color: #D13084;
    border-color: #D13084;
    color: #FFF;    
}  

.rrm-dropdown, .rrm-dropdown:hover, .rrm-dropdown:active, .rrm-dropdown.dropdown-toggle {
    background-color: #D13084;
    color: #FFF;    
    border-radius: 0;
    border-color: #D13084;
}
#rrm-arh {
    float: right;
    margin-left: 0.5rem;
}
    
/* ************************************************************************ */
/* FONT SIZES */
.small-text {
     font-size: 0.7rem;
}

/* ************************************************************************ */
/* Indexes */
DIV.art-index-img {
    width: 90px;
    height: 90px;
    box-shadow: 2px 2px 5px #666;
    overflow: hidden;   
}
DIV.art-index.short-text {
    font-size: 0.9rem;
}    
IMG.art-index {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 90px;
}
DIV.stire-index-img1 {
    width: 190px;
    height: 190px;
    box-shadow: 2px 2px 5px #666;
    overflow: hidden;   
    float: left;
    margin-right: 2rem;
}
IMG.stire-index1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 190px;
}
DIV.stire-index-img2 {
    width: 90px;
    height: 90px;
    box-shadow: 2px 2px 5px #666;
    overflow: hidden;   
    float: left;
    margin-right: 2rem;
}
IMG.stire-index2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 90px;
}
DIV.show-index-img {
    width: 90px;
    height: 90px;
    box-shadow: 2px 2px 5px #666;
    overflow: hidden;   
}
IMG.show-index {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 90px;
}
H5.show-index {
    border-right: 2px solid #666;
}
A.es {
    color: #D13084;
    font-weight: bold;
}
H5.search-index, TD.search-index {
    border-right: 2px solid #666;
}

/* Top button */
#top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top-button:hover {
  cursor: pointer;
  background-color: #666 !important;
}
#top-button:active {
  background-color: #999 !important;
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
  #top-button {
    margin: 1rem;
  }
}

/* ************************************************************************ */
/* VIDEO PLAYER */
.six-nine {
    position: relative;
}
.six-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.six-nine > .video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}    
.video-player {
    width: 100%;
    margin: 0;
    padding: 0;
}        

/* ************************************************************************ */
/* MISC */
.inverted {
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}

/* ************************************************************************ */
/* CAROUSEL */
.carousel-caption {
    bottom: 0;
    left: 0;
}
.carousel-caption H5 {
    font-weight: bold;
    color: #FF2F9A;
}

/* ************************************************************************ */
/* CARDS */
.card-deck {
    margin: 1rem;
}
.card-3 {
    max-width: 25rem;
}   
.card-header A {
    color: #000;
    font-weight: bold;
}    
.card-link {
    font-weight: bold;
    font-size: 0.9rem;
}
.card-link>A {
    color: #FF2F9A;
    text-decoration: underline;
}    
.card-text {
    font-size: 0.75rem;
}    

/* ************************************************************************ */
/* PROGRAM */
/* Index */
TABLE.index-program TD {
    vertical-align: middle;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 2rem;
}    
.index-program A:hover {
    text-decoration: none;
}
.index-program-when {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
}
.index-program-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFF;
}
.index-program-desc {
    font-size: 1rem;
    font-weight: normal;
    color: #FFF;
}
.index-program-separator::after {
    border-bottom: 1px #FFF solid;
}

/* Page */
TABLE.page-program TD {
    vertical-align: middle;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 2rem;
}    
.page-program A:hover {
    text-decoration: none;
}
.page-program-which {
    color: #ED008C;
    font-size: 0.8rem;
    font-weight: bold;
}    
.page-program-when {
    color: #FFF;
}
.page-program-title {
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    margin-bottom: 0.2rem;
}
A .page-program-title {
    text-decoration: underline;
}    
.page-program-desc {
    font-size: 0.7rem;
    font-weight: normal;
    color: #FFF;
}
.page-program-separator::after {
    border-bottom: 1px #FFF solid;
}

/* ************************************************************************ */
/* LEFT MENU */
#left-menu .nav-link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: left;
}    
    
/* ************************************************************************ */
/* RIGHT MENU */
#right-menu .nav-link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: left;
}    
#right-menu .nav-link:hover {    
    color: #333;
}    


.header .navbar-light .navbar-toggler-icon {
    background-image: url("/images/icons/icon_menu-black.svg");
}
.local-menu .navbar-light .navbar-toggler-icon {
    background-image: url("/images/icons/icon_menu-white.svg");
}
    