/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 23:48:57 */
.stm-header__row_top li a {
	padding: 5px;
}

.dos-parrafos {column-count: 2;}

.boton-amarillo {
	display: inline-block;
}

.boton-amarillo:hover {
	text-decoration: none;
}

.boton-amarillo button {
	padding: 10px 15px 10px 20px;
	border-radius: 100px;
	background: #F9D15A;
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
	transition: background-color 0.2s ease-in-out;
	color: #2d2d2d;
	font-weight: 600;
}

.boton-amarillo button:hover {
	background: #e5e5e5;
}

table tbody tr th, table tbody tr td {
	border: 1px solid #ddd;
	padding: 12px 16px;
}

.columnas {display:flex}
	
	
	
	
@media (max-width: 1199px) {
	
.dos-parrafos {column-count: 1;}

	
}
	
	
	
@media (max-width: 768px) {
	
.columnas {display:inherit}
	
}
	