/*
Theme Name:   ColorMag Child
Theme URI:    https://apsparana.com.ar/colormag-child/
Description:  Child theme para modificaciones varias
Author:       LG Systems
Author URI:   https://lgsystems.com.ar
Template:     colormag
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         bootstrap
Text Domain:  colormag-child
*/

.below-entry-meta .below-entry-meta .byline {
  display: none;
}

.below-entry-meta .comments {
  display: none;
}

.single .default-wp-page {
  display: none;
}

.footer-socket-center-section{
  text-align: center;
}

#header-left-section {
    float: none;
}

#header-logo-image {
    float: none;
    text-align: center;
}

.featured-image {
    float: none;
    text-align: center;
}

#secondary .widget {
    margin-bottom: 10px;
}

#header-text {
    float: none;
    text-align: center;
}

.centrar-td>tbody>tr>td {
   text-align: center;
   vertical-align: middle;
 }

.centrar-th>thead>tr>th {
   text-align: center;
 }
 
 .contenedor-tabla {
	width: auto;	
	overflow: scroll;	
}

.blanco-negro {
 background-color: black !important;
	color: white !important;
}

.sp25 {
  padding: 0.25rem;  
}


/* >>> Agregado el 09/02/2024 */
#aps-web {
	position: sticky;
	width: 100%;
	text-align: center;
	top: 40%;
	font-size: 3em;
	opacity: 0.50;
	color: grey;
	rotate: 45deg; 
}

.table-stick thead th {
	text-align: center;
	padding: 0.25rem;
	position: sticky;
	top: 0;
	color: #ffffff;
	background-color: #000000;
}

.centrar-td>tbody>tr>td {
   text-align: center;
   vertical-align: middle;
 }
 
.contenedor-tabla {
	width: auto;
	height: 700px;
	overflow: scroll;	
}

.sstexto {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
/* <<< */